
section {
    padding-top: 80px;
    padding-bottom: 80px
}

section.inner_banner {
    /* margin-top: 100px; */
    position: relative;
    padding: 0
}

section.inner_banner::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(39 108 211 / 77%);
}

.inner_page_title {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
    text-align: center;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.inner_banner img {
    width: 100%;
    height: 100%
}

.inner_banner h1 {
    /* font-size: 40px; */
    color: #fff;
    line-height: 1.2;

}
h1.title{
    text-align: center;
    margin: 0 auto;
}

.inner_banner small {
    font-size: 17px;
    color: #fff;
    line-height: 1.294;
    display: block;
    margin-top: 15px;
    letter-spacing: .5px;
    font-weight: 400;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto
}

ul.portfolio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

ul.portfolio_list li {
    padding: 0 16px;
    border-right: 2px solid #cecece
}

ul.portfolio_list li:last-child {
    border: 0
}

ul.portfolio_list li span {
    font-weight: 600;
    color: #000
}

section#privacy_policy p strong {
    display: block;
    margin-bottom: 15px
}

p {
    font-size: 16px;
    color: #495255;
    line-height: 1.5;
    text-transform: none
}

section#privacy_policy p {
    margin-bottom: 15px;
    text-align: left
}

@media (min-width: 1800px) {
}

@media (min-width: 1200px) {
    section.inner_banner {
        height:210px;
        overflow: hidden
    }

    .inner_page_title {
        padding: 0 50px
    }
}

@media (max-width: 767px) {
    section {
        padding:40px 15px
    }
}

@media (max-width: 640px) {
    .inner_banner h1 {
        font-size:24px
    }

    ul.portfolio_list {
        display: none
    }

    .inner_banner small {
        font-size: 14px
    }

    .inner_banner small br {
        display: none
    }
}

@media (min-width: 768px) and (max-width:991px) {
    section {
        padding:50px 15px
    }

    .inner_banner h1 {
        font-size: 30px;
        padding: 0 30px
    }
}

@media (min-width: 650px) and (max-width:767px) {
    .inner_banner h1 {
        font-size:30px
    }

    .inner_banner small {
        font-size: 14px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    body section.inner_banner {
        margin-top:100px
    }

    .inner_banner h1 {
        padding: 0 40px;
        font-size: 30px
    }

    section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width: 1200px) and (max-width:1400px) {
    section.inner_banner img.img-fluid {
        height:210px
    }
}

@media (max-width: 1050px) {
    section.inner_banner {
        min-height: 180px;
        position: relative;
        overflow: hidden;
        /* margin-top: 89px; */
    }

    .inner_banner img {
        width: auto!important;
        max-width: none;
        height: 246px;
        position: absolute;
        left: 50%;
        z-index: -1;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
}

@media (min-width: 641px) and (max-width:767px) {
    .inner_banner h1 {
        font-size:30px
    }

    .inner_banner h1 small {
        font-size: 15px
    }
}
