
/* Hero Slider CSS Start */

.home--hero_section .hero_revolution_slider rs-slides rs-slide h2 {
    font-family: "" !important;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 60px;
}

.home--hero_section .hero_revolution_slider .tparrows {
    background: transparent !important;
    box-shadow: 0 0 0 2px #fff inset;
    border-radius: 50%;
    overflow: hidden;
}
.home--hero_section .hero_revolution_slider .tparrows:hover{
    box-shadow: 0 0 0 2px transparent inset;
}
.home--hero_section .hero_revolution_slider .tparrows::before {
    background: #007fa0;
    height: 0px;
    transition: height 0.3s;
}
.home--hero_section .hero_revolution_slider .tparrows:hover:before{
    height: 100%;
}
/* Hero Slider CSS Start */

/* Icon Box Section CSS Start */
.home-icon-box .w-flipbox-front .w-flipbox-front-icon {
    margin: 0 0 22px;
}
.home-icon-box .w-flipbox-front h4.w-flipbox-front-title {
    line-height: 1.4em;
    margin: 0 0 18px !important;
}
.home-icon-box .w-flipbox-front .w-flipbox-front-desc p {
    font-size: 19.2px;
    line-height: 32.64px;
}
.home-icon-box .w-flipbox-back .w-flipbox-back-title{
    margin: 0 0 18px !important;
    line-height: 1.4em;
    order: 1;
}
.home-icon-box .w-flipbox-back .w-flipbox-back-desc p {
    font-size: 19.2px;
    line-height: 32.64px;
}
.home-icon-box .w-flipbox-back  .w-flipbox-back-desc {
    order: 3;
    margin: 0;
}
.home-icon-box .w-flipbox-back a.w-btn {
    order: 2;
    margin: 0.3rem 0;
}
.home-icon-box .w-flipbox-back .w-flipbox-back-h {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-icon-box.three .w-flipbox-back a.w-btn {
    order: 2;
    margin: 0.3rem 0;
    background: #054a5b;
}
/* Icon Box Section CSS Start */


/* Counter Section CSS Start */
.home-counters p.w-counter-title {
    margin: 0px;
    padding: 0.6rem 0;
}
/* Counter Section CSS En */


/* CTA Section CSS Start */
.call-to_actions_section a.w-btn {
    border: 2px solid white;
    background: transparent;
    padding: 0px 28.8px;
    line-height: 41px !important;
}
.call-to_actions_section a.w-btn i {
    margin-left: 14px;
}
.call-to_actions_section a.w-btn::before {
    display: none;
}
.call-to_actions_section a.w-btn:hover{
    background: white;
    color: #333 !important;
}

/* CTA Section CSS End */
