* {
    font-family: "Poppins", sans-serif;
}

.mh10p0 {
    min-height: 10px;
    padding: 0px;
    float: left;
}

.mh10p5 {
    min-height: 10px;
    padding: 5px;
    float: left;
}

.mh10p10 {
    min-height: 10px;
    padding: 10px;
    float: left;
}

.mh10p15 {
    min-height: 10px;
    padding: 15px;
    float: left;
}

.mh10p20 {
    min-height: 10px;
    padding: 20px;
    float: left;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Preloader */

.preloader_outer {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader_outer:before {
    content: '';
    width: calc(50% + 101px);
    height: 100vh;
    background-color: #1f264a;
    position: absolute;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, calc(100% - 200px) 0, 100% 100%, 0% 100%);
    z-index: 1;
    transition: all 1s ease;
}

.preloader_outer:after {
    content: '';
    width: calc(50% + 101px);
    height: 100vh;
    background-color: #1f264a;
    position: absolute;
    right: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 200px 100%);
    z-index: 1;
    transition: all 1s ease;
}

.preloader_outer img {
    width: 250px;
    height: auto;
    float: left;
    position: relative;
    z-index: 2;
    transition: all 1s ease;
}

.preloader_opened:before {
    width: 0px;
}

.preloader_opened:after {
    width: 0px;
}

@media only screen and (max-width: 900px) {
    .preloader_outer img {
        width: 180px;
    }
}

/* Preloader */

/* Menu */

.menu_outer {
    width: 100%;
    height: 70px;
    float: left;
    border-top: 1px solid #ffffff24;
    border-bottom: 1px solid #ffffff24;
    position: relative;
    z-index: 9;
}

.menu_inner {
    width: 100%;
    height: 70px;
    float: left;
    padding: 10px 20px;
    border-left: 1px solid #ffffff24;
    border-right: 1px solid #ffffff24;
}

.menu_logo_outer {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
}

.menu_logo_outer img {
    height: 40px;
    width: auto;
    cursor: pointer;
}

.menu_bars_outer {
    width: 50px;
    height: 50px;
    float: right;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 10;
    transition: all 2s ease;
}

.menu_bars_outer:before {
    content: '';
    width: 35px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 10px;
}

.menu_bars_outer:after {
    content: '';
    width: 35px;
    height: 1px;
    background-color: #fff;
}

.menu_top_outer {
    width: 100%;
    height: 35px;
    float: left;
    position: relative;
    z-index: 9;
}

.menu_top_inner {
    width: 100%;
    height: 35px;
    float: left;
    border-left: 1px solid #ffffff24;
    border-right: 1px solid #ffffff24;
    padding: 0px 10px;
    text-decoration: none;
}

.menu_top_inner a {
    text-decoration: none;
}

.menu_top_social {
    width: 30px;
    height: 35px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    opacity: 0.6;
    transition: all 0.5s ease;
    cursor: pointer;
}

.menu_top_social:hover {
    opacity: 1;
}

.menu_top_contents {
    min-width: 10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    gap: 7px;
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    margin-left: 10px;
    margin-right: 5px;
    transition: all 0.5s ease;
    opacity: 0.7;
    cursor: pointer;
}

.menu_top_contents i {
    font-size: 10px;
}

.menu_top_contents:hover {
    opacity: 1;
}

/* Menu */

/* Accordion Menu */

.menu_bars_close:before {
    margin-bottom: 5px;
    rotate: 45deg;
    animation: menu_bars_before 2s;
    animation-iteration-count: 1;
    transition: all 2s ease;
}

@keyframes menu_bars_before {
    0% {
        margin-bottom: 10px;
        rotate: 0deg;
    }

    50% {
        margin-bottom: 5px;
        rotate: 0deg;
    }

    50% {
        rotate: 45deg;
    }
}

.menu_bars_close:after {
    margin-top: -5px;
    rotate: -45deg;
    animation: menu_bars_after 2s;
    animation-iteration-count: 1;
    transition: all 2s ease;
}

@keyframes menu_bars_after {
    0% {
        margin-top: 0px;
        rotate: 0deg;
    }

    50% {
        margin-top: -5px;
        rotate: 0deg;
    }

    50% {
        rotate: -45deg;
    }
}

.menu_links_outer {
    width: 0%;
    height: 100vh;
    background-color: #1f264a;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 7;
    display: none;
    transition: all 1s ease;
}

