/*

Theme Name: Sea Theme

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/
:root {
    --top-bg: #e40827;
    --bottom-bg: #91071b;
}

#boxed-wrapper .head_custom_width>div {
    max-width: 1670px !important;
    position: static;
}

#boxed-wrapper .head_right_button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(to right, #ec0424, #7e0617);
    height: 100%;
}

#boxed-wrapper .head_right_button {
    padding-left: 100px;
}

#boxed-wrapper .form_info_box button.custom-btn,
#boxed-wrapper a.custom-btn {
    position: relative;
    background: transparent !important;
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
    transition: transform 0.2s ease;
    --button_padding-top: 20px;
    --button_padding-right: 20px;
    --button_padding-bottom: 20px;
    --button_padding-left: 20px;
}

#boxed-wrapper .form_info_box button.custom-btn:before,
#boxed-wrapper a.custom-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D3112F;
    z-index: 1;
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
    transition: all 0.3s ease;
}

#boxed-wrapper .form_info_box button.custom-btn:hover::before,
#boxed-wrapper a.custom-btn:hover::before {
    background: #ff1e3c;
    box-shadow: 0 0 15px rgba(211, 17, 47, 0.5);
}

#boxed-wrapper .form_info_box button.custom-btn:after,
#boxed-wrapper a.custom-btn::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: linear-gradient(to right, var(--button_gradient_top_color), var(--button_gradient_bottom_color));
    z-index: 2;
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
    transition: all 0.3s ease;
    filter: brightness(1);
}

#boxed-wrapper .form_info_box button.custom-btn:after {
    background: linear-gradient(to right, var(--button_gradient_top_color), var(--button_gradient_bottom_color));
}

#boxed-wrapper .form_info_box button.custom-btn:hover::after,
#boxed-wrapper a.custom-btn:hover::after {
    filter: brightness(1.3);
    background: linear-gradient(to right, var(--button_gradient_bottom_color), var(--button_gradient_top_color));
}

#boxed-wrapper .form_info_box button.custom-btn:hover::after {
    background: linear-gradient(to right, var(--button_gradient_top_color), var(--button_gradient_bottom_color));
}

#boxed-wrapper .form_info_box button.custom-btn span,
#boxed-wrapper a.custom-btn span {
    position: relative;
    z-index: 3;
}

.title_line:after {
    content: "";
    display: block;
    width: 190px;
    height: 1px;
    background: linear-gradient(to right, #a50a20, #121212);
    margin-top: 30px;
    margin-bottom: 12px;
}

.icon_box_style01 .heading .image img {
    border-radius: 50%;
    background: linear-gradient(to bottom, var(--top-bg), var(--bottom-bg));
}

.img_info_box .heading .content-box-heading {
    font-weight: 600;
}

#boxed-wrapper .footer_list_style .fusion-li-item .icon-wrapper {
    display: none;
}

#boxed-wrapper .footer_list_style .fusion-li-item .fusion-li-item-content {
    margin-left: 0;
}

#boxed-wrapper .footer_list_style .fusion-li-item .fusion-li-item-content a {
    color: #fff;
}

#boxed-wrapper .footer_list_style .fusion-li-item .fusion-li-item-content a:hover {
    color: var(--awb-color4);
}

#boxed-wrapper .custom_info_box .heading .image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.17);
    display: flex;
    justify-content: center;
    align-items: center;
}

#boxed-wrapper .custom_info_box .heading .image img {
    margin-right: 0;
}

#boxed-wrapper .custom_info_box {
    margin-left: 0;
    margin-right: 0;
}

#boxed-wrapper .custom_info_box .heading {
    margin-bottom: 0;
}

#boxed-wrapper .custom_info_box .heading .content-box-heading {
    padding-left: 82px !important;
}

#boxed-wrapper .custom_info_box .content-container {
    padding-left: 82px;
}

#boxed-wrapper .custom_info_box>.content-box-column {
    padding-bottom: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    padding-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

#boxed-wrapper .custom_info_box>.content-box-column:first-child {
    border-top: none;
}

#boxed-wrapper .footer_bottom_line:before {
    content: "";
    position: absolute;
    left: -100%;
    right: 0;
    top: 0;
    width: calc(100vw + 100%);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.17);
}

#boxed-wrapper .footer_bottom_line .sep {
    margin: 0 8px;
}

#boxed-wrapper .faq_list_style .content-box-wrapper {
    padding: 35px;
    clip-path: polygon(46px 0%, 100% 0, 100% 100%, 0 100%, 0 55px);
    background: transparent;
}

#boxed-wrapper .faq_list_style .content-box-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D3112F;
    z-index: 1;
    clip-path: polygon(46px 0%, 100% 0, 100% 100%, 0 100%, 0 55px);
    transition: all 0.3s ease;
    opacity: 0.6;
}

#boxed-wrapper .faq_list_style .content-box-wrapper::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: linear-gradient(to right, #930000, #400000);
    z-index: 2;
    clip-path: polygon(46px 0%, 100% 0, 100% 100%, 0 100%, 0 55px);
    transition: all 0.3s ease;
    filter: brightness(1);
    opacity: 0.6;
}

#boxed-wrapper .faq_list_style .content-box-wrapper:hover:before {
    background: #606060;
}

#boxed-wrapper .faq_list_style .content-box-wrapper:hover::after {
    background: linear-gradient(to right, #5D5D5D, #3D3D3D);

}

#boxed-wrapper .faq_list_style .content-box-wrapper .content-container,
#boxed-wrapper .faq_list_style .content-box-wrapper .heading {
    position: relative;
    z-index: 3;
}

#boxed-wrapper .faq_list_style .content-box-wrapper .content-container {
    margin-bottom: 0;
}

#boxed-wrapper .request_box .fusion-column {
    margin-bottom: 0;
    height: 100%;
}

#boxed-wrapper .request_box .fusion-column .content-box-wrapper .heading {
    text-align: left;
    position: relative;
    z-index: 3;
}

#boxed-wrapper .request_box .fusion-column .content-box-wrapper .content-container {
    text-align: left;
    position: relative;
    z-index: 3;
}

#boxed-wrapper .request_box .content-boxes {
    height: 100%;
}

#boxed-wrapper .request_box .fusion-column .content-box-wrapper {
    padding: 40px;
    height: 100%;
}

#boxed-wrapper .request_box .fusion-column .content-box-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D3112F;
    z-index: 1;
    clip-path: polygon(46px 0%, 100% 0, 100% 100%, 0 100%, 0 55px);
    transition: all 0.3s ease;
}

#boxed-wrapper .request_box .fusion-column .content-box-wrapper:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: linear-gradient(to right, #930000, #400000);
    z-index: 2;
    clip-path: polygon(46px 0%, 100% 0, 100% 100%, 0 100%, 0 55px);
    transition: all 0.3s ease;
    filter: brightness(1);
}

.map_box iframe {
    display: block;
}

.number_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(num_box.png) center center no-repeat;
    opacity: 1;
    transition: all 300ms ease;
}

.number_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(num_box_hover.png) center center no-repeat;
    opacity: 0;
    transition: all 300ms ease;
}

.number_box {
    z-index: 2;
    width: 182px;
    height: 182px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.number_box .num_line {
    width: 151px;
    height: 151px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 10px;
}

.number_box .num_line .num {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 80px;
    color: #d40522;
    font-family: var(--awb-typography1-font-family);
    width: 100%;
    height: 100%;
    font-weight: bold;
}

.img_info_box:hover .number_box:after,
.our_info_box:hover .number_box:after {
    opacity: 0;
}

.img_info_box:hover .number_box:before,
.our_info_box:hover .number_box:before {
    opacity: 1;
}

#boxed-wrapper .our_info_box .content-boxes .fusion-column {
    margin-bottom: 0;
}

#boxed-wrapper .our_info_box .content-boxes .fusion-column .heading {
    padding-bottom: 15px;
}

#boxed-wrapper .custom_toggles_style .fusion-panel .toggle-content p:last-child {
    margin-bottom: 0;
}

#boxed-wrapper .custom_toggles_style .fusion-panel .toggle-content ul{
    margin: 0 0 0;
    padding: 0 0 0 18px;
    line-height: 1.75;
}
#boxed-wrapper .custom_toggles_style .fusion-panel .toggle-content ul li{
    margin: 0 0 15px;
}


@media (min-width: 1700px) {
    #boxed-wrapper .our_info_box .content-boxes .fusion-column .content-container {
        font-size: 20px;
    }

    #boxed-wrapper .request_box .fusion-column .content-box-wrapper {
        padding: 55px 68px 50px;
    }

    #boxed-wrapper .faq_list_style .content-box-wrapper {
        padding-left: 80px;
        padding-right: 60px;
        padding-top: 67.5px;
        padding-bottom: 67.5px;
    }

    #boxed-wrapper .custom_social_box .fusion-social-network-icon {
        margin-left: 10px;
        margin-right: 10px;
    }

    #boxed-wrapper .custom_menu_box #menu-classic-main-menu {
        --awb-gap: 30px;
    }

    #boxed-wrapper .form_info_box button.custom-btn,
    #boxed-wrapper a.custom-btn {
        --button_padding-top: 27px !important;
        --button_padding-right: 50px !important;
        --button_padding-bottom: 27px !important;
        --button_padding-left: 50px !important;
    }

    #boxed-wrapper .form_info_box button.custom-btn {
        min-width: 222px;
    }
}

@media (min-width: 1920.99px) {
    #boxed-wrapper .head_right_button {
        padding-left: 144px;
        padding-right: 67px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    #boxed-wrapper .head_right_button {
        width: auto;
        padding-left: 27px;
    }

    #boxed-wrapper .head_right_button .fusion-button {
        font-size: 14px;
    }

    #boxed-wrapper .custom_menu_box #menu-classic-main-menu>li>a {
        font-size: 14px !important;
    }

    #boxed-wrapper .custom_menu_box #menu-classic-main-menu {
        --awb-gap: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #boxed-wrapper .head_right_button {
        width: auto;
        padding-left: 27px;
    }

    #boxed-wrapper .head_right_button .fusion-button {
        font-size: 14px;
    }

    #boxed-wrapper .custom_menu_box>div {
        justify-content: flex-end;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    #boxed-wrapper .head_right_button {
        width: auto;
        padding-left: 27px;
    }

    #boxed-wrapper .head_right_button .fusion-button {
        font-size: 14px;
    }

    #boxed-wrapper .custom_menu_box>div {
        justify-content: flex-end;
    }

    #boxed-wrapper .fusion-title.title .fusion-title-heading {
        font-size: 35px !important;
    }
}

@media (max-width: 576px) {

    #boxed-wrapper .form_info_box button.custom-btn,
    #boxed-wrapper a.custom-btn {
        font-size: 14px;
    }

    #boxed-wrapper .fusion-title.title .fusion-title-heading {
        font-size: 30px !important;
    }
}










body #boxed-wrapper .right-full-column>div.fusion-content-layout-column {
    margin-right: calc((var(--site_width) - 97vw) / 2);
    width: calc(100% + (100vw - var(--site_width)) / 2);
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    body #boxed-wrapper .right-full-column>div.fusion-content-layout-column {
        margin-right: calc((var(--viewportWidth) - 100vw) / 2);
        width: calc(100% + (100vw - var(--viewportWidth)) / 2);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body #boxed-wrapper .right-full-column>div.fusion-content-layout-column {
        margin-right: calc((var(--viewportWidth) - 100vw) / 2);
        width: calc(100% + (100vw - var(--viewportWidth)) / 2);
    }
}

@media (max-width: 575px) {
    body #boxed-wrapper .right-full-column>div.fusion-content-layout-column {
        margin-right: -15px;
        width: calc(100% + 15px);
    }
}


body #boxed-wrapper .left-full-column>div.fusion-content-layout-column {
    margin-left: calc((var(--site_width) - 97vw) / 2);
    width: calc(100% + (100vw - var(--site_width)) / 2);
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    body #boxed-wrapper .left-full-column>div.fusion-content-layout-column {
        margin-left: calc((var(--viewportWidth) - 100vw) / 2);
        width: calc(100% + (100vw - var(--viewportWidth)) / 2);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body #boxed-wrapper .left-full-column>div.fusion-content-layout-column {
        margin-left: calc((var(--viewportWidth) - 100vw) / 2);
        width: calc(100% + (100vw - var(--viewportWidth)) / 2);
    }
}

@media (max-width: 575px) {
    body #boxed-wrapper .left-full-column>div.fusion-content-layout-column {
        margin-left: -15px;
        width: calc(100% + 15px);
    }
}

#boxed-wrapper .custom-ContentBoxes-01.fusion-content-boxes .heading{
    margin-bottom: 20px;
}
#boxed-wrapper .custom-ContentBoxes-01.fusion-content-boxes .content-container{
    padding-left: 29px;
}


#boxed-wrapper .custom-ContainerBox-01 > .fusion-builder-row  > .fusion-layout-column{
    filter: drop-shadow(0px 0px 1px #636363);
}
#boxed-wrapper .custom-ContainerBox-01 > .fusion-builder-row  > .fusion-layout-column:nth-child(odd) > .fusion-column-wrapper{
    clip-path: polygon(45px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 55px);
}
#boxed-wrapper .custom-ContainerBox-01 > .fusion-builder-row  > .fusion-layout-column:nth-child(even) > .fusion-column-wrapper{
    clip-path: polygon(0 0, calc( 100% - 45px ) 0, 100% 55px, 100% 100%, 0 100%);
}
#boxed-wrapper .custom-ContainerBox-01 > .fusion-builder-row  > .fusion-layout-column:nth-child(even) > .fusion-column-wrapper > .fusion-builder-row-inner > .fusion-layout-column:last-child{
    order: -1;
}
@media (max-width: 640px) {
    #boxed-wrapper .custom-ContainerBox-01 > .fusion-builder-row  > .fusion-layout-column:nth-child(odd) > .fusion-column-wrapper > .fusion-builder-row-inner > .fusion-layout-column:last-child,
    #boxed-wrapper .custom-ContainerBox-01 > .fusion-builder-row  > .fusion-layout-column:nth-child(even) > .fusion-column-wrapper > .fusion-builder-row-inner > .fusion-layout-column:last-child{
        order: -1;
    }
}