/*
Theme Name: Kinza Blank Theme
Author: Kinza IT
Version: 1.0
*/

/* common css */
html {
    scroll-behavior: smooth;
}
.pointer{
    cursor: pointer;
}
.subheader-bck{
    width: 100%;
    padding-top: 160px;
    padding-bottom: 50px;
    color: #ffffff;
}
.section-gap{
    margin-top: 25px;
}
.page-title{
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 35px;
}
.page-title-u{
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 45px;
    font-weight: bold;
    margin-top: 25px;
}
.box-outer-con{
    margin-bottom: 60px;
    margin-right: 20px;
    margin-left: 20px;
}
.main-nav-con{
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: transparent;
    border-bottom: 2px solid #ffffff;
}
.header-logo{
    height: 75px;
    padding: 5px;
}
.logo_icon{
    float: left;
    margin-right: 15px;
}
.logo-con h4, .logo-con h6{
    color: #1E2D3B;
}
.header-nav a{
    color: #ffffff!important;
    text-transform: uppercase;
    padding: 6px 18px!important;
    font-size: 15px;
}
.main-nav-con .navbar{
    position: absolute;
    bottom: 10px;
    padding-bottom: 0px;
    right: 0px;
}
.header_left_sec{
    background-color: #edcd1f;
}
.header_right_sec{
    background-color: #1e2d3b;
}
.main-nav-con .active{
    border-bottom: 8px solid #C80000;
    margin-bottom: -5px;
}
.logo-con{
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 15px;
}
.logo-con a{
    text-decoration: none;
    color: #ffffff;
}
.logo-con p{
    font-size: 10px;
}
.logo-con h2{
    font-size: 40px;
    font-weight: bold;
}
.page-sub-title{
    letter-spacing: 8px;
}
button:focus{
    outline: none;
}
.section-title{
    font-size: 55px;
    color: #C6C6C6;
    font-weight: bold;
}
.section_title_bl{
    width: 100px;
    height: 10px;
    background-color: #EDCD1F;
    margin: 0 auto;
    margin-top: 6px;
}