.menu_links_inner {
    width: 100%;
    height: 100vh;
    float: left;
}

.menu_links_boxes {
    width: 100%;
    height: calc(100vh - 105px);
    float: left;
    margin-top: 105px;
    overflow: auto;
    border-left: 1px solid #ffffff24;
    border-right: 1px solid #ffffff24;
    text-decoration: none !important;
}

.menu_link_line {
    width: 100%;
    min-height: 10px;
    float: left;
    border-bottom: 1px solid #ffffff24;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    text-decoration: none !important;
}

.menu_link_line:hover::before {
    width: 100%;
}

.menu_link_line:hover span {
    color: #1f264a;
    text-decoration: none !important;
}

.menu_link_line:hover .menu_link_mini_counter {
    color: #1f264a;
}

.menu_link_line:hover .menu_link_line_plus {
    color: #1f264a;
}

.menu_link_line:before {
    content: '';
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    transition: all 0.5s ease;
}

.menu_link_line span {
    flex: 1;
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    z-index: 3;
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.menu_link_mini_counter {
    width: 30px;
    height: 20px;
    float: left;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    opacity: 0.8;
    margin-top: -8px;
    letter-spacing: 4px;
    margin-right: 10px;
    position: relative;
    z-index: 3;
    transition: all 0.5s ease;
}

.menu_link_line_plus {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fff;
    font-weight: 100;
    padding-top: 5px;
    position: relative;
    z-index: 3;
    transition: all 0.5s ease;
}

.menu_links_boxes::-webkit-scrollbar {
    width: 0px;
}

/* Accordion Menu */

/* Slider */

.slider_outer {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 3;
    margin-top: -105px;
    float: left;
}

.slider_outer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1;
    float: left;
}

.slider_inner {
    width: 100%;
    height: 100vh;
    background-color: #1f264ab8;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    padding-top: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    flex-direction: column;
}

.slider_bottom_contents {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    border-top: 1px solid #ffffff24;
    float: left;
}

