/*-----------------------------------------------------------------------------------

    Template Name: 
    Template URI: 
    Description: This is html5 template
    Author: S M Shahadat Hossain
    Author URI: 
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
  
    1. Theme default CSS
    
-----------------------------------------------------------------------------------*/


/*----------------------------------------*/
/*  1. Theme default CSS
/*----------------------------------------*/

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}

div#preloader {
    background: #000 url("../img/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    padding-top: 20px;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

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

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

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

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

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}



/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/


/* 
--------------------------
- Default Typography
--------------------------
*/

body {
    font-family: 'Heebo', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Heebo', sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    line-height: 27px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}

p {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}

p img {
    margin: 0;
}

span {
    font-family: 'Heebo', sans-serif;
}


/* em and strong */

em {
    font: 15px/30px;
}

strong,
b {
    font: 15px/30px;
}

small {
    font-size: 11px;
    line-height: inherit;
}


/*  blockquotes */

blockquote {
    border-left: 0 none;
    font-family: 'Heebo', sans-serif;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}

blockquote::before {
    color: #4e5665;
    content: "";
    font-family: FontAwesome;
    font-size: 36px;
    left: 20px;
    line-height: 0;
    margin: 0;
    opacity: 0.5;
    position: absolute;
    top: 20px;
}

blockquote p {
    font-style: italic;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
}

blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none
}

/* abbreviations */

abbr {
    color: #444;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}

abbr:hover {
    cursor: help;
}

/* links */

a,
a:visited {
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #111;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}

a:hover,
a:active {
    color: #00b0ff;
    text-decoration: none;
    outline: 0;
}

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

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #e6ae48!important;
}


/* list */

ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}

li {
    line-height: 18px;
    margin-bottom: 0px;
}

ul.large li {}

li p {}


/* definition list */

dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}

button {}


/* 
--------------------------
- Custom Typography
--------------------------
*/


/* Your Custom Typography. */







/* 
--------------------------
- Custom CSS
--------------------------
*/
.section-bg-img {
    position: relative;
    z-index: 1;
}
img.section-bg-markup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


header.header-area {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    padding: 15px;
}

ul.navbar-nav {
    position: relative;
    margin: 0px auto !important;
}

ul.navbar-nav li {
    position: relative;
}

.header-area ul.navbar-nav li a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #363647;
    letter-spacing: 0px;
    margin: 0px 10px;
}
 




a.contact-btn {
    position: relative;
    border-radius: 22.5px;
    background: #F07935;
    padding: 8px 23px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0px;
}

a.contact-btn img {
    margin-left: 3px;
    display: inline-block;
}

.hero-area {
    position: relative;
    padding: 200px 0px 200px;
    margin-top: 100px;
}

.hero-text {
    position: relative;
    margin: 40px auto;
}

.hero-text h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.hero-text p {
    color: #363647;
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    text-transform: capitalize;
    line-height: 40px;
    position: relative;
    margin: 25px auto;
}

img.section-bg-markup.hero-bg {
    object-fit: cover;
    object-position: right top;
}

.hero-text a.contact-btn {
    padding: 13px 40px;
    display: inline-block;
}

.some-text-uh {
    position: relative;
    padding: 50px 0px;
}

.stu-text {
    position: relative;
}
.blog-title {
    scroll-margin-top: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-title p{
    font-size: 12px;
    color: #b8adad;

}

.stu-text h4 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0px;
    max-width: 530px;
    position: relative;
}

.stu-text p {
    color: #363647;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    letter-spacing: 0px;
}

.clients-area {
    position: relative;
    padding-bottom: 100px;
}

ul.clients-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

ul.clients-list li {
    position: relative;
    vertical-align: middle;
    flex: 1;
    text-align: center;
}

ul.clients-list li img {}

ul.clients-list li:first-child {
    margin-left: 0px;
}

ul.clients-list li:last-child {
    margin-right: 0px;
}

.powerfull-features-area {
    padding: 160px 0px;
}

.section-title {
    position: relative;
    max-width: 825px;
    margin: 0px auto 25px;
    text-align: center;
}

