/* Feature Unicorn 2.0 Divi Layout Kit Css Code
** Product Built By Divi Den - https://seku.re/unicorn2
** Get the latest kit here: https://seku.re/unicorn2
** Get Support Here: https://seku.re/support
** Watch Unicorn 2.0 Bundle tutorials: https://seku.re/unicorn2tuts
*/

.features1 .et_pb_blurb_content .et_pb_main_blurb_image a {
    box-shadow: inset 0px 0px 0px 10px #000;
    display: block;
    color: inherit;
}

.features1 .et_pb_blurb_content .et_pb_main_blurb_image img {
    box-shadow: inset 0 0 0 50px;
    display: block;
    width: 100% !important;
    position: relative;
    top: 26px;
    left: 23px;
    padding: 14px;
}

.features1 .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 46px !important;
}

/*CSS Animation*/

.features1 * {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features1 .et_pb_blurb {
    cursor: pointer;
}

.features1 .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: rotate(-3deg);
}

.features1 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    transform: rotate(6deg);

}

.features1 .et_pb_blurb:hover h4:after {
    width: 75%;
}

.features1 .et_pb_blurb h4:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #a7a7a7 !important;
    margin: 10px 0px -10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features1 .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap {
    box-shadow: inset 0px 0px 0px 10px #000;
    display: block;
    color: inherit;
}

/*Responsive*/

@media only screen and (max-width: 980px) {
    .features1 .et_pb_blurb_content {
        max-width: 100% !important;
    }

    .features1 .et_pb_blurb_content .et_pb_blurb_container {
        max-width: 650px;
    }

    .features1 .et_pb_blurb:first-child {
        padding-bottom: 46px;
        margin-bottom: 23px !important;
    }
}

@media only screen and (max-width: 767px) {
    .features1 .et_pb_blurb:first-child {
        padding-bottom: 23px;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .features7 .et_pb_main_blurb_image img {
        max-width: 100% !important;
    }

    #page-container .features7 .et_pb_main_blurb_image {
        display: block;
        max-width: 110px !important;
        margin: 0 auto 20px !important;
    }

    #page-container .features7 .et_pb_blurb_container {
        text-align: center !important;
        padding-left: 0 !important;
        width: 100% !important;
    }

    .features7 .et_pb_column_1_2.text_rigth .et_pb_blurb h4:after,
    .features7 .et_pb_blurb h4:after {
        margin: 6px auto -6px !important;
        margin-right: auto !important;

    }
}

/* 2-10 Feature Divi Layout Kit Css Code */

/*tabs*/

.features2 .tab_content {
    width: 25%;
    display: inline-block;
    margin-right: 12% !important;
    text-align: center;
    vertical-align: top;
}

.features2 .tab_content:last-of-type {
    margin-right: 0 !important;
}

/*tabs image*/

.features2 .tab_content .tab_image img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.features2 .tab_content .tab_image {
    position: relative;
    max-width: 209px;
    margin: 0 auto;
}

.features2 .tab_content .tab_image:before {
    content: "";
    display: block;
    background-color: #f5f4f4;
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    position: absolute;
    width: 85%;
    height: 85%;
    z-index: 0;
    margin: 6%;

}

/*tab heading*/

.features2 .tab_content h3.title {
    padding-bottom: 20px;
}

.features2 .tab_content .content_text {
    line-height: 164% !important;
}

.features2 .tab_content .content_text:before {
    content: "";
    display: block;
    width: 87px;
    height: 2px;
    background-color: #f5f4f4;
    margin: 15px auto 19px;
}

.features2 .et_pb_tabs {
    text-align: center;
}

.features2 .et_pb_all_tabs,
.features2 .et_pb_tabs {
    border: 0 !important;
    background: transparent;
}

.features2 .et_pb_tabs_controls li:last-child {
    border-right: 0 !important;
}

.features2 .et_pb_tabs_controls li a {
    font-size: 12px !important;
    letter-spacing: 4px;
    padding: 9px 30px 5px !important;
}

/*CSS Animation*/

.features2 .tab_content {
    cursor: pointer;
}

