@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url("font-awesome.css");
@import url("icomoon.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("revolution-slider.css");
@import url("magnific-popup.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i|Poppins:400,500,600,700");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

/* Reset
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 14px/23px "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #6a6a6a;
}

a {
    text-decoration: 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;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color:rgba(250,2,138,1);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul, ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.img-right {
    margin: 0 0 0 50px !important;
    float: right;
}

b, strong {
    font-weight: 900;
}

.entry-page p {
    margin-bottom: 25px;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 24px;
    background-color: #121212;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #f2f2f2;
    border: none;
    height: 40px;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #074bc1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    height: 100px;
    padding: 15px 24px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #6a6a6a;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

/* bootstrap resetting elements */
.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.blog-single .entry p {
    margin-bottom: 30px;
}

.blog-single blockquote {
    padding: 30px 20px 38px 35px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 1.5px;
}

.blog-single blockquote::before {
    content: "''";
    position: absolute;
    top: 22px;
    left: 7px;
    color: #074bc1;
    font-size: 49px;
    font-weight: 100;
    font-style: italic;
    z-index: 1;
}

.blog-single .img-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.blog-single .content-post:after,
.blog-single .content-post:before,
.blog-single .entry:after,
.blog-single .entry:before {
    content: "";
    display: table;
    clear: both;
}

/* Top
---------------------------------------------------------------*/
.top {
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
}

/* Infomation top */
.flat-information {
    margin: 0 0;
    padding: 0;
}

.flat-information > li {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

.flat-information > li:before {
    position: absolute;
    left: 0;
    top: 18px;
    font-family: FontAwesome;
    content: "\f095";
    color: #fff;
}

.flat-information > li.email:before {
    content: "\f0e0";
}

.flat-information > li > a {
    display: inline-block;
    padding: 17px 0 15px 28px;
    color: #fff;
    font-size: 14px;
}

.flat-information > li > a:hover {
    color: #FFF;
}

/* Social-links
-------------------------------------------------------------- */
.social-links {
    padding: 0;
    margin: 0;
    text-align: right;
}

.social-links a {
    display: inline-block;
    padding: 0 13px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;

}

.social-links a:hover {
    color: #fff;
}

/* Social-links
-------------------------------------------------------------- */
.social-links1 {
    padding: 0;
    margin: 0;

}

.social-links1 a {
    display: inline-block;
    /*    padding: 0 13px;*/
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    width:50px;
    height:50px;
    border-radius:50%;
    line-height:50px;
    margin-right: 12px;
    font-size: 22px;
    text-align:center;
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
}

.social-links1 a:hover {
    color: #fff;
}


/* Header
-------------------------------------------------------------- */
.header {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .logo {
    /*width: 100px;
    height: 42px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 10px 200px 0 0;
}
.header .logo img {
    max-width: 112px !important;



}

/* Header Fix */
.header.downscrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    opacity: 0;
    top: -121px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header.upscrolled {
    opacity: 1;
    top: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Menu menu-extra */
.menu.menu-extra {
    float: right;
    position: relative;
    margin-top:70px;
}

.menu.menu-extra:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.menu.menu-extra li a {
    color: #333;
    padding: 0 20px;
    line-height: 100px;
    height: 100px;
}

.menu.menu-extra li a:hover {
    color: #074bc1;
}

/* Navigation */
.nav-wrap {
    position: relative;
    float: left;
}

#mainnav > ul {
    text-align: right;
}

#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav ul li {
    position: relative;
}

#mainnav > ul > li {
    display: inline-block;

}

#mainnav > ul > li > a {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    line-height: 100px;
    padding: 0 20px 0 20px;
}

#mainnav > ul > li:last-child > a {
    padding: 0 0 0 20px;
}

/* submenu */
#mainnav ul.submenu {
    text-align: left;
    position: absolute;
    left: 0;
    top: 150%;
    width: 300px;
    background-color: #074bc1;
    z-index: 9999;
    z-indexms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

#mainnav ul.submenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #fa028a;
}

/* Right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

#mainnav ul li ul li {
    margin-left: 0;
}

#mainnav ul.submenu li ul {
    position: absolute;
    left: 250px;
    top: 0 !important;
}

#mainnav ul.submenu > li {
    border-top: 1px solid #333333;
}

#mainnav ul.submenu > li.sub-parent:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 25px;
    top: 11px;
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

#mainnav ul.submenu li:first-child {
    border-top: none;
}

#mainnav ul.submenu > li > a {
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0 0 0 26px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:hover {
    background-color: #fa028a;
    color: #fff;
}

#mainnav ul.submenu > li.sub-parent:hover::after {
    right: 18px;
}

#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
    color: #074bc1 ;
    position: relative;
}

#mainnav > ul > li.home > a:before {
    opacity: 1;
    content: "";
    position: absolute;
    left: 20px;
    bottom: -15px;
    width: 15px;
    height: 5px;
    background-color: #074bc1;
}

#mainnav > ul > li.home > a:after {
    opacity: 1;
    position: absolute;
    left: 36px;
    bottom: -15px;
    width: 15px;
    height: 5px;
    background-color: #fa028a;;
    content: "";
}

/* Hover Menu */
#mainnav > ul > li > a {
    position: relative;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #222222;
    z-index: 1000;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin:0;
    position: relative;
    text-align: left;
    border-top: 1px solid #333333;
    cursor: pointer
}

#mainnav-mobi ul > li > a {
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 9px 50px;
    color: #fff;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    position: relative;
    border-top: 1px solid #333333;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
    padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    padding: 0 60px;
    border-top-color: rgba(255,255,255,.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
    color: #fff;
}

/* Button menu mobile */
.btn-menu {
    display: none;
    position: relative;
    background: transparent;s
    cursor: pointer;
    margin: 25px 0;
    width: 26px;
    height: 16px;
    float: right;
    margin-right: 15px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;

}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: #074bc1;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

.btn-submenu:before {
    content: "\f107";
    color: #fff;
}

.btn-submenu.active:before {
    content: "\f106"
}

.btn-menu {
    display: none
}

/* Mega Menu */
#mainnav .has-mega-menu .submenu.mega-menu {
    padding: 40px 15px 40px 15px;
}

#mainnav .has-mega-menu {
    position: static;
}

.col-md-8.pos-static,
.nav-wrap.has-megamenu {
    position: static !important;
    margin-top:0px;
}


.pos-static .nav-wrap{

    padding-left:60px;
}
.header-wrap {
    position: relative;
}

#mainnav .mega-menu {
    position: absolute;
    left: 0;
    top: 105%;
    padding: 15px 0;
    text-align: left;
    z-index: 9999;
    background-color: #222222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav .mega-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #074bc1;
}

#mainnav .mega-menu .mega-menu-sub {
    position: relative;
}

#mainnav .mega-menu .mega-menu-sub:after {
    position: absolute;
    right: 40px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #333333;
    content: "";
}

#mainnav .mega-menu .mega-menu-sub.border-none:after {
    width: 0;
    height: 0;
}

.mega-menu .mega-title h5 {
    color: #fff;
}

#mainnav ul.mega-menu-sub {
    float: none;
}

#mainnav ul li.has-mega-menu:hover > .mega-menu {
    top: 100%;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.mega-menu ul li a {
    display: block;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mega-menu ul li a i {
    margin-right: 10px;
}

.mega-menu ul li a:hover {
    color: #074bc1;
    padding-left: 5px;
}

.mega-menu .widget.widget_recent_entries .post-date {
    color: #f1f1f1;
}

.mega-menu .widget.widget_recent_entries .post-date:before {
    color: #fff;
}

.mega-menu .flat-imagebox {
    margin: 0;
}

/* Mega menu mobile */
#mainnav-mobi .submenu.mega-menu {
    padding-left: 15px;
    overflow: hidden;
}

#mainnav-mobi .mega-title .btn-mega {
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 35px;
}

#mainnav-mobi ul > li.has-mega-menu > a {
    display: block;
}

#mainnav-mobi .btn-mega,
#mainnav-mobi .has-mega {
    position: relative;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
    position: absolute;
    right: 5px;
    top: -17px;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

#mainnav-mobi .has-mega:before {
    right: 20px;
    top: 0;
}

#mainnav-mobi .btn-mega:before,
#mainnav-mobi .has-mega:before {
    content: "\f107";
    color: #333;
}

#mainnav-mobi .btn-mega.active:before,
#mainnav-mobi .has-mega.active:before {
    content: "\f106";
}

#mainnav-mobi .has-mega-menu .btn-submenu {
    display: none;
}

#mainnav-mobi .mega-menu .widget.widget_recent_entries li {
    clear: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 10px;
    margin-left: 50px;
}

#mainnav-mobi .mega-menu .widget.widget_recent_entries a {
    color: #333;
}

#mainnav-mobi .mega-menu .widget.widget_recent_entries a:hover {
    color: #32bfc0;
}

#mainnav-mobi .mega-menu .widget.widget_recent_entries .post-date {
    color: #333;
}

#mainnav-mobi .mega-menu .widget.widget_recent_entries .post-date:before {
    color: #333;
}

#mainnav-mobi .mega-menu .flat-imagebox .imagebox {
    margin-left: 50px;
}


/* Page title
-------------------------------------------------------------- */
.page-title {
    position: relative;
    padding: 100px 0;
}

.page-title-heading h1 {
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 42px;
}

.page-title .overlay,
.parallax .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}


.empty-space p{
    color:#c2c2c2;
}
/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
    padding-top: 10px;
}

.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.breadcrumbs ul li a {
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumbs ul li a:hover {
    color: #074bc1;
}

.breadcrumbs ul li:before {
    position: absolute;
    right: -14px;
    top: 0;
    content: "/";
    color: #fff;
}

.breadcrumbs ul li:last-child::before {
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
}

/* Blog
-------------------------------------------------------------- */
.entry p {
    margin-bottom: 20px;
}

.main-content {
    padding: 100px 0;
}

article {
    margin-bottom: 40px;
}

article .featured-post {
    position: relative;
}

article .post-comment {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 20;
    background-color: #074bc1;
    text-align: center;
    color: #fff;
}

article .post-comment li.date span {
    display: block;
    font-size: 14px;
}

article .post-comment li.date .day {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 12px;
}

article .post-comment li.comment {
    background-color: #fa028a;
    font-size: 14px;
    padding: 3px 0;
}

article .post-comment li {
    display: block;
}

article .content-post .title-post {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333333;
}

article ul.meta-post {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    margin-top: 5px;
    margin-bottom: 12px;
}

article ul.meta-post li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
    list-style: none;
}

article ul.meta-post li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    content: "\f073";
    font-style: normal;
}

article ul.meta-post li.author {
    padding-left: 0;
}

article ul.meta-post li.author:before {
    content: "";
}

article ul.meta-post li.categories:before {
    content: "\f02c";
}

article ul.meta-post li.vote:before {
    content: "\f086";
}

article ul.meta-post li a,
article ul.meta-post li {
    font-size: 12px;
    color: #7a7a7a;
    font-style: italic;
}

article ul.meta-post li a:hover {
    color: #074bc1;
}

article .more-link a {
    font-size: 12px;
    font-weight: 700;
    color: #074bc1;
    margin-top: 15px;
    display: block;
}

article .more-link a:hover {
    color: #333333;
}

/* Blog Single
-------------------------------------------------------------- */
.blog-single .entry h4 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 14px;
    margin-top: 25px;
}

.blog-single .category-post-single {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-single ul.social-share {
    padding: 0;
    margin: 29px 0 0 0;
    list-style: none;
    padding-bottom: 43px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-single ul.social-share li {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #333;
    font-size: 16px;
}

.blog-single ul.social-share li a {
    margin: 0 17px;
    color: #999999;
    font-size: 18px;
}

.blog-single ul.social-share li a:hover {
    color: #edb820;
}

/* Navigation posts-navigation */
.blog-single .direction {
    text-align: center;
}

.blog-single .direction {
    text-align: center;
    padding-top: 45px;
    border-top: 1px solid #eeeeee;
}

.blog-single .direction ul li:first-child {
    float: left;
}

.blog-single .direction ul li ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
}

.blog-single .direction ul li ul.social-icons li a {
    width: 36px;
    height: 36px;
    background-color: #f2f2f2;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #6a6a6a;
    border-radius: 50%;
}

.blog-single .direction ul li ul.social-icons li a:hover {
    background-color: #074bc1;
    color: #fff;
}

.accent-button a:hover {
    opacity: 0.9;
    transition: all 0.5s;
}

.accent-button a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
    background-color: #074bc1;
}

.accent-button a:hover {
    background-color: #333;
    color: #fff;
}

.black-button a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 24px;
    background-color: #333;
}

.black-button a:hover {
    background-color: #074bc1;
    color: #fff;
}

.blog-single .direction ul li ul.social-icons {
    padding: 0;
    margin-top: -10px;
    text-align: center;
    list-style: none;
}

.blog-single .direction ul li:last-child {
    float: right;
}

.blog-single .direction ul li {
    display: inline-block;
}

/* Comment List */
.comment-list article {
    margin-bottom: 5px;
}

.comment-list ol.children {
    margin-left: 30px;
}

