@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&family=Open+Sans:wght@400;600;700&family=Roboto:wght@300;400&display=swap');
@import url(bootstrap-icons.css);

/*=================================================================
| General           
===================================================================*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
}

body,
html {
    overflow-x: hidden;
    font-size: 16px;
    margin: 0%;
    padding: 0%;
}

a {
    text-decoration: none;
}

section {
    padding: 80px 40px 80px 40px;
}

h3 {
    font-weight: 800;
    font-size: 40px;
    padding: 5px 10px 5px 10px;
    border-top: 3px solid #f09b05;
    border-bottom: 5px solid #f09b05;
    border-left: 3px solid #f09b05;
    border-right: 5px solid #f09b05;
    border-radius: 10px;
    border-style: outset;
    box-shadow: 6px 6px rgb(240, 155, 5, 0.4);
    margin-bottom: 20px;
    width: fit-content;
}

h4 {
    font-weight: 700;
    font-size: 30px;
    padding: 5px 10px 5px 10px;
    border-top: 3px solid #f00505;
    border-bottom: 5px solid #f00505;
    border-left: 3px solid #f00505;
    border-right: 5px solid #f00505;
    border-radius: 8px;
    border-style: outset;
    box-shadow: 6px 6px rgba(240, 5, 5, 0.4);
    margin-bottom: 20px;
    width: fit-content;
}

.hero {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#main {
    margin-top: 90px;
}

@media (max-width: 767px) {

    html,
    body {
        font-size: 14px;
        width: 100%;
        height: 100%;
        margin: 0%;
        padding: 0%;
    }

    section {
        padding: 40px 20px 40px 20px;
    }

    h3 {
        font-weight: 800;
        font-size: 40px;
        padding: 5px 5px 5px 5px;
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
#breadcrumbs {
    width: 100% !important;
    height: 50vh;
    background: url("../images/cnc9.jpg");
    background-color: grey;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
    padding-top: 150px;
}

.breadcrumbs h2 {
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary);
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}

.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li+li {
    color: #ffc451;
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}


/*--------------------------------------------------------------
# Top Button Section 
--------------------------------------------------------------*/
#top_button {
    display: inline-block;
    background-color: #f09b05;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 20px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}

#top_button::after {
    content: "\F145";
    font-family: bootstrap-icons;
    font-weight: normal;
    font-style: normal;
    font-size: 3em;
    line-height: 50px;
    color: #fff;
}

#top_button:hover {
    cursor: pointer;
    background-color: #ac6e03;
}

#top_button:active {
    background-color: #ac6e03;
}

#top_button.show {
    opacity: 1;
    visibility: visible;
}


/*--------------------------------------------------------------
# Header Section 
--------------------------------------------------------------*/
#header {
    background: black;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 5px;
    z-index: 100;
    position: fixed;

}

#header span {
    color: #f09b05;
}

#header .logo h1 {
    font-size: 20px;
    padding-right: 50px;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


@media (max-width: 316px) {
    #header .logo h1 {
        font-size: 16px
    }
}


#header .logo h1 a {
    color: #fff;
    text-decoration: none;
}

header .top_header {
    font-size: 13px;
    line-height: 0px;
    text-transform: uppercase;
    font-weight: 0;
    padding: 2px 2px 2px;
    overflow: hidden;
    color: #fff;
}

header .top_header a {
    text-decoration: none;
    color: #fff;
}

header .top_header a:hover {
    color: #f09b05;
    text-decoration: none;
    transition: 0.3s;

}

header .top_header i {
    font-size: 20px;
    color: #f09b05;
    margin-right: 11px;
    position: relative;
    top: 2px;
}

header .top_header p {
    color: grey;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
}

header .top_header p+p {
    float: right;
    margin-top: 0;
}

header .top_header p:nth-child(3) {
    color: #fff;
    margin-right: 50px;
}

header .top_header p:nth-child(3) i {
    margin-right: 3px;
}

header .top_header p:nth-child(2) {
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    header .top_header {
        font-size: 11px;
        font-weight: 700;
        padding: 0px 0px 0px;
        line-height: 20px;
    }

}

@media (max-width: 1091px) {
    header .top_header p {
        float: none;
    }

    header .top_header p+p {
        float: none;
        margin-top: 10px;
    }

    header .top_header p:nth-child(3) {
        margin-top: 10px;
    }

    header .top_header p:nth-child(3) i {
        font-size: 22px;
        margin-right: 9px;
    }

    header .top_header p:nth-child(3) a {
        font-size: 14px;
    }

    header .container {
        margin-right: 180px;
    }

    header .top_header {
        text-align: center;
    }
}

@media (max-width: 1123px) {
    #header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .top_header {
        display: none;
    }

}

/*--------------------------------------------------------------
# Navigation Bar Section
--------------------------------------------------------------*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

@media (max-width: 1000px) {
    .navbar ul {
        display: none;
    }

}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
    margin-left: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

@media (max-width: 1025px) {

    .navbar a,
    .navbar a:focus {
        font-size: 15px;
    }
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    background: rgba(255, 255, 255, 0.2);
    color: #f09b05;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 10px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(161, 148, 127, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation Section
--------------------------------------------------------------*/
.mobile-nav-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: none;
    line-height: 0;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.2s;
}

