@import url(hubspot.css);
:root {
    --primary-color: #723618;
    --secondary-color: #f06400;
    --light-brown: #FFF4E4;
    --primary-color-rgb: 255, 94, 20;
}

html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

body {
    font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #6c757d;
    line-height: 1.6666;
    font-weight: 400;
}

#page {
    overflow: hidden;
}

.rel,
section,
.container {
    position: relative !important;
    z-index: 3;
}

.block-shadow {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
}

.r-04 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.r-06 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.r-08 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.r-12 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.bg--fixed {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg--fixed {
    background-attachment: scroll !important;
}

.bg--white-100 {
    background-color: #fff;
}

.gr--whitesmoke {
    background-image: linear-gradient(180deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
}

.shape--02:after {
    position: absolute;
    content: '';
    z-index: -1;
}

.shape--02:after {
    width: 86%;
    height: 80%;
    top: 13%;
    left: 7%;
}

.shape--whitesmoke:after {
    background-color: rgba(123, 104, 238, .05);
}

.shape--white-500:after {
    background-color: #f2f4f8;
}
hr.divider {
    width: 100%;
    height: 1px;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #bbb 38%, #bbb 64%, rgba(206, 211, 246, 0) 99%);
    opacity: .4;
    border: none;
    margin: 0;
}
h2,
h4,
h5,
h6 {
    color: #353f4f;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
}


.font--jakarta h2,
.font--jakarta h4,
.font--jakarta h5,
.font--jakarta h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.35;
}


.font--jakarta h2 {
    line-height: 1.25;
}

p.p-sm {
    font-size: 0.9375rem;
}

p {
    font-size: 1rem;
}
p.p-lg {
    font-size: 1.125rem;
}

p.p-xl {
    font-size: 1.2rem;
}

.s-13{
    font-size: 0.8rem;
}
.s-15 {
    font-size: 0.9375rem;
}

.s-17 {
    font-size: 1.0625rem;
}

.s-18 {
    font-size: 1.125rem;
}

.s-19 {
    font-size: 1.1875rem;
}

.s-21 {
    font-size: 1.3125rem;
}

.s-22 {
    font-size: 1.375rem;
}

.s-24 {
    font-size: 1.5rem;
}

.s-26 {
    font-size: 1.625rem;
}

.s-30 {
    font-size: 1.875rem;
}

.s-32 {
    font-size: 2rem;
}
.s-46 {
    font-size: 2.875rem;
}
.s-50 {
    font-size: 3.125rem;
}
.s-52 {
    font-size: 3.25rem;
}

.s-60 {
    font-size: 3.75rem;
}
.s-64 {
    font-size: 4rem;
}
.s-70 {
    font-size: 4.375rem;
}
.w-600 {
    font-weight: 600;
}

.w-700 {
    font-weight: 700;
}

a {
    color: #6c757d;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

a:hover {
    color: #353f4f !important;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.simple-list {
    list-style: disc;
    margin-left: 15px;
}

.btn {
    background-color: transparent;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.8rem;
    border: 2px solid transparent;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.btn.ico-20 [class*="flaticon-"]:before,
.btn.ico-20 [class*="flaticon-"]:after {
    position: relative;
    font-size: 1rem;
    line-height: 0.7rem !important;
    top: 4px;
}
.hover--tra-white:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

.white-scroll .scroll .hover--tra-white:hover {
    color: #353f4f !important;
    background-color: transparent !important;
    border-color: #353f4f !important;
}

.hover--tra-black:hover {
    color: #353f4f !important;
    background-color: transparent !important;
    border-color: #353f4f !important;
}

.btn--secondary {
    color: #fff !important;
    border-color: var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
}

.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ico-15 [class*="flaticon-"]:before,
.ico-15 [class*="flaticon-"]:after {
    font-size: 0.9375rem;
}

.ico-20 [class*="flaticon-"]:before,
.ico-20 [class*="flaticon-"]:after {
    font-size: 1.25rem;
}

.ico-50 [class*="flaticon-"]:before,
.ico-50 [class*="flaticon-"]:after {
    font-size: 3.125rem;
}

.ico-65 [class*="flaticon-"]:before,
.ico-65 [class*="flaticon-"]:after {
    font-size: 4.0625rem;
}

.shape-ico {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 5em;
    height: 5em;
}

.shape-ico span {
    position: relative;
    z-index: 2;
}

.shape-ico::before {
    position: absolute;
    z-index: 1;
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' fill='%23FFF4E4' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z' transform='translate(100 100)' /%3E%3C/svg%3E");
    top: -2em;
    left: -2em;
    width: 7.5em;
    height: 7.5em;
}

.ico-50 .shape-ico svg {
    width: 130px;
    height: 130px;
    top: -35px;
    left: calc(50% - 60px);
}

.fbox-11 .ico-50 .shape-ico svg {
    top: -40px;
    left: calc(50% - 70px);
}

.ico-65 img {
    width: 65px;
    height: 65px;
}

.ico-50 img {
    width: 50px;
    height: 50px;
}

.ico-20 img {
    width: 20px;
    height: 20px;
}

.section-id {
    display: block;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.font--jakarta .section-id {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    margin-bottom: 0;
}

.section-title h2.w-700 {
    letter-spacing: -0.5px;
}


.section-title p.p-lg,
.section-title p.p-xl,
.section-title p.s-21 {
    margin-top: 18px;
    margin-bottom: 0;
}


.section-title p.p-lg {
    padding: 0 3%;
}

.color--black,
.color--black h2,
.color--black h4,
.color--black h5,
.color--black h6,
.color--black p,
.color--black a,
.color--black li,
.color--black i,
.color--black span {
    color: #373F4E;
}

.color--grey,
.color--grey h2,
.color--grey h4,
.color--grey h5,
.color--grey h6,
.color--grey p,
.color--grey a,
.color--grey li,
.color--grey i,
.color--grey span {
    color: #757575;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#header {
    width: 100%;
    display: block;
    padding-top: 0px;
}

.header-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.desktoplogo img {
    width: auto;
    max-width: inherit;
    max-height: 5rem;
    padding:7px
}
.desktoplogo.scrolled img {
    max-height: 64px;
}

.wsmainfull {
    width: 100%;
    height: auto;
    z-index: 1031;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.tra-menu .wsmainfull {
    padding: 20px 0;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wsmenu>.wsmenu-list>li>a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: block;
    font-size: 1rem;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 7px;
    padding: 15px 15px 0 15px;
}

.navbar-light .wsmenu>.wsmenu-list>li>a.h-link {
    color: #373F4E;
    font-size:16px;
}

.wsmenu>.wsmenu-list>li>a.h-link.last-link {
    padding: 10px 0px;
    margin: 0;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 35px;
    width: 0;
}

.wsmenu>.wsmenu-list>li.reg-fst-link>a {
    margin-left: 30px;
}

span.sm-info {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 0.65rem;
    line-height: 19px;
    font-weight: 700;
    margin-left: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.wsmenu>.wsmenu-list>li a.btn {
    font-size: 1rem;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 14px;
    padding: 4px 28px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
    width: auto;
    min-width: 200px;
    top: 62px;
    padding: 12px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    background-color: rgba(244, 244, 249, 0);
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #353f4f;
    font-size: 1rem;
    font-weight: 600;
    padding: 11px 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    background-color: rgba(244, 244, 249, 1);
    padding: 11px 14px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
    top: 62px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
    border-bottom: none;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: rgba(244, 244, 249, 0);
    color: #353f4f;
    font-size: 1rem;
    font-weight: 600;
    padding: 11px 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 ul.link-list>li>a:hover {
    background-color: rgba(244, 244, 249, 1);
    padding: 11px 14px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
    padding: 12px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.w-75 {
    width: 76% !important;
    left: 23%;
    padding: 20px 10px;
}

.wsmegamenu.w-75 .col-lg-3 {
    padding: 0 6px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
    color: #929394;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 10px 0 15px 13px;
}

.navbar-light .wsmenu-list>li>a.h-link:hover {
    color: #723517 !important;
}
.wsmenu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nl-simple {
    position: relative;
}

.h-link {
    position: relative;
    display: inline-block;
    color: inherit;
    padding: 0.5rem 1rem;
}

.h-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    margin-left:15px ;
    height: 4px;
    border-radius: 5px;
    background-color: #723517;
    transition: width 0.3s ease;
}

.h-link:hover::after {
    width: 30%; 
}

.navbar-light .wsmenu-list > li > a.h-link:hover {
    color: #723517 !important;
}

.tra-menu.white-scroll .wsmainfull.scroll {
    padding: 0;
    background-color: rgba(255, 255, 255, .7) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}


.tra-menu.navbar-light.white-scroll .scroll .wsmenu>.wsmenu-list>li>a.h-link {
    color: #353f4f;
}

.logo-white,
.logo-black {
    display: block;
}

.navbar-light .logo-black,
.tra-menu.navbar-light .scroll .logo-white {
    display: none;
}

.tra-menu.navbar-light .scroll .logo-black {
    display: block;
}

.hero-section,
.hero-section .container {
    position: relative;
    z-index: 3;
}

#hd-1-1,
#hd-1-2 {
    display: inline-block;
    float: left;
    padding-right: 20px;
}

#hd-1-1 {
    width: 45%;
}

#hd-1-2 {
    width: 55%;
}

.hero-digits-block {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: stretch !important;
    justify-content: flex-start;
}

.hero-digits .block-txt {
    overflow: hidden;
    flex: 1;
    max-width: 100%;
    padding-left: 12px;
}

.hero-digits h2.statistic-number {
    line-height: 1;
    margin-bottom: 0;
    font-weight:600;
}

.hero-digits h2.statistic-number span {
    font-size: 1.85rem;
}

.hero-digits .block-txt p.p-sm {
    line-height: 1.35;
    margin-top: 5px;
    margin-bottom: 0;
}

.hero-section h2 {
    margin-bottom: 28px;
    width:90%;
}


.hero-section h2.s-50 {
    margin-bottom: 40px;
}

.hero-section p.p-sm {
    padding: 0 !important;
}

.hero-section p.p-lg,
.hero-section p.p-xl {
    margin-bottom: 32px;
}


.hero-section p.s-22,
.hero-section p.s-24 {
    margin-bottom: 36px;
}

.hero-section p.p-lg span,
.hero-section p.p-xl span {
    font-weight: 600;
    letter-spacing: -0.35px;
}

#hero-1 {
    padding-top: 130px;
    padding-bottom: 100px;
}

#hero-3 {
    position: relative;
    padding-top: 160px;
background: linear-gradient(45deg, #FFFEFD, #FFF7DD);
}

#hero-3:after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    height: 5%;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.hero-3-txt {
    margin-top: -70px;
}

.hero-3-txt p.p-lg {
    padding-right: 2%;
}

.hero-3-img {
    position: relative;
    text-align: left;
    /* margin:0 -20vw 0 0; */
    max-width:1280px;
}
.rows-3 .fb-1 {
    margin-bottom: 40px;
}
.fbox-ico {
    margin-bottom: 20px;
}

.fbox-11 {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: stretch !important;
    justify-content: flex-start;
}

.fbox-ico-wrap {
    position: relative;
    margin-right: 25px;
}

.fbox-11 .fbox-ico {
    margin-top: 4px;
}

.fbox-11 .fbox-txt {
    overflow: hidden;
    flex: 1;
    max-width: 100%;
}

.fbox-wrapper .row-cols-md-3 h6 {
    margin-bottom: 15px;
}


.fbox-wrapper .row-cols-md-2 h6 {
    margin-bottom: 10px;
}

.fbox-wrapper p {
    margin-bottom: 0;
}

.fbox-12-wrapper {
    padding-left: 45px;
}

.fbox-12 {
    padding: 32px 35px;
}

.fbox-12 h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.fbox-12 p {
    margin-bottom: 0;
    color:#6c757d;
}
.txt-block h2 {
    margin-bottom: 26px;
}

.txt-block h5 {
    margin-bottom: 20px;
}

.txt-block .btn {
    margin-top: 25px;
}

.quote p {
    color: #666;
    border-left: 3px solid #0195ff;
    font-style: italic;
    padding-left: 20px;
    margin-bottom: 12px;
}

.img-block {
    text-align: center;
}

.ct-02 .img-block {
    margin-right: 30px;
}

h2.statistic-number {
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.hero-digits sup {
    font-size: xx-large;
  }

.project-details h5 {
    line-height: 1;
    margin-bottom: 30px;
}

.reviews-2-wrapper {
    padding: 0 10px;
}

.review-2 {
    padding: 45px 50px 35px;
}

#rw-2-1,
#rw-2-2 {
    margin-bottom: 20px;
}

.inner-page-hero #rw-2-3,
.inner-page-hero #rw-2-4 {
    margin-bottom: 20px;
}

.review-ico {
    position: relative;
    margin-top: -25px;
    margin-left: -10px;
    opacity: .1;
}

.review-txt {
    position: relative;
    margin-top: -45px;
}

.review-txt h6 {
    margin-bottom: 15px;
}

.review-2 .author-data {
    margin-top: 15px;
}

.review-avatar {
    margin: 0 auto;
    float: left;
}

.review-avatar img {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.review-2 .review-avatar img {
    width: 64px;
    height: 64px;
}

.review-author {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 15px;
}

.review-2 .review-author {
    margin-top: 10px;
}

.review-author h6 {
    line-height: 1;
    margin-bottom: 8px;
}

.review-author p {
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0;
}

.brands-title {
    text-align: center;
    padding: 0 5%;
}

.brands-title h4,
.brands-title h2 {
    margin-bottom: 8px;
}

.brands-title p {
    margin-bottom: 0;
}

.brand-logo {
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#brands-1 .brands-carousel-6 .brand-logo {
    padding: 0 20px;
}

#brands-1 .justify-content-center .brand-logo {
    padding: 0 15px;
}

.brand-logo:hover {
    top: -6px;
}

.p-table {
    margin-bottom: 40px;
}

.pricing-3-table {
    padding: 50px 40px;
}

.pricing-table-header {
    position: relative;
}

.pricing-table-header h5 {
    margin-bottom: 30px;
}

.pricing-table-header h4 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #000;
}

