/** service section **/

.service {
    padding: 90px 0;
    background: #fff;
}

.service_box {
    background: #fff;
    text-align: center;
    padding: 50px 20px 25px 20px;
    border: #e9e9e9 solid 1px;
    transition: ease-in all 0.5s;
    margin-bottom: 30px;
}

.service_box h3 {
    color: #070803;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 25px;
    transition: ease-in all 0.5s;
}

.service_box p {
    font-size: 17px;
    line-height: 27px;
    color: #2e2e2e;
    transition: ease-in all 0.5s;
}

.service_box i {
    padding-bottom: 10px;
    display: block;
}

#hover_chang:hover.service_box {
    background: #42a0e3;
    transition: ease-in all 0.5s;
    border-radius: 20px;
    cursor: pointer;
}

#hover_chang:hover.service_box h3 {
    color: #fff;
    transition: ease-in all 0.5s;
}

#hover_chang:hover.service_box p {
    color: #fff;
    transition: ease-in all 0.5s;
}

.service .read_more {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}


/** end service section **/

.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage h2 {
    font-size: 40px;
    color: #1d1b28;
    line-height: 55px;
    font-weight: 800;
    padding: 0;
}

.titlepage h2 img {
    padding-bottom: 20px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blu {
    color: #0808ff;
}

.read_more {
    font-size: 17px;
    background-color: #252525;
    color: #fff !important;
    padding: 13px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
}

.read_more:hover {
    background: #bc1939;
    color: #fff;
    border-radius: 20px;
    transition: ease-in all 0.5s;
}

/** service section **/

.servicee {
    background-color: #f7f7f9;
    margin-top: 30px;
    padding: 20px 0;
}

.servicee .titlepagee {
    text-align: center;

}

.servicee .titlepagee p {
    color: #0c0202;
    font-size: 17px;
    line-height: 30px;
    padding-top: 20px;
}

.servicee_main {
    display: flex;
    flex-wrap: wrap;
}

.servicee_box {
    text-align: center;
    width: 20%;
    margin-top: 0px !important;
}

.servicee_box img {
    text-align: center;
    padding-top: 20%;
}

.servicee_box img:hover{
    filter: drop-shadow(5px 5px 20px  rgb(55, 54, 54));
}

.servicee_box h4 {
    color: #494949;
    font-size: 17px;
    margin-top: 25px;
    padding: 0;
    font-weight: 500;
}

.servicee_box h4:hover {
    color: #0f98f8;
}



/** end service section **/
.titlepagee h2 {
    font-size: 30px;
    color: #000000;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 20px;
    background-color: transparent;
    color: #262626 !important;
    padding: 13px 0px;
    width: 100%;
    max-width: 198px;
    font-weight: 500;
    position: relative;
    display: block;
    line-height: 1px;
}

.read_more::before {
    position: absolute;
    content: "";
    border-right: #262626 solid 80px;
    width: 200px;
    height: 1px;
    line-height: 1px;
}


