*{
	margin: 0;
	padding: 0;
}
/***************** common css *****************/
img{
	width: 100%;
	height: auto;
}
 @media (max-width: 576px) {
    .prkscn_fac_menu ul{
    padding-top: 10% !important;
    width: 100% !important;
    margin: 0 auto !important;
}
}
 @media (max-width: 750px) {
    .prkscn_fac_menu ul{
    padding-top:  !important;
     width:  !important;
    margin:  auto !important;
}
}
/***************** start the header section *****************/
.prkscn_header{}
.prscn_menu {
    background-color: #2f3542;
    border-bottom: 5px solid #ff6348;
}
.navbar-light .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}
.navbar-light .navbar-brand:hover{
    transition: .7s;
    color: #e67e22;
}
.navbar-light .navbar-nav 
.active>.nav-link, 
.navbar-light .navbar-nav 
.nav-link.active, 
.navbar-light .navbar-nav 
.nav-link.show, .navbar-light 
.navbar-nav .show>.nav-link {
	color:#fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 20px 10px
}
.navbar-light .navbar-nav .nav-link:hover{
	color:#ff6348;
	transition: .7s;
}
.navbar-light .navbar-toggler-icon {
    
}
.factories_menu{
overflow: hidden;
transition: 5s;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    padding: 14px 10px;

}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff;
      font-weight: 400;
         font-size: 18px;
         text-transform: capitalize;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: capitalize;
    font-size: 18px;
}
.dropdown-item:hover{
    background-color: #bdc3c7;
    transition: .7s;
}

