.ph-home {
    text-decoration: none;
    color: #fff;
}
.ph-home:hover {
    text-decoration: none;
}
.button-wrap {
    font-size: 3em;
    width: 2em;
    height: 1.5em;
    text-align: center;
}
.fa.fa-twitter-square {
    color: #55acee;
}
.fa.fa-facebook-square {
    color: #3b5998;
}
.fa.fa-pinterest-square {
    color: #cc2127;
}
.share-btn-wrp {
    list-style: none;
    display: block;
    margin: 0;
    margin-top: 50px;
    padding: 0;
    left: 0;
    position: fixed;
    z-index: 200;
    display: inline-block;
}
.button-wrap {
    padding-left: 1px;
    padding-right: 42px;
    padding-top: 50px;
}
.share-btn-wrp .button-wrap {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: width 0.1s ease-in-out;
}
.sh-bg {
    border-radius: 3px;
    background-color: #fff9f9c2;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    width: 45px;
    height: 50px;
}
@media all and (max-width: 699px) {
    .share-btn-wrp {
        width: 95%;
        text-align: center;
        position: fixed;
        bottom: 1px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .sh-bg {
        background-color: #fff9f9c2;
        width: 45px;
        height: 50px;
        margin-bottom: 0;
        padding-bottom: 5px;
        border-top: solid 2px;
        border-bottom: none;
        border-left: solid 1px;
        border-right: solid 1px;
    }
    .share-btn-wrp .button-wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .button-wrap {
		padding-top: 1px;
        display: inline-block;
        text-align: center;
    }
    
}
.filtr-controls span:after,
.filtr-item > a:before {
    content: " ";
    bottom: 0;
}
.article-clean .intro p .by,
.article-dual-column .intro p .by {
    font-style: italic;
}
.footer-dark ul,
ul {
    list-style: none;
}
.login-clean form .btn-primary:active,
.register-photo form .btn-primary:active {
    transform: translateY(1px);
}
.filtr-container {
    margin: 0 -4px;
}
.filtr-item {
    padding: 4px;
}
.filtr-controls {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 15px;
}
.filtr-controls span {
    display: inline-block;
    margin: 10px 15px;
    cursor: pointer;
    padding: 5px 0;
    position: relative;
    color: #777;
}
.filtr-controls span.active,
.filtr-controls span:hover {
    color: #000;
}
.filtr-controls span:after {
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    background: 0 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.filtr-controls span.active:after {
    width: 100%;
    left: 0;
    background: #000;
}
@media (max-width: 479px) {
    .filtr-item {
        width: 100%;
    }
}
.filtr-item > a {
    position: relative;
    display: block;
}
.filtr-item > a:after,
.filtr-item > a:before {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.filtr-item > a:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background: 0 0;
}
.filtr-item:hover > a:before {
    background: rgba(0, 0, 0, 0.2);
}
.filtr-item > a:after {
    font-family: FontAwesome;
    content: "\f0fe";
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -17px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    opacity: 0;
}
.filtr-item:hover > a:after {
    opacity: 0.5;
}
.filtr-loading {
    border: 5px solid #333;
    position: relative;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: 80px 0;
    opacity: 0;
    top: 0;
    width: 40px;
    z-index: 2;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    height: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
}
.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
    outline: 0;
}
body.hidden-scroll {
    overflow: hidden;
}
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: none;
    z-index: 1050;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    top: 30px;
    display: none;
    color: #000;
    position: fixed;
}
.sl-wrapper {
    z-index: 1040;
}
.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}
.sl-wrapper button:hover {
    opacity: 0.7;
}
.sl-wrapper .sl-close {
    right: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 5rem;
}
.sl-wrapper .sl-counter {
    left: 30px;
    z-index: 1060;
    font-size: 1rem;
}
.sl-wrapper .sl-navigation {
    width: 100%;
    display: none;
}
.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    text-align: center;
    display: block;
    z-index: 1060;
    color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem;
}
.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;
}
.sl-wrapper .sl-image img {
    margin: 0;
    padding: 15px;
    display: block;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 4rem;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 4rem;
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 6rem;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 6rem;
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0;
    }
}
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 15px;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060;
}
.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1057;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.mh-100vh {
    min-height: 100vh;
}
#login-block {
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.4);
    z-index: 2;
}
@media (max-width: 991.98px) {
    #login-block {
        opacity: 0.95;
    }
    #bg-block {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}
