* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    /*margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;*/
}

body {
    background-color: #fcf8f2;
    /*margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;*/
}

img {
    display: block;
    vertical-align: middle;
}

a {
    outline: 0;
    color: #ec691f;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

.form-control:focus,
.form-control:active {
    border-color: #ec691f;
    box-shadow: 0 0 0 0rem rgba(236, 105, 31, .25);
}

h1 {
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    text-transform: uppercase;
    font-size: 2rem !important;
}

.nav-link {
    font-size: 0.9rem;
    padding: 0.4rem 1rem !important;
    text-transform: uppercase;
}

.fixed-top-transparent {
    background: transparent;
    /*#f8fafc;*/
    margin-left: auto !important;
    margin-right: auto !important;
    border: 0px solid #eeeeee;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);*/
}

.fixed-top {
    background: rgba(255, 255, 255, 1);
    /*#f8fafc;*/
    margin-left: auto !important;
    margin-right: auto !important;
    border: 0px solid #eeeeee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

[class*="dropdown-menu-tip-"]::after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: none;
    border-left: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}


/* Triangle : Top Center */

.dropdown-menu-tip-n::after {
    top: calc(-.47rem - 1px);
    left: calc(50% - .25rem);
    transform: rotate(-45deg);
}


/* Triangle : Top Right */

.dropdown-menu-tip-ne::after {
    top: calc(-.25rem - 1px);
    right: 1rem;
    transform: rotate(-45deg);
}


/* Triangle : Top Left */

.dropdown-menu-tip-nw::after {
    top: calc(-.25rem - 1px);
    left: 1rem;
    transform: rotate(-45deg);
}


/* Triangle : Bottom Center */

.dropdown-menu-tip-s::after {
    left: calc(50% - .25rem);
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}


/* Triangle : Bottom Right */

.dropdown-menu-tip-se::after {
    right: 1rem;
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}


/* Triangle : Bottom Left */

.dropdown-menu-tip-sw::after {
    left: 1rem;
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}

.dropdown-item:active {
    background: #FFFFFF;
    color: #000000;
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}

ul {
    padding-left: 15px;
}

footer {
    width: 100%;
    background: #fcf8f2;
    padding: 20px;
    position: absolute;
    bottom: -50;
    border-top: 1px solid #eeeeee;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.04);
    /*box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);*/
}

.copyright {
    font-size: 12px;
}

.copyright a {
    color: #ec691f;
}

.copyright img {
    width: 60%;
    height: auto;
}

.featureBox {
    padding: 10px 5px;
    border: 1px solid #eeeeee;
    text-align: center;
}

.featureBox:hover {
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.04);
    color: #ec691f;
}

.featureBox img {
    width: 60px;
    height: 60px;
    padding: 10px;
}

.section {
    /*padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-height: 100vh;
    display: block;
    position: relative;*/
    background-color: #fcf8f2 !important;
}

.section h1 {
    padding-bottom: 15px;
}

section#about {
    margin-top: 100px;
}

#accordion .card {
    margin-bottom: 1rem;
    border-radius: 0px !important;
}

#accordion .card-header {
    padding: 0.25rem 0.25rem;
    background-color: #f8fafc !important;
    border-radius: 0px !important;
}

.btn-primary {
    background: #ec691f !important;
    border: 1px solid #ec691f !important;
    color: #FFFFFF !important;
}

.card-login {
    border: 0px solid #eeeeee !important;
    background: #eeeeee !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.14);
}

.card-login .card-header {
    background: #f8fafc !important
}


/* -------------------------------------------------------------------
 * ## Scroll To Top
 * ------------------------------------------------------------------- */

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 99;
}

.scroll {
    position: absolute;
    right: 5px;
    bottom: 10px;
    background: #ec691f;
    color: #FFFFFF;
    padding: 10px 15px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover {
    background: rgba(157, 158, 158, 1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.bg-primary {
    background-color: #ec691f !important;
}

.bg-black {
    background: #000000;
}

.black {
    color: black;
}

.carousel {
    margin-top: 0px;
}

.carousel-inner {
    background-color: #ffffff;
    border-radius: 1000px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15)
}

.carousel-caption {
    top: 30px;
}

.carousel-caption p {
    color: #000000;
}

.carousel-caption h3 {
    color: #000000;
}

.carousel-caption img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.04);
}

