#page {
            overflow: hidden;
}

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

.section-overlay {
            width: 100%;
            height: 100%;
}

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

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

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

.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-10 {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.o-0 {
            opacity: 0 !important;
}

.o-10 {
            opacity: 0.1 !important;
}

.o-15 {
            opacity: 0.15 !important;
}

.o-20 {
            opacity: 0.2 !important;
}

.o-25 {
            opacity: 0.25 !important;
}

.o-30 {
            opacity: 0.3 !important;
}

.o-35 {
            opacity: 0.35 !important;
}

.o-40 {
            opacity: 0.4 !important;
}

.o-45 {
            opacity: 0.45 !important;
}

.o-50 {
            opacity: 0.5 !important;
}

.o-55 {
            opacity: 0.55 !important;
}

.o-60 {
            opacity: 0.6 !important;
}

.o-65 {
            opacity: 0.65 !important;
}

.o-70 {
            opacity: 0.7 !important;
}

.o-75 {
            opacity: 0.75 !important;
}

.o-80 {
            opacity: 0.8 !important;
}

.o-85 {
            opacity: 0.85 !important;
}

.o-90 {
            opacity: 0.9 !important;
}

.o-95 {
            opacity: 0.95 !important;
}

.o-100 {
            opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg--white-500 {
            background-color: #f2f4f8;
}

.bg--white-400 {
            background-color: #f4f4f9;
}

.bg--white-300 {
            background-color: #f7f8f9;
}

.bg--white-200 {
            background-color: #fbfbfd;
}

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

.bg--black-500 {
            background-color: #22223b;
}

.bg--black-400 {
            background-color: #2e3648;
}

.bg--black-300 {
            background-color: #394455;
}

.bg--black-200 {
            background-color: #e1e3e5;
}

.bg--black-100 {
            background-color: #ecf1f4;
}

.bg--blue-500 {
            background-color: #185abd;
}

.bg--blue-400 {
            background-color: #1680fb;
}

.bg--blue-300 {
            background-color: #3eb1ff;
}

.bg--blue-200 {
            background-color: #ddedff;
}

.bg--blue-100 {
            background-color: #f4f9fc;
}

.bg--green-500 {
            background-color: #00a14e;
}

.bg--green-400 {
            background-color: #0fbc49;
}

.bg--green-300 {
            background-color: #6fd792;
}

.bg--green-200 {
            background-color: #cff2db;
}

.bg--green-100 {
            background-color: #e9f8f2;
}

.bg--pink-500 {
            background-color: #ff149c;
}

.bg--pink-400 {
            background-color: #f74780;
}

.bg--pink-300 {
            background-color: #fcb5cc;
}

.bg--pink-200 {
            background-color: #fee4ec;
}

.bg--pink-100 {
            background-color: #feecf2;
}

.bg--purple-5000 {
            background-color: #663ae9;
}

.bg--purple-500 {
            background-color: #7827e6;
}

.bg--purple-400 {
            background-color: #7b5dd6;
}

.bg--purple-300 {
            background-color: #bdaeea;
}

.bg--purple-200 {
            background-color: #e5deff;
}

.bg--purple-100 {
            background-color: #f1edff;
}

.bg--red-500 {
            background-color: #da0f29;
}

.bg--red-400 {
            background-color: #ff1e1a;
}

.bg--red-300 {
            background-color: #ffa5a3;
}

.bg--red-200 {
            background-color: #ffd2d1;
}

.bg--red-100 {
            background-color: #fce7e4;
}

.bg--violet-500 {
            background-color: #c73e9b;
}

.bg--violet-400 {
            background-color: #be6cbe;
}

.bg--violet-300 {
            background-color: #e2bde2;
}

.bg--violet-200 {
            background-color: #f1cde5;
}

.bg--violet-100 {
            background-color: #f7e4f1;
}

.bg--yellow-500 {
            background-color: #ffba01;
}

.bg--yellow-400 {
            background-color: #ffbd45;
}

.bg--yellow-300 {
            background-color: #ffdf35;
}

.bg--yellow-200 {
            background-color: #fef5cd;
}

.bg--yellow-100 {
            background-color: #fef9e5;
}

.bg--tra-black {
            background-color: rgba(0, 0, 0, 0.04);
}

.bg--tra-white {
            background-color: rgba(255, 255, 255, 0.15);
}

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

.bg--01,
.bg--02,
.bg--03,
.bg--04,
.bg--05,
.bg--06,
.bg--07,
.bg--08 {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
}

.bg--01 {
            background-image: url(https://acrude.com/martex/images/bg-01.jpg);
}

.bg--02 {
            background-image: url(https://acrude.com/martex/images/bg-02.jpg);
}

.bg--03 {
            background-image: url(https://acrude.com/martex/images/bg-03.jpg);
}

.bg--04 {
            background-image: url(https://acrude.com/martex/images/bg-04.jpg);
}

.bg--05 {
            background-image: url(https://acrude.com/martex/images/bg-05.jpg);
}

.bg--06 {
            background-image: url(https://acrude.com/martex/images/bg-06.jpg);
}

.bg--07 {
            background-image: url(https://acrude.com/martex/images/bg-07.jpg);
}

.bg--08 {
            background-image: url(https://acrude.com/martex/images/bg-08.jpg);
}

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: 0.4;
            border: none;
            margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
            color: #353f4f;
            font-weight: 600;
            letter-spacing: 0;
            margin-bottom: 0;
}

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

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

.font--inter h1,
.font--inter h2,
.font--inter h3,
.font--inter h4,
.font--inter h5,
.font--inter h6 {
            font-family: Inter, sans-serif;
            letter-spacing: -0.5px;
}

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

p {
            font-size: 1rem;
}

p.p-md {
            font-size: 1.0625rem;
}

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

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

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

.s-16 {
            font-size: 1rem;
}

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

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

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

.s-20 {
            font-size: 1.25rem;
}

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

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

.s-23 {
            font-size: 1.4375rem;
}

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

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

.s-28 {
            font-size: 1.75rem;
}

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

.s-32 {
            font-size: 2rem;
}

.s-34 {
            font-size: 2.125rem;
}

.s-36 {
            font-size: 2.25rem;
}

.s-38 {
            font-size: 2.375rem;
}

.s-40 {
            font-size: 2.5rem;
}

.s-42 {
            font-size: 2.625rem;
}

.s-43 {
            font-size: 2.6875rem;
}

.s-44 {
            font-size: 2.75rem;
}

.s-45 {
            font-size: 2.8125rem;
}

.s-46 {
            font-size: 2.875rem;
}

.s-47 {
            font-size: 2.9375rem;
}

.s-48 {
            font-size: 3rem;
}

.s-50 {
            font-size: 3.125rem;
}

.s-52 {
            font-size: 3.25rem;
}

.s-54 {
            font-size: 3.375rem;
}

.s-56 {
            font-size: 3.5rem;
}

.s-58 {
            font-size: 3.625rem;
}

.s-60 {
            font-size: 3.75rem;
}

.s-62 {
            font-size: 3.875rem;
}

.s-64 {
            font-size: 4rem;
}

.s-66 {
            font-size: 4.125rem;
}

.s-68 {
            font-size: 4.25rem;
}

.s-70 {
            font-size: 4.375rem;
}

.s-72 {
            font-size: 4.5rem;
}

.s-74 {
            font-size: 4.625rem;
}

.s-76 {
            font-size: 4.75rem;
}

.s-78 {
            font-size: 4.875rem;
}

.s-80 {
            font-size: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

a.tra-link {
            font-size: 1rem;
            line-height: 1;
            font-weight: 500;
}

a.tra-link span {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.tra-link.ico-20 [class*="flaticon-"]:after,
.tra-link.ico-20 [class*="flaticon-"]:before {
            position: relative;
            font-size: 0.75rem;
            line-height: 0.7rem !important;
            top: 2px;
            left: 2px;
}

a.tra-link:hover span {
            color: #353f4f !important;
}

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

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

.btn.btn-sm {
            font-size: 0.975rem;
            padding: 0.7rem 1.5rem;
}

.btn.ico-20 [class*="flaticon-"]:after,
.btn.ico-20 [class*="flaticon-"]:before {
            position: relative;
            font-size: 1rem;
            line-height: 0.7rem !important;
            top: 4px;
}

p.btn-txt {
            margin: 20px 0 0 0;
}

p.btn-txt.ico-15 {
            padding-left: 5px;
}

.text-center p.btn-txt.ico-15 {
            padding-left: 0;
}

p.btn-txt span {
            position: relative;
            top: 0.5px;
            right: 2px;
}

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

.btn--tra {
            color: #fff !important;
            border-color: transparent !important;
            background-color: rgba(255, 255, 255, 0.2) !important;
}

.btn--white,
.hover--white:hover {
            color: #353f4f !important;
            background-color: #fff !important;
            border-color: #fff !important;
}

.btn--tra-white,
.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;
}

.btn--black,
.hover--black:hover {
            color: #fff !important;
            background-color: #353f4f !important;
            border-color: #353f4f !important;
}

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

.black-scroll .scroll .hover--tra-grey:hover,
.btn--tra-grey,
.hover--tra-grey:hover,
.white-scroll .scroll .hover--tra-grey:hover {
            color: #353f4f !important;
            background-color: transparent !important;
            border-color: #ccc !important;
}

.black-scroll .scroll .hover--blue-500:hover,
.btn--blue-500,
.hover--blue-500:hover,
.white-scroll .scroll .hover--blue-500:hover {
            color: #fff !important;
            border-color: #185abd !important;
            background-color: #185abd !important;
}

.black-scroll .scroll .hover--blue-400:hover,
.btn--blue-400,
.hover--blue-400:hover,
.white-scroll .scroll .hover--blue-400:hover {
            color: #fff !important;
            border-color: #1680fb !important;
            background-color: #1680fb !important;
}

.black-scroll .scroll .hover--blue-300:hover,
.btn--blue-300,
.hover--blue-300:hover,
.white-scroll .scroll .hover--blue-300:hover {
            color: #fff !important;
            border-color: #3eb1ff !important;
            background-color: #3eb1ff !important;
}

.black-scroll .scroll .hover--blue-200:hover,
.btn--blue-200,
.hover--blue-200:hover,
.white-scroll .scroll .hover--blue-200:hover {
            color: #1680fb !important;
            border-color: #e3ebfe !important;
            background-color: #e3ebfe !important;
}

.black-scroll .scroll .hover--blue-100:hover,
.btn--blue-100,
.hover--blue-100:hover,
.white-scroll .scroll .hover--blue-100:hover {
            color: #1680fb !important;
            border-color: #1680fb !important;
            background-color: transparent !important;
}

.black-scroll .scroll .hover--green-500:hover,
.btn--green-500,
.hover--green-500:hover,
.white-scroll .scroll .hover--green-500:hover {
            color: #fff !important;
            border-color: #00a14e !important;
            background-color: #00a14e !important;
}

.black-scroll .scroll .hover--green-400:hover,
.btn--green-400,
.hover--green-400:hover,
.white-scroll .scroll .hover--green-400:hover {
            color: #fff !important;
            border-color: #0fbc49 !important;
            background-color: #0fbc49 !important;
}

.black-scroll .scroll .hover--green-300:hover,
.btn--green-300,
.hover--green-300:hover,
.white-scroll .scroll .hover--green-300:hover {
            color: #fff !important;
            border-color: #6fd792 !important;
            background-color: #6fd792 !important;
}

.black-scroll .scroll .hover--green-200:hover,
.btn--green-200,
.hover--green-200:hover,
.white-scroll .scroll .hover--green-200:hover {
            color: #0fbc49 !important;
            border-color: #cff2db !important;
            background-color: #cff2db !important;
}

.black-scroll .scroll .hover--green-100:hover,
.btn--green-100,
.hover--green-100:hover,
.white-scroll .scroll .hover--green-100:hover {
            color: #0fbc49 !important;
            border-color: #0fbc49 !important;
            background-color: transparent !important;
}

.black-scroll .scroll .hover--pink-500:hover,
.btn--pink-500,
.hover--pink-500:hover,
.white-scroll .scroll .hover--pink-500:hover {
            color: #fff !important;
            border-color: #ff149c !important;
            background-color: #ff149c !important;
}

.black-scroll .scroll .hover--pink-400:hover,
.btn--pink-400,
.hover--pink-400:hover,
.white-scroll .scroll .hover--pink-400:hover {
            color: #fff !important;
            border-color: #f74780 !important;
            background-color: #f74780 !important;
}

.black-scroll .scroll .hover--pink-300:hover,
.btn--pink-300,
.hover--pink-300:hover,
.white-scroll .scroll .hover--pink-300:hover {
            color: #fff !important;
            border-color: #fcb5cc !important;
            background-color: #fcb5cc !important;
}

.black-scroll .scroll .hover--pink-200:hover,
.btn--pink-200,
.hover--pink-200:hover,
.white-scroll .scroll .hover--pink-200:hover {
            color: #f74780 !important;
            border-color: #fee4ec !important;
            background-color: #fee4ec !important;
}

.black-scroll .scroll .hover--pink-100:hover,
.btn--pink-100,
.hover--pink-100:hover,
.white-scroll .scroll .hover--pink-100:hover {
            color: #f74780 !important;
            border-color: #f74780 !important;
            background-color: transparent !important;
}

.black-scroll .scroll .hover--purple-500:hover,
.btn--purple-500,
.hover--purple-500:hover,
.white-scroll .scroll .hover--purple-500:hover {
            color: #fff !important;
            border-color: #663ae9 !important;
            background-color: #663ae9 !important;
}

.black-scroll .scroll .hover--purple-400:hover,
.btn--purple-400,
.hover--purple-400:hover,
.white-scroll .scroll .hover--purple-400:hover {
            color: #fff !important;
            border-color: #7b5dd6 !important;
            background-color: #7b5dd6 !important;
}

.black-scroll .scroll .hover--purple-300:hover,
.btn--purple-300,
.hover--purple-300:hover,
.white-scroll .scroll .hover--purple-300:hover {
            color: #fff !important;
            border-color: #bdaeea !important;
            background-color: #bdaeea !important;
}

.black-scroll .scroll .hover--purple-200:hover,
.btn--purple-200,
.hover--purple-200:hover,
.white-scroll .scroll .hover--purple-200:hover {
            color: #7b5dd6 !important;
            border-color: #e5deff !important;
            background-color: #e5deff !important;
}

.black-scroll .scroll .hover--purple-100:hover,
.btn--purple-100,
.hover--purple-100:hover,
.white-scroll .scroll .hover--purple-100:hover {
            color: #7b5dd6 !important;
            border-color: #7b5dd6 !important;
            background-color: transparent !important;
}

.black-scroll .scroll .hover--red-500:hover,
.btn--red-500,
.hover--red-500:hover,
.white-scroll .scroll .hover--red-500:hover {
            color: #fff !important;
            border-color: #da0f29 !important;
            background-color: #da0f29 !important;
}

.black-scroll .scroll .hover--red-400:hover,
.btn--red-400,
.hover--red-400:hover,
.white-scroll .scroll .hover--red-400:hover {
            color: #fff !important;
            border-color: #ff1e1a !important;
            background-color: #ff1e1a !important;
}

.black-scroll .scroll .hover--red-300:hover,
.btn--red-300,
.hover--red-300:hover,
.white-scroll .scroll .hover--red-300:hover {
            color: #fff !important;
            border-color: #ffa5a3 !important;
            background-color: #ffa5a3 !important;
}

.black-scroll .scroll .hover--red-200:hover,
.btn--red-200,
.hover--red-200:hover,
.white-scroll .scroll .hover--red-200:hover {
            color: #ff1e1a !important;
            border-color: #ffd2d1 !important;
            background-color: #ffd2d1 !important;
}

.black-scroll .scroll .hover--red-100:hover,
.btn--red-100,
.hover--red-100:hover,
.white-scroll .scroll .hover--red-100:hover {
            color: #ff1e1a !important;
            border-color: #ff1e1a !important;
            background-color: transparent !important;
}

.black-scroll .scroll .hover--violet-500:hover,
.btn--violet-500,
.hover--violet-500:hover,
.white-scroll .scroll .hover--violet-500:hover {
            color: #fff !important;
            border-color: #c73e9b !important;
            background-color: #c73e9b !important;
}

.black-scroll .scroll .hover--violet-400:hover,
.btn--violet-400,
.hover--violet-400:hover,
.white-scroll .scroll .hover--violet-400:hover {
            color: #fff !important;
            border-color: #be6cbe !important;
            background-color: #be6cbe !important;
}

.black-scroll .scroll .hover--violet-300:hover,
.btn--violet-300,
.hover--violet-300:hover,
.white-scroll .scroll .hover--violet-300:hover {
            color: #fff !important;
            border-color: #e2bde2 !important;
            background-color: #e2bde2 !important;
}

.black-scroll .scroll .hover--violet-200:hover,
.btn--violet-200,
.hover--violet-200:hover,
.white-scroll .scroll .hover--violet-200:hover {
            color: #be6cbe !important;
            border-color: #f1cde5 !important;
            background-color: #f1cde5 !important;
}

.black-scroll .scroll .hover--violet-100:hover,
.btn--violet-100,
.hover--violet-100:hover,
.white-scroll .scroll .hover--violet-100:hover {
            color: #be6cbe !important;
            border-color: #be6cbe !important;
            background-color: transparent !important;
}

.black-scroll .scroll .hover--yellow-500:hover,
.btn--yellow-500,
.hover--yellow-500:hover,
.white-scroll .scroll .hover--yellow-500:hover {
            color: #353f4f !important;
            border-color: #ffba01 !important;
            background-color: #ffba01 !important;
}

.black-scroll .scroll .hover--yellow-400:hover,
.btn--yellow-400,
.hover--yellow-400:hover,
.white-scroll .scroll .hover--yellow-400:hover {
            color: #353f4f !important;
            border-color: #ffbd45 !important;
            background-color: #ffbd45 !important;
}

.black-scroll .scroll .hover--yellow-300:hover,
.btn--yellow-300,
.hover--yellow-300:hover,
.white-scroll .scroll .hover--yellow-300:hover {
            color: #353f4f !important;
            border-color: #ffdf35 !important;
            background-color: #ffdf35 !important;
}

.black-scroll .scroll .hover--yellow-200:hover,
.btn--yellow-200,
.hover--yellow-200:hover,
.white-scroll .scroll .hover--yellow-200:hover {
            color: #353f4f !important;
            border-color: #fef5cd !important;
            background-color: #fef5cd !important;
}

.black-scroll .scroll .hover--yellow-100:hover,
.btn--yellow-100,
.hover--yellow-100:hover,
.white-scroll .scroll .hover--yellow-100:hover {
            color: #ffba01 !important;
            border-color: #ffba01 !important;
            background-color: transparent !important;
}

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

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

.btn--tra-black:focus,
.btn.btn--tra-grey:focus {
            color: #353f4f;
            -webkit-box-shadow: none;
            box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.font--inter .section-id {
            font-family: Inter, 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-md,
.section-title p.p-xl,
.section-title p.s-20,
.section-title p.s-21 {
            margin-top: 18px;
            margin-bottom: 0;
}

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

.section-title a.contact-link {
            font-weight: 500;
            text-decoration: underline;
}

.color--white,
.color--white a,
.color--white h1,
.color--white h2,
.color--white h3,
.color--white h4,
.color--white h5,
.color--white h6,
.color--white i,
.color--white li,
.color--white p,
.color--white span {
            color: #fff;
}

.color--black,
.color--black a,
.color--black h1,
.color--black h2,
.color--black h3,
.color--black h4,
.color--black h5,
.color--black h6,
.color--black i,
.color--black li,
.color--black p,
.color--black span {
            color: #353f4f;
}

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

.color--blue-500,
.color--blue-500 a,
.color--blue-500 h1,
.color--blue-500 h2,
.color--blue-500 h3,
.color--blue-500 h4,
.color--blue-500 h5,
.color--blue-500 h6,
.color--blue-500 i,
.color--blue-500 li,
.color--blue-500 p,
.color--blue-500 span,
.color--white .color--blue-500 {
            color: #185abd !important;
}

.color--blue-400,
.color--blue-400 a,
.color--blue-400 h1,
.color--blue-400 h2,
.color--blue-400 h3,
.color--blue-400 h4,
.color--blue-400 h5,
.color--blue-400 h6,
.color--blue-400 i,
.color--blue-400 li,
.color--blue-400 p,
.color--blue-400 span,
.color--white .color--blue-400 {
            color: #1680fb !important;
}

.color--blue-300,
.color--blue-300 a,
.color--blue-300 h1,
.color--blue-300 h2,
.color--blue-300 h3,
.color--blue-300 h4,
.color--blue-300 h5,
.color--blue-300 h6,
.color--blue-300 i,
.color--blue-300 li,
.color--blue-300 p,
.color--blue-300 span,
.color--white .color--blue-300 {
            color: #3eb1ff !important;
}

.color--green-500,
.color--green-500 a,
.color--green-500 h1,
.color--green-500 h2,
.color--green-500 h3,
.color--green-500 h4,
.color--green-500 h5,
.color--green-500 h6,
.color--green-500 i,
.color--green-500 li,
.color--green-500 p,
.color--green-500 span,
.color--white .color--green-500 {
            color: #00a14e !important;
}

.color--green-400,
.color--green-400 a,
.color--green-400 h1,
.color--green-400 h2,
.color--green-400 h3,
.color--green-400 h4,
.color--green-400 h5,
.color--green-400 h6,
.color--green-400 i,
.color--green-400 li,
.color--green-400 p,
.color--green-400 span,
.color--white .color--green-400 {
            color: #0fbc49 !important;
}

.color--green-300,
.color--green-300 a,
.color--green-300 h1,
.color--green-300 h2,
.color--green-300 h3,
.color--green-300 h4,
.color--green-300 h5,
.color--green-300 h6,
.color--green-300 i,
.color--green-300 li,
.color--green-300 p,
.color--green-300 span,
.color--white .color--green-300 {
            color: #6fd792 !important;
}

.color--pink-500,
.color--pink-500 a,
.color--pink-500 h1,
.color--pink-500 h2,
.color--pink-500 h3,
.color--pink-500 h4,
.color--pink-500 h5,
.color--pink-500 h6,
.color--pink-500 i,
.color--pink-500 li,
.color--pink-500 p,
.color--pink-500 span,
.color--white .color--pink-500 {
            color: #ff149c !important;
}

.color--pink-400,
.color--pink-400 a,
.color--pink-400 h1,
.color--pink-400 h2,
.color--pink-400 h3,
.color--pink-400 h4,
.color--pink-400 h5,
.color--pink-400 h6,
.color--pink-400 i,
.color--pink-400 li,
.color--pink-400 p,
.color--pink-400 span,
.color--white .color--pink-400 {
            color: #f74780 !important;
}

.color--pink-300,
.color--pink-300 a,
.color--pink-300 h1,
.color--pink-300 h2,
.color--pink-300 h3,
.color--pink-300 h4,
.color--pink-300 h5,
.color--pink-300 h6,
.color--pink-300 i,
.color--pink-300 li,
.color--pink-300 p,
.color--pink-300 span,
.color--white .color--pink-300 {
            color: #fcb5cc !important;
}

.color--purple-500,
.color--purple-500 a,
.color--purple-500 h1,
.color--purple-500 h2,
.color--purple-500 h3,
.color--purple-500 h4,
.color--purple-500 h5,
.color--purple-500 h6,
.color--purple-500 i,
.color--purple-500 li,
.color--purple-500 p,
.color--purple-500 span,
.color--white .color--purple-500 {
            color: #663ae9 !important;
}

.color--purple-400,
.color--purple-400 a,
.color--purple-400 h1,
.color--purple-400 h2,
.color--purple-400 h3,
.color--purple-400 h4,
.color--purple-400 h5,
.color--purple-400 h6,
.color--purple-400 i,
.color--purple-400 li,
.color--purple-400 p,
.color--purple-400 span,
.color--white .color--purple-400 {
            color: #7b5dd6 !important;
}

.color--purple-300,
.color--purple-300 a,
.color--purple-300 h1,
.color--purple-300 h2,
.color--purple-300 h3,
.color--purple-300 h4,
.color--purple-300 h5,
.color--purple-300 h6,
.color--purple-300 i,
.color--purple-300 li,
.color--purple-300 p,
.color--purple-300 span,
.color--white .color--purple-300 {
            color: #bdaeea !important;
}

.color--red-500,
.color--red-500 a,
.color--red-500 h1,
.color--red-500 h2,
.color--red-500 h3,
.color--red-500 h4,
.color--red-500 h5,
.color--red-500 h6,
.color--red-500 i,
.color--red-500 li,
.color--red-500 p,
.color--red-500 span,
.color--white .color--red-500 {
            color: #da0f29 !important;
}

.color--red-400,
.color--red-400 a,
.color--red-400 h1,
.color--red-400 h2,
.color--red-400 h3,
.color--red-400 h4,
.color--red-400 h5,
.color--red-400 h6,
.color--red-400 i,
.color--red-400 li,
.color--red-400 p,
.color--red-400 span,
.color--white .color--red-400 {
            color: #ff1e1a !important;
}

.color--red-300,
.color--red-300 a,
.color--red-300 h1,
.color--red-300 h2,
.color--red-300 h3,
.color--red-300 h4,
.color--red-300 h5,
.color--red-300 h6,
.color--red-300 i,
.color--red-300 li,
.color--red-300 p,
.color--red-300 span,
.color--white .color--red-300 {
            color: #ffa5a3 !important;
}

.color--violet-500,
.color--violet-500 a,
.color--violet-500 h1,
.color--violet-500 h2,
.color--violet-500 h3,
.color--violet-500 h4,
.color--violet-500 h5,
.color--violet-500 h6,
.color--violet-500 i,
.color--violet-500 li,
.color--violet-500 p,
.color--violet-500 span,
.color--white .color--violet-500 {
            color: #c73e9b !important;
}

.color--violet-400,
.color--violet-400 a,
.color--violet-400 h1,
.color--violet-400 h2,
.color--violet-400 h3,
.color--violet-400 h4,
.color--violet-400 h5,
.color--violet-400 h6,
.color--violet-400 i,
.color--violet-400 li,
.color--violet-400 p,
.color--violet-400 span,
.color--white .color--violet-400 {
            color: #be6cbe !important;
}

.color--violet-300,
.color--violet-300 a,
.color--violet-300 h1,
.color--violet-300 h2,
.color--violet-300 h3,
.color--violet-300 h4,
.color--violet-300 h5,
.color--violet-300 h6,
.color--violet-300 i,
.color--violet-300 li,
.color--violet-300 p,
.color--violet-300 span,
.color--white .color--violet-300 {
            color: #e2bde2 !important;
}

.color--white .color--yellow-500,
.color--yellow-500,
.color--yellow-500 a,
.color--yellow-500 h1,
.color--yellow-500 h2,
.color--yellow-500 h3,
.color--yellow-500 h4,
.color--yellow-500 h5,
.color--yellow-500 h6,
.color--yellow-500 i,
.color--yellow-500 li,
.color--yellow-500 p,
.color--yellow-500 span {
            color: #ffba01 !important;
}

.color--white .color--yellow-400,
.color--yellow-400,
.color--yellow-400 a,
.color--yellow-400 h1,
.color--yellow-400 h2,
.color--yellow-400 h3,
.color--yellow-400 h4,
.color--yellow-400 h5,
.color--yellow-400 h6,
.color--yellow-400 i,
.color--yellow-400 li,
.color--yellow-400 p,
.color--yellow-400 span {
            color: #ffbd45 !important;
}

.color--white .color--yellow-300,
.color--yellow-300,
.color--yellow-300 a,
.color--yellow-300 h1,
.color--yellow-300 h2,
.color--yellow-300 h3,
.color--yellow-300 h4,
.color--yellow-300 h5,
.color--yellow-300 h6,
.color--yellow-300 i,
.color--yellow-300 li,
.color--yellow-300 p,
.color--yellow-300 span {
            color: #ffdf35 !important;
}

#loading {
            height: 100%;
            width: 100%;
            position: fixed;
            z-index: 1;
            margin-top: 0;
            top: 0;
            z-index: 99999999;
}

#loading {
            background-color: #f5f5f9;
}

.loading--blue .loader {
            border-color: transparent #1680fb;
}

.loading--green .loader {
            border-color: transparent #0fbc49;
}

.loading--pink .loader {
            border-color: transparent #f74780;
}

.loading--purple .loader {
            border-color: transparent #7b5dd6;
}

.loading--red .loader {
            border-color: transparent #ff1e1a;
}

.loading--violet .loader {
            border-color: transparent #c73e9b;
}

.loading--yellow .loader {
            border-color: transparent #ffba01;
}

.loader::after {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 50%;
            top: 50%;
            border: 50px solid;
            border-color: transparent rgba(30, 30, 30, 0.15);
            border-radius: 50%;
            transform: translate(-50%, -50%);
}

.loading--blue .loader::after {
            border-color: transparent rgba(22, 128, 251, 0.15);
}

.loading--green .loader::after {
            border-color: transparent rgba(14, 188, 73, 0.15);
}

.loading--pink .loader::after {
            border-color: transparent rgba(247, 71, 128, 0.15);
}

.loading--purple .loader::after {
            border-color: transparent rgba(123, 93, 214, 0.15);
}

.loading--red .loader::after {
            border-color: transparent rgba(255, 30, 26, 0.15);
}

.loading--violet .loader::after {
            border-color: transparent rgba(1900, 108, 190, 0.15);
}

.loading--yellow .loader::after {
            border-color: transparent rgba(255, 186, 1, 0.15);
}

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

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

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

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

.desktoplogo img {
            width: auto;
            max-width: inherit;
            max-height: 38px;
}

.blog-header .desktoplogo img {
            max-height: 30px;
}

.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;
}

.white-menu .wsmainfull {
            padding: 6px 0;
            background-color: #fff !important;
            -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
            -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
            box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
}

.dark-menu .wsmainfull {
            padding: 6px 0;
            background-color: #1d222f !important;
            -webkit-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            -moz-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

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

.navbar-dark .wsmenu > .wsmenu-list > li > a.h-link {
            color: #353f4f;
}

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

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            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%;
}

.nav-blue-500 .sm-info {
            background-color: #185abd;
}

.nav-blue-400 .sm-info {
            background-color: #1680fb;
}

.nav-blue-300 .sm-info {
            background-color: #3eb1ff;
}

.nav-green-500 .sm-info {
            background-color: #00a14e;
}

.nav-green-400 .sm-info {
            background-color: #0fbc49;
}

.nav-green-300 .sm-info {
            background-color: #6fd792;
}

.nav-pink-500 .sm-info {
            background-color: #ff149c;
}

.nav-pink-400 .sm-info {
            background-color: #f74780;
}

.nav-pink-300 .sm-info {
            background-color: #fcb5cc;
}

.nav-purple-500 .sm-info {
            background-color: #663ae9;
}

.nav-purple-400 .sm-info {
            background-color: #7b5dd6;
}

.nav-purple-300 .sm-info {
            background-color: #bdaeea;
}

.nav-red-500 .sm-info {
            background-color: #da0f29;
}

.nav-red-400 .sm-info {
            background-color: #ff1e1a;
}

.nav-red-300 .sm-info {
            background-color: #ffa5a3;
}

.nav-violet-500 .sm-info {
            background-color: #c73e9b;
}

.nav-violet-400 .sm-info {
            background-color: #be6cbe;
}

.nav-violet-300 .sm-info {
            background-color: #e2bde2;
}

.nav-yellow-500 .sm-info {
            background-color: #ffba01;
}

.nav-yellow-400 .sm-info {
            background-color: #ffbd45;
}

.nav-yellow-300 .sm-info {
            background-color: #ffdf35;
}

.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 a.btn.reg-btn {
            padding: 4px 22px;
}

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

.header-socials {
            margin: 0;
            display: inline-block;
            text-align: center;
}

.header-socials span {
            float: left;
            width: auto !important;
            display: inline-block !important;
            vertical-align: top;
            clear: none !important;
            margin: 0;
}

.header-socials a {
            display: block;
            margin-left: 18px;
}

.header-socials.ico-20 [class*="flaticon-"]:after,
.header-socials.ico-20 [class*="flaticon-"]:before {
            line-height: 70px !important;
}

.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, 0.1);
            -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
            box-shadow: 0 2px 3px rgba(96, 96, 96, 0.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;
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu,
.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu {
            background-color: #2c3142 !important;
            border: solid 1px #2c3142 !important;
            -webkit-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            -moz-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
            color: #ddd;
            background-color: rgba(255, 255, 255, 0) !important;
}

.black-scroll .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
.dark-menu .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
            background-color: rgba(255, 255, 255, 0.05) !important;
}

.black-scroll .scroll .icons-menu-txt span,
.black-scroll .scroll .title,
.dark-menu .icons-menu-txt span,
.dark-menu .title {
            color: #fff !important;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu.icons-menu {
            max-width: 275px;
            min-width: 275px;
            padding: 12px;
}

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

.icons-menu-ico {
            position: relative;
            margin-right: 14px;
}

.icons-menu-txt {
            overflow: hidden;
            flex: 1;
            max-width: 100%;
}

.icons-menu-txt h6 {
            color: inherit;
            font-size: 1rem;
            line-height: 32px;
            font-weight: 500;
            margin-bottom: 0;
}

.icons-menu-txt span {
            display: block;
            color: #898989;
            font-size: 0.925rem;
            font-weight: 400;
            margin-bottom: 0;
}

.sub-menu.ico-30 .icons-menu-txt h6 {
            line-height: 30px;
}

.navbar-dark .wsmenu-list > li > a.h-link:hover {
            color: #1d222f !important;
}

.wsmenu > .wsmenu-list.nav-blue-500 > li > ul.sub-menu > li > a:hover {
            color: #185abd !important;
}

.wsmenu > .wsmenu-list.nav-blue-400 > li > ul.sub-menu > li > a:hover {
            color: #1680fb !important;
}

.wsmenu > .wsmenu-list.nav-blue-300 > li > ul.sub-menu > li > a:hover {
            color: #3eb1ff !important;
}

.wsmenu > .wsmenu-list.nav-green-500 > li > ul.sub-menu > li > a:hover {
            color: #00a14e !important;
}

.wsmenu > .wsmenu-list.nav-green-400 > li > ul.sub-menu > li > a:hover {
            color: #0fbc49 !important;
}

.wsmenu > .wsmenu-list.nav-green-300 > li > ul.sub-menu > li > a:hover {
            color: #6fd792 !important;
}

.wsmenu > .wsmenu-list.nav-pink-500 > li > ul.sub-menu > li > a:hover {
            color: #ff149c !important;
}

.wsmenu > .wsmenu-list.nav-pink-400 > li > ul.sub-menu > li > a:hover {
            color: #f74780 !important;
}

.wsmenu > .wsmenu-list.nav-pink-300 > li > ul.sub-menu > li > a:hover {
            color: #fcb5cc !important;
}

.wsmenu > .wsmenu-list.nav-purple-500 > li > ul.sub-menu > li > a:hover {
            color: #663ae9 !important;
}

.wsmenu > .wsmenu-list.nav-purple-400 > li > ul.sub-menu > li > a:hover {
            color: #7b5dd6 !important;
}

.wsmenu > .wsmenu-list.nav-purple-300 > li > ul.sub-menu > li > a:hover {
            color: #bdaeea !important;
}

.wsmenu > .wsmenu-list.nav-red-500 > li > ul.sub-menu > li > a:hover {
            color: #da0f29 !important;
}

.wsmenu > .wsmenu-list.nav-red-400 > li > ul.sub-menu > li > a:hover {
            color: #ff1e1a !important;
}

.wsmenu > .wsmenu-list.nav-red-300 > li > ul.sub-menu > li > a:hover {
            color: #ffa5a3 !important;
}

.wsmenu > .wsmenu-list.nav-violet-500 > li > ul.sub-menu > li > a:hover {
            color: #c73e9b !important;
}

.wsmenu > .wsmenu-list.nav-violet-400 > li > ul.sub-menu > li > a:hover {
            color: #be6cbe !important;
}

.wsmenu > .wsmenu-list.nav-violet-300 > li > ul.sub-menu > li > a:hover {
            color: #e2bde2 !important;
}

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

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

.dark-menu.black-scroll .wsmainfull.scroll,
.tra-menu.black-scroll .wsmainfull.scroll {
            padding: 0;
            background-color: #1d222f !important;
            -webkit-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            -moz-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.tra-menu.navbar-dark.black-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
            color: #fff;
}

.tra-menu.navbar-dark.black-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link:hover {
            color: #ccc !important;
}

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

.black-scroll .scroll .btn--tra-black {
            color: #fff !important;
            border-color: #fff !important;
}

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

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

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

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

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

.hero-logo {
            margin-bottom: 40px;
}

#hero-22 .hero-logo {
            margin-bottom: 30px;
}

.hero-logo img {
            width: auto;
            max-width: inherit;
            max-height: 36px;
}

.hero-app-logo {
            margin-bottom: 35px;
}

#hero-25 .hero-app-logo {
            margin-bottom: 25px;
}

.hero-app-logo img {
            width: auto;
            max-width: inherit;
            max-height: 100px;
}

#hero-25 .hero-app-logo img {
            max-height: 110px;
}

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

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

.hero-section h2.s-62 {
            margin-bottom: 24px;
}

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

.hero-section p.p-md {
            margin-bottom: 30px;
}

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

.hero-section p.s-20,
.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 {
            background-image: url(https://acrude.com/martex/images/hero-1.jpg);
            padding-top: 130px;
            padding-bottom: 100px;
}

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

#hero-2 {
            background-image: url(https://acrude.com/martex/images/hero-2.jpg);
            padding-top: 150px;
            padding-bottom: 100px;
}

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

.hero-2-img {
            text-align: center;
            padding-right: 25px;
}

#hero-3 {
            position: relative;
            padding-top: 160px;
            background-image: url(https://acrude.com/martex/images/hero-3.jpg);
}

#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: center;
            margin: 0 -90% 0 -60px;
}

#hero-4 {
            overflow: hidden;
            background-image: url(https://acrude.com/martex/images/hero-4.jpg);
            padding-top: 180px;
}

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

.hero-4-txt h2 {
            padding: 0 3%;
}

.hero-4-txt p {
            padding: 0 5%;
}

.hero-4-img {
            margin-top: 60px;
}

#hero-5 {
            background-image: url(https://acrude.com/martex/images/hero-5.jpg);
            padding-top: 140px;
            padding-bottom: 50px;
}

.hero-5-txt h2 {
            line-height: 1.3;
            margin-bottom: 25px;
}

.hero-5-txt p.p-lg {
            padding-right: 10%;
            margin-bottom: 30px;
}

.hero-5-img {
            margin: 0 0 -50px;
}

#hero-6 {
            padding-top: 130px;
}

.hero-6-wrapper {
            overflow: hidden;
            background-image: linear-gradient(90deg, #f6f4fd, #f4f5fd);
            padding: 75px 80px;
}

.hero-6-img {
            position: relative;
            text-align: center;
}

#hero-7 {
            padding-top: 140px;
            padding-bottom: 100px;
}

.hero-7-img {
            padding-left: 30px;
}

#hero-8 {
            position: relative;
            background-image: url(https://acrude.com/martex/images/hero-8.jpg);
            padding-top: 170px;
            padding-bottom: 30px;
}

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

.hero-8-txt p {
            padding-right: 10%;
}

#hero-8-form {
            position: relative;
            z-index: 999;
            background-color: #fff;
            border: 1px solid #f8f8f8;
            padding: 45px 35px;
            -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
            -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
}

#hero-8-form h4 {
            line-height: 1.4;
            margin-bottom: 20px;
}

#hero-8-form p {
            color: #757575;
            margin-bottom: 25px;
}

#hero-8-form p.p-sm {
            text-align: center;
            padding: 0 5% !important;
            margin-top: 5px;
            margin-bottom: 0;
}

