.mb-50 {
    margin-bottom: 50px
}

.mb-30 {
    margin-bottom: 30px
}

.section-tittle {
    position: relative
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

.section-tittle p {
    color: #656565;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle p br {
        display: none
    }
}

@media (max-width: 575px) {
    .section-tittle p br {
        display: none
    }
}

.section-tittle p a {
    text-decoration: underline
}

.section-tittle>span {
    color: #2845BA;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.1em;
    margin-bottom: 18px
}

@media (max-width: 575px) {
    .section-tittle>span {
        font-size: 14px;
        padding-left: 0px
    }
}

.section-tittle h2 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    display: block;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    position: relative
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .section-tittle h2 {
        font-size: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle h2 {
        font-size: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 {
        font-size: 31px
    }
}

@media (max-width: 575px) {
    .section-tittle h2 {
        font-size: 24px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 br {
        display: none
    }
}

@media (max-width: 575px) {
    .section-tittle h2 br {
        display: none
    }
}

.section-tittle ul {
    margin-top: 40px
}

.section-tittle ul li {
    color: #041735;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 15px;
    margin-left: 18px;
    border-bottom: 1px solid #DBDEE9
}

.section-tittle ul li::before {
    content: "\2022";
    color: #4AA8C6;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.section-tittle.section-tittle2 h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 17px
}

.section-tittle.section-tittle2 p {
    color: #fff
}

.section-tittle.section-tittle3 h2 {
    padding-left: 0px
}

.section-tittle.section-tittle3 span {
    left: -136px;
    top: 60px
}

.top-padding {
    padding-top: 120px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-padding {
        padding-top: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-padding {
        padding-top: 70px
    }
}

@media (max-width: 575px) {
    .top-padding {
        padding-top: 70px
    }
}

.top-padding2 {
    padding-top: 80px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-padding2 {
        padding-top: 70px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-padding2 {
        padding-top: 70px
    }
}

@media (max-width: 575px) {
    .top-padding2 {
        padding-top: 70px
    }
}

.categories-area .single-cat {
    background: #ffffff;
    border-radius: 5px;
    padding: 60px 60px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .categories-area .single-cat {
        padding: 60px 40px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .categories-area .single-cat {
        padding: 60px 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .categories-area .single-cat {
        padding: 60px 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .categories-area .single-cat {
        padding: 60px 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area .single-cat {
        padding: 60px 20px
    }
}

@media (max-width: 575px) {
    .categories-area .single-cat {
        padding: 60px 20px
    }
}

.categories-area .single-cat.single-cat2 {
    background: #ffffff
}

.categories-area .single-cat.single-cat3 {
    background: #ffffff
}

.categories-area .single-cat::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #c6ddedbf;
    transition: .6s;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px
}

.categories-area .single-cat h5 a {
    color: #041735;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area .single-cat h5 a {
        font-size: 21px
    }
}

@media (max-width: 575px) {
    .categories-area .single-cat h5 a {
        font-size: 21px
    }
}

.categories-area .single-cat .cat-icon {
    margin-bottom: 10px
}

.categories-area .single-cat .cat-cap p {
    margin-bottom: 36px;
    color: #5C6168;
    font-size: 18px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    margin: 0
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories-area .single-cat .cat-cap p {
        font-size: 15px
    }
}

.categories-area .single-cat:hover::before {
    height: 100%
}