.section-title h3 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    text-transform: capitalize;
    position: relative;
    display: block;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.section-title p {
    color: #363647;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}

.powerfull-features-area .section-title {}

.features-slider {
    position: relative;
    margin-top: 50px;
}

.single-features {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding: 60px 35px;
}

.single-features img {
    max-width: 75px;
    max-height: 75px;
    height: 75px !important;
}

.single-features h4 {
    color: #000;
    position: relative;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: block;
    margin: 20px auto;
}

.single-features p {
    color: #363647;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    display: block;
}

.features-slider .owl-dot {
    display: inline-block;
}

.features-slider .owl-dot span {
    width: 25px;
    position: relative;
    display: block;
    height: 6px;
    background-color: #D3D3D3;
    margin: 3px;
    border-radius: 3px;
}

.owl-dot.active span {
    background-color: #F07935;
}

.features-slider .owl-dots {
    text-align: center;
    margin-top: 70px;
}
.drive-ce {
    position: relative;
    padding: 130px 0px;
}

img.section-bg-markup.dce-bg {
    object-fit: cover;
    object-position: left center;
}

.section-text {
    position: relative;
    display: block;
}

.section-text h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    display: block;
    letter-spacing: 0px;
}

.section-text p {
    color: #363647;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    display: block;
    margin: 25px auto;
}

.section-text a.contact-btn {
    display: inline-block;
    padding: 10px 35px;
}

.build-ll {
    padding: 130px 0px;
}

.personalized-ex {
    padding: 130px 0px;
}

.boost-rev {
    padding: 130px 0px;
}

img.section-bg-markup.bll-bg {
    object-fit: cover;
    object-position: right center;
}

img.section-bg-markup.bst-bg {
    object-fit: cover;
    object-position: right top;
}

img.section-bg-markup.pex-bg {
    object-fit: cover;
    object-position: left center;
}
.trustpilot-review-area {
    position: relative;
    padding: 130px 00px;
}

.single-review {
    background: #F6F7F9;
    padding: 20px;
}

.sr-icon {
    position: relative;
}

.sr-icon ul {
    position: relative;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
}

.sr-icon ul li {
    position: relative;
    display: inline-block;
}

.sr-icon ul li img {
    width: 20px;
    height: 20px;
}

.sr-icon span.sr-day {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    display: inline-block;
    letter-spacing: 0px;
    position: relative;
    float: right;
}

.single-review h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.8px;
    display: block;
    margin: 10px auto;
    position: relative;
}

.single-review p {
    color: #363647;
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.single-review h5 {
    color: #000;
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    padding-top: 10px;
}

.single-review h5:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #D9D9D9;
    top: 0px;
    left: 0px;
}

ul.srb-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 10px;
}

ul.srb-list li {
    position: relative;
    display: inline-block;
}

.single-review.sr-first {
    text-align: center;
    padding: 58px 20px;
}

.sr-trustp {
    position: relative;
}

.sr-trustp img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.sr-trustp p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    top: 3px;
}

.single-review p a {
    font-weight: 600;
    text-decoration: underline;
}

.calculate-area {
    position: relative;
    padding-bottom: 130px;
}

.calculatewrapper {
    position: relative;
    max-width: 970px;
    border-radius: 10px;
    background: #F6F7F9;
    margin: 0px auto;
    padding: 70px 60px;
}

.calculate-title {position: relative;max-width: 660px;margin: 0px auto 65px;text-align: center;}

.calculate-title h3 {
    color: #000;
    text-align: center;
    position: relative;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 15px;
}