.comments-area .comments-title {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    padding-top: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.comments-area ol.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comments-area ol.comment-list article {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.comments-area ol.comment-list article .comment-author {
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
}

.comments-area ol.comment-list article .comment_content .comment_meta {
    margin-bottom: 20px;
}

.comments-area ol.comment-list article .comment-text {
    padding-bottom: 50px;
}

.comments-area ol.comment-list article .comment-text h5 {
    font-size: 14px;
    line-height: 23px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
}

.comments-area ol.comment-list article .comment_text {
    padding-bottom: 37px;
    overflow: hidden;
}

.comments-area ol.comment-list article {
    position: relative;
}

.comments-area ol.comment-list article .comment-metadata .date {
    font-size: 14px;
    line-height: 23px;
    font-style: italic;
    color: #a8a8a8;
}

.comments-area ol.comment-list article .reply .comment-reply-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 100px;
    bottom: 29px;
    padding: 6px 18px 6px 18px;
    background-color: #f5be34;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.comments-area ol.comment-list article .reply .comment-reply-link:hover {
    background-color: #333;
    color: #fff;
}

.comments-area ol.comment-list article .unapproved {
    float: right;
}

.comments-area ol.comment-list article .gravatar img {
    border-radius: 50%;
}

/* Comment form */
.comment-respond .comment-reply-title {
    margin-top: 60px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.comment-respond .comment-notes,
.comment-respond .comment-form-email {
    width: 50%;
    float: left;
}

.comment-respond .comment-notes {
    padding-right: 10px;
}

.comment-respond .comment-form-email {
    padding-left: 10px;
}

.comment-respond .message,
.comment-respond input[type="email"],
.comment-respond input[type="text"] {
    width: 100%;
}

.comment-respond .name-container,
.comment-respond .email-container,
.comment-respond .message {
    position: relative;
}

.comment-respond .name-container:before,
.comment-respond .email-container:before,
.comment-respond .message:before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 14px;
    left: 15px;
    color: #bcbcbc;
}

.comment-respond .email-container:before {
    content: "\f0e0";
    left: 30px;
}

.comment-respond .message:before {
    content: "\f075";
}

.comment-respond textarea {
    height: 200px;
}

.comment-respond .comment-submit {
    padding: 18px 32px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    background: #074bc1;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.comment-respond .comment-submit:hover {
    background-color: #333;
    color: #fff;
}

/* Pagination
-------------------------------------------------------------- */
.blog-pagination {
    padding-top: 33px;
    border-top: 2px solid #f2f2f2;
    text-align: center;
}

.blog-pagination .flat-pagination li {
    display: inline-block;
    margin-left: 8px;
}

.blog-pagination .flat-pagination li a {
    color: #6a6a6a;
    font-size: 12px;
    font-weight: 600;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    background-color: #f2f2f2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-pagination .flat-pagination li a:hover {
    background-color: #074bc1;
    color: #fff;
}

.blog-pagination .flat-pagination li.prev a:hover,
.blog-pagination .flat-pagination li.next a:hover {
    background: transparent;
    color: #074bc1;
}

.blog-pagination .flat-pagination li.prev i,
.blog-pagination .flat-pagination li.next i {
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-pagination .flat-pagination li.prev {
    float: left;
    padding-left: 0;
    margin-left: 0;
    background-color: transparent;
}

.blog-pagination .flat-pagination li.prev a {
    text-align: left;
    background-color: transparent;
}

.blog-pagination .flat-pagination li.next {
    float: right;
    padding-right: 0;
    margin-left: 0;
    background-color: transparent;
}

.blog-pagination .flat-pagination li.next a {
    text-align: right;
    background-color: transparent;
}

.blog-pagination .flat-pagination li.active {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    background-color: #074bc1;
}

/* Gird for page single
-------------------------------------------------------------- */
.main-content.page-single {
    padding: 50px 0;
}

.page-single .page-content {
    width: 65.81196581196581%;
    float: left;
}

.page-single .page-sidebar {
    width: 34.18803418803419%;
    float: left;
}

/* Sidebar
-------------------------------------------------------------- */
.sidebar {
    padding-left: 50px;
    border-left: 1px solid #e5e5e5;
    margin-left: 50px;
}

.sidebar .widget {
    margin-bottom: 45px;
    padding-bottom: 50px;
    position: relative;
}

.sidebar .widget:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 10px;
    background-color: #000;
}

.sidebar .widget:after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 0;
    width: 15px;
    height: 10px;
    background-color: #074bc1;
}

.widget ul  {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    padding: 7px 0 8px;
}

.widget .footer-info li{
    padding: 7px 0 0px
}

.widget .widget-title {
    position: relative;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #121212;
    margin-bottom: 37px;
}

/* Widget search */
.widget.widget_search .widget-title {
    margin-bottom: 37px;
}

.widget.widget_search .search-form {
    width: 100%;
    height: 50px;
    position: relative;
    margin: 0;
}

.widget.widget_search .search-form label {
    display: block;
}

.widget.widget_search .search-form input[type="search"] {
    border-color: #d7d7d7;
    width: 100%;
}

.widget.widget_search .search-form input[type="search"]:focus {
    border-color: #074bc1;
}

.widget.widget_search .search-form .search-submit {
    background-image: url( ../images/search.svg );
    background-color: transparent;
    background-size: 13px 13px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;
    padding: 5px 0 5px 10px;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 13px;
}

/* Widget categories */
.widget.widget_categories ul li {
    position: relative;
}

.widget.widget_categories ul li a {
    font-size: 13px;
    color: #6a6a6a;
}

.widget.widget_categories ul li a:hover {
    color: #074bc1;
}

/* Widget recentpost */
.sidebar .widget-recent-news {
    margin-bottom: 58px;
}

.widget.widget-recent-news ul li {
    padding: 20px 0 8px;
    overflow: hidden;
}

.widget.widget-recent-news ul li:last-child {
    padding-bottom: 0;
}

.widget.widget-recent-news ul li .thumb {
    float: left;
    margin-right: 20px;
}

.widget.widget-recent-news ul li .text {
    overflow: hidden;
    position: relative;
}

.widget.widget-recent-news ul li .text p {
    padding-left: 20px;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 14px;
}

.widget.widget-recent-news ul li .text:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    content: "\f073";
    font-style: normal;
    color: #074bc1;
}

.widget.widget-recent-news ul li .text h6 {
    line-height: 23px;
}

/* Widget tag */
.widget.widget_tag_cloud .widget-title {
    margin-bottom: 32px;
}

.widget.widget_tag .tag-list a {
    display: inline-block;
    color: #6a6a6a;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    background-color: #f2f2f2;
    padding: 0 15px;
    margin: 0 5px 5px 0;
}

.widget.widget_tag .tag-list a.active,
.widget.widget_tag .tag-list a:hover {
    color: #fff;
    background-color: #074bc1;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 15px;
    width: 46px;
    cursor: pointer;
    background-color: #074bc1;
    height: 46px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.go-top.show {
    right: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.go-top i {
    font-size: 18px;
    color: #fff;
    padding-bottom: 3px;
}

.go-top:hover {
    background-color: #333;
}

.go-top:hover i {
    color: #fff;
}

/* Footer
-------------------------------------------------------------- */
footer {
    background-color: #222222;
    padding: 60px 0 60px;
    color: #fff;
}

footer.style1 {
    padding: 80px 0 74px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color:#ff008a;
}

/* Footer widget
-------------------------------------------------------------- */
.footer-widgets .widget .widget-title {
    color: #fff;
}

/* Widget instagram */
.widget.widget_instagram ul {
    margin: 0 -5px;
}

.widget.widget_instagram ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

/* Widget info */
.widget.widget_info .footer-info {
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.widget.widget_info p {
    margin-bottom: 0px;
}

.theExpert p{
    margin-bottom: 12px;
    line-height: 25px;
}
.theExpert .blink a{
    animation: blinkingBackground 2s infinite;
    /*    color: #fff!important;*/
}

@keyframes blinkingBackground {
    0%    { color: #e42027;}
    25%   { color: #cc0f16;}
    50%   { color: #004d86;}
    75%   { color: #01406f;}
    100%   { color: #003155;}
}

ul.footer-info {
    margin: 2px 0 0 5px;
}

ul.footer-info li p, .footer-widgets ul.footer-info li{
    position: relative;
    padding: 0 0 8px 30px;
}

.footer-widgets ul.footer-info li.address{
    padding: 0 0 8px 0px;
}

.footer-widgets ul.footer-info li p:before {
    content: "\f041";
    font-family: "FontAwesome";
    color: #0070ff;
    position: absolute;
    left: 1px;
    top: 0;
}

.footer-widgets ul.footer-info li p:last-child{
    margin-bottom: 0px;
    padding: 0px 0px 0px 30px;
}
.footer-widgets ul.footer-info li:before {
    content: "\f041";
    font-family: "FontAwesome";
    color: #0070ff;
    position: absolute;
    left: 1px;
    top: 0;
}


.footer-widgets ul.footer-info li.phone:before {
    content: "\f095";
}

.footer-widgets ul.footer-info li.email:before {
    content: "\f003";
}

.widget.widget_info .flat-button {
    margin-top: 5px;
    background-color: #074bc1;
    color: #fff;
}

.widget.widget_info .flat-button:hover {
    background-color: #333333;
}

/* Widget Recent Post */
.widget.widget-recent-post ul li .thumb {
    width: 70px;
    float: left;
    margin: 4px 25px 0 0;
}

.widget.widget-recent-post ul li .content {
    overflow: hidden;
}

.widget.widget-recent-post ul li .content h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 4px;
}

.widget.widget-recent-post ul li .content h3 a {
    color: #074bc1;
}

.widget.widget-recent-post ul li .content h3 a:hover {
    color: #fff;
}

.widget.widget-recent-post ul li .content .meta {
    font-size: 10px;
    line-height: normal;
    color: #c2c2c2;
    margin-bottom: 1px;
}

/* Widget Twiter */
.widget_tweets ul li {
    padding: 0 0 7px 32px;
    position: relative;
    border: 0;
    margin-top: 22px;
}

.widget_tweets ul li:before {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #074bc1;
    position: absolute;
    left: 0;
    top: 0;
}

.widget_tweets ul li .author {
    font-weight: 700;
}

.widget_tweets ul li a {
    color: #074bc1;
}

.widget_tweets ul li a:hover {
    color: #fff;
}

/* Sidebar Page About */
.sidebar-nav {
    margin-bottom: 40px;
}

.sidebar-nav ul {
    padding: 0;
    list-style: none;
}

.sidebar-nav ul li a {
    display: block;
    padding: 15px 20px 11px 20px;
    margin-bottom: 2px;
    color: #333;
    font-weight: 700;
    background-color: #f0f0f0;
}

.sidebar-nav ul li a.active {
    padding-left: 16px;
    border-left: 4px solid #074bc1;
}

.sidebar-nav ul li a:hover {
    background-color: #f9f9f9;
}

.brochure {
    margin-bottom: 42px;
    padding: 28px 18px 14px 24px;
    border: 1px solid #ccc;
    font-size: 13px;
}

.brochure h3 {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: 600;
}

.brochure p {
    margin-bottom: 18px;
}

.page-service .brochure p {
    margin-bottom: 18px;
}

.brochure .btn-brochure {
    margin-bottom: 20px;
}

.brochure .btn-download a {
    position: relative;
    width: 97%;
    margin-bottom: 0;
    padding: 12px 19px 9px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.brochure .btn-download a:after {
    background: url(../images/common/icon_pdf_white.png) no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 3px;
}

/* About-content-text */
.about-content-text {
    margin-bottom: 40px;
}

.about-content-text h4 {
    font-weight: 700;
    line-height: 1.1;
    margin: 30px 0 20px 0;
    color: #074bc1;
    font-size: 24px;
}

.about-content-text p {
    margin-bottom: 20px;
}

/* Page About
-------------------------------------------------------------- */
.page-about .flex-direction-nav a {
    top: 100%;
    margin-top: -40px;
}

.page-about .flex-direction-nav .flex-prev {
    left: 100%;
    margin-left: -85px;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
    background-color: #222;;
    padding: 26px 0;
    color: #999999;
    font-size: 12px;
}



.bottom .copyright a, .copyright p {
    color: #f5f4f4;
}

.bottom .copyright a:hover {
    color: #feb800;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
}

.parallax1 { background-image: url(../images/parallax/bg-parallax1.jpg); }
.parallax3 { background-image: url(../images/parallax/bg-parallax3.jpg); }
.parallax4 { background-image: url(../images/parallax/bg-parallax4.jpg); }
.parallax5 { background-image: url(../images/parallax/bg-parallax5.jpg); }
.parallax6 { background-image: url(../images/parallax/bg-parallax6.jpg); }
.parallax8 { background-image: url(../images/parallax/bg-paralla.jpg); }
.parallax9 { background-image: url(../images/parallax/bg-parallax9.jpg); }

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
    max-height: 530px !important;
    width: 100% !important;
    position: relative;
    overflow: hidden !important;
    padding: 0;
    background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
    height: 35px;
    padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 5px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
}

.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
    border: 5px solid #fff !important;
}

/* Preload
-------------------------------------------------------------- */
.loading-overlay {
    background: #FFF;
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.loader, .loader:after {
    width: 30px;
    height: 30px;
}

.loader {
    margin: 20% auto;
    border-radius: 50%;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194, 193, 193, 0.5);
    border-right: 1.1em solid rgba(199, 197, 197, 0.5);
    border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
    border-left: 1em solid #074bc1;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.error404 .page-wrap {
    padding: 0 0 100px;
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
    position: fixed;
    left: -220px;
    top: 80px;
    width: 220px;
    background-color: #000;
    z-index: 99999999;
}

.switcher-container h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 30px;
    margin: 0;
}

.switcher-container h2 a {
    background-color: #000;
    display: block;
    position: absolute;
    right: -45px;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    outline: 0;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
    right: 0;
}

.switcher-container h2 a.active:after {
    position: absolute;
    right: 21px;
    top: 0;
    content: "\f104";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 22px;
}

.switcher-container h2 a.active i {
    display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
    text-decoration: none;
}

.switcher-container h2 i {
    margin-top: 10px;
    font-size: 25px;
    color: #999;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
    color: #fff;
}

.switcher-container h3 {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 22px;
    margin-bottom: 10px;
}

.switcher-container .selector-box {
    color: #fff;
    overflow: hidden;
}

.switcher-container .layout-switcher {
    margin: 0 0 10px 0;
    overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
    float: left;
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 10px 20px;
    margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
    margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
    color: #fff;
    cursor: pointer;
}

.switcher-container .color-box {
    height: auto;
    overflow: hidden;
    margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
    background-color: #272727;
    padding: 21px 0 30px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sw-even {
    background-color: #191919;
    padding: 21px 0 25px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sw-even a {
    font-family: "Karla", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px 10px 20px;
    margin-right: 10px;
    letter-spacing: 1.8px;
}

.sw-even a:hover {
    background-color: #32bfc0;
    border: 1px solid #32bfc0;
    color: #fff !important;
}

.sw-light {
    background-color: #fff;
    color: #000 !important;
}

.sw-odd a {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: inline-block;
    line-height: 17px;
    width: 100%;
    position: relative;
    padding-left: 47px;
}

.sw-odd .ws-colors a:before {
    background: none;
}

.sw-odd .ws-colors a {
    position: relative;
    width: auto;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: #333;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
    position: absolute;
    left: 8px;
    top: 6px;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    z-index: 999;
    text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

.sw-odd .ws-colors a:after {
    position: absolute;
    right: -3px;
    top: 2px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #074bc1;
    transform: rotate(45deg);
}

.sw-odd .ws-colors a span.cl1,
.sw-odd .ws-colors a span.cl2,
.sw-odd .ws-colors a span.cl3,
.sw-odd .ws-colors a span.cl4,
.sw-odd .ws-colors a span.cl5,
.sw-odd .ws-colors a span.cl6 {
    position: absolute;
    left: 7px;
    top: -10px;
    width: 15px;
    height: 50px;
    background: #21242b;
    transform: rotate(45deg);
    z-index: 1;
}

.sw-odd .ws-colors a span.cl2 {
    background-color: #004e66;
}

.sw-odd .ws-colors a span.cl3 {
    background-color: #282c37;
}

.sw-odd .ws-colors a span.cl4 {
    background-color: #8ccc50;
}

.sw-odd .ws-colors a span.cl5 {
    background-color: #e53a40;
}

.sw-odd .ws-colors a span.cl6 {
    background-color: #0A95BE;
}

.sw-odd #color2 {
    background-color: #333;
}

.sw-odd .ws-colors a#color2:after {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #ff5f2e;
}

.sw-odd #color3 {
    background-color: #333;
}

.sw-odd .ws-colors a#color3:after {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #30a9de;
}

.sw-odd #color4 {
    background-color: #333;
}

.sw-odd .ws-colors a#color4:after {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #8ccc50;
}

.sw-odd #color5 {
    background-color: #333;
}

.sw-odd .ws-colors a#color5:after {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #090707;
}