@media (min-width: 992px) {
    .w-lg-75 {
        width: 75%;
    }
    .rounded-lg-0 {
        border-radius: 0 !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-50 {
        width: 50%;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
.fadeInRight {
    animation-name: fadeInRight;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
b,
strong {
    font-weight: bolder;
}
img {
    vertical-align: middle;
    border-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.text-center {
    text-align: center !important;
}
#features .box,
#features .features-img,
.article-clean .text figure,
.brands a,
.dwnldApp,
.features-boxed .item,
.features-boxed .item .box {
    text-align: center;
}
p {
    padding: 0;
    margin: 0 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
}
.article-clean,
.article-dual-column {
    background-color: #fff;
    font-family: Lora, serif;
}
#features {
    background: #fff;
    padding: 60px 0 0;
    overflow: hidden;
}
#features .features-img {
    padding-top: 20px;
}
@media (min-width: 769px) {
    #features .features-img {
        padding-top: 120px;
        margin-top: -200px;
    }
}
#features .features-img img {
    max-width: 100%;
}
#features .box {
    margin-bottom: 15px;
}
#features .icon {
    margin-bottom: 10px;
}
#features .title {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px;
}
#features .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.article-clean {
    color: #56585b;
    font-size: 14px;
}
.article-clean .intro {
    font-size: 16px;
    margin: 0 auto 30px;
}
.article-clean .intro h1 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 20px;
}
.article-clean .text h2,
.article-clean .text p {
    line-height: 1.45;
    margin-bottom: 20px;
}
.article-clean .intro p {
    color: #929292;
    font-size: 12px;
}
.article-clean .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}
.article-clean .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px;
}
.article-clean .intro img {
    margin-top: 20px;
}
.article-clean .text h2 {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
@media (min-width: 768px) {
    .article-clean .text p {
        font-size: 16px;
    }
    .article-clean .text h2 {
        font-size: 20px;
    }
}
.article-clean .text figure {
    margin-top: 30px;
    margin-bottom: 20px;
}
.article-clean .text figure img {
    margin-bottom: 12px;
    max-width: 100%;
}
.article-dual-column {
    color: #56585b;
    font-size: 14px;
}
.article-dual-column .intro {
    font-size: 16px;
    margin: 0 auto 30px;
}
.article-dual-column .intro h1 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 1.5;
    color: inherit;
    margin-top: 25px;
}
.article-dual-column .text h2,
.article-dual-column .text p {
    line-height: 1.45;
    margin-bottom: 20px;
}
.article-dual-column .intro p {
    color: #929292;
    font-size: 12px;
}
.article-dual-column .intro p .date {
    text-transform: uppercase;
    padding: 4px 0 4px 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}