.dropdown:hover>.dropdown-menu{
    display: block;
}
/***************** start the slider section *****************/
.slider-text {

    background-color: rgba(0, 0, 0, .7);
    width: 600px;
    height: auto;
    margin: 100px 0px 0px 70px;
    border-radius: 20px;
    padding: 5px 8px 29px 20px;
    display: block;
}
.slider-text h2 {
    text-transform: uppercase;
    padding: 50px 0px 12px;
    font-size: 35px;
    color: #fff;
}
.slider-text p{
    color: #fff;
    padding: 0px 10px;
    text-align: justify;
}
/***************** start the vission section *****************/
.prkscn_mission{
	
}
.main_mission{}
.prkscn_mission_text{

}
.prkscn_mission_text h2 {
        text-align: center;
    border-bottom: 2px solid #ff6348;
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.prkscn_mission_text p{
        text-align: center;
    text-align: justify;
}
.prkscn_mission_text ul{}
.prkscn_mission_text li {
    list-style: none;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: arial,sans-serif;
    font-size: 14px;
    border-radius: 10px;
    padding-bottom: 10px;
}
.prkscn_mission_text li:hover{
	cursor: pointer;
	transition: .7s;
	color:#e67e22;
}
 /************* start top button css ***************/
.top{
    width: 50px;
    height: 50px;
    background-color: #f51f6f;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 5%;
    right: 5%;
    opacity: 0;
    border-radius: 20%;
}
.top i{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    transition: .5s;
    animation: ani 5s linear infinite;

}

@keyframes ani{
    0%{
        margin-top:5px;
        text-shadow: none;
    }
        
    20%{
        margin-top: -10px;
        text-shadow: 0 5px 5px #333;
    }
    
    40%{
        margin-top: 5px;
        text-shadow: none;
    }
    
    60%{
        margin-top: -10px;
        text-shadow: 0 5px 5px #333;
    }
    80%{
        margin-top: 5px;
        text-shadow: none;
    }
    100%{
        margin-top: -8px;
        text-shadow: 0 5px 5px #333;
    }
}
/***************** start the prkscn_factory section *****************/
.prkscn_factory{

}
.section_title h2 {
    text-align: center;
    color: #dadada;
    text-transform: uppercase;
    padding-top: 50px;
    font-size: 45px;
}
.prkscn_factory_text{
    position: relative;
    margin: 50px 0;
    cursor: pointer;
    overflow: hidden;
}

.prkscn-factory-image img{
    width: 100%;
    height: 200px;
}
.fct_knit{
     background-color: #12CBC4;
    width: 100%;
    height: 50px; 
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    transition: .7s;
}
.fct_knit h2 {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    transition: .7s;
}
.fct_knit h2:hover{

    color: #95a5a6;
}
.fct_text{
     background-color: rgba(0, 0, 0, .5);

}
.fct_text p {
    color: #ffffff;
    padding: 20px 20px;
    display: block;
    text-align: justify;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #ffffff;
}
/***************** start the client section *****************/
.prkscn_client{
     overflow: hidden;
     padding:50px 0px;
}
.prscn_client_main {
    margin: 20px 0;
}
.prscn_client_main_4{
    width:150px;
}
.prscn_client_main{
     width:150px;
}
.prkscn_google_map{
    margin: 25px 0;
}
/***************** start the footer section *****************/
.prkscn_footer{
    background-color: #ecf0f1;
}
.footer_address{}
.footer_address h2{
    text-transform: uppercase;
    font-size: 20px;
}
.prkscn_sub_menu{}
.prkscn_sub_menu h2{
    text-transform: uppercase;
    font-size: 20px;
}
.prkscn_sub_menu ul{}
.prkscn_sub_menu ul li{
    list-style: none;
}
.prkscn_sub_menu ul li a{
    color:#000;
    text-transform: capitalize;
    font-weight: 600;
}
.prkscn_sub_menu ul li a:hover{}
.prksc_footer_icon{
       background-color: #ffffff;
       text-align: center;
}
.prksc_footer_icon h2{

}
.prksc_footer_icon ul li {
    list-style: none;
    float: left;
    overflow: hidden;
    padding: 35px 12px 0px;
}
.prksc_footer_icon ul li a{}
.prksc_footer_icon ul li a:hover{
    text-decoration: none;
    transition: .7s;
}
.prksc_footer_icon i {
    font-size: 23px;
  
}
.prkscn_pdf_download{}
.prkscn_pdf_download h5{
    text-transform: uppercase;
    font-size: 20px;
}
.prkscn_pdf_download a{
    color:#000;
    text-transform: uppercase;
    padding-top: 20px;
    display: block;
}
.prkscn_pdf_download a:hover{
    text-decoration: none;
    color:#e67e22;
    transition: .5s;
}
/******** career section *********/
.prkscn_career{
    padding:30px 0px;
}
.carrer_text{
    color: #fff;
    padding: 250px  0;
    text-align: center;
    
}

.carrer_text btn{
    padding-top: 50px;
    display: block;
} 
/******** start the main_conatact *********/
.main_contact{

}
.profile_details_1 {
    padding: 150px 0px 40px;
}
.profile_details_2 {
    padding: 0px 0px 100px;
}
.profile_details_1 h4{
    font-size: 30px;
    text-transform: uppercase;
    overflow: hidden;
    color: #fff;
}
.profile_details_2 h4{
font-size: 30px;
    text-transform: uppercase;
    overflow: hidden;
    color: #fff;
}
.profile_details_1,.profile_details_2  span{
    color: #fff;
}
.profile_image{
    width: 200px;
    height: 100px;
     overflow: hidden;
}
.profile_image img{
   border-radius:50%; 
}
.office_details{
    padding-top: 150px;
}
.office_details span{
    color: #fff;
}
.office_details h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
.office_addres{

}

.contact-google_map {
    padding-top: 150px;

}
 .footer_bar{
    padding: 20px 0;
 }
/***************** start the submenu section ***************************************************/
/******** about section *********/
.prkscn_main_about {
    text-align: center;
    margin-bottom: 70px;
}
.prkscn_main_about h2 {
    text-transform: uppercase;
    font-size: 60px;
    border-bottom: 2px solid #2ecc71;
    margin: 70px 0px 50px;
}
.prkscn_main_about p{
    text-align: justify;
    font-weight: 400;
}
/******** Galary section *********/
.prkscn_galary{
    margin:50px 0;
    text-align: center;
}
.prkscn_galary h2{
       text-transform: uppercase;
    font-size: 60px;
    border-bottom: 2px solid #2ecc71;
    margin-bottom: 30px;
}
.main_galary{
     overflow: hidden;
}
.main_galary img{
    transition: .7s;

}
.main_galary img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
/******** facrtories section *********/

.factroris-list{}
.main_factories{
    margin:50px 0px;
    text-align: center;
}
.main_factories img{
    margin-bottom: 20px;
}
.main_factories h2 {
    text-transform: uppercase;
    font-size: 50px;
    border-bottom: 2px solid #2ecc71;
    margin-bottom: 31px;
}
.main_factories p{
    
}

/************ prodict area css**********/
.product-area{
    padding: 80px 0;
    z-index: 800;
    background-color: #dadada;
}
.section-title{
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2{
    text-transform: uppercase;
    font-weight: 500;
}
.product-button button{
    display: block;
    background: transparent;
    border: none;
    padding: 10px 0 ;
    color: #444;
    border-bottom: 1px solid green;
}
.single-product {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: 500px;
transition: .7s;

}
.single-product img:hover{
    transform: scale(1.1);
    transition: .7s;
}
/************ prkscn_fac-details**********/
.prkscn_fac-details{

}
.prkscn_fac_menu{
 background-color: ;
}
.details_image_prkscn{
    margin-bottom: 50px;
}
.fac_details_img h4{
    text-transform: capitalize;
}
.prkscn_fac_menu ul{
    padding-top: 100%;
    display: block;
}
.prkscn_fac_menu ul li{
    list-style: none;
}
.prkscn_fac_menu ul li a {
    color: #636e72;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #dadada;
    padding: 15px 0px;
    display: inline-block;
    overflow: hidden;

}
.prkscn_fac_menu ul li a:hover{
    color: #e67e22;
    transition: .7s;
}
.fac_details_main{}
.fac_details_main h2{}.fac_details_main h2 {
    text-transform: uppercase;
    padding: 50px 0px;
    font-size: 40px;
}
.woven_details_img img{
    width: 100%;
    height: 250px;
}
.fac_details_main p {
    padding-top: 30px;
}

/************ overlay **********/
.fct_process_img{
    text-align: center;
}
.fct_process_img h2{
    text-transform: uppercase;
    
    color: #000;
    border-bottom: 2px solid #e67e22;
    display: inline-block;
}
.main_process{
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    width: 250px;
    height: 150px;
}
.main_process img{}


.knit_process_img {
    text-align: center;
}
.knit_process_img h2{
    text-transform: uppercase;
    
    color: #000;
    border-bottom: 2px solid #e67e22;
    display: inline-block;
}
.knit-main_process {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    width: 350px;
    height: 200px;
    overflow: hidden;
}
.woven_main_process {
    padding:20px 0;
    width: 270px;
    height: 200px;
    overflow: hidden;
    display: block;
}
.woven_main_process img{
    
}
.knit-main_process img{}
.process_text{
  background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -170px;
    left: 0;
    text-align: center;
    transition: .5s;
    color: #fff;

}
.knit-main_process:hover .process_text{
    bottom: 0;
}
.main_process:hover .process_text{
    bottom: 0;
}