@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.menu_section .menu_body{
    background-color: #dca51b;
}
.menu_section .navbar-dark .navbar-nav .nav-link{
   color: #0e0000;
    font-family: initial;
    font-size: 19px;
    padding: 7px 38px 7px 0px;
}
.header_1{
    width: 100%;
}
.header_1 a img{
    width: 100%;
}
.header_2{    
    padding: 40px 5px 0 5px;
    line-height: 8px;
}
.header_2 .title{
    font-size: 12px;
    font-weight: 700;
    color: #2e3192;
    text-align: center;
    font-family: initial;
}
.header_2 p i{
    color: #333333;
}
.header_3{

    text-align: center;
    padding: 40px 1px;
}
.header_3 i{
    font-size: 20px;
    background: #2b2e90;
    color: #fdb913;
    padding: 5px 8px;
    border-radius: 12px;
    transition: 0.5s ease-in-out
}

.header_3 i:hover{
    background: #fdb913;
    color: #2b2e90;
    cursor: pointer;
}

.slider-wrappar{
    width: 100%; 
    /*height: 400px;*/
    /*overflow: hidden;*/
    position: relative;
}
.slider-wrappar img{
    width: 100%; 
}
.shadow{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #00000096;
}
.slider-wrappar i{
    font-size: 40px;
    color: white;
}
.section{
    padding: 80px 0;
}

.section-0{

}
.section-1{
background: url('../images/BV0B3315.jpg');
background-size: cover;
background-attachment: fixed;
background-position: center center;
height: 400px;
}
.section-title{
    padding-bottom: 70px;
    text-transform: capitalize;
    position: relative;
    font-size: 36px;
    font-weight: 400;
    color: #201d4e;
}
/*.section-title:before{
    content: '';
    position: absolute;
    width: 36%;
    height: 1px;
    left: 0;
    background-color: #caac0c;
    top: 50px;
}*/
.ceo-img-wrappar{
    margin-top: 25px;
}
.ceo-img-wrappar img{
    float: left;
    width: 100px;
    border-radius: 50%;
    border: 5px solid #fdb9133d;
    box-shadow: 0px 6px 10px 0px rgba(38, 33, 109, 0.84);
    margin-right: 25px;
}
.ceo-img-wrappar h3{
    font-weight: 500;
    font-size: 20px;
    color: rgb(6, 22, 58);
    line-height: 1.25rem;
    padding-top: 33px;
}
.ceo-img-wrappar h3 span{
    display: block;
    font-size: 16px;
    color: #424242;
}