.article-dual-column .intro p a {
    color: #333;
    text-transform: uppercase;
    padding-left: 3px;
}
.article-dual-column .intro img {
    margin-top: 25px;
}
.article-dual-column .text h2 {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
@media (min-width: 768px) {
    .article-dual-column .text p {
        font-size: 16px;
    }
    .article-dual-column .text h2 {
        font-size: 20px;
    }
}
.article-dual-column .text figure {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.article-dual-column .text figure img {
    margin-bottom: 12px;
    max-width: 100%;
}
@media (max-width: 767px) {
    .article-dual-column .toc {
        border: 1px solid #d3d3d3;
        padding: 20px 0 15px;
        margin-bottom: 20px;
        border-width: 1px 0;
    }
}
.article-dual-column .toc p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.article-dual-column .toc ul {
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 0;
}
.article-dual-column .toc li {
    padding: 2px 0;
}
.article-dual-column .toc a {
    color: inherit;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/cd-top-arrow.svg) center 50% no-repeat rgba(232, 98, 86, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}
.cd-top.cd-top--fade-out,
.cd-top.cd-top--show,
.cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}
.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-top--fade-out {
    opacity: 0.5;
}
.cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
.brands {
    color: #313437;
    background-color: #fff;
}
.brands a {
    display: block;
    padding: 40px 0;
}
.brands a img,
.footer-contacts p {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .brands a {
        padding: 30px 0;
    }
}
.brands a img {
    margin: 5px 10px;
}
#contactForm .h4 {
    font-weight: 400;
    border-bottom: 1px solid silver;
}
.required-input {
    color: maroon;
}
.static-map {
    margin-bottom: 20px;
}
@media (max-width: 768px) and (min-width: 767px) {
    #contactForm .static-map img {
        width: 100%;
    }
}
#DivDwnldSec {
    padding: 4px 50px;
}
.dwnldicon {
    font-size: 100px;
    color: #855952;
}
div#contact-box {
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 30px;
    min-height: 100%;
    max-height: 100%;
}
p#contact-text {
    line-height: 1.5em;
    padding-bottom: 10px;
}
div.info-box {
    margin-bottom: 15px;
}
.my-info-icons {
    margin-right: 15px;
}
div#info-container {
    padding-bottom: 20px;
    padding-top: 20px;
}
div.site-form,
i.form-control-feedback {
    padding-top: 10px;
}
button#form-btn {
    border-radius: 0;
    width: 30%;
    height: 40px;
    font-size: 1em;
    background: #fff;
}
form#my-form {
    padding-bottom: 20px;
    padding-top: 20px;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    /* border-radius: 0 !important; */
}
.features-boxed {
    color: #313437;
    background-color: #eef4f7;
}
.features-boxed p {
    color: #7d8285;
}
.features-boxed h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 10px;
    color: inherit;
}
@media (max-width: 767px) {
    .features-boxed h2 {
        margin-bottom: 25px;
        padding-top: 5px;
        font-size: 24px;
    }
}
.features-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}
.features-boxed .intro p {
    margin-bottom: 0;
}
.features-boxed .features {
    padding: 50px 0;
}
.features-boxed .item .box {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.features-boxed .item .icon {
    font-size: 60px;
    color: #1485ee;
    margin-top: 20px;
    margin-bottom: 35px;
}
.features-boxed .item .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0;
    color: inherit;
}
.features-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.features-clean {
    color: #313437;
    background-color: #fff;
    padding-bottom: 30px;
}
.features-clean p {
    color: #7d8285;
}
.features-clean h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}
@media (max-width: 767px) {
    .features-clean {
        padding-bottom: 10px;
    }
    .features-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}
.features-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 60px;
}
.features-clean .item {
    min-height: 100px;
    padding-left: 80px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .features-clean .intro {
        margin-bottom: 40px;
    }
    .features-clean .item {
        min-height: 0;
    }
}
.features-clean .item .name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
}
.features-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
}
.features-clean .item .icon {
    font-size: 40px;
    color: #1485ee;
    float: left;
    margin-left: -65px;
}
footer {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: 700 16px sans-serif;
    padding: 12px 50px;
    margin-top: 80px;
    bottom: 0;
    color: #fff;
}
.footer-navigation h3 {
    margin: 0 0 20px;
    font: 400 36px Cookie, cursive;
    color: #fff;
}
.footer-navigation h3 a {
    text-decoration: none;
    color: #fff;
}
.footer-navigation h3 span {
    color: #5383d3;
}
.footer-navigation p.links a {
    color: #fff;
    text-decoration: none;
}
.footer-navigation p.company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer-contacts {
        margin: 30px 0;
    }
}
.footer-contacts p {
    color: #fff;
}
.footer-contacts p a {
    color: #5383d3;
    text-decoration: none;
}
.fa.footer-contacts-icon {
    background-color: #33383b;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 10px 15px 10px 0;
}
span.new-line-span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
}
.footer-about h4 {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-about p {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
div.social-links {
    margin-top: 20px;
    color: #fff;
}
.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.login-card {
    max-width: 350px;
    padding: 10px 20px;
    background-color: #f7f7f7;
    margin: 50px auto 25px;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.login-card .profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    border-radius: 50%;
}
.login-card .profile-name-card {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}
.login-card .reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.login-card .form-signin button,
.login-card .form-signin input[type="email"],
.login-card .form-signin input[type="password"],
.login-card .form-signin input[type="text"] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
}
.login-card label {
    color: #000;
}
.login-card .form-signin .form-control:focus {
    border-color: #6891a2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
}
.login-card .btn.btn-signin {
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #6891a2;
    border-radius: 3px;
    border: none;
    transition: all 218ms;
    padding: 0;
}
.login-card .btn.btn-signin:active,
.login-card .btn.btn-signin:focus,
.login-card .btn.btn-signin:hover {
    background: #0c6121;
}
.login-card .forgot-password {
    color: #6891a2;
}
.login-card .forgot-password:active,
.login-card .forgot-password:focus,
.login-card .forgot-password:hover {
    color: #0c6121;
}
.footer-basic {
    padding: 40px 0;
    background-color: #fff;
    color: #4b4c4d;
}
.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}
.footer-basic li {
    padding: 0 10px;
}
.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}
.footer-basic ul a:hover {
    opacity: 1;
}
.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
}
.footer-basic .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}
.footer-basic .social > a:hover {
    opacity: 0.9;
}
.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}
.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32;
}
.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
}
.footer-dark ul {
    padding: 0;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}