#hero-8-form p a {
            color: #1e90ff;
            text-decoration: underline;
}

#hero-9 {
            padding-top: 180px;
}

.hero-9-txt h2 {
            line-height: 1;
}

.hero-9-txt h2 img {
            position: relative;
            width: auto;
            max-width: inherit;
            max-height: 100px;
            margin: 0 3px;
            top: -8px;
}

.hero-9-txt p {
            padding: 0 5%;
            margin-top: 40px;
}

.hero-9-img {
            margin-top: 60px;
}

#hero-10 {
            position: relative;
            background-image: url(https://acrude.com/martex/images/hero-10.jpg);
            padding-top: 170px;
            padding-bottom: 100px;
}

.hero-10-txt h4 {
            line-height: 1.45;
            font-weight: 300;
            padding-right: 5%;
            margin-bottom: 35px;
}

.hero-10-img {
            position: relative;
            text-align: center;
            margin: 0 -95% 0 15px;
}

#hero-11 {
            overflow: hidden;
            background-image: url(https://acrude.com/martex/images/hero-11.jpg);
            padding-top: 50px;
}

.hero-11-txt {
            margin-top: 40px;
}

.hero-11-txt p {
            padding-right: 5%;
}

.hero-11-img {
            position: relative;
            margin: -60px -12% -100px -15px;
}