.mobile-nav-toggle {
    z-index: 99;
    font-size: 50px;
}

@media (max-width: 316px) {

    .mobile-nav-toggle {
        font-size: 26px
    }
}

.navbar-mobile ul {
    position: fixed;
    display: block;
    padding: 10px 16px;
    background-color: #fff;
    overflow-y: auto;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 10px;
    font-size: 20px;
    color: black;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #f09b05;
}

/*--------------------------------------------------------------
# Dropdown Section
--------------------------------------------------------------*/
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar-mobile .dropdown ul li {
    min-width: 2200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile ul .active:hover,
.navbar-mobile ul li:hover>a {
    color: #f09b05;
    text-decoration: underline;
    transition: 0.2s;
}

.navbar-mobile {
    display: block;
}

@media (max-width: 767px) {
    .mobile-nav-toggle {
        top: 10px;
        right: 20px;
    }
}

@media (max-width: 1000px) {
    .mobile-nav-toggle {
        display: block;
    }

}

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
#end {
    background-color: rgb(245, 222, 179, 0.1);
    padding-top: 100px;
    padding-bottom: 60px;
}

#end ul {
    border-radius: 20px;
    padding: 30px;
    border-top: 3px solid #f09b05;
    border-bottom: 5px solid #f09b05;
    border-left: 3px solid #f09b05;
    border-right: 5px solid #f09b05;
    box-shadow: 8px 8px rgb(240, 155, 5, 0.4);
}

#end li {
    padding-bottom: 20px;
}

#end address {
    color: #a60000;
    font-weight: bold;
    font-size: 20px;
}

#end h6 {
    font-size: 30px;
    font-weight: 500;
}

#end h6 i {
    font-size: 40px;
    color: #f09b05;
    margin-top: -33px;
    display: inline-block;
    margin-right: 14px;
}

#end h6+address {
    margin-top: 13px;
}

#end a[href^="callto:"]:hover {
    color: #f09b05;
    text-decoration: none;
}

@media (max-width: 1199px) {
    #end a[href^="callto:"] {
        font-size: 25px;
        line-height: 1.2;
    }
}

#end a[href^="mailto:"] {
    color: #a60000;
}

#end a[href^="mailto:"]:hover {
    transition: 0.5s;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

#end i {
    font-size: 40px;
}

@media (max-width: 767px) {
    #end li {
        display: inline-block;
    }
}

footer {
    background: #1f2430;
    padding: 14px 0 14px;
    font-size: 14px;
    text-transform: uppercase;
    background: footer_bg;
}

footer a:hover {
    color: #fff;
}

footer {
    background: rgb(38, 31, 24);
    padding: 14px 0 14px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-right: auto;
    margin-left: auto;
}

/*=================================================================
| Home           
===================================================================*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100% !important;
    height: 100vh;
    background: url("../images/cnc2.jpg");
    background-color: grey;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero .hero-container {
    position: relative;
    text-align: center;
}


#hero h1 {
    margin: 0 0 20px 0;

    font-size: 64px;
    font-weight: 700;
    color: #fff;
}

#hero p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
}

#hero span {
    color: #fff;
    letter-spacing: 1px;
    color: #f09b05;
    border-bottom: 5px solid #f09b05;
}

#hero .btn {
    display: inline-block;
    font-weight: 700;
    border: 1px solid transparent;
    outline: none;
    padding: 18px 26px;
    font-size: 18px;
    border-radius: 100px;
}


@media (max-width: 1036px) {
    #hero h1 {
        font-size: 56px;
    }

    #hero p {
        font-size: 20px;
    }

    #hero .btn {
        padding: 14px 22px;
        font-size: 16px;
    }
}

@media (max-width: 926px) {
    #hero h1 {
        font-size: 50px;
    }
}

@media (max-width: 816px) {
    #hero h1 {
        font-size: 44px;
    }

    #hero p {
        font-size: 18px;
    }


}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul i {
    position: absolute;
    font-size: 22px;
    left: 0;
    color: #f09b05;
}

.about .content ul li {
    padding: 0 0 5px 30px;
    position: relative;
    font-size: 18px;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Reason Section
--------------------------------------------------------------*/
#reason {
    background: rgba(200, 200, 200, 0.1);
}

.like_box {
    text-align: center;
    font-size: 45px;
    max-width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 50px;
    background: #f09b05;
}


#reason i {
    color: #fff;
}

#reason h6 {
    font-size: 30px;
    margin-bottom: 20px;

}

#reason .marked-list li {
    position: relative;
    padding-left: 50px;
}

#reason .marked-list li:before {
    content: '\F138';
    position: absolute;
    left: 20px;
    top: -2px;
    font-weight: 400;
    font-size: 20px;
    font-family: 'bootstrap-icons';
    color: #f09b05;
}

