.MainH1 {
    color: #fff;
    font-family: 'ISBold';
    font-size: 33px !important;
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ServiceTopTitle{
font-size: 17px;
    font-family: 'ISBold';
    color: #936c29;
}
.ServiceTitle{
text-align: right !important;
    color: #0e2a4a;
    font-family: 'ISBold';
    font-size: 28px !important;
    margin-top: 27px;
}
.ServiceText{
font-size: 17px !important;
    margin-top: 20px;
    line-height: 2em;
}
.ServiceHolder{
display: block;
    float: right;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.ServiceIcon{
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: -23px;
    right: 23px;
    box-shadow: 0px 5px 35px 0px rgba(0, 27, 175, 0.15);
}

.ServiceIcon img{
width: 34px;
    height: 34px;
z-index: 5;
    position: relative;
transition:0.3s;
filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(27%) hue-rotate(42deg) brightness(90%) contrast(106%);
}
.ServiceBody {
    display: block;
    float: right;
    width: calc(100% - 20px);
    background: #ffffff6b;
    margin: 10px;
    border-radius: 18px;
    height: 150px;
    box-shadow: 0px 5px 20px 0px rgb(121 85 72);
}
.ServiceBody h2{
font-size: 20px;
    margin-top: 30px;
    font-family: 'ISBold';
    width: 100%;
    text-align: center;
}
.ServiceBody p{
font-size: 13px;
    padding: 11px;
    line-height: 2em;
    color: #777;
    height: 86px;
    overflow: hidden;
}
.ServiceBody span{
font-size: 14px;
    font-family: 'ISBold';
    color: #855b13;
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: block;
}
.ServiceIcon:before{
   content: "";
  content: "";
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    height: 0px;
    right: 0px;
    z-index: 0;
    border-radius: 5px;
transition:0.3s;
background: linear-gradient(157deg, #a58073 0%, #674336 100%)
}
.ServiceHolder:hover .ServiceIcon:before{
    height: 50px;
}
.ServiceHolder:hover .ServiceIcon img{
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(280deg) brightness(107%) contrast(110%);
}
.ServiceBox{
display: none;
    float: right;
    width: 100%;
}
.ServiceBoxOpen{
display:block
}
.ServiceItem{
display: block;
    float: right;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    background: #7c3f2a3d;
}
.ServiceItemHeader{
    background: #f8f8f852;
    display: block;
    float: right;
    width: 100%;
    height: 45px;
    overflow: hidden;
cursor: pointer;
}
.ServiceItemHeader h3{
float: right;
    font-size: 16px;
    font-family: 'ISBold';
    margin-top: 11px;
    margin-right: 10px;
}
.ServiceItemHeader img{
    display: block;
    float: left;
    width: 13px;
    height: 25px;
    margin-top: 6px;
    margin-left: 8px;
    transition: 1.5s;
}
.ServiceItemBody{
    display: block;
    float: right;
    width: 100%;
    background: #transparent;
    height: 0px;
    overflow: hidden;
    border-top: 1px solid #f8f8f8;
    margin-top: -1px;
transition:0.3s;
}
.ServiceItemBody p{
display: block;
    float: right;
    width: 100%;
    padding: 15px;
    line-height: 2em;
}
.ServiceItemBody a{
margin-bottom: 30px;
    font-size: 16px;
    float: right;
    width: 200px;
    margin-right: calc(50% - 100px);
    text-align: center;
    margin-top: 30px;
    background-color: #0e2a4a;
    height: 45px;
    color: #fff !important;
    border-radius: 34px;
    padding-top: 11px;
    transition: 0.3s;
}
.ServiceItemBody a:hover{
    box-shadow: 0px 0px 17px 5px #0e2a4a;
    margin-bottom: 30px;
}


.CollapseOpen .ServiceItemHeader img{
transform:rotate(180deg);
}
.CollapseOpen .ServiceItemBody{
height:auto;
border-color:#e5e5e5;
}
hr {
    margin-top: 32px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #b7ab96;
    width: 200px;
    margin-left: 66px;
}