#hero-12 {
            overflow: hidden;
            background-image: url(https://acrude.com/martex/images/hero-12.jpg);
            padding-top: 180px;
}

.hero-12-txt h2 {
            padding: 0 3%;
}

.hero-12-txt p {
            padding: 0 5%;
}

.hero-12-img {
            margin-top: 60px;
            margin-bottom: -100px;
}

#hero-13 {
            background-image: linear-gradient(180deg, #f1edff, #f1edff);
            padding-top: 130px;
            padding-bottom: 80px;
}

#hero-13:after {
            position: absolute;
            content: "";
            z-index: -1;
            width: 43%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #fff;
            -moz-box-shadow: 0 0 55px 35px #fff;
            -webkit-box-shadow: 0 0 35px 35px #fff;
            box-shadow: 0 0 35px 35px #fff;
}

.hero-13-txt .section-id {
            font-weight: 600;
            letter-spacing: 1.5px;
}

.hero-13-txt p {
            padding-right: 5%;
}

.hero-13-img {
            text-align: center;
}

#hero-14 {
            background-image: url(https://acrude.com/martex/images/hero-14.jpg);
            padding-top: 170px;
}

.hero-14-txt p.s-21 {
            font-size: 1.3125rem;
            margin-bottom: 40px;
}

.hero-14-txt .btn-txt {
            margin-top: 40px;
}