.department-wrapper{
    padding: 40px 5px;
    border: 1px solid #efefef;
    /*border: 1px solid black;*/
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}
.department-wrapper i{
    display: block;
    font-size: 56px;
    color: #dca51b;
    margin-bottom: 15px;
}
.department-wrapper h3{
    font-size: 17px;
    color: #201d4e;
    margin-bottom: 15px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
.department-wrapper p{    
    margin: 0;       
}
.department-wrapper .check{ 
    position: absolute;
    /*color: #000066;*/
    text-align: center;
    width: 100%;
    bottom: -25px;
}
.department-wrapper .check i{ 
    margin: 0;
    color: #171752;
    font-size: 45px;
}

.factory{
    width: 100%;
}
.factory img{
    width: 100%;
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 10px solid #FFF;
}

.about{
    color: #06163a;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
}


.section-3{
    position: relative;
    background-image: url(../images/bg-back1.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
}
.countbox{
    color: #fff;
    text-align: center;
}
.countbox i{
    display: block;
    margin-bottom: 15px;
    font-size: 48px;    
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
}
.count{
    font-size: 35px;
    font-weight: 700;
    color: #dca51b;
}
.product-box{
    border: 1px solid #26216d;
    margin: 15px 0;
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 10px 1px;
    overflow: hidden;
    height: 300px;
}

.product-box img{
    width: 100%;
    transform: scale(1);
    transition: 1s ease-in-out;
}
.product-box img:hover{
    transform: scale(1.1);
}
.shadow1{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f3f3f3c9;
}
.product-title{
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    background-color: #26216d;
    color: white;
    padding: 8px;
    padding-left: 15px;
    text-align: left;
    font-size: 15px;  
    transition: 1s ease-in-out;
}
.product-box img:hover .product-title{
    text-align: center;
}

////////////// Client Slider /////////

h2{
    text-align:center;
    padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.section-4{

}
.section-4 h2{
    text-align: center;
}
.gallery-box{
    padding: 0;  
    position: relative;
    overflow: hidden;

}
.gallery-shadow{
    transition: .3s ease-in-out; 
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;       
}
.gallery-box img{
    width: 100%;
    transform: scale(1);
    transition: .5s ease-in-out;
}
.gallery-box:hover img{
    transform: scale(1.5);
}
.gallery-box:hover .gallery-shadow{
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    background: #000000cf;
    transform: scale(1);
}
.gallery-text{
    position: absolute;    
    top: 0;    
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 40%;
    opacity: 0;
    transition: .5s ease-in-out;
}
.gallery-text i{
    color: #dca51b;
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 700;
}
.gallery-text p{
    color: #fdb913;
    font-weight: 400;   
}
.gallery-box:hover .gallery-text{
    opacity: 1;
    cursor: pointer;
}
/*.gallery-box:hover i{
    
}*/
.news-box{
    width: 100%;
    color: black;
}
.news-box img{
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}
.news-title-wrappar{
    padding: 16px 15px;
    background: #faebd7bf ;
    text-align: justify;
    border-radius: 0px 0px 5px 5px ;
}

.news-text{
    font-size: 14px;
}
.news-title-wrappar a{
    color: black;
}
.btn-continue{
    text-align: right;
}
.news-box:hover .news-title-wrappar{
    background: #fffbf5bf;
    cursor: pointer;
}

.section-5{
    background-color: #171752;
    color: gold;
}
.section-5 h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.section-6 h2{
    text-align: center;
}
.news-wrapper{
    width: 100%;
    text-align: center;

}
.news-wrapper img{
    width: 100%;
    margin-bottom: 15px;
    transition: .4s ease-in-out;
}
.meta-area{
    margin-bottom: 15px;
    font-size: 13px;
}
.meta-area a{
    color: red;
    text-decoration: none;
}
.meta-area span{
    margin: 0 10px;
}
.news-wrapper h4 a{
    font-size: 18px;
    color: black;
    line-height: 1.2;
    font-weight: 500;
    transition: .4s ease-in-out;
}
.news-wrapper h4 a:hover{
    color: red;
}
.news-wrapper p{
    margin-top: 0;
}
.news-wrapper:hover img{
    opacity: 0.7;
    transform: translateY(-3px);
}

.section-7{
    background: url(../images/footer-bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-position:top center;
    position: relative;
}
.section-7 h2{
    text-align: center;
    color: #ffffff;
    padding-bottom: 0px;
}
.section-7 h2 span{
    color: #ffffff;
}
.small-footer{
    background: black;
    color: white;
    font-size: 10px;
    font-family: monospace;
    padding: 3px 0;
}
.map-wrappar{
    width: 100%;
}
.map{
    width: 100%;
    height: 400px;
}
.section-8{
    background: #111;   
}
.footer-logo{
    width: 100%;
}
.footer-logo img{
    width: 100%;
}
.footer-box{
    padding: 0 5px;
    color: white;
    font-size: 14px;
}

.footer-title{
    position: relative;
    padding: 5px 0;
    font-weight: bold;
}
.footer-title:before{
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background: #dca51b;
    bottom: 0;
    left: 0;
}
.footer-news-wrapper{
    width: 100%; 
    display: inline-block;
}
.footer-img-box{
    width: 20%; 
    float: left; 
    margin-right: 5%;
}
.footer-title-box{
    float: left; 
    width: 70%;
}
.footer-title-box a{
    color: white;
}

.footer-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-box ul li{

    padding: 3px 0;

}
.footer-box ul li a{
    text-decoration: none;
    color: #2b2e90;
    font-size: 14px;

}
.ficon{
    padding-right: 5px;
    font-size: 12px;
}
.btn-wrap{
    text-align: center;
}
.btn-email{
    padding: 0.5rem 1.9rem;
    font-weight: 400;
    font-size: 0.875rem;
    outline: none;
    border: none;
    display: inline-flex;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 70px;
    background: #ffd700;
    font-weight: bold;
    transition: .5s ease-in-out;
}
.btn-email:hover{
    background: goldenrod;
    font-weight: bold;
}