.sw-odd #color6 {
    background-color: #333;
}

.sw-odd .ws-colors a#color6:after {
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #0A95BE;
}

.sw-even h3 {
    margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 98%;
    background-color: #000000;
    width: 100%;
    z-index: -1;
    padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
    position: absolute;
    left: 12px;
    top: 6px;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
    z-index: 0;
    width: 92.708%;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}

/* Site-off-canvas
-------------------------------------------------------------- */
#site-off-canvas .widget.widget_search {
    padding-top: 60px;
    margin-bottom: 45px;
    padding-bottom: 50px;
    position: relative;
}

#site-off-canvas .widget.widget_search:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 10px;
    background-color: #000;
}

#site-off-canvas .widget.widget_search:after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 0;
    width: 15px;
    height: 10px;
    background-color: #074bc1;
}

#site-off-canvas .close {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    display: none\9;
    visibility: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.off-canvas-active #site-off-canvas .close {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: block\9;
    visibility: visible;
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-250px);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.off-canvas-active #site-off-canvas .wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#site-off-canvas .wrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 270px;
    background: #ffffff;
    z-index: 999999;
    overflow: auto;
    padding: 30px;
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/* Porfolio Detail
-------------------------------------------------------------- */
ul.entry-details-content {
    margin-bottom: 50px;
}

h3.title-project-detail {
    position: relative;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #121212;
    margin-bottom: 37px;
    padding-top: 50px;
}

h3.title-project-detail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 10px;
    background-color: #000;
}

h3.title-project-detail:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    width: 15px;
    height: 10px;
    background-color: #074bc1;
}

.entry-details-content li {
    list-style: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px 25px;
    position: relative;
}

.entry-details-content li:before {
    font-family: "FontAwesome";
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.entry-details-content li.date:before {
    content: "\f073";
}

.entry-details-content li.location:before {
    content: "\f041";
}

.entry-details-content li.surface-area:before {
    content: "\f0b2";
}

.entry-details-content li.investor:before {
    content: "\f0f8";
}

.entry-details-content li.value:before {
    content: "\f0d6";
}

.entry-details-content li.categories:before  {
    content: "\f0c9";
}

.entry-details-content li.tags:before  {
    content: "\f02c";
}

.entry-details-content li strong {
    font-weight: normal;
}

.entry-details-content li p {
    float: right;
    text-align: right;
    max-width: 60%;
    color: #b3b3b3;
}


/* Man & Girl block */
.man-girl{
    position: relative;
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
}
.to-bottom {
    cursor: pointer;
    font-size: 24px;
    left: 50%;
    position: absolute;
}
.to-bottom:before {
    border-color: transparent transparent #ec3642;
    border-style: solid;
    border-width: 40px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    height: 0;
    width: 0;
}
.to-bottom .fa {
    bottom: 0;
    left: -7px;
    position: absolute;
    text-align: center;
    top: -25px;
}
.man-girl .col-md-12, .man-girl .col-md-4, .man-girl .col-md-6{padding:0;}
.content-main {
    min-height: 550px !important;
    position: relative !important;
}

.content-main-right{
    background: url("../images/image_split.png") no-repeat scroll left bottom transparent;
}
.img-class {
    bottom: 0;
    /*position: absolute;*/
    z-index: 0;
}

.content-main .img-class img{
    filter: url(filters.svg#grayscale);
    filter:gray;
    -webkit-filter: grayscale(1);
}
.content-main:hover  .img-class img{
    filter:none;
    -webkit-filter: grayscale(0);
}

.img-class-left {
    right: 0;
}
.img-class-right {
    left: 0;
}
.class-content {
    padding: 160px 185px 10px 0;
    text-align: right;
    color: #fff;
    position: relative;
}

.class-content-right {
    /* padding-left: 185px;*/
    padding-right: 0;
    text-align: left;
}
.class-content h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}
.class-content-text p {
    margin-bottom: 25px;
}

.join a, .watch-video a{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: auto;
    display:inline-block;
    font-size:16px;
    height:42px;
    padding:0 20px;
    border:2px solid #fff;
    color:#fff;
    text-transform:uppercase;
    line-height:38px;
    position:relative;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.join a:hover, .watch-video a:hover{
    color:#ec3642;
}
.join a:after, .watch-video a:after {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
    background:#fff;
}
.join a:hover:after, .watch-video a:hover:after {
    height:100%;
}




@media (max-width: 990px) {


    .class-content-left{
        padding: 200px 85px 10px 0;
    }
    .class-content-right {
        padding-left: 78px;
        padding-top: 200px;
    }
    .class-content h3 {
        font-size: 36px;
    }
}










/* About */
.about {
    background: #FFF;
    position: relative;
    color:#fff;
}
.about-top {
    background: url("../images/bg-position.jpg") repeat-x scroll center top transparent;
    padding-bottom: 30px;
    position: relative;
    background-size:100% auto;

}
.about-top:before{
    position:absolute;
    z-index:0;
    content:'';
    width:100%;
    height:60%;
    bottom:0;
    left:0;
    background: #FFF;
}
.title-page {
    padding-bottom: 20px;
    padding-top: 50px;
    text-align: center;
}
.title-page h3 {
    margin-bottom: 15px;
    font-size:29px;
    color:#000;
    font-family:'Montserrat';
    line-height:45px;
    font-weight:600;
}
.box-left{
    padding: 22px 16px;
    text-align: right;
}
.box-left .icon{
    float: right;
    text-align: right;
}
.box-left .icon .fa, .box-right .icon .fa {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 28px !important;
    height: 70px !important;
    line-height: 70px !important;
    margin: 10px 0 0 !important;
    position: relative;
    text-align: center;
    width: 70px !important;
}
.box-left .icon .fa, .box-right .icon .fa{
    background: none repeat scroll 0 0 #ec3642;
}
.box-left .icon .fa:after, .box-right .icon .fa:after  {
    border-color: #ec3642 transparent transparent;
    border-style: solid;
    border-width: 14px;
    content: "" !important;
    position: absolute;
    right: -14px;
    top: 0;
}
.box-left .icon .fa:after, .box-right .icon .fa:after{
    border-top-color: #ec3642;
}
.box-left .icon .fa, .box-right .icon .fa{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-top: 12px;
    width: 40px;
}
.box-left .content-about, .box-right .content-about  {
    margin: 0 85px 0 0 !important;
}
.box-right {
    text-align: left;
    padding: 22px 16px;
}
.box-right .icon {
    float: left;
    text-align: center;
}
.box-right .icon .fa:after {
    left: -14px;
    right: auto;
}
.box-right .content-about  {margin: 0 0 0 85px !important;}

.about-con{

}
.about-btm-left, .about-btm-center{
    background: none repeat scroll 0 0 #fff7f8;
    color: #5d5d5d;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.about-bottom {background:#242424;}
.about-bottom:before {
    background: url("../images/bg-position-2-before.png") repeat-x scroll center bottom transparent;
    bottom: 0;
    content: "";
    height: 182px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.about-bottom {
    position: relative;
}
.block-item-special > .about-box{
    transform:translateY(-80px);
    -o-transform:translateY(-80px);
    -ms-transform:translateY(-80px);
    -moz-transform:translateY(-80px);
    -webkit-transform:translateY(-80px);
}
.about-con .about-box{
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    background:#fff7f8;
    color:#5d5d5d;
}
.hour, .news, .contact-us {
    padding-bottom: 20px;
    padding-top: 90px;
}
.about-bottom-title h4 {
    background: none repeat scroll 0 0 #ec3642;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 15px 5px 15px 25px;
}
.about_scroll_image{
    width: 100%;
    max-width: 650px;
    overflow:hidden;

    position:relative;
}
.about_scroll_image .content-image{
    width: 100%;
}

.about_scroll_image .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.about_scroll_image:hover .content-overlay{
    opacity: 1;
}

.about_scroll_image .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.about_scroll_image:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}

.about_scroll_image .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.about_scroll_image .content-details p{
    color: #fff;
    font-size: 0.8em;
}

.about_scroll_image .fadeIn-bottom{
    top: 80%;
}

.about_scroll_image img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

    transition: 0.5s;
}
.about_scroll_image img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.5);
    transition: 0.7s;
}
.about_scroll_img {
    margin-top:-30px;
}
.about_scroll_img img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}
.about_scroll_img img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.working-hours {
    color: #6a6a6a;
    padding: 8px 25px;
}
.working-hours p {
    padding: 9px 0 8px;
}
.time-hours-item{
    border-bottom: 1px solid #ece6e7;
    font-size: 14px;
    padding: 8px 0;
    text-transform: uppercase;
}
.time-hours-item span {
    float: right;
}
.news-content ul {
    background: none repeat scroll 0 0 #fff7f8;
    color: #5d5d5d;
    list-style: outside none none;
    margin: 0;
    padding: 11px 13px;
}
.news-item-inner{
    padding: 13px 10px;
}
.news-date{
    background: none repeat scroll 0 0 #ec3642;
    color: #fff;
    float: left;
    margin-top: 6px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 53px;
}
.news-day {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 9px 0 1px;
}
.news-month {
    font-size: 14px;
    line-height: 1;
    padding: 3px 0 15px;
}
.news-info {
    margin-left: 80px;
}
.news-title a {
    font-size: 14px;
    text-transform: uppercase;
    color:#ec3642;
}
.news-time p {
    color: #5d5d5d;
}
.latest-news-item {
    border-bottom: 1px solid #ece6e7;
    padding-top: 8px;
}
.latest-news-item:hover{background:#ededed;}

.box-left .content-about, .box-right .content-about {
    margin: 0 85px 0 0 !important;
}
.content-about h4{
    font-size:18px;
    font-family:'Montserrat';
    font-weight:bold;
}
.flat-button-slider.bg-button-slider-32bfc0 {
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
}

.sfr .flat-button-slider:hover{
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%) !important;
}
.tp-caption.sfr.flat-button-slider:hover{
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%) !important;
}
.flat-title.color-white {
    color:  linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
}
.flat-title {
    font-size: 39px;
    line-height: 55px;
    margin-bottom: 26px;
    letter-spacing: -2px;
    font-weight: 700;
    color:  linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);

}