.hero-14-img {
            margin-top: 70px;
}

#hero-15 {
            position: relative;
            z-index: 3;
            background-image: url(https://acrude.com/martex/images/hero-15.jpg);
            padding-top: 130px;
}

.hero-15-txt {
            margin-top: -20px;
}

.hero-15-txt h2 {
            padding-right: 5%;
}

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

#hero-16 {
            background-image: url(https://acrude.com/martex/images/hero-16.jpg);
            padding-top: 170px;
            margin-bottom: 80px;
}

.hero-16-img {
            margin-top: 60px;
            margin-bottom: -80px;
}

#hero-17 {
            text-align: center;
            padding-top: 170px;
            background-image: url(https://acrude.com/martex/images/hero-17.jpg);
            background-position: top center;
}

#hero-17 #brands-1 {
            padding: 80px 6% 0;
}

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

#hero-18 {
            padding-top: 140px;
            padding-bottom: 80px;
}

#hero-18:after {
            position: absolute;
            content: "";
            z-index: -1;
            width: 74%;
            height: 100%;
            top: 0;
            left: 26%;
            background-image: url(https://acrude.com/martex/images/hero-18.jpg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            border-radius: 0 0 0 60px;
}

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

.hero-18-img {
            text-align: center;
            padding-right: 15px;
}

#hero-19 {
            padding-top: 170px;
}

.hero-19-txt p {
            padding: 0 10%;
}

#hero-20 {
            background-image: url(https://acrude.com/martex/images/hero-20.jpg);
            padding-top: 100px;
            padding-bottom: 100px;
}

#hero-20:after {
            position: absolute;
            content: "";
            z-index: -1;
            width: 51%;
            height: 100%;
            top: 0;
            left: 0;
            background-image: linear-gradient(180deg, #f4f4f9, #fbfbfd);
}

.hero-20-txt {
            padding: 0 8% 0 15px;
}

.hero-section .hero-20-txt h2.s-48 {
            margin-bottom: 28px;
}

#hero-21 {
            padding-top: 170px;
}

.hero-21-txt {
            margin-bottom: 60px;
}

.hero-21-txt h2 {
            margin-bottom: 35px;
}

.hero-21-wrapper {
            overflow: hidden;
}

#hero-21 .hero-overlay {
            background-image: url(https://acrude.com/martex/images/hero-21.jpg);
            padding: 90px 70px 0;
}

.hero-21-img {
            position: relative;
            margin-bottom: -25%;
}

#hero-22 {
            position: relative;
            background-image: url(https://acrude.com/martex/images/hero-22.jpg);
            padding-top: 160px;
}

#hero-22-form {
            position: relative;
            z-index: 999;
            background-color: #fff;
            border: 1px solid #f8f8f8;
            padding: 45px 35px 35px;
            -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
            -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
}

#hero-22-form h4 {
            line-height: 1.4;
            margin-bottom: 20px;
}

#hero-22-form p {
            color: #757575;
            margin-bottom: 25px;
}

#hero-22-form p.p-sm {
            text-align: center;
            padding: 0 5% !important;
            margin-top: 5px;
            margin-bottom: 0;
}

#hero-22-form p a {
            color: #1e90ff;
            text-decoration: underline;
}

#hero-23 {
            position: relative;
            background-image: url(https://acrude.com/martex/images/hero-23.jpg);
            padding-top: 100px;
            margin-bottom: 25px;
}

.hero-23-txt p {
            padding: 0 5%;
}

.hero-23-img {
            margin-top: 40px;
            margin-bottom: -25px;
}

