html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}
.col-xs-15 {
    width: 20%;
    float: left
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    transition: all .3s ease;
    position: relative;
    background: #17191c;
    font-family: "Lato", sans-serif
}
textarea,
input {
    outline: none;
    box-shadow: none
}
.shader,
.shader-gradient,
.shader-primary {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .9
}
.shader {
    background: #1c2226
}
a {
    text-decoration: none!important
}
a:hover {
    color: #5ca9dc;
    text-decoration: none
}
a:visited,
a:active {
    text-decoration: none
}
a.button {
    color: #fff!important
}
section {
    width: 100%;
    padding: 100px 0;
    background: #fff;
    position: relative
}
section.no-padding {
    padding: 0
}
section.grey {
    background: #F0F2F7
}
.clear {
    clear: both
}
.center {
    text-align: center
}
.dl:first-of-type {
    margin-right: 6px
}
.dl-icons {
    margin-top: 15px
}
.button {
    padding: 13px 20px 11px;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    transition: .3s all ease;
    margin-top: 13px;
    line-height: 15px
}
text-decoration:none .button:hover,
.button:visited,
.button:active {
    color: #fff;
    text-decoration: none!important
}
@media (max-width: 767px) {
    .button:not(.dl) {
        width: 70%;
        font-size: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}
.button2 {
    padding: 16px 20px 14px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    color: #26272f;
    letter-spacing: 1.5px;
    line-height: 15px;
    text-transform: uppercase;
    background: #fff;
    margin-top: 13px;
    transition: .3s all ease
}
.button2:hover {
    color: #fff
}
@media (max-width: 767px) {
    .button2 {
        width: 70%;
        font-size: 13px
    }
}
header.fix .button {
    padding: 9px 16px 7px;
    margin-top: 2px
}
.logo {
    font-size: 23px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    display: inline-block;
    transition: .3s all ease
}
.logo small {
    display: block;
    color: #a8b0b5;
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 5px;
    transition: .3s all ease
}
header.fix .logo {
    font-size: 20px;
    margin-top: 1px
}
header.fix .logo small {
    font-size: 10px;
    margin-top: 3px
}
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 62px 0 10px;
    z-index: 999;
    transition: .3s all ease
}
@media (max-width: 767px) {
    header {
        position: fixed
    }
}
.wrapper {
    max-width: 100%
}
body.boxed .wrapper {
    max-width: 1400px;
    margin: 0 auto
}
header.sticky,
.cd-nav-trigger.sticky {
    position: fixed
}
header .button {
    float: right;
    display: block;
    margin-top: -3px
}
header.fix {
    background: #17191c;
    padding: 10px 0
}
.nav-constraint {
    max-width: 1170px;
    position: relative
}
nav {
    float: right;
    display: block;
    padding-right: 20px
}
nav ul li {
    display: inline-block
}
nav ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin: 0 10px;
    display: inline-block;
    transition: .3s all ease
}
header.fix nav ul li a {
    margin: 0 4px
}
section#top {
    background-size: cover;
    height: 800px;
    padding-top: 280px;
    z-index: 5
}
section#top.blog-page {
    height: auto;
    padding-top: 180px
}
#top .page-title h3 {
    padding: 25px 0 30px !important;
	line-height: 16px;
}
section#top .main-phone {
    width: 345px;
    position: absolute;
    top: -100px;
    left: 50px
}
section#top .secondary-phone {
    width: 345px;
    position: absolute;
    top: 30px;
    right: 0;
    height: 490px;
    overflow: hidden
}
section#top .main-phone img,
section#top .secondary-phone img {
    width: 100%
}
section.sec_about .fa {
    font-size: 43px;
    margin-bottom: 15px
}
section.sec_about h2 {
    margin-top: 5px
}
section.featurez {
    background: #f5f6f7
}
section.featurez a img {
    width: 134px;
    height: 46px;
}
section.featurez .f_t {
    display: table
}
@media (max-width: 991px) {
    section.featurez .f_t {
        display: block
    }
}
section.featurez .f_t .contain_feature {
    display: table-cell;
    vertical-align: middle
}
@media (max-width: 991px) {
    section.featurez .f_t .contain_feature {
        display: block
    }
}
section.featurez i.fa {
    font-size: 23px;
    margin-bottom: 10px
}
section.featurez .feature {
    margin-top: 36px
}
section.featurez .feature-phone {
    overflow: hidden
}
.fp {
    margin: auto;
    display: block;
    max-width: 100%
}
@media (max-width: 991px) {
    .fp {
        width: auto
    }
}
section.featurez .align-right .feature {
    text-align: right
}
.testimonials {
    background: #23262e;
    text-align: center;
    padding: 100px 0 85px
}
.testimonials h2 {
    padding: 0 25px;
    margin: 0 auto;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 31px;
}
.testimonials h3 {
    margin-bottom: 13px;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
}
.owl-controls .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #bbbfc3;
    display: inline-block;
    margin: 0 4px
}
section.invest {
    background-size: cover
}
section.invest .pad {
    padding-top: 110px;
    padding-bottom: 110px
}
section.invest .fa {
    font-size: 43px;
    margin-bottom: 20px
}
section.invest h2 {
    color: #fff;
	font-family: "Montserrat",sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 31px;
}
section.invest h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
	line-height: 16px;
}
section.blog .blog-img {
    width: 100%;
    height: 140px;
    background: #e5e5e5;
    margin-bottom: 40px;
    transition: all .9s ease;
    overflow: hidden
}
section.blog .blog-img img {
    width: 105%;
    min-height: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}