.flat-title span {
    background: linear-gradient(to right, #1e57f7 0%, #ef0a6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.flat-title1{
    margin-top:30px;
}
.about-list{

    padding-top:20px;
    padding-bottom:50px;
}
.about-list ul li{
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
    font-size: 13px;
    color: #;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
    letter-spacing: 0px;
    font-weight:bold;
    font-weight:600;
    font-family: 'Montserrat', Arial, sans-serif;
}
.about-list ul li:before{
    font-family: FontAwesome;
    content: "\21F4";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    position:absolute;
    left:0;
    color:#074bc1;
    width:25px;
    height:25px;
    font-size:16px;
}
.about-list ul li a:hover{
    color:#fa028a !important;
}
.flat-row.mail-chimp {
    padding: 35px 0;
    background: linear-gradient( 90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
    overflow: hidden;

}
#bg{
    background: #fff;
}
.flat-row.mail-chimp h3{
    color:#fff !important;
    font-family:'Montserrat';
    font-weight:600;
    margin-top:30px;

}
#bg h3{
    color:#000 !important;
    font-family:'Montserrat';
    font-weight:600;
    margin-top:30px;

}
.flat-row.mail-chimp h3 span{

    background: linear-gradient(to right, #1e57f7 0%, #ef0a6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family:'Montserrat';
    font-weight:700;
    font-size: 26px;
}



.item{

    background-color: white;
    position: relative;
    display: inline-block;
    /*margin: 1% 2% 1% 0%;*/
    overflow: hidden;
    /*box-shadow: 2px 3px 10px #444444;*/
    font-family:'Montserrat';
}

.item .overlay{
    color: #000;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
}
.clean .overlay span{

}
/* effect-clean*/
.clean .overlay span:nth-child(1){
    position: absolute;
    left: 30%;
    top: 35%;
    font-size: 80px;
    font-weight: bold;
    font-family: coustard;
    transform: translateX(-50%);
    color:rgba(20,73,222,1);
}

.clean .overlay span:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 17px;
    transform: translateX(-50%);

}
.clean .overlay span:nth-child(2):hover{
    color:rgba(250,2,138,1)!important;
}

.clean .overlay span:nth-child(3){
    height: 3px;
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
    position: absolute;
    top: 60%;
    left: 0;
}

.clean .overlay:hover{
    opacity: 0.93;
}

.clean .overlay:hover span:nth-child(1){
    animation: slide 0.4s;

}

.clean .overlay:hover span:nth-child(2){
    animation: slide 0.7s;

}

.clean .overlay:hover span:nth-child(3){
    animation: line 0.5s forwards;

}

@keyframes slide{
    0%   {transform:translateX(-10%);}
    100% {transform:translateX(-50%);}
}

@keyframes line{
    0%   {width: 0;}
    100% {width: 50%}
}
.about{
    position:relative;
}
.about .about_right{
    margin-right:0;
    border:1px solid red;
    float:left;
    position:absloute;
}

.testimonial {
    border-right: 4px solid #2a3d7d;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;

}
.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid  #1e57f7;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}
.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #1e57f7;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}
.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}
.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1e57f7;
    margin: 0;
}
.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #ef0a6a;
    font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #29d18b !important;
    border-color: #29d18b;
}
@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}


.test_section h3{

    font-size:29px;
    line-height:40px;
    font-family:'Montserrat';
    color:#000;
    font-weight:600;
    margin-top:35px;
}
.test_section{
    padding-top:50px;
    background: linear-gradient(
        90deg, rgba(20,73,222,0.1) 0%, rgba(3,189,246,0.1) 35%, rgba(250,2,138,0.1) 100%);
}

.about-sec{

    padding:50px 0px;
    text-align:center;
}
.about-sec h3{
    fmargin:0;
    padding:0;
    font-size:23px;
    line-height:23px;
    font-family:'Montserrat';
    color:black;
    padding:30px;
    text-transform: uppercase;
    font-weight:600;
}

.blog_sec{
    background-image:url("../images/home_blog_bg.jpg");
}
#news-slider{
    margin-top: 10px;

}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(
        90deg, rgba(20,73,222,0.5) 0%, rgba(3,189,246,0.5) 35%, rgba(250,2,138,0.5) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}



.breadcrumb-row {
    background: #fa028a;
    padding: 20px 0;
    position: relative;
    text-align: center;
}
.breadcrumb-row:after {
    background-image: url(../images/border.png);
    bottom: -4px;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.breadcrumb-row ul {
    margin: 0;
}
.breadcrumb-row ul.list-inline li a {
    color: #fff;
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-row ul li:after {
    content: "/";
    margin-left: 7px;
}
.breadcrumb-row ul li:last-child {
    color: #fff;
}
.breadcrumb-row ul li:last-child:after {
    display: none;
}
.dez-bnr-inr.dez-bnr-inr-lg {
    height: 800px;
}
.dez-bnr-inr.dez-bnr-inr-md {
    height: 600px;
}
.dez-bnr-inr.dez-bnr-inr-sm {
    height: 400px;
}
.dez-bnr-inr {
    height: 300px;
    background-size: cover;
    background-position: bottom center;
    display: table;
    width: 100%;
}
.dez-bnr-inr h1 {
    font-size: 45px;
    line-height: 55px;
}
.dez-bnr-inr .container {
    display: table;
    height: 100%;
}
.dez-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-family:'Montserrat';
    font-weight:500;
}
@media only screen and (max-width: 767px) {
    .dez-bnr-inr h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

.conatct_sec{

    text-align:center;
    padding-top:50px;
}
.conatct_sec h2{
    margin:0;
    padding:0;
    font-family:'Montserrat';
    font-weight:600;
    font-size:23px;
}
.conatct_sec span{
    margin:0;
    padding:0;
    font-family:'Montserrat';
    font-weight:500;
    font-size:14px;
    padding:10px 0px;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {

    padding:25px;
    margin:0px 0;
}

#contact h3 {
    color: #F96;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

#contact h4 {
    margin:5px 0 15px;
    display:block;
    font-size:13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
    width:100%;
    border:1px solid #CCC;
    background:#FFF;
    margin:0 0 5px;
    padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
    -webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    g:1px solid #AAA;
}

#contact textarea {
    height:75px;
    max-width:100%;
    resize:none;
}

#contact button[type="submit"] {
    cursor:pointer;
    width:100%;
    border:none;
    background:	#074bc1;
    color:#FFF;
    margin:0 0 5px;
    padding:10px;
    font-size:15px;
}

#contact button[type="submit"]:hover {
    background:#074bc1;
    -webkit-transition:background 0.3s ease-in-out;
    -moz-transition:background 0.3s ease-in-out;
    transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
    outline:0;
    border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}


.conatct_sec .con_left{

    margin-top:85px;
}
.conatct_sec .con_left h3{
    margin:0;
    padding:0;
    font-family:'Montserrat';
    font-weight:600;
    color:#000;
    font-size:18px;
    padding-bottom:25px;
}
.conatct_sec .con_left img{
    width:7rem;
    margin-bottom: 15px;
}
.conatct_sec .con-right h4{
    margin:0;
    padding:0;
    font-family:'Montserrat';
    color:#000;
    text-transform:uppercase;
    font-weight:600;
    font-size:16px;
    text-align:center;
    margin-bottom: 10px;
}
.conatct_sec .con-right{

    margin-top:0px;
    text-align:center;
}




blockquote {
    position: relative;
    font-weight: 600;
    color: #000;
    padding: 30px 0px;
    padding-left:20px;
    width: 100%;
    max-width: 600px;
    z-index: 1;
    margin: 30px auto;
    align-self: center;
    border-top: solid 4px #e91e63;
    box-shadow: 0 12px 35px -11px rgba(0,0,0,0.4);
    text-align: left;
    border-radius: 4px;
    transition: all 1s;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
}
blockquote:after {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    content: "\f10d";
    color: rgb(233, 30, 99);
    font-size: 3rem;
    line-height: 0;
    top: -2px;
    left: 30px;

}
blockquote:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    content:"\f10e";
    color: #e91e63;
    font-size: 3rem;
    line-height: 0;
    bottom: 2px;
    right: 30px;

}

.single-image{
    margin-top:30px;
    margin-bottom:15px;
}

.diet_section{
    padding:30px 0px;
}
.diet_section h2{
    margin:0;
    padding:0;
    font-family:'Montserrat';
    font-size:23px;
    text-align:center;
    font-weight:600;
    color:#000;
    line-height:29px;
    position:relative;
}
.diet_section h2:before{
    opacity: 1;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 20px;
    height: 5px;
    background-color: #074bc1;
}
.diet_section h2:after{
    opacity: 1;
    position: absolute;
    left: 55%;
    bottom: -15px;
    width: 20px;
    height: 5px;
    background-color: #fa028a;
    content: "";
}
.diet_section .title{
    margin-bottom:30px;
}
.diet_sec h3{
    margin:0;
    padding:0;
    font-family: 'Monsterrat', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom:10px;
}
.diet_sec p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #777;
    padding-bottom: 18px;
    /* padding-left: 20px; */
    font-weight: 500;
    text-align: justify;
    line-height: 24px;

}
.diet_section h4{

    margin:0;
    padding:0;
    font-family:'Montserrat';
    font-size:20px;
    color:#fff;
    padding:15px 0px;
    font-weight:600;
    padding-left:10px;
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
    margin-top:15px;

}
.diet_section .diet_ul{
    padding:10px 0px;

}
.diet_section .diet_ul ul{
    margin:0;
    padding:0;
}
.diet_section .diet_ul ul li{
    font-size:16px;
    color:#777;
    font-weight:700;
    line-height:20px;
    padding-bottom:10px;
}
.diet_section .diet_ul ul li {
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
    font-size: 16px;
    color: #;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
    letter-spacing: 0px;
    font-weight: bold;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}



.diet_section .diet_ul ul li:before {
    font-family: FontAwesome;
    content: "\21F4";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    color: #f6038f;
    width: 26px;
    height: 26px;
    font-size: 16px;
}
/*.diet_section .diet_ul ul li:hover{
        color:#f6038f;
        cursor:pointer;
}*/


.diet_section .diet_p p{
    font-size:16px;
    font-weight:400;
    line-height:30px;
    margin-bottom:30px;
    text-align:justify;
    font-family: 'Poppins', sans-serif;

}
.diet_section .mt-20{
    margin-top:25px;
}
.diet_section .item{

    margin-top:50px;
}

