
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Graphik-Regular-Trial.otf);
  }

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    font-family: MyFirstFont;
    padding: 0;
    margin: 0px auto;
    max-width: 1600px;
}

a{
    text-decoration: none;
    color: inherit;
}

a:hover{
    color: inherit;
}

ul{
    padding: 0;
    list-style-type: none;
}

.section_lg{
    padding: 50px 30px;
}

.yellow-btn{
    padding: 10px 25px;
    background-color: #ef7f1a;
    color: #292929;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
}

.yellow-btn:hover{
    background-color: #1b4883 !important;
    color: #fff !important;
    font-weight: 600;
}

.common-btn{
    padding: 10px 25px;
    background-color: transparent;
    border: 2px solid #dddddd;
    color: #ddd;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
}

.common-btn:hover{
    background-color: #fff;
    color: #1b4883;
    font-weight: 600;
}

.secondary-color{
    color: #737373;
}

.common-heading{
    font-weight: 600;
    position: relative;
}

.common-heading::before{
    content: "";
    position: absolute;
    background-color: #ef7f1a;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 5px;
}

.secondary-heading{
    color: #1b4883;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    /* position: relative;
    z-index: 4; */
}

/* header css start */


.upper-header{
    background-color: #1b4883;
    padding: 10px 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.upper-left-header{
    display: flex;
    gap: 25px;
}

.upper-left-header a span{
    padding-right: 15px;
    font-size: 16px;
}

.upper-right-header{
    display: flex;
    gap: 15px;
    color: #fff;
}

.upper-right-header .nav-link a{
    font-size: 14px;
    color: #fff;
}

/* 
#header{
    background: rgba(0, 71, 187, .9);
    color: #fff;
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    transition-duration: .5s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 100%;
    z-index: 50;
    transform: translateY(0);
} */

.header-inner{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0px 20px;
    background-color: #e8ebf8;
    z-index: 2 !important; 
}

.left-header a img{
    width: 100%;
    height: 80px;
}

.left-header p{
    font-size: 32px;
    line-height: 1.0;
}

#mobile-menu > ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

/* #mobile-menu .nav-link{
    padding: 25px 0px;
} */


.tj-menu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
} 

.tj-menu-area li {
    position: relative;
}

.tj-menu-area .nav-link > a {
    color: #1b4883;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 17px;
    margin-left: 0;
    margin-right: 0;
}

.tj-menu-area li a{
    color: #000;
    font-weight: 600;
}

.tj-menu-area  li:hover a{
    color: #1b4883;
}

.tj-menu-area .nav-link:hover > a::after {
    display: block;
}

.tj-menu-area .has-dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.tj-menu-area li .sub-menu li a.active, .tj-menu-area li .sub-menu li a:hover {
    color: #ef7f1a;
}

.tj-menu-area li .sub-menu {
    text-align: left;
    margin: 0;
    list-style: none;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    left: 0%;
    top: 220%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    background: #e8ebf8;
    padding: 5px 10px 5px;
    width: 290px;
}

.tj-menu-area li .sub-menu .child-menu {
    text-align: left;
    margin: 0;
    list-style: none;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
        left: 100%;
    top: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    background: #e8ebf8;
    padding: 10px 10px 20px;
    width: 240px;
    max-height: 450px;
    overflow: auto;
}
.tj-menu-area .has-dropdown .sub-menu li:hover .child-menu{
    opacity: 1;
    visibility: visible;
}

.tj-menu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.tj-menu-area li .sub-menu li {
    display: block;
    margin-right: 0;
    transition: 0.4s;
    padding: 8px 20px;
        border-bottom: 1px solid #1b488321;
}

.tj-menu-area li .sub-menu li a{
    position: relative;
}

.tj-menu-area li .sub-menu li a h6{
    font-weight: 500;
}

.tj-menu-area li .sub-menu li a::before{
    background-color: #ef7f1a;
    bottom: 0;
    content: "";
    display: block;
    left: -.75rem;
    position: absolute;
    top: 0;
    transition-duration: .5s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 1px;
    visibility: hidden;
}