.slider_bottom_contents_inner {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.slider_bottom_contents_inner_text {
    flex: 1;
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    line-height: 22px;
}

.slider_center_contents {
    width: 100%;
    flex: 1;
    padding: 20px 0px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_center_contents_inner {
    width: 100%;
    height: auto;
    float: left;
}

.slider_bottom_contents_inner_btn {
    min-width: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: #ffffffa9;
    border: 1px solid #ffffff6e;
    padding: 0px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    position: relative;
    padding-top: 1px;
    cursor: pointer;
    float: left;
}

.slider_bottom_contents_inner_btn span {
    position: relative;
    z-index: 3;
    transition: all 0.5s ease;
}

.slider_bottom_contents_inner_btn:before {
    content: '';
    width: 0%;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s ease;
    z-index: 1;
}

.slider_bottom_contents_inner_btn:hover::before {
    width: 100%;
}

.slider_bottom_contents_inner_btn:hover span {
    color: #1f264a;
}

.slider_bottom_contents_inner_btn:hover {
    border-color: #1f264a;
}

.slider_center_contents_text {
    width: 100%;
    padding-right: 40%;
    height: auto;
    float: left;
    font-size: 45px;
    font-weight: 200;
    color: #fff;
    line-height: 70px;
    margin-bottom: 30px;
}

.slider_center_contents_inner_btn {
    min-width: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: #1f264a;
    padding: 0px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    position: relative;
    padding-top: 1px;
    cursor: pointer;
    float: left;
    background-color: #fff;
}

.slider_center_contents_inner_btn span {
    position: relative;
    z-index: 3;
    transition: all 0.5s ease;
}

.slider_center_contents_inner_btn:before {
    content: '';
    width: 0%;
    height: 40px;
    background-color: #1f264a;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s ease;
    z-index: 1;
}

.slider_center_contents_inner_btn:hover::before {
    width: 100%;
}

.slider_center_contents_inner_btn:hover span {
    color: #fff;
}

.slider_center_contents_inner_btn:hover {
    border-color: #1f264a;
}

/* Slider */

/* footer */
.custom_footer_outer {
    width: 100%;
    min-height: 20px;
    background-color: #1f264a;
    float: left;
    flex-direction: column;
    display: flex;
}

.custom_footer_inner {
    width: 100%;
    min-height: 20px;
    float: left;
    padding: 40px 0px;
}

.custom_footer_top_text {
    width: 100%;
    min-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}

.custom_footer_top_text:before {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #fff;
    opacity: 0.4;
}

.custom_footer_top_text:after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #fff;
    opacity: 0.4;
}

.custom_footer_top_text span {
    font-size: 26px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.custom_footer_contents_boxes {
    width: 100%;
    min-height: 20px;
    float: left;
    border-top: 1px solid #ffffff2c;
    display: -webkit-inline-box;
}

.custom_footer_content_box {
    border-right: 1px solid #ffffff2c;
    float: left;
    padding: 25px;
}

.custom_footer_content_box a {
    text-decoration: none;
}

.custom_footer_content_box:first-child {
    padding-left: 0px;
}

.custom_footer_content_box:last-child {
    padding-right: 0px;
    border-right: 0px;
}

.custom_footer_content_box img {
    width: 60%;
    float: left;
    margin-bottom: 25px;
}

.custom_footer_content_box p {
    width: 100%;
    float: left;
    margin: 0px;
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    line-height: 29px;
    opacity: 0.7;
}

.custom_footer_content_box h3 {
    width: 100%;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    margin: 0px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
}

.custom_footer_content_box a {
    width: 100%;
    font-size: 15px;
    font-weight: 200;
    color: #fff !important;
    margin: 0px;
    margin-bottom: 15px;
    float: left;
    opacity: 0.6;
    transition: all 0.5s ease;
    cursor: pointer;
}

.custom_footer_content_box a:hover {
    opacity: 1;
}

.footer_contanct_box {
    width: 100%;
    min-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.footer_contanct_box i {
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_contanct_box_text {
    flex: 1;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

.footer_contanct_box_social {
    width: 100%;
    min-height: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    opacity: 0.8;
    margin-top: 15px;
}

.footer_contanct_box_social i {
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.5s ease;
}

.footer_contanct_box_social i:hover {
    width: 30px;
    height: 30px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 1;
}

.copyright_outer {
    height: 50px;
    align-items: center;
    padding: 10px 0px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    background-color: #1f264a;
}

.copyright_item {
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 200;
    opacity: 0.7;
}

.copyright_item i {
    font-size: 11px;
    opacity: 0.7;
    color: #fff;
}

.copyright_item a {
    text-decoration: none;
    color: #ffff;
    font-weight: 500;
    cursor: pointer;
}

.contact_btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 5;
    width: 50px;
    height: 50px;
    background-color: rgb(7, 183, 7);
    border-radius: 50%;
    cursor: pointer;
}

.contact_btn i {
    color: #fff;
    font-size: 35px;
    margin-top: 3px;
}

.contact_btn a {
    text-decoration: none;
}

/* footer */
/* index */
.job_intro_outer {
    width: 100%;
    padding: 25px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}

.job_intro_title_outer h3 {
    color: #1f264a;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.see_product_button {
    height: 50px;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c8a454;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}

.see_product_button:hover {
    height: 50px;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c8a454;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #e0c190;
    transition: all 0.5s ease;

}

.job_intro_box {
    padding: 10px 20px;
    border-right: 1px solid #1f264a34;
    float: left;
    row-gap: 10px;
}

.job_intro_box:last-child {
    border-right: 1px solid transparent;
}

.job_intro_icon_frame {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border-right: 2px solid #c8a454;
    border-left: 2px solid #c8a454;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job_intro_icon_frame i {
    color: #c8a454;
    font-size: 25px;
}

.job_intro_content {
    margin-top: 50px;
}

.job_intro_content .job_intro_word_text {
    color: #1f264a;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 28px;
}

.job_intro_content .job_intro_title_inner {
    color: #c8a454;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2px;
}

/* index */

/* Homepage Icon Boxes */

.homepage_icons_boxes_outer {
    width: 100%;
    min-height: 20px;
    float: left;
    border-top: 1px solid #dadada;
}

.homepage_icons_boxes_inner {
    width: 100%;
    min-height: 20px;
    float: left;
    padding: 30px 0px;
}

.homepage_icons_boxes_title {
    width: 100%;
    min-height: 10px;
    float: left;
    margin-bottom: 20px;
}

.homepage_icons_boxes_title h3 {
    width: 100%;
    font-size: 35px;
    font-weight: 300;
    color: #1f264a;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.homepage_icons_boxes_title p {
    width: 100%;
    font-size: 17px;
    font-weight: 300;
    color: #ffa200;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin: 0px;
    margin-bottom: 5px;
}

.homepage_icon_boxes_list {
    width: 100%;
    min-height: 20px;
    float: left;
}

.homepage_icon_box {
    width: calc((100% / 3) - 20px);
    min-height: 20px;
    background-color: #f9f9f9;
    margin: 10px;
    float: left;
    padding: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.homepage_icon_box:hover {
    background-color: #1f264a;
}

.homepage_icon_box:hover .homepage_icon_box_image img:last-child {
    opacity: 1;
}

.homepage_icon_box:hover .homepage_icon_box_contents {
    color: #fff;
}

.homepage_icon_box_image {
    width: 70%;
    height: auto;
    float: left;
    position: relative;
    margin: 0px 15%;
}

.homepage_icon_box_image img {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.homepage_icon_box_image img:last-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
}

.homepage_icon_box_contents {
    width: 100%;
    min-height: 135px;
    float: left;
    color: #333;
    transition: all 0.2s ease;
}

.homepage_icon_box_contents h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    float: left;
    margin: 0px;
    margin-bottom: 10px;
    transition: all 0.2s ease;
}

.homepage_icon_box_contents p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    float: left;
    margin: 0px;
    transition: all 0.2s ease;
}

/* Homepage Icon Boxes */

/* Footer Referances */

.footer_top_referances_outer {
    width: 100%;
    min-height: 20px;
    float: left;
    border-top: 1px solid #dadada;
    padding: 30px 0px;
    overflow: hidden;
}

.footer_top_referances_inner {
    width: 100%;
    min-height: 20px;
    background-color: red;
    float: left;
}

.footer_top_referances_slider_outer {
    width: 100%;
    min-height: 20px;
    float: left;
    margin-top: 20px;
}

.referances_slider_box {
    width: 100%;
    height: 70px;
    float: left;
    padding: 10px;
}

.referances_slider_box img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    float: left;
    filter: grayscale(100%);
    transition: all 0.2s ease;
    cursor: pointer;
}

.referances_slider_box:hover img {
    filter: grayscale(0%);
}

/* Footer Referances */

/* Homepage Line Content */

.homepage_line_content_outer {
    width: 100%;
    min-height: 30px;
    background-color: #1f264a;
    ;
    float: left;
    padding: 20px 0px;
}

.homepage_line_content_inner {
    width: 100%;
    min-height: 20px;
    border-top: 1px solid #ffffff2c;
    border-bottom: 1px solid #ffffff2c;
    float: left;
}

.homepage_line_content_inner_boxes {
    width: 100%;
    min-height: 20px;
    float: left;
    display: -webkit-inline-box;
}

.homepage_line_content_inner .container .col-lg-6 {
    padding: 20px;
    border-right: 1px solid #ffffff2c;
    float: left;
    position: relative;
}

.homepage_line_content_inner .container .col-lg-6 img {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    float: left;
    object-fit: cover;
}

.homepage_line_content_inner .container .col-lg-6:first-child {
    border-left: 1px solid #ffffff2c;
}

.homepage_line_content_inner .container .col-lg-6 h3 {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #fff;
    font-weight: 200;
    letter-spacing: 3px;
    line-height: 44px;
    margin-bottom: 10px;
}

.homepage_line_content_inner .container .col-lg-6 p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #c7c7c7;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0px;
    margin-top: 15px;
}

.homepage_line_content_inner_boxes * .slider_center_contents_inner_btn:before {
    background-color: #ffa200;
}

/* Homepage Line Content */

/* Homepage Top Contents */

.homepage_top_box_contents {
    width: 100%;
    min-height: 20px;
    float: left;
}

.homepage_top_box_contnets_inner {
    width: 100%;
    min-height: 20px;
    float: left;
    padding: 30px 0px;
}

.homepage_top_box_contnets_inner * .homepage_icon_box_contents {
    margin: 0px;
    min-height: 10px;
}

.homepage_top_box_contnets_inner * .homepage_icon_box_contents h3 {
    text-align: center;
}

.homepage_top_box_contnets_inner * .homepage_icon_box_contents p {
    text-align: center;
}

/* Homepage Top Contents */

/* Homepage Top Text */

.homepage_top_text_outer {
    width: 100%;
    min-height: 20px;
    float: left;
    border-bottom: 1px solid #dadada;
}

.homepage_top_text_inner {
    width: 100%;
    min-height: 20px;
    float: left;
    padding: 30px 20px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.homepage_top_text_title_outer {
    width: 100%;
    min-height: 20px;
    float: left;
    border-bottom: 1px solid #dadada;
}

.homepage_top_text_title_outer .homepage_icons_boxes_title {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    margin-bottom: 0px;
    padding: 20px 0px;
}

.homepage_top_text_inner p {
    font-size: 15px;
    font-weight: 300;
    color: #333;
    float: left;
    line-height: 25px;
}

.homepage_top_text_inner p:last-child {
    margin-bottom: 0px;
}

/* Homepage Top Text */

/* Mobile Settings */

@media only screen and (max-width: 900px) {
    .slider_center_contents_text {
        width: 100%;
        padding-right: 10%;
        height: auto;
        float: left;
        font-size: 25px;
        font-weight: 200;
        color: #fff;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .slider_center_contents {
        padding: 20px 10px;
    }

    .menu_top_contents {
        display: none;
    }

    .homepage_line_content_inner_boxes {
        display: block;
    }

    .custom_footer_contents_boxes {
        display: block;
    }

    .homepage_icon_box {
        width: calc(100% - 20px);
    }

    .slider_bottom_contents_inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .homepage_icons_boxes_title p {
        font-size: 13px;
    }

    .homepage_icons_boxes_title h3 {
        font-size: 27px;
    }

    .homepage_line_content_inner .container .col-lg-6 h3 {
        width: 100%;
        float: left;
        font-size: 22px;
        color: #fff;
        font-weight: 200;
        letter-spacing: 3px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .homepage_line_content_inner .container .col-lg-6 p {
        font-size: 13px;
    }

    .homepage_line_content_inner .container .col-lg-6 {
        min-height: 250px;
        border-left: 1px solid #ffffff2c;
    }

    .custom_footer_top_text span {
        width: 60%;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
    }

    .custom_footer_content_box:first-child {
        padding-left: 25px;
    }

    .custom_footer_content_box {
        border: 0px !important;
    }

    .copyright_inner {
        display: block !important;
    }

    .copyright_item {
        width: 100%;
        float: left;
        font-size: 12px;
        text-align: center;
        margin: 5px 0px;
    }

    .copyright_outer {
        height: auto;
    }

    .custom_footer_content_box a {
        font-size: 14px;
    }

    .custom_footer_content_box p {
        font-size: 14px;
    }

    .footer_contanct_box_text {
        font-size: 14px;
    }

    .menu_link_line span {
        font-size: 19px;
    }
}

/* Mobile Settings */

/* Page Top Title */

.page_title_outer {
    width: 100%;
    min-height: 150px;
    background-color: orange;
    float: left;
    position: relative;
    z-index: 1px;
    margin-top: -105px;
}

.page_title_outer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1;
    float: left;
}

.page_title_inner {
    width: 100%;
    min-height: 150px;
    float: left;
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 15px;
    background-color: #1f264ab8;
}

.page_title_inner_box {
    width: 100%;
    min-height: 20px;
    float: left;
    padding: 0px 20px;
}

.page_title_top_line {
    width: 100%;
    min-height: 20px;
    float: left;
    font-size: 13px;
    font-weight: 200;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.page_title_top_line a {
    text-decoration: none !important;
    color: #fff;
}

.page_title_top_line i:first-child {
    font-size: 12px;
    margin-right: -5px;
}

.page_title_text {
    width: 100%;
    min-height: 10px;
    float: left;
}

.page_title_text h3 {
    width: 100%;
    float: left;
    font-size: 35px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 5px;
}

.page_title_text p {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    color: #ffa200;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0px;
    margin-bottom: 2px;
}

.page_contents_outer {
    width: 100%;
    min-height: 250px;
    float: left;
}

.page_contents_inner {
    width: 100%;
    min-height: 250px;
    float: left;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 20px;
}

/* Page Top Title */
/* About*/
.about_us_text {
    color: #1f264a;
    font-weight: 300;
}

/* About*/

/*Blog*/
.big_blog_outer {
    width: 100%;
    min-height: 50px;
    background-color: #f5f5f5;
    float: left;
    position: relative;
}

.big_blog_outer img {
    width: 40%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0px;
    top: 0px;
}

.big_blog_contents {
    width: 60%;
    min-height: 50px;
    float: right;
    padding: 20px;
}

.big_blog_contents h5 {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #ffa200;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    margin-bottom: 10px;
}

.big_blog_contents h3 {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.big_blog_contents p {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_list_outer {
    border-top: 1px solid #dadada;
    width: 100%;
    min-height: 250px;
    float: left;
}

.blog_list_inner {
    width: 100%;
    min-height: 250px;
    float: left;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 20px;
}

.blog_item {
    width: calc((100%/4) - 10px);
    min-height: 350px;
    margin-right: 13px;
    background-color: #f5f5f5;
    float: left;
}

.blog_box_outer {
    width: calc((100% / 4) - 20px);
    min-height: 20px;
    background-color: #f5f5f5;
    float: left;
    margin: 10px;
}

.blog_box_image_outer {
    width: 100%;
    min-height: 90px;
    background-color: #dadada;
    float: left;
    background-size: cover;
    background-position: center;
}

.blog_box_image_outer:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.blog_box_contents {
    width: 100%;
    min-height: 20px;
    padding: 15px;
    float: left;
    position: relative;
}

.blog_box_contents h5 {
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    color: #ffa200;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
    margin-bottom: 10px;
}

.blog_box_contents h3 {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.blog_box_contents p {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    margin: 0px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_box_outer:hover .blog_box_contents .blog_box_btn_outer {
    height: 100%;
}

.blog_box_btn_outer {
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 9;
    background-color: #1f264ae6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s ease;
}

.blog_box_btn_inner {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #ffffff29;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.blog_box_btn_inner .slider_center_contents_inner_btn:before {
    background-color: #ffa200;
}

.paging_outer {
    width: calc(100% - 20px);
    min-height: 20px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.paging_box_outer_active {
    width: 35px;
    height: 35px;
    border: 1px solid #1f264a8b;
    background-color: #1f264a;
    padding: 10px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer;
}

.paging_box_outer {
    width: 35px;
    height: 35px;
    border: 1px solid #1f264a8b;
    padding: 10px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer;
}

.paging_box_inner_active_text {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
}

.paging_box_inner {
    color: #1f264a;
    font-weight: 300;
    font-size: 15px;
}

/*Blog*/
/*Blog Detay*/
.blog_detail_area {
    width: 100%;
    float: left;
    padding: 10px;
    min-height: 25px;
    margin-top: 10px;
}

.blog_detail_area h3 {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-align: center;
}

.blog_detail_area h5 {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #ffa200;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.blog_detail_area img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    float: left;
    margin-bottom: 20px;
}

.blog_detail_area p {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 28px;
}

.similar_blog_area_outer {
    width: 100%;
    float: left;
    min-height: 25px;
    border-top: 1px solid #dadada;
}

.similar_blog_list_inner {
    width: 100%;
    min-height: 250px;
    float: left;
}

.similar_blog_area_inner {
    width: 100%;
    min-height: 250px;
    float: left;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 20px;
}

/*Blog Detay*/
/*Galeri*/
.gallery_inner {
    width: 100%;
    min-height: 250px;
    float: left;
}

.picture_box_outer {
    width: calc((100% / 4) - 6px);
    min-height: 20px;
    float: left;
    margin: 3px;
    cursor: pointer;
}

.picture_box_outer img {
    width: 100%;
    height: 250px;
    background-color: #dadada;
    float: left;
    object-fit: cover;
}

/*Galeri*/
/*Referans*/
.referances_outer {
    width: 100%;
    min-height: 250px;
    float: left;
}

.referances_box_inner {
    width: calc((100%/4) - 22px);
    min-height: 70px;
    float: left;
    padding: 10px;
    margin: 11px;
    background-color: #f5f5f5;
}

.referances_box_inner img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    float: left;
    filter: grayscale(100%);
    transition: all 0.2s ease;
    cursor: pointer;
}

.referances_box_inner:hover img {
    filter: grayscale(0%);
}

/*Referans*/
/*Ürünler*/
.product_box_outer {
    width: calc((100% / 4) - 20px);
    min-height: 20px;
    background-color: #f5f5f5;
    float: left;
    margin: 10px;
    min-height: 500px;
}

.product_box_image_outer {
    width: 100%;
    min-height: 90px;
    background-color: #dadada;
    float: left;
    background-size: cover;
    background-position: center;
}

.product_box_image_outer:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.product_box_contents {
    width: 100%;
    min-height: 20px;
    padding: 15px;
    float: left;
    position: relative;
}

.product_box_contents h5 {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #ffa200;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    margin-bottom: 10px;
}

.product_box_contents h3 {
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_box_contents p {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 200px;
}

.product_box_outer:hover .product_box_contents .blog_box_btn_outer {
    height: 100%;
}

.filter_outer {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    margin-bottom: 15px;
}

.filter_inner {
    padding: 5px 25px;
    border: 1px solid #1f264a2f;
    cursor: pointer;
    float: left;
}

.filter_inner span {
    font-weight: 300;
    color: #1f264a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.custom-select {
    position: relative;
    overflow: hidden;
    padding: 0px 10px;
    float: left;
    flex-direction: row;
    display: flex;
}

select {
    box-shadow: none !important;
    padding: 0px 10px;
    border: 1px solid #1f264a2f;
    color: #1f264a;
    background-image: none;
    cursor: pointer;
    outline: none !important;
    font-family: 'Poppins' !important;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*Ürünler*/
/*İletişim*/
.contact_outer {
    width: 100%;
    min-height: 50px;
    background-color: #f5f5f5;
    float: left;
    position: relative;
}

.contact_outer img {
    width: 45%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0px;
    top: 0px;
}

.contact_content {
    width: 55%;
    min-height: 50px;
    float: right;
    padding: 20px;
    flex-direction: column;
    display: flex;
}

.contact_content h5 {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #ffa200;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    margin-bottom: 10px;
}

.contact_content h3 {
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.form_input {
    width: 100%;
    outline: none;
    margin-bottom: 15px;
    padding: 8px;
    border: 1px solid #1f264a4d;
    font-family: 'Poppins' !important;
    font-weight: 300;
    background-color: #f5f5f5;
    font-size: 16px;
}

.other_branches_outer {
    width: 100%;
    min-height: 50px;
    float: left;
    position: relative;
    padding: 50px 25px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.branches_info {
    width: calc((100% / 4) - 20px);
    margin: 10px;
    float: left;
}

.branches_title {
    font-weight: 300;
    letter-spacing: 2px;
    color: #1f264a;
    text-transform: uppercase;
    font-size: 22px;
    padding-left: 35px;
    margin-bottom: 10px;

}

.branch_contanct_box {
    width: 100%;
    min-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
}

.branch_contanct_box i {
    width: 25px;
    height: 25px;
    font-size: 18px;
    color: #1f264a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.branch_contanct_box_text {
    flex: 1;
    font-size: 13px;
    font-weight: 300;
    color: #1f264a;
}

.other_branches_wrapper {
    border-top: 1px solid #dadada;
    width: 100%;
    min-height: 250px;
    float: left;
}

.contact_content textarea {
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #1f264a4d;
    width: 100%;
    outline: none;
    height: 180px;
    resize: none;
    font-family: 'Poppins' !important;
    font-weight: 300;
}

/*İletişim*/
/*Problem Çözüm*/
.problem_count {
    width: 100%;
    float: left;
    display: flex;
    gap: 15px;
    padding: 20px 0 10px 0;
    float:left;
}

.problem_count_inner {
    width: 45px;
    height: 36px;
    background-color: #1f264a;
    color: #fff;
    font-weight: 200;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 18px;
    float: left;
}

.problem_count p {
    flex:1;
    font-weight: 200;
    font-size: 25px;
    text-transform: uppercase;
    float:left;
    margin:0px;
}

.line {
    width: 100%;
    border-bottom: 1px solid #dadada;
    margin: 20px 0;
    float:left;
}

.solve_text {
    color: #1f264a;
    font-weight: 300;
    padding: 20px;
    float:left;
    padding-left:60px;
    margin:0px;
}

/*Problem Çözüm*/
@media only screen and (max-width: 900px) {
    .product_box_outer {
        width: calc((100% / 2) - 20px);
    }

    .picture_box_outer {
        width: calc((100% / 2) - 6px);

    }

    .blog_box_outer {
        width: calc((100% / 2) - 20px);
    }

    .blog_detail_area img {
        height: 450px;
    }

    .branches_info {
        width: calc((100%/2) - 20px);
    }

    .big_blog_outer img
    {
        position:relative;
        width:100%;
        height:250px;
        float:left;
    }

    .big_blog_contents
    {
        width:100%;
        float:left;
    }
}

@media only screen and (max-width: 400px) {
    .product_box_outer {
        width: calc((100%) - 20px);
    }

    .blog_box_outer {
        width: calc((100%) - 20px);
    }

    .blog_detail_area img {
        height: 350px;
    }

}

@media only screen and (max-width: 500px) {
    .referances_box_inner {
        width: calc((100%/2) - 22px);
    }

    .branches_info {
        width: calc((100%) - 20px);
    }
}

/* Custom Contact */

.contact_form_outer
{
    width:100%;
    float:left;
    position:relative;
    border:1px solid #dadada;
}

.contact_form_inputs
{
    width:60%;
    min-height:50px;
    float:left;
    padding:10px;
}

.contact_form_image
{
    width:40%;
    height:100%;
    position:absolute;
    right:0px;
    top:0px;
    float:left;
    background-size:cover;
    background-position:center;
    border-left:1px solid #dadada;
}

.contact_form_inputs h5 {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #ffa200;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px;
    margin-bottom: 10px;
}

.contact_form_inputs h3 {
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.contact_input_outer
{
    width:100%;
    min-height:10px;
    float:left;
}

.contact_input_outer p
{
    width:100%;
    float:left;
    margin:0px;
    font-size:15px;
    font-weight:400;
    margin-bottom:5px;
}

.contact_input_outer input
{
    width:100%;
    float:left;
    height:45px;
    border:1px solid #dadada;
    outline:0px!important;
    box-shadow: none!important;
    padding:0px 10px;
    font-size:14px;
    color:#333;
}

.contact_input_outer textarea
{
    width:100%;
    float:left;
    height:145px;
    resize:none!important;
    border:1px solid #dadada;
    outline:0px!important;
    box-shadow: none!important;
    padding:10px 10px;
    font-size:14px;
    color:#333;
}

.contact_input_outer button
{
    border:0px!important;
    outline:0px!important;
}

.contact_boxes_outer
{
    width:100%;
    min-height:20px;
    float:left;
    border-top:1px solid #dadada;
}

.contact_boxes_inner
{
    width:100%;
    min-height:20px;
    border-left:1px solid #dadada;
    border-right:1px solid #dadada;
    display:-webkit-inline-flex;
    float:left;
}

.contact_box_outer
{
    flex:1;
    height:auto;
    float:left;
    border-right:1px solid #dadada;
    padding:20px;
}

.contact_box_outer:last-child
{
    border-right:0px;
}

.contact_box_outer h3
{
    width:100%;
    float:left;
    font-size:18px;
    margin:0px;
    font-weight:400;
    color:#333;
    text-align:center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:5px;
}

.contact_box_outer p
{
    width:100%;
    float:left;
    font-size:13px;
    margin:0px;
    font-weight:300;
    color:#525252;
    text-align:center;
    margin-top:10px;
}

@media only screen and (max-width: 900px)
{
    .contact_form_image
    {
        width:100%;
        height:250px;
        border-left:0px;
        border-bottom:1px solid #dadada;
        float:left;
        position:relative;
    }

    .contact_form_inputs
    {
        width:100%;
    }

    .contact_boxes_inner
    {
        display:block;
    }

    .contact_box_outer
    {
        border-right:0px;
        border-bottom:1px solid #dadada;
    }

    .contact_box_outer:last-child
    {
        border-bottom:0px;
    }
}

/* Custom Contact */

/* Custom Gallery */

.custom_gallery_box_outer
{
    width:100%;
    height:100vh;
    background-color:#1f1f1f;
    position:fixed;
    left:0px;
    top:0px;
    z-index:99;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px;
    gap:10px;
    padding-top:45px;
}

.custom_gallery_box_arrow_outer
{
    width:40px;
    height:calc(100vh - 60px);
    background: rgb(97,97,97);
    background: linear-gradient(270deg, rgba(66,66,66,1) 0%, rgba(31,31,31,1) 100%);
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#fff;
    cursor:pointer;
}

.custom_gallery_box_arrow_outer:first-child
{
    background: rgb(97,97,97);
    background: linear-gradient(90deg, rgb(66, 66, 66) 0%, rgba(31,31,31,1) 100%);
}

.custom_gallery_box_image_outer
{
    flex:1;
    height:calc(100vh - 60px);
    float:left;
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
}

.custom_gallery_box_close
{
    width:30px;
    height:30px;
    position:absolute;
    top:10px;
    right:15px;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    cursor:pointer;
}



/* Custom Gallery */