#reason p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

#reason ul {
    list-style: none;
    padding: 0;
}

#reason ul li {
    padding: 0 0 5px 30px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    transition: 0.3s;
}

#reason .marked-list li+li {
    margin-top: 0px;
}

#reason .marked-list li:hover {
    color: #f09b05;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Cta Section
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../images/cnc10.jpg") fixed center;
}

.cta h3 {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    padding: 14px;
    box-shadow: 6px 6px rgb(240, 155, 5, 0.3);
    font-size: 28px;
    margin: auto;
    margin-bottom: 20px;
    z-index: 1;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 4px;
    transition: 0.2s;
    margin-top: 10px;
    border: 3px solid #f09b05;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #f09b05;
    border-color: #f09b05;
    color: #151515;
}





/*=================================================================
| About           
===================================================================*/
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about_us img {
    width: 100%;
    height: auto;
    border-top: 5px solid #f09b05;
    border-bottom: 5px solid #f09b05;
    border-left: 5px solid #f09b05;
    border-right: 5px solid #f09b05;
    border-radius: 4px;
    box-shadow: 6px 6px rgb(240, 155, 5, 0.4);
}

#about_us p {
    font-size: 18px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Mission Section
--------------------------------------------------------------*/
#mission .text {
    display: flex;
}

#mission span {
    font-weight: 700;
}

#mission .row {
    padding: 0 40px 40px 40px;
}

#mission .value {
    padding-top: 50px;
}




/*=================================================================
| Facilities          
===================================================================*/
/*--------------------------------------------------------------
# Machine Section
--------------------------------------------------------------*/
#machine {
    padding-left: 50px;
}

#machine h3 {
    margin: auto;
    margin-left: 50px;
    margin-bottom: 50px;

}

#machine img {
    padding: 20px;
    width: 100%;
    height: auto;
}

#machine p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 20px;
}









/*=================================================================
| Products          
===================================================================*/
/*--------------------------------------------------------------
# Product Section
--------------------------------------------------------------*/
#product {
    margin: 20px;
}

#product img {
    margin-top: 50px;
    width: 60%;
    height: auto;
}



















/*=================================================================
| Contact          
===================================================================*/
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#mail {
    margin-left: 50px;
}

#mail .mailform {
    margin-top: 20px;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#mail .mailform .btn {
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid transparent;
    outline: none;
    padding: 16px 24px;
    font-size: 18px;
    border-radius: 20px;
}

#mail .mailform fieldset {
    border: none;
    line-height: 0;
}

#mail .mailform label {
    position: relative;
    display: block;
    margin-top: 18px;
}

#mail .mailform label input,
#mail .mailform label select,
#mail .mailform label textarea {
    display: block;
    width: 100%;
    margin: 0;
    outline: none;
    font-size: 18px;
    padding: 10px 20px 4px;
    line-height: 1.5;
    color: #000000;
    background: #ffffff;
    border: none;
    border-bottom: 2px solid #a4a8b1;
    font-weight: 400;
    height: 47px;
    border-radius: 0;
}

#mail .mailform label input:-moz-placeholder,
#mail .mailform label select:-moz-placeholder,
#mail .mailform label textarea:-moz-placeholder {
    color: #4a5164;
    opacity: 1;
}

#mail .mailform label input::-webkit-input-placeholder,
#mail .mailform label select::-webkit-input-placeholder,
#mail .mailform label textarea::-webkit-input-placeholder {
    color: #4a5164;
    opacity: 1;
}

#mail .mailform label input::-moz-placeholder,
#mail .mailform label select::-moz-placeholder,
#mail .mailform label textarea::-moz-placeholder {
    color: #4a5164;
    opacity: 1;
}

#mail .mailform label input:-ms-input-placeholder,
#mail .mailform label select:-ms-input-placeholder,
#mail .mailform label textarea:-ms-input-placeholder {
    color: #4a5164;
    opacity: 1;
}

#mail .mailform label textarea {
    resize: none;
    overflow: auto;
    height: 200px;
    border: 2px solid #a4a8b1;
}

@media (max-width: 1365px) {
    #mail .mailform label {
        margin-top: 30px;
    }
}




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service .icon-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-top: 5px solid #f02c05;
    border-bottom: 5px solid #f02c05;
    border-left: 5px solid #f02c05;
    border-right: 5px solid #f02c05;
    border-radius: 4px;
    border-style: outset;
    width: 100%;
    box-shadow: 6px 6px rgb(240, 44, 5, 0.4);
    border-radius: 6px;
    background: rgb(255, 255, 255);
    transition: 0.4s;
}


@media (min-width: 1000px) {
    .service .icon-box:hover {
        margin-top: -10px;
        margin-left: -20px;
        box-shadow: 8px 18px rgb(240, 44, 5, 0.4);
        transition: 0.4s;
    }
}

.service .icon-box img {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 0;
}

.service .icon-box h5 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.service .icon-box h4 a {
    color: #000304;
    transition: 0.3s;
}

.service .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 16px;
}