#hero-24 {
            background-image: url(https://acrude.com/martex/images/hero-24.jpg);
            padding-top: 200px;
            padding-bottom: 150px;
}

#hero-25 {
            background-image: url(https://acrude.com/martex/images/hero-25.jpg);
            padding-top: 120px;
            padding-bottom: 100px;
}

.hero-25-txt h2 {
            margin-bottom: 22px;
}

.hero-25-txt p.p-lg {
            padding-right: 10%;
            margin-bottom: 30px;
}

#hero-26 {
            position: relative;
            background-image: url(https://acrude.com/martex/images/hero-26.jpg);
            padding-top: 160px;
            z-index: 3;
}

.hero-26-txt {
            margin-top: -80px;
}

.hero-26-txt h2 {
            padding-right: 2%;
}

.hero-26-img {
            position: relative;
            text-align: center;
            margin: 0 -90% 0 -60px;
}

#hero-27 .hero-overlay {
            background-image: url(https://acrude.com/martex/images/hero-27.png);
            background-position: top center;
            padding-top: 170px;
}

.hero-27-txt h2 {
            margin-bottom: 26px !important;
}

.hero-27-txt p.s-20 {
            padding: 0 6%;
            margin-bottom: 30px !important;
}

.hero-27-txt p.s-21 {
            padding: 0 5%;
}

.request-form .form-control {
            height: 58px;
            background-color: #f5f6f8;
            border: 1px solid transparent;
            color: #666;
            font-size: 1rem;
            font-weight: 400;
            margin-bottom: 22px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.hero-form-wrapper .form-control::-moz-placeholder {
            color: #999;
}

.hero-form-wrapper .form-control:-ms-input-placeholder {
            color: #999;
}

.hero-form-wrapper .form-control::-webkit-input-placeholder {
            color: #999;
}

.request-form .form-control:focus {
            background-color: #fff;
            border-color: #1680fb;
            outline: 0;
            box-shadow: none;
}

#hero-22-form .btn,
#hero-8-form .btn {
            width: 100%;
            height: 58px;
            padding: 16px;
}

.a2-txt {
            padding: 20px 30px 35px;
}

#about-1 .txt-block p {
            margin-bottom: 0;
}

#about-4 .txt-block p {
            margin-top: 25px;
            margin-bottom: 0;
}

.a2-txt-author {
            line-height: 1.45;
            font-weight: 500;
            margin-top: 18px;
            margin-bottom: 0;
}

.a2-txt-author span {
            display: block;
            font-weight: 300;
}

.about-3-images {
            padding: 0 5%;
}

.about-2-img {
            overflow: hidden;
}

.about-3-img {
            overflow: hidden;
            height: 460px;
}

.a-2-1 {
            margin-left: 13%;
            margin-bottom: 30px;
}

.a-2-2 {
            margin-left: -10%;
}

.a-2-3 {
            margin-right: -10%;
            margin-bottom: 30px;
}

.a-2-4 {
            margin-right: -10%;
}

#a4-1 {
            position: relative;
            padding-right: 30px;
            margin-top: -30px;
}

#a4-2 {
            position: relative;
            padding-left: 30px;
            margin-bottom: -30px;
}

.txt-block h2,
.txt-block h3 {
            margin-bottom: 26px;
}

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

h5.h5-title {
            margin-top: 20px;
            margin-bottom: 20px;
}

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

.payment-methods {
            margin-top: 25px;
}

.payment-methods p {
            font-weight: 400;
            margin-bottom: 12px;
}

.payment-icons li {
            display: inline-block !important;
            vertical-align: top;
            clear: none !important;
            margin: 0;
            padding-right: 5px;
}

.payment-icons li:last-child {
            padding-right: 0;
}

.payment-icons img {
            width: auto;
            max-width: inherit;
            max-height: 32px;
}

.grey-img {
            filter: grayscale(100%);
}

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

.img-block-btn,
.img-block-txt {
            margin-top: 60px;
}

.projects-wrapper {
            padding: 0 10px;
}

#pt-1-1,
#pt-1-2,
.inner-page-hero #pt-1-3,
.inner-page-hero #pt-1-4 {
            margin-bottom: 50px;
}

.hover-overlay {
            width: 100%;
            height: auto;
            overflow: hidden;
            position: relative;
}

.hover-overlay img {
            transform: scale(1);
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            -moz-transform: scale(1);
            overflow: hidden;
            -webkit-transition: transform 0.4s;
            -moz-transition: transform 0.4s;
            -o-transition: transform 0.4s;
            transition: transform 0.4s;
}

.item-overlay {
            opacity: 0;
            -moz-opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(20, 20, 20, 0.25);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.more-projects {
            text-align: center;
            margin-top: 70px;
}

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

.reviews-3-wrapper {
            padding: 0 20px;
}

.reviews-4-wrapper,
.reviews-5-wrapper {
            padding-left: 40px;
}

.reviews-section button {
            background-color: transparent;
            border: none;
            padding: 0 2px;
}

#brands-3 {
            position: relative;
}

#brands-3:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 80%;
            top: 0;
            left: 0;
            z-index: -1;
}

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

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

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

.brands-3-wrapper {
            padding: 50px 30px;
            background-color: #fff;
            border: 1px solid #e9ecef;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
}

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

#brands-1 .brands-carousel-5 .brand-logo {
            padding: 0 30px;
}

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

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

#brands-2 .brand-logo {
            padding: 0;
}

#brands-3 .brand-logo {
            padding: 0 25px;
}

#brands-4 .brand-logo {
            padding: 0 20px;
}

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

.brands-section .more-btn {
            text-align: center;
            margin-top: 40px;
}

.integrations-2-wrapper {
            padding: 80px 70px;
}

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

.pricing-1-table {
            padding: 50px 38px 45px;
}

.text-center .pricing-1-table {
            padding: 60px 35px 50px;
}

.pricing-2-table {
            padding: 45px 38px 50px;
}

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

.pricing-4-table {
            position: relative;
            padding: 45px;
}

#pt-4-1 {
            margin: 0 10px 40px 50px;
}

#pt-4-2 {
            margin: 0 50px 40px 10px;
}

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

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

.pricing-table-header h4 {
            margin-bottom: 25px;
}

.pricing-discount {
            position: absolute;
            top: -2px;
            right: -10px;
            padding: 8px 18px;
}

.pricing-1-table .pricing-discount {
            top: -2px;
            right: -5px;
            padding: 7px 13px;
}

.text-center .pricing-1-table .pricing-discount {
            top: -35px;
            right: -8px;
}

.pricing-discount h6 {
            font-size: 1.1rem;
            line-height: 1;
            margin-bottom: 0;
}

.pricing-1-table .pricing-discount h6 {
            font-size: 0.915rem;
}

.price.color--black .white--color {
            color: #fff;
}

.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: 3rem;
            line-height: 1;
            font-weight: 600;
            letter-spacing: -2px;
}

.pricing-3-table .price span {
            font-size: 4.35rem;
}

.pricing-4-table .price span {
            font-size: 3.15rem;
}

.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: 2.35rem;
            top: -23px;
            right: 3px;
}

.pricing-4-table .price sup {
            font-size: 2.05rem;
            top: -10px;
            right: 2px;
}

.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 {
            display: block;
            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;
}

.pricing-2-table .price p {
            margin-bottom: 15px;
}

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

.pricing-section .btn-txt a {
            text-decoration: underline;
}

.pricing-1-table hr {
            margin-top: 35px;
}

.pricing-2-table hr {
            margin-top: 25px;
}

.pricing-features li {
            padding: 11px 8px;
}

.pricing-4-table .pricing-features li {
            padding: 10px;
}

.pricing-features li p {
            line-height: 1;
            font-weight: 400;
            margin-bottom: 0;
}

.pricing-features li p span {
            position: relative;
            top: -2px;
            right: 5px;
}

.pricing-features.ico-10 li p span {
            top: 0;
            right: 4px;
}

.pricing-features.ico-5 [class*="flaticon-"]:after,
.pricing-features.ico-5 [class*="flaticon-"]:before {
            font-size: 0.5rem;
}

.pricing-features li.disabled-option p,
.pricing-features li.disabled-option span {
            color: #b5b5b5 !important;
}

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

.p-table p.btn-txt {
            margin: 14px 0 0 0;
}

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

#pricing-4 .ext-toggle-btn {
            margin: 0 50px 35px 10px;
}

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

.toggle-btn-lg .toggler-txt {
            font-size: 1.15rem;
            font-weight: 400;
            line-height: 40px;
}

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

.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;
}

.toggle-btn-lg .switch-wrap {
            min-width: 70px;
            height: 40px;
            margin: 0 14px;
}

.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;
}

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

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

.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;
}

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

.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;
}

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

.switcher.bg--grey:before,
.switcher.bg--tra-white: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-lg .switch-wrap input:checked + .switcher,
.toggle-btn-md .switch-wrap input:checked + .switcher {
            padding: 0 40px 0 20px;
}

.switch-wrap input:checked + .switcher.switcher--blue-500 {
            background-color: #185abd;
            border-color: #185abd;
}

.switch-wrap input:checked + .switcher.switcher--blue-400 {
            background-color: #1680fb;
            border-color: #1680fb;
}

.switch-wrap input:checked + .switcher.switcher--blue-300 {
            background-color: #3eb1ff;
            border-color: #3eb1ff;
}

.switch-wrap input:checked + .switcher.switcher--green-500 {
            background-color: #00a14e;
            border-color: #00a14e;
}

.switch-wrap input:checked + .switcher.switcher--green-400 {
            background-color: #0fbc49;
            border-color: #0fbc49;
}

.switch-wrap input:checked + .switcher.switcher--green-300 {
            background-color: #6fd792;
            border-color: #6fd792;
}

.switch-wrap input:checked + .switcher.switcher--pink-500 {
            background-color: #ff149c;
            border-color: #ff149c;
}

.switch-wrap input:checked + .switcher.switcher--pink-400 {
            background-color: #f74780;
            border-color: #f74780;
}

.switch-wrap input:checked + .switcher.switcher--pink-300 {
            background-color: #fcb5cc;
            border-color: #fcb5cc;
}

.switch-wrap input:checked + .switcher.switcher--purple-500 {
            background-color: #663ae9;
            border-color: #663ae9;
}

.switch-wrap input:checked + .switcher.switcher--purple-400 {
            background-color: #7b5dd6;
            border-color: #7b5dd6;
}

.switch-wrap input:checked + .switcher.switcher--purple-300 {
            background-color: #bdaeea;
            border-color: #bdaeea;
}

.switch-wrap input:checked + .switcher.switcher--red-500 {
            background-color: #da0f29;
            border-color: #da0f29;
}

.switch-wrap input:checked + .switcher.switcher--red-400 {
            background-color: #ff1e1a;
            border-color: #ff1e1a;
}

.switch-wrap input:checked + .switcher.switcher--red-300 {
            background-color: #ffa5a3;
            border-color: #ffa5a3;
}

.switch-wrap input:checked + .switcher.switcher--violet-500 {
            background-color: #c73e9b;
            border-color: #c73e9b;
}

.switch-wrap input:checked + .switcher.switcher--violet-400 {
            background-color: #be6cbe;
            border-color: #be6cbe;
}

.switch-wrap input:checked + .switcher.switcher--violet-300 {
            background-color: #e2bde2;
            border-color: #e2bde2;
}

.switch-wrap input:checked + .switcher.switcher--yellow-500 {
            background-color: #ffba01;
            border-color: #ffba01;
}

.switch-wrap input:checked + .switcher.switcher--yellow-400 {
            background-color: #ffbd45;
            border-color: #ffbd45;
}

