/** 
 * Template Name: Apex
 * Template Description: Multipurpose Responsive HTML5 Landing Page
 * By: Exill
 */

/*==========================================
=            General Styles                =
==========================================*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    background-color: #fff;
}

@media only screen and (max-width:767px) {
    body {
        font-size: 15px;
    }
}

::-moz-selection {
	background-color: #e44235;
    color: #fff;
}

::selection {
	background-color: #e44235;
    color: #fff;
}

.inherit-cs {
    color: #e44235;
}

.inherit-cs:hover,
.inherit-cs:focus {
    color: #b33329;
}

.registered-mark {
    font-size: .62em;
    line-height: 0;
    margin-left: 1px;
    vertical-align: super;
}

.cp-cookie-banner,
.cp-cookie-modal {
    font-family: 'Open Sans', sans-serif;
}

.cp-cookie-banner {
    bottom: 18px;
    left: 18px;
    max-width: 760px;
    position: fixed;
    right: 18px;
    z-index: 10000;
}

.cp-cookie-card,
.cp-cookie-panel {
    background: #fff;
    border: 1px solid rgba(31, 41, 55, .14);
    border-radius: 6px;
    box-shadow: 0 18px 50px rgba(31, 41, 55, .22);
    color: #1f2937;
}

.cp-cookie-card {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 20px 22px;
}

.cp-cookie-copy h2,
.cp-cookie-panel h2 {
    color: #1f2937;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 8px;
}

.cp-cookie-copy p,
.cp-cookie-choice p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.cp-cookie-copy a {
    color: #e44235;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.cp-cookie-actions,
.cp-cookie-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.cp-cookie-actions {
    min-width: 330px;
}

.cp-cookie-btn {
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    min-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}

.cp-cookie-btn-primary {
    background: #e44235;
    border: 1px solid #e44235;
    color: #fff;
}

.cp-cookie-btn-secondary {
    background: #fff;
    border: 1px solid #9ca3af;
    color: #1f2937;
}

.cp-cookie-modal {
    inset: 0;
    position: fixed;
    z-index: 10001;
}

.cp-cookie-modal-backdrop {
    background: rgba(17, 24, 39, .48);
    inset: 0;
    position: absolute;
}

.cp-cookie-panel {
    left: 50%;
    max-width: 560px;
    padding: 26px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
}

.cp-cookie-close {
    background: transparent;
    border: 0;
    color: #6b7280;
    font-size: 28px;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 14px;
}

.cp-cookie-choice {
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    padding: 16px;
}

.cp-cookie-choice strong {
    color: #1f2937;
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.cp-cookie-choice input {
    height: 20px;
    margin-left: 18px;
    width: 20px;
}

.cp-cookie-choice.is-required span {
    background: #111827;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 9px;
}

.cp-cookie-panel-actions {
    margin-top: 20px;
}

.cp-cookie-manage {
    background: #fff;
    border: 1px solid rgba(31, 41, 55, .22);
    border-radius: 4px;
    bottom: 12px;
    box-shadow: 0 8px 22px rgba(31, 41, 55, .12);
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
    left: 12px;
    padding: 8px 10px;
    position: fixed;
    z-index: 9999;
}

@media only screen and (max-width:767px) {
    .cp-cookie-card {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .cp-cookie-actions {
        min-width: 0;
    }

    .cp-cookie-actions .cp-cookie-btn {
        flex: 1 1 100%;
    }
}

a {
    color: #666;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #666;
}

.editorial-link,
.about-section .about-description a,
.certificate-section .certificate-features-description a,
.certificate-section .certificate-feature-description a,
.pricing-section .plan-list a,
.faq-section .panel-body a,
.team-section .team-description a {
    color: #e44235 !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.editorial-link:hover,
.editorial-link:focus,
.about-section .about-description a:hover,
.about-section .about-description a:focus,
.certificate-section .certificate-features-description a:hover,
.certificate-section .certificate-features-description a:focus,
.certificate-section .certificate-feature-description a:hover,
.certificate-section .certificate-feature-description a:focus,
.pricing-section .plan-list a:hover,
.pricing-section .plan-list a:focus,
.faq-section .panel-body a:hover,
.faq-section .panel-body a:focus,
.team-section .team-description a:hover,
.team-section .team-description a:focus {
    color: #b33329 !important;
    text-decoration: underline !important;
}

.editorial-link-on-dark,
.features-section .section-heading .section-title a,
.features-section .feature-description a {
    color: #fff !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-decoration-color: #e44235 !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.editorial-link-on-dark:hover,
.editorial-link-on-dark:focus,
.features-section .section-heading .section-title a:hover,
.features-section .section-heading .section-title a:focus,
.features-section .feature-description a:hover,
.features-section .feature-description a:focus {
    color: #fff !important;
    text-decoration-color: #ff7a70 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Roboto', sans-serif;
    color: #333;
    margin: 0 0 15px;
}

p {
    color: #666;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote {
    font-style: italic;
}

.owl-carousel {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.owl-carousel:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pmd-card {
    padding: 0 0 1px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

hr {
    border-top: 2px solid rgba(230, 230, 230, 0.65);
    margin: 0;
}

.vertical-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hr-shadow {
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.hr-shadow-top {
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hr-shadow-bottom {
    -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.pmd-z-depth {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-1 {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-2 {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-3 {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-4 {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-5 {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.pmd-z-depth-6 {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.section-white-bg {
    background-color: #fff;
}

.section-gray-bg {
    background-color: #f3f3f3;
}

.section-fixed-bg {
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.section-overlay-bg {
    position: relative;
}

.section-overlay-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
}

.section-heading {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.section-heading .section-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-heading .description {
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .section-heading .section-title {
        font-size: 26px;
    }
    .section-heading .description {
        font-size: 15px;
    }
}

.section-white-bg .section-heading .section-title,
.section-gray-bg .section-heading .section-title {
    color: #444;
}

.section-white-bg .section-heading .description,
.section-gray-bg .section-heading .description {
    color: #666;
}

.section-fixed-bg.section-overlay-bg .section-heading .section-title {
    color: #fff;
}

.section-fixed-bg.section-overlay-bg .section-heading .section-description {
    color: #f3f3f3;
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.btn-custom {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #e44235;
}

.btn-custom:focus,
.btn-custom.focus {
    color: #fff;
    background-color: #b33329;
}

.btn-custom:hover {
    color: #fff;
    background-color: #b33329;
}

.btn-custom:active,
.btn-custom.active,
.open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #b33329;
}

.btn-custom:active:hover,
.btn-custom.active:hover,
.open>.dropdown-toggle.btn-custom:hover,
.btn-custom:active:focus,
.btn-custom.active:focus,
.open>.dropdown-toggle.btn-custom:focus,
.btn-custom:active.focus,
.btn-custom.active.focus,
.open>.dropdown-toggle.btn-custom.focus {
    color: #fff;
}

.btn-custom:active,
.btn-custom.active,
.open>.dropdown-toggle.btn-custom {
    background-image: none;
}

.ink.animate {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
}

.btn-custom .ink,
.dropdown-toggle.btn-custom .ink {
    background-color: rgba(255, 255, 255, 0.5);
}

.btn-custom .badge {
    background-color: #fff;
}

.btn-custom:disabled,
.dropdown-toggle.btn-custom:disabled,
.btn-custom.disabled,
.dropdown-toggle.btn-custom.disabled,
.btn-custom[disabled],
.dropdown-toggle.btn-custom[disabled] {
    background-color: #b3b3b3;
}

.dropdown-toggle.btn-custom {
    background-color: #e44235;
}

.dropdown-toggle.btn-custom:hover {
    background-color: #b33329;
}

.dropdown-toggle.btn-custom:focus {
    background-color: #b33329;
}

.dropdown-toggle.btn-custom:active,
.dropdown-toggle.btn-custom.active {
    background-color: #b33329;
}

.pmd-btn-flat.btn-custom {
	color: #e44235;
    background-color: transparent;
}

.pmd-btn-flat.btn-custom:hover {
	color: #b33329;
    background-color: #e5e5e5;
}

.pmd-btn-flat.btn-custom:active,
.pmd-btn-flat.btn-custom.active {
	color: #b33329;
    background-color: #ccc;
}

.pmd-btn-flat.btn-custom:focus {
	color: #b33329;
    background-color: #ccc;
}

.pmd-btn-outline.btn-custom {
	color: #e44235;
    border: solid 1px #e44235;
    background-color: transparent;
}

.pmd-btn-outline.btn-custom:hover,
.pmd-btn-outline.btn-custom:focus {
    color: #fff;
    background-color: #e44235;
    border: solid 1px #e44235;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*======================================
=            Preloader                 =
======================================*/

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
}

.preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}

.preloader .double-bounce-1,
.preloader .double-bounce-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.75;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    -moz-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
    background-color: #e44235;
}

.preloader .double-bounce-2 {
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@-moz-keyframes sk-bounce {
    0%,
    100% {
        -moz-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        -moz-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -moz-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        -moz-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*=======================================
=            Navbar                     =
=======================================*/

.navbar {
    border: 0;
    margin-bottom: 0;
}

.navbar,
.navbar .navbar-brand {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar .navbar-brand img {
	width: 200px;
}

.navbar .navbar-nav {
    margin-right: 0;
}

.navbar .navbar-nav a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.25s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: all 0.25s ease-in-out, padding 0.5s ease-in-out;
    transition: all 0.25s ease-in-out, padding 0.5s ease-in-out;
}

.navbar .navbar-nav .lang-link .lang {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 5px;
}

.navbar .navbar-nav .lang-link.open > a {
	background-color: transparent !important;
    color: #e44235 !important;
}

/*=======================================
=            Navbar v1                  =
=======================================*/

.navbar.navbar-v1 {
    background-color: transparent;
}

.navbar.navbar-v1 .navbar-brand {
    padding-top: 36px;
}

.navbar.navbar-v1 .navbar-nav li>a {
    color: #dadada;
    padding: 38px 12px;
}

.navbar.navbar-v1 .navbar-nav li>a:hover,
.navbar.navbar-v1 .navbar-nav li.active>a,
.navbar.navbar-v1 .navbar-nav li.active>a:hover,
.navbar.navbar-v1 .navbar-nav li.active>a:focus {
    background-color: transparent;
    color: #e44235;
}

/*=======================================
=            Navbar v2                  =
=======================================*/

.navbar.navbar-v2 {
    background-color: #222222;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
}

.navbar.navbar-v2 .navbar-brand {
    padding-top: 8px;
}

.navbar.navbar-v2 .navbar-nav li>a {
    padding: 18px 12px;
    color: #ffffff;
    font-size: 14px;
}

.navbar.navbar-v2 .navbar-nav li>a:hover,
.navbar.navbar-v2 .navbar-nav li.active>a,
.navbar.navbar-v2 .navbar-nav li.active>a:hover,
.navbar.navbar-v2 .navbar-nav li.active>a:focus {
    background-color: transparent;
    color: #e44235;
}

/*=======================================
=            Navbar Dropdown Menu       =
=======================================*/

.navbar .dropdown-menu {
	width: 200px;
	padding: 5px 0 10px;
	background-color: #222;
	border: 1px solid #555;	
	text-align: left;
}

.navbar.navbar-v1 .open > .dropdown-menu {
	top: 70px;
}

.navbar .dropdown-menu > li > a {
	color: #dadada;
	padding: 5px 25px !important;
}

.navbar .dropdown-menu > li > a:hover {
	color: #e44235;
	background: none;
}

.navbar .dropdown-menu .divider {
	background-color: #555;
	margin: 5px 0;
}

.navbar .dropdown-menu .language-selection-title {
	padding: 10px 15px;
	color: #eee;
}

/*=====================================
=            Homepage : Home	        =
=====================================*/

.home-section {
    background-image: url(../images/home-section.jpg);
}

.home-section:before {
    background-color: rgba(0, 0, 0, .77);
}

.home-section>.container>.row {
    margin-top: 28px;
}

.home-section .text-part {
    text-align: left;
}

.home-section .text-part .home-title {
    font-size: 44px;
    line-height: 1.30;
    color: #fff;
}

.home-section .home-title .colored {
	color: #E44135; 
	font-weight: bold;
}

.home-section .text-part .home-description {
	font-family: "Open Sans", sans-serif;
    letter-spacing: 0.25px;
    color: #dcdcdc;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}

.home-store-badges {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 220px);
    justify-content: start;
    max-width: 100%;
    width: max-content;
}

.home-store-badges a {
    display: inline-flex;
    width: 220px;
}

.home-store-badges img {
    display: block;
    width: 220px !important;
}

.home-cta-set {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 220px;
    justify-content: center;
    margin-top: 24px;
    max-width: 100%;
    width: 452px;
}

.home-cta-set .btn-custom {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    text-transform: uppercase;
    width: 220px;
}

.home-cta-set .btn-custom i {
    margin-right: 6px;
}

.home-cta-note {
    color: #d6d6d6;
    font-size: 13px;
    margin-top: 12px;
    max-width: 100%;
    text-align: center;
    width: 452px;
}

.home-section .text-part .buttons-set .btn-custom {
    font-size: 16px;
    text-transform: none;
    padding: 15px 40px;
    margin-right: 15px;
    line-height: 22px;
}

.home-section .text-part .buttons-set .pmd-btn-outline.btn-custom {
    color: #fff;
    border-color: #fff;
}

.home-section .text-part .buttons-set .btn-custom i {
    color: #fff;
    margin-right: 3px;
}

.home-section .text-part .buttons-set .btn-download i {
    font-size: 20px;
}

.home-section .img-part {
    padding: 85px 0 50px 0;
    text-align: center;
}

.home-section .img-part img {
	height: auto;
}

.home-section .text-part .buttons-set .pmd-btn-outline.btn-custom:hover,
.home-section .text-part .buttons-set .pmd-btn-outline.btn-custom:focus {
    border: solid 1px #e44235;
}

/*======================================
=            Homepage : About          =
======================================*/

.about-section {
    padding: 110px 0 85px;
}

.about-section>.container>.vertical-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.about-section .text-part .about-title {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-section .text-part .about-description {
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

.about-section .img-part {
    text-align: center;
}

.about-section .img-part img {
    
}

/*======================================
=            Homepage : Resume         =
======================================*/

.resume-section {
    background-image: url(../images/resume-section.jpg);
    padding: 60px 0;
    color: #fff;
}

.resume-section:before {
    background-color: rgba(0, 0, 0, 0.77);
}

.resume-section  .resume-step {
	margin-bottom: 40px;
}

.resume-section  .resume-icon {
	color: #e44235;
	font-size: 48px;
	line-height: 1;
}

.resume-section  .resume-text {
	
}

.resume-section  .resume-title {
	color: #e44235;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1;
}

.resume-section  .resume-description {
	color: #fff;
	font-weight: 300;
}

.resume-section  .img-part {
	text-align: center;
}


/*=========================================
=           Homepage : Certificate        =
=========================================*/

.certificate-section {
    padding: 85px 0;
}

.certificate-section .section-heading {
    margin-bottom: 75px;
}

.certificate-section .section-title {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.certificate-section .section-description {
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

.certificate-section>.container>.vertical-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.certificate-section .certificate-features .text-part {
   	margin-bottom: 40px;
}

.certificate-section .certificate-features-title {
    font-size: 30px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
}

.certificate-section .certificate-features-description {
    font-weight: 300;
	font-size: 14px;
	margin-left: 5px;
}

.certificate-section .certificate-features-list {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

.certificate-section .certificate-features-list li {
	text-align: left;
	margin-bottom: 20px;
}

.certificate-section .certificate-features-list i {
	color: #e44235;
}

.certificate-section .certificate_feature_number {
	margin-left: 3px;
	font-size: 10px;
	font-weight: 400;
}

.certificate-section .certificate-feature-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
}

.certificate-section .certificate-feature-description {
	font-size: 14px;
	font-weight: 300;
	color: #666;
}

.certificate-section .certificate-features-list .feature-image img {
	border: 1px solid #888;
}

.certificate-section .img-part {
    text-align: center;
}

.certificate-section a {
	text-decoration: underline;
}

.certificate-section a:hover {
	text-decoration: none;
}

/*=========================================
=            Homepage : Features          =
=========================================*/

.features-section {
    padding: 85px 0;
    background-image: url(../images/features-section.jpg);
}

.features-section .section-heading {
    margin-bottom: 0;
}

.features-section .section-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.features-section .section-description {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}

.features-section .secure-logos {
    margin-bottom: 80px;
}

.features-section .single-feature {
    margin: 55px 0;
    height: 80px;
}

.features-section .single-feature .feature-icon {

   border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.5);
	width: 90px;
	height: 90px;
	text-align: center;
}

.features-section .single-feature .feature-icon i {
    color: #E44135;
    font-size: 34px;
    line-height: 90px;
}

.features-section .single-feature:hover .feature-icon {
    background-color: #e44235;
}

.features-section .single-feature:hover .feature-icon i {
    color: #fff;
}

.features-section .single-feature .feature-icon,
.features-section .single-feature .feature-icon i,
.features-section .single-feature .feature-title {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.features-section .features-list.align-left .single-feature {
    text-align: left;
}

.features-section .features-list.align-left .single-feature .feature-icon {
    float: left;
    margin-right: 15px;
}

.features-section .features-list.align-left .single-feature .feature-text {
    margin-left: 90px;
}

.features-section .features-list.align-right .single-feature {
    text-align: right;
}

.features-section .features-list.align-right .single-feature .feature-icon {
    float: right;
    margin-left: 15px;
}

.features-section .features-list.align-right .single-feature .feature-text {
    margin-right: 90px;
}

.features-section .single-feature .feature-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.features-section .single-feature:hover .feature-title {
    color: #e44235;
}

.features-section .single-feature .feature-description {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.features-section .features-image {
    text-align: center;
}

.features-section .features-image img {

}

/*=========================================
=            Homepage : Additional        =
=========================================*/

.additional-section {
    padding: 70px 0;
    background-color: #333;
    position: relative;
}

.additional-section .overlay {
	background: url(../images/pattern.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.additional-section .section-heading {
    margin-bottom: 55px;
}

.additional-section .section-title {
    font-size: 36px;
    color: #eee;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.additional-section .section-description {
    color: #eee;
    margin: 0;
    font-weight: 300;
    padding-top: 18px;
	padding-bottom: 20px;
}

.additional-section .additional-text {
   text-align: center;
}

.additional-section .additional-icon {
   color: #e44235;
   font-size: 72px;
}

.additional-section .additional-title {
   color: #e44235;
}

.additional-section .additional-description {
   color: #eee;
   margin-bottom: 20px;
   font-weight: 300;
   padding: 0 30px;
}

.additional-section .colored-line {
   	margin: auto;
	z-index: 1;
	width: 165px;
	height: 1px;
	background-color: #e44235;
}

/*=========================================
=            Homepage : Business          =
=========================================*/

.business-section {
    padding: 100px 0;
}

.business-section .text-part .business-title {
   	font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
}

.business-section .text-part .business-description {
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
    margin-right: 50px;
}

.business-section .text-part .btn-custom {
    padding: 14px 20px;
	border: 0;
	margin-top: 20px;
	font-size: 12px;
	border-radius: 3px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 55px;
}

.business-section .text-part .btn-custom i {
    font-size: 20px;
    margin-right: 3px;
}

.business-section .img-part {
	
}

.business-section .img-part img {
}

/*=========================================
=            Homepage : Customers         =
=========================================*/

.customers-section {
    padding: 85px 0;
}

.customers-section .section-heading {
    margin-bottom: 75px;
}

.customers-section .section-title {
    font-size: 36px;
    color: #eee;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.customers-section .customers-logos {
}

.customers-section .customers-logos img {
	margin: 30px 0;
}

/*======================================
=            Homepage : Counter        =
======================================*/

.counters-section {
	padding: 85px 0;
    background-image: url(../images/counting-section.jpg);
}

.counters-section:before {
    background-color: rgba(0, 0, 0, 0.77);
}

.counters-section .single-counter {
    text-align: center;
}

.counters-section .single-counter .counter-icon i {
    color: #e44235;
    display: inline-block;
    font-size: 50px;
    margin-bottom: 2px;
}

.counters-section .single-counter .counter-text {
	margin-top: 20px;
}

.counters-section .single-counter .counter-text h3 {
    font-size: 14px;
    font-weight: 400;
    color: #f3f3f3;
    text-transform: uppercase;
}

.counters-section .single-counter .counter-text .counter-result,
.counters-section .single-counter .counter-text .counter-result-million,
.counters-section .single-counter .counter-text .counter-result-decimal {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
}

/*========================================
=            Homepage : Pricing          =
========================================*/

.pricing-section {
    padding: 85px 0 105px 0;
}

.pricing-section .section-heading {
    margin-bottom: 0;
}

.pricing-section .section-title {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.pricing-section .section-description {
    color: #666;
    font-weight: 300;
}

.pricing-section .col-offset-0-5 {
    margin-left: 4.166666665%;
}

.pricing-section .pricing-plans {
    margin-top: 65px;
}

.pricing-modern-grid {
    margin-top: 54px;
}

.pricing-audience-card {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-top: 4px solid #e44235;
    border-radius: 6px;
    box-shadow: 0 12px 32px rgba(31, 41, 55, .08);
    min-height: 620px;
    padding: 32px;
}

.pricing-card-header {
    margin-bottom: 24px;
    min-height: 150px;
}

.pricing-icon {
    align-items: center;
    background: #111827;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    margin-bottom: 18px;
    width: 46px;
}

.pricing-icon i {
    font-size: 20px;
}

.pricing-badge {
    background: #f3f4f6;
    border-radius: 999px;
    color: #111827;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.pricing-card-header h3 {
    color: #222;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px;
}

.pricing-card-header p {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.pricing-credit-list {
    border: 1px solid #eceff3;
    border-radius: 6px;
    margin-bottom: 22px;
    overflow: hidden;
}

.pricing-credit-row {
    align-items: center;
    border-bottom: 1px solid #eceff3;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 15px;
}

.pricing-credit-row:last-child {
    border-bottom: 0;
}

.pricing-credit-qty {
    color: #222;
    font-weight: 700;
}

.pricing-credit-price {
    color: #e44235;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.pricing-credit-price small {
    color: #6b7280;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 3px;
}

.pricing-benefits {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.pricing-benefits li {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 9px;
    padding-left: 24px;
    position: relative;
}

.pricing-benefits li i {
    color: #16a34a;
    left: 0;
    position: absolute;
    top: 4px;
}

.pricing-audience-card .btn-custom {
    border-radius: 4px;
    padding: 13px 22px;
}

.pricing-note {
    color: #666;
    font-size: 13px;
    line-height: 1.65;
    margin: 26px auto 0;
    max-width: 760px;
    text-align: center;
}

/* Homepage pricing alignment: keep individual and business offer grids consistent. */
.pricing-modern-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.pricing-modern-grid > [class*="col-"] {
    display: flex;
}

.pricing-audience-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card-header {
    min-height: 168px;
}

.pricing-credit-list {
    display: grid;
    grid-template-rows: repeat(3, minmax(74px, auto));
}

.pricing-credit-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
    min-height: 74px;
}

.pricing-credit-price {
    line-height: 1.28;
    white-space: nowrap;
}

.pricing-credit-price small {
    white-space: normal;
}

.pricing-audience-card .btn-custom {
    align-self: flex-start;
    margin-top: auto;
}

@media only screen and (max-width: 767px) {
    .pricing-modern-grid > [class*="col-"] {
        display: block;
    }

    .pricing-card-header {
        min-height: 0;
    }

    .pricing-credit-list {
        grid-template-rows: none;
    }

    .pricing-credit-row {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .pricing-credit-price {
        text-align: left;
        white-space: normal;
    }
}
.pricing-section .single-plan {
    text-align: center;
    background-color: #fff;
    padding: 40px 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.pricing-section .single-plan .plan-type {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e44235;
    margin-bottom: 10px;
}

.pricing-section .single-plan .plan-description {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.pricing-section .single-plan .plan-list {
    margin-bottom: 15px;
}

.pricing-section .single-plan .plan-list li {
    color: #555;
    padding: 8px;
    font-family: "Roboto", sans-serif;
}

.pricing-section .single-plan .btn-custom {
    padding: 14px 20px 21px;
	border: 0;
	margin-top: 20px;
	font-size: 12px;
	border-radius: 3px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 55px;
}

.pricing-section .single-plan .btn-custom i {
    font-size: 20px;
    margin-right: 3px;
}

.pricing-section .single-plan .colored-line {
   	margin: 20px auto;
	z-index: 1;
	width: 165px;
	height: 1px;
	background-color: #e44235;
}

/*========================================
=            Homepage : Reviews          =
========================================*/

.reviews-section {
    background-image: url(../images/reviews-section.jpg);
    padding: 80px 0;
}

.reviews-section:before {
    background-color: rgba(0, 0, 0, 0.80);
}

.reviews-section .owl-carousel {
    padding-top: 10px;
}

.reviews-section .single-review {
    text-align: center;
    border: 0;
    margin: 0;
}

.reviews-section .single-review .review-username {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.reviews-section .single-review .stars {
    color: #f5d142;
}

.reviews-section .single-review .review-text {
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}

.reviews-section .swipe-buttons span {
    position: absolute;
    top: 50%;
    z-index: 9;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.reviews-section .swipe-buttons span i {
    font-size: 24px;
    color: #fff;
}

.reviews-section .swipe-buttons #reviews-owl-prev {
    left: 0;
}

.reviews-section .swipe-buttons #reviews-owl-next {
    right: 0;
}

.reviews-section .swipe-buttons #reviews-owl-prev:hover,
.reviews-section .swipe-buttons #reviews-owl-next:hover {
    opacity: 0.50;
}

/*=====================================
=            Homepage : Author        =
=====================================*/

.team-section {
    padding: 100px 0;
}

.team-section>.container>.vertical-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.team-section .social-badge {
    text-align: center;
}

.team-section .text-part {
	margin-left: 50px;	
}

.team-section .text-part .team-title {
   	font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
}

.team-section .text-part .team-description {
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

/*======================================
=            Homepage : FAQ            =
======================================*/

.faq-section {
    padding: 85px 0;
}

.faq-section .section-heading {
    
}

.faq-section .section-title {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.faq-section .section-description {
    color: #666;
    font-weight: 300;
}

.faq-modern-intro {
    margin: -5px 0 38px;
}

.faq-modern-grid {
    margin-top: 14px;
}

.faq-category-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(31, 41, 55, .07);
    margin-bottom: 30px;
    padding: 34px;
}

.faq-category-heading {
    align-items: flex-start;
    border-bottom: 1px solid #eceff3;
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
    padding-bottom: 18px;
}

.faq-category-heading i {
    align-items: center;
    background: #111827;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.faq-category-heading h3 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.faq-modern-accordion {
    margin-bottom: 0;
}

.faq-section .text-part .faq-modern-accordion .panel,
.faq-modern-accordion .panel {
    border: 0;
    border-bottom: 1px solid #eceff3;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.faq-modern-accordion .panel:last-child {
    border-bottom: 0;
}

.faq-modern-accordion .panel-heading {
    background: transparent;
    border: 0;
    padding: 0;
}

.faq-modern-accordion .panel-title a {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    padding: 18px 40px 18px 0;
    position: relative;
    text-align: left;
}

.faq-modern-accordion .panel-title a:after {
    color: #e44235;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 4px;
    top: 15px;
}

.faq-modern-accordion .panel-title a[aria-expanded="true"]:after {
    content: "\f106";
}

.faq-modern-accordion .panel-collapse .panel-body {
    border-top: 0 !important;
    color: rgba(51, 51, 51, .82);
    font-size: 14px;
    line-height: 1.75;
    padding: 2px 0 22px;
    text-align: left;
}

.faq-detailed-row {
    margin-top: 0;
}

.faq-detailed-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(31, 41, 55, .07);
    padding: 34px;
}

.faq-detailed-heading {
    border-bottom: 1px solid #eceff3;
    margin-bottom: 8px;
    padding-bottom: 20px;
    text-align: left;
}

.faq-detailed-heading h3 {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
}

.faq-detailed-heading p {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.faq-detailed-accordion .panel-title a {
    padding-left: 18px;
}

.faq-detailed-accordion .panel-collapse .panel-body {
    padding: 6px 52px 26px 18px;
}

.faq-section .text-part .panel {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.faq-section .text-part .panel>.panel-heading a {
    position: relative;
    font-weight: 700;
    padding: 12px 45px 12px 20px;
}

.faq-section .text-part .panel>.panel-heading a:focus {
    color: #444;
}

.faq-section .text-part .panel .panel-collapse .panel-body {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.80);
    padding: 5px 20px 25px 20px;
}

.faq-section .img-part {
    text-align: center;
}

.faq-section .img-part img {
   
}

.faq-section .panel-body a {
	color: #555;
	text-decoration: underline;
}

.faq-section .panel-body a:hover {
	text-decoration: none;
}

/*==========================================
=            Homepage : Download           =
==========================================*/

.download-section {
    background-image: url(../images/download-section.jpg);
    padding: 65px 0;
}

.download-section .section-heading {
    margin-bottom: 0;
}

.download-section .section-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.download-section .table.app-info {
	width: 80%;
	margin: 0 auto;
	color: #f1f1f1;
}

.download-section .table.app-info td.first {
	border-top: none;
	text-align: center;
	padding-bottom: 20px;
}

.download-section .table.app-info img {
	width: 220px;
}

/*========================================
=            Homepage : Support          =
========================================*/

.support-section {
    padding: 85px 0;

}

.support-section .section-heading {

}

.support-section .section-title {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.support-section .section-description {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

.support-section .contact-part {
	text-align: center;
}

.support-section .contact-part .input-box {
	margin-top: 20px;
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.support-section .contact-part .textarea-box {
	margin-top: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px;
	
}

.support-section .form-control:focus {
	border-color: #e44235;
}

.support-section .contact-part .btn-custom {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 4px;
	color: #ffffff;
	border: none;
	padding: 20px 35px;
	margin-top: 20px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.support-section .contact-part .btn-custom i {
    margin-right: 5px;
}

.support-section .contact-part input.error,
.support-section .contact-part textarea.error {
	border: 1px solid red;
}

.support-section .contact-part label.error {
	color: red;
	font-size: 12px;
	font-weight: 600;
	margin-left: 5px;
}

.support-section .contact-part .submit-msg {
	display: none;
	margin-top: 20px;	
	padding: 10px;
	font-size: 14px;
}

.support-section .contact-part .submit-msg.text-success {
	background-color: #eff6e9;
	border: 1px solid #e4f4d8;
}

.support-section .contact-part .submit-msg.text-danger {
	background-color: #f2ccca;
	border: 1px solid #f7c2c0;
}

.contact-page-section {
    padding: 95px 0 105px;
}

.contact-page-section .section-heading {
    margin-bottom: 35px;
}

.contact-home-cta {
    margin-top: 12px;
}

.contact-intro-card {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
    width: calc(100% - 30px);
    padding: 16px 18px;
    margin: 0 15px 26px;
    border: 1px solid rgba(228, 66, 53, .25);
    border-radius: 4px;
    background: #fff8f7;
    color: #555;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .04);
}

.contact-intro-card i {
    color: #e44235;
    font-size: 20px;
    margin-top: 2px;
}

.contact-intro-card small {
    display: inline-block;
    margin-top: 6px;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}

.contact-page-section .contact-part {
    text-align: center;
}

.contact-page-section .contact-part form {
    overflow: hidden;
}

.contact-page-section .contact-part .input-box {
    margin-top: 20px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page-section .contact-part .textarea-box {
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
}

.contact-page-section .form-control:focus {
    border-color: #e44235;
}

.contact-page-section .contact-part .btn-custom {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    padding: 20px 35px;
    margin-top: 20px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.contact-page-section .contact-part .btn-custom i {
    margin-right: 5px;
}

.contact-page-section .contact-part input.error,
.contact-page-section .contact-part textarea.error {
    border: 1px solid red;
}

.contact-page-section .contact-part label.error {
    color: red;
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
}

.contact-page-section .contact-part .submit-msg {
    display: none;
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
}

.contact-page-section .contact-part .submit-msg.text-success {
    background-color: #eff6e9;
    border: 1px solid #e4f4d8;
}

.contact-page-section .contact-part .submit-msg.text-danger {
    background-color: #f2ccca;
    border: 1px solid #f7c2c0;
}

.contact-hp {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-turnstile {
    margin: 10px 0 24px;
    display: flex;
    justify-content: center;
}

.contact-privacy-note {
    margin-top: 22px;
    color: #777;
    font-size: 13px;
    text-align: center;
}

/*=======================================
=            Pages       				  =
=======================================*/
.page-wrapper {
	padding: 80px 0 50px;
}

.page-wrapper .page-content {
	margin: 30px 0;
	min-height: 600px;
}

.page-wrapper .page-content h1 {
	font-size: 36px;
    color: #444;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: none;
}

.page-wrapper .page-content h2 {
	margin-top: 40px;
}

.page-wrapper .page-content h3 {
	
}

.page-wrapper .page-content h4 {
	
}

.page-wrapper .page-content p {
	font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

/*=======================================
=            Search Page				  =
=======================================*/

.search-wrapper {
	padding: 96px 0 92px;
	text-align: left;
	min-height: calc(100vh - 250px);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background:
		linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 1)),
		radial-gradient(circle at top left, rgba(0, 86, 179, 0.08), transparent 34%);
}

.search-wrapper > .container {
	width: 100%;
}

.cp-search-panel {
	background: #fff;
	border: 1px solid #dfe5ec;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(20, 30, 45, 0.08);
	padding: 34px;
	max-width: 920px;
	margin: 0 auto;
}

.cp-search-heading {
	max-width: 760px;
	margin-bottom: 26px;
}

.search-wrapper .cp-search-title-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 13px;
	border-radius: 999px;
	background: #eef6ff;
	color: #0b5f9c;
	border: 1px solid #c7def3;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 700;
	margin: 0 0 16px;
	box-shadow: 0 8px 20px rgba(11, 111, 174, 0.08);
	letter-spacing: 0;
	text-transform: none;
	width: auto;
	max-width: 100%;
}

.search-wrapper .cp-search-title-badge i {
	color: #e44235;
	font-size: 16px;
}

.search-wrapper h1:not(.cp-search-title-badge) {
	margin: 0 0 12px;
	font-size: 34px;
	line-height: 1.18;
	color: #1f2933;
	font-weight: 800;
	letter-spacing: 0;
}

.cp-search-heading p {
	margin: 0;
	color: #657283;
	font-size: 16px;
	line-height: 1.55;
}

.cp-search-alert {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid #f1c37d;
	background: #fff7e8;
	color: #8a4b00;
	border-radius: 6px;
	margin-bottom: 18px;
	font-weight: 700;
}

.cp-search-form {
	display: grid;
	gap: 18px;
}

.cp-search-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 18px;
}

.cp-search-field {
	display: grid;
	gap: 8px;
	margin: 0;
	color: #1f2933;
	font-weight: 700;
}

.cp-search-field > span {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.cp-search-field > span i {
	color: #0b6fae;
	width: 18px;
	text-align: center;
}

.search-wrapper .cp-search-form .input-text {
	height: 52px;
	line-height: 24px;
	width: 100%;
	padding: 9px 13px;
	border: 1px solid #cfd8e3;
	border-radius: 6px;
	color: #1f2933;
	font-size: 16px;
	font-family: "Roboto", Arial, sans-serif;
	letter-spacing: 0;
	font-weight: 500;
	background: #fff;
	text-transform: uppercase;
	box-shadow: inset 0 1px 2px rgba(20, 30, 45, 0.04);
	transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.search-wrapper .cp-search-form .input-text:focus {
	outline: 0;
	border-color: #0b6fae;
	box-shadow: 0 0 0 3px rgba(11, 111, 174, 0.12);
}

.cp-search-field small {
	color: #657283;
	font-weight: 500;
	line-height: 1.35;
}

.cp-search-turnstile {
	min-height: 65px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cp-search-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 2px;
}

.search-wrapper .cp-search-form .btn-custom {
	height: 48px;
	line-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 20px;
	font-size: 15px;
	border-radius: 6px;
	margin-left: 0;
	font-weight: 800;
	vertical-align: top;
	text-transform: none;
}

.search-wrapper .cp-search-form input.error {
	border-color: #d9822b;
	background: #fffaf3;
	box-shadow: 0 0 0 3px rgba(217, 130, 43, 0.12);
}

.search-wrapper .cp-search-form div.error {
	color: #9a4b00;
	font-weight: 700;
	margin-top: 3px;
	text-align: left;
	padding-right: 0;
	font-size: 13px;
}

.cp-search-footnote {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #344054;
	background: #f6f9fc;
	border: 1px solid #e4ebf2;
	border-radius: 6px;
	padding: 10px 12px;
	margin-top: 18px;
	line-height: 1.45;
}

.cp-search-footnote + .cp-search-footnote {
	margin-top: 10px;
}

.cp-search-footnote i {
	color: #0b6fae;
	margin-top: 2px;
}

.cp-search-footnote.muted {
	color: #657283;
	background: #fff;
}

.cp-search-hp {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.search-wrapper .search-result {
	margin-bottom: 40px;
}

.search-wrapper .search-result table {
	background-color: #eee;
	font-size: 14px;
	border-radius: 6px;
}

.search-wrapper .search-result table td {
	text-align: left;
	border: 1px solid #d2d2d2;
}

.search-wrapper .search-result table td a {
	color: #337ab7;
}

.search-wrapper .search-result table td a:hover {
	color: #23527c;
}

.search-wrapper .search-result .certifiedpic {
	border: 3px solid #c8c8c8;
	padding: 5px;
}

.search-wrapper .search-result .report {
	font-size: 12px;
	text-decoration: underline;
}

.search-wrapper .search-result .report:hover {
	text-decoration: none;
}

.search-wrapper .search-result .error {
	color: #b42318;
	font-weight: 700;
}

/*=======================================
=             Footer                    =
=======================================*/

.footer-section {
    background-color: #222;
    padding: 60px 0 50px 0;
}

.footer-section .main-footer {
    margin-bottom: 20px;
}

.footer-section .single-list {
    margin-bottom: 35px;
}

.footer-section .single-list h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #dadada;
    margin-bottom: 10px;
}

.footer-section .single-list li {
    margin-bottom: 5px;
}

.footer-section .single-list li a {
    font-size: 14px;
    color: #888;
}

.footer-section .single-list li a:hover,
.footer-section .single-list li a:focus {
    color: #f3f3f3;
}

.footer-section .company {
    position: relative;
    bottom: 15px;
}

.footer-section .company img {
    width: 200px;
} 

.footer-section .company .company-description {
    font-size: 14px;
    color: #eee;
    margin-bottom: 0;
    margin-left: 5px;
}

.footer-section .company .company-contact {
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #dadada;
    font-weight: 500;
    margin-top: 15px;
    margin-left: 5px;
    
}

.footer-section .second-footer {
    border-top: 1px solid #464545;
    padding-top: 20px;
}

.footer-section .second-footer p {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin: 0;
}

.footer-section .second-footer a {
    color: #e44235;
}

.footer-section .second-footer a:hover {
    text-decoration: underline;
}
