/*******Hover Effect********/

.sigmund_hover_effect .et_pb_portfolio_item.type-project,
.sigmund_hover_effect .et_pb_team_member,
.sigmund_hover_effect .et_pb_blurb {
    position: relative;
    transition: 0.2s !important;
    top: 0;
    right: 0;
    transition-delay: 0.1s !important;
}

.sigmund_hover_effect .et_pb_portfolio_item.type-project:after,
.sigmund_hover_effect .et_pb_team_member:after,
.sigmund_hover_effect .et_pb_blurb:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 6px #04b3c5;
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
    transition-delay: 0s !important;
}

.sigmund_hover_effect .et_pb_portfolio_item.type-project:hover:after,
.sigmund_hover_effect .et_pb_team_member:hover:after,
.sigmund_hover_effect .et_pb_blurb:hover:after {
    transition-delay: 0.1s !important;
    opacity: 1;
    -webkit-transform: translateY(0.4rem) translateX(-0.4rem);
    transform: translateY(0.4rem) translateX(-0.4rem);
}

.sigmund_hover_effect .et_pb_portfolio_item.type-project:hover,
.sigmund_hover_effect .et_pb_team_member:hover,
.sigmund_hover_effect .et_pb_blurb:hover {
    transition-delay: 0s !important;
    box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.1);
    top: -0.2rem;
    right: -0.2rem;
}

/*******Column Hover Effect********/

.sigmund_column_hover_effect .et_pb_column {
    position: relative;
    transition: 0.3s !important;
    top: 0;
    right: 0;
    transition-delay: 0.1s !important;
}

.sigmund_column_hover_effect .et_pb_column:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 6px #04b3c5;
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
    transition-delay: 0s !important;
}

.sigmund_column_hover_effect .et_pb_column:hover:after {
    transition-delay: 0.1s !important;
    opacity: 1;
    -webkit-transform: translateY(0.4rem) translateX(0.4rem);
    transform: translateY(0.4rem) translateX(0.4rem);
}

.sigmund_column_hover_effect .et_pb_column:hover {
    transition-delay: 0s !important;
    box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.1);
    top: -0.2rem;
    right: 0.2rem;
}

/*******Hover Effect For Blurb Image********/

.sigmund_blurbs_images_hover .et_pb_blurb .et_pb_main_blurb_image {
    position: relative;
    transition: 0.2s !important;
    transition-delay: 0.1s !important;
}

.sigmund_blurbs_images_hover .et_pb_blurb .et_pb_main_blurb_image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 6px #04b3c5;
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
    transition-delay: 0s !important;
}

.sigmund_blurbs_images_hover .et_pb_blurb .et_pb_main_blurb_image {
    border-radius: 50%;
    transition: 0.2s !important;
}

.sigmund_blurbs_images_hover .et_pb_blurb .et_pb_main_blurb_image:after {
    border-radius: 50%;
}

.sigmund_blurbs_images_hover .et_pb_blurb:hover .et_pb_main_blurb_image:after {
    opacity: 1;
    -webkit-transform: translateY(0.3rem) translateX(-0.3rem);
    transform: translateY(0.3rem) translateX(-0.3rem);
}

.sigmund_blurbs_images_hover .et_pb_blurb:hover .et_pb_main_blurb_image {
    box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.1);
    transform: translate(0.2em, -0.2em);
}

.sigmund_blurbs_images_hover .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap,
.sigmund_blurbs_images_hover .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

/**************************/

/*Header 1*/

body.et-fb .blurb_4_header .et_pb_blurb:nth-child(2n+3) ,
body:not(.et-fb) .blurb_4_header .et_pb_blurb:nth-child(2n+2) {
    margin-right: 0 !important;
}

.blurb_4_header .et_pb_blurb {
    width: 47% !important;
    margin-right: 6% !important;
    float: left !important;
}

.blurb_4_header .et_pb_column_1_2.et-last-child,
.blurb_4_header .et_pb_column_1_2:last-child{
    width: 43.9% !important;
}