section.blog .blog-img:hover img {
    transform: scale(1.1)
}
section.blog .a-title h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
	line-height: 16px;
}
section.blog .a-title h2 {
    padding: 0 40px 40px;
    margin-bottom: 60px;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    color: #525459;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 31px;
}
@media (max-width: 991px) {
    section.blog .a-title h2 {
        margin-bottom: 50px
    }
}
@media (max-width: 767px) {
    section.blog .a-title h2 {
        margin-bottom: 0
    }
}
section#download {
    padding: 50px 0
}
#download h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
	line-height: 16px;
}
section#download h2 {
    color: #fff;
	font-family: "Montserrat",sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 31px;
}
section#download .social-button {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    display: inline-block;
    position: relative;
    margin: 20px 5px 0
}
section#download .social-button i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 12px
}
section#download .dl-icons {
    margin-top: 21px
}
section.contact {
    background: #16171a
}
section.contact h2 {
    color: #fff;
	font-family: "Montserrat",sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 31px;
}
section.contact h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
	line-height:16px;
}
section.contact .fa {
    font-size: 43px;
    margin-bottom: 20px
}
section.contact p.small {
    margin-bottom: -13px
}
section.contact h2 {
    margin-bottom: 30px
}
section.contact label {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: auto;
    padding: 0;
    display: block;
    margin-bottom: 10px;
    color: #fff
}
section.contact form input {
    border: 0
}
section.contact form input[type="text"],
section.contact form input[type="tel"],
section.contact form input[type="email"],
section.contact textarea,
section.contact form select {
    background: #28292c;
    border: 0;
    border-top: 1px solid #393a3e;
    border-radius: 2px;
    padding: 14px 15px;
    margin: 0 0 20px;
    width: 100%;
    color: #b2b9c0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400
}
section.contact textarea {
    height: 110px
}
section.contact form input.button1 {
    padding: 13px 20px 11px;
    display: inline-block;
    color: #fff;
    width: auto;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    transition: .3s all ease;
    margin-top: 13px;
    line-height: 15px
}
text-decoration:none section.contact form input.button1:hover,
section.contact form input.button1:visited,
section.contact form input.button1:active {
    color: #fff;
    text-decoration: none!important
}
@media (max-width: 767px) {
    section.contact form input.button1:not(.dl) {
        width: 70%;
        font-size: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
}
.help-block {
    font-size: 12px;
    margin-top: -8px
}
.messages {
    color: #fff;
    padding: 21px;
    font-weight: 700;
    display: inline-block
}
.messages button {
    display: none
}
.copy .logo {
    font-size: 14px;
    margin-top: 4px;
    color: #fff
}
.copy {
    text-align: center;
    padding: 13px 0;
    background: #0d0e10
}
section.gallery {
    text-align: center;
    padding-right: 40px;
    padding-left: 40px
}
section.gallery h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
	line-height: 16px;
}
section.gallery h2 {
    color: #525459;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 31px;
}
section.gallery .container-fluid {
    max-width: 1400px
}
section.gallery .gallery-pictures {
    padding: 40px 0 0
}
section.gallery .gallery-pictures div {
    text-align: center
}
section.gallery .gallery-pictures div img {
    text-align: center;
    width: 90%;
    position: relative
}
.gallery-slider {
    padding-top: 40px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px
}
.gallery-slider .owl-stage-outer {
    overflow: visible
}
.gallery-slider .owl-item {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 40px rgba(20, 33, 44, 0.15)
}
.gallery-slider .owl-item.faded_item {
    opacity: .3
}
.gallery-slider .owl-item:hover {
    transform: scale(1.1);
    z-index: 4
}
.gallery-slider .owl-controls .owl-dots {
    margin-top: 25px
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
h1.ban_title,
.fzf h1,
.page-title h1 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: -2px
}
.sec_about h2,
.feature h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #525459;
    line-height: 31px;
    letter-spacing: -1px
}
h2.title {
    font-size: 26px
}
@media (max-width: 1200px) {
    .sec_about h2
	.feature h2 {
        font-size: 19px;
        line-height: 27px
    }
    h2.title {
        font-size: 22px
    }
}
.sec_about h3{
	line-height: 16px;
}
.sec_about h3,
#top .page-title h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #525459;
    line-height: auto;
    padding: 5px 0
}
.price-table h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0;
    margin-top: 7px
}
.price-table h4 b {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    top: -9px;
    left: -3px
}
.price-table h4 i {
    font-size: 15px;
    position: relative;
    text-transform: lowercase;
    font-weight: 400
}
h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: -.7px;
    font-weight: 500;
    color: #7e868e
}
p {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    padding: 15px 0;
    color: #7e868e
}
p.small,
i.small {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: auto;
    padding: 0
}
b {
    font-weight: 700
}
::-webkit-input-placeholder {
    color: #686c71
}
:-moz-placeholder {
    color: #686c71
}
::-moz-placeholder {
    color: #686c71
}
:-ms-input-placeholder {
    color: #686c71
}
section.pricing h4 {
    color: #fff
}
section.pricing .price-table {
    margin-top: 37px
}
section.pricing .item {
    border: 2px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 32px 25px;
    margin-left: -2px;
    position: relative;
    transition: all .3s ease;
    display: table
}
section.pricing .item .inner {
    display: table-cell;
    vertical-align: middle
}
section.pricing .item .inner h4 {
    line-height: 1;
}

