@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');



/*Mobile:*/
@media only screen and (max-width: 700px) {
   .logoSize {
        width: 250px;
        height: 52px;
    }
}

/*Desktop:*/
@media only screen and (min-width: 701px) {
    .logoSize {
        width: 500px;
        height: 105px;
    }
}


body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
}


section#feature_one {
    background-image: url('img/bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}

    section#feature_one:before {
        background: #ffffff85;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    section#feature_one h1 {
        position: relative;
    }

span.ft {
    color: #f0532d;
}

.step--item {
    margin-bottom: 53px;
}

.step--icon {
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    margin-bottom: 16px;
    background-color: #f6f6f6;
    border-radius: 50%;
    z-index: 0;
}

    .step--icon:before {
        content: " ";
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
        z-index: -1;
    }

.vc--parent {
    width: 100%;
    height: 100%;
    display: table;
}

.vc--child {
    display: table-cell;
    vertical-align: middle;
}

.step--icon .fa {
    color: #f0532d;
    font-size: 36px;
    line-height: 48px;
}

.step--content .h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 32px;
}

.section--title .h2 {
    display: inline-block;
    position: relative;
    margin: -13px 0 80px;
    padding-bottom: 8px;
    font-weight: 700;
}

    .section--title .h2:before {
        width: 100%;
        height: 1px;
        background-color: #ccc;
    }

    .section--title .h2:after,
    .section--title .h2:before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .section--title .h2:after {
        width: 60px;
        height: 2px;
        margin: 0 auto;
        background-color: #f0532d;
    }

.same-pad {
    padding: 70px 0px;
}

.feature--item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 62px;
}

    .feature--item i {
        position: absolute;
        top: -5px;
        left: 15px;
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        font-style: normal;
        color: #f0532d;
    }

    .feature--item .h4 {
        margin: -3px 0 18px;
        font-size: 20px;
    }

img.my-pic {
    width: 100%;
}

section#feature_three {
    background: #f1f6ff;
}

section#feature_sign {
    margin: 0px auto;
    text-align: center;
}

#feature_sign input[type="submit"] {
    background: #f0532d;
    border: none;
    color: #fff;
    padding: 10px 50px;
    text-transform: uppercase;
    height: 50px;
    width: 30%;
}

#feature_sign input#email {
    width: 70%;
    float: left;
    height: 50px;
    border-radius: 0px !important;
    border: 1px solid #f0532d;
}

#feature_sign form {
    width: 50%;
    margin: 0px auto;
}

section#feature_sign h2 {
    margin-bottom: 30px;
}

.box-icon {
    width: 60px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: #f0532d;
    color: #fff;
    font-size: 20px;
    height: 60px;
    align-items: center;
    margin: 0px auto;
    vertical-align: middle;
    text-align: center;
    padding-top: 15px;
}

.box-text-6 {
    width: 80%;
    float: left;
    margin-left: 60px;
}

p.box-body {
    font-size: 16px;
}

h3.box-title-6 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

section#feature_five {
    background-image: url('img/got.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0px;
}

.card-header {
    background: #f0532d;
}

    .card-header a {
        color: #fff;
    }

.service--item {
    padding: 70px 15px 70px 15px;
    border: 1px solid #eee;
    -webkit-transition: border-color .25s, box-shadow .25s ease-in-out;
    transition: border-color .25s, box-shadow .25s ease-in-out;
    text-align: center;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    background: #fbfbfb;
}

    .service--item .fa {
        color: #000;
        font-size: 48px;
        line-height: 60px;
        -webkit-transition: color .25s;
        transition: color .25s;
    }

    .service--item .btn-link {
        margin-top: 9px;
    }

    .service--item.active,
    .service--item:hover {
        box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    }

        .service--item.active .fa,
        .service--item:hover .fa {
            color: #f0532d;
        }

    .service--item .h4 {
        margin: 15px 0 17px;
        font-size: 20px;
    }

.las-s {
    margin-bottom: 30px;
}

section#solutions_business {
    background: #f1f6ff;
}

a.btn-link {
    color: #f0532d;
    text-decoration: underline;
}

.service--item:hover {
    transition: 1s;
    transform: translatey(-10px);
}

a.btn.btn-sm.btn-info.float-right {
    background: #f0532d;
    border-color: #f0532d;
}

section#solutions_six {
    background: #f1f6ff;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.card-body {
    background: #fff;
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    border: none;
}

.card-img, .card-img-top {
    height: 250px;
    object-fit: cover;
}

/*RESPONSIVE CODE*/

@media(max-width:767px) {
    input#email {
        width: 100%;
    }

    #feature_sign form {
        width: 100%;
        margin: 0px auto;
    }

    #feature_sign input[type="submit"] {
        width: 100%;
    }

    #feature_sign input#email {
        width: 100%;
        margin-bottom: 10px;
    }

    .card.bg-light {
        margin-bottom: 30px;
    }

    .feature--item {
        padding-left: 40px;
    }

        .feature--item i {
            left: 0px;
            font-size: 20px;
        }

    .section--title .h2 {
        font-size: 24px;
    }

    .box-icon {
        width: 50px;
        height: 50px;
        padding-top: 12px;
    }
}


.btn-rounded {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 35px;
    opacity: 1;
}