.blurb_4_header .et_pb_column_1_2:first-child {
    width: 50.6% !important;
    margin-right: 5.5% !important;
}

.blurb_4_header .et_pb_column_4_4 .et_pb_image,
.blurb_4_header .et_pb_column_4_4 .et_pb_image .et_pb_image_wrap,
.blurb_4_header .et_pb_column_4_4 .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

.blurb_4_header .et_pb_column_4_4 .et_pb_image .et_pb_image_wrap img {
    min-height: 787px;
}

/*Header 2*/

body.et-fb .triangle_header .et_pb_image.et-last-child{
    position: absolute !important;
}
.triangle_header .et_pb_bottom_inside_divider {
    background-size: 100% 100% !important;
    height: 46% !important;
}

.triangle_header .et_pb_top_inside_divider {
    background-size: 100% 100% !important;
    height: 50% !important;
}

.triangle_header .et_pb_top_inside_divider {
    width: 389px !important;
}

/*Header 3*/

.image_split_header .et_pb_column_4_4 .et_pb_image{
    position: absolute !important;
}
.image_split_header .et_pb_column_1_4 .et_pb_image .et_pb_image_wrap,
.image_split_header .et_pb_column_1_4 .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
}

.image_split_header .et_pb_column_1_4:last-child {
    margin-right: 0 !important;
}

.image_split_header .et_pb_column_1_4 {
    width: 24.3% !important;
    margin-right: 2.4% !important;
}

.image_split_header .et_pb_column_1_2 {
    width: 46.5% !important;
    margin-right: 2% !important;
}

.image_split_header .et_pb_bottom_inside_divider {
    border-bottom: 160px solid #fff;
}

body #page-container #main-content .image_split_header .et_pb_promo .et_pb_button{
    padding: 12px 40px 9px 39px!important;
}
body #page-container .image_split_header .et_pb_promo .et_pb_button:hover {
    -webkit-box-shadow: 6px 6px #ffdd33, -6px -6px #ff6868 !important;
    box-shadow: 6px 6px #ffdd33, -6px -6px #ff6868 !important;
}



body.ie .sigmun_make_jump_header .et_pb_blurb .et_pb_blurb_content h4 {
    background-image: none !important;
}

/*Responsive*/

@media only screen and (min-width: 2000px) {
    /*Header 1*/
    .blurb_4_header .et_pb_column_4_4 .et_pb_image {
        bottom: -4vw;
    }
}

@media only screen and (min-width: 2900px) {
    /*Header 1*/
    .blurb_4_header .et_pb_column_4_4 .et_pb_image {
        bottom: -10vw;
    }
}


@media only screen and (max-width: 1500px) {
    /*sigmun make jump header*/
    .sigmun_make_jump_header .et_pb_promo {
        max-width: 410px;
    }
}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .sigmun_make_jump_header .et_pb_blurb .et_pb_blurb_content h4 {
        font-size: 170px;
    }
}

@media only screen and (max-width: 1390px) {
    /*Header 1*/
    .blurb_4_header .et_pb_row .et_pb_column {
        padding-top: 0 !important;
    }


    .image_split_header .et_pb_row ,
    .blurb_4_header .et_pb_row {
        width: 90% !important;
    }

    #page-container .sigmun_make_jump_header .et_pb_promo {
        max-width: 100%;
        margin-top: 0 !important;
    }

    .sigmun_make_jump_header .et_pb_blurb {
        margin-bottom: 0 !important;
    }

    #page-container .sigmun_make_jump_header .et_pb_promo .et_pb_promo_description h2 {
        padding-bottom: 10px !important;
    }

    #page-container .sigmun_make_jump_header .et_pb_promo .et_pb_promo_description h2,
    #page-container .sigmun_make_jump_header .et_pb_promo .et_pb_promo_description,
    .sigmun_make_jump_header .et_pb_blurb .et_pb_blurb_content h4 {
        text-align: center !important;
    }
}

