a:hover {
    text-decoration: none;
    color: #1f1f25;
}

a {
    text-decoration: none;
    color: #1f1f25;
}


body {
    font-family: 'roboto', sans-serif;
    background: #fff;
    color: #1f1f25;
}


#home {
    background-image: url(bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}


.color-dark {
    background: rgba(0, 0, 0, 0.69);
    height: 100vh;
}


.devel {
    width: 80px;
    cursor: pointer;
}

.navbar-toggler:focus {
    outline: none;
}

.inner {
    padding-top: 15%;
    color: #fff;
}

h3.come {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 35px;
}

h1.front {
    font-size: 54px;
    font-weight: 700;
    margin-top: 3%;
}

.paddin {
    color: #3a90ca !important;
    font-weight: 500;
    transition: 0.5s;
}

.paddin:hover {
    color: #0d8de1 !important;
}

p.long {
    font-weight: 300;
    color: #ffffff8a;
    padding-top: 1%;
}

a.btn.round {
    font-size: 18px;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 31px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 2%
}

a.btn.round:focus {
    color: #000;
    background: #fff;
    transition: 0.5s;
}

a.btn.round:hover {
    color: #000;
    background: #ffffff;
    transition: 0.5s;
}


.fact {
    width: 40px;
    color: #fff;
    /*animation: bounce 2s infinite;*/
    margin-top: 45px;
}

.rowcol {
    padding-top: 120px;
}

span.inter {
    font-weight: 300;
}

span.hello {
    font-size: 26px;
    letter-spacing: 0.6px;
    color: #212529;
}

h4.kerri {
    letter-spacing: 0.6px;
    font-size: 26px;
    color: rgb(59 145 203);
}

h3.me {
    margin-bottom: 25px;
    font-size: xx-large;
    letter-spacing: 0.6px;
    color: #212529;
}

a.float-icon.icon-a {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 2px solid #d4d4d4;
    line-height: 41px;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: #000000;
    font-size: 20px;
}

a.float-icon.icon-a:hover {
    border: 2px solid #f06b42;
    color: #f06b42;
}


section#about {
    padding: 0 0 120px;
}

a.float-icon.icon-b {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 2px solid #d4d4d4;
    line-height: 41px;
    color: #fff;
    border-radius: 50%;
    margin-left: .6rem;
    transition: 0.5s;
    color: #000000;
    font-size: 20px;
}

a.float-icon.icon-b:hover {
    border: 2px solid #f06b42;
    color: #f06b42;
}

a.float-icon.icon-d {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 2px solid #d4d4d4;
    line-height: 41px;
    color: #fff;
    border-radius: 50%;
    margin-left: .6rem;
    transition: 0.5s;
    color: #000000;
    font-size: 20px;
}

a.float-icon.icon-d:hover {
    border: 2px solid #f06b42;
    color: #f06b42
}

p.About-me {
    letter-spacing: .5px;
    color: #212529;
    line-height: 30px;
    margin: 40px 0 58px;
}


.letter-padding {
    text-align: center;
    padding: 120px 0 0px;
}