/*---------------------------------------Our Price---------------------------------------*/
.our-pricing {
    background: none repeat scroll 0 0 #ec3642;
    overflow: hidden;
    position: relative;
}
.our-pricing-title {
    z-index: 99;
}
.ch-item {
    position:relative !important;
    padding:0;
    display:block;
    overflow:visible;
}
.ch-info-wrap {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    perspective: 800px;
    position: absolute;
    left: 50%;
    margin-bottom: 0;
    margin-left: -85px;
    margin-right: auto;
    padding-top: 24px;
    top: 180px;
    width: 170px;
    height: 170px;
    z-index: 99;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
}
.ch-info-back  {
    padding:15px;
    text-align:center;
}
.ch-info-front {
    text-align:center;
}
.ch-info-back h2{
    font-size:20px;
    margin-bottom:0;
    padding-bottom:0;
    color:#ec3642;
    font-weight:bold;

    margin-top:30px;
}
.ch-info-back p {
    color:#ffffff;
}
.ch-info-front h3 {
    font-size:20px;
    color:#222222;
    font-weight:bold;

}
.ch-info-front h2 {
    font-size:20px;
    color:#222222;
    font-weight:bold;
    margin-top:30px;
}
.ch-info{
    position: absolute;
    width: 100%;
    height: 200px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ch-info .ch-info-back {
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 170px;
    top: -24px;
    width: 170px;
}
.ch-info .ch-info-back {
    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    -o-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
}
.ch-item:hover .ch-info {
    -webkit-transform: rotate3d(0,1,0,-180deg);
    -moz-transform: rotate3d(0,1,0,-180deg);
    -o-transform: rotate3d(0,1,0,-180deg);
    -ms-transform: rotate3d(0,1,0,-180deg);
    transform: rotate3d(0,1,0,-180deg);
}
.our-pricing-title h2 {
    color: #2f51eb;
    font-size: 40px;
    font-weight: bold;
}
.our-pricing-title h3{font-size:20px;color: #db1178;}
.ch-item:hover .ch-info-back h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.ch-item:hover .ch-info-back h3{font-size:20px;color: #fff;}
.our-price {
    padding: 0!important;
}
.our-price h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 35px;
}

.boxing-card .boxing-card-content {
    margin-right: 10px;
    text-align: right;
}
.our-price .boxing-card-content p{
    float: right;
    width: 62%;
}
.boxing-card-content .price, .yoga-card-content .price {
    float: right;
    margin-top: 5px;
    padding-bottom: 20px;
    width: 100%;
}
.boxing-card-content .price span, .yoga-card-content .price span {
    font-size: 24px;
    font-weight: 700;
    padding: 0 20px;
}
.our-pricing .our-price img{
    width:100%;
}

.shopping-buy {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
}
.shopping-buy {
    border: 2px solid #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    padding: 0 15px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}
.shopping-buy{
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
}
.shopping-buy:before {
    font-family: FontAwesome;
    font-size: 20px;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: 0 !important;
    top: 0;
    transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    -o-transform:translateX(-100%);
    transition: transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    width: 100%;
}
.shopping-buy:before{
    content:'\f07a ';
}
.shopping-buy span{
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    padding:0 20px;
}
.shopping-buy:hover:before{
    transform:translateX(0);
    -moz-transform:translateX(0);
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
}
.shopping-buy:hover span{
    transform:translateX(200%);
    -moz-transform:translateX(200%);
    -webkit-transform:translateX(200%);
    -ms-transform:translateX(200%);
    -o-transform:translateX(200%);
}


.yoga-content .yoga-card-content {
    margin-left: 10px;
}
.our-price .yoga-card-content p{
    float: left;
    width: 62%;
}
.yoga-content {
    background: url("../images/image_split.png") no-repeat scroll left bottom transparent;
    overflow: hidden;
}
.yoga-content .cart {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.yoga-content i {
    border: 2px solid #fff;
    font-size: 18px;
    padding: 6px 20px;
}
.about_cust{
    padding:20px 0px;
}
.about_cust p{
    color:#777;
    font-size:16px;
    font-weight:600;
    text-align:center;
    padding-top:10px;
    padding-bottom:30px;
    line-height:30px;
}
.about_cust h2{
    margin:0;
    padding:0;
    font-family:'Montserrat';
    font-size:20px;
    color:#000;
    font-weight:600;
    padding:10px 0px;
    position:relative;
    margin-top:30px;
    width:300px;
    margin:0 auto;
    background: linear-gradient( 90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
    color:#fff;
}
/*.about_cust h2:before{
        opacity: 1;
content: "";
position: absolute;
left:30%;
bottom: 0px;
right:0;

width: 100px;
height: 5px;
background-color: #074bc1;
}
*/


/***

==================================================================
                Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
    position: relative;
    overflow: hidden;
    padding: 100px 0 50px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
    position: relative;
    margin-bottom: 50px;
}

.sidebar-page-container .sidebar{
    padding-left: 30px;
}

.sidebar-side .sec-title .title{
    margin-bottom: 10px;
}

.sidebar-side .sec-title{
    margin-bottom: 30px;
}

.sidebar-side .sec-title h2{
    font-size: 24px;
}

.sidebar-widget{
    position: relative;
    margin-bottom:55px;
}

.sidebar-side .sidebar-widget:last-child{
    margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
    position: relative;
    margin-bottom: 35px;
}

.sidebar-page-container .sidebar-title h3{
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
}

/*Services Category*/

.services--list{
    position:relative;
    margin-bottom: 70px;
}

.services--list li{
    position:relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.services--list li a{
    font-size:14px;
    font-weight:700;
    color:#333333;
    line-height: 28px;
    padding: 20px 25px;
    display:block;
    font-family:"Montserrat", sans-serif;
    border-left: 5px solid #fa0185;
    background-color: #ebebeb;
    overflow: hidden;
    padding-right: 7px;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.services--list li.active a,
.services--list li:hover a{
    color: #ffffff;
    background-color: #074bc1;
    border-color: #fa0185;
}

.services--list li a:before{
    position:absolute;
    content:"\f105";
    right:33px;
    top:20px;
    color:#fa0185;
    font-size: 16px;
    line-height: 30px;
    font-weight: 900;
    font-family:fontawesome;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.services--list li.active a:before,
.services--list li:hover a:before{
    color: #ffffff;
}

.services--list li a:after{
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7px;
    content: "";
    opacity: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fa0185;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.services--list li.active a:after,
.services--list li:hover a:after{
    opacity: 1;
}

/*Brochure links*/
.sidebar .links-box{
    position: relative;
}

.sidebar .links-box .sec-title{
    margin-bottom: 30px;
}

.sidebar .brochure-link{
    position: relative;
    margin-bottom:10px;
}

.sidebar .brochure-link a{
    position:relative;
    display: block;
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    font-weight: 700;
    padding: 15px 50px;
    padding-left: 35px;
    font-family:"Montserrat", sans-serif;
    border-left: 5px solid #7abf18;
    background-color: #ebebeb;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.sidebar .brochure-link a:after{
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7px;
    content: "";
    opacity: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #7abf18;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.sidebar .brochure-link a:hover:after{
    left: 0;
    opacity: 1;
}

.sidebar .brochure-link a i{
    position: relative;
    float: right;
    font-size: 20px;
    line-height: 35px;
    color: #333333;
    font-weight: 400;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.sidebar .brochure-link a:hover{
    background-color: #333333;
    color: #ffffff;
}

.sidebar .brochure-link a:hover i{
    color: #ffffff;
}

/*brochure Box*/

.brochure-box{
    position:relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #7abf18;
    background-size:cover;
    padding:45px 40px 50px;
    margin-bottom: 50px;
}

.brochure-box:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #7abf18;
    opacity: 0.90;
    content: "";
}

.sidebar-side .brochure-box .sec-title{
    margin-bottom: 20px;
}

.brochure-box .sec-title .title{
    color: #ffffff;
}

.brochure-box p{
    position:relative;
    font-size:16px;
    line-height:30px;
    color:#ffffff;
    font-weight: 400;
    margin-bottom:40px;
}

.brochure-box .theme-btn{
    position: relative;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
}

.brochure-box .theme-btn:hover{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #7abf18;
}
/***

====================================================================
                Service Detail Section
====================================================================

***/

.service-detail-section{
    position: relative;
    padding: 50px 0 50px;
}

.service-detail{
    position: relative;
}

.service-detail .image-box{
    position: relative;
}

.service-detail .image-box img{
    position: relative;
    display: block;
    width: 100%;
}

.service-detail .lower-content{
    position: relative;
    padding-top: 30px;
}

.service-detail .lower-content h2{
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.2em;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    font-family:'Montserrat';
}
.service-detail .lower-content h3{
    position: relative;
    margin:0;
    padding:0;
    font-size: 25px;
    line-height: 1.2em;
    color: #fe0000;
    font-weight: 600;
    font-family:'Montserrat';
    text-align:center;
    padding:20px 0px;
}
.service-detail .lower-content h3:before{
    opacity: 1;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 20px;
    height: 5px;
    background-color: #074bc1;
}
.service-detail .lower-content h3:after{
    opacity: 1;
    position: absolute;
    left: 55%;
    bottom: -1px;
    width: 20px;
    height: 5px;
    background-color: #fa028a;
    content: "";
}

.service-detail .lower-content h3 span{
    color:#03306b;
}



.service-detail .lower-content h2 span{
    color:#03306b;
}
.service-detail .lower-content h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail .lower-content p{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 27px;
    text-align:justify;
    font-family: 'Poppins', sans-serif;
}

.service-detail .post-info{
    position: relative;
    margin-bottom: 50px;
    padding: 30px 25px 10px;
    border: 2px solid #ebebeb;
}

.service-detail .post-info .info-list{
    position: relative;
}

.service-detail .post-info .info-list li{
    position: relative;
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0 15px;

}

.service-detail .post-info .info-list li strong{
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #333333;
    font-weight: 700;
}

.service-detail .two-column{
    position: relative;
    margin-top: 30px;
}

.service-detail .two-column .image-column{
    position: relative;
    margin-bottom: 50px;
}

.service-detail .two-column .image{
    position: relative;
    margin-bottom: 0;
}

.service-detail .two-column .image img{
    display: block;
    width: 100%;
    height: auto;
}

.service-detail .two-column .info-column{
    position: relative;
    margin-bottom: 30px;
    padding-top: 10px;
}



.lower-content .list-style-one{
    margin:0;
    padding:0;
}
.lower-content ul.list-style-one li{
    color:#252525;


    font-size:16px;
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
    font-size: 13px;
    color: #;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
    letter-spacing: 0px;
    font-weight: bold;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}


.lower-content ul.list-style-one li:before {
    font-family: FontAwesome;
    content: "\21F4";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    color: #f6038f;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.start_your_business {

    text-align:center;
}
.start_your_business h4{

    margin:0;
    padding:0;
    font-family:'Montserrat';
    font-size:16px;
    font-weight:600;
    padding-bottom:10px;
    margin-top:50px;

}

.start_your_business h4 span.mrp{
    font-family:'Montserrat';
    font-size:16px;
    font-weight:600;
    color: #666;
    text-decoration: line-through;
    margin-right: 12px;
}

.start_your_business span{
    font-family:'Montserrat';
    font-size:20px;
    font-weight:600;
    cursor:pointer;
}
.start_your_business .blink{

    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
    padding: 15px;
    text-align: center;
    line-height: 30px;
}
.start_your_business .blink span{
    font-size: 20px;
    font-family:'Montserrat';
    color: white;
    animation: blink 1s linear infinite;
}
@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}


.menu li.blinkingText a{
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
    height:10px;
    padding:20px;
    color:#fff;
    animation:blinkingText 1s linear infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: #fff; }
    99%{    color: #fff;  }
    100%{   color: #000;    }
}


.meet_expert{
    border:1px solid red;
    padding:50px 0px;
    text-align:center;
}
.meet_expert p{
    font-family:'Montserrat';
    font-size:12px;
    font-weight:500;
    line-height:20px;

}
.our_champions{
    padding:160px 0px;

}

.our_champions h1{
    font-family:'Montserrat';
    font-size:25px;
    font-weight:500;
    line-height:20px;
}



















/*--------------------
Mixins
--------------------*/

@mixin center {
    position: relative;
    /*  top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);*/
}

@mixin ball {
    @include center;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    /*  background: rgba(255, 255, 255, .5);*/
    background:#888;
    z-index: 2;
    margin-top: 4px;
    animation: ball .45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
}


/*--------------------
Body
--------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background: linear-gradient(135deg, #044f48, #345093);
    background-size: cover;
    background:#fff;
    font-family: 'Avenir', 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    /*    overflow: hidden;*/
}

.bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    /* background: url('https://images.unsplash.com/photo-1451186859696-371d9477be93?crop=entropy&fit=crop&fm=jpg&h=975&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1925') no-repeat 0 0;*/
    filter: blur(80px);
    transform: scale(1.2);
    background: #fff;
}


/*--------------------
Chat
--------------------*/

.chat {
    @include center;
    width: 100%;
    height: calc(100% - 15px);
    max-height: 500px;
    z-index: 10;
    overflow: hidden;
    /*box-shadow: 0 5px 30px rgba(0, 0, 0, .2);*/
    /* background: rgba(0, 0, 0, .5);*/
    background: transparent;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


/*--------------------
Chat Title
--------------------*/

.chat-title {
    flex: 0 1 45px;
    position: relative;
    z-index: 2;
    width:100%;
    border-bottom:1px solid #ccc;
    color: #777;
    padding-top:50px;
    padding-bottom:5px;
    background-color:#fff;
    text-transform: uppercase;
    text-align: center;

    h1,
    h2 {
        font-weight: normal;
        font-size: 14px;
        margin: 0;
        padding: 0;

    }
    h2 {
        /* color: rgba(255, 255, 255, .8);*/
        font-size: 11px;
        letter-spacing: 1px;
    }
    .avatar {
        position: absolute;
        z-index: 1;
        top: 8px;
        left: 9px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 1px solid #fff;
        img {
            width: 100%;
            height: auto;
        }
    }
}


/*--------------------
Messages
--------------------*/

.messages {
    flex: 1 1 auto;
    /*  color: rgba(255, 255, 255, .5);
    color: #fff;*/
    overflow: hidden;
    position: relative;
    width: 100%;
    & .messages-content {
        position: absolute;
        top: 0;
        left: 0;
        height: 101%;
        width: 100%;
    }
    .message {
        clear: both;
        float: left;
        padding: 6px 10px 7px;
        -webkit-border-radius: 20px 20px 20px 0;
        -moz-border-radius: 20px 20px 20px 0;
        border-radius: 20px 20px 20px 0;
        background: #eee; /*rgba(0, 0, 0, 0.1);*/
        margin: 8px 0;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 35px;
        position: relative;
        border:1px solid #ccc;
        /*text-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
        .timestamp {
            position: absolute;
            bottom: -15px;
            font-size: 10px;
            color: #555;
            right:30px;
            /* color: rgba(255, 255, 255, .7);*/

        }
        .checkmark-sent-delivered {
            position: absolute;
            bottom: -15px;
            right: 10px;
            font-size:12px;
            color:#999;
        }
        .checkmark-read {
            color:blue;
            position: absolute;
            bottom: -15px;
            right: 16px;
            font-size:12px;
        }
        &::before {
            /*  content: '';
              position: absolute;
              bottom: -6px;
              border-top: 6px solid rgba(0, 0, 0, 0.1);
              left: 0;
              border-right: 7px solid transparent;*/
        }
        .avatar {
            position: absolute;
            z-index: 1;
            bottom: -15px;
            left: -35px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            width: 30px;
            height: 30px;
            overflow: hidden;
            margin: 0;
            padding: 0;
            border: 2px solid rgba(255, 255, 255, 0.5);
            img {
                width: 100%;
                height: auto;
            }
        }
        &.message-personal {
            float: right;
            text-align: right;
            /*      background: linear-gradient(120deg, #ddd, #eee);*/
            background:#fff;
            border:1px solid #ccc /*#4A90E2*/;
            -webkit-border-radius: 20px 20px 0 20px;
            -moz-border-radius: 20px 20px 0 20px;
            border-radius: 20px 20px 0 20px;

            &::before {

                /*
                    content:"";
                border-color:#4A90E2 transparent;
                  width:0;
                  border-style:solid;*/
                /*
                left: auto;
                right: 0;
                border-right: none;
               border-left: 8px solid transparent;
                border-top: 9px solid #fff;

                bottom: -8px;*/
            }

        }
        &:last-child {
            margin-bottom: 30px;
        }
        &.new {
            transform: scale(0);
            transform-origin: 0 0;
            animation: bounce 500ms linear both;
        }
        &.loading {
            &::before {
                @include ball;
                border: none;
                animation-delay: .15s;
            }
            & span {
                display: block;
                font-size: 0;
                width: 20px;
                height: 10px;
                position: relative;
                &::before {
                    @include ball;
                    margin-left: -7px;
                }
                &::after {
                    @include ball;
                    margin-left: 7px;
                    animation-delay: .3s;
                }
            }
        }
    }
}


/*--------------------
Message Box
--------------------*/

.message-box {
    flex: 0 1 42px;
    width: 90%;
    background: #fff;
    margin:2px auto;
    /*-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);*/
    /*background: rgba(0, 0, 0, 0.3);
      border-top:1px solid #e3e3e3;*/
    padding: 10px;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height:14px;
    border:1px solid #ccc;

    & .message-input {
        background: none;
        border: none;
        outline: none!important;
        resize: none;
        /* color: rgba(255, 255, 255, .8);*/
        font-size: 15px;
        height: 24px;
        margin: 0;
        padding-right: 20px;
        width: 265px;
        color: #444;
    }
    textarea:focus:-webkit-placeholder {
        color: transparent;
    }
    & .message-submit {
        position: absolute;
        z-index: 1;
        top: 9px;
        right: 10px;
        color: #4A90E2;
        border: none;
        /* background: #c29d5f;*/
        background: #fff;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 1;
        padding: 6px 10px;
        border-radius: 5px;
        outline: none!important;
        transition: background .2s ease;
        cursor:pointer;
        &:hover {
            background: #fff;
            color: #333;
        }
    }
}


/*--------------------
Custom Srollbar
--------------------*/

.mCSB_scrollTools {
    margin: 1px -3px 1px 0;
    opacity: 0;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0px;
    padding: 0 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.5)!important;
}


/*--------------------
Bounce
--------------------*/

@keyframes bounce {
    0% {
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.7% {
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.41% {
        transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.11% {
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.72% {
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.32% {
        transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.93% {
        transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.54% {
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.04% {
        transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.15% {
        transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    63.26% {
        transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.49% {
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes ball {
    from {
        transform: translateY(0) scaleY(.8);
    }
    to {
        transform: translateY(-10px);
    }
}


.avenue-messenger {
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: calc(100% - 60px)!important;
    max-height:460px!important;
    min-height:220px!important;
    width: 320px;
    /*  transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
    */
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: auto;
    z-index: 10;
    box-shadow: 2px 10px 40px rgba(22,20,19,0.4);
    /*  transform: translateX(300px);*/
    -webkit-transition: 0.3s all ease-out 0.1s, transform 0.2s ease-in;
    -moz-transition: 0.3s all ease-out 0.1s, transform 0.2s ease-in;

}

.avenue-messenger div.agent-face {
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
    margin: auto;
    width: 101px;
    height: 50px;
    background: transparent;
    z-index:12;


}


.avenue-messenger div {
    font-size: 14px;
    color:#232323;
}


.close {
    display: block;
    width: 100px;
    height: 100px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em; opacity: 0.5;
    /*border: 1px solid #ccc;
    color:#ccc;*/
    /* -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px -1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px -1px 2px 0px rgba(0, 0, 0, 0.5);*/
}
.close:hover {/*
-webkit-box-shadow:  0 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow:  0 1px 1px rgba(0,0,0,0.3);
box-shadow: 0 1px 1px rgba(0,0,0,0.3);*/
    opacity:0.9;
}

.circle {
    display: block;
    width: 80px;
    height: 80px;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 2px solid #fff; /*#4A90E2;*/
    /* -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
     -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);*/

}

.contact-icon .circle:hover{
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    transition:0.2s all ease-out 0.2s;
    -webkit-transition:0.2s all ease-out 0.2s;
    -moz-transition:0.2s all ease-out 0.2s;
}


.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 5px;
    margin-top: -5px;
}
.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #4A90E2;
}
.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}


.menu div.items {
    /*  height: 140px;
      width: 180px;
      overflow: hidden;
      position: absolute;
      left: -130px;
      z-index: 2;
      top: 20px;*/
}

.menu .items span {
    color: #111;
    z-index:12;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    top:40px;
    height: 86px;
    line-height: 40px;
    background: #fff;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    width: 48px;
    opacity: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
}

.menu .button {
    font-size: 30px;

    z-index:12;
    text-align: right;
    color: #333;
    content: "...";
    display: block;
    width: 48px;
    line-height: 25px;
    height: 40px;
    border-top-right-radius: 20px;
    /*  border-top-left-radius:20px;*/
    position: absolute;
    right: 0;
    padding-right:10px;
    cursor: pointer;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
}
.menu .button.active {background: #ccc;}
/*
.menu .button:hover .menu .items span {
  display: block;
  left: -2px;
  opacity: 1;
}*/

.menu .items span.active {
    opacity:1;
    /*border-radius:10px;
    height: 180px;
    width: 400px;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);*/
}

.menu .items a {color:#111; text-decoration:none;}
.menu .items a:hover{color:#777}



@media only screen and (max-device-width: 667px), screen and (max-width: 450px) {
    .avenue-messenger {
        z-index: 2147483001!important;
        width: 100%!important;
        height: 100%!important;
        max-height: none!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        bottom: 0!important;
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background:#fff;
    }
    .avenue-messenger div.agent-face {
        top:-10px!important;
        /* left:initial !important;*/
    }
    .chat {-webkit-border-radius: 0!important;
           -moz-border-radius: 0!important;
           border-radius: 0!important;
           max-height:initial!important;}

    .chat-title {
        padding:20px 20px 15px 10px!important;
        text-align:left;

    }
    .circle {
        width:80px;
        height:80px;
        border:1px solid #fff;
    }
    .menu .button {
        border-top-right-radius:0;
    }
}

@media only screen and (min-device-width: 667px) {
    div.half {

        margin: auto;
        width: 80px;
        height: 40px;
        background-color: #fff;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;

        border-bottom: 0;
        box-shadow:1px 4px 20px rgba(22,20,19,0.6);
        -webkit-box-shadow:1px 4px 20px rgba(22,20,19,0.6) ;
        -moz-box-shadow:1px 4px 20px rgba(22,20,19,0.6);
    }
}




/* ------------------------------------
27.Preloader
---------------------------------------*/
.preloader {
    background-color: #600001;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999999;
}
.sk-cube-grid {
    width: 60px;
    height: 60px;
    margin: 40px auto;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -mz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}



.side-icons{
    position:relative;
    z-index:999999;
}

.side-icons .buttonStyle {
    border: transparent;
    border-radius: 0;
    background: #6d6d6d;
    color: #eee !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 25px;
    text-decoration: none;
    background: -moz-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#1e1e1e));
    background: -webkit-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
    background: -o-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
    background: -ms-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
    background: linear-gradient(to bottom, #6d6d6d 0%,#1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 );
    /*	-webkit-box-shadow: 0 2px 4px 0 #999;
            box-shadow: 0 2px 4px 0 #999; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.side-icons .buttonStyle:hover {
    background: #1e1e1e;
    color: #fff;
    background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#6d6d6d), color-stop(100%,#6d6d6d));
    background: -webkit-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
    background: -o-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
    background: -ms-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
    background: linear-gradient(to bottom, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d',GradientType=0 );
}
.side-icons .returnToProfile {text-align: center; margin:3em;}
.side-icons .returnToProfile a, .returnToProfile a:visited {color: #ddd;}
.side-icons .returnToProfile a:hover {color: #fff;}


.side-icons .btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.side-icons .btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.side-icons .btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/*


.onpage_load #modalOverlay {
                        position: fixed;
                        top: 0;
                        left: 0;
                        background: rgba(0, 0, 0, 0.5);
                        z-index: 99999;
                        height: 100%;
                        width: 100%;

        }
.onpage_load .modalPopup {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        /*background:url('../images/home_blog_bg.jpg');
                background-repeat:no-repeat;
                        width: 50%;
                        padding:20px 0px;
                        -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
                        -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
                        box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);

        }
.onpage_load .modalContent {
        width:100%;
        padding: 10px 2em;
        /*background:url('../images/home_blog_bg.jpg');
        background-repeat:no-repeat;
        background: linear-gradient(to right, #1e57f7 0%, #ef0a6a 100%);

        }

.onpage_load .modalContent .modal_left{
        width:60%;

        padding:10px 15px;
        float:right;
        position:absolute;

}
.onpage_load .modalContent .modal_right{

        float:right;
        z-index:999;
        position:relative;
}
.onpage_load .modalContent .modal_right img{

        content:'';
        margin-top:-80px;
        margin-right:-100px;

}
.modal_left .modal-form{
        margin-top:0px;
}
.modal_left .modal-form input{
        padding:10px 0px;
        border:none;
        width:90%;
        padding-left:30px;
        margin-bottom:10px;
}


.onpage_load .headerBar {
                width: 100%;
                background: #edcb04 url(http://cognex.com/gfx/site/bg-global-header.png) repeat-x 0 0;
                margin: 0;
          text-align: center;
        }
.onpage_load .headerBar img {
                margin: 1em .7em;
        }
.onpage_load h1 {
  margin-bottom: .2em;
  font-size: 28px;
  line-height:35px;
  text-transform: capitalize;
  text-align:center;
  color:#fff;
  font-family:'Montserrat', sans-serif;
  font-weight:500;
}
.onpage_load p {margin: .75em 0 1.5em;}
.onpage_load .buttonStyle {
                border: transparent;
                border-radius: 0;
                background: #6d6d6d;
                color: #eee !important;
                cursor: pointer;
                font-weight: bold;
                font-size: 14px;
                text-transform: uppercase;
                padding: 6px 25px;
                text-decoration: none;
                background: -moz-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#1e1e1e));
                background: -webkit-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
                background: -o-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
                background: -ms-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
                background: linear-gradient(to bottom, #6d6d6d 0%,#1e1e1e 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 );
        /*	-webkit-box-shadow: 0 2px 4px 0 #999;
                box-shadow: 0 2px 4px 0 #999;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -ms-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
        }
        .onpage_load .buttonStyle:hover {
                background: #1e1e1e;
                color: #fff;
                background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#6d6d6d), color-stop(100%,#6d6d6d));
                background: -webkit-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
                background: -o-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
                background: -ms-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
                background: linear-gradient(to bottom, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d',GradientType=0 );
        }
        .onpage_load .returnToProfile {text-align: center; margin:3em;}
        .onpage_load .returnToProfile a, .returnToProfile a:visited {color: #ddd;}
        .onpage_load .returnToProfile a:hover {color: #fff;}

        .modal-right{
                width:30%;
        }
        .modal-right img{

                text-align:center;
                position:relative;
                z-index:99999;
        }
        .onpage_load #button{
                background:#000;
                position:absolute;
                top:-30px;
                color:#fff;
        }

.modal-list{

        padding-top:20px;
}
.modal-list ul li{
        list-style: none;
    padding: 5px 0px;
    margin: 0px;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0px;
        font-weight:bold;
        font-weight:600;
        font-family: 'Montserrat', Arial, sans-serif;
}
.modal-list ul li:before{
        font-family: FontAwesome;
    content: "\21F4";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
        position:absolute;
        left:0;
        color:#fff;
        width:25px;
        height:25px;
        font-size:16px;
}
.modal-list ul li a:hover{
        color:#fa028a !important;
}
*/


.challenge_sec{
    text-align:center;
}

.challenge_sec h1{
    padding-bottom:35px;
    font-family: 'New Rocker', cursive;
    font-size:30px;
    color:#000;

}
.challenge_sec .blink{


    font-family: 'New Rocker', cursive;
    font-size:30px;
    color:#000;
}
#services .meet_con{
    text-align:justify;


    font: 15px/28px "Poppins", sans-serif;



}

.blockquote-wrapper {
    display: flex;
    height: 20vh;
    padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    max-width: 620px;
    margin: 80px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    font-family: 'Abril Fatface', cursive;
    position: relative; /* for pseudos */
    color: #000000;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
    text-transform:capitalize;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content:"";
    position: absolute;
    border-width: 2px;
    border-style: solid;

    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;

}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 70px;
    border: 6px solid #fff;
    bottom:-5px;
    left: 55px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 3rem;
        line-height: 1.2;
    }

}

/* Blockquote subheader */
.blockquote h4{
    position: relative;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}
.block-title span{

    background: linear-gradient(to right, #1e57f7 0%, #ef0a6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:39px;
}

.blockquote h4:first-letter {
    margin-left:-12px;
}

.diet_p1 p{
    font-size:15px;
    line-height:26px;

    font-family: 'Poppins', sans-serif;

}
.slide-img{
    margin-top:50px;
}
.home_des{
    text-align:justify;
    font-size:15px;
    line-height:26px;
    font-family: 'Poppins', sans-serif;
}
.home_des1{
    text-align:justify;
    font-size:15px;
    line-height:26px;
    font-weight:600;
    background: linear-gradient(to right, #1e57f7 0%, #ef0a6a 100%);
    color:#fff;
    padding:10px 6px;
}
.meet_con1 {
    font-size:15px;
    line-height:26px;
    font-family: 'Poppins', sans-serif;

}

.error-area .error-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
}
.error-area {
    position: relative;
    z-index: 1;
    font-family:"Poppins", sans-serif;
}
.error-area.pb-130 {
    padding-bottom: 130px;
}
.error-area.pt-130 {
    padding-top: 350px;
}
.error-area .section-title-3 .bars {
    padding-top: 40px;
    position: relative;
}
.error-area .section-title-3 h3 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}
.error-area .section-title-3 .bars:before {
    content: "";
    background: #e63a34;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.error-area .section-title-3 h3 span {
    color: #e63a34;
}
.error-area .error-page-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
.error-area .btn-gra {
    color: #fff;
    background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
}
.error-area .btn:before {
    position: absolute;
    content: "";
    top: -12px;
    right: 60px;
    width: 35px;
    height: 90px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.error-area .fa-angle-double-right:before {
    content: "\f101";
}
.error-area .btn:after {
    position: absolute;
    content: "";
    top: -12px;
    right: 40px;
    width: 10px;
    height: 90px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.bottom{
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
}
.copyright1{

    border-top: 1px solid #2b2b2b;
    padding: 10px;
    font-size: 14px!important;
    border-bottom: 1px solid #2b2b2b;
    line-height:28px;
    margin-top:20px;
    font-family:"Poppins", sans-serif;
    text-align:justify;
}
.copyright1 mark{
    color:#ffcc00;
}

#mainnav > ul > li.blinkingText > a {
    padding:10px 15px;
}

#QrPopup .table th{
    font-weight: 900;
    width: 130px;
}

#QrPopup .edit-btn{
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}
#QrPopup .edit-btn .btn{
    font-size: 12px;
    color: #fff!important;
}


/*.click_text a{
    color:
}*/
.click_text a{
    /*background: linear-gradient(
    90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);*/
    /*border-bottom:2px solid #000;*/

    color:#fff;
    animation:click_text 1s linear infinite;
}

@keyframes click_text{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: #0d39c2; }
    99%{    color: #0d39c2;  }
    100%{   color: #000;    }
}


#cliet_sec img{


    margin-bottom:30px;
    /*border:2px solid #1257e1;*/
    font-size: 14px;
    width:130px;


}

.box{
    position: absolute;
    width:150px;
    overflow: hidden;
    border: 2px solid #2a3cad;
    color: white;

}

.box:before{
    content: '';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.1);
    transition:0.5s;
    pointer-events: none;
}

.box:hover:before{
    left:-50%;
    transform: skewX(-5deg);
}



.box span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;

}

.box span:nth-child(1)
{
    transform:rotate(0deg);
}

.box span:nth-child(2)
{
    transform:rotate(90deg);
}

.box span:nth-child(3)
{
    transform:rotate(180deg);
}

.box span:nth-child(4)
{
    transform:rotate(270deg);
}

.box span:before
{
    content: '';
    position: absolute;
    width:100%;
    height: 2px;
    background: #50dfdb;
    animation: animate 4s linear infinite;
}

@keyframes animate {
    0% {
        transform:scaleX(0);
        transform-origin: left;
    }
    50%
    {
        transform:scaleX(1);
        transform-origin: left;
    }
    50.1%
    {
        transform:scaleX(1);
        transform-origin: right;

    }

    100%
    {
        transform:scaleX(0);
        transform-origin: right;

    }


}






















#cliet_sec h4{

    margin:0;
    padding:0;
    font-family:'Montserrat';
    font-size:20px;
    color:#fff;
    padding:15px 0px;
    font-weight:600;
    padding-left:10px;
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
    margin-top:15px;

}
.privacy-policy{


}
.privacy-policy h4 a{
    color:#fff !important;
    border-bottom:1px solid #fff;

}
.dez-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
}

#priva_sec{
    color:#000;
}
.privacy_policy_sec h1{
    margin:0;
    padding:0;
    font-size:32px;
    font-family: 'Montserrat';
    color:#000;
    font-weight:600;
    padding:30px 0px;
    text-align:center;
}


.privacy_policy_sec h2{
    margin:0;
    padding:0;
    font-size:22px;
    font-family: 'Montserrat';
    color:#000;
    font-weight:600;
    padding:30px 0px;
}

.privacy_policy_sec h3 {
    margin: 0;
    padding: 0;
    font-family: 'Monsterrat', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}


.privacy_policy_sec h4 {
    margin: 0;
    padding: 0;
    font-family: 'Monsterrat', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
}

.privacy_policy_sec p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
    padding-bottom: 10px;
    /* padding-left: 20px; */
    font-weight: 500;
    text-align: justify;
    line-height: 30px;
}

.privacy_policy_sec ol{
    margin:0;
    padding:0;
}

.privacy_policy_sec .diet_ul ul li {
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
    font-size: 16px;
    color: #;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
    letter-spacing: 0px;
    font-weight: bold;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.privacy_policy_sec .diet_ul ul li {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 10px;
}
/*.privacy_policy_sec .diet_ul ul li:before {
    font-family: FontAwesome;
    content: "\21F4";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    color: #f6038f;
    width: 26px;
    height: 26px;
    font-size: 16px;
}*/
.privacy_policy_sec .high_text{


    font-size: 16px;

}

.privacy_policy_sec h2 a{
    /*border-bottom:2px solid #000;
    border-bottom-width:3px;*/
}
.privacy_policy_sec h2 a:hover{
    color:#000;
}

.testi_sec{

    padding:30px 0px;
    position:relative;
}
.testi_sec	img {
    /*width: 100%;
    /*height: 100%;
    /*object-fit: cover;  this makes the image fill the box proportionately */
}

.testi_sec .row {

    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 2rem auto;
    padding: 0.5rem 0.5rem;
    width:100%;
    max-width: 1440px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 5px 5px 10px gray;
}
.testi_sec .col {
    /* this is the flexbox stuff */
    display: flex;
    align-items: flex-start; /* this is aligning the content to the left of the box */
    justify-content: center; /* this vertically aligns all content in the center of the box */
    flex-direction: column; /* this makes all the content stack within the box */
    flex: 0 0 calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    margin: 0 1rem;
    background: #fff;


}


.testi_sec h2{

    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
    font-size:22px;
    font-weight:600;
    padding-bottom:10px;
}
.testi_sec .abhi_text{

    padding:10px 10px;
}



.testi_sec p{
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    text-align:justify;
    line-height:26px;
}

.testi_sec .add_quote{

    position:absloute;
    top:0;
    text-align:right;
    font-family: 'Abril Fatface', cursive;
    font-size:15px;
}
.testi_sec .add_quote span{

    color: #fff;
    background-color: #21b;
    height: 100%;
    width: 100%;
    padding: .3em;
    box-sizing: content-box;
    margin-top:20px;
    font-family: 'Monsterrat';

}



.testi_sec .add_quote p{
    position:absloute;
    top:0;
    text-align:right;
    font-family: 'Abril Fatface', cursive;
    font-size:16px;
    padding-bottom:10px;
}

.testi_sec .testi_title1{

    position:absloute;
    text-align:right;
}











#homepage_slider video {
    height:600px;
    width:100%;
}

#homepage_slider img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.carousel-inner>.item>img {
    display: block;
    line-height: 1;
}

/* button to display if user choses to not autoplay the video: */
#slider-play-button button {
    display: inline-block;
    border: 0.06666em solid #fff;
    font-size: 2rem;
    background: rgba(255,255,255,0.23);
    color: #fff;
    cursor: pointer;
    transition: .3s background;
    line-height: 1.3em;
    height: 1.5em;
    width: 2.5em;
    border-radius: 0.3em;
    position: absolute;
    opacity: .7;
    right: 1em;
    top: 20%;
}
.play-video-button:before {
    font-family: FontAwesome;
    content: "\f04b";
}
.pause-video-button:before {
    font-family: FontAwesome;
    content: "\f04c";
}


/*------------------
video section
------------------*/
.iq-video img {
    overflow: hidden;
    border-radius: 10px;
}

.iq-video:before {
    position: absolute;
    content: "";
    background: url('../images/video/4.png') no-repeat 0 0;
    background-size: 100%;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.video-play {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-color: #ffffff;
    color: #33e2a0;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 90%;
}

.video-play i {
    font-size: 18px;
    vertical-align: middle;
    line-height: 80px;
}

.video-play:hover {
    background-color: #7c60d5;
    color: #ffffff;
}

.video-people {
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    top: 0;
    left: 0;
}

.video-people .one {
    position: absolute;
    bottom: -80px;
    left: 30px;
}

.video-people .two {
    position: absolute;
    bottom: -80px;
    right: 30px;
}

.iq-videos:before {
    content: "";
    height: 500px;
    width: 100%;
    bottom: -2px;
    position: absolute;
    background: url(../images/others/video-bottom.jpg)no-repeat 0 0;
    background-size: 100% 100%;
    display: inline-block;
}

.video-image {
    z-index: 2;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-people .left-one {
    position: absolute;
    top: 25px;
    left: -85px;
    z-index: 1;
}

.video-people .left-two {
    position: absolute;
    bottom: 40px;
    left: -85px;
    z-index: 1;
}

.video-people .right-one {
    position: absolute;
    top: 18px;
    right: -95px;
    z-index: 1;
}

.video-people .right-two {
    position: absolute;
    bottom: 35px;
    right: -93px;
    z-index: 1;
}

.waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}

.iq-waves {
    position: relative;
    width: 14rem;
    height: 14rem;
    left: 0px;
    right: 0px;
    top: 50%;
    z-index: 2;
    float: right;
}

.iq-waves .waves {
    position: absolute;
    width: 384px;
    width: 15rem;
    height: 384px;
    height: 15rem;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

}
.iq-video
{
    padding:80px 0px;

    margin-top:-80px;
    margin-bottom:50px;
}

.iq-video h2{
    color:#100087;
    font-family:'Poppins';
    font-weight:bold;
    text-align:center;
    padding:20px 0px;
}
.iq-video .iq-paragraph{

    position:absolute;
    top:50%;
    left:0;

}

.iq-video .iq-paragraph p{
    color:#100087;
    font-family:'Poppins';
    font-size:18px;
    line-height:28px;
    font-weight:400;
    text-align:center;
    padding:15px 0px;
}
.iq-paragraph .btn-10{

}
.iq-paragraph .btn {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #222;
    padding: 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.iq-paragraph .btn span {
    position: relative;
    z-index: 1;
}

.iq-paragraph .btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: #89de2a;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.iq-paragraph .btn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


/*=====================*/



#homepage_slider video {
    min-height: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    width: auto !important;
    overflow: hidden;
}

#homepage_slider img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.carousel-inner>.item>img {
    display: block;
    line-height: 1;
}

/* button to display if user choses to not autoplay the video: */
#slider-play-button button {
    display: inline-block;
    border: 0.06666em solid #fff;
    font-size: 2rem;
    background: rgba(255,255,255,0.23);
    color: #fff;
    cursor: pointer;
    transition: .3s background;
    line-height: 1.3em;
    height: 1.5em;
    width: 2.5em;
    border-radius: 0.3em;
    position: absolute;
    opacity: .7;
    right: 1em;
    top: 20%;
}
.play-video-button:before {
    font-family: FontAwesome;
    content: "\f04b";
}
.pause-video-button:before {
    font-family: FontAwesome;
    content: "\f04c";
}




#home {
    position:relative;

}



#home #button {
    /* Text */
    font-size: 45px;

    /* Dimensions */
    width: 100px;
    height: 100px;

    /* Positioning */
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */

    /* Styling */
    background-color: rgba(0, 0, 0, 0.95);
    border: 0; /* remove annoying grey border */
    border-radius: 50%; /* make it a circle */
    outline: none; /* Ditch the annoyning blue outline on click */
    cursor: pointer;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);

    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);

    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

#home #button:hover {
    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);

    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

#home #button > i {
    /* Text */
    color: grey;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);

    /* Make play sign 3d-ish */

    /* Positioning */
    position: relative;
    margin-top: 4px;
    margin-left: 6px;

    /* ----- Transitions ----- */
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}

#home #button:hover > i {
    /* Text */
    color: white;

    /* ----- Transitions ----- */
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;

    /* When we hover on the button make the play sign white. */
}

#home #lightbox {
    /* ----- Positioning ----- */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;

    /* The code above makes sure that the
    lightbox covers the entire page*/

    /* ----- Visibility ----- */
    display: none;

    /* ----- Styling ----- */
    background-color: rgba(0, 0, 0, 0.95);

    /* Normally, most lightboxes do not use
    a completely solid black, but with about
    90-95% opacity so that the background is
    somewhat visible */
}

#home #video-wrapper {
    /* ----- Positioning ----- */
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    /* The code above makes sure the video is
    both vertically and horizontally centered
    to the screen */

    /* ----- Styling ----- */
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);

    /* The code above is used to add a little shadow to the video making blend in better */
}