@media only screen and (max-width: 980px) {
    /*Header 1*/
    .blurb_4_header .et_pb_column_4_4 .et_pb_image {
        bottom: auto;
        top: -5px;
        transform: rotateX(-180deg);
    }

    /*Header 3*/

    .image_split_header .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .image_split_header .et_pb_column_1_4 {
        margin-right: 5.5% !important;
    }

    .image_split_header .et_pb_bottom_inside_divider {
        height: 148% !important;
    }

    .sigmund_home2_blurb_4_header.blurb_4_header .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    /*Header 1*/
    .blurb_4_header:not(.sigmund_home2_blurb_4_header) .et_pb_column_1_2:first-child .et_pb_promo {
        max-width: 340px;
    }
    .blurb_4_header .et_pb_column_1_2:first-child {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .blurb_4_header .et_pb_column_1_2.et-last-child,
    .blurb_4_header .et_pb_column_1_2:last-child {
        width: 100% !important;
    }

    .image_split_header .et_pb_column_1_2 .et_pb_promo{
        max-width: 240px;
    }
    /*Header 2*/

    .triangle_header .et_pb_image:not(:first-child){
        max-width: 50%;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    /*Header 1*/
    .blurb_4_header .et_pb_blurb {
        width: 100% !important;
        margin-right: 0 !important;
        float: left !important;
    }

    .blurb_4_header.sigmund_home2_blurb_4_header .et_pb_blurb:last-child {
        margin-bottom: 0 !important;
    }

    .blurb_4_header.sigmund_home2_blurb_4_header .et_pb_blurb {
        margin-bottom: 20px !important;
    }

    .blurb_4_header:not(.sigmund_home2_blurb_4_header)  .et_pb_column_1_2:first-child .et_pb_promo {
        max-width: 210px;
    }

    .image_split_header .et_pb_column_1_2 .et_pb_promo{
        max-width: 100%;
    }

    /*Header 2*/
    .triangle_header .et_pb_top_inside_divider {
        width: 230px !important;
    }

    /*Header 3*/
    #page-container .image_split_header .et_pb_column_1_4 {
        margin-right: 0 !important;
        width: 100% !important;
        padding-top: 20px;
    }

    .image_split_header .et_pb_column_4_4 .et_pb_image{
        top: -40px !important;
    }
    .image_split_header .et_pb_bottom_inside_divider {
        background-color: #fff;
    }
}

.sigmund_say_hello_header .et_pb_column_1_2.et_pb_column_empty{
    min-height: 1px !important;
}
.sigmund_say_hello_header .et_pb_blurb .et_pb_blurb_description{
    display: none !important;
}

.sigmund_say_hello_header .sigmund_blurbs_circle_images .et_pb_blurb {
    width: 108px;
    float: left;
    overflow: visible;
    position: relative;
    transition: 0.2s;
    top: 0;
    left: 0;
}


.sigmund_say_hello_header .sigmund_blurbs_circle_images .et_pb_blurb:before {
    content: "";
    width: 100%;
    display: block;
    padding-top: 100%;
}

.sigmund_say_hello_header .sigmund_blurbs_circle_images .et_pb_blurb.blue:hover h4 {
    color: #04b4c6 !important;
}

.sigmund_say_hello_header .sigmund_blurbs_circle_images .et_pb_blurb.white:hover h4 {
    color: #fff !important;
}

.sigmund_say_hello_header .sigmund_blurbs_circle_images .et_pb_blurb:hover {
    box-shadow: none;
    top: -0.2em;
    left: 0.2em;

}

.sigmund_say_hello_header .sigmund_blurbs_circle_images .et_pb_blurb.blue:hover {
    background-color: #fff;
}

.sigmund_say_hello_header .sigmund_blurbs_circle_images .et_pb_blurb.white:hover {
    background-color: #04b4c6;
}

.sigmund_say_hello_header .sigmund_blurbs_circle_images .et_pb_blurb:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0.3rem) translateX(-0.3rem);
    transform: translateY(0.3rem) translateX(-0.3rem);
    box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.1);
}


.our_office_header_image .et_pb_image {
    margin-bottom: 0 !important;
}