.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}
.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px){
    .elementor-34 .elementor-element.elementor-element-1cc7fa52 {
        width: 12.982%;
    }
}
.elementor-element-populated {
    padding: 10px;
}
.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.elementor-element.elementor-element-66d5bff1 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 15px;
    background-color: #f4ac0b;
    border-radius: 100px 100px 100px 100px;
}
.elementor-view-default .elementor-icon {
    color: #ffffff;
    border-color: #ffffff;
    font-size: 20px;
}
.elementor-34 .elementor-element.elementor-element-1d1ed621 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 200;
}
 .elementor-heading-title {
    color: #1964B6;
     font-size: 20px;
}
.elementor-34 .elementor-element.elementor-element-6785bc9b {
    text-align: justify;
}
.elementor-34 .elementor-element.elementor-element-6785bc9b > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
}
h3, .entry-content h3, .entry-content h3 a {
    font-size: 24px;
    font-size: 1.5rem;
}
/************* Services *************************/
.section-block-grey {
    padding: 0px 0px 10px 0px;
    background-color: #f9f9f9;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    /*box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);*/
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #f4ac0b;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
    min-height: 188px;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #f4ac0b;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
    line-height: 25px;
    font-size: 14px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #f4ac0b;
}