/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');*/

/*Edit theme start*/
body {
    /*font-family: 'Raleway', 'Cabin', sans-serif;*/
    background-color: #fff;
}
p {
    line-height: 28px;
}
.sing-up-button > a {
    padding: 0 10px;
}
.wellcome-heading {
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
}
.wellcome-heading > p {
    z-index: 3;
    position: relative;
}
.wellcome-heading > h2 {
    font-size: 50px;
    /*padding-bottom: 50px;*/
}
.wellcome-heading .text_description {
    font-size: 22px;
    /*padding-bottom: 50px;*/
}
.wellcome-heading .sale {
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.15);
    color: #ffe1a6;
    padding: 10px;
    width: max-content;
}
.wellcome-heading .sale #sale_date {
    font-weight: 700;
}
.welcome-thumb {
    z-index: 2;
}
.padding-top-30 {
    padding-top: 30px;
}
.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sub-title {
    margin: 30px 0;
}
.section-heading > h3 {
    font-weight: 300;
    color: #D06823;
    font-size: 24px;
    margin: 0;
}
.section-body ul li{
    color: black;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
}
.section-body ul li:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #feb424;
    margin-top: -5px;
}
.section-footer {
    margin-top: 60px;
    margin-bottom: 30px;
}
.section-footer > h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.section-footer .mobile {
    display: none;
}

/*.single-feature {*/
/*    border: 1px solid red*/
/*}*/
.single-feature h5{
    min-height: 52px;
    font-size: 21px;
}
.single-feature p{
    padding-right: 20px;
}
.single-feature .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
.single-feature .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.single-cool-fact .facts-icon {
    flex-grow: 1;
    text-align: center;
    width: 45px;
}
.single-cool-fact .facts-content {
    flex-grow: 2;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-cool-fact .facts-content .counter-area{
    align-self: center;
    text-align: center;
}


.reasons-item {
    position: relative;
}
.reasons-item .text {
    z-index: 2;
    position: static;
    width: 85%;

}
.reasons-item .number {
    position: absolute;
    top: 0;
    left: 10px;
    font-weight: 700;
    color: #feb424;
    line-height: 40px;
    font-size: 55px;
    z-index: 1;
    opacity: 0.25;
}

.welcome_block {
    display: flex;
    flex-wrap: wrap;
}

.welcome_block  p {
    font-size: 22px;
    color: white;
    text-transform: capitalize;
    margin-right: 80px;
    position: relative;
}

.welcome_block  p:after {
    content: '|';
    color: #ff4b30;
    position: absolute;
    top: -1px;
    right: -40px;
    font-weight: 700;
}

.welcome_block  p:last-child {
    margin-right: 0;
}
.welcome_block  p:last-child:after {
    display: none;
}


.single-special .single-icon {
    height: 50px;
}
.single-special .single-icon img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.single-special .social_link a {
    color: #ff4b30;
    font-size: 18px;
    transition: all .3s ease;
    margin: 0 5px;
}
.single-special .social_link a:hover {
    color: #ff841d;
}

.single-special .phone {
    margin: 10px 0;
    display: inline-block;
    color: black;
    transition: all .3s ease;
}

.single-special .phone:hover {
    color: #ff841d;
}

.white_btn {
    background: #fff;
    color: #ff4b30;
}
.menu_area .navbar-brand {
    display: flex;
}
.menu_area .navbar-brand .icon {
    transition: all .3s ease;
    padding-right: 10px;
}
.menu_area .navbar-brand:hover .icon img{
    transform: rotate(180deg);
}
/*Edit theme end*/



/*New section start*/
.start-working-list .reasons-item p b {
    font-weight: 700;
    color: #D06823;
}

.perfect-solution-area {
    background-color: #f8f8f8;
}

.chess-list {
}
.chess-list .chess-item {
    height: 100%;
    font-size: 18px;
    border-radius: 40px 40px 40px 0px;
    padding: 40px;
    background-color: #ff841d;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.05);
    text-align: center;
    color: white;
    line-height: 28px;
}
.chess-list .chess-item span{
    color: #ffe1a6;
}
.chess-list .col-md-4:nth-child(2n) .chess-item {
    background-color: #ff4b30;
}

#date {
    color: #ffe1a6;
}
.membership-description > h2 {
    font-size: 32px;
}
/*New section end*/


@media only screen and (max-width : 992px) {
    .wellcome-heading {
        text-align: center;
        padding-top: 35px;
    }
    .wellcome-heading > h2 {
        font-size: 24px;
    }
    .wellcome-heading .text_description {
        font-size: 16px;
        /*text-align: center;*/
    }
    .welcome_block  p{
        margin: 0 auto;
    }
    .wellcome-heading .sale {
        font-size: 16px;
        width: auto;
    }
    .get-start-area {
        text-align: center;
    }
    .menu_area .navbar-brand img {
        height: 50px;
    }
    .header_area.sticky .menu_area .navbar-brand {
        line-height: 45px
    }
    .header_area.sticky .menu_area .navbar-brand img {
        height: 40px;
    }
    .single-feature p{
        padding-right: 0;
    }
    .reasons-item .text {
        width: 95%;
    }
    .membership-description > h2 {
        font-size: 21px;
        text-align: center;
    }
    .our-monthly-membership .get-started-button {
        text-align: center;
    }
}

@media only screen and (max-width : 768px) {
    .welcome_block {
        padding-top: 10px;
        flex-direction: column;
    }
    .welcome_block p {
        font-size: 16px;
        margin: 0;
    }
    .welcome_block  p:after {
        display: none;
    }
    .reasons-item .text {
        width: 100%;
    }
    .section-footer .mobile {
        display: block;
    }
    .section-footer .desktop {
        display: none;
    }
    .single-cool-fact {
        flex-direction: column;
    }
    .single-cool-fact .facts-icon {
        margin-bottom: 10px;
    }
    .counter-area > h3 {
        font-size: 40px;
    }
}