.features2 .tab_content .content_text:before,
.features2 .tab_content .tab_image:before,
.features2 * {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features2 .tab_content:hover .tab_image img {
    transform: scale(0.8);
}

.features2 .tab_content:hover .tab_image:before {
    transform: scale(1.1);

    /*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);*/
}

.features2 .tab_content:hover .content_text:before {
    height: 8px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    margin-bottom: 13px;
}

/*Responsive*/
@media only screen and (min-width: 1920px) {
    .features9 .et_pb_column:not(:first-child){
        padding-top: 47px !important;
    }
}
@media only screen and (max-width: 1390px) {
    .features2 .tab_content {
        width: 24.9%;
    }
}

@media only screen and (max-width: 980px) {
    .features2 .tab_content {
        width: 29.5%;
        margin-right: 5% !important;
    }

    .features2 .tab_content:last-of-type {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .features2 .et_pb_tabs_controls {
        display: block !important;
        margin-bottom: 20px !important;
    }

    .features2 .tab_content {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    .features2 .tab_content:last-of-type {
        margin-bottom: 0 !important;
    }

    .features2 .et_pb_tabs_controls li:last-child {
        border-bottom: 0 !important;
    }
}

/* 3-10 Feature Divi Layout Kit Css Code */

.features3 .last_blurbs .et_pb_main_blurb_image a {
    position: relative;
    display: block;
}

.features3 .last_blurbs .et_pb_main_blurb_image img {
    position: relative;
    z-index: 1;
    display: block;
}

.features3 .last_blurbs .et_pb_main_blurb_image:before {
    content: "";
    display: block;
    box-shadow: inset 0 0 0 40px;
    border-radius: 100%;
    position: absolute;
    width: 85%;
    height: 85%;
    z-index: 0;
    margin: 6%;
}

.features3 .last_blurbs .et_pb_blurb_container {
    vertical-align: middle;
    padding-left: 20px;
}

/*CSS Animation*/

.features3 .et_pb_blurb {
    cursor: pointer;
}

.features3 .et_pb_main_blurb_image:before,
.features3 .et_pb_blurb * {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features3 .et_pb_column_1_3 .et_pb_blurb_content {
    clear: both;
}

.features3 .et_pb_column_1_3 .et_pb_main_blurb_image {
    float: left;
}

.features3 .et_pb_column_1_3:not(.last_blurbs):not(:first-child):hover .et_pb_blurb,
.features3 .last_blurbs .et_pb_blurb:hover .et_pb_main_blurb_image:before {
    animation: bounceIn 1s infinite;
    animation-iteration-count: 1;
    opacity: 1 !important;

}

.features3 .last_blurbs .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 5s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        /*opacity: 0;*/
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

/*Responsive*/

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .features3 .et_pb_column:last-child .et_pb_blurb .et_pb_blurb_container {
        display: inline-block;
        width: 76%;
        vertical-align: text-bottom;
        padding-left: 10px;
    }

    .features3 .et_pb_column:last-child .et_pb_blurb .et_pb_main_blurb_image {
        display: inline-block;
        width: 22%;
        vertical-align: top;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 980px) {
    .features3 .middle_column {
        width: 40% !important;
        margin-right: 10%;
    }

    .features3 .last_blurbs {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .features3 .et_pb_promo_description {
        text-align: center;
    }

    .features3 .et_pb_column_1_3 .et_pb_main_blurb_image {
        float: none;
    }

    .features3 .middle_column .et_pb_blurb {
        max-width: 320px;
        margin: 0 auto;
    }

    .features3 .middle_column {
        width: 100% !important;
        margin-right: 0;
    }

    .features3 .last_blurbs {
        width: 100% !important;
    }

    .features3 .last_blurbs .et_pb_blurb {
        margin: 0 !important;
        padding-top: 0;
        margin-bottom: 30px !important;
    }

    .features3 .last_blurbs .et_pb_main_blurb_image {
        max-width: 72px;
        display: block;
        margin: 0 auto;
    }

    .features3 .last_blurbs .et_pb_blurb_container {
        display: block;
        text-align: center;
        padding: 0 !important;
    }
}

/* 4-10 Feature Divi Layout Kit Css Code */

.features4 .et_pb_column_4_4 .et_pb_promo_description p {
    max-width: 660px;
}

.features4 .et_pb_column_1_3 .et_pb_main_blurb_image img {
    display: block;
}

/*CSS animation*/

.features4 .et_pb_column_1_3 .et_pb_blurb:first-child:after,
.features4 .et_pb_column_1_3 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features4 .et_pb_column_1_3 .et_pb_blurb {
    cursor: pointer;
}

.features4 .et_pb_column_1_3:hover .et_pb_blurb:first-child:after {
    width: 75% !important;
}

.features4 .et_pb_column_1_3:hover .et_pb_blurb .et_pb_main_blurb_image img {
    -webkit-animation: mymove 5s infinite;
    animation: mymove 1s infinite;
    position: relative;
    animation-iteration-count: 1;
}

.features4 .et_pb_column_1_3:hover .et_pb_blurb .et_pb_blurb_container {
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes mymove {
    from {
        top: 0;
    }
    to {
        top: 10px;
    }
}

@keyframes mymove {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -9px, 0);
        transform: translate3d(0, -9px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

/*Responsive*/

@media only screen and (max-width: 980px) {
    .features4 .et_pb_main_blurb_image {
        margin: 0 auto 30px !important;
    }

    .features4 .et_pb_promo_description,
    .features4 .et_pb_blurb_content {
        text-align: center !important;
    }

    .features4 .et_pb_column_1_3 .et_pb_blurb:first-child:after {
        margin: 15px auto 5px;
    }

    .features4 .et_pb_column_4_4 .et_pb_promo:after {
        margin: 20px auto 0;
    }

    .features4 h2 {
        padding-bottom: 20px !important;
    }

    .features4 .et_pb_column_4_4 .et_pb_promo_description p {
        max-width: 100%;
    }
}

/* 5-10 Feature Divi Layout Kit Css Code */

.features5 .et_pb_blurb {
    float: left;
}

.features5 .et_pb_blurb:last-of-type .et_pb_main_blurb_image,
.features5 .et_pb_blurb:nth-of-type(3) .et_pb_main_blurb_image {
    margin: 29% 0 !important;
}

.features5 .et_pb_blurb:nth-last-of-type(2) .et_pb_main_blurb_image,
.features5 .et_pb_blurb:nth-of-type(4) .et_pb_main_blurb_image {
    margin: 13% 0;
}

/*shapes*/

.features5 .et_pb_blurb .et_pb_main_blurb_image img {
    display: block;
    width: 100%;
    transform: rotate(-22.5deg);
    display: block;

}

.features5 .et_pb_blurb .et_pb_main_blurb_image:after {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.features5 .et_pb_blurb .et_pb_main_blurb_image {
    position: relative;
    overflow: hidden;
    z-index: 10;
    transform: rotate(-22.5deg);
}

.features5 .et_pb_blurb .et_pb_main_blurb_image a {
    overflow: hidden;
}

.features5 .et_pb_blurb .et_pb_main_blurb_image a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -1px;
    bottom: -1px;
    left: -1px;
}

.features5 .et_pb_blurb .et_pb_main_blurb_image a {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    border-width: 1px;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    color: inherit;
}

/*shapes end*/

.features5 .et_pb_blurb:nth-of-type(5) .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
}

.features5 .et_pb_blurb h4 {
    padding-top: 53px;
}

.features5 .et_pb_blurb .et_pb_blurb_content {
    transform: scale(0.92);
}

/*CSS Animation*/

.features5 .et_pb_blurb .et_pb_main_blurb_image img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features5 .et_pb_blurb {
    cursor: pointer;
}

.features5 .et_pb_blurb h4:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #a7a7a7 !important;
    margin: 10px auto -10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features5 .et_pb_blurb:hover h4:after {
    width: 60% !important;
}

.features5 .et_pb_blurb .et_pb_main_blurb_image img {
    position: relative;
    z-index: 9;
}

.features5 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    -webkit-transform: rotate(-382.5deg);
    transform: rotate(-382.5deg);

}

/*Responsive*/

@media only screen and (max-width: 767px) {

    .features5 .et_pb_blurb:last-of-type .et_pb_main_blurb_image,
    .features5 .et_pb_blurb:nth-of-type(2) .et_pb_main_blurb_image {
        margin: 0 !important;
    }

    .features5 .et_pb_blurb:nth-last-of-type(2) .et_pb_main_blurb_image,
    .features5 .et_pb_blurb:nth-of-type(3) .et_pb_main_blurb_image {
        margin: 0;
    }

    #page-container .features5 .et_pb_blurb h4 {
        padding-top: 0;
    }

    #page-container .features5 .et_pb_blurb {
        width: 100% !important;
    }

    .features5 .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-bottom: 20px !important;
    }

    .features5 .et_pb_blurb .et_pb_blurb_content {
        max-width: 250px !important;
    }

    .features5 .et_pb_blurb .et_pb_blurb_content {
        transform: scale(1);
    }
}

/* 6-10 Feature Divi Layout Kit Css Code */

.features6 .et_pb_main_blurb_image img {
    width: 82px;
    max-width: none;
    display: block;
}

.features6 .et_pb_blurb .et_pb_main_blurb_image {
    float: left;
}

.features6 .et_pb_blurb .et_pb_blurb_content {
    clear: both;
}

.features6 .et_pb_blurb_container {
    max-width: 400px;
    padding-left: 2.3vw;
    margin-top: 23px;
    display: inline-block;
}

/*CSS Animation*/

.features6 .et_pb_blurb {
    cursor: pointer;
}

.features6 .et_pb_blurb .et_pb_main_blurb_image {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features6 .et_pb_blurb .et_pb_main_blurb_image img {
    z-index: 5;
    position: relative;
}

.features6 .et_pb_blurb .et_pb_main_blurb_image {
    position: relative;
    overflow: hidden;
}

.features6 .et_pb_blurb .et_pb_blurb_content:hover .et_pb_main_blurb_image img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.features6 .et_pb_blurb .et_pb_blurb_content:hover .et_pb_main_blurb_image:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ie .features6 .et_pb_blurb .et_pb_main_blurb_image:after {
    display: none !important;
}

.features6 .et_pb_blurb .et_pb_main_blurb_image:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 300px;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.features6 .et_pb_blurb .et_pb_blurb_content:hover .et_pb_main_blurb_image {
    -webkit-animation: spinAround 3s linear infinite;
    -moz-animation: spinAround 3s linear infinite;
    animation: spinAround 3s linear infinite;
}

.features6 .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

/*Responsive*/

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .features6 .et_pb_blurb_container {
        max-width: 60% !important;
    }
}

@media only screen and (max-width: 980px) {
    #page-container .features6 .et_pb_blurb {
        margin-left: 10% !important;
    }

    #page-container .features6 .et_pb_blurb_content {
        margin: 0 auto !important;
    }

    .features6 .et_pb_blurb_container {
        float: left;
        max-width: calc(100% - 152px) !important;
    }

    .features6 .et_pb_blurb_content {
        max-width: none !important;
    }

    .features6 .et_pb_blurb .et_pb_main_blurb_image {
        display: inline-block;
    }

    body .features6 .et_pb_blurb {
        margin-left: 6% !important;
    }

    .features6 .et_pb_blurb_content {
        clear: both;
    }
}

