/*------------------------------------------------------------------
    Version: 1.0
    Language: EN
-------------------------------------------------------------------*/
body {
    font-size: 1.13rem;
}

.main .container,
.section .container {
    padding: 1% 4%;
}

p, 
ul li {
    color: #555 !important;
}

.bgw {
    background: #fff;
}

.bgg {
    background: #1F262D;
}

.bg_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(85, 85, 85, 0.6);
}

.color_w {
    color: #fff !important;
}

.main h2 {
    font-size: 2.2rem;
    font-weight: 600;
}

.lang_btn .dropdown-menu,
.dpd_btn .dropdown-menu {
    background-color: #0d6074;
    border: none;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #3eb3ce;
    color: #e0902d;
}

.lang_btn a.btn,
.dpd_btn a.btn {
    background: none;
    border-radius: 5px;
    min-width: 50px;
    padding: 9px 0.3rem;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
}

.dpd_btn .show>.nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.lang_btn:hover {
    cursor: pointer;
}

.show_m {
    display: none;
}

.section {
    padding: 2rem 0 2rem 0;
}

.bg_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 24, 24, 0.5);
    z-index: 1;
}

#mainNav {
    background-color: rgb(31 80 91);
}


#home {
    height: 80vh;
    margin-top: 71px;
}

.logo_img {
    vertical-align: bottom;
}

.logo_font_w200 {
    font-weight: 200;
}

.heading {
    width: 58%;
}

.slogen {
    width: 100%;
    font-size: 3rem;
    color: #fff;
    z-index: 10;
    background-color: #3c3c3c;
    line-height: 3rem;
    padding: 1.2rem;
}

#banner_carousel img {
    height: inherit;
    object-fit: cover;
}

.heading h4 {
    font-size: 1.9rem !important;
    padding: 2rem 0px;
    width: 82%;
    margin: auto;
    color: #fff;
}

.section-title h3 {
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase !important;
}

.section-title {
    margin-bottom: 2rem;
}

#bt_production .info_box ul {
    padding-left: 25px;
}

#bt_production .info_box ul li {
    font-size: 1.3rem !important;
    font-weight: 600;
    padding-bottom: 0.5rem;
    list-style: disc;
    line-height: 1.5rem;
}

#bt_production .btn_area {
    padding: 0;
}

#bt_production .btn_area .btn {
    max-width: 400px;
    width: 100%;
    font-weight: 600;
    font-size: 1.4rem;
    background-color: #fc761b;
}

#bt_production .btn_area a {
    color: #fff;
}

#bt_production .btn_area .btn:hover{
    background-color: #a0370a;
}

#innovative .innovative-inner-box img {
    width: 50px;
}

.innovative-inner-box {
    padding: 15px;
	background: #ffffff;
	margin-bottom: 30px;
    box-shadow: 0px 4px 7px 2px #e0dede;
    border-radius: 5px;
}

.innovative-inner-box .ser-icon {
    margin: auto;
}

.innovative-inner-box .title {
    min-height: 115px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.innovative-inner-box .title h2{
	font-size: 22px;
	font-weight: 600;
}

.innovative-inner-box .title h2 span {
    font-size: 18px;
	font-weight: 300;
}

.production_line img {
    width: 100%;
}

.production_line .icon_area img {
    max-width: 130px;
    padding: 2rem;
}

.production_line .info h3 {
    font-size: 1.8rem;
}

#services .message-box p{
    padding-top: 3em;
    font-size: 18px;
    padding: 0;
}

#core_values ul li {
    list-style: disc;
    font-size: 1.2rem;
}

#contact .contact_form a {
    color: #555;
}

.owl-nav {
    padding: 1.5em 0 0 0;
}

.owl-next i, .owl-prev i {
    background-color: #2a8ba7;
    border-radius: 8px;
}

.navbar-toggler {
    padding: 0.75rem !important;
}

.member_logo_box {
    position: fixed;
    width: 200px;
    height: 90px;
    bottom: 12%;
    right: 1%;
    z-index: 99;
}

.member_logo_box img {
    border-radius: 5px;
    width: 100%;
}

.table_area {
    width: 100%;
    overflow-x: scroll;
}

.lang_btn a.btn, .dpd_btn a.btn {
    font-weight: 400;
}

/*  Products page  */

section .main {
    margin-top: 71px;
    min-height: calc(100vh - 224px);
    background: rgba(245, 253, 255, 0.7);

}

section .main .product_page img{
    width: 100%;
}

section .main .product_page h1 {
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
}

.product_page p {
    font-size: 1.13rem;
    line-height: 1.5rem;
    margin-bottom: 0.3rem;
}

section .main .product_page .f_p {
    font-size: 2.5rem;
    margin: 0;
    line-height: 3rem;
    font-weight: 500;
    text-align: left;
    padding-top: 19%;
}


.head_media {
    position: relative;
    width: 100vw;
    height: 20vw;
}

.head_media .title_info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    z-index: 2;
}

.head_media .title_info h1 {
    color: #fff;
    font-size: 3rem;
}

.head_media video {
    object-fit: cover;
}

/* End product page */



.table_area table thead tr th {
    color: #5b5b5b;
}



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

    ## Responsive Desigh


****/


@media (max-width: 1280px) {
    #home {
        height: 60vh;
    }

    #banner_carousel img {
        height: 60vh;
    }

    .slogen {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }

    .head_media {
        height: 30vh;
    }

    .section-title h3 {
        font-size: 2.3rem;
    }
    .head_media .title_info h1 {
        font-size: 2.4rem;
    }

    #bt_production .btn_area .btn {
        max-width: 300px;
    }

    .footer-distributed img {
        width: 100% !important;
        padding-bottom: 1rem;
    }
}

@media (max-width: 992px) {
    #core_values ul li {
        font-size: 1rem;
    }

    .main .container,
    .section .container {
        padding: 1% 3%;
    }

    .show_m {
        display: block;
    }

    .show_d {
        display: none;
    }

    .heading {
        width: 85%;
    }

    .slogen {
        font-size: 2rem;
        line-height: 2rem;
    }

    .head_media {
        height: 35vh;
    }

    section .main .product_page .f_p {
        font-size: 2rem;
        text-align: center;
        padding: 0 0 1rem;
        text-align: left;
    }

    .innovative-inner-box .title {
        min-height: 89px;
    }

    .section-title p {
        line-height: 25px;
        font-size: 1rem;
    }

    .section-title h3 {
        margin: 0 0 1rem;
    }

    .section-title {
        margin: 0rem;
    }

}

@media (max-width: 576px) {
    .main .container,
    .section .container {
        padding: 1% 5%;
    }

    .heading {
        top: 45%;
        transform: translate(-50%, -50%);
    }
    
    .heading h4 {
        font-size: 1.3rem !important;
        width: 90%;
        padding: 2rem 0px;
        text-align: left;
    }

    #contact iframe {
        height: 300px;
    }

    .member_logo_box {
        width: 130px;
        bottom: 6%;
        right: 2%;
    }

    #home {
        height: 60vh;
    }

    .slogen {
        font-size: 1.3rem;
        line-height: 1.3rem;
    }

    .head_media {
        height: 40vh;
    }

    .main .product_page h2 {
        font-size: 1.6rem;
    }
}