section.pricing .item.faded_item {
    opacity: .3
}
section.pricing .item.button_ready {
    background: rgba(0, 0, 0, 0.35)!important
}
section.pricing .item:hover {
    border-color: #fff;
    z-index: 4;
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.05)
}
@media (max-width: 1200px) {
    section.pricing .item h4 {
        font-size: 22px
    }
    section.pricing .item p {
        font-size: 14px;
        line-height: 20px
    }
}
@media (max-width: 991px) {
    section.pricing .item {
        display: block;
        margin-bottom: -2px
    }
    section.pricing .item:hover {
        transform: scale(1)
    }
    section.pricing .item .inner {
        display: block
    }
}
section.pricing .item .button2 {
    margin-top: 20px
}
section.pricing h2,
section.pricing p {
    color: #fff;
    text-align: center
}
section.pricing h2.title{
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 31px;
}
section.pricing h3 {
	color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
	text-align: center;
	line-height: 16px;
}
section.pricing i.small {
    color: #fff
}
section.pricing ul.features {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 22px
}
@media all and (max-width: 1200px) {
    section#top .main-phone {
        left: 0
    }
    .nav-constraint {
        max-width: 992px
    }
}
@media all and (max-width: 992px) {
    .button.dl {
        margin-right: 60px
    }
    .nav-constraint {
        max-width: 768px;
        transition: all .3s ease
    }
    header.fix .nav-constraint {
        max-width: 100%
    }
    body.open .dl {
        margin-right: 0
    }
    section {
        width: 100%;
        padding: 50px 0
    }
    section.featurez .align-right .feature {
        text-align: left
    }
    section#top {
        height: auto;
        padding: 220px 0 150px
    }
    section.invest {
        background-attachment: scroll;
        background-size: cover
    }
    nav {
        float: none;
        padding: 30px;
        height: 100%;
        position: fixed;
        z-index: -1;
        top: 0;
        width: 420px;
        right: 0;
        transition: all .4s ease;
        transform: translateX(30%);
        -webkit-transform: translateX(30%)
    }
    body.open nav {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transition: all .3s ease
    }
    body.slideclose nav {
        transition: all .3s ease;
        opacity: 0;
        transform: translateX(30%);
        -webkit-transform: translateX(30%);
        -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
        -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
        transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99)
    }
    body section,
    body header {
        transition: all .4s ease;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
        -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
        transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99)
    }
    body.open section,
    body.open header {
        transform: translateX(-420px);
        -webkit-transform: translateX(-420px);
        -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
        -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
        transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99)
    }
}
@media all and (max-width: 767px) {
    .row {
        padding: 0 15px
    }
    section.gallery {
        padding-left: 0;
        padding-right: 0
    }
    h1 {
        font-size: 30px;
        line-height: 35px
    }
    h2 {
        font-size: 17px;
        line-height: 23px
    }
    h2.title {
        font-size: 19px
    }
    h3 {
        font-size: 12px
    }
    header {
        background: #17191c;
        padding: 10px 0
    }
    header .button {
        padding: 9px 16px 7px;
        margin-top: 2px
    }
    header .logo {
        font-size: 17px;
        margin-top: 4px
    }
    header .logo small {
        font-size: 8px;
        margin-top: 1px
    }
    section.pricing .prices .item {
        width: 100%;
        height: auto
    }
    section.pricing .prices .item p,
    section.pricing .prices .item a,
    section.pricing .prices .item ul {
        position: static;
        width: 100%
    }
    section.pricing .prices .item .button2 {
        max-width: 450px
    }
    section.pricing .prices .item {
        width: 100%;
        height: auto;
        clear: both
    }
    section.pricing .prices .item p {
        position: relative;
        top: auto;
        width: 100%;
        left: auto
    }
    section.pricing .button2 {
        position: relative;
        bottom: auto;
        width: 75%;
        left: auto
    }
    section.pricing ul.features {
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 22px;
        padding: 0;
        position: relative;
        top: auto;
        width: 90%;
        left: auto
    }
    section.contact form {
        margin-top: 30px
    }
    .blog-post {
        margin-top: 50px
    }
    .blog-post.first {
        margin-top: 0
    }
    section.blog .blog-post .blog-img {
        height: 170px;
        margin-top: 40px
    }
    section#download .social-media {
        margin-top: 30px
    }
    section.invest {
        background-position: 25%
    }
    section.invest .pad {
        padding-top: 55px;
        padding-bottom: 55px
    }
    section.sec_about .col-sm-4 {
        margin-bottom: 30px
    }
    section.sec_about .col-sm-4:last-child {
        margin-bottom: 0
    }
}
@media all and (max-width: 505px) {
    section#top {
        height: auto;
        padding: 184px 0 150px
    }
    .button.dl {
        margin-right: 40px
    }
    .mob-overflowhide {
        overflow: hidden
    }
    nav {
        float: none;
        padding: 30px;
        height: 100%;
        position: fixed;
        z-index: -1;
        top: 0;
        width: 100%;
        right: 0
    }
    body.open nav {
        transform: translateX(0%);
        -webkit-transform: translateX(0%)
    }
    body section,
    body header {
        transition: all .3s ease;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }
    body.open section,
    body.open header {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%)
    }
}
@media all and (max-width: 400px) {
    .dl-icons img {
        width: 117px
    }
    .fp {
        width: 100%
    }
}
@media all and (max-width: 350px) {
    .dl-icons img {
        width: 100px
    }
}
.fade-up,
.fade-left,
.fade-right,
.fade-down {
    opacity: 0
}
@media (max-width: 991px) {
    .fade-up,
    .fade-left,
    .fade-right,
    .fade-down {
        opacity: 1
    }
}
.dp1 {
    animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    opacity: 0
}
.dp2 {
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    opacity: 0
}
.dp3 {
    animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    opacity: 0
}
.dp4 {
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    opacity: 0
}
.dp5 {
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    opacity: 0
}
.dp6 {
    animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    opacity: 0
}
.dp7 {
    animation-delay: .7s;
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -o-animation-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
    opacity: 0
}
.dp8 {
    animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    opacity: 0
}
.dp9 {
    animation-delay: .9s;
    -moz-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    opacity: 0
}
.d1 {
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    opacity: 0
}
.t5s {
    transition-duration: .5s
}
.animated {
    opacity: 0
}
.mobile-nav {
    height: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    position: fixed
}
.mobile-nav img {
    height: 100%;
    width: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transition: .6s all .15s ease;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg)
}
.mobile-nav ul {
    width: 100%;
    z-index: 9999;
    display: inline-block;
    position: relative;
    top: -50px
}
.mobile-nav ul li {
    display: block;
    text-align: center
}
.mobile-nav ul li a {
    font-size: 20px;
    line-height: 1.7em
}
body.open .mobile-nav img {
    opacity: .2;
    transform: scale(1.4) rotate(10deg);
    -webkit-transform: scale(1.4) rotate(10deg)
}
body.open .mobile-nav.pf {
    z-index: 999
}
.mobile-nav .social_holder {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 10px 0 50px;
    margin: 0
}
.mobile-nav .social_holder a {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    display: inline-block;
    position: relative;
    margin: 20px 5px 0;
    background: #5ca9dc
}
.mobile-nav .social_holder a i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 12px
}
body.open .cd-nav-trigger {
    position: fixed
}
.cd-nav-trigger {
    position: absolute;
    z-index: 1000;
    right: 30px;
    top: 30px;
    display: block;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s
}
@media (max-width: 767px) {
    .cd-nav-trigger {
        position: fixed
    }
}
@media all and (max-width: 992px) {
    .cd-nav-trigger {
        right: 50%;
        top: 50px;
        margin-right: -370px;
        transition: all .7s ease
    }
    body.open .cd-nav-trigger {
        top: 30px;
        right: 30px;
        margin-right: 0
    }
    .cd-nav-trigger.fix {
        top: 0;
        right: 10px;
        margin-right: 0
    }
}
@media all and (max-width: 767px) {
    .cd-nav-trigger {
        right: 10px;
        top: 0;
        margin-right: 0;
        transition: all .7s ease
    }
}
@media all and (max-width: 505px) {
    .cd-nav-trigger,
    .cd-nav-trigger.fix {
        transition: all .7s ease;
        top: 0;
        right: 0
    }
}
.cd-nav-trigger .cd-nav-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: #fff
}
.cd-nav-trigger .cd-nav-icon::before,
.cd-nav-trigger .cd-nav-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top .3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top .3s;
    transition: transform 0.5s, width 0.5s, top .3s
}
.cd-nav-trigger .cd-nav-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
}
.cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px)
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
    top: 2px
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
    top: -2px
}
.cd-nav-trigger svg {
    position: absolute;
    top: 0;
    left: 0
}
.cd-nav-trigger circle {
    -webkit-transition: stroke-dashoffset .4s 0;
    -moz-transition: stroke-dashoffset .4s 0;
    transition: stroke-dashoffset .4s 0
}
body.open .cd-nav-trigger {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
body.open .cd-nav-trigger .cd-nav-icon::after,
body.open .cd-nav-trigger .cd-nav-icon::before {
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, width .5s;
    -moz-transition: -moz-transform 0.5s, width .5s;
    transition: transform 0.5s, width .5s
}
body.open .cd-nav-trigger .cd-nav-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
body.open .cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.no-touch body.open .cd-nav-trigger:hover .cd-nav-icon::after,
.no-touch body.open .cd-nav-trigger:hover .cd-nav-icon::before {
    top: 0
}
body.open .cd-nav-trigger circle {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset .4s .3s;
    -moz-transition: stroke-dashoffset .4s .3s;
    transition: stroke-dashoffset .4s .3s
}
.blog-post .title-m,
.lst_cmnts .title-m {
    border-bottom: 1px solid #E1E3EA;
    padding-bottom: 15px;
    margin-bottom: 15px
}
.noyah_blogzzz a h2 {
    color: #525459;
    font-family: "Montserrat",sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 31px;
}
.blog-post .title-space,
.sngle_txt {
    margin-bottom: 25px
}
.article {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E1E3EA
}
.article.category {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}
.article.category h2 {
    font-size: 25px
}
.article.post {
    padding-bottom: 20px;
    margin-bottom: 20px
}
.article .comments {
    text-align: right
}
.article h2 {
    margin-top: 15px;
    font-family: "Montserrat",sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 31px;
}
.article h2 a{
	color: #525459;
}
.article p {
    position: relative;
    margin-bottom: 10px
}
.article .article-main-picture {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    overflow: hidden
}
.article .article-main-picture img {
    max-width: 100%;
    border-radius: 4px
}
.article .article-foot {
    margin-top: 0;
    font-size: 13px;
    display: inline-block;
    padding-top: 0;
    position: relative;
    top: -5px
}
.article .article-foot span {
    display: block
}
.article .article-foot h4 {
    margin: 0
}
.article .article-pic {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 80px;
    overflow: hidden;
    margin-right: 10px
}
.article .article-pic img {
    width: 105%;
    opacity: .9
}
.article .article-comments {
    width: 100%;
    padding-top: 7px
}
.widget {
    margin-bottom: 25px
}
.widget h3 {
    margin-bottom: 15px;
    color: #525459
}
.widget ul li {
    padding: 3px 5px
}
.widget.tags ul li {
    display: inline-block;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 8px 13px;
    margin: 5px 10px 5px 0
}
.recent-posts .rp {
    border: 1px solid #E1E3EA;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 5px
}
.recent-posts .rp h4 {
    display: block
}
.recent-posts .rp p {
    margin-bottom: 0;
    padding: 0;
    padding-top: 6px
}
.blog-image-post img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block
}
.blog-title-post {
    color: #525459;
    font-size: 30px;
    margin: 15px 0
}
.blog-post .social_holder {
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
    margin: 0
}
.blog-post .social_holder a {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    display: inline-block;
    position: relative;
    margin: 20px 5px 0;
    background: #5ca9dc
}
.blog-post .social_holder a i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 12px
}
.comment {
    padding-left: 75px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F4F5F6
}
.comment span {
    font-size: 11px
}
.comment img {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100px;
    left: 0;
    top: 0
}
.comment p img {
    position: relative
}
.comment .reply {
    position: absolute;
    top: 0;
    right: 0
}
ul.children {
    margin-left: 50px
}
@media (max-width: 991px) {
    ul.children {
        margin-left: 30px
    }
}
@media (max-width: 767px) {
    ul.children {
        margin-left: 15px
    }
}
ul.children li {
    list-style: none
}
.ban_title {
    color: #fff!important;
    line-height: 1.3;
}