.carousel-control-next,
.carousel-control-prev {
    color: black !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators li {
    background-color: #9d9e9e;
}

.carousel-indicators .active {
    background-color: #ec691f;
}

.nav-link-highlight {
    background-color: #ec691f;
    border-radius: 30px;
}

.nav-link-highlight a {
    color: #ffffff !important;
}

.card-portlet {
    background: #ffffff;
    border: 0px !important;
    -moz-box-shadow: 0px 1px 11px 0 rgba(144, 142, 142, 0.25);
    -webkit-box-shadow: 0px 1px 11px 0 rgba(144, 142, 142, 0.25);
    box-shadow: 0px 1px 11px 0 rgba(144, 142, 142, 0.25);
    border-radius: 10px !important;
}

.card-portlet .card-header {
    background: #ffffff !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.card-portlet .card-footer {
    background: #ffffff !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.btn-primary {
    background-color: #ec691f !important;
    border: 1px solid #ec691f !important;
    border-radius: 30px;
}

.btn-link {
    color: #ec691f;
}

.btn-link:hover {
    color: #ec691f;
}

.text-justify {
    text-align: justify;
}

.recent-posts {
    border-bottom: 1px dashed #aaa;
    padding-top: 1rem;
}

.recent-posts:last-child {
    border-bottom: none;
}


/* -------------------------------------------------------------------
 * ## Post List
 * ------------------------------------------------------------------- */

.post-list {
    padding-top: 20px;
}

.post-list:nth-child(1),
.post-list:nth-child(2) {
    margin-top: 0px;
}

.post-list .entry-image {
    float: left;
    margin: 0 15px 0 0;
    text-align: center;
    display: block;
    position: relative;
}

.post-list .entry-image a,
.post-list .entry-image img {
    width: 160px;
    height: auto;
}

.post-list .entry-content {
    position: relative;
    overflow: hidden;
}

.post-list .entry-content .entry-title {
    /*min-height: 35px;*/
}

.post-list .entry-content .entry-title a {
    text-decoration: none;
    color: #202124;
}

.post-list .entry-meta {
    margin: 5px -10px 0 -25px;
    list-style: none;
    color: #888;
}

.post-list .entry-meta li {
    display: block;
    font-size: 12px;
    margin-right: 10px;
    padding-left: 10px;
}

.post-list .entry-meta li a {
    text-decoration: none;
    color: #888;
}

@media (min-width: 360px) and (max-width: 600px) {
    .post-list,
    .post-list:nth-child(2) {
        margin-top: 20px;
    }
    .post-list:nth-child(1) {
        margin-top: 0px;
    }
}

@media (min-width: 360px) {
    h1 {
        font-size: 1.5rem !important;
    }
    h4 {
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 2rem !important;
    }
    h4 {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 2rem !important;
    }
    h4 {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2rem !important;
    }
    h4 {
        font-size: 1.2rem !important;
    }
}

.card-header .card-price {
    font-size: 2rem;
}

.featureList {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: 1px solid #eee;
    padding: 0px;
    margin-top: 10px;
    background: #f3f3f3;
}

.featureList .featureImage {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20%;
    background: #eee;
    padding: 0px;
    justify-self: center;
}

.featureList .featureContent {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 80%;
    align-self: center;
    padding: 10px;
}

.featureList img {
    width: 100%;
    height: auto;
}

.featureList p {
    margin-bottom: 0px;
}

.featureList:hover {
    -webkit-box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.04);
    color: #ec691f;
}

.blockquote {
    line-height: 1.4;
    letter-spacing: -0.025em;
    color: #444444;
    quotes: '\00AB' '\00BB' '\201E' '\201C';
}

.blockquote-bubble {
    padding: 0;
    display: inline-block;
}