/* home page */
.custom-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: transparent;
}
.title-red{
    color: #C80000;
    letter-spacing: 5px;
    font-weight: bold;
    padding-bottom: 5px;
}
.information-con ul{
    list-style: none;
    padding-left: 0px;
}
.machining-ex {
    background-image: url(images/machine-ex-bck-sh.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.business-con {
    background-image: url(images/business-con-bck-sh.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-img-box{
    width: 100%;
    height: 300px;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
}
.home-img-box-a:hover{
    text-decoration: none;
}
.home-img-box h3{
    letter-spacing: 5px;
    font-size: 22px;
}
.info-date-field{
    width: 150px;
    text-align: center;
    padding: 10px 5px;
}
.info-row{
    border-bottom: 1px solid #ced4da;
}
.information-table{
    margin-bottom: 60px;
    border-top: 1px solid #ced4da;
    margin-top: 25px;
    font-weight: bold;
}
.footer-contact-subtitle{
    margin-bottom: 30px;
}
.slider_middle_con{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 9;
}
.title_con{
    margin-bottom: 25px;
}
.slider_middle_con h2{
    font-size: 60px;
    text-align: center;
    color: #ffffff;
}
.slider_middle_con img{
    width: 75px;
    margin: 0 auto;
}
.service_box_con{
    padding: 30px;
}
.service_box_title{
    font-size: 22px;
    color: #3D5975;
    font-weight: bold;
}
.service_box_para{
    font-size: 15px;
}
.parallax_bck_img{
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_us_content{
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 2;
}

/* Machining Example page css */
.machining-ex-sh{
    background-image: url(images/machine-ex-bck-sh.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mach-ex-con{
    margin-bottom: 25px;
}
.achievements-box{
    margin-bottom: 30px;
}
.about_us_title{
    margin-top: 50px;
}
.insight_main_con{
    background-color: #edcd1f;
    padding-top: 50px;
    padding-bottom: 80px;
    color: #ffffff;
}
.insight_sec_main_b{
    border-right: 2px solid #ffffff;
}
.insight_sec_main h2{
    font-size: 60px;
}
.insight_sec_main h2 span{
    font-size: 30px;
}
.insight_sec_main p{
    color: #000000;
    font-size: 22px;
}

.introduction_box {
    position: relative;
    width: 100%;
}

.introduction_img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.introduction_main {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.introduction_box:hover .introduction_img {
    opacity: 0.3;
}

.introduction_box:hover .introduction_main {
    opacity: 1;
}

.introduction_text {
    color: #000000;
    font-size: 16px;
    padding: 16px 32px;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{
    border: none;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding-left: 10px;
}
.wpcf7-form-control-wrap textarea{
    height: 160px;
}
.setion_break{
    padding-top: 60px;
}
.project_back_btn{
    background-color: #3b3a3a;
    padding: 10px 50px;
    color: #EDCD1F;
    text-decoration: none!important;
}
.project_back_btn:hover{
    background-color: #EDCD1F;
    color: #3b3a3a;
}
.project_para{
    margin-bottom: 100px;
}

/* Business Content page css */
.business-co-sh{
    background-image: url(images/business-con-bck-sh.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.business-box-outer-con{
    margin-bottom: 0px;
}
.business_content_top{
    line-height: 3;
    margin-top: 50px;
    margin-bottom: 40px;
}
.contactFormSubmitBtn{
    background-color: rgba(30, 45, 59, 1);
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0;
    float: right;
}
.project_banner_main{
    margin-top: 75px;
}
.footer_social_link{
    list-style: none;
    float: right;
}
.footer_social_link li{
    float: left;
    margin-right: 10px;
}

/* Company Profile page css */
.company-pro-sh{
    background-image: url(images/company-pro-bck-sh.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-title-cp{
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 5px solid red;
    margin-top: 25px;
    font-size: 24px;
}
.cp-tables td{
    border: none;
}
.cp-tables-left{
    width: 30%;
}
.cp-tables-right{
    width: 70%;
}
.comapany-pro-mid-bck{
    background-image: url(images/company-pro-tr-bck.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 15px;
}
.cp-tables tr td{
    padding: 5px;
}
.cp-tables{
    margin-bottom: 40px;
}
.company_profile_top{
    line-height: 3;
    margin-top: 50px;
    margin-bottom: 40px;
}

/* contact us css */
.contact-us-sh{
    background-image: url(images/footer_bck.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-call-btn{
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    width: 300px;
    margin-right: 10px;
    padding: 4px;
    font-size: 25px;
}
.contact-top-btns{
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 25px;
}
.contact-top-btns a{
    text-decoration: none;
}
.req-btn{
    background-color: #C80000;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}
.any-btn{
    background-color: #999999;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}
.contact-form-row{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ced4da;
}
.contact-form-req-con{
    float: left;
    border: 1px solid #ced4da;
    padding: 5px 10px;
    width: 100%;
}
.address-row{
    margin-bottom: 10px;
}
.address-left{
    display: flex;
    align-items: center;
}
.contact-form-msg-con p{
    line-height: 2;
    font-weight: bold;
}
.contact-form-msg-con{
    margin-top: 30px;
    margin-bottom: 20px;
}
.contact-form-btn{
    border: none;
    background-color: #C80000;
    color: #ffffff;
    width: 250px;
    padding: 6px;
    margin: 0 auto;
    display: inherit;
}
.contact-form-btn:focus{
    outline: none;
}
.contact-form-btn-con{
    margin-bottom: 60px;
}

/* footer */
.footer-bck {
    background-image: url(images/footer_bck.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-bck a{
    text-decoration: none;
}
.footer-call-btn{
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 300px;
    margin-right: 10px;
    padding: 4px;
    font-size: 25px;
    letter-spacing: 5px;
}
.footer-red-btn{
    background: #C80000;
    border: 1px solid #C80000;
    color: #ffffff;
    width: 300px;
    margin-left: 10px;
    padding: 4px;
    font-size: 25px;
}
.footer-col .footer-title{
    font-weight: bold;
}
.footer-col ul{
    list-style: none;
    padding-left: 0px;
}
.footer-col ul i{
    color: #C80000;
}
.footer-bottom{
    padding-top: 30px;
    width: 100%;
    margin-bottom: 20px;
}
.footer-bottom-con{
}
.footer-col a{
    color: #000000;
    text-decoration: none;
}
.footer-logo-p{
    font-size: 10px;
}
.footer-right-con{
    border-bottom: 10px solid #C80000;
    margin-bottom: -16px;
    font-size: 14px;
    line-height: 22px;
}
.footer-map{
    height: 560px;
}
.sumitSuccess{
    color: green;
    text-align: center;
    font-weight: bold;
}
.sumitError{
    color: red;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 1920px) {}
@media only screen and (max-width: 1199px) {
    .header-nav a {
        padding: 6px 15px!important;
    }
    .footer-map {
        height: 450px;
    }
    .footer-right-con{
        font-size: 12px;
        line-height: 20px;
    }
    .footer-col ul li{
        font-size: 13px;
    }
    .footer-bottom {
        margin-bottom: 30px;
    }
    .page-title-u{
        margin-top: 15px;
    }
    .box-outer-con {
        margin-bottom: 30px;
    }
    .page-title-u {
        margin-bottom: 35px;
    }
    .business-box-outer-con {
        margin-bottom: 0px;
    }
    .page-title-cp{
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-toggler span{
        font-size: 40px;
        color: #ffffff;
    }
    .main-nav-con .navbar{
        position: relative;
    }
    .navbar-toggler{
        position: absolute;
        right: 0;
        top: -60px;
    }
    .main-nav-con {
        position: relative;
        background-color: #000000;
        border-bottom: none;
    }
    .navbar-collapse{
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .main-nav-con .active {
        border-bottom: 2px solid #C80000;
        margin-bottom: 2px;
    }
    .navbar-light .navbar-nav .nav-link {
        text-align: center;
    }
    .footer-right-con {
        padding-bottom: 15px;
    }
    .comapany-pro-mid-bck {.header-nav a
    }
    .page-title-cp{
        margin-bottom: 10px;
    }
    .req-btn, .any-btn {
        margin-left: 0px;
        margin-right: 15px;
    }
    .logo-con{
        text-align: center;
    }
    .main-nav-con .navbar{
        min-height: 20px;
    }
    .header-nav a {
        padding: 20px 15px!important;
        font-size: 20px;
    }
    .contact-form-left{
        margin-bottom: 15px;
    }
    .footer-right-con{
        margin-top: 10px;
        border-bottom: 0px;
    }
    .footer-right-con a{
        float: left;
        margin-right: 30px;
    }
    .header-nav a{
        font-size: 20px;
    }
    .comapany-pro-mid-bck{
        background-image: url(images/company-pro-tr-bck-mobile.png);
    }
}
@media only screen and (max-width: 767px) {
    .page-title-u {
        font-size: 18px;
    }
    .logo-con h2 {
        font-size: 35px;
    }
    .footer-red-btn {
        margin-left: 0px;
    }
    .footer-call-btn {
        margin-right: 0px;
        margin-bottom: 8px;
    }
    .footer-map {
        height: 300px;
    }
    .contact-call-btn{
        margin-right: 0px;
        margin-bottom: 8px;
    }
    .contact-top-btns{
        margin-bottom: 50px;
    }
    .info-date-field {
        width: 125px;
    }
    .home-img-box h3, .page-sub-title {
        letter-spacing: 5px;
        font-size: 16px;
    }
    .page-title {
        font-size: 30px;
        letter-spacing: 3px;
    }
    .home-img-box {
        height: 220px;
    }
    .footer-red-btn, .footer-call-btn{
        font-size: 20px;
    }
    .subheader-bck{
        padding-top: 80px;
    }
    .footer-right-con a{
        float: none;
        margin-right: 0;
    }
    .footer-right-con{
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .logo-con h2 {
        font-size: 22px;
    }
    .logo-con p {
        font-size: 7px;
    }
    .navbar-toggler span {
        font-size: 30px;
    }
    .navbar-toggler {
        top: -48px;
    }
    .carousel-indicators{
        bottom: 0px;
    }
    .custom-indicators li {
        width: 10px;
        height: 10px;
    }
    .header-nav a {
        padding: 15px 15px!important;
    }
    .info-date-field {
        width: 80px;
        font-size: 12px;
    }
    .info-title-field{
        font-size: 14px;
    }
    .information-table {
        margin-bottom: 40px;
    }
    .footer-red-btn, .footer-call-btn, .contact-call-btn {
        width: 280px;
    }
}
@media screen and (orientation:portrait) {}