.btn-primary,
.btn-primary:hover,
.btn-template,
.btn-template:hover {
    background-color: #df7d62;
    color: #fff;
    border: 0
}

.btn-text,
a,
a .fa-paper-plane,
a .fa-paper-plane:hover,
a:hover {
    color: #df7d62;
    text-decoration: none
}

.breadcrumb-item.active,
h1,
h5,
nav.navbar .right-col .search,
nav.navbar .right-col .user-link .active,
nav.navbar .right-col a.dropdown-toggle {
    color: #df7d62
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #df7d62;
    background-color: #df7d62
}

section.categories .item {
    background-size: none
}

.swal2-icon.swal2-success [class^=swal2-success-line],
.swal2-styled.swal2-confirm {
    background-color: #df7d62
}

.contact .list-inline-item {
    width: 50px;
    text-align: center;
    background: #df7d62;
    border-radius: 5px
}

.contact .fa-twitter:before {
    content: "\f099";
    /* color: #fff */
}

.contact .fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
    /* color: #fff */
}

.contact .fa-instagram:before {
    content: "\f16d";
    /* color: #fff */
}

.contact .fa-linkedin:before {
    content: "\f0e1";
    /* color: #fff */
}

.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px
}

.comment .comment-author-ava {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    border-radius: 50%;
    overflow: hidden
}

.comment .comment-author-ava>img {
    display: block;
    width: 100%
}

.comment .comment-body {
    position: relative;
    padding: 24px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    background-color: #fff
}

.comment .comment-body img {
    margin-top: 10px;
    border-radius: 5px;
    width: auto
}

.comment .comment-body::after,
.comment .comment-body::before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: "";
    pointer-events: none
}

.comment .comment-body::after {
    border-width: 9px;
    border-color: transparent #fff transparent transparent
}

.comment .comment-body::before {
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent #e1e7ec transparent transparent
}

.comment .comment-title {
    margin-bottom: 8px;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}

.comment .comment-text {
    margin-top: 12px;
    margin-bottom: 12px
}

.comment .comment-footer {
    display: table;
    width: 100%
}

.comment .comment-footer>.column {
    display: table-cell;
    vertical-align: middle
}

.comment .comment-footer>.column:last-child {
    text-align: right
}

.comment .comment-meta {
    color: #9da9b9;
    font-size: 13px
}

.comment .reply-link {
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none
}

.feature-box-1,
.feature-box-1 * {
    -moz-transition: .35s;
    -o-transition: .35s;
    -webkit-transition: .35s
}

.comment .reply-link>i {
    display: inline-block;
    margin-top: -3px;
    margin-right: 4px;
    vertical-align: middle
}

.comment .reply-link:hover {
    color: #0da9ef
}

.comment.comment-reply {
    margin-top: 30px;
    margin-bottom: 0
}

@media(max-width:576px) {
    .comment {
        padding-left: 0
    }

    .comment .comment-body {
        padding: 15px
    }
}

.swal2-icon.swal2-success {
    border-color: #df7d62;
    color: #df7d62
}

.feature-box-1 {
    padding: 20px;
    box-shadow: 0 0 30px rgba(31, 45, 61, .125);
    margin: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    transition: .35s;
    top: 0
}

.feature-box-1 * {
    transition: .35s
}

.feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background:#fff;
    color: #df7d62;
    border: 1px solid #df7d62;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px
}

.feature-box-1 .icon i {
    line-height: 70px
}

.feature-box-1 h5 {
    color: #808080;
    font-weight: 600
}

.feature-box-1 p {
    margin: 0
}

.feature-box-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 10px;
    width: 0;
    background: #df7d62;
    z-index: -1;
    -moz-transition: .35s;
    -o-transition: .35s;
    -webkit-transition: .35s;
    transition: .35s
}

.feature-box-1:hover {
    top: -5px
}

.feature-box-1:hover h5 {
    color: #fff
}

.feature-box-1:hover p {
    color: rgba(255, 255, 255, .8)
}

.feature-box-1:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: auto
}

.search form {
    background-color: #df7d62;
    padding: 10px
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px
}

.search_input {
    color: #353b48;
    border: 0;
    outline: 0;
    background: 0 0;
    width: 450px;
    padding: 0 10px;
    caret-color: transparent;
    line-height: 40px;
    transition: width .4s linear
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #df7d62;
    text-decoration: none
}

#slider-animation {
    background-color: rgba(0, 0, 0, .4)
}

#slider-animation .heading-box h2 {
    width: 100%;
    color: #df7d62
}

#slider-animation h2,
#slider-animation p {
    color: #fff
}

#slider-animation .carousel-item img {
    width: 100%
}

#slider-animation .text-box {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 15%;
    transform: translateY(-50%)
}

#slider-animation .text-box .slider-content {
    background-color: rgba(0, 0, 0, .3);
    text-align: left;
    padding: 20px;
    border-radius: 5px
}

@media(max-width:1024px) {
    .search_input {
        width: 370px
    }
}

@media(max-width:768px) {
    #slider-animation .text-box .slider-content {
        width: 50%
    }

    #slider-animation .carousel-item img {
        width: 100%;
        height: 300px
    }

    #slider-animation h2 {
        color: #fff;
        font-size: 12px
    }

    #slider-animation p {
        color: #fff;
        font-size: 12px
    }

    #slider-animation .btn.wide,
    .wide.btn-template-outlined {
        padding: 10px
    }
}

@media(max-width:425px) {
    .search_input {
        width: 310px
    }
}

@media(max-width:375px) {
    .search_input {
        width: 260px
    }
}

@media(max-width:320px) {
    .search_input {
        width: 210px
    }

    #slider-animation .text-box .slider-content {
        width: 60%
    }

    #slider-animation .carousel-item img {
        width: 100%;
        height: 320px
    }
}