.comp-table .table thead th {
    border-color: #ccc;
}

.comp-table tbody th {
    border-bottom: 1px solid #ccc !important;
}

.comp-table .table tr td {
    border-bottom: 2px solid #ccc;
}

.price span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -2px;
}

.price sup {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.05rem;
    font-weight: 600;
    top: -5px;
    right: 2px;
    letter-spacing: -1px;
}

.pricing-3-table .price sup {
    font-size: 1.75rem;
    right: 3px;
}

.price sup.validity {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    top: -2px;
    left: 0;
}

.pricing-3-table .price sup.validity {
    font-size: 1.1875rem;
    top: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.price p {
    margin-top: 25px;
    margin-bottom: 25px;
}

.text-center .price p {
    padding: 0 2%;
}

.pt-btn {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.ext-toggle-btn {
    text-align: center;
}

.toggle-btn-md .toggler-txt {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 36px;
    color:black;
}

.toggle-btn p {
    margin-top: 10px;
    letter-spacing: -0.25px;
    margin-bottom: 0;
    color: black;
}

.switch-wrap {
    position: relative;
    display: inline-block;
    min-width: 50px;
    height: 32px;
    vertical-align: middle;
}

.toggle-btn-md .switch-wrap {
    min-width: 65px;
    height: 36px;
    margin: 0 8px;
}

.switcher {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 0.925rem;
    font-weight: 500;
    height: 32px;
    padding: 0 15px 0 35px;
    position: relative;
    border-radius: 32px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.toggle-btn-md .switcher {
    height: 36px;
    padding: 0 20px 0 40px;
    border-radius: 36px;
}

.switcher.bg--grey {
    background-color: #ccc;
    border: 2px solid #ccc;
}

.switcher .show-annual,
.switcher .show-monthly {
    line-height: 32px;
}

.toggle-btn-md .switcher .show-annual,
.toggle-btn-md .switcher .show-monthly {
    line-height: 36px;
}

.switcher .show-monthly {
    display: block;
}

.switcher .show-annual {
    display: none;
}

.switcher:before {
    position: absolute;
    left: 4px;
    bottom: 4px;
    content: " ";
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.toggle-btn-md .switcher:before {
    left: 5px;
    bottom: 5px;
    width: 26px;
    height: 26px;
}

.switcher.bg--grey:before {
    background-color: #ccc;
    left: 4px;
    bottom: 3.5px;
    -webkit-box-shadow: 0 1px 1px 0 #aaa;
    -moz-box-shadow: 0 1px 1px 0 #aaa;
    box-shadow: 0 1px 1px 0 #aaa;
}

.switcher.bg--grey:before {
    background-color: #fff;
}

.switch-wrap input {
    display: none;
}

.switch-wrap input:checked+.switcher {
    padding: 0 35px 0 15px;
}

.toggle-btn-md .switch-wrap input:checked+.switcher {
    padding: 0 40px 0 20px;
}

.switch-wrap input:checked+.switcher:before {
    left: auto;
    right: 4px;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.switch-wrap input:checked+.switcher .show-annual {
    display: block;
}

.switch-wrap input:checked+.switcher .show-monthly {
    display: none;
}

.table>:not(caption)>*>* {
    padding-top: 12px;
    padding-bottom: 12px;
}

.comp-table .table-responsive thead th {
    font-size: 1.15rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
}

.comp-table .table-responsive tbody th {
    font-size: 1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
}

.comp-table .table-responsive tbody td {
    position: relative;
    font-size: 1rem;
    line-height: inherit;
    top: 1px;
}

.comp-table .table-responsive tbody td span {
    position: relative;
    top: 1px;
}

.table-responsive .ico-15 [class*="flaticon-"]:before,
.table-responsive .ico-15 [class*="flaticon-"]:after {
    font-size: 0.75rem;
}

.table-responsive .ico-20 [class*="flaticon-"]:before,
.table-responsive .ico-20 [class*="flaticon-"]:after {
    font-size: 0.95rem;
}

.comp-table .table-responsive tbody tr {
    background-color: #fff;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.comp-table .table-responsive tbody tr:hover {
    background-color: #f7f7f9;
}

#faqs-3 .section-title {
    margin-bottom: 70px;
}

.faqs-3-questions .questions-holder {
    padding: 0 10px;
}

.question h5 {
    margin-bottom: 20px;
}

.question h5 span {
    margin-right: 5px;
}

.question p a {
    font-weight: 500;
    text-decoration: underline;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

@media(min-width:1024px) {
    .blog-post {
        display:flex;
        flex-direction: column;
        height: 100%;
    }
    .author{
        margin-top: auto;
    }
}
.footer {
    padding-bottom: 50px;
}

.footer-info,
.footer-links {
    margin-bottom: 40px;
}

img.footer-logo,
img.footer-logo-dark {
    width: auto;
    max-width: inherit;
    max-height: 4em;
}

.footer h6 {
    line-height: 1;
    margin-bottom: 25px;
}
.footer-links a {
    color: inherit; 
    text-decoration: none; 
  }

.foo-links {
    padding-left: 0;
  }
.foo-links li {
    width: auto !important;
    display: block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
    padding: 0;
}

.footer .foo-links li p {
    font-weight: 400;
    margin-bottom: 10px;
}

.footer .foo-links li:last-child p {
    margin-bottom: 0;
}

.foo-links.ico-15 [class*="flaticon-"]:before,
.foo-links.ico-15 [class*="flaticon-"]:after {
    font-size: 0.75rem;
}
.footer-form h6 {margin:0;}

.footer-form {
    margin-bottom: 20px;
}

.footer-form .btn {
    height: 32px;
    padding: 0 10px;
}

.footer-form .ico-15 [class*="flaticon-"]:before,
.footer-form .ico-15 [class*="flaticon-"]:after {
    line-height: 28px !important;
}

.footer hr {
    margin-top: 30px;
    margin-bottom: 50px;
}

.footer-copyright p {
    margin-bottom: 0;
}

.bottom-footer-socials li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
}

.bottom-footer-socials li {
    padding-left: 14px;
}

.bottom-footer-socials li span {
    position: relative;
    top: 4px;
    opacity: .8;
}

.bottom-footer-socials.ico-20 [class*="flaticon-"]:before,
.bottom-footer-socials.ico-20 [class*="flaticon-"]:after {
    font-size: 1.115rem;
}

.inner-page-hero {
    padding-top: 180px;
}

.inner-page-title {
    text-align: center;
    margin-bottom: 80px;
}

.inner-page-title h2 {
    margin-bottom: 0;
}

.inner-page-title p {
    font-size: 1.1875rem;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0;
}

.pagination.ico-20 [class*="flaticon-"]:before,
.pagination.ico-20 [class*="flaticon-"]:after {
    font-size: 0.9rem;
}

.txt-block.legal-info h5 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.txt-block.legal-info h4 {
    margin-top: 80px;
    margin-bottom: 30px;
}

.txt-block.legal-info h4 span,
.txt-block.legal-info h5 span {
    margin-right: 4px;
}

.legal-info p span {
    color: #353f4f;
    font-weight: 500;
}

.legal-info a {
    font-weight: 500;
    text-decoration: underline;
}


#reset-password {
    background-position: center center;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 100px;
}

.dark-theme-img {
    display: none;
    position: absolute;
}

.footer-logo-dark {
    display: none;
}

.btn--theme {
    color: #fff !important;
    border-color: var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
}

.color--theme,
.color--theme h2,
.color--theme h4,
.color--theme h5,
.color--theme h6,
.color--theme p,
.color--theme a,
.color--theme li,
.color--theme i,
.color--theme span {
    color: var(--primary-color) !important;
}

.nav-theme .sm-info {
    background-color: var(--primary-color);
}

.wsmenu>.wsmenu-list.nav-theme>li>ul.sub-menu>li>a:hover,
.wsmenu>.wsmenu-list.nav-theme>li>.wsmegamenu.w-75 ul.link-list>li>a:hover {
    color: var(--primary-color) !important;
}

.switch-wrap input:checked+.switcher.switcher--theme {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

html {
    scroll-behavior: smooth !important;
}