@media only screen and (max-width: 600px) {
    .features6 .et_pb_blurb .et_pb_main_blurb_image {
        float: none;
    }

    .features6 .et_pb_blurb_content {
        text-align: center;
    }

    .features6 .et_pb_blurb_container {
        float: none;
        max-width: none !important;
        margin-top: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .features6 .et_pb_main_blurb_image {
        display: block;
        max-width: 152px;
        margin: 0 auto 30px;
    }

    .features6 .et_pb_blurb_container {
        text-align: center !important;
    }

    .features6 .et_pb_blurb:last-of-type {
        padding-bottom: 0 !important;
    }

    .features6 .et_pb_blurb {
        padding-bottom: 40px !important;
    }
}

/* 7-10 Feature Divi Layout Kit Css Code */

.features7 .et_pb_main_blurb_image img {
    max-width: none;
    display: block;
}

.features7 .et_pb_blurb_container {
    vertical-align: middle;
    padding-left: 73px;
    padding-top: 8.6%;
}

.features7 .text_rigth .et_pb_blurb_container {
    text-align: right;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 73px;

}

/*shapes*/

.features7 .et_pb_blurb .et_pb_main_blurb_image img {
    display: block;
    width: 100%;
    transform: rotate(-22.5deg);

}

.features7 .et_pb_blurb .et_pb_main_blurb_image:after {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.features7 .et_pb_blurb .et_pb_main_blurb_image {
    position: relative;
    overflow: hidden;
    z-index: 10;
    transform: rotate(-22.5deg);
    min-width: 140px;
}

.features7 .et_pb_blurb .et_pb_main_blurb_image a {
    overflow: hidden;
}

.features7 .et_pb_blurb .et_pb_main_blurb_image a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
    height: 100%;
    border-width: 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -1px;
    bottom: -1px;
    left: -1px;
}

.features7 .et_pb_blurb .et_pb_main_blurb_image a {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    color: inherit;
    box-shadow: inset 0 0 0 200px;
    border-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;

}

/*shapes end*/

/*CSS Animation*/

.features7 .et_pb_blurb .et_pb_main_blurb_image,
.features7 .et_pb_blurb {
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features7 .et_pb_blurb .et_pb_main_blurb_image img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
}

.features7 .et_pb_column_1_2.text_rigth .et_pb_blurb h4:after {
    margin-right: 0 !important;
    margin-left: auto;
}

.features7 .et_pb_blurb h4:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff !important;
    margin: 6px 0px -6px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features7 .et_pb_blurb:hover h4:after {
    width: 75%;
}

.features7 .et_pb_blurb .et_pb_main_blurb_image img {
    z-index: 9;
}

.features7 .et_pb_blurb:hover .et_pb_main_blurb_image img {
    transform: rotate(-45deg);
}

.features7 .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: rotate(0);
}