.switch-wrap input:checked + .switcher.switcher--yellow-300 {
            background-color: #ffdf35;
            border-color: #ffdf35;
}

.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.bg--tra-white:before {
            bottom: 3px;
            background-color: #fff;
            -webkit-box-shadow: 0 0;
            -moz-box-shadow: 0 0;
            box-shadow: 0 0;
}

.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 .pricing-header {
            max-width: 700px;
}

.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-"]:after,
.table-responsive .ico-15 [class*="flaticon-"]:before {
            font-size: 0.75rem;
}

.table-responsive .ico-20 [class*="flaticon-"]:after,
.table-responsive .ico-20 [class*="flaticon-"]:before {
            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 tbody tr.table-last-tr {
            border-color: transparent;
}

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

.comp-table .disabled-option {
            color: #999;
}

.comp-table-payment h6 {
            margin-bottom: 20px;
}

.comp-table-payment p {
            margin-bottom: 0;
}

.banner-overlay {
            width: 100%;
            height: 100%;
}

#banner-11 {
            margin-top: 50px;
}

#banner-12 {
            margin-top: 40px;
            margin-bottom: 10px;
}

.banner-1-wrapper,
.banner-2-wrapper,
.banner-3-wrapper {
            position: relative;
            overflow: hidden;
            text-align: center;
}

.banner-1-wrapper .banner-overlay {
            padding: 75px 15% 85px;
}

.banner-2-wrapper .banner-overlay {
            padding: 80px 15% 90px;
}

.banner-3-wrapper .banner-overlay {
            padding: 75px 20% 85px;
}

.banner-11-wrapper .banner-overlay {
            padding: 10px 70px 0;
}

.banner-12-wrapper .banner-overlay {
            padding-left: 80px;
}

.banner-13-wrapper {
            overflow: hidden;
}

.banner-13-wrapper .banner-overlay {
            overflow: hidden;
            padding-left: 80px;
}

.banner-16-wrapper .banner-overlay {
            padding: 45px 22%;
}

.banner-12-txt {
            margin-top: -10px;
            padding-right: 15%;
}

.banner-13-txt {
            padding-right: 15%;
}

.banner-section .section-id {
            font-weight: 600;
            padding-top: 10px;
            margin-bottom: 30px;
}

.banner-1-txt h2 {
            margin-bottom: 15px;
}

.banner-2-txt h2 {
            margin-bottom: 35px;
}

.banner-4-txt h2 {
            margin-bottom: 30px;
}

.banner-7-txt h2 {
            margin-bottom: 35px;
}

.banner-10-txt h6 {
            font-weight: 400;
            margin-bottom: 12px;
}

.banner-10-txt h2 {
            margin-bottom: 25px;
}

.banner-11-txt h2,
.banner-12-txt h2,
.banner-13-txt h2 {
            margin-bottom: 22px;
}

.banner-15-txt h2 {
            margin-bottom: 45px;
}

.banner-16-txt h4 {
            margin-bottom: 14px;
}

.banner-section p.p-lg {
            font-size: 1.15rem;
            margin-bottom: 30px;
}

.banner-section p.p-xl {
            margin-bottom: 25px;
}

.sm-title .banner-1-txt p.p-lg,
.sm-title .banner-1-txt p.p-xl {
            margin-top: 12px;
            margin-bottom: 22px !important;
}

.banner-3-txt p.p-lg,
.banner-3-txt p.p-xl,
.banner-5-txt p.p-lg,
.banner-5-txt p.p-xl {
            margin-top: 20px;
}

.banner-5-txt p.s-21,
.banner-5-txt p.s-22 {
            margin-top: 20px;
            margin-bottom: 26px;
}

.banner-6-txt p.p-lg,
.banner-6-txt p.p-xl {
            margin-top: 15px;
            margin-bottom: 25px !important;
}

.banner-8-txt p.p-lg,
.banner-8-txt p.p-xl {
            margin-top: 10px;
            margin-bottom: 0 !important;
}

.banner-9-txt p.p-lg,
.banner-9-txt p.p-xl {
            margin-top: 20px;
            margin-bottom: 25px !important;
}

.banner-11-txt p {
            padding-right: 8%;
}

.banner-14-txt p.p-lg {
            font-size: 1.25rem;
            margin-top: 35px;
            margin-bottom: 40px;
}

.banner-15-txt p a {
            text-decoration: underline;
}

.banner-11-img {
            margin-top: -60px;
            margin-left: -40px;
}

.banner-12-img {
            margin: -40px -20px -30px -40px;
}

.banner-13-img {
            transform: rotate(-20deg);
            margin: -60px -120px -70px -40px;
}

#faqs-1 .section-title {
            margin-bottom: 50px;
}

#faqs-2 .inner-page-title {
            margin-bottom: 55px;
}

#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;
}

.question p.color--grey a.color--blue {
            color: #1680fb !important;
}

.more-questions {
            text-align: center;
}

#faqs-2 .more-questions {
            margin: 70px auto 0;
}

.more-questions-txt {
            display: inline-block;
            padding: 22px 46px;
}

.more-questions-txt p {
            line-height: 1;
            margin-bottom: 0;
}

.more-questions-txt a {
            font-weight: 500;
            text-decoration: underline;
}

#newsletter-1 .newsletter-overlay {
            padding-top: 60px;
            padding-bottom: 60px;
}

#newsletter-2 .container {
            padding-left: 0;
            padding-right: 0;
}

#newsletter-2 .newsletter-overlay {
            padding: 60px 50px;
}

#newsletter-3 {
            margin-top: 50px;
            margin-bottom: 50px;
}

#newsletter-4 .newsletter-overlay,
#newsletter-5 .newsletter-overlay {
            padding-top: 80px;
            padding-bottom: 70px;
}

.newsletter-txt h2 {
            margin-bottom: 35px;
}

#newsletter-4 .newsletter-txt h2 {
            margin-bottom: 40px;
}

#newsletter-5 .newsletter-txt h2,
.newsletter-txt h3,
.newsletter-txt h4 {
            margin-bottom: 0;
}

.newsletter-txt p.p-sm {
            margin-bottom: 0;
}

#newsletter-4 .newsletter-txt p {
            padding: 0 10%;
}

#newsletter-5 .newsletter-txt p {
            margin-top: 20px;
            margin-bottom: 0;
}

.newsletter-txt a {
            font-weight: 500;
            text-decoration: underline;
}

#newsletter-1 .newsletter-form {
            padding-left: 15%;
            margin-top: 30px;
}

#newsletter-2 .newsletter-form {
            margin-top: 25px;
            padding-left: 12%;
}

#newsletter-4 .newsletter-form {
            padding: 0 5%;
}

#newsletter-5 .newsletter-form {
            margin-top: 35px;
            padding: 0 10%;
}

.newsletter-section .form-control {
            height: 56px;
            background-color: #fff;
            border: 1px solid #ccc;
            font-size: 1rem;
            color: #353f4f;
            font-weight: 400;
            padding: 0 15px;
            margin-right: 12px;
            box-shadow: none;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -o-border-radius: 6px;
            border-radius: 6px;
}

#newsletter-1.newsletter-section .form-control {
            height: 54px;
            font-size: 0.975rem;
}

#newsletter-5.newsletter-section .form-control {
            height: 62px;
            font-size: 1.0625rem;
}

.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;
}

.newsletter-section .form-control:focus {
            background-color: #fff;
            outline: 0;
            box-shadow: none;
            border-color: #1680fb;
}

.newsletter-section .purple-focus .form-control:focus {
            border-color: #8863ee;
}

.newsletter-section .form-control::-moz-placeholder {
            color: #aaa;
}

.newsletter-section .form-control:-ms-input-placeholder {
            color: #aaa;
}

.newsletter-section .form-control::-webkit-input-placeholder {
            color: #aaa;
}

.newsletter-section .btn {
            display: block;
            width: 100% !important;
            height: 56px;
}

#newsletter-1 .btn {
            height: 54px;
            font-size: 0.925rem;
            padding: 0.7rem 1.3rem;
}

#newsletter-5.newsletter-section .btn {
            height: 62px;
}

.newsletter-section .form-notification {
            color: #3eb1ff;
            font-size: 0.9rem;
            font-weight: 400;
            line-height: 1;
            margin-top: 15px;
            margin-left: 5px;
}

.newsletter-section .text-center .form-notification {
            margin-left: 0;
}

.bg--color.newsletter-section .form-notification {
            color: #fff;
}

#newsletter-3 .newsletter-img {
            margin-top: -50px;
            margin-bottom: -50px;
}

#newsletter-3 .col-lg-6 .newsletter-img {
            padding-left: 40px;
}

.meta-list-divider {
            position: relative;
            top: 0;
            transform: rotate(-90deg);
            padding: 0 1px;
}

#contacts-1 .contact-form p {
            color: #353f4f;
            line-height: 1;
            font-weight: 500;
            margin-bottom: 10px;
            padding-left: 8px;
}

#contacts-1 .contact-form .col-md-12 span {
            display: block;
            font-size: 0.95rem;
            line-height: 1;
            font-weight: 300;
            margin-bottom: 20px;
            padding-left: 8px;
}

.contact-form .form-control {
            height: 62px;
            background-color: #f5f6f8;
            border: 1px solid transparent;
            box-shadow: 0 0;
            color: #3a4a56;
            font-size: 1rem;
            font-weight: 400;
            padding: 0 15px;
            margin-bottom: 30px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
}

.contact-form .form-control::-moz-placeholder {
            color: #999;
}

.contact-form .form-control:-ms-input-placeholder {
            color: #999;
}

.contact-form .form-control::-webkit-input-placeholder {
            color: #999;
}

.contact-form .form-control:focus {
            outline: 0 none;
            box-shadow: none;
            background-color: #fcfdfd;
            border-color: #1680fb;
}

.contact-form .loading {
            color: #00b2e4;
            font-size: 1.0625rem;
            line-height: 1;
            font-weight: 500;
            padding-left: 15px;
}

.footer {
            padding-bottom: 50px;
}

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

#footer-10 .footer-info {
            margin-bottom: 40px;
            padding-bottom: 55px;
            border-bottom: 1px solid #dbdddf;
}

#footer-10 .footer-links {
            margin-bottom: 30px;
}

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

#footer-10 img.footer-logo {
            max-height: 46px;
}

#footer-1 .footer-logo,
#footer-5 .footer-logo,
#footer-6 .footer-logo,
#footer-7 .footer-logo {
            margin-bottom: 25px;
}

.footer h6 {
            line-height: 1;
            margin-bottom: 25px;
}

#footer-9.footer h6 {
            line-height: 1.5;
}

.bg--black.footer h6 {
            color: #fff;
}

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

.footer-info-copyright p span {
            position: relative;
            top: 2px;
            padding: 0 2px;
}

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

.footer .footer-mail-link {
            margin-left: 3px;
            margin-bottom: 0;
}

#footer-1 .footer-info .footer-mail-link {
            margin-top: 10px;
}

#footer-2 .footer-links .footer-mail-link,
#footer-3 .footer-links .footer-mail-link {
            margin-left: 0;
            margin-bottom: 20px;
}

.footer-mail-link a {
            font-weight: 400;
}

.footer-mail-link span {
            position: relative;
            top: 4px;
            right: 3px;
}

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

.bg--black.footer .footer-mail-link a {
            color: #a0a7b1;
}

.bg--black.footer .footer-mail-link a:hover {
            color: #fff !important;
}

#footer-2 .footer-links {
            padding-left: 10%;
}

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

.foo-links.ico-10 li span {
            position: relative;
            top: 1.5px;
            right: 3px;
}