#home #close-btn {
    /* ----- Text ----- */
    color: grey;
    font-size: 25px;

    /* ----- Positioning ----- */
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 2;

    /* The code above is used to put the button on the upper right corner of the lightbox */

    /* ----- Transformations ----- */
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);

    /* The code above is used to initialize the scale for the button so that it can be used in transitions */

    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
}

#home #close-btn:hover {
    /* ----- Text ----- */
    color: white;

    /* ----- Styling ----- */
    cursor: pointer;

    /* ----- Transformations ----- */
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);

    /* ----- Transitions ----- */
    -webkit-transition: transform .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
}






#home .videobg {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    right: 0;
    z-index: -1;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    transform: translateX(-50%);
}


#home .btn-wrap {
    margin: auto;
    position: relative;
    min-width: 10em;
}

#home .btn-bg {
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    border: none;
    border-radius: 2em;
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
}





.test_more{

    padding:20px 0px;
    padding-bottom:40px;
}


.test_more h2{
    margin:0;
    padding:0;
    font-size:20px;
    font-family:poppins;
    font-weight:600;
}


.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
    font-size: 24px;
    font-family: 'Monsterrat';
}
.waviy span {
    font-family: 'Alfa Slab One', cursive;
    position: relative;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));

}
@keyframes waviy {
    0%,40%,100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-20px)
    }
}



