/*!
Theme Name: PrimaApp
Theme URI: http://wptrees.com/downloads/primaapp/
Author: WPTrees
Author URI: https://wptrees.com
Description: PrimaApp is a simple and clean App Landing Page. It allows you to create a fast yet beautiful landing page for your application. Just Import the demo content and customize how it looks and feel via the simple customizer.
Version: 1.0.9
Tested up to: 5.4.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: primaapp
Tags: blog, one-column, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready

PrimaApp is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
html {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.5;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

#page {
    position: relative;
    min-height: 100vh;
    height: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}


section .row {
    align-items: center;
}

section p {
    font-size: 1.2em;
    margin-bottom: 1em;
}

section img {
    max-width: 100%;
}

section .button-container {
    margin-top: 20px;
    text-align: left;
}

section .section-title + .elementor-widget-text-editor p {
    max-width: 70%;
    margin: auto;
}

@media (min-width: 768px) {
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.download-btn {
    font-size: 1.2em;
    display: inline-block;
    text-align: center;
    padding: 8px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 2000;
    border: none;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 1;
    border-radius: 3px;
    font-size: 28px;
}

#backToTop:hover {
    background-color: #555;
}

#content.site-content article .entry-header a,
#content.site-content article .entry-footer a {
    color: #232529;
}

.site-content .entry-title {
    word-break: break-all;
}


body:not(.home) .site-content,
body.blog .site-content {
    padding-top: 120px;
}

body .site-content .entry-title {
    margin-bottom: 0.75em;
}

.site-content {
    flex: 1 0 auto;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125em;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption-text.wp-caption-text {
    margin: 0.8075em 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #333;
    padding: 2px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sticky {
    position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
    display: none;
}

.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px;
}

.wp-video {
    margin: auto;
}

.wp-block-video video {
    max-width: 100%;
}

.post-template-default img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

@media (max-width: 767px) {
    section {
        position: relative;
    }

    section .anchor {
        position: absolute;
        left: 0;
        top: -70px;
    }

    section img {
        max-width: 100%;
    }

    section p {
        width: 100%;
        max-width: 100% !important;
        font-size: 1em;
    }

    section h1 {
        font-size: 1.4em !important;
    }

    section .button-container {
        text-align: center;
    }

    #backToTop {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}

.site-header {
    position: fixed;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    display: flex;
    width: 100%;
    align-items: center;
}

.site-header div[class^="col"] {
    position: static;
}
.site-header .site-branding a{
    color: #232529;
}

.site-header .site-branding img{
    max-height: 60px;
    width: auto;
}
.site-header .site-branding p {
    margin-bottom: 0;
}

.site-header.scrolled {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.site-header .row {
    align-items: center;
}

.site-header .site-title {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.site-header .main-navigation a {
    padding: 35px 0;
}

.main-navigation .menu-item-has-children {
    position: relative;
}

.main-navigation .menu-item-has-children > a:after {
    content: "\f078";
    font-family: "fontawesome";
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
}

.admin-bar .site-header {
    top: 32px;
}

.main-navigation {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: wrap;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: #ffffff;
}

.main-navigation .sub-menu a {
    padding: 20px;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 1024px) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        flex-wrap: wrap;
    }
}


.menu-social ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-social ul li {
    position: relative;
    display: inline-block;
}

.menu-social li a:before {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-family: 'Fontawesome';
    font-size: 24px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    content: '\f08e';
}

.menu-social li a[href*="dribbble.com"]::before {
    content: '\f17d';
}

.menu-social li a[href*="facebook.com"]::before {
    content: '\f09a';
}

.menu-social li a[href*="flickr.com"]::before {
    content: '\f16e';
}

.menu-social li a[href*="foursquare.com"]::before {
    content: '\f180';
}

.menu-social li a[href*="github.com"]::before {
    content: '\f09b';
}

.menu-social li a[href*="plus.google.com"]::before {
    content: '\f0d5';
}

.menu-social li a[href*="instagram.com"]::before {
    content: '\f16d';
}

.menu-social li a[href*="jsfiddle.com"]::before {
    content: '\f1cc';
}

.menu-social li a[href*="linkedin.com"]::before {
    content: '\f0e1';
}

.menu-social li a[href*="pinterest.com"]::before {
    content: '\f0d2';
}

.menu-social li a[href*="reddit.com"]::before {
    content: '\f1a1';
}

.menu-social li a[href*="soundcloud.com"]::before {
    content: '\f1be';
}

.menu-social li a[href*="stackoverflow.com"]::before {
    content: '\f16c';
}

.menu-social li a[href*="tumblr.com"]::before {
    content: '\f173';
}

.menu-social li a[href*="twitter.com"]::before {
    content: '\f099';
}

.menu-social li a[href*="vimeo.com"]::before {
    content: '\f194';
}

.menu-social li a[href*="vine.co"]::before {
    content: '\f1ca';
}

.menu-social li a[href*="yelp.com"]::before {
    content: '\f1e9';
}

.menu-social li a[href*="youtube.com"]::before {
    content: '\f167';
}

.menu-social li a[href*="wordpress.com"]::before {
    content: '\f19a';
}

body.noscroll {
    height: 100vh;
    overflow: hidden;
}

.social-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social-menu li {
    font-size: 1.125em;
    display: inline-block;
    margin-left: 5px;
}

.social-menu li:first-child {
    margin-left: 15px;
}

.social-menu a {
    display: inline-block;
    text-align: center;
    line-height: 1.125em;
}


.navbar-toggler.collapsed span.icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.navbar-toggler.collapsed span.icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed span.icon-bar:nth-of-type(3) {
    transform: rotate(0);
}

.navbar-toggler span.icon-bar {
    display: block;
    background: #ffffff;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
}

.navbar-toggler span.icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler span.icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler span.icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.dropdown-menu a.dropdown-item {
    font-size: 0.8em;
    color: #212529 !important;
}

.dropdown-menu a.dropdown-item:not(.dropdown-toggle):after {
    display: block;
    left: 5%;
    width: 75%;
}


#header-social-menu {
    margin-bottom: 0;
    margin-left: 15px;
}

#header-social-menu ul {
    list-style: none;
}

#header-social-menu li {
    display: inline-block;
    margin-left: 5px;
}

#slider-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
    background-position: center top;
    color: #ffffff;
}

#slider-section h1 {
    font-size: 3.5rem;
}

#slider-section p {
    width: 100%;
    font-size: 1.4rem;
}

#slider-section h1,
#slider-section h3,
#slider-section p {
    color: #FFFFFF;
}

#slider-section .slider-text-part {
    padding-right: 50px;
    padding-left: 50px;
}

#slider-section .slider-graphic-part {
    text-align: right;
}

@media screen and (max-width: 767px) {
    #slider-section {
        padding-top: 50px;
        padding-bottom: 50px;
        height: auto;
        text-align: center;
    }

    #slider-section h1 {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    #slider-section .slider-img {
        min-height: 150px;
    }

    #slider-section p {
        font-size: 0.875em;
    }

    #slider-section .elementor-button-wrapper {
        text-align: center;
    }
}

@media (max-width: 768px) {
    #slider-section {
        background-attachment: fixed;
        min-height: 100vh;
    }
}

#spec-section {
    padding: 80px 0;
}

#spec-section .row {
    justify-content: center;
}

#spec-section .spec-card {
    text-align: center;
    margin-bottom: 20px;
}

#spec-section .spec-card .icon {
    font-size: 2.5em;
    margin-bottom: 15px;
}

#spec-section .spec-card .icon span {
    padding: 0 15px;
}

#spec-section .spec-card h3 {
    font-weight: bold;
    font-size: 1.8rem;
}

#spec-section .spec-card p {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

#steps-section .intro {
    text-align: center;
}

#steps-section .intro p {
    margin: 0 auto;
}

#steps-section .steps-img {
    height: 100%;
    text-align: center;
}

#steps-section .steps-img img {
    max-height: 400px;
    width: auto;
}

#steps-section .details h3 {
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: 700;
}

#steps-section .details p {
    font-size: 16px;
    max-width: 80%;
}

@media (min-width: 1024px) {
    #steps-section .intro p {
        width: 75%;
    }
}

@media (max-width: 767px) {
    #steps-section img {
        display: block;
        max-width: 100%;
        width: auto;
        margin: 0 auto 20px;
    }

    #steps-section .step h3 {
        margin-bottom: 10px !important;
    }
}

#download-section {
    background-color: #f6f6f7;
}

#download-section .col-md-6 > img {
    display: block;
    margin: 0 auto;
    max-height: 400px;
}

#download-section .download-button + .download-button {
    margin-left: 20px;
}

@media (max-width: 767px) {
    #download-section {
        text-align: center;
    }

    #download-section .col-md-6 img {
        max-height: 200px;
    }

    #download-section .col-md-6:last-child {
        margin-bottom: 20px;
    }

    #download-section .download-button {
        margin: auto;
        width: 100%;
        text-align: center;
    }

    #download-section .download-button + .download-button {
        margin: 20px auto 0;
    }
}

#video-section p {
    width: 100%;
}

#video-section iframe {
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    #video-section p {
        max-width: 70%;
        margin: 0 auto 30px;
    }
}

#contact-section {
    background: #FFFFFF;
}

#contact-section .row {
    align-items: flex-start;
}

#contact-section .contact-container {
    position: relative;
    z-index: 1000;
}

#contact-section .contact-container label {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0;
}

.wpcf7-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wpcf7-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.wpcf7-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wpcf7-form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.wpcf7-form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.wpcf7-form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.wpcf7-form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.wpcf7-form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.wpcf7-form-control:disabled,
.wpcf7-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.wpcf7-form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.wpcf7-form-control-file,
.wpcf7-form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.wpcf7-form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.wpcf7-form-control-plaintext.wpcf7-form-control-sm,
.wpcf7-form-control-plaintext.wpcf7-form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.wpcf7-form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.wpcf7-form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.wpcf7-form-control[size],
select.wpcf7-form-control[multiple] {
    height: auto;
}

textarea.wpcf7-form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .wpcf7-form-control:valid,
.wpcf7-form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .wpcf7-form-control:valid:focus,
.wpcf7-form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .wpcf7-form-control:valid ~ .valid-feedback,
.was-validated .wpcf7-form-control:valid ~ .valid-tooltip,
.wpcf7-form-control.is-valid ~ .valid-feedback,
.wpcf7-form-control.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated textarea.wpcf7-form-control:valid,
textarea.wpcf7-form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .wpcf7-form-control-file:valid ~ .valid-feedback,
.was-validated .wpcf7-form-control-file:valid ~ .valid-tooltip,
.wpcf7-form-control-file.is-valid ~ .valid-feedback,
.wpcf7-form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .wpcf7-form-control:invalid,
.wpcf7-form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .wpcf7-form-control:invalid:focus,
.wpcf7-form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .wpcf7-form-control:invalid ~ .invalid-feedback,
.was-validated .wpcf7-form-control:invalid ~ .invalid-tooltip,
.wpcf7-form-control.is-invalid ~ .invalid-feedback,
.wpcf7-form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated textarea.wpcf7-form-control:invalid,
textarea.wpcf7-form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .wpcf7-form-control-file:invalid ~ .invalid-feedback,
.was-validated .wpcf7-form-control-file:invalid ~ .invalid-tooltip,
.wpcf7-form-control-file.is-invalid ~ .invalid-feedback,
.wpcf7-form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .wpcf7-form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .wpcf7-form-controlwpcf7-submit-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.wpcf7-submit {
    display: inline-block;
    width: auto !important;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    float: right;
}

.wpcf7-response-output {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-acceptance-missing {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-aborted,
.wpcf7-response-output.wpcf7-spam-blocked {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

@media (min-width: 992px) {
    .wpcf7-response-output {
        max-width: 75%;
    }
}

.blog .post,
.archive .post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

article .entry-footer span {
    display: inline-block;
    margin-right: 10px;
}

article .entry-footer span:last-child {
    margin-right: 0;
}

article .entry-footer .comments-link:before {
    content: '\f075';
    font-family: 'FontAwesome';
    font-size: inherit;
    display: inline-block;
    margin-right: 5px;
}

.blog header + .post,
.archive header + .post {
    padding-top: 0;
}

.single-post .post {
    padding-bottom: 20px;
}

.sticky .entry-title:before {
    content: '\f02e';
    font-family: 'FontAwesome';
    font-size: inherit;
    display: inline-block;
    margin-right: 10px;
}

.blog .post,
.archive .post {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.posts-navigation {
    padding: 20px 0;
}

.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after {
    font-family: 'FontAwesome';
    font-size: inherit;
    display: inline-block;
}

.posts-navigation .nav-previous a:before {
    content: '\f053';
    margin-right: 5px;
}

.posts-navigation .nav-next a:after {
    content: '\f054';
    margin-left: 5px;
}

.post-thumbnail {
    display: block;
    margin-bottom: 15px;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.comments-area {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
}

.comments-area h2.comments-title {
    font-size: 1.3rem;
}

.comments-area .comment {
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #e3e3e3;
}

.comments-area .comment .comment-content p:last-child {
    margin-bottom: 0;
}

.comments-area .comment .reply {
    text-align: right;
    margin: 10px 0;
}

.comments-area .comment .reply:before {
    content: '\f112';
    font-family: 'FontAwesome';
    font-size: inherit;
    display: inline-block;
    margin-right: 5px;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="phone"],
.comment-form input[type="url"],
.comment-form textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.comment-form input:focus,
.comment-form textarea:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.comment-form textarea {
    min-height: 150px;
}

.comment-form .submit {
    border-radius: 3px;
    border: none;
    padding: 5px 10px;
    color: #ffffff;
}

body.error404 .site-content {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.error404 .site-content h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}

body.error404 .site-content h1.title404 {
    font-size: 14em;
    text-shadow: 3px 5px rgba(50, 50, 50, 0.2);
}

footer.site-footer {
    width: 100%;
    padding-top: 20px;
    color: #ffffff;
}

footer.site-footer a {
    text-decoration: none;
    color: #ffffff;
}

footer.site-footer h2 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

footer.site-footer .main-footer-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer.site-footer .main-footer-container .row {
    align-items: center;
}

footer.site-footer .social-menu-container {
    margin-bottom: 0 !important;
}

footer.site-footer .social-menu {
    margin-bottom: 0 !important;
}

footer.site-footer .social-menu li:last-child {
    margin-right: 0;
}

footer.site-footer p {
    margin-bottom: 10px;
}

footer.site-footer a:hover {
    text-decoration: none;
}

footer.site-footer .footer-details-container {
    font-size: 14px;
}

footer.site-footer .logo-container img {
    max-width: 50%;
    height: auto;
}

footer.site-footer .social-menu-container {
    margin-top: 15px;
}

footer.site-footer .social-menu-container,
footer.site-footer .more-links {
    width: 100%;
}

footer.site-footer .social-menu-container {
    margin-bottom: 20px;
}

footer.site-footer .social-menu-container .social-menu li {
    margin-right: 20px;
    margin-left: 0;
    font-size: 1.25em;
}

footer.site-footer .more-links {
    font-size: 0.875rem;
}

footer.site-footer .more-links h4 {
    font-weight: bold;
    margin-bottom: 1em;
}

footer.site-footer .more-links li {
    margin-bottom: 1em;
}

footer.site-footer .site-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer.site-footer .site-info p {
    font-size: 14px;
    margin-bottom: 0;
}

footer.site-footer .site-info ul {
    margin-bottom: 0;
}

footer.site-footer #footer_social_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.site-footer #footer_social_menu li {
    display: inline-block;
}

.video {
    position: relative;
    max-width: 50%;
    height: auto;
    margin: auto;
}

.video:before {
    border-radius: 3px;
}

.video img {
    width: 100%;
    border-radius: 8px;
}

.video .video-button {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video .video-box a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video .video-box a .icon {
    height: 130px;
    width: 130px;
    position: relative;
}

.video .video-box a .icon:before {
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.video .video-box a .icon i {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 500;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 35px;
    border-radius: 100%;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.video .video-box a iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (min-width: 1024px){
    .menu-item-has-children button.dropdown-toggle{
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .site-header {
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }

    .admin-bar .site-header {
        position: relative;
        top: 0;
    }

    .site-header .main-navigation div[class^="menu"] {
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
    }

    .site-header .main-navigation li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #e3e3e3;
        text-align: center;
    }
    .site-header .main-navigation li a{
        display: inline-block;
    }
    .main-navigation .menu-item-has-children > a::after {
        display: none;
    }

    .site-header .main-navigation a {
        padding: 10px 0;
    }

    .main-navigation ul ul {
        position: relative;
        left: 0;
        float: none;
        box-shadow: none;
        display: none;
    }
    .main-navigation ul ul.sub-menu{
        display: none;
    }

    .main-navigation ul ul li {
        text-align: center;
        border-bottom: none !important;
    }
    .main-navigation ul ul a{
        width: auto;
    }
}

@media (min-width: 768px) {
    footer.site-footer .main-footer-container .col-md-6 {
        flex: 0;
        min-width: 30%;
    }
}

@media (max-width: 767px) {
    .video {
        max-width: 100%;
    }

    footer.site-footer .logo-container,
    footer.site-footer .logo-text {
        text-align: center;
    }

    footer.site-footer #menu-social-items {
        text-align: center;
    }

    footer.site-footer .footer-details-container {
        margin-top: 20px;
        text-align: center;
    }
}
