/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/

/* Theme customization starts here */

h1, h2, h3 {
    text-transform: none !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .wpb_button {
    margin-bottom: 0px !important;
}

#header {
    background: #4F86C6 !important;
}

#header .container. {
    width: 95%;
}

#footer .container {
    width: 85%;
}

.textwidget img {
    /* position: absolute; */
    /* bottom: 30px; */
    width: 170px;
}

#footer.footer_light h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .05em;
    margin-bottom: 15px;
    color: #A04B9C;
    text-transform: capitalize;
}

.footer_btm {
    display: none;
}

.boc_contact_icon span {
    color: #4F86C6;
}

#footer.footer_light a {
    color: #383838;
}

.boc_contact_icon {
    color: #383838;
}

.main {
    height: 450px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_container {
    width: 1600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .item1 {
    width: 65%;
    text-align: right;
}

.main .item2 {
    width: 50%;
    text-align: left;
}

.main h1 {
    color: #4F86C6;
    font-weight: 500;
    font-size: 30px;
    text-transform: none !important;
}

.logo {
    margin-bottom: 20px !important;
}

.item2 img {
    width: 50%;
    margin-bottom: 10px;
    margin-top: 40px;
}

.dark_section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark_section {
    padding-top: 130px;
    padding-bottom: 130px;
}

.dark_section h2 {
    color: white;
    font-size: 20px;
    font-weight: 300;
}

.logistic {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logistic {
    margin-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logistic h2 {
    color: #4F86C6
}

.text_area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_area .wpb_wrapper {
    width: 750px;
}

.company_stucture {
    overflow: visible;
}

.company_stucture img {
    position: absolute;
}

.company_stucture {
    overflow: visible !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company_stucture img {
    position: relative;
    bottom: 60px !important;
}

.company_stucture h1 {
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 52px;
}

@media only screen and (max-width: 768px) {
    #logo img {
        max-height: 50% !important;
    }
    .m_nav_ham {
        background: white;
    }
}

@media only screen and (max-width: 1017px) {
    #footer .item2 {
        display: none !important;
    }
    #footer .item1 {
        margin-bottom: 0px
    }
    .company_stucture {
        flex-direction: column;
    }
    .company_stucture img {
        position: inherit;
        margin-top: 40px !important;
        width: 100%;
        margin-bottom: 60px;
    }
    .company_stucture h1 {
        color: white;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 40px;
        text-align: center;
        line-height: 45px;
        margin-top: 60px;
    }
    .logistic {
        flex-direction: column;
    }
    .m_nav_ham {
        background: white;
    }
    .main_container {
        flex-direction: column;
    }
    .main .item1 {
        width: 90%;
        text-align: right;
        margin-top: 0px;
    }
    .main .item2 {
        width: 80%;
        text-align: left;
    }
    .main {
        height: auto;
        padding-bottom: 23px;
    }
    .main h1 br {
        display: none;
    }
    .logistic .text_area {
        margin-top: 40px !important;
    }
}

@media only screen and (min-width: 1018px) {
    .logistic .text_area {
        margin-left: 40px !important;
    }
}

#scroll-to-top {
    display: none !important;
}