@media only screen and (max-width: 1120px) {
    .features7 .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .features7 .et_pb_column:first-child .et_pb_blurb:first-child {
        padding-top: 0 !important;
        border-top: 0 !important;
    }

    .features7 .et_pb_column:last-child .et_pb_blurb:last-child {
        margin-bottom: 0 !important;
    }

    #page-container .features7 .et_pb_blurb {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
        margin-bottom: 30px !important;
        border-top: 1px solid;
        border-bottom: 0 !important;
    }

    .features7 .et_pb_main_blurb_image {
        float: none !important;
        display: inline-block;
        width: 30% !important;
        vertical-align: middle;
        min-width: 0 !important;
    }

    .features7 .et_pb_blurb_container {
        padding-left: 6.5vw !important;
        display: inline-block !important;
        width: 69% !important;
        padding-top: 0 !important;

    }

    .features7 .text_rigth .et_pb_blurb_container {
        text-align: left !important;
        vertical-align: middle;
        padding-right: 0;
        padding-top: 0;

    }

    .features7 .et_pb_column_1_2.text_rigth .et_pb_blurb h4:after {
        margin-right: 0 !important;
        margin-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .features7 .et_pb_main_blurb_image img {
        max-width: 100% !important;
    }

    #page-container .features7 .et_pb_main_blurb_image {
        display: block;
        max-width: 110px !important;
        margin: 0 auto 20px !important;
    }

    #page-container .features7 .et_pb_blurb_container {
        text-align: center !important;
        padding-left: 0 !important;
    }

    .features7 .et_pb_column_1_2.text_rigth .et_pb_blurb h4:after,
    .features7 .et_pb_blurb h4:after {
        margin: 6px auto -6px !important;
        margin-right: auto !important;

    }
}