.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}
.footer-dark ul a:hover {
    opacity: 0.8;
}
.footer-dark .item.text {
    margin-bottom: 36px;
}
@media (max-width: 767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}
.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}
.footer-dark .item.social {
    text-align: center;
}
@media (max-width: 991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}
.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}
.footer-dark .item.social > a:hover {
    opacity: 0.9;
}
.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
}
#hdr-top-wrapper {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
.layer-stretch {
    position: relative;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}
.hdr-top {
    text-align: right;
    overflow: visible;
}
.hdr-top-block {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.hdr-top-line {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 30px;
    margin: 0 5px;
    background-color: #ddd;
}
.theme-dropdown {
    position: relative;
    display: inline-block;
}
.photo-gallery {
    color: #313437;
    background-color: #fff;
}
.photo-gallery p {
    color: #7d8285;
}
.photo-gallery h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}
@media (max-width: 767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}
.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}
.photo-gallery .intro p {
    margin-bottom: 0;
}
.photo-gallery .photos {
    padding-bottom: 20px;
}
.photo-gallery .item {
    padding-bottom: 30px;
}
.login-clean {
    background: #f1f7fc;
    padding: 80px 0;
}
.login-clean form {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.login-clean .illustration {
    text-align: center;
    padding: 0 0 20px;
    font-size: 100px;
    color: #f4476b;
}
.login-clean form .form-control {
    /* background: #f7f9fc; */
    /* border: none; */
    /* border-bottom: 1px solid #dfe7f1; */
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    color: inherit;
    text-indent: 8px;
    height: 42px;
}
.login-clean form .btn-primary {
    background: #f4476b;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 26px;
    text-shadow: none;
    outline: 0 !important;
}
.login-clean form .btn-primary:active,
.login-clean form .btn-primary:hover {
    background: #eb3b60;
}
.login-clean form .forgot {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}
.login-clean form .forgot:active,
.login-clean form .forgot:hover {
    opacity: 1;
    text-decoration: none;
}
.map-clean {
    color: #313437;
    background-color: #fff;
}
.map-clean p {
    color: #7d8285;
}
.map-clean h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}
@media (max-width: 767px) {
    .map-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}
