@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul li {
    margin: 0;
    padding: 0;
}

p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: 100%;
}

.section-padding{
   padding: 80px 0;
}

/* CEO page css*/
.ceo-area h2{
   font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
}
.ceo-text{
   margin-top: 30px;
}
.ceo-text p{
   font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 20px;
}
.ceo-text h3{
   margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
/*about page css*/
.about-content h2,
.peb-content h2,
.page-title{
   font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.text-center.page-title span{
    text-transform: lowercase;
    font-size: 32px;
}
.about-content p,
.peb-content p,
.page-content p{
   font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 20px;
}
.vision-area{
   background: #f7f7f7;
}
.vision-text h3{
   font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.vision-text p{
   font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 26px;
    text-align: justify;
}
.margin-30{
   margin-bottom: 40px;
}
.chairman{
   margin-top: 230px;
}
.director{
   margin-top: 300px;
}

/*product page css*/
.product-heading{
        padding: 30px 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    }
.product-single-img{
       height: 300px;
    margin-bottom: 30px;
    }
.product-text p{
       font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 50px;
    }
.product-text ul{
    margin-bottom: 50px;
    }
.margin-bottom-20 p{
    
    margin-bottom: 20px;
    }
/*--------------------- Starling Custom Css ----------------------*/


/*    services page css */

.service-code-area{
    padding: 30px;
    border: 1px solid #000;
    margin-bottom: 40px;
    background-color: #f3f3f3;
    /* text-align: left; */
}
.service-code-area ul li {
    list-style: disc;
}
.service-code-area p {
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

    .services-area {
        padding: 80px 0;
    }
    .service-code-area h1,
    .section-header h1{
        text-transform: uppercase;
       font-size: 36px;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }
h1.section-header{
       padding-top: 80px;
    text-transform: uppercase;
/*        font-size: 36px;*/
        font-weight: 700;
    }
    .section-header p {
       text-align: justify;
        margin-bottom: 40px;
        font-size: 18px;
    }


/*****porfolio-menu******/
.portfolio-menu{
    text-align: center;
}
.portfolio-menu button{
    background: transparent;
    border: 0;
    color: #3c3c3c;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
    outline: none;
}

.portfolio-item {
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 300px;
}
.portfolio-item:hover .portfo-item-hover{
    visibility: visible;
    opacity: 1;
}
.portfolio-item img{
    max-width: 100%;
    object-fit: cover;
}

.portfo-item-hover{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    color: #fff;
    background: rgba(255, 161, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.portfo-item-hover a {
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    padding: 132px 115px;
}




/*----------- Common Css -----------*/

#top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    background: #B2B4B6;
    padding: 5px 10px;
    color: #ed1c24;
    text-decoration: none;
    border-radius: 3px;
}

a#top:hover {
    background: #B2B4B6;
    color: #211D70;
}

.position-static {
    position: static;
}


/*----------- Common Css End -----------*/

/*----------- Header -----------*/

.header-top {
    background: #002040;
    min-height: 35px;
}

.header-top a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.7px;
    font-weight: 400;
}

.header-top li {
    line-height: 35px;
}

ul.call-mail {
    text-align: right;
}
ul.call-mail li {
    margin-right: 20px;
    display: inline-block;
}

ul.call-mail li:last-child {
    margin-right: 10px;
}
ul.call-mail li a {
    font-family: 'Roboto', sans-serif;
}

ul.call-mail li i {
    color: #FFA100;
    margin-right: 5px;
    font-size: 15px;
    font-weight: bold;
}

.logo {
    width: 200px;
    /* width: 120px; */
}

.logo a {
    /* line-height: 80px; */
        line-height: 90px;
}

.logo a img {
    transition: all 1s;
}

nav.navbar.navbar-expand-lg.navbar-light {
/*    line-height: 80px;*/
    padding: 0px;
    transition: all 1s;
}

nav.navbar.navbar-expand-lg.navbar-light .dropdown-menu.show {
    line-height: initial;
    margin-top: 5px;
}

a.nav-link {
    padding: 0px;
}

header#Header {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

header#Header.position-static {
    position: static;
}

.header-main {
    background: #FFA100;
}

.sticky {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 2s;
}

.header-main.sticky {
    background: rgba(255, 161, 0, 0.9);
    transition: all 2s;
}

.navbar-light .navbar-nav .nav-item {
    margin-left: 5px;
}

.navbar-light .navbar-nav .nav-item .nav-link,
.dropbtn {
    color: #002040;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    /* padding: 32px 10px; */
    padding: 30px 10px;
    transition: .3s;
}

/*
.sticky .navbar-light .navbar-nav .nav-item .nav-link,
.sticky .navbar-light .navbar-nav .nav-item .nav-link .dropbtn{
    color: #707375;
    transition: .3s;
}
*/

.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.active-page {
    color: #fff!important;
}

.header-main.sticky .logo a img {
    transition: all 2s;
}

.header-main.sticky nav.navbar.navbar-expand-lg.navbar-light {
/*    line-height: 80px;*/
    transition: all 2s;
}

header#Header.position-static .header-main {
    background: rgba(255, 161, 0, 0.9);
    z-index: 999;
}


.slider-area {
    height: 100vh;
    width: 100%;
    display: block;
    overflow: hidden;

}

.single-slider {
    position: relative;
    z-index: 1;
}

.single-slider::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.slide-bg-1{
    background: url(../images/slider-image/01.jpg);
    background-image: url(../images/slider-image/01.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-bg-2 {
    background: url(../images/slider-image/02.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-bg-3 {
    background: url(../images/slider-image/03.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-bg-4 {
    background: url(../images/slider-image/04.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-bg-5 {
    background: url(../images/slider-image/05.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-bg-6{
    background: url(../images/slider-image/06.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-bg-7{
    background: url(../images/slider-image/07.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-bg-8{
    background: url(../images/slider-image/08.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .slide-bg-9{
    background: url(../images/slider-bg-09.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-bg-10{
    background: url(../images/slider-bg-10.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-bg-11{
    background: url(../images/slider-bg-11.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-bg-12{
    background: url(../images/slider-bg-12.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.slider-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    text-align: center;
    color: #fff;
    z-index: 999;
    width: 100%;
}

.slider-text h2.h1 {
    margin-top: 6px;
    font-size: 50px;
    line-height: 82px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFA100;

}
.slider-text .h1 {
    margin-top: 6px;
    font-size: 60px;
    line-height: 82px;
    font-weight: 100;
    color: #FFA100;
}

.slider-text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

button.btn.btn-danger {
    background: #FFA100;
    outline: none;
    cursor: pointer;
    transition: .3s;
    border: none;
}

button.btn.btn-danger:hover {
    color: #FFA100;
    background: #fff;
    outline: none;
    cursor: pointer;
    transition: .3s;
}

/*----------- About -----------*/

section#About {
    background: url(../images/about_us_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddd;
    height: 550px;
    width: 100%;
}
 section#factory {
    background: url(../images/factory/factory-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: #ddd; */
    height: 550px;
    width: 100%;
} 
/* section#peb {
    background: url(../images/peb/peb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddd;
    height: 1200px;
    width: 100%;
} */

section#peb img{
margin-top: 30px;
}

/* Dropdown menu css*/
.dropbtn {
    background: none;
    color: #002040;
    border: none;
    outline: none;
    transition: .4s;
    cursor: pointer;
}
.dropbtn:hover {
    color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
    transition: .4s;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: .4s;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: .4s;
    font-size: 13px;
}

.dropdown-content a:hover {background-color: #ddd;
    transition: .4s;
}
.dropdown-content:hover .dropbtn{color: #fff !important;
}
.dropdown:hover .dropdown-content {display: block;
    transition: .4s;
}


/*----------- About End -----------*/

/* Projects page css */
.margin-bottom-30{
    margin-bottom: 30px;
}
.single-product {
    margin-bottom: 30px;
}
.project-single-img{
    margin-bottom: 30px;
}


/*----------- Footer -----------*/

.footer-top {
    background: #002040;
    padding: 50px 0;
}


a.download-btn {
    width: 100%;
    height: auto;
    background: #FFA100;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    transition: 0.4s;
    text-transform: uppercase;
}

.single-part-promo {
    padding-right: 80px;
    border-right: 2px solid rgba(221, 221, 221, 0.5);
    border-radius: 1px;
}

.single-part-promo span {
    color: #FFA100;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 700;
}

.single-part-promo img {
    width: 46%;
    padding-right: 15px;
    border-right: 0;
}

.single-part-promo p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 20px 0px;
    line-height: 30px;
}

a.download-btn:hover {
    color: #FFA100;
    background: #fff;
}

.single-part h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.single-part ul li {
    margin-bottom: 8px;
}

.single-part ul li a {
    color: #fff;
    font-size: 14px;
}

.single-part ul li a:hover {
    color: rgba(255, 161, 0, 0.8);
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    font-size: 20px!important;
    /* margin-right: 15px; */
    /* padding-right: 15px; */
    display: inline-block;
    line-height: 35px;
    height: 35px;
    width: 35px;
    background: rgb(255, 161, 0);
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
}

.footer-social li a:hover {
    background: #fff;
    color: rgba(255, 161, 0, 0.8);
}

.footer-menu {
    margin-top: 35px;
    height: 50px;
}

.footer-menu ul li {
    display: inline-block;
    padding: 5px;
}

.footer-menu ul li a {
    color: #fff;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.footer-menu ul li a:hover {
    color: #FFA100;
}



.footer-bottom {
    background: #000330;
    height: 50px;
}

.footer-bottom p.copyright-text{
    line-height: 50px;
    color: #fff;
}

.footer-bottom p.copyright-text a{
    color: rgba(255, 161, 0, 0.59);
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    margin-left: 8px;
}

.footer-bottom p.copyright-text a:hover{
    color: #fff;
}

/*----------- Footer End -----------*/

/*----------- About Us Page -----------*/

.mt {
    margin-top: 50px;
}

/*----------- About Us Page End -----------*/

/*----------- Contact Page -----------*/

.address {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

section#Contact .address h3 {
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.address h4 i {
    color: #FFA100!important;
}

.address h4 {
    font-size: 25px;
    /* color: #b2b4b6; */
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
    font-family: "sans-serif";
}
.address h4 span{
/*   margin-left: 75px;*/
}

section#Contact h3 {
    text-align: center;
    padding: 30px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    /* color: #808284; */
}

section#Contact {
    margin: 40px 0px 65px;
}

button[type=submit].send {
    background: #FFA100;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 20px;
}

button[type=submit].send i.fa {
    margin-left: 10px;
}

button[type=submit].send:hover {
    background: #211D70;
    color: #fff;
}

button[type=submit].send:hover i.fa {
    color: #FFA100;
}

/*----------- Contact Page End -----------*/

/*----------- Products pages -----------*/

ul.pagination-menu li {
    display: inline-block;
}

.product-single-image {
    margin-bottom: 30px;
    height: 350px;
    width: 350px;
    position: relative;
    overflow: hidden;
}

.img-overlay {
    position: absolute;
    top: 82%;
    left: 0;
    width: inherit;
    height: inherit;
    background: rgba(255, 161, 0, 0.8);
    text-align: center;
    transition: all 0.6s;
}

.img-overlay h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0px;
}

.img-overlay p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    padding: 0px 20px;
}

.product-single-image:hover .img-overlay {
    top: 0;
    background: rgba(33, 29, 112, 0.6);
    padding-top: 40%;
}

section#Products {
    padding: 30px 0px;
}

.product-page-heading {
    padding-bottom: 20px;
}

ul.pagination-menu {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

ul.pagination-menu li a {
    color: #b2b4b6;
    font-size: 16px;
    padding-right: 10px;
}

ul.pagination-menu li a i.fa {
    margin-left: 5px;
    color: #FFA100;
}

.product-detail h3,
.product-menu h3,
.product-gallary h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    /*    color: #B2B4B6;*/
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.product-gallary {
    padding-top: 30px;
    text-align: center;
}

.product-gallary h3 {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 40px;
    border-radius: 0px 25px;
}

.product-page-body {
    margin-top: 20px;
}

.product-page-body h1 {
    padding: 30px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.product-row {
    margin: 50px 0;
}

.product-detail {
    /*    background: #ddd;*/
}

.product-img {
    margin-bottom: 30px;
}

.product-img img {
    height: 350px;
}

.product-menu {
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 5px 25px;
    min-height: 400px;
}

.product-menu ul li {
    margin: 10px 0px;
}

.product-menu ul li a {
    color: #626569;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.4s;
}

.product-menu ul {
    margin-top: 25px;
}

.product-menu h3::after {
    content: '';
    border-bottom: 3px solid #ddd;
    position: absolute;
    bottom: 0px;
    width: 65%;
    left: 0;
}

.product-menu h3 {
    position: relative;
    padding-bottom: 15px;
}

p.beside-image-para,
p.product-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
}

p.product-para {
    margin: 40px 0px;
}

.product-menu ul li a i {
    color: #FFA100;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
}

.product-menu ul li a:hover {
    color: #FFA100;
    margin-left: 10px;
}

/*----------- Products pages End -----------*/


/*clients page  */

.logo-img {
	text-align: center;
	padding: 20px 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
}
    
.logo-img .logo-text {
	/* display: none; */
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px;
	/* position: absolute;
	bottom: 100%;
	left: 0; */
	height: 100%;
	width: 100%;
    transition: .3s;
    display: block;
  visibility: hidden;
}
.logo-img:hover {
    transition: .3s;
}
.logo-img:hover .logo-text{
   visibility: visible;
    /* bottom: 0; */
    transition: .3s;
}
.logo-img img {
	max-height: 100px;
	width: auto;
}