/*
    - Template Name: PayTrace with CDE
    - Template URI: https://paytrace.cdeposparts.com/
    - Author: Aaron Levith
    - Author URI: https://www.ecliptic-designs.com
*/
/* GENERAL
------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
}
p {
    font-weight: 400;
    line-height: 30px;
}
.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
}
a:focus {
    outline: none;
    outline-offset: none;
}
a:hover {
    text-decoration: none;
}
.background-fullwidth {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.background-fixed {
    background-attachment: fixed;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.height-100 {
    height: 100vh;
    min-height: 600px;
}
.btn-primary {
    border-radius: 50px;
    padding: 15px 45px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: 0;
}
.btn-colord {
    color: #fff;
}
.btn-colord:hover {
    color: #fff;
}
.btn-white {
    background: #fff;
}
.btn-theme {
    position: relative;
    overflow: hidden;
    outline: none !important;
    border: none;
    box-shadow: none !important;
}
.btn-theme:hover, .prices .price-table:hover .btn-theme {
    color: #fff;
}
.btn-theme.btn-white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.btn-theme.btn-colord:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.btn-theme:hover:before, .prices .price-table:hover .btn-theme:before {
    opacity: 0 !important;
}
.btn-theme > span {
    position: relative;
}
.shadow {
    box-shadow: 0.5px 0.866px 10px 0px rgb(0, 0, 0);
}
a, .btn-white, .btn-theme:before, .foxapp-header .dropdown-menu .dropdown-item, .slide .content-bottom, .slide .content-bottom .header-bigtext, .boxes .box:hover .lnr, .other-features .other-features-slider .item, .screenshots .screenshots-slider .item, .clients-testimonial .testimonial-slider .slick-dots li, .clients-testimonial .testimonial-slider .slick-dots li button, .our-team .team-slider .person, .our-team .team-slider .person h3, .our-team .team-slider .person ul, .our-team .team-slider .person ul li a, .our-team .team-slider .slick-dots li, .our-team .team-slider .slick-dots li button, .faq .accordion .card .card-header h5 .btn, .faq .accordion .card .card-header h5 .btn:before, .faq .accordion .card .card-header h5 .btn:after, .recent-news .recent-news-slider .slick-dots li, .recent-news .recent-news-slider .slick-dots li button, .download-app a, footer .subscribe .subscribe-form-2 label, footer .subscribe .subscribe-form-2 .form-group {
    transition: all ease 0.3s;
}
.space-15 {
    height: 15px;
}
.space-20 {
    height: 20px;
}
.space-25 {
    height: 25px;
}
.space-50 {
    height: 50px;
}
.padding-100 {
    padding: 115px 0;
}
.lity-close {
    text-shadow: none !important;
}
.lity-content:after {
    box-shadow: none !important;
}
.section-title h2 {
    font-size: 60px;
    font-weight: 900;
    margin: 0;
}
.section-title h2 span.white {
    color: #fff !important;
}
.section-title p {
    font-size: 18px;
    font-weight: 600;
    max-width: 750px;
    margin: 0 auto;
}
p.price {
    text-align: center;
    color: #fff;
    flex: 1 1 auto;
    font-size: 24px;
}
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 40px;
    }
    .container {
        padding: 0 20px;
    }
    .slide .content-bottom .header-bigtext {
        white-space: normal !important;
        text-align: center;
    }
}

/* PRELOADER STYLE
------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.loader-wrapper {
    width: 70px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 35px);
}
.loader {
    width: 70px;
    height: 70px;
    border-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotate 3s ease-in-out infinite;
    transform: rotate(-200deg)
}
@keyframes rotate {
    0% {
        border-width: 10px;
    }
    25% {
        border-width: 3px;
    }
    50% {
        transform: rotate(115deg);
        border-width: 10px;
    }
    75% {
        border-width: 3px;
    }
    100% {
        border-width: 10px;
    }
}

/* Homepage */
.paytrace-home ul.navbar-nav li.nav-item {
    height: 90px;
}
.paytrace-home .products-container {
    display: flex;
    justify-content: space-evenly;
	max-width: 80%;
	margin: 0 auto;
}
.paytrace-home .sub-title {
    color: #fff;
}
.paytrace-home .products-container .item {
    flex: 0 0 33%;
}
.paytrace-home .products-container > div > a.btn-colord {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
    .paytrace-home .products-container .item {
       flex: 0 0 33%;
    }
}
@media (max-width: 768px) {
    .paytrace-home .products-container {
        flex-wrap: wrap;
    }
    .paytrace-home .products-container .item {
       flex: 0 0 100%;
    }
}