/* 8-10 Feature Divi Layout Kit Css Code */

.features8 .et_pb_blurb {
    cursor: pointer;
}

.features8 .et_pb_blurb:hover h4 {
    color: #fff !important;
}

.features8 .et_pb_blurb h4,
.features8 .et_pb_blurb:before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features8 .et_pb_blurb:hover:before {
    top: 0;
    bottom: 60px;
    transform: scale(0) !important;

}

.features8 .et_pb_blurb h4 {
    max-width: 200px !important;
    margin: 0 auto !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) and (min-width: 980px) {
    .features8 .et_pb_blurb h4 {
        font-size: 18px !important;
        max-width: 140px !important;
    }
}

@media only screen and (max-width: 980px) {
    .features8 .et_pb_blurb {
        max-width: 330px;
        margin: 0 auto !important;
    }
}

/* 9-10 Feature Divi Layout Kit Css Code */

.features9 .et_pb_main_blurb_image img {
    display: block !important;
    max-width: none !important;
}

.features9 .et_pb_blurb_container {
    vertical-align: middle;
    padding-left: 23px;
    display: inline-block;
    max-width: calc(100% - 72px);
    float: none;
}

/*CSS Animation*/

.features9 .et_pb_blurb {
    cursor: pointer;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features9 .et_pb_blurb .et_pb_main_blurb_image {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.features9 .et_pb_blurb .et_pb_main_blurb_image:after,
.features9 .et_pb_blurb:hover .et_pb_blurb_container,
.features9 .et_pb_blurb .et_pb_main_blurb_image,
.features9 .et_pb_blurb .et_pb_main_blurb_image img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.features9 .et_pb_blurb .et_pb_main_blurb_image:after {
    font-family: FontAwesome;
    border-radius: 50%;
    content: '\f100';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
    opacity: 0;
    background-color: inherit;
    font-size: 40px;
    line-height: 160%;
    border-radius: 100%;
    overflow: hidden;
}

.features9 .et_pb_blurb:hover .et_pb_main_blurb_image:after {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;

}

.features9 .et_pb_blurb:hover .et_pb_main_blurb_image {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.features9 .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 5s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*Responsive*/

@media only screen and (max-width: 980px) {
    .features9 .et_pb_column_1_3:not(:first-child) {
        width: 49% !important;
    }

    .features9 .et_pb_column_1_3:nth-of-type(2) {
        margin-right: 2% !important;
    }

    #page-container .features9 .et_pb_blurb_content {
        margin-right: -10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .features9 .et_pb_column_1_3:not(:first-child) {
        width: 100% !important;
    }

    .features9 .et_pb_column_1_3:nth-of-type(2) {
        margin-right: 0 !important;
    }

    #page-container .features9 .et_pb_main_blurb_image {
        display: block;
        max-width: 66px;
        margin: 0 auto 20px;
    }

    #page-container .features9 .et_pb_blurb_container {
        display: block;
        padding-left: 0;
        text-align: center;
        max-width: none;
    }

    #page-container .features9 .et_pb_blurb_content {
        margin-right: 0 !important;
        max-width: none !important;
    }
}