.blockquote-bubble .blockquote-content {
    border-radius: 0.5rem;
    background-color: #ec691f;
    color: #FFFFFF;
    padding: 2em;
    margin: 0 0 1rem 0;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.blockquote-bubble .blockquote-content::before {
    color: rgba(0, 0, 0, 0.15);
    font-size: 3em;
    left: 0.25em;
    top: 0.25em;
}

.blockquote p::before {
    content: '“';
    position: absolute;
    font-size: 3em;
    color: #ea4c89;
    font-weight: 600;
    left: -0.5em;
    top: -0.25em;
    line-height: 1;
}

.blockquote-bubble .blockquote-content::after {
    content: '';
    background-color: #ec691f;
    -webkit-mask: url('../img/testimonial_mask.svg') center top/contain no-repeat;
    mask: url('../img/testimonial_mask.svg') center top/contain no-repeat;
    position: absolute;
    width: 4rem;
    height: 1rem;
    bottom: -1rem;
    left: 2rem;
}

.blockquote p {
    line-height: 1.4;
}

.blockquote-bubble .blockquote-cite {
    padding: 0.5rem 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.blockquote cite {
    font-style: normal;
    letter-spacing: 0;
}

blockquote-bubble .blockquote-cite>* {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

.blockquote cite img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: -10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #fff;
}

.blockquote cite h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.blockquote cite h6 {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 0px;
}

.faq {
    margin-top: 25px;
    border-bottom: 1px dashed #9d9e9e;
}

.faq a {
    color: #585858;
    text-decoration: none;
}

.faq a:hover {
    color: #585858;
    text-decoration: none;
}

.faq i {
    color: #ec691f;
}

.pricing-table {
    background-color: #eee;
    font-family: 'Montserrat', sans-serif;
}

.pricing-table .heading {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

.pricing-table .item {
    background-color: #fcf8f2;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    border: 1px solid #ec691f;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.pricing-table .col-md-5:not(:last-child) .item {
    margin-bottom: 30px;
}

.pricing-table .item button {
    font-weight: 600;
}

.pricing-table .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #ec691f;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}

.pricing-table .item p {
    text-align: center;
    margin-top: 20px;
    opacity: 0.7;
}

.pricing-table .features .feature {
    font-weight: 600;
}

.pricing-table .features h4 {
    text-align: center;
    font-size: 1rem !important;
    padding: 5px;
}

.pricing-table .price h4 {
    margin: 15px 0;
    font-size: 45px;
    text-align: center;
    color: #ec691f;
}

.pricing-table .buy-now button {
    text-align: center;
    margin: auto;
    font-weight: 600;
    padding: 9px 0;
}

.btn-outline-primary {
    border: 1px solid #ec691f;
    color: #ec691f;
    border-radius: 30px;
}

.btn-outline-primary:hover {
    border: 1px solid #ec691f;
    background-color: #ec691f;
    color: #ffffff;
    border-radius: 30px;
}

.btn-outline-primary:active {
    border: 1px solid #ec691f;
    background-color: #ec691f !important;
    color: #ffffff;
    border-radius: 30px;
}

.fp-enabled .modal {
    position: fixed !important;
}

.pricing-section {
    background-image: url('../img/plans-bg-left.svg'), url('../img/plans-bg-right.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 100%, 100% 100%;
}

.bg {
    background-image: url('../img/vectors-2-1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.requestDemo input {
    border: 0px;
    background: #fcf8f2;
}

.requestDemo select {
    border: 0px;
    background: #fcf8f2;
}

.modal-content {
    background-color: #fcf8f2;
}

.card-post {
    background: #ffffff;
    border: 0px !important;
    -moz-box-shadow: 0px 1px 11px 0 rgba(144, 142, 142, 0.25);
    -webkit-box-shadow: 0px 1px 11px 0 rgba(144, 142, 142, 0.25);
    box-shadow: 0px 1px 11px 0 rgba(144, 142, 142, 0.25);
    border-radius: 10px !important;
}

.card-post .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-post .card-header {
    background: #ffffff !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.card-post .card-body {
    min-height: 90px;
}

.card-post .card-body a {
    color: #ec691f;
    text-decoration: none;
}

.card-post .card-body a:hover {
    color: #ec691f;
}

.card-post .card-footer {
    background: #ffffff !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.card-post:has(a) {
    text-decoration: none;
    color: #fff;
}