 /*------------------ Universal -------------------------*/
 @import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&display=swap');
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
 }

html, body {
 max-width: 100%;
 font-family: '-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans',sans-serif;
 letter-spacing: .02rem;
}
section {
  padding: 0px;
}
a:hover {
	text-decoration: none;
}
.theme_bg1 {
   background: #ccc;
}
.theme_bg2 {
   background: #999;
}
.theme_txtcolor1 {
   color: #000;
}
.theme_txtcolor2 {
   color: #ccc;
}
img{
    width: 100%;
}

/*------------------ Universal -------------------------*/
.toolbar-area{
   background-image: linear-gradient(173deg, #cfa94c 0%, #f3cf5f 30%, #b1883b 100%);
/*      background-image: linear-gradient(173deg, #b1883b 0%, #f3cf5f 30%, #e5c057 100%);*/
    padding: 5px 0px 3px;
}

.toolbar-area a{
   /* margin-right: 20px;*/
    color: #000;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.toolbar-area a i{
 /* background: -webkit-linear-gradient(-90deg,#f8d461, #b1883b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #000;
  font-size: 17px;
}
.toolbar-sl-share{
   text-align: right;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
main{
/*    display: flex;*/
    flex-wrap: wrap;
/*    font-family: Roboto;*/
}
main>section.Region {
    background-color: #fff;
    z-index:0;
}
.main-btn{
    color: #000;
    background-image: linear-gradient(173deg, #cfa94c 0%, #f3cf5f 30%, #b1883b 100%);
    border: 2px solid ;
    border-image: linear-gradient(173deg, #cfa94c 0%, #f3cf5f 30%, #b1883b 100%);
    border-image-slice:0;
    padding: 10px 8px;
   border-radius: 5px
}
.main-btn:hover{
    color: #b1883b;
    background: transparent;
    border: 2px solid #b1883b;
}

.main-btn-2{
    color: #f8d461;
    border: 2px solid #000;
    padding: 10px 8px;
   border-radius: 5px;
   background: #000;
}
.main-btn-2:hover{
    color: #000;
    background: transparent;
    border: 2px solid #000;
}

.main-btn-3{
    color: #222;
    border: 2px solid #f8d461;
    padding: 10px 8px;
   border-radius: 5px;
   background: #f8d461;
}
.main-btn-3:hover{
    color: #f8d461;
    background: transparent;
    border: 2px solid #f8d461;
}

.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*------------------ Navbar -------------------------*/
.navbar-brand  {
    position: absolute;
    /* left: -50px; */
    top: -42px;
     height: 140px;
    width: 170px;
    background: #111;
    text-align: center;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    z-index: 9;
}

.navbar-brand img{
    width: 130px;
}

.mt-l{
    margin-left: 378px;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn{
   padding: 0.5rem 1rem;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    padding: 10px;
}

.dropdown-content a {
  font-weight: 550;
    color: #212529;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 17px;
}

.dropdown-content a:hover {background-color: #160f04;color:#fff;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}
.nav-link{
    font-size: 17px;
    font-weight: 600;
}
 .header-pd{
    padding: 24px 0px;
}


.zoom-img{
  width: 100%;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.zoom-img:hover   {
  transform: scale(1.1);
}


.home-product:hover{
   box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
   cursor: pointer;
}

.pd-lr{
       padding-right: 5px;
    padding-left: 5px;
}


.home-product {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}


.home-product:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(0deg,#000,#000 8%,transparent);
}
.home-product-text {
    font-size: 22px;
    color: #f8d461;
    text-shadow: 0.1em 0.1em 0.5em rgb(0 0 0 / 50%);
    margin: 0;
    position: absolute;
    top: 18rem;
    left: 1rem;
        font-family: calibri;
}

.home-product-text-2{
    font-size: 22px;
    color: #f8d461;
    text-shadow: 0.1em 0.1em 0.5em rgb(0 0 0 / 50%);
    margin: 0;
    position: absolute;
    top: 13rem;
    left: 1rem;
    font-family: calibri;
}
.universal-transparent-text h3 {
    -webkit-text-stroke: 1px #cfa94c;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 80px !important;
    margin-top: -12px;
}
.about-heading {
    font-size: 45px;
    font-weight: 700;
    margin-top: -71px;
    margin-bottom: 20px;
}

.client-heading {
    font-size: 50px;
    font-weight: 700;
    margin-top: -60px;
    margin-bottom: 20px;
}

/*------------------ Navbar -------------------------*/



/*------------------ Slider -------------------------*/
.heroImage {
    position: relative;
}
.Img__Wrapper .Icon, .Img__Wrapper img {
    height: auto;
    width: 100%;
}
.inner-content{
   text-align: left;
}
.inner-content h1 {
    color: #fff;
    font-size: 67px;
    font-weight: 700;
    text-align: left;
}
.inner-content p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
}
.transparent-text h1{
    -webkit-text-stroke: 1px #f3cf5f;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 95px;
    margin-top: -12px;
    bottom: -170px;
    right: -175px;
    position: absolute;

}
.section-product{
    padding: 20px 0px;
}
.section-about{
   padding: 30px 0px 40px;
   background: #F5F5F5;
}

.section-about span{
    font-size: 15px;
    color: #cfa94c;
}

 .section-about h3{
   font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-product-image{
   padding: 0px 5px;
}
/*------------------ Slider -------------------------*/



/*------------------ Main Content -------------------------*/

/* Slick Slider */

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.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;
}

.slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.fas {
    color: #96bd0b;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}
 .main-heading{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}
.client{
    padding: 40px 0px 70px;
}

.section-blog {
    padding: 40px 0px 80px;
    background: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-post{
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0px 200px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(0 0 0 / 15%) 0px -36px 30px 0px inset, rgb(0 0 0 / 10%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
/*    background-image: linear-gradient(158deg, #000 0%, #000 10%, #f3cf5f 100%);*/
   background: #fff;
}

.blog-img{
    height: 20rem;
    position: relative;
    right: 215px;
    top: 15px;
}

.blog-img img{
    width: 285%;
    height: 18rem;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;  
    border-radius: 5px;
 transition: transform 1s ease-in-out;
}

.blog-img img:hover{
    transform: scale(1.05);
}
.blog-mini-info span:first-of-type{
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.blog-mini-info{
    margin-bottom: 10px;
}

.blog-mini-info span:last-of-type {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #cfa94c;
}

.details p{
    font-size: 16px;
    color: #000;
}

.details > p::first-letter{
    color: #000;
    font-size: 1.5rem;
    line-height: 1;
    font-family: '';
    letter-spacing: 3px;
}

.inner-content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
}

.text{
    color: #fff;
}
.text a{
    color: #f8d461;
}

.text a:hover{
    color: #fff;
}

.main-bg{
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    padding: 50px;
    background: #fff;
    margin: 0px;
}

.bordertest {
    position:relative;
    margin:1em;
}
.bordertest:first-child:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background-image: linear-gradient(173deg, #000 0%, #f3cf5f 76%, #000 100%);
    top: 0px;
    left: 0;
}
.main-about {
    padding: 60px 0px 80px;
}
.inner-about-heading{
    font-size: 45px;
    font-weight: 700;
    margin-top: -60px;
    margin-bottom: 20px;
}

.mv {
    margin: 80px 0px;
}

.mv-box-shadow{
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    padding: 20px;
}

 .inner-mv{
    padding: 30px 20px 20px;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 5px;
    height: 170px;
}

.inner-mv h5{
    text-align: center;
    font-weight: 600;
    font-size: 23px;
}

.inner-mv p{
    text-align:justify;
}
.inner-mv i{
    background: -webkit-linear-gradient(-90deg,#f8d461, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.universal-transparent-text-in h3 {
    -webkit-text-stroke: 1px #cfa94c;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 65px !important;
    margin-top: -12px;
}

.inner-about-in {
    font-size: 45px;
    font-weight: 700;
    margin-top: -58px;
    margin-bottom: 20px;
}

.infrastructure{
    margin: 80px 0px 20px;
}
.product-section{
    margin: 40px 0px 20px;
}
.product-box:hover{
   box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-box-inner {
    padding: 10px;
    border: 1px solid rgba(177, 136, 5,0.6);
}

.product-text {
    background: #111;
    padding: 8px 3px 0px;
    text-align: center;
    border: 1px solid rgba(177, 136, 5,0.6);
    border-top: none;
}

.product-text h5{
        background: -webkit-linear-gradient(-90deg,#f8d461, #b1883b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 16px;
    font-family: '-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans',calibri;
}

.pro-main-heading{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.inner-pro-section{
    margin: 90px 0px 0px;
}
.iso_1 {
    margin: 80px 0px 30px;
}
 .model-1-iso{
    margin:20px 0px 30px;
}
.model-1-iso h5{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: calibri;
}
.mg-tb{
    margin: 30px 0px;
}

.mg-b{
    margin: 0px 0px 30px;
}

.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.product-text h4 {
    background: -webkit-linear-gradient(-90deg,#f8d461, #b1883b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 19px;
    font-family: '-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans',calibri;
}
.product-box{
  margin-bottom: 30px;
}
/*------------------  Main Content -------------------------*/



/*------------------ Footer -------------------------*/
footer {
    background: #000;
    background-image: url(../images/bg-6.png);
    padding: 50px 0px 10px;
}
.footer-padding {
    padding: 0px 0px 30px;
}
.footer-logo img{
    margin-bottom: 20px;
}
.footer-heading h4{
    color: #f8d461;
    font-size: 20px;
}
.footer-links ::marker{
      color: #f8d461;
    content: '.';
    font-size: 20px;
    font-weight: 600;}
 .footer-links a{
    color: #eee;
    font-size: 15px;
    margin-left: 10px;
}
 .footer-links a:hover{
    color: #f8d461;
}
.footer-contact-info{
   color: #fff;
}

.footer-contact-info a{
   color: #eee;
}
.footer-contact-info span{
   color: #eee;
}
 
.footer-contact-info i{
  background: -webkit-linear-gradient(-90deg,#f8d461, #b1883b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dashed rgba(225,225,225,.6);
}

.footer-socail-icon{
    padding: 0px 40px;
}

.footer-socail-icon i{
   background: -webkit-linear-gradient(-90deg,#f8d461, #b1883b);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 20px;
}
.footer-socail-icon a{
    padding: 5px;
}

.contact-box-1 {
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    padding: 40px;
    background: rgba(0,0,0,.9);
    border-radius: 10px;
    border:2px solid rgba(177, 136, 5,0.8)
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(0,0,0,.9);
    background-clip: padding-box;
    border: 1px solid rgba(177, 136, 5,0.6);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 35px;
}
.career-hr{
    margin: 50px 0px 30px;
    border: 1px solid #ddd;
}
.send-resume {
    color: #1a1a1a;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: calibri;
}
.contact-socail-icon i{
   background: -webkit-linear-gradient(-90deg,#f8d461, #b1883b);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 22px;
}

.contact-socail-icon b{
    font-size: 20px;
    font-family: calibri;
}

.contact-socail-icon a{
    color: #000;
    font-family: calibri;
}
.auto-overflow {
    overflow: auto;
    margin-bottom: 25px;
    margin-top: 25px;
    display: block;
    height: auto;
}

/* width */
/*.auto-overflow::-webkit-scrollbar {
  width: 5px !important;
}*/

/* Track */
.auto-overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
.auto-overflow::-webkit-scrollbar-thumb {
  background:#ccc; 
  border-radius: 5px;
}

.solution .image-box {
    width: 80%;
}
.solution .image-box {
    position: relative;
    display: block;
    margin-right: 50px;
}

.solution .content-box {
   position: relative;
    display: block;
    background: #fff;
    margin-left: -140px;
    padding: 40px 30px 42px 60px;
    border-radius: 10px;
    margin-top: -30px;
    z-index: 0;
    /*box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);*/
    box-shadow:rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(0 0 0 / 15%) 0px -36px 30px 0px inset, rgb(0 0 0 / 10%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px
}

.content-box  h2{
       color: #333;
    font-weight: 600;
    margin: 0;
    font-size: 25px;
}

.border-bottom {
    border-bottom: 3px solid #cfa94c !important;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 90px;
}
.blog_i{
    color: #cfa94c;
    font-size: 15px;
}
 .blog2{
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.main-blog
{
    margin-bottom: 0px;
    color: #555;
    font-size: 13px;
    }
.main-blog-page
{
    color: #555;
    font-size: 13px;
    }    
    .image-box img {
    border-radius: 3px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    z-index: 10;
    position: relative;
}
        
        .hr {
    margin-top: 4rem;
    margin-bottom: 5rem;
    border: 0;
    border-top: 1px solid #eee;
}

.blog{
    margin-bottom:80px;}
    
    .blog-page h2 {
    color: #333;
    font-weight: 600;
    margin: 0;
    font-size: 25px;
}

.mb-20
{
    margin-bottom:20px;}
    
    .mt-55
    {
         margin-top: -55px;}
/*------------------ Footer -------------------------*/


.cleint-section{
    margin-top: 40px;
}

.client-box{
    margin-bottom: 20px;
}

.wood-hr {
    border-top: 1px solid rgba(0,0,0,0.3);
    margin-top: 2.5rem;
}