/* HEADER STYLE
------------------------------*/
.foxapp-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.foxapp-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 13px 35px -12px rgba(0, 0, 0, 0.15);
    animation: menu_sticky 0.7s ease-in-out;
}
@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
.foxapp-header .navbar {
    padding: 0;
}
.foxapp-header .navbar .container {
    position: relative;
}
.foxapp-header .navbar a.navbar-brand {
    max-width: 230px;
}
.foxapp-header.sticky .navbar a.navbar-brand {
    max-width: 200px;
}
.foxapp-header .navbar-light .navbar-toggler {
    border-color: #ff9f35;
    outline: none;
    right: 40px;
    position: relative;
}
.paytrace-home .foxapp-header .navbar-light .navbar-toggler {
    display: none;
}
.foxapp-header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 159, 53)' stroke-width='2' stroke-linecap='' stroke-miterlimit='0' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.foxapp-header .navbar .navbar-nav .nav-item > .nav-link {
    font-weight: 400;
    position: relative;
    padding: 45px 20px;
}
.foxapp-header .navbar .navbar-nav .nav-item > .nav-link:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #1e428a;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.foxapp-header .navbar .navbar-nav .nav-item > .nav-link:hover:before {
    width: 100%;
}
.foxapp-header .navbar .navbar-nav .nav-item > .nav-link.active:before {
    width: 100%;
}
.foxapp-header .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    transform: translateY(-15px);
    animation: hide_dropdown_menu 0.2s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .04);
    height: 0;
    transition: all ease 0.1s;
}
a.dropdown-item > img {
	max-width: 50px;
    margin: 0 auto;
    display: block;
}
@keyframes hide_dropdown_menu {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}
.foxapp-header .dropdown-menu.show {
    animation: show_dropdown_menu 0.2s ease-in-out forwards;
    visibility: visible;
    height: auto;
}
@keyframes show_dropdown_menu {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.foxapp-header .dropdown-menu .dropdown-item {
    padding: .75rem 1.5rem;
	text-align: center;
}
.cart {
    position: absolute;
    right: 0;
    top: 40px;
}
.cart:before {
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 33px;
    color: #8f8f8f;
    content: '\e611';
    font-family: 'icons-blank-theme';
}
.cart:hover:before {
    color: #333;
}
@media (max-width: 1200px) {
    .foxapp-header .navbar .navbar-nav .nav-item > .nav-link {
        padding: 45px 17px;
    }
}
@media (max-width: 991px) {
    .foxapp-header {
        padding: 1em;
    }
    .foxapp-header .dropdown-menu {
        display: none;
    }
    .foxapp-header .dropdown-menu.show {
        display: block;
    }
    .foxapp-header .navbar .navbar-nav .nav-item > .nav-link {
        padding: 10px;
    }
    .foxapp-header .dropdown-menu .dropdown-item {
        padding: 10px;
    }
    .cart {
        top: 16px;
    }
}
@media (max-width: 768px) {
    .foxapp-header .navbar a.navbar-brand {
        max-width: 180px;
    }
}

/* SLIDE STYLE
------------------------------*/
.slide {
    position: relative;
}
.slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #fff;
    border-top: 200px solid transparent;
    width: 0;
    z-index: 0;
}
.slide .content-bottom {
    padding-top: 140px;
    position: relative;
    z-index: 1;
}
.product-vp3300 .slide .slider-text {
    margin-top: 30px;
}
.slide .content-bottom .header-bigtext,
.paytrace-home h1.header-bigtext {
    font-size: 56px;
    white-space: nowrap;
    font-weight: 700;
    color: #6CC04A;
    text-transform: uppercase;
    line-height: 90px;
    margin-bottom: .5rem;
    margin-top: 0;
}
.product-vp3300 .slide .content-bottom .header-bigtext {
    font-size: 48px;
    line-height: 53px;
    white-space: normal;
}
.slide .content-bottom p {
    color: #fff;
    max-width: 460px;
    text-align: justify;
}
.slide .content-bottom img {
    margin: 40px 0;
}
.product-vp3300 .slide .content-bottom img {
    margin-bottom: 120px;
}
.disclaimer {
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    margin-top: 20px;
}
.product-vp3300 .subtitle {
    margin-bottom: 30px; 
    font-size: 24px;
	color: #ff9f35 !important;
}
@media (max-width: 1366px) {
    .slide .content-bottom {
        padding-top: 170px;
    }
    .product-vp3300 .slide .slider-text {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .slide .content-bottom .header-bigtext {
        font-size: 55px;
        line-height: 70px;
    }
    .slide .content-bottom img {
        margin: 40px 0 0;
        padding-top: 40px;
    }
    .product-vp3300 .slide .slider-text {
        margin-top: 0;
    }
    .product-vp3300 .slide .content-bottom .header-bigtext {
        font-size: 37px;
        line-height: 41px;
    }
    .product-vp3300 .subtitle {
        font-size: 18px;
    }
	.slide .content-bottom .header-bigtext, 
	.paytrace-home h1.header-bigtext {
		font-size: 44px;
		white-space: normal;
		line-height: 1.2em;
	}
	.btn-primary { 
		padding: 10px 30px;
	}
}
@media (max-width: 768px) {
    .slide .content-bottom .container > .row {
        flex-direction: column-reverse;
    }
    .slide .content-bottom h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .slide .content-bottom .row > .col-md-6:first-child {
        margin-bottom: 160px;
    }
    .slide .content-bottom img {
        margin: 0;
        padding-top: 0;
    }
    .product-vp3300 .slide .content-bottom .header-bigtext {
        font-size: 36px;
        line-height: 41px;
    }
    .product-vp3300 .slide .content-bottom img {
        margin-bottom: 20px;
        max-width: 50%;
    }
    .product-vp3300 .slide .content-bottom {
        padding-top: 120px;
    }
    .product-vp3300 .boxes {
         padding: 35px 0 115px;
    }
}

/* BOXES SECTION
------------------------------*/
.boxes .box {
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.boxes .box:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 5px;
    transform: translateX(-50%);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.boxes .box:hover:after {
    width: 100%;
}
.boxes .box .icon {
    padding: 25px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 110px;
    height: 110px;
}
.boxes .box .lnr {
    font-size: 55px;
    line-height: 60px;
}
.boxes .box p.box-title {
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
}
.boxes .box p {
    color: #fff;
    margin: 0 auto;
    font-size: 18px;
}
.product-augusta .boxes > .container > .row > div:first-child .box {
    padding-bottom: 69px;
}
.product-vp3300 .boxes {
    padding: 75px 0 115px;
}
@media (max-width: 1200px) {
    .product-augusta .boxes > .container > .row > div:first-child .box {
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .product-augusta .boxes > .container > .row > div:first-child .box {
        padding-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .boxes .box {
        margin-bottom: 30px;
    }
}

/* 2 SECTION
------------------------------*/
.why-us h2 {
    font-size: 40px;
    font-weight: 900;
}
.why-us p {
    font-weight: 400;
    margin: 0;
}
.why-us .why-us-icon {
    margin-bottom: 20px;
}
.why-us .why-us-icon > p {
    display: flex;
    align-items: center;
}
.why-us .why-us-icon > p > span.icon {
    margin-right: 10px;
    height: 55px;
    width: 55px;
    flex: 0 0 auto;
}
.why-us .why-us-icon > p > span {
    line-height: 18px
}
.why-us .why-us-icon .paytrace-icon1 {
    background: url("/fox-assets/img/paytrace-icon-1.png") no-repeat 50% 50%/cover;
}
.why-us .why-us-icon .paytrace-icon2 {
    background: url("/fox-assets/img/paytrace-icon-2.png") no-repeat 50% 50%/cover;
}
.why-us .why-us-icon .paytrace-icon3 {
    background: url("/fox-assets/img/paytrace-icon-3.png") no-repeat 50% 50%/cover;
}
.why-us .why-us-icon .paytrace-icon4 {
    background: url("/fox-assets/img/paytrace-icon-4.png") no-repeat 50% 50%/cover;
}
.product-vp3300 .why-us ul li {
    color: #fff;
    line-height: 35px;
}
.product-vp3300 .why-us .col-md-6 a {
    color: #6CC04A;
}
.product-vp3300 .why-us-img {
    max-width: 75%;
}
@media (max-width: 991px) {
    .why-us h2 {
        font-size: 34px;
    }
    .product-vp3300 .why-us .aos-animate {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .product-vp3300 .why-us-img {
        max-width: 50%;
        margin-bottom: 20px;
    }
}

/* 3 SECTION
------------------------------*/
.main-features .features-circle {
    position: relative;
}
.features-circle .circle-svg {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: -1;
    max-width: 100%;
    margin: 0 auto;
}
.product-vp3300 .features-circle .circle-svg {
    top: 0;
}
.features-circle .circle-svg > svg {
    max-width: 100%;
}
.features-circle svg g {
    transform-origin: 50%;
}
.main-features .one-feature {
    margin-bottom: 7em;
}
.main-features .one-feature h5 {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    margin: 0 10px .5rem;
}
.main-features .one-feature .lnr {
    font-size: 35px;
}
.main-features .one-feature p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}
.main-features .left-side .one-feature span {
    float: right;
}
.main-features .left-side .one-feature:nth-child(3), .main-features .right-side .one-feature:nth-child(3) {
    margin-bottom: 0;
}
.main-features .right-side .one-feature span {
    float: left;
}
.product-vp3300 .main-features .features-circle > img {
    top: 35px;
    max-width: 280px;
    position: relative;
}
.section-footer-text {
    font-weight: bold; 
    margin-top: 90px;
    text-align: center;
}
@media (min-width: 991px) {
    .main-features .left-side .one-feature:nth-child(1), .main-features .left-side .one-feature:nth-child(3) {
        position: relative;
        left: 30px;
    }
    .main-features .right-side .one-feature:nth-child(1), .main-features .right-side .one-feature:nth-child(3) {
        position: relative;
        right: 30px;
    }
}
@media (max-width: 1200px) {
    .features-circle .circle-svg ~ img {
        max-width: 90%;
        top: 30px;
        position: relative;
    }
}
@media (max-width: 991px) {
    .main-features .section-title p {
        margin-bottom: 40px;
    }
    .main-features .one-feature {
        text-align: center;
        margin-bottom: 5px;
    }
    .main-features .left-side .one-feature span {
        float: left;
    }
    .main-features .features-circle, .main-features .right-side {
        top: -50px;
    }
    .product-vp3300 .main-features .left-side {
        margin-bottom: 70px;
    }
    .product-vp3300 .main-features .right-side {
        top: 30px;
    }
    .product-vp3300 .main-features .features-circle > img {
        top: 40px;
    }
}
@media (max-width: 520px) {
    .product-vp3300 .main-features .features-circle > img {
        max-width: 60%;
    }
}
@media (max-width: 414px) {
    .features-circle svg {
        max-width: 100%;
        height: 410px;
    }
}
@media (max-width: 375px) {
    .features-circle svg {
        height: 350px;
    }
}

/* OTHER FEATURES SECTION
------------------------------*/
.other-features .section-title > p {
    color: #fff;
}
.other-features .other-features-slider {
    margin: 0 -15px;
}
.other-features .other-features-slider .item {
    background: #fff;
    padding: 2em 1em;
    border-radius: 50px;
    opacity: 0.6;
    margin: 0 35px;
    outline: none;
    cursor: pointer;
    min-height: 220px;
}
.other-features .other-features-slider .item.slick-center {
    opacity: 1;
}
.other-features .other-features-slider .item span {
    margin-bottom: 20px;
    display: inline-block;
}
.other-features .other-features-slider .item .lnr {
    font-size: 40px;
}
.other-features .other-features-slider .item h4 {
    font-size: 20px;
}
.other-features .other-features-slider .item p {
    max-width: 300px;
    margin: 0 auto;
}

/* WATCH VIDEO SECTION
------------------------------*/
.watch-video .video {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.watch-video .video:before {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
}
.watch-video .video img {
    position: relative;
}
.watch-video .video a {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 2px solid #EF9F6D;
    border-radius: 50%;
    animation: ripple_shadow 2s linear infinite;
}
.watch-video .video a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 25px solid #0062cc;
    border-bottom: 17px solid transparent;
    left: 55%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@keyframes ripple_shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

/* SCREENSHOTS SECTION
------------------------------*/
.screenshots .screenshots-slider {
    margin: 0 -15px;
}
.screenshots .screenshots-slider .item {
    opacity: 0.6;
    margin: 0 35px;
    outline: none;
    cursor: pointer;
}
.screenshots .screenshots-slider .item.slick-center {
    opacity: 1;
}
.screenshots .row:last-child {
    justify-content: center;
    margin-top: 20px;
}
.screenshots .row.align-items-center {
    margin-bottom: 30px;
}

/* Warranty SECTION
------------------------------*/
.warranty {
    background: url("/fox-assets/img/bg-warranty.jpg") no-repeat 50% 130%/contain;
}
.warranty .section-title h2 {
    font-size: 40px;
}

/* MAP SECTION
------------------------------*/
.map {
    line-height: 0;
}
.map iframe {
    width: 100%;
    height: 500px;
}

/* Form Section */
.cta-form {
	padding: 60px 0;
}

/* FOOTER SECTION
------------------------------*/
footer {
    background: #001526;
    padding: 20px 0;
}
footer .subscribe .subscribe-form {
    background: #fff;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 80px;
}
footer .subscribe .subscribe-form .form-group .form-control {
    border-bottom: 2px solid;
    font-weight: 300;
    padding: 14px 20px;
    margin-bottom: 0;
    background: rgba(158, 158, 158, 0.1);
    border-radius: 50px;
    border: none;
}
footer .subscribe .subscribe-form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}
footer .footer-widgets .widget {
    color: #fff;
    margin-bottom: 1em;
}
footer .footer-widgets .widget img {
    margin-bottom: 15px;
    max-width: 140px;
}
footer .footer-widgets .widget h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5em;
    color: #fff;
}
footer .footer-widgets .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .footer-widgets .widget ul li {
    margin-bottom: 1em;
    line-height: 30px;
}
footer .footer-widgets .widget ul li span {
    color: #fff;
}
footer .footer-widgets .widget ul li a {
    color: #fff;
}
footer .copyright {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.2);
}
footer .copyright p {
    font-weight: 400;
    margin: 0;
    line-height: 40px;
    color: #fff;
}



/* FONT COLOR
------------------------------*/

body {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h3,
.main-features .one-feature h5,
.recent-news .recent-news-slider .item h3,
.download-app h2,
.git-in-touch .contact-info .info-box h5,
.git-in-touch .contact-info .info-box a,
.blog-page .blog-box .blog-details h3 a,
aside.sidebar .categories ul li a,
aside.sidebar .recent-post .post h4 a,
aside.sidebar .tags ul li a,
.single-blog-page .blog-box .blog-details h3,
.section-footer-text a {
    color: #6CC04A;
}
.btn-primary:hover {
	filter: brightness(.9);
}

.why-us p,
.screenshots .section-title h3 span,
.screenshots .section-title p,
footer a {
    color: #fff;
}

/* Blue
------------------------------*/
.themes-colors span,
.preloader,
.background-withcolor,
.foxapp-header .dropdown-menu .dropdown-item.active,
.box,
.clients-testimonial .testimonial-slider .item .client-testimonial,
.clients-testimonial .testimonial-slider .slick-dots li.slick-active button,
.prices .price-table .bottom,
.prices .price-table .top .offer,
.our-team .team-slider .slick-dots li.slick-active button,
.recent-news .recent-news-slider .slick-dots li.slick-active button,
.faq .accordion .card .card-header h5 .btn.collapsed,
nav .pagination .page-item.active .page-link,
aside.sidebar .gray-panel h3:after {
    background: #1E428A;
}


a,
.section-title h3 span,
.other-features .other-features-slider .item h4,
.clients-testimonial .testimonial-slider .item .client-info h3,
.fun-facts .fact-box h5,
.fun-facts .fact-box h6,
.prices .price-table .top h4,
.prices .price-table .top h3,
.prices .price-table .top h5,
.our-team .team-slider .person h3,
footer .subscribe .subscribe-form h4,
.blog-page .blog-box:hover .blog-details h3 a,
.single-blog-page .blog-box .post-tag-area ul li a:hover,
.comments-container .comments-list li .reply:hover,
.foxapp-header .navbar .navbar-nav .nav-item>.nav-link,
.main-features .one-feature p {
    color: #1E428A;
}

.main-features .features-circle:before,
.clients-testimonial .testimonial-slider .item .client-info figure,
.faq .accordion,
.faq .accordion .card .card-header h5:after,
.git-in-touch .form-group .form-control,
footer .subscribe .subscribe-form .form-group .form-control,
aside.sidebar .search .form-group .form-control,
.single-blog-page .blog-box .blog-details blockquote,
.comments-form .form-group .form-control {
    border-color: #1E428A;
}

.clients-testimonial .testimonial-slider .item .client-testimonial:after {
    border-top-color: #1E428A;
}

.features-circle svg circle {
    stroke: #1E428A;
}

/* Orange
------------------------------*/
.btn-theme,
.boxes .box:after,
.btn-theme.btn-colord:before,
.git-in-touch .form-group .form-control~.focus-border,
aside.sidebar .search .form-group .form-control~.focus-border,
.comments-form .form-group .form-control~.focus-border {
    background: #EF9F6D;
}
.our-team .team-slider .person:hover h3,
.our-team .team-slider .person ul li a,
.boxes .box:hover .lnr,
footer .copyright a:hover {
    color: #EF9F6D;
}


/* Green */
.btn-theme.btn-white {
	background-color: #6cc04a;
}
.lnr {
    color: #6cc04a;
}