.map-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}
.map-clean iframe {
    background-color: #eee;
}
.register-photo {
    background: #f1f7fc;
    padding: 80px 0;
}
.register-photo .image-holder {
    display: table-cell;
    width: auto;
    background: url(../../assets/img/meeting.jpg);
    background-size: cover;
}
.register-photo .image-holders {
    display: table-cell;
    width: auto;
    background: url(../../assets/img/studiologin.jpg);
    background-size: cover;
}
.register-photo .form-container {
    display: table;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.register-photo form {
    display: table-cell;
    width: 400px;
    background-color: #fff;
    padding: 40px 60px;
    color: #505e6c;
}
@media (max-width: 991px) {
    .register-photo form {
        padding: 40px;
    }
}
.register-photo form h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.register-photo form .form-control {
    /* background: #f7f9fc; */
    /* border: none; */
    /* border-bottom: 1px solid #dfe7f1; */
    /* border-radius: 0; */
    box-shadow: none;
    outline: 0;
    color: inherit;
    /* text-indent: 6px; */
    /* height: 40px; */
}
.register-photo form .form-check {
    font-size: 13px;
    line-height: 20px;
}
.register-photo form .btn-primary {
    background: #f4476b;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 35px;
    text-shadow: none;
    outline: 0 !important;
}
.register-photo form .btn-primary:active,
.register-photo form .btn-primary:hover {
    background: #eb3b60;
}
.register-photo form .already {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none;
}
.team-boxed {
    color: #313437;
    background-color: #eef4f7;
}
.team-boxed p {
    color: #7d8285;
}
.team-boxed h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}
@media (max-width: 767px) {
    .team-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}
.team-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}
.team-boxed .intro p {
    margin-bottom: 0;
}
.team-boxed .people {
    padding: 50px 0;
}
.team-boxed .item {
    text-align: center;
}
.team-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.team-boxed .item .name {
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 8px;
    color: inherit;
}
.team-boxed .item .title {
    text-transform: uppercase;
    font-weight: 700;
    color: #d0d0d0;
    letter-spacing: 2px;
    font-size: 13px;
}
.team-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.team-boxed .item img {
    max-width: 160px;
}
.team-boxed .social {
    font-size: 18px;
    color: #a2a8ae;
}
.team-boxed .social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 0.7;
}
.team-boxed .social a:hover {
    opacity: 1;
}
#hero {
    width: 100%;
    
    background: #17a2b8;
}
#hero .container {
    padding-top: 5px;
}
#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}
#hero h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px;
}
#hero .btn-get-started {
    font-family: Jost, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #47b2e4;
}
#hero .btn-get-started:hover {
    background: #209dd8;
}
#hero .btn-watch-video {
    font-size: 16px;
    display: inline-block;
    padding: 10px 0 8px 40px;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    position: relative;
}
#hero .btn-watch-video i {
    color: #fff;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}
#hero .btn-watch-video:hover i {
    color: #47b2e4;
}
#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
    #hero {
        
        text-align: center;
    }
    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        width: 50%;
    }
}
@media (max-width: 650px) {
    #hero {
        height: 85vh;
        text-align: center;
    }
    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        width: 50%;
    }
}
@media (max-width: 450px) {
    #hero {
        height: 75vh;
        text-align: center;
    }
    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        width: 50%;
    }
}
@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #hero .hero-img img {
        width: 70%;
    }
}
@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
    #hero .btn-watch-video {
        font-size: 16px;
        padding: 10px 0 8px 40px;
        margin-left: 20px;
    }
    #hero .btn-watch-video i {
        font-size: 32px;
        top: 7px;
    }
}
@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
section {
    padding: 10px 0;
    overflow: hidden;
}
.section-bg {
    background-color: #efefef;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}
.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}
.section-title p {
    margin-bottom: 0;
}
.shadow,
.subscription-wrapper {
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.1) !important;
}
.icon-primary {
    color: #062caf;
}
.icon-bg-circle {
    position: relative;
}
.icon-lg {
    font-size: 50px;
}
.icon-bg-circle::before {
    z-index: 1;
    position: relative;
}
.icon-bg-primary::after {
    background: #062caf !important;
}
.icon-bg-circle::after {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    top: -35px;
    left: 15px;
    border-radius: 50%;
    background: inherit;
    opacity: 0.3;
}
.icon-bg-yellow::after {
    background: #f6a622 !important;
}
.icon-bg-purple::after {
    background: #7952f5;
}
.icon-yellow {
    color: #f6a622;
}
.icon-purple {
    color: #7952f5;
}
.icon-cyan {
    color: #02d0a1;
}
.icon-bg-cyan::after {
    background: #02d0a1;
}
.icon-bg-red::after {
    background: #ff4949;
}
.icon-red {
    color: #ff4949;
}
.icon-bg-green::after {
    background: #6c3;
}
.icon-green {
    color: #6c3;
}
.icon-bg-orange::after {
    background: #ff7c17;
}
.icon-orange {
    color: #ff7c17;
}
.icon-bg-blue::after {
    background: #3682ff;
}
.icon-blue {
    color: #3682ff;
}
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/assets/img/pre/Preloader_8.gif) center no-repeat #fff;
	/* z-index: 1; */
}

