* {
    margin: 0px;
    padding: 0px;
}
.carousel {
    padding: 0px;
}
body{

}
p {
    font-size: 1em;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 35px;
    color: #db5e41;
}
small {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #db5e41;
}
header {

}
.top-area {
    background-image: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
}
.top-area i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #f7f3f1;
    color: #db5e41;
    border-radius: 50%;
    font-size: 30px;
    margin-right: 15px;
}
.top-area-item:hover i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #db5e41;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    margin-right: 15px;
}
.main-menu {

}


.services {
    background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}
.content-area-item {
    animation-duration: 2s
}
.content-area-item h2 a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 25px;
    padding: 10px 0px;
    margin: 0px;
    text-transform: capitalize;
}
.content-area-item img {
    width: 310px;
    height: 190px !important;
}
.content-area-item:hover a {
    color: #db5e41;
}
.content-area-item .more {
    padding: 5px 12px;
    margin: 0px;
    font-size: 13px;
}
.heading-area {

}
.content-area {
    overflow: hidden;
}

.process {
    background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}
.process i {
    font-size: 60px;
}
.process-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.process-item:hover {
    padding-top: 20px;
    padding-bottom: 20px;
}
.process-item:hover i {
    font-size: 60px;
    color: #ff6900;
}
.process-item:hover h3 {
    color: #ff6900;
    transition: transform ease 2s, box-shadow ease 2s;
}
.process h3 {
    text-transform: capitalize;
    padding: 5px 0px;
}
.process p {
    text-align: left;
}
.success {
    background: #fff;
}
.success i {
    font-size: 60px;
}
.success-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.success-item:hover i {
    font-size: 60px;
    color: #ff6900;
}
.success-item:hover h3 {
    color: #ff6900;
    transition: transform ease 2s, box-shadow ease 2s;
}
.success h3 {
    text-transform: capitalize;
    padding: 5px 0px;
}
.success p {
    text-align: left;
}
.count {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.count-overflow {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(52, 46, 46, 0.6);
}
.count-item {

}
.count-item i{
    font-size: 100px;
}
.count-item .num {
    font-size: 40px;
}
.team {
    background: #e6e6e6;
}
.team img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 30px;
    border: 10px solid #fff;
}
.team-item:hover img {
    border: 10px solid #f7a145;
}

footer {
    background: #2c3e50;
    color: #ffffff !important;
}
footer small{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

footer i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #f7f3f1;
    color: #db5e41;
    border-radius: 50%;
    font-size: 30px;
    margin-right: 15px;
}

.footer-item {
    padding-top: 20px;
    padding-buttom: 20px;
}
.footer-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #f7f3f1;
    color: #db5e41;
    border-radius: 50%;
    font-size: 30px;
    margin-right: 15px;
}
.footer-item:hover i {
    background: #db5e41;
    color: #fff;
}
.develop {
    background: #1b2631;
    color: #486684;;
    padding: 15px;
}


@media (max-width: 767.98px) {
    .top-area {
        display: none;
    }
}

.single_post .img-post {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin-bottom: 30px;
}


.more{
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    padding: 5px 5px !important;
    margin: 0px;
    text-transform: capitalize;
}