.hand {
    font-size: 4em;
    bottom: 20px;
}

.slide-right {
    -webkit-animation: slide-right 2s cubic-bezier(0.785, 0.135, 0.150, 0.860) infinite alternate both;
    animation: slide-right 2s cubic-bezier(0.785, 0.135, 0.150, 0.860) infinite alternate both;
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}





.border-0 {
    border:0;
}

.width-100 {
    width:100%;
}











/*============================================= Start slide banner=====================================/


/* Click the image one by one to see the different layout */

/* Owl Carousel */

.owl-prev {
    background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
    height: 54px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    left: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}

.owl-next {
    background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
    height: 54px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    right: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.popuptext {
    display: table;
}
.popuptext p {
    margin-bottom: 10px;
}
.popuptext span {
    font-weight: bold;
    float: right;
}
/* Popup Text */

/* Icon CSS */
.item {
    position: relative;
    width:100%;
    display: inline-block;
}
.item i {
    display: block;
    font-size: 2rem;
    color: #FFF;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

    padding:15px 40px;
    background-color:#f00;
    border-radius:60px;
}

.item i:hover {
    background: linear-gradient(
        90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);

}


.item i:hover{



}

.item a {
    display: block;
    width: 100%;
}
.item a:hover:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.item a:hover i {
    display: inline-block;

    z-index: 2;
    color:#fff;



}
.clearfix{
    content:"";
    clear:both;

}



.qrcode_sec{
    margin-top:0px;
}

.qrcode_sec h3{
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding-top:25px;
    font-family:'poppins',sans-serif;
    padding-bottom:10px;
}







/*============================================= End slide banner=====================================*/


.login-popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color:rgba(0,0,0,0.6);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}
.login-popup.show{
    visibility:visible;
    opacity: 1;
}
.login-popup .box{
    background-color:#ffffff;
    width: 1000px;
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%,-50%);
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    margin-left: 50px;


}
.login-popup.show .box{
    opacity: 1;
    margin-left: 0;
}
.login-popup .box .img-area{
    flex:0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.login-popup .box .img-area h1{
    font-size: 30px;
}
.login-popup .box .img-area .img{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;


}
/*@keyframes zoomInOut{
        0%,100%{
                transform: scale(1);
        }
        50%{
                transform: scale(1.1);
        }
}*/
.login-popup .box .form{
    flex:0 0 50%;
    max-width: 50%;
    padding:20px 30px;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
}

.login-popup .box .form h1{
    color: #fff;
    font-size: 26px;
    margin: 0 0 10px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
}
.login-popup .box .form .form-control{
    height: 45px;
    margin-bottom: 10px;
    width: 100%;
    border:none;
    border-bottom:1px solid #cccccc;
    font-size: 15px;
    color:#000000;
}
.login-popup .box .form textarea{

    font-size: 15px;

}
.login-popup .box .form textarea:focus{
    border:none;

}
.login-popup .box .form .form-control:focus{
    outline: none;
}
.login-popup .box .form label{
    font-size: 15px;
    color:#555555;
}
.login-popup .box .form .btn{
    width: 100%;
    background-color: #E91E63;
    margin-top:0px;
    height: 45px;
    border:none;
    border-radius: 25px;
    font-size: 15px;
    text-transform: uppercase;
    color:#ffffff;
    cursor: pointer;
}
.login-popup .box .form .btn:focus{
    outline: none;
}

.login-popup .box .form .close{
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 30px;
    cursor: pointer;
    background: #ff0084;
    width: 50px;
    height: 50px;
    margin: 0px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
}


.shadow-textarea textarea.form-control::placeholder {
    font-weight: 300;
}
.shadow-textarea textarea.form-control {
    padding-left: 0.8rem;
}

.testi_sec .col-md-8{
    position: relative;
    min-height: 1px;

    padding-left:0px;
    padding-right:0px;
}

/*responsive*/
@media(max-width: 767px){

    .login-popup .box .form h1{
        color:#fff;
        font-size: 20px;
        margin:0 0 10px;
        line-height:28px;
        font-weight:bold;
    }
    .item i {
        display: inline-block;
        font-size: 1rem;
        color: #FFF;
        opacity: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        padding: 10px 20px;
        background-color: #f00;
        border-radius: 5px;
    }
}


#modalContactForm .close{

    display: block;
    width: 40px;
    height: 40px;
    background-color:#ebebeb;
    margin:1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    opacity: 0.5;

}
#modalContactForm .modal-content .close{
    position:absolute;

    right:0;
    top:0;
}
#modalContactForm p#demo{

    background-color: #f2f2f2;
    border: none;
    height: 50px;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    margin-bottom: 30px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