.calculate-title p {
    color: #363647;
    text-align: center;
    position: relative;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.calculate-box {
    position: relative;
}

.calculate-range {
    position: relative;
}

.cr-single {
    position: relative;
    display: block;
    margin-bottom: 37px;
}

.cr-single p {
    color: #000;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-left: 70px;
}

.crs-range {
    position: relative;
}

.crs-range span.range-begin {}

.crs-range span.range-begin,.crs-range  span.range-end {
    color: #000;
    position: relative;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    display: inline-block;
    width: 60px;
    text-align: center;
}

.crs-range input[type="range"] {
    width: calc(100% - 135px);
    display: inline-block;
    vertical-align: middle;
}



 

 

.calculate-form {
    position: relative;
}

.calculate-form label {
    color: #000;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-left: 70px;
    display: block;
    margin-bottom: 10px;
}

.calculate-form input {
    width: calc(100% - 135px);
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    background: #FFF;
    border: none;
    height: 60px;
    margin-left: 64px;
    padding: 15px;
}


.calculate-result {
    position: relative;
    margin-top: 35px;
}
.calc-pro-tip p {
    color: #817f7f;
    position: relative;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-left: 70px;
    display: block;
    margin-bottom: 10px;
}

.calculate-result p {
    color: #000;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-left: 70px;
    display: block;
    margin-bottom: 10px;
}

.calculate-result-box {
    position: relative;
}

.calculate-result-box ul {
    position: relative;
    padding: 15px 25px;
    list-style-type: none;
    margin: 10px auto;
    max-width: calc(100% - 130px);
    background-color: #fff;
}

.calculate-result-box ul li {
    position: relative;
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    text-align: left;
    padding-right: 30px;
}

.calculate-result-box ul p {
    margin: 10px auto;
}

.calculate-result-box ul li:first-child {
    border-right: 1px solid rgba(240, 121, 53, 0.23);
}

.calculate-result-box ul li:last-child {
    padding-left: 30px;
}

.calculate-result-box ul p span {
    float: right;
}

.video-box{
    position: relative;
    padding: 50px 0px;
}
.video-inner-box{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.faq-area {
    position: relative;
    padding: 130px 0px;
}

.faq-area .section-title {
    margin-bottom: 65px;
}

.faq-box {
    position: relative;
    max-width: 720px;
    margin: 0px auto;
}

.accordion-item {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    border: none;
    border-radius: 30px !important;
    overflow: hidden;
}

.accordion-item h2 {}

.accordion-item   button.accordion-button {
    color: #363647;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    background-color: #fff;
    padding: 15px 25px;
}

.accordion-body {
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    padding: 25px;
}

.blog-area {
    position: relative;
    padding: 130px 0px;
}

.blog-area .section-title {
    margin-bottom: 65px;
}

.single-blog {
    position: relative;
    margin: 30px auto;
}

.single-blog h4 {
    color: #000;
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 15px auto;
    display: block;
}

.single-blog p {
    color: #363647;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    position: relative;
}

footer.footer-area {
    position: relative;
    background: #2D305B;
}

.footer-copyright-text {
    position: relative;
    background: #25284F;
    padding: 15px;
    text-align: center;
}

.footer-copyright-text p {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
    position: relative;
    display: block;
}

.footer-logo {
    position: relative;
    margin: 65px auto 55px;
    text-align: center;
}

.footer-menu {
    position: relative;
    text-align: center;
}

.footer-menu ul {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

.footer-menu ul li {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.footer-menu ul li a {
    color: #FFF;
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.footer-social {
    position: relative;
    text-align: center;
    margin: 50px auto 65px;
}

.footer-social ul {
      position: relative;
    padding: 0px;
    list-style-type: none;
}

.footer-social li {
      position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.footer-social ul li a {
    color: #FFF;
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: block;
    border: 1px solid #5a5a5a;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 12px 0px;
}








.breadcrumb-area {
    position: relative;
    background: #F6F7F9;
    padding: 95px 0px;
    margin-top: 100px;
}

.page-title {
    position: relative;
}

.page-title p {
    color: #000;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.page-title h3 {
    color: #000;
    position: relative;
    font-size: 35px;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.journey-area {
    position: relative;
    padding: 130px 0px;
}

.ja-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.ja-text p {position: relative;display: block;width: 90px;text-align: left;border-radius: 27.5px;background: #F6F7F9;padding: 5px 25px;color: #F07935;font-size: 10px;font-weight: 500;line-height: 20px;text-transform: capitalize;}

.ja-text h3 {position: relative;display: block;width: 100%;text-align: left;color: #000;font-size: 24px;font-weight: 600;line-height: 35px;text-transform: capitalize;letter-spacing: 0px;margin: 10px auto;}

.ja-img {
    position: relative;
    text-align: right;
    margin-bottom: 120px;
}

.journey-area .container {
}

.journey-wrapper {
    position: relative;
    max-width: 1024px;
    margin: 0px auto;
}

.add-cashback-kpi {
    position: relative;
    padding-bottom: 120px;
}

.ack-box {
    max-width: 1024px;
    margin: 0px auto;
    border-radius: 20px;
    background: #F6F7F9;
    padding: 60px;
}

.ackb-btn {
    text-align: right;
}

.ackb-text {
    position: relative;
}

.ackb-text h4 {
    color: #000;
    text-align: left;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.ackb-text ul {
    position: relative;
    padding: 0px;
    list-style-type: none;
    margin: 15px auto 0px;
}

.ackb-text ul li {
    position: relative;
    display: inline-block;
    width: 48%;
}

.ackb-text ul li p {
    color: #363647;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}


.about-our-solution-area {
    position: relative;
    padding: 120px 0px;
}

.about-our-solution-area .section-text {
    margin: 110px auto;
}

.landing-page-area {
    position: relative;
    padding: 60px 0px;
}
.landing-page-area .section-text {
    margin: 60px auto;
}

.the-kchang-title {position: relative;padding-bottom: 50px;}

.kaching-box {
    position: relative;
    padding: 120px 0px;
}

img.section-bg-markup.kacng-bg {
    object-fit: cover;
    object-position: top center;
}

.section-text.stwd {}

.section-text.stwd p {}

.section-text.stwd p span {font-weight: 600;}

.kaching-box-b {
    position: relative;
    padding: 130px 0px;
    background-color: #f0f0f0;
}

.kaching-box-b .section-text.stwd {
    margin: 65px auto;
}


.faq-area.faq-v2 {
    position: relative;
    background-color: #fff;
}

.faq-area.faq-v2 .accordion-item button.accordion-button {
    background-color: #f6f7f9;
}

.faq-area.faq-v2 .accordion-body {
    background-color: #f6f7f9;
}

.blog-area.blog-v2 {
    background-color: #f6f7f9;
}


.section-text.stwd p:after {
    position: absolute;
    content: '';
    font-size: 20px;
    background-color: #000;
    left: 0px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.section-text.stwd p {
    padding-left: 15px;
}
.section-text.stwd.white-text p {
    color: #fff;
}

.section-text.stwd.white-text p:after {
    background-color: #fff;
}

img.section-bg-markup.kch-bg {
    object-fit: cover;
    object-position: left center;
}
.our-features-area {
    position: relative;
    padding: 130px 0px;
    border-radius: 40px;
    background: #F6F7F9;
}

.our-features-area .single-features {
    margin-bottom: 18px;
    transition: .5s ease;
}

.our-features-area .single-features:hover {
    box-shadow: 0px 10px 45px 0px rgba(240, 121, 53, 0.13);
}



.some-text-uh.abt-page {}

.some-text-uh.abt-page .stu-text h4 {
    max-width: 100%;
}

.aupw-img {
    position: relative;
    margin-bottom: 40px;
}

.about-us-page-wrapper {
    position: relative;
}

.aupw-img img {
    width: 100%;
}

.aupw-text {
    position: relative;
}

.aupw-text .stu-text {}

.aupw-text .stu-text h4 {
    max-width: 100%;
    margin-bottom: 30px;
}

.apw-t-box {
    position: relative;
    background-color: #fff6f0;
    margin-bottom: 130px;
    margin-top: 40px;
}

.apwt-text {
    position: relative;
    margin: 40px auto;
    padding-right: 40px;
}

.apwt-text h4 {
    color: #000;
    position: relative;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.apwt-text p {
    color: #363647;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
}

.contact-form-area {
    position: relative;
    padding: 130px 0px;
}

.cfa-text {
    position: relative;
    max-width: 1024px;
    margin: 0px auto;
}

.cfa-text p {
    color: #000;
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}

.cf-form {
    position: relative;
    max-width: 1024px;
    margin: 110px auto 0px;
}

.cf-form h4 {
    color: #000;
    position: relative;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0px;
    display: block;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
}

.form-group label {
    color: #000;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 8px;
}

.form-group input {
    border-radius: 10px;
    height: 60px;
}

form {}

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

.cf-form input.form-control {
    border-radius: 10px;
    background: #F6F7F9;
    border: none;
    padding: 10px;
}

.form-group textarea {
    border-radius: 10px;
    background: #F6F7F9;
    border: none;
    padding: 10px;
    width: 100%;
    display: block;
    height: 175px;
}

.fg-submit {}

.fg-submit a.contact-btn.form-btn-submit {
    display: inline-block;
    min-width: 180px;
    text-align: center;
}

.nl-box {
    max-width: 1024px;
    position: relative;
    margin: 0px auto;
}

.newsletter-area {
    position: relative;
    background-color: #f6f7f9;
    padding: 130px 0px;
}

.nl-box input.form-control {
    border: none;
    padding: 10px;
}

.nl-box h4 {
    color: #000;
    position: relative;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.nl-submit {
    position: relative;
    text-align: right;
}

.nl-submit a.contact-btn.form-btn-submit {
    display: inline-block;
    padding: 10px 40px;
}




.header-area ul.navbar-nav li a:hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f07935;
    left: 0;
    bottom: -33px;
    z-index: 1;
}

img.mobile-bg {
    display: none;
}
/* Custom CSS END */