.tj-menu-area li .sub-menu li:hover a::before{
    visibility: visible;
}
.nav-link{
    padding:0
}

.nav-link a::after{
    background-color: #ef7f1a;
    bottom: -30px;
    content: "";
    display: none;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transition-duration: .5s;
    z-index: 1111;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.nav-link a{
    font-size: 18px;
}

.lower-header{
    background-color: #e8ebf8;
}
.tj-menu-area .has-dropdown .sub-menu  .child-menu li a{
font-size: 16px;
    font-weight: 500;
    padding:0
}

.dropdown-item{
    white-space:normal;
}
/* header css end */


/********** MOBILE HEADER ************/


.mobile-header{
    display: none;
}

.mobile-menu-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1b4883;
    padding: 10px;
}

.mobile-menu-container .logo{
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-container .logo p{
    line-height: 1;
    display: none;
}

/* mobile menu css */

.canva_expander {
    cursor: pointer;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.canva_expander span {
    height: 2px;
    width: 35px;
    display: block;
    background: #fff;
    cursor: pointer;
    list-style: none;
    margin: 8px 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    margin-left: auto;
}

.canva_expander span.dot2 {
    width: 27px;
}

.canva_expander span.dot4 {
    width: 22px;
}


.hamburger {
    position: absolute;
    top: 20px;
    right: 15px;
    /* line-height: 20px; */
    padding: 5px;
    /* border-radius: 5px; */
    color: #fff;
    border: 0;
    font-size: 30px;
    font-weight: bold;
    outline: none;
    z-index: 1111;
    background: none;
}

.cross{
  background:none;
  position:absolute;
  top:5px;
  right:15px;
  padding:7px 15px 0px 15px;
  color:#0047bb;
  border:0;
  font-size:3em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:22222;
}
.menu{z-index:1111; font-weight:bold; font-size:16px; width:100%; background-color: #fff;  position:absolute; text-align:center; font-size:12px; top: 0; left: 0;min-height: 100%;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; padding-top: 80px;}
.menu li {display: block;   padding:20px 0 20px 0;  font-weight: 700;}
.menu li:hover{display: block;    background-color: #fff;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#0047bb;font-size: 14px;}
.menu ul li a:hover {  color: #0047bb; text-decoration:none;}
.menu a{text-decoration:none; color:#0047bb;}

.nav__sub li{
    padding: 5px 0px !important;
}

.fa-chevron-right{
    font-size: 12px;
}

.glyphicon-home{
  color: #0047bb; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}


.nav__item , .nav__item {
	/* margin-top: 10px; */
}

.menu ul .nav__link {
	font-weight: 600;
	color: #0047bb;
    /* font-family: 'myregularfont'; */
	text-decoration: none;
}

.menu ul .nav__sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
    height: 100vh;
	background-color: #fff;
  color: #0047bb;
	opacity: 0;
	display: none;
	transition: all 0.35s ease-in-out;
	transform: translateX(100%);
}

.menu ul .nav__sub.is-active {
  opacity: 1;
  display: block;
  transform: translateX(0%);
}

.menu ul .nav__sub {
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px;
	list-style-type: none;
}

.contact-btn-mobile{
    border-radius: 50px;
    display: flex;
    margin: 0 auto;
    width: max-content;
    border: 1px solid #0047bb;
    padding: 10px 20px !important;
    margin-top: 10px;
}

.hamburger, .cross, .menu{
  display: none;
}

.logo img{
    /* width: 80px; */
    height: 50px;
    background-color: #fff;
}




/* home banner css start */

.home-banner-content{
    padding-left: 30px;
    position: absolute;
    top: 30%;
}

.home-banner-heading{
    position: relative;
    animation-duration: 1s;
    animation-delay: .3s;
}

.home-banner-heading .light{
    font-weight: 300;
    color: #fff;
    margin: 0;
    width: 50%;
    font-size: 64px;
    padding-left: 20px;
}

.home-banner-heading .light::before, .home-banner-heading .bold::before{
    content: "";
    position: absolute;
    background-color: #ef7f1a;
    top: 0;
    bottom: 0;
    left: -5px;
    width: 5px;
}

.animated {
    animation-fill-mode: both;
}

.fade-in{
    animation-name: fadeIn;
}

.fade-in-left{
    animation-name: fadeInLeft;
}

.home-banner-heading .bold{
    font-weight: 700;
    color: #fff;
    width: 50%;
    font-size: 48px;
    margin: 0;
    padding-left: 20px;
}


.home-banner-heading p{
    padding-left: 20px;
    color: #dddddd;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: .5px;
    width: 50%;
    margin-top: 20px;
}

.home-banner-btns{
    margin-top: 30px;
    display: flex;
    gap: 20px;
    padding-left: 30px;
    animation-duration: 1s;
    animation-delay: 1s;
}


/* home banner css end */


/* about section css start */

.about-section{
    display: grid;
    grid-template-columns: 6.5fr 5.5fr;
    gap: 50px;
}

.left-about p{
    font-size: 17px;
}

.left-about{
    padding-left: 40px;
}

.left-about-inner{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin-top: 30px;
}

.left-about-inner-item{
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.left-about-inner-item img{
    width: 80px;
}

.right-about{
    position: relative;  
    max-width: 405px;
    margin: 0px auto;  
}

.right-about img{
    position: relative;
    width: 100%;
}

.right-about::before{
    content: "";
    position: absolute;
    left: -65px;
    top: 50px;
    right: 65px;
    bottom: 40px;
    border: 6px solid #ef7f1a;
}

.about-caption{
    margin-top: 20px;
    padding: 0 95px 40px 0;
}

.about-title{
    font-size: 24px;
    color: #292929;
    font-weight: 700;
}

.about-desc{
    margin-top: 15px;
}

.right-about .post-link{
    position: absolute;
    bottom: 40px;
    right: 15px;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: 100% 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1b4883;
    display: flex;
    align-items: center;
}

.post-link span{
    font-size: 24px;
    padding-right: 15px;
}

/* about section css end */

/* industries css start */

.vm-heading{
    padding-left: 40px;
}

.industries-inner{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.industries-item{
    background-color: #e8ebf8;
    padding: 20px;
    border-top: 2px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.industries-item:hover{
    border-top: 2px solid #ef7f1a;
    transition: all .5s ease;
}

.industries-item img{
    width: 250px;
    height: 200px;
}

.industries-item h5{
    color: #292929;
    text-align: center;
    font-weight: 600;
}

/* industries css end */

/* counters section css start */

.counter-section{
    background-color: #1b4883;
}

.counter-section .counters{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
    padding: 40px 30px;
}

.counters .box{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.counters .box hr{
    color: #ef7f1a;
    background-color: #ef7f1a;
    opacity: 1;
    width: 15%;
    border: none;
    height: 5px;
    font-weight: 700;
    margin: 0px auto;
}

.counters .box h2{
    font-weight: 600;
    margin: 0;
    font-size: 56px;
    color: #fff;
    text-align: center;
}

.counters .box p{
    font-size: 24px;
    margin: 0;
    text-align: center;
    color: #fff;
}


/* counters section css end */



/* production section css start */

.production-section{
    display: grid;
    grid-template-columns: 5.5fr 6.5fr;
    gap: 40px;
}

.right-production p{
    font-size: 17px;
}

.right-production-inner{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    align-items: baseline;
    margin-top: 30px;
}

.right-production .yellow-btn{
    padding: 20px 40px;
}

.right-production-inner-item{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.right-production-inner-item img{
    width: 100%;
    height: 150px;
}

.right-production-inner-item img:hover{
    opacity: .5;
}

.left-production{
    position: relative;  
    max-width: 405px;
    margin: 0px auto;  
}

.left-production img{
    position: relative;
    width: 100%;
}

.left-production::before{
    content: "";
    position: absolute;
    left: -40px;
    top: 87px;
    right: 65px;
    bottom: 0;
    border: 6px solid #ef7f1a;
}

.sales-caption{
    margin-top: 44px;
    padding: 0px 85px 20px 0;
}

.sales-title{
    font-size: 24px;
    color: #292929;
    font-weight: 700;
}

.sales-desc{
    margin-top: 15px;
}

.post-link{
    position: absolute;
    bottom: 0;
    right: 15px;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: 100% 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1b4883;
    display: flex;
    align-items: center;
}

.post-link span{
    font-size: 24px;
    padding-right: 15px;
}


/* production section css end */


/* news section css start */

.news-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 30px;
}

.news-title .yellow-btn{
    padding: 15px 50px;
}

.news-inner{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.news-inner-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-inner-item img{
    width: 100%;
}

.news-inner-item h2{
    position: relative;
    padding-left: 20px;
    font-size: 20px;
}

.news-inner-item p{
    text-align: justify;
}

.news-inner-item h2::before{
    content: "";
    position: absolute;
    background-color: #ef7f1a;
    top: 0;
    bottom: 0;
    left: -5px;
    width: 4px;
}

.date{
    padding-left: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.date span:nth-child(2){
    width: 2px;
    height: 2px;
    color: #000;
    background-color: #000;
    border-radius: 100%;
}

.news-desc{
    padding-left: 20px;margin: 0;
}

.news-link{
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1b4883;
    display: flex;
    align-items: center;
}

.news-link span{
    margin-right: 10px;
}

/* news section css end */

/* client section css start */

.client-section{
    padding: 50px 20px;
}

.client-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.client-inner img{
    padding: 0 50px;
}

/* client section css end */


/* footer css start */

#footer{
    background-color: #1b4883;
    color: #fff;
    padding: 40px 20px 10px;
}

.footer-inner{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
}

.footer-item h3{
    margin-bottom: 20px;
}

.footer-item ul li{
    padding: 5px 0px;
    display: flex;
    align-items: center;
}

.footer-item ul li span{
    padding-right: 10px;
}

.footer-item input{
    background-color: #fff;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #737373;
}

.footer-item input::placeholder{
    color: #737373;
}

.copyright{
    font-size: 12px
}

.lower-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
        border-top: 1px solid #ffffff40;
}

/* footer css end */

/* newslette css code */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
}
.modal img {
    max-width: 90%;
    max-height: 85vh;
    display: block;
}
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: white;
    cursor: pointer;
}
.download-btn {
    position: absolute;
    bottom: 0;
    background: #1b4883;
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.download-btn:hover{
    color: #fff;
    background-color: #ef7f1a;
}


/* animations css code */

.reveal{
    position: relative;
    opacity: 0;
  }
  
  .reveal.active {
    opacity: 1;
  }

.active.fade-up {
    animation: fade-up 1s ease-in;
  }

  .active.fade-up-form {
    animation: fade-up-form 1s ease-in;
  }

  .active.fadeInLeft {
    animation: fadeInLeft 1s ease;
  }
  
  .active.fadeInRight {
    animation: fadeInRight 1s ease;
  }

  .active.fadeIn{
    animation: fadeIn 1s ease;
  }

  .active.fadeInDown{
    animation: fadeInDown 1s ease;
  }

  .active.fadeInAnimation{
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
        opacity: 1;
    }
  } 
  
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
  }
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
  }

  @keyframes fade-up {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-50px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 } 

  @keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }



  @media screen and (max-width: 768px) {

    .header-inner, #header{
        display: none;
    }

    .vm-heading{
        padding-left: 0px;
    }

    .mobile-header{
        display: block;
    }

    .active.fadeIn, .active.fade-up, .active.fadeInLeft, .active.fadeInDown, .active.fadeIn{
        animation: none;
    }

    .section_lg{
        padding: 30px 30px;
    }

    p{
        font-size: 14px;
    }

    .secondary-heading {
        font-size: 20px;
    }
    
    .yellow-btn, .right-production .yellow-btn {
        padding: 5px 15px;
    }

    .yellow-btn a, .right-production .yellow-btn{
        font-size: 14px;
    }

    .home-banner-content{
        margin-top: 0 !important;
        top: 17%;
    }

    .home-banner-heading .light {
        width: 100%;
        font-size: 34px;
    }

    .home-banner-heading .bold {
        font-weight: 600;
        color: #fff;
        width: 100%;
        font-size: 26px;
    }

    .home-banner-heading p {
        font-size: 14px;
        width: 100%;
    }
    
    .about-section, .left-about-inner, .production-section, .news-inner{
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }

    .left-about p, .right-production p{
        font-size: 14px;
    }

    .left-about-inner-item img {
        width: 60px;
    }

    .left-about {
        padding-left: 20px;
    }

    .left-about-inner-item {
        gap: 5px;
    }

    .right-about::before, .left-production::before {
        display: none;
    }

    .left-production, .right-about{
        max-width: fit-content;
    }

    .right-about .post-link, .post-link{
        display: none;
    }

    .about-caption{
        padding: 0;
    }

    .about-title {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .about-desc {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .sales-caption {
        margin-top: 25px;
        padding: 0;
    }

    .right-production-inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
  }

  .right-production-inner-item .secondary-heading{
    font-size: 16px;
    text-align: left;
  }

  .right-production-inner-item img{
    width: 100%;
  }

  .news-title{
    flex-direction: column;
    padding-left: 20px;
  }

  .news-title .yellow-btn{
    display: none;
  }

  .footer-inner{
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }

  .footer-item h3 {
    margin-bottom: 10px;
    }

    .footer-item ul li a{
        font-size: 14px;
    }
}

  @media screen and (max-width: 450px) {

    .header-inner, #header{
        display: none;
    }

    .mobile-header{
        display: block;
    }

    .active.fadeIn, .active.fade-up, .active.fadeInLeft, .active.fadeInDown, .active.fadeIn{
        animation: none;
    }

    .section_lg{
        padding: 30px 30px;
    }

    p{
        font-size: 14px;
    }

    .secondary-heading {
        font-size: 20px;
    }
    
    .yellow-btn, .right-production .yellow-btn {
        padding: 5px 15px;
    }

    .yellow-btn a, .right-production .yellow-btn{
        font-size: 14px;
    }

    .home-banner-content{
        margin-top: 0 !important;
    }

    .home-banner-heading .light {
        width: 100%;
        font-size: 24px;
    }

    .home-banner-heading .bold {
        font-weight: 600;
        color: #fff;
        width: 100%;
        font-size: 18px;
    }

    .home-banner-heading p {
        display: none;
    }

    .home-banner-btns{
        display: none;
    }
    
    .about-section, .left-about-inner, .production-section, .news-inner, .industries-inner{
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }

    .industries-item img{
        width: 100%;
        height: 200px;
    }

    .left-about p, .right-production p{
        font-size: 14px;
    }

    .left-about-inner-item img {
        width: 60px;
    }

    .left-about {
        padding-left: 20px;
    }

    .left-about-inner-item {
        gap: 5px;
    }

    .right-about::before, .left-production::before {
        display: none;
    }

    .left-production, .right-about{
        max-width: fit-content;
    }

    .right-about .post-link, .post-link{
        display: none;
    }

    .about-caption{
        padding: 0;
    }

    .about-title {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .about-desc {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .sales-caption {
        margin-top: 25px;
        padding: 0;
    }

    .right-production-inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
  }

  .right-production-inner-item .secondary-heading{
    font-size: 16px;
    text-align: left;
  }

  .right-production-inner-item img{
    width: 100%;
  }

  .news-title{
    flex-direction: column;
    padding-left: 20px;
  }

  .news-title .yellow-btn{
    display: none;
  }

  .footer-inner{
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }

  .footer-item h3 {
    margin-bottom: 10px;
    }

    .footer-item ul li a{
        font-size: 14px;
    }
}






.breadcumb-wrapper {
    background-color: #004080;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.breadcumb-title {
    color: #fff;
    margin: -0.25em 0 -0.2em 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 117%;
    text-transform: uppercase;
    text-align: center;
}
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 12px 0 0 0;
    list-style-type: none;
    position: relative;
    text-align: center;
}
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span{
    word-break: break-word;
    white-space: normal;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    font-family: var(--body-font);
    /* text-transform: uppercase; */
}
.breadcumb-menu li {
    display: inline-block;
    list-style: none;
    position: relative;
}
.breadcumb-menu li:after {
    content: "//";
    position: relative;
    margin-left: 12px;
    margin-right: 3px;
    color: #fff;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.portfolio-Details .portfolio-title {
    text-transform: capitalize;
    line-height: 128%;
    font-family: var(--title-font);
    color: #004080;
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px 0;
}
.portfolio-Details{
    padding: 60px 0;
}
.list-style2 li i{
    color: #004080;
    font-size: 18px;
}
.portfolio-text ,.list-style2 li{
        color: #393939;
    font-size: 17px;
}
.title-area .sec-title {
    font-size: 40px;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 122%;
    font-weight: 700;
    color: #004080;
    margin: 0 0 15px 0;
}

.contact-layout1{
    padding: 60px 0;
}
.contact-box {
    display: flex;
    align-items: center;
}
.contact-style1 .contact-icon
 {
    max-width: 60px;
    width: 100%;
    height: 60px;
    background-color: #004080;
    border: 4px solid rgba(255, 255, 255, 0.349);
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    margin-right: 16px;
    z-index: 1;
    transition: all 0.5s ease;
}
.contact-style1 .contact-icon i {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
.contact-box .contact-content {
    padding: 0 0 0 14px;
}
.contact-style1 .contact-box .contact-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 160%;
}
.contact-style1 .contact-box .contact-text a{
    color: #004080;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 0;
}

.common-heading {
    font-weight: 600;
    position: relative;
}
.smart-section{
    padding: 50px 0;
}
.smart-section-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.smart-section-item {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bg-color {
    background-color: rgb(239, 127, 26, .2);
    border-radius: 2px;
}
.smart-section-inner .smart-heading {
    display: flex;
    gap: 25px;
    align-items: center;
}
.smart-section-item h2 {
    color: #1b4883;
    font-weight: 700;
        font-size: 25px;
}
.smart-section-item img {
    width: 50px;
    height: 50px;
}
.smart-section-item p {
    font-size: 17px;
}
.guiding-principle-inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
}
.gp-item {
    padding: 20px;
    border-radius: 5px;
    background-color: #e8ebf8;
}
.gp-item h5 {
    font-weight: 600;
}
.secondary-color {
    color: #737373;
}
.business-philosophy, .why-choose-section, .usp-section {
    padding: 50px 0;
}
.right-why-choose {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.right-why-choose-item {
    padding: 30px;
    background-color: rgb(239, 127, 26, .2);
}
.right-why-choose-item img{
    width: 60px;
    height: 60px;
}
.right-why-choose-item p {
    font-size: 22px;
}
.usp-section .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    padding-bottom: 15px;
    background-color: white;
        margin-top: 60px;
}
.usp-section .card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #ef7f1a;
    background-color: #fff;
    padding: 5px;
    margin-top: -45px;
}
.usp-section .card h5 {
    color: #1b4883;
    font-weight: 600;
    text-align: center;
}
.usp-section .cont {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 120px;
    text-align: center;
    transition: all 0.6s ease;
}
/* Swipper slider */
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }


    .swiper {
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      /* height: 80%; */
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.swiper-free-mode>.swiper-wrapper{
    justify-content: center;
}
.peb-blog-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.peb-blog-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background-color: rgb(239, 127, 26, .2);
}
.chat-icon {
    position: fixed;
    display: inline-block;
    right: 30px;
    bottom: 85px;
    z-index: 99;
}
.chat-icon .chat-toggler {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-radius: 5px;
    background: #01c000;
    z-index: 1;
    border: none;
}

/*********************** Model Css Starts ************************/
  .btn-box {
            padding: 20px;
            text-align: center;
        }

        /* .theme-btn {
            display: inline-block;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            color: white;
            font-weight: bold;
            font-size: 1rem;
            transition: all 0.3s ease;
        } */

        .whatsappbtn {
            background-color: #25D366;
            border: none;
        }

        .whatsappbtn:hover {
            background-color: #128C7E;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(-2px);
            cursor: pointer;
        }
        
        /* --- Floating Buttons Container --- */
        .floating-contact-btn {
            position: fixed;
            bottom: 140px; /* Space from the bottom */
            right: 20px; /* Space from the right */
            display: flex;
            flex-direction: column;
            align-items: center; /* Aligns items to the center of the container */
            gap: 10px; /* Creates space between the buttons */
            z-index: 1050;
        }

        /* Floating Button Styles */
        .floating-contact-btn > div,
        .floating-contact-btn > a {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: transform 0.2s ease-in-out;
            text-decoration: none; /* For the link element */
        }

        .floating-contact-btn > div:hover,
        .floating-contact-btn > a:hover {
            transform: scale(1.1);
        }

        .floating-whatsapp-btn {
            background-color: #25D366;
        }
        
        .floating-phone-btn {
            background-color: #34B7F1;
        }

        .floating-contact-btn img {
            width: 40px;
        }

        .floating-contact-btn i {
            color: white;
            font-size: 2rem;
        }

        .icon-btn {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
        }

        /* Modal Overlay and Container */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1050;
            opacity: 0;
            transition: opacity 0.3s ease;
			z-index: 999999;
        }

        .modal-overlay.show {
            display: flex;
            opacity: 1;
        }

        .modal-content-wrapper {
            background-color: white;
            border-radius: 1rem;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            width: 90%;
            transition: transform 0.3s ease, opacity 0.3s ease;
            transform: translateY(-50px);
            opacity: 0;
        }

        .modal-overlay.show .modal-content-wrapper {
            transform: translateY(0);
            opacity: 1;
        }

        /* Modal Header */
        .modal-header {
            background-color: #25D366;
            color: white;
            padding: 1rem;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-header .modal-title {
            margin: 0;
            font-size: 1.25rem;
            font-weight: 500;
            font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
        }

        .modal-header .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            line-height: 1;
        }

        /* Modal Body */
        .modal-body {
            padding: 1.5rem;
        }

        /* Form Styling */
        .form-group {
            margin-bottom: 1rem;
        }

        .form-label {
            font-weight: 500;
            color: #4a4a4a;
            display: block;
            margin-bottom: 0.5rem;
        }

        .form-control {
            width: 100%;
            border-radius: 0.75rem;
            border: 1px solid #e0e0e0;
            padding: 0.75rem 1rem;
            box-sizing: border-box;
            transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        }

        .form-control:focus {
            outline: none;
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

        .btn-submit {
            background-color: #25d366;
            border: none;
            font-weight: bold;
            color: white;
            border-radius: 0.75rem;
            padding: 0.75rem 1.5rem;
            width: 100%;
            cursor: pointer;
            transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
        }

        .btn-submit:hover {
            background-color: #128c7e;
            transform: translateY(-2px);
        }

        /* Corner Modal Specific Styles */
        .corner-modal-overlay {
            justify-content: flex-end;
            align-items: flex-end;
            padding: 20px;
        }

        .corner-modal-overlay .modal-content-wrapper {
            width: 100%;
            max-width: 400px;
            transform: translateY(50px);
            margin: 0;
        }
        
        /* --- MOBILE RESPONSIVE STYLES --- */
        @media (max-width: 768px) {
            .floating-contact-btn {
                bottom: 2rem; /* Space from the bottom on mobile */
                right: 1rem; /* Space from the right on mobile */
                gap: 0.75rem;
            }
            .floating-contact-btn > div,
            .floating-contact-btn > a {
                width: 50px;
                height: 50px;
            }
            .floating-contact-btn img {
                width: 35px;
            }
        }
  /******************* Model CSS End ******************/