span.out {
    color: #f9004d;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

h3.business {
    font-size: 40px;
    color: #1f1f25;
    margin: 10px 0px 20px 0px;
    font-weight: 700;
    text-align: center;
}

p.majority {
    font-size: 18px;
    font-weight: 600;
    color: #717173;
    margin-bottom: 60px;
}


.section-bg {
    background: #f7f8fa;
    padding-bottom: 90px;

}

.padding-1 {
    box-shadow: 0 10px 30px 6px rgb(0 0 0 / 9%);
    padding: 30px 25px 30px 10px;
    background: #ffffff;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 30px;
}

.padding-1:hover .title-pragrup {
    color: #fff;
    transition: .5s;
}

.padding-1:hover .title {
    color: #fff;
    transition: .5s;
}

.padding-1:hover svg.feather.feather-layers {
    color: #fff;
    transition: .5s;
}

svg.feather.feather-layers {
    width: 100%;
    height: 60px;
    color: #d0224a;
}



p.title-pragrup {
    margin: 0px;
    font-size: 16px;
    color: #0000009e;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

h3.title {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 19px;
    line-height: 1.4074;
}

.padding-1:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px 10px rgb(0 0 0 / 10%);
    background-image: linear-gradient(90deg, #f61b10, #ef0963);
    transition: .5s;
}

.card-d {
    border: none;
    box-shadow: 0 0px 10px 2px rgb(0 0 0 / 9%);
}

.hear-me {
    text-align: center;
    padding: 120px 0;
}

h2.text-hire {
    color: #212529;
    letter-spacing: .5px;
    margin-bottom: 30px;

}

input.box-btn {
    padding: 12px 30px;
    border: none;
    box-shadow: 0px 0px 10px 2px #f0e9e9;
    background: #529ed1;
    color: #fff;
}

input.box-btn:focus {
    outline: none;
}

input.box-btn:hover {
    background: #0d8de1;
    transition: .5s;
}

#footer {
    background: #f8f9fc;
}

.section-padding-footer {
    background-image: url(bg-image-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
}

.section-bg-footer {
    background: rgba(0, 0, 0, 0.69);
    min-height: 300px;
}


p.footer-text {
    letter-spacing: .7px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-top: 134px;
}


.paddin::after {
    content: '';
    height: 2px;
    width: 0;
    background: #4c9bd0;
    display: block;
    transition: .5s;
}

.paddin:hover::after {
    width: 100%;
}

.some-one {
    /* border-bottom: 1px solid #fff; */
    background-color: white;
    box-shadow: 0px -1px 15px #00000017;
}

/*css end*/

























/*media strat*/
/*logo strat*/

@media screen and (max-width:576px) {
    .devel {
        width: 40px;
    }
}

@media screen and (max-width:3500px) {
    .devel {
        width: 130px;
    }
}

@media screen and (max-width:1400px) {
    .devel {
        width: 80px;
    }
}

@media screen and (max-width:430px) {
    .devel {
        width: 30px;
    }
}

/*end*/

/*home strat*/
@media screen and (max-width:992px) {
    .inner {
        padding-top: 100px;
    }

    h1.front {
        font-size: 44px;
        font-weight: 600;
    }

    .devel {
        width: 60px;
    }

    h3.me {
        padding-top: 61px;
    }
}

@media screen and (max-width:768px) {
    p.long {
        font-weight: 300;
        color: #ffffff8a;
        padding-top: 5%;
    }

    a.btn.round {
        margin-top: 8%;
    }

    h1.front {
        font-size: 34px;
        font-weight: 500;
        margin-top: 5%;
    }

    .devel {
        width: 50px;
    }

    .paddin {
        margin-left: 230px;

    }

    h3.come {
        font-weight: 300;
        font-size: 30px;
    }
}

@media screen and (max-width:1200px) {
    p.About-me {
        letter-spacing: .4px;
        color: #212529;
        line-height: 24px;
        margin: 25px 0 38px;
    }
}

/*end*/


@media screen and (min-height:500px) {
    .inner {
        padding-top: 140px;
    }
}


/*media end*/



/*scrollbar start*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(transparent, #3b91cb);
    border-radius: 6px;
}

/*scrollbar end*/













@media screen and (min-height: 1480px) {
    .fact {
        width: 50px;
        color: #fff;
        animation: bounce 2s infinite;
        margin-top: 45px;
    }

    h3.come {
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 100px;
    }

    h1.front {
        font-size: 140px;
        font-weight: 800;
        margin-top: 8%;
        line-height: 200px;
    }

    p.long {
        font-weight: 300;
        color: #ffffff8a;
        padding-top: 4%;
        font-size: 30px;
        line-height: 70px;
    }

    a.btn.round {
        font-size: 20px;
        border: 2px solid #fff;
        color: #fff;
        padding: 20px 40px;
        border-radius: 50px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: 13%;
    }

    .inner {
        padding-top: 25vh;
    }
}


@media screen and (min-height: 1200px) {
    .fact {
        width: 50px;
        color: #fff;
        animation: bounce 2s infinite;
        margin-top: 75px;
    }

    .inner {
        padding-top: 22vh;
    }

    h3.come {
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 90px;
    }

    h1.front {
        font-size: 100px;
        font-weight: 700;
        margin-top: 4%;
        line-height: 170px;
    }

    p.long {
        font-weight: 300;
        color: #ffffff8a;
        padding-top: 4%;
        font-size: 30px;
        line-height: 70px;
    }

    a.btn.round {
        font-size: 18px;
        border: 2px solid #fff;
        color: #fff;
        padding: 25px 45px;
        border-radius: 50px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: 6%;
    }
}

@media screen and (min-height: 750px) {
    .inner {
        padding-top: 25vh;
    }

    h3.come {
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 60px;
    }

    h1.front {
        font-size: 70px;
        font-weight: 700;
        margin-top: 2%;
        line-height: 150px;
    }

    p.long {
        font-weight: 300;
        color: #ffffff8a;
        font-size: 30px;
        line-height: 50px;
    }

    a.btn.round {
        font-size: 18px;
        border: 2px solid #fff;
        color: #fff;
        padding: 25px 45px;
        border-radius: 50px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-top: 4.5%;
    }
}