/* loading start */

.no-js .loading { display: none;  }
.js .loading { display: block; position: absolute; left: 100px; top: 0;}
.loading {
list-style: none;
margin: 0;
padding: 0;
/* position: relative; */
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: white;
}
.loading li {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center center;
  -webkit-animation: anim 1s ease-in-out infinite;
          animation: anim 1s ease-in-out infinite;
  will-change: transform, filter;
}
.loading li:nth-child(1) {
  width: 1em;
  height: 1em;
}
.loading li:nth-child(1):after {
  content: "";
  display: block;
  font-size: 25%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 1em 0 0 rgba(72, 157, 138, 0.2), -1em 0 0 rgba(50, 70, 80, 0.2), 0 1em 0 rgba(211, 75, 76, 0.2), 0 -1em 0 rgba(232, 169, 97, 0.2);
}
.loading li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  width: 2em;
  height: 2em;
}
.loading li:nth-child(2):after {
  content: "";
  display: block;
  font-size: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 1.5em 0 0 rgba(72, 157, 138, 0.4), -1.5em 0 0 rgba(50, 70, 80, 0.4), 0 1.5em 0 rgba(211, 75, 76, 0.4), 0 -1.5em 0 rgba(232, 169, 97, 0.4);
}
.loading li:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  width: 3em;
  height: 3em;
}
.loading li:nth-child(3):after {
  content: "";
  display: block;
  font-size: 75%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 2em 0 0 rgba(72, 157, 138, 0.6), -2em 0 0 rgba(50, 70, 80, 0.6), 0 2em 0 rgba(211, 75, 76, 0.6), 0 -2em 0 rgba(232, 169, 97, 0.6);
}
.loading li:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  width: 4em;
  height: 4em;
}
.loading li:nth-child(4):after {
  content: "";
  display: block;
  font-size: 100%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 2.5em 0 0 rgba(72, 157, 138, 0.8), -2.5em 0 0 rgba(50, 70, 80, 0.8), 0 2.5em 0 rgba(211, 75, 76, 0.8), 0 -2.5em 0 rgba(232, 169, 97, 0.8);
}
.loading li:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  width: 5em;
  height: 5em;
}
.loading li:nth-child(5):after {
  content: "";
  display: block;
  font-size: 125%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 3em 0 0 #489D8A, -3em 0 0 #324650, 0 3em 0 #D34B4C, 0 -3em 0 #E8A961;
}

@-webkit-keyframes anim {
  50% {
    filter: blur(2px);
  }
  90%, 100% {
    transform: rotate(1turn);
    filter: blur(0);
  }
}

@keyframes anim {
  50% {
    filter: blur(2px);
  }
  90%, 100% {
    transform: rotate(1turn);
    filter: blur(0);
  }
}

/* end loader */
.action-button{
  background: #17a2b8;
  border-radius: 20px;
  font-size: inherit;
  color: #fff;
  box-shadow: none;
  border: none;
  text-shadow: none;
  /* padding: .5rem 1rem; */
  transition: background-color 0.25s;
}
.actiona-button{
  background: white;
  border-radius: 20px;
  font-size: inherit;
  color: #000;
  box-shadow: none;
  border: none;
  text-shadow: none;
  padding: .5rem 1rem;
  transition: background-color 0.25s;
}
.actiona-button:hover {
    color: white;
    background-color: black;
}
.navigation-clean-button .navbar-text .action-button:hover {
  background: #66d7d7;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    font-size: 1.5em;
    line-height: 0;
	border-color: #fff;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.input-group-prepend {
  /* width : 40px; */
  text-align:left;
}
.input-group-prepend .input-group-text {
  width: 100%;
  overflow: hidden;
}