#QrPopup .close{
    width: 35px;
    height: 35px;
    margin: 0px;
    position: absolute;
    background: #fa028a;
    top: 8px;
    color: #fff;
    font-size: 28px;
    right: 10px;
    opacity: inherit;
    text-shadow: inherit;
    line-height: 25px;
}

#QrPopup .widget-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.header.downscrolled .logo img{
    max-width: 5rem !important;
}

.header.downscrolled #mainnav > ul > li > a{
    line-height: 70px;
}

.mobile-menu{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #000;
    font-size: 24px;
    display: none;
}

.mobile-menu i{
    color: #000;
    font-size: 24px;
}

.sidenav .blinkingText a{
    animation: blinkingText 1s linear infinite;
    color: #fff;
    background: linear-gradient( 90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);
}

.sidenav .blinkingText a{
    color: #333333;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background:#222;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
    cursor:pointer;
    border-bottom: 1px solid #333;
    text-transform: capitalize;
}
.sidenav ul li a i {
    position: absolute;
    right: 20px;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #fa028a;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 20px;
    border-bottom: none;
}
#mySidenav ul{
    margin: 0px;
    list-style: none;
    margin-left:0px;
    padding-left:0px;
    padding-right:0px;
}
#mySidenav ul li{
    list-style: none;
}

.quote{
    padding: 20px 0px;
    position: relative;
}

.quote-dec{
    padding: 30px;
    border-radius: 8px;
    background: url(../images/quote-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    /*    background: linear-gradient( 90deg, rgba(20,73,222,1) 0%, rgba(3,189,246,1) 35%, rgba(250,2,138,1) 100%);*/
}

.quote-dec h2{
    color: #000;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-style: italic;
}


.video_slider .box{
    text-align: center;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease 0s;
    border: 0px;
}
.video_slider .box:hover{ box-shadow: inherit}
.video_slider .box:before{
    content: "";
    background-image: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
.video_slider .box:hover:before{ bottom: 0; }
.video_slider .box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
/*.video_slider .box:hover img{ opacity: 0.3; }*/
.video_slider .box .box-content{
    color: #222;
    /*    background: linear-gradient(to right, #1e57f7 0%, #ef0a6a 100%);*/
    background: #fff;
    width: 100%;
    padding: 15px 20px 15px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
/*.video_slider .box:hover .box-content{
    color: #fff;
    background: #1e57f7;
}*/
.video_slider .box .title{
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.video_slider .box .box-content p{
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
}
.video_slider .box .post{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: lowercase;
}
.video_slider .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.video_slider .box:hover .icon{ opacity: 1; }
.video_slider .box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.video_slider .box .icon li a i{
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    line-height: 60px!important;
    height: 60px!important;
    width: 60px!important;
    display: block;
    padding: 0px;
    transition: all .5s ease 0s;
}

/*.video_slider .box .icon li a i{
    height: 35px!important;
    width: 35px!important;
    color: rgba(14,174,87,1);
    padding: 0px;
    line-height: 35px;
    background: #fff;
}*/
.video_slider .box .icon li a:hover{
    color: #fff;
    background: rgba(14,174,87,1);
    border-radius: 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.flat-row.row-list.theExpert{
    padding: 30px 0;
}

.mobile-btn {
    display: none;
    background: transparent;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    font-weight: 500;
    text-transform: uppercase;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
}

.mobile-btn i{
    margin-right: 6px;
}
.mobile-btn .col-xs-6 {
    padding: 0px !important; }
.mobile-btn a.ph-btn {
    text-align: center;
    font-size: 17px;
    float: left;
    padding: 6px 0px;
    width: 100%;
    display: block;
    text-decoration: none;
    background: #ff0081!important;
    color: #ffffff; }
.mobile-btn a.ph-btn.ph-btn2 {
    background: #004bdd!important;
}

#modalContactForm{
    z-index: 9999999!important;
}

.instagram-bg{
    padding: 30px 0px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.instagram-bg .about-top{
    padding-bottom: 0px;
}

.instagram-bg .title-page h3{
    color: #fff;
}

.instagram-bg .about-top:before{
    background: transparent;
}

.alert-message{
    opacity: inherit!important;
}

.alert{
    margin: 0px auto;
}
.alert-success{
    color: #fff!important;
    font-size: 16px;
    background-color: #3c763d!important;
    border-color: #3c763d!important;
}


@media only screen and (max-width:990px){
    .video_slider .box{ margin: 0 0 30px; }
}

@media only screen and (max-width: 1199px) {
    .flat-information > li{
        margin-right: 15px;
    }

    .pos-static .nav-wrap{
        padding-left: 0px;
    }

    #mainnav > ul{
        text-align: left;
    }

    #mainnav > ul > li > a{
        padding: 0 6px 0 6px;
    }
}

@media only screen and (max-width: 991px) {

    .login-popup .box{
        width: calc(100% - 30px);
    }
    .login-popup .box .img-area{
        display: none;
    }
    .login-popup .box .form{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top .flat-information{
        display: none;
    }

    .header{
        padding: 12px 0px;
    }

    .header.downscrolled .logo img{
        max-width: 80px !important;
    }
    .header.downscrolled .btn-menu{
        margin: 18px 0;
    }

    .flat-row.row-list{
        padding: 40px 0 0;
    }

    .about .about-top .item{
        margin-bottom: 20px;
    }
    .mobile-menu{
        display: block;
    }

    .dez-bnr-inr{
        height:150px;
    }
    .breadcrumb-row{
        padding: 10px 0px;
    }

    .breadcrumb-row ul li{
        font-size: 1.2em;
    }
    .mobile-btn {
        display: block;
    }

    .bottom{
        padding-bottom: 50px;
    }

}
@media only screen and (max-width: 768px) {

    .quote{
        padding: 20px;
    }

    .quote-dec h2{
        font-size: 20px;
        line-height: 30px;
    }

    .title-page{
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .video_slider .box{
        margin: 0 0 0px;
    }

    .waviy{
        font-size: 15px;
        text-align: center;
    }

    .service-detail-section{
        padding: 0px 0 0px;
    }

    .diet_ul p{
        text-align: justify;
    }

    .conatct_sec .con_left{
        margin-top: 25px;
    }

    .alert-message{
        margin: 0px 20px;
        text-align: center;
        right: 0px!important;
    }

    .flat-title1{
        margin-top: 0px;
    }

    .flat-title{
        margin-bottom: 0px;
    }
}