/* 10-10 Feature Divi Layout Kit Css Code */

.features10 .et_pb_column_1_3 .et_pb_main_blurb_image img {
    border: 1px solid #dadada;
    border-radius: 100%;
    padding: 16px;
    opacity: 1 !important;
}

/*CSS Animation*/

.features10 .et_pb_column_1_3 .et_pb_blurb {
    cursor: pointer;
}

.features10 .et_pb_column_1_3 .et_pb_main_blurb_image {
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.features10 .et_pb_column_1_3 .et_pb_main_blurb_image {
    position: relative;
}

.features10 .et_pb_column_1_3 .et_pb_main_blurb_image:after {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    content: '';
    top: 100%;
    left: 0;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform opacity;
    max-width: 78px;
    margin: auto !important;
    right: 0;
}

.features10 .et_pb_column_1_3 .et_pb_blurb:hover .et_pb_main_blurb_image:after {
    opacity: 1;
    transform: translateY(5px);
}

.features10 .et_pb_column_1_3 .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: translateY(-5px);
}

.features10:hover .et_pb_column_4_4 .et_pb_image img {
    animation: slideInUp 1s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/*Responsive*/

@media only screen and (max-width: 980px) {
    .features10 .et_pb_column_4_4 .et_pb_blurb:before {
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .features10 .et_pb_column_4_4 .et_pb_image {
        margin-bottom: -33px !important;
    }

}

@media only screen and (max-width: 480px) {
    .features10 .et_pb_column_4_4 .et_pb_image {
        margin-bottom: 0px !important;
    }

}