#footer-8 .foo-links li {
            display: inline-block !important;
            padding-left: 20px;
}

#footer-10 .foo-links li {
            display: inline-block !important;
            padding: 0 10px;
}

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

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

.foo-links li a span.ext-link {
            display: inline-block;
            position: relative;
            left: 3px;
            top: 1.5px;
            transform: rotate(-60deg);
}

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

.bg--black.footer .foo-links li p a {
            color: #a0a7b1;
}

.bg--black.footer .foo-links li p a:hover {
            color: #fff !important;
}

.footer-socials {
            margin: 0;
            display: inline-block;
}

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

.footer-socials a {
            display: block;
            margin-right: 15px;
}

.footer-socials.ico-20 a,
.footer-socials.ico-25 a {
            margin-right: 16px;
}

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

.bg--black.footer .footer-socials li a {
            color: #a0a7b1;
}

.bg--black.footer .footer-socials li a:hover {
            color: #fff !important;
}

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

#footer-7 .footer-form {
            padding-left: 8%;
}

.footer-form .newsletter-form .input-group {
            background-color: #f4f4f4;
            border: 1px solid transparent;
            padding: 9px 2px;
}

.footer-form .form-control {
            height: 32px;
            background-color: transparent;
            border: none;
            color: #666;
            font-size: 1rem;
            font-weight: 400;
            padding: 0 10px;
            box-shadow: none;
}

.footer-form .form-control:focus {
            border: none;
            border-right: none;
            outline: 0;
            box-shadow: none;
}

.footer-form .form-control::-moz-placeholder {
            color: #6c757d;
}

.footer-form .form-control:-ms-input-placeholder {
            color: #6c757d;
}

.footer-form .form-control::-webkit-input-placeholder {
            color: #6c757d;
}

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

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

.footer-form .form-notification {
            color: #1680fb;
            font-size: 0.85rem;
            line-height: 1.25;
            font-weight: 400;
            margin-top: 12px;
            margin-left: 5px;
}

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

#footer-8 .bottom-footer,
#footer-9 .bottom-footer {
            margin-top: 20px;
}

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

.bg--black.footer .footer-copyright p {
            color: #a0a7b1;
}

.bottom-secondary-link p {
            margin-bottom: 0;
}

.bottom-secondary-link p span {
            position: relative;
            top: 1px;
            padding: 0 2px;
}

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

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

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

#footer-4 .bottom-footer-list li,
#footer-9 .bottom-footer-list li {
            padding-left: 15px;
}

#footer-10 .bottom-footer-socials li {
            padding: 0 15px;
}

.footer-list-divider {
            position: relative;
            top: -0.5px;
            transform: rotate(-90deg);
            margin-left: 4px;
}

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

.bottom-footer-list li p {
            display: inline-block;
            float: left;
            margin-bottom: 0;
}

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

.bottom-footer-payment li span {
            line-height: 1 !important;
            position: relative;
            top: 4px;
            opacity: 0.8;
}

#footer-4 .bottom-footer-list li span,
#footer-9 .bottom-footer-list li span {
            margin-top: 1px;
            margin-right: 2px;
}

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

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

.bg--black.footer .bottom-footer-list li p a {
            color: #a0a7b1;
}

.bg--black.footer .bottom-footer-list li p a:hover {
            color: #fff !important;
}

.page-hero-section-overlay {
            position: relative;
            width: 100%;
            padding-top: 150px;
}

.page-hero-section-overlay .txt-block {
            margin-top: -40px;
}

.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;
}

.page-hero-section h2 {
            line-height: 1.15;
            margin-bottom: 30px;
}

.page-link {
            color: #6c757d;
            font-size: 1.1rem;
            font-weight: 500;
            padding: 2px 14px;
            margin: 0 8px;
            background-color: transparent;
            border: 2px solid transparent;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.page-item:first-child .page-link {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
            color: #6c757d;
            background-color: transparent;
            border: 2px solid transparent;
}

.page-link:hover {
            color: #6c757d;
            background-color: transparent;
            border: 2px solid #ccc;
}

.page-link:focus {
            color: #6c757d;
            background-color: transparent;
            border: 2px solid transparent;
            box-shadow: 0 0;
}

.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;
}

#login,
#signup {
            background: url(https://acrude.com/martex/images/login.jpg);
            background-position: bottom left;
            min-height: 100vh;
            padding-top: 80px;
            padding-bottom: 80px;
}

.login-page-logo {
            text-align: center;
            margin-bottom: 45px;
}

.login-page-logo img {
            width: auto;
            max-width: inherit;
            max-height: 45px;
}

.form-data span {
            display: block;
            font-size: 0.85rem;
            margin-bottom: 0;
}

.form-data span a {
            color: #353f4f;
            font-weight: 500;
            text-decoration: underline;
}

.login-1 .form-control,
.signup-1 .form-control {
            background-color: #fff;
            border: 1px solid #ccc;
}

.btn-google img {
            position: relative;
            width: 22px;
            height: 22px;
            top: -2px;
            right: 5px;
}

.wrap-input {
            position: relative;
}

.page-404-txt {
            padding-top: 180px;
            padding-bottom: 100px;
}

.page-404-txt h2 {
            margin-bottom: 20px;
}

.page-404-txt h6 {
            line-height: 1.6;
            font-weight: 400;
            padding: 0 5%;
            margin-bottom: 30px;
}

.page-404-img {
            padding: 0 5%;
            margin-bottom: 60px;
}

.theme--dark .bg--white-100,
body.theme--dark {
            background-color: #232734 !important;
}

body.theme--dark {
            color: #b1b7cd;
}

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

.theme--dark .bg--purple-100,
.theme--dark .bg--white-300,
.theme--dark .bg--white-400 {
            background-color: #1d212c;
}

.theme--dark .bg--02,
.theme--dark .bg--04 {
            background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.55) 100%);
}

.theme--dark .gr--whitesmoke {
            background-image: linear-gradient(180deg, rgba(29, 33, 44, 0.8) 50%, rgba(29, 33, 44, 0.05) 100%);
}

.theme--dark .footer hr,
.theme--dark hr.divider {
            background-image: linear-gradient(90deg, rgba(122, 125, 147, 0) 0, #7a7d93 38%, #7a7d93 64%, rgba(122, 125, 147, 0) 99%);
}

.theme--dark h1,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5,
.theme--dark h6 {
            color: #fff;
}

.theme--dark a {
            color: #b1b7cd;
}

.theme--dark a.tra-link:hover span,
.theme--dark a:hover {
            color: #f7f8f9 !important;
}

.theme--dark .btn--tra-black,
.theme--dark .hover--tra-black:hover {
            color: #b1b7cd !important;
            background-color: transparent !important;
            border-color: #b1b7cd !important;
}

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

.theme--dark .white-scroll .hover--tra-black:hover {
            color: #fff !important;
            border-color: #fff !important;
            background-color: transparent !important;
}

.theme--dark .navbar-dark .scroll .hover--tra-black:hover {
            color: #fff !important;
            background-color: transparent !important;
            border-color: #fff !important;
}

.theme--dark .btn--white,
.theme--dark .hover--white:hover {
            color: #353f4f !important;
            background-color: #fff !important;
            border-color: #fff !important;
}

.theme--dark .btn--tra-white,
.theme--dark .hover--tra-white:hover {
            color: #f1f1f1 !important;
            background-color: transparent !important;
            border-color: #f1f1f1 !important;
}

.theme--dark .white-scroll .scroll .hover--tra-white:hover {
            color: #fff !important;
            background-color: transparent !important;
            border-color: #fff !important;
}

.theme--dark .black-scroll .scroll .hover--tra-grey:hover,
.theme--dark .btn--tra-grey,
.theme--dark .hover--tra-grey:hover,
.theme--dark .white-scroll .scroll .hover--tra-grey:hover {
            color: #b1b7cd !important;
            background-color: transparent !important;
            border-color: #b1b7cd !important;
}

.theme--dark .black-scroll .scroll .hover--blue-500:hover,
.theme--dark .btn--blue-500,
.theme--dark .hover--blue-500:hover,
.theme--dark .white-scroll .scroll .hover--blue-500:hover {
            color: #fff !important;
            border-color: #185abd !important;
            background-color: #185abd !important;
}

.theme--dark .black-scroll .scroll .hover--blue-400:hover,
.theme--dark .btn--blue-400,
.theme--dark .hover--blue-400:hover,
.theme--dark .white-scroll .scroll .hover--blue-400:hover {
            color: #fff !important;
            border-color: #1680fb !important;
            background-color: #1680fb !important;
}

.theme--dark .black-scroll .scroll .hover--blue-300:hover,
.theme--dark .btn--blue-300,
.theme--dark .hover--blue-300:hover,
.theme--dark .white-scroll .scroll .hover--blue-300:hover {
            color: #fff !important;
            border-color: #3eb1ff !important;
            background-color: #3eb1ff !important;
}

.theme--dark .black-scroll .scroll .hover--pink-500:hover,
.theme--dark .btn--pink-500,
.theme--dark .hover--pink-500:hover,
.theme--dark .white-scroll .scroll .hover--pink-500:hover {
            color: #fff !important;
            border-color: #ff149c !important;
            background-color: #ff149c !important;
}

.black-scroll .scroll .hover--pink-400:hover,
.theme--dark .btn--pink-400,
.theme--dark .hover--pink-400:hover,
.white-scroll .scroll .hover--pink-400:hover {
            color: #fff !important;
            border-color: #f74780 !important;
            background-color: #f74780 !important;
}

.theme--dark .black-scroll .scroll .hover--pink-300:hover,
.theme--dark .btn--pink-300,
.theme--dark .hover--pink-300:hover,
.theme--dark .white-scroll .scroll .hover--pink-300:hover {
            color: #fff !important;
            border-color: #fcb5cc !important;
            background-color: #fcb5cc !important;
}

.theme--dark .black-scroll .scroll .hover--purple-500:hover,
.theme--dark .btn--purple-500,
.theme--dark .hover--purple-500:hover,
.theme--dark .white-scroll .scroll .hover--purple-500:hover {
            color: #fff !important;
            border-color: #663ae9 !important;
            background-color: #663ae9 !important;
}

.theme--dark .black-scroll .scroll .hover--purple-400:hover,
.theme--dark .btn--purple-400,
.theme--dark .hover--purple-400:hover,
.theme--dark .white-scroll .scroll .hover--purple-400:hover {
            color: #fff !important;
            border-color: #7b5dd6 !important;
            background-color: #7b5dd6 !important;
}

.theme--dark .black-scroll .scroll .hover--purple-300:hover,
.theme--dark .btn--purple-300,
.theme--dark .hover--purple-300:hover,
.theme--dark .white-scroll .scroll .hover--purple-300:hover {
            color: #fff !important;
            border-color: #bdaeea !important;
            background-color: #bdaeea !important;
}

.theme--dark .black-scroll .scroll .hover--violet-500:hover,
.theme--dark .btn--violet-500,
.theme--dark .hover--violet-500:hover,
.theme--dark .white-scroll .scroll .hover--violet-500:hover {
            color: #fff !important;
            border-color: #c73e9b !important;
            background-color: #c73e9b !important;
}

.theme--dark .black-scroll .scroll .hover--violet-400:hover,
.theme--dark .btn--violet-400,
.theme--dark .hover--violet-400:hover,
.theme--dark .white-scroll .scroll .hover--violet-400:hover {
            color: #fff !important;
            border-color: #be6cbe !important;
            background-color: #be6cbe !important;
}

.theme--dark .black-scroll .scroll .hover--violet-300:hover,
.theme--dark .btn--violet-300,
.theme--dark .hover--violet-300:hover,
.theme--dark .white-scroll .scroll .hover--violet-300:hover {
            color: #fff !important;
            border-color: #e2bde2 !important;
            background-color: #e2bde2 !important;
}

.theme--dark .section-id {
            color: #eee;
}

.theme--dark .color--black,
.theme--dark .color--black a,
.theme--dark .color--black h2,
.theme--dark .color--black h3,
.theme--dark .color--black h4,
.theme--dark .color--black h5,
.theme--dark .color--black h6,
.theme--dark .color--black i,
.theme--dark .color--black li,
.theme--dark .color--black p,
.theme--dark .color--black span {
            color: #fff;
}

.theme--dark .color--grey,
.theme--dark .color--grey a,
.theme--dark .color--grey h2,
.theme--dark .color--grey h3,
.theme--dark .color--grey h4,
.theme--dark .color--grey h5,
.theme--dark .color--grey h6,
.theme--dark .color--grey i,
.theme--dark .color--grey li,
.theme--dark .color--grey p,
.theme--dark .color--grey span,
.theme--dark .color--white .color--grey {
            color: #b1b7cd;
}

.theme--dark .dark-menu .wsmainfull,
.theme--dark .white-menu .wsmainfull {
            background-color: #1d222f !important;
            -webkit-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            -moz-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .navbar-dark.inner-page-header .wsmenu > .wsmenu-list > li > a {
            color: #fff;
}

.theme--dark .navbar-dark.inner-page-header .wsmenu > .wsmenu-list > li > a:hover {
            color: #eee !important;
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu {
            background-color: #2c3142 !important;
            border: solid 1px #2c3142 !important;
            -webkit-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            -moz-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu:before {
            background-color: #2c3142;
            border-left: solid 1px #2c3142;
            border-top: solid 1px #2c3142;
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
            color: #b1b7cd;
            background-color: transparent !important;
}

.theme--dark .scroll .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
            color: #b1b7cd;
}

.theme--dark .dark-menu.dark-scroll .wsmainfull.scroll,
.theme--dark .tra-menu .wsmainfull.scroll,
.theme--dark .white-menu .wsmainfull.scroll {
            background-color: #1d222f !important;
            padding: 0;
            -webkit-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            -moz-box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
            box-shadow: 0 2px 3px rgba(1, 1, 1, 0.1);
}

.theme--dark .tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li > a,
.theme--dark .tra-menu.navbar-dark.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
            color: #b1b7cd;
}

.theme--dark .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
            background-color: rgba(0, 0, 0, 0.12) !important;
}

.theme--dark .navbar-dark.inner-page-header .logo-black {
            display: none;
}

.theme--dark .navbar-dark.inner-page-header .logo-white {
            display: block;
}

.theme--dark .navbar-dark .scroll .logo-black {
            display: none;
}

.theme--dark .navbar-dark .scroll .logo-white {
            display: block;
}

.theme--dark .hero-section .color--black,
.theme--dark .hero-section .color--black a,
.theme--dark .hero-section .color--black h2,
.theme--dark .hero-section .color--black h3,
.theme--dark .hero-section .color--black h4,
.theme--dark .hero-section .color--black h5,
.theme--dark .hero-section .color--black h6,
.theme--dark .hero-section .color--black i,
.theme--dark .hero-section .color--black li,
.theme--dark .hero-section .color--black p,
.theme--dark .hero-section .color--black span,
.theme--dark .hero-section .color--white .color--black {
            color: #353f4f;
}

.theme--dark .hero-section p {
            color: #6c757d;
}

.theme--dark .hero-section .color--white p {
            color: #fff;
}

.theme--dark .hero-section.gr--whitesmoke p {
            color: #b1b7cd;
}

.theme--dark .hero-section .section-id.color--grey {
            color: #6c757d;
}

.theme--dark .hero-10-txt p,
.theme--dark .hero-15-txt p,
.theme--dark .hero-16-txt p,
.theme--dark .hero-17-txt p,
.theme--dark .hero-18-txt p,
.theme--dark .hero-19-txt p,
.theme--dark .hero-20-txt p,
.theme--dark .hero-21-txt p,
.theme--dark .hero-23-txt p,
.theme--dark .hero-25-txt p,
.theme--dark .hero-5-txt p,
.theme--dark .hero-6-txt p {
            color: #b1b7cd;
}

.theme--dark .hero-section .request-form .form-control {
            color: #fff;
            background-color: #363f54;
}

.theme--dark .hero-section .request-form .form-control::-moz-placeholder {
            color: #b1b7cd;
}

.theme--dark .hero-section .request-form .form-control:-ms-input-placeholder {
            color: #b1b7cd;
}

.theme--dark .hero-section .request-form .form-control::-webkit-input-placeholder {
            color: #b1b7cd;
}

.theme--dark .hero-section .request-form .form-control:focus {
            background-color: #505c77;
            border-color: transparent;
}

.theme--dark #hero-3:after,
.theme--dark #hero-4:after {
            background-color: #232734;
}

.theme--dark .hero-4-txt h2 {
            color: #353f4f;
}

.theme--dark .hero-4-txt .btn.btn--tra-black {
            color: #353f4f !important;
            background-color: transparent !important;
            border-color: #353f4f !important;
}

.theme--dark #hero-5 {
            background-image: url(https://acrude.com/martex/images/hero-5-dark.jpg);
}

.theme--dark .hero-6-wrapper {
            background-image: linear-gradient(90deg, #1d212c, #1d212c);
}

.theme--dark #hero-8-form {
            background-color: #1d222f;
            border: 1px solid #1d222f;
}

.theme--dark #hero-8-form p {
            color: #b1b7cd;
}

.theme--dark #hero-10 {
            background-image: url(https://acrude.com/martex/images/hero-10-dark.jpg);
}

.theme--dark #hero-15 {
            background-image: url(https://acrude.com/martex/images/hero-15-dark.jpg);
}

.theme--dark #hero-16 {
            background-image: url(https://acrude.com/martex/images/hero-16-dark.jpg);
}

.theme--dark #hero-17 {
            background-image: url(https://acrude.com/martex/images/hero-17-dark.jpg);
}

.theme--dark #hero-18:after {
            background-image: url(https://acrude.com/martex/images/hero-18-dark.jpg);
}

.theme--dark #hero-20:after {
            background-image: linear-gradient(180deg, #1d212c, #232734);
}

.theme--dark #hero-21 .hero-overlay {
            background-image: url(https://acrude.com/martex/images/hero-21-dark.jpg);
}

.theme--dark #hero-23 {
            background-image: url(https://acrude.com/martex/images/hero-23-dark.jpg);
}

.theme--dark .hero-23-txt p span.color--black {
            color: #fff;
}

.theme--dark #hero-25 {
            background-image: url(https://acrude.com/martex/images/hero-25-dark.jpg);
}

.theme--dark #hero-27 .hero-overlay {
            background-image: url(https://acrude.com/martex/images/hero-27-dark.png);
}

.theme--dark .pricing-discount h6 {
            color: #353f4f;
}

.theme--dark .table > :not(caption) > * > * {
            color: #b1b7cd;
            background-color: #232734;
}

.theme--dark .comp-table .table thead th {
            color: #fff;
            border-color: #363f54;
}

.theme--dark .comp-table tbody th {
            border-bottom: 1px solid #363f54 !important;
}

.theme--dark .comp-table .table tr td {
            border-bottom: 2px solid #363f54;
}

.theme--dark .switcher.bg--grey {
            background-color: #363f54;
            border: 2px solid #363f54;
}

.theme--dark .newsletter-section .form-control {
            color: #f1f1f1;
            background-color: #363f54;
            border: 1px solid #363f54;
}

.theme--dark .newsletter-section .form-control:focus {
            background-color: #505c77;
            border-color: transparent;
}

.theme--dark .newsletter-section .form-control::-moz-placeholder {
            color: #b1b7cd;
}

.theme--dark .newsletter-section .form-control:-ms-input-placeholder {
            color: #b1b7cd;
}

.theme--dark .newsletter-section .form-control::-webkit-input-placeholder {
            color: #b1b7cd;
}

.theme--dark #contacts-1 .contact-form p {
            color: #fff;
}

.theme--dark .contact-form .form-control {
            color: #f1f1f1;
            background-color: #363f54;
}

.theme--dark .contact-form .form-control::-moz-placeholder {
            color: #b1b7cd;
}

.theme--dark .contact-form .form-control:-ms-input-placeholder {
            color: #b1b7cd;
}

.theme--dark .contact-form .form-control::-webkit-input-placeholder {
            color: #b1b7cd;
}

.theme--dark .contact-form .form-control:focus {
            background-color: #505c77;
            border-color: transparent;
}

.theme--dark #footer-10 .footer-info {
            border-bottom: 1px solid #363f54;
}

.theme--dark .footer-form .newsletter-form .btn.dark-color span {
            color: #2f353e !important;
}

.theme--dark .footer-form .newsletter-form .input-group {
            background-color: #282d3c;
            border: 1px solid #505c77;
}

.theme--dark .footer-form .form-control {
            color: #fff;
}

.theme--dark .footer-form .form-control::-moz-placeholder {
            color: #b1b7cd;
}

.theme--dark .footer-form .form-control:-ms-input-placeholder {
            color: #b1b7cd;
}

.theme--dark .footer-form .form-control::-webkit-input-placeholder {
            color: #b1b7cd;
}

.theme--dark .legal-info p span {
            color: #fff;
}

.theme--dark #footer-11.bg--white-300,
.theme--dark #page-404.bg--white-300 {
            background-color: #f7f8f9;
}

.theme--dark #page-404 .color--dark {
            color: #353f4f;
}

.theme--dark #footer-11.bg--white-300,
.theme--dark #footer-11.bg--white-300 .bottom-footer-list p a,
.theme--dark #page-404 h6.color--grey {
            color: #6c757d;
}

.theme--dark #login,
.theme--dark #signup {
            background: url(https://acrude.com/martex/images/login_dark.jpg);
}

.theme--dark .form-data span a {
            color: #fff;
}

.bg--theme {
            background-color: #1680fb;
}

.btn--theme {
            color: #fff !important;
            border-color: #1680fb !important;
            background-color: #1680fb !important;
}

.black-scroll .scroll .hover--theme:hover,
.hover--theme:hover,
.white-scroll .scroll .hover--theme:hover {
            color: #fff !important;
            border-color: #185abd !important;
            background-color: #185abd !important;
}

.theme--dark .white-scroll .scroll .hover--theme:hover {
            color: #fff !important;
            border-color: #185abd !important;
            background-color: #185abd !important;
}

.theme--dark .white-scroll .hover--theme:hover {
            color: #fff !important;
            border-color: #185abd !important;
            background-color: #185abd !important;
}

.color--theme,
.color--theme a,
.color--theme h1,
.color--theme h2,
.color--theme h3,
.color--theme h4,
.color--theme h5,
.color--theme h6,
.color--theme i,
.color--theme li,
.color--theme p,
.color--theme span,
.color--white .color--theme {
            color: #1680fb !important;
}

.loading--theme .loader {
            border-color: transparent #1680fb;
}

.loading--theme .loader::after {
            border-color: transparent rgba(22, 128, 251, 0.15);
}

.nav-theme .sm-info {
            background-color: #1680fb;
}

.wsmenu > .wsmenu-list.nav-theme > li > ul.sub-menu > li > a:hover {
            color: #1680fb !important;
}

.switch-wrap input:checked + .switcher.switcher--theme {
            background-color: #1680fb;
            border-color: #1680fb;
}

.newsletter-section .form-control:focus {
            background-color: #fff;
            border-color: #353f4f;
}
