

body{
     font-family: "Poppins", sans-serif;
}
h1,h2,h3,h4{
     font-family: "Poppins", sans-serif;
}
p{
    font-family: "Poppins", sans-serif;
}

header{
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  border-bottom: solid 1px #B1ACAC;
}

/*.banner-img-second*/
.inner-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Logo */
.site-logo {
    padding: 10px 0;
}
/*.site-logo a img {
  width: 70px;
  height: 70px;
}*/

/* Navbar styles */
.navbar {
    color: #fff;
}

.menu  {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.close-menu{
    display: none;
}
.menu li {
    position: relative;
}

.menu li a {
    display: block;
    padding: 15px 14px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 400;
    font-family: "poppins", sans-serif;
}

.menu li:hover > a,
.menu li:focus > a {
/*    color: #fff;*/
}

/* Dropdown styles */
.menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li ul li {
    width: 200px;
}

.menu li ul li a {
    padding: 10px 20px;
}

.menu li:hover ul,
.menu li:focus-within ul {
    display: block;
}

/* Call Us Button */
.call-us-btn {
/*    background: rgba(211, 33, 45, 1);*/
    color: #fff;
    padding: 8px 25px;
    text-decoration: none;
/*    border-radius: 5px;*/
    font-weight: 400;
    font-size: 18px;
}

.call-us-btn:hover {
/*    background: #ff4a3b;*/
}

/* Mobile styles */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    height: 3px;
    background: #fff;
    margin: 5px 0;
    width: 25px;
}

.close-menu {
  position: absolute;
  right: 4px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 21px;
}
@media (max-width: 768px) {
    .banner-title h2 {
  font-size: 28px !important;
}
    .manufacturing-info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  text-transform: capitalize;
  text-align: left;
}
    .digital-onvergence{
        overflow: hidden;
        padding: 20px 0px !important;
    }
    .menu {
/*        display: none;*/
        flex-direction: column;
        width: 100%;
    }

    .menu li {
        width: 100%;
    }

    .menu li ul {
        position: static;
    }

    .menu-toggle {
        display: flex;
        margin-right: 20px;
    }

    .menu.active {
        display: flex;
    }

    .call-us-btn {
        margin-left: auto;
    }
}

/**************************************
 * FOoter
 * ************************************************8*/

.footer {
  background:#001637;
  padding: 20px 0px;
}
.footer-links{
    display: flex;
    justify-content: center;
/*    align-items: center;*/
}
.footer-contact {
  margin-left: 25px;
}
.footer-page-link p{
  
}
.footer-page-link p {
  font-size: 14px;
  color: rgb(130, 141, 145);
  line-height: 20px;
  text-transform: capitalize;
  margin: 20px 0px;
  font-weight: 200;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.footer-page-link ul li {
  margin: 5px 0px;
  list-style: none;
}
.footer-page-link ul li a span {
  margin: 0px 15px;
}
.footer-page-link ul {
  display: block;
  margin: 15px 0px;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-page-link ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #fff;
  text-decoration: none;
}



.footer-icon ul {
  display: flex;
  padding: 0px;
/*  justify-content: right;*/
}
.footer-icon ul li :nth-child(3){
    margin: 0px !important;
}
.footer-icon ul li {
  list-style: none;
  margin: 0px 25px !important;
    margin-left: 30px !important;
  margin-left: 0px !important;
}
.footer-icon ul li a i {
  font-size: 23px;
  color: #001637;
}
.footer-icon {
/*  margin-top: 30px;*/
}

.footer-contact h3 {
  font-size: 12px;
  color: rgb(130, 141, 145);
  line-height: 14px;
  letter-spacing: 0.4px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Mulish", sans-serif;
}

.footer-contact ul li {
  list-style: none;
  margin: 7px 0px;
}
.footer-contact ul {
  padding: 0px;
}
.footer-contact ul li a {
  color: rgb(255, 15, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}
.footer-contact p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#copyright {
  text-align: center;
  color:#000;
  font-size: 16px;
  font-weight: 400;
}
/*.footer-contact a i {
  font-size: 28px;
  color: rgba(211, 33, 45, 1);
}*/
/**************************************
 Home BAnner
 ****************************************/
.home-banner{
    height: 667px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.banner-img-second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: ;
  text-align: center;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner img {
  width: 100% !important;
}


.sinc{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}
.banner-title {
  position: absolute;
  top: 50%;
 transform: translate(-50%,-50%);
/*  z-index: 30202030;*/
  text-align: center;
  left: 50%;
  z-index: 1;

}


  .banner-title h1 {
  font-size: 45px !important;
  font-weight: 600;
  line-height: 54px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}
.banner-title h1 span{
    color: #fff;
}
.banner-title p{
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.banner-title a {
  padding: 8px 20px;
  border: solid 1px #FFE800;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  line-height: 16px;
  background: #FFE800;
  display: inline-block;
}
.banner-title a i{
rotate: 90deg.products-title {
  margin-bottom: 40px;
};
  color: rgb(255, 15, 0);
  font-size: 12px;
  margin-left: 8px;

}
/*****************************
 * Sec two
******************************/
.sec-two{
    padding: 40px 0px;
}
.section-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2%;
  color: #000;
  text-align: center;
}
.sec-left-img {
  position: relative;
}
.sec-left-img img {
  rotate: 180deg;
  top: 45px;
  position: absolute;
}

/*****************************
 * Count
******************************/

/*****************************
 * Product Rang
******************************/
.product-rang {
  padding: 30px 0px;
}
.left-content h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 55px;
  color: #000;
}
.left-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 25px 0px;
}
.left-content a{
    padding: 8px 16px;
  border: solid 1px #000;
  border-radius: 30px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.left-content a i{

  color: rgb(255, 15, 0);
  font-size: 12px;
  margin-left: 8px;

}

.slidess{
    position: relative;
}
.img-footer-text {
  width: 100%;
  position: absolute;
  
  background: rgba(255, 255, 255, 1);
  opacity: 70%;
  text-align: center;
  padding: 6px;
  bottom: 0;
}
.img-footer-text p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.my-slider .slick-prev.slick-arrow {
  position: absolute;
  left: 2%;
  z-index: 1;
  padding: 8px 13px;
  border-radius: 50%;
  background: transparent;
  border: none;
  bottom: 0;
}
.my-slider .slick-prev.slick-arrow i{
    color:  rgba(103, 103, 103, 1);

}
.my-slider .slick-next.slick-arrow {
  position: absolute;
  right: 2%;
  z-index: 1;
  padding: 8px 13px;
  border-radius: 50%;
  background: transparent;
  border: none;
  bottom: 0;
}
.my-slider .slick-next.slick-arrow i{
    color:  rgba(103, 103, 103, 1);

}

 .my-slider .slider-item-image{
    padding: 0px;
    margin: 0px;
}
.my-slider .slider-item-image img{
    width: 100%;
}



/*****************************
 * Our Product Home
 * *****************************************/
.our-products{
    padding: 30px 0px;
}
 .products-title h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: rgb(255, 15, 0);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.products-title h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.5px;
  text-align: center;
}
.product-detail-all {
  margin-bottom: 40px;
}
.product-detail-all h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: rgb(255, 15, 0);
  margin: 20px 0px;
}
.product-detail-all p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;

}
.product-detail-all a{
    padding: 8px 16px;
  border: solid 1px #000;
  border-radius: 30px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}
.product-detail-all a i {
  color: rgb(255, 15, 0);
  font-size: 12px;
  margin-left: 8px;
}

.products-title {
  margin-bottom: 40px;
}




/**************************/

.find-product {
  background-size: cover !important;
 padding-top: 5em;
  width: 100%;
}
.title-heading h2 {
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
  color: rgb(211, 33, 45);
}
.product-find-img a {
  background: rgba(211, 33, 45, 1);
  color: #fff;
  padding: 8px 25px;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
}
/********************/

.bhagwati-video{
    background-size: cover !important;
 padding: 40px 0px;
  width: 100%;
}


.video-container {
/*    width: 640px;*/
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(black, 0.4);
    height: 580px;

    .video-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    video {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        object-fit: cover;
    }
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
    #circle-play-b {
        cursor: pointer;
        pointer-events: auto;

        i {
      width: 90px;
      height: 90px;
      fill: #fff;
      stroke: #fff;
      cursor: pointer;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 50px;
      color: red;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.34);
    }
        }
    }





  .section-heading {
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 20px;
    }
    .tabbar-button{
        text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0px 0px  40px 0px;
  border: 0px !important;   
    }
   .tabbar-button .nav-link.active {
  background: rgba(233, 10, 54, 1) !important;
  color: #fff !important;

  
    
}
.tabbar-button .nav-link {
  border: solid 1px rgba(233, 10, 54, 1) !important;
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 50px;
  border-radius: 21px !important;
  margin: 0px 10px;
    
}
.tab-content p{
    font-size: 20px;
    font-weight: 400;
    line-break: 37px;
    color: rgba(0, 49, 80, 1);
    text-align: center;
}


.rel{
    position: relative;
    padding: 0 10%;
}

.quote-right{
    position: absolute;
    right: 0px;
    bottom: 0px;

}
.quote-right img{
    rotate: 180deg;
}
.quote-left{
    position: absolute;
    left: 0px;
    top: 0px;
}
.tradition{
    padding: 40px 0px;
    position: relative;
}
.left-sec-img-tradition{
    position: absolute;
    top: 10%;
}
.left-sec-img-tradition img{
    position: relative;
    z-index: 4;
}
.left-sec-img-tradition::after {
  content: '';
  top: -10%;
  width: 500px;
  height: 500px;
  border: solid 1px #fff;
  z-index: 2;
  position: absolute;
  left: -10%;
}
.tradition-content {
  color: #fff;
  padding: 30px 5em 5em 8em;
  border: solid 2px #fff;
}
.tradition-content h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  color: rgb(233, 10, 54);
}
.tradition-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    margin: 25px 0px;
}
.tradition-content a {
  padding: 10px 20px;
  background: rgba(233, 10, 54, 1);
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 24px;
  margin: auto;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 150px;
}
/***********/

.team{
    padding: 30px 0px;
}
.client-title {
  margin: 20px 0px 40px 0px;
}
.client-title h2 {
  font-size: 48px;
  line-height: 48px;
  color: rgb(233, 10, 54);
  font-weight: 500;
  text-align: center;
}
.info-people {
  padding: 35px;
}
.clients {
  text-align: center;
}
.info-people h3 {
  font-size: 20px;
  color: rgb(255, 15, 0);
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.info-people p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  text-align: center;
}


/***********************/
.about-section-second{
    padding: 40px 0px;
}
.section-heading h2{
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    color: rgba(211, 33, 45, 1);
    text-align: center;
    text-transform: uppercase;
}
.section-heading p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

/*****************************************/

/************************************/
/*Servicess*/
.offer-info {
  padding: 0px 4em;
}
.offer-info h2 {
  font-size: 55px;
  font-weight: 400;
  color: rgb(233, 10, 54);
  line-height: 55px;
}
.offer-info h3 {
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(233, 10, 54);
  line-height: 102px;
  margin-top: -15px;
}
.ffer-img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.offer-info p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 30px;
  margin-top: 40px;
}
/************/

.custom-glass-solution{
    padding: 40px 0px;
  overflow: hidden;
}

.service-offer{
    overflow: hidden;
    border-bottom: solid 1px #DDD;
}
.solution-description{
    padding: 30px;

}
.solution-description p{
    font-size: 16px;
    font-weight: 400;

    line-height: 22px;
    color: #000;
    width: 200px;


}
.title-solution{
    padding: 15px;
}
.title-solution h2{
    font-size: 96px;
    font-weight: 500;
    line-height: 77px;
        letter-spacing: 0.2px;
        color: rgba(233, 10, 54, 1);
        text-align: right;
}

/************************************/


/****************************/

.product-section-des{
    padding: 40px 0px;
}
.product-info-sec p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: rgba(27, 27, 27, 1);
    text-align: center;
}
.show-product {
  position: relative;
}
.product-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*  height: 150px;*/
  width: 100%;
/*  background: rgba(85, 61, 11, 0.63);*/
/*  border-radius: 50%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
  font-size: 36px;
    line-height: 48px;
    text-align: center;

}
/*.product-icon img {
  padding: 30px;
  background: rgba(85, 61, 11, 0.63);
  border-radius: 50%;
}*/
/*.product-hover-show {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  border: solid 2px red;
  height: 90%;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
.desc{

}*/

/*******************************/


/*******************************/





/*******************************
 * Contact Us
 * ************************************/

  .contact-banner {
   height:384px;
    background-size: cover !important;
    position: relative;
    display: flex;
    align-items: center;
}
 .contact-title h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  color: rgba(211, 33, 45, 1);
  text-align: center;
  text-transform: uppercase;
 /* position: absolute;
  top: 50%;
  transform: translatey(-50%);*/
}
.contact-title h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
/*******************8*/
.contact-us{
    padding: 60px 0px;
}
.contact-text {
  padding-right: 8rem;
}
.contact-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: rgba(233, 10, 54, 1);
    text-align: left;
}

.contact-text h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 58px;
    color: #000;
    text-align: left;
    text-transform: capitalize;
}
.contact-text p span{
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: rgba(24, 24, 24, 1);
    text-align: left;
    
}

.contact-text a{
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: rgba(24, 24, 24, 1);
    text-align: left;
    display: block;
    margin: 10px 0px;
    text-decoration: none;
}
.contact-text a i {
  color: #000;
  margin-right: 20px;
}


.contact-form {
  padding: 50px;
}
.contact-form .form input {
  width: 100%;
  border-bottom: solid 1px #1e3240 !important;
  border: none;
  padding: 20px 0px;
  background: transparent;
}
.form .massage textarea {
  width: 100%;
  border-bottom: solid 1px #1e3240!important;
  border: none;
  background: transparent;
}
.submit-btn input {
  width: 200px !important;
  border: solid 1px #1e3240 !important;
  height: 56px;
  margin: auto;
  text-align: center;
  padding: 0px !important;
  font-size: 20px;
}

/******/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.submit-btn{
    text-align: center;
    margin-top: 30px;
}
.submit-btn input {
  width: 150px !important;
}

.massage textarea {
  height: 50px;
}

.error-message {
            color: red;
            display: none;
        }
    


/********************
 * *Project
*********************/
            #exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

.projects{
    padding: 30px 0px;
}
/*tab*/
.tabbar{
    margin: 30px 0px;
}
.tabbar ul li button {
  padding: 10px 20px;
  border: solid 1px rgba(255, 204, 214, 1) !important;
  margin: 10px 20px;
  border-radius: 20px !important;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.tabbar ul li button:hover{
    color: #000;
}
.tabbar ul  {
  padding: 10px 20px;
  border: none !important;
  
}
.tabbar ul li .active {
  background: red !important;
  color: #fff !important;
/*  border: none !important;*/
}
.project-image img {
  border-radius: 20px;
}

/*Content Tab*/
.project-info h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 8px;
  color: rgb(233, 10, 54);
}
.project-info h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.5px;
  margin: 20px 0px 30px 0px;
}
.project-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.5px;
  text-align: left;
}


/*Project slider*/
.project-slider{
    padding: 30px 0px;
}

.project-item {
  padding: 0px 0px;
}
.project-details{
    padding: 30px 0em 20px 0px;

}
.project-details h3{
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 15, 0, 1);
    text-transform: uppercase;

}
.project-details p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin-top: 10px;
    padding-right: 10px;
}

}
.project-item img {
  border-radius: 20px;
}
.projects-slick .slick-next.slick-arrow {
  background: rgba(255, 15, 0, 1);
  padding: 6px 11px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255, 15, 0, 1);
  position: absolute;
  top: 35%;
  right: 7px;
  z-index: 999;
}
.projects-slick .slick-prev.slick-arrow {
  background: rgba(255, 15, 0, 1);
  padding: 6px 11px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255, 15, 0, 1);
  position: absolute;
  top: 35%;
  left: -40px;
  z-index: 999;
}
.project-item img {
  width: 95%;
  border-radius: 10px;

}


/**************P
 * product
 * **************/
 .heading-products h2 {
  font-size: 64px;
  font-weight: 500;
  color: rgb(233, 10, 54);
  text-align: center;
  line-height: 64px;
  letter-spacing: 0.5px;
}
.product-info h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: rgb(233, 10, 54);
  letter-spacing: 8px;
  text-transform: uppercase;
}
.product-info h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.5px;
  margin:20px 0px 30px 0px;
}
.product-info ul {
  margin: 0px;
  padding: 0px;
}
.product-info li {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 10px;
  margin-left: 25px;
}

 

  .projects-slick{
    margin-left:27px;
  }

  /* the parent */
    .projects-slick .slick-list {
    margin-left:-27px;
  }


  @media(max-width:660px){
    .banner-title p{
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .banner-title h1{
        font-size: 22px !important;
        line-height: 24px !important;
    }
  }




/*  New Site design=================================================*/ 



.banner-title h1{
/*  text-shadow: 0px 2px 3px #000;*/
}
.banner-title p{
    text-shadow: 0px 2px 3px #000;
}
.sinc{
    text-shadow: 0px 2px 3px #000;
}





/*Modal*/


.modal-content{
    background: #fff;
}
.modal-content .form-control {
  padding: 8px;
}


    .tab-button button {
  padding: 16px;
/*  background: ;*/
  height: inherit;
  width: 100%;
  border-radius: inherit;
  color: #001637;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
 
}
.tab-button .nav-link{
     border: solid 2px #001637 !important;
      border-radius: 4px;
}
.tab-button .nav-link:hover{
    background: #001637;
    color: #fff;
    transition: all ease 0.5s;
}
    .tab-button .nav-link.active {
  background: #001637 !important;
  color: #fff !important;
}
.all-services-info h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  text-align: left;
}
.all-services-info p {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  line-height: 24px;
  text-align: left;
}
.tabbed-item {
  position: relative;
  margin: 12px 0px;
}
.all-services-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
}
.view-more-services{
    margin: 20px 0px;
}
.view-more-services a {
  padding: 8px 20px;
  border: solid 1px #FFE800;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  line-height: 16px;
  background: #FFE800;
  display: inline-block;
}

/*Digial*/

.digital-onvergence {
  background: #001637;
  padding: 60px 0px;
}

.title-section h2 {
  font-size: 40px;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  line-height: 48px;
}
.digital img {
  width: 100%;
}
.digital-des p {
  font-size: 16px;
  color: #FFF;
  line-height: 24px;
  text-align: center;
  margin-top: 40px;
}

.business-enterprise {
  background: #FFF;
  border-radius: 12px;
  padding: 30px;
}
.business-title h2 {
  font-size: 34px;
  color: #001637;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.business-detail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0px;
}
.business-item {
  flex: 0 0 25%;
  text-align: center;
}
.business-item p{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #161616;
    margin-top: 15px;
}
.business-type {
  height: 254px;
  width: 254px;
  background: #0016370F;
  margin: 20px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-des-last p {
  font-size: 16px;
  color: #001637;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

/*digital-convergence*/

.digital-convergence{
    padding: 40px 0px;
}
.digital-convergence-info h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #001637;
    text-align: left;
}
.digital-convergence-image img{
    width: 100%;
}
.digital-convergence-info p{
    font-size: 16px;
    color: #001637;
    font-weight: 400;
    text-align: justify;
    line-height: 22px;
    margin-top: 25px;
}

/*OurBrands*/

.our-brands{
    padding: 40px 0px;
}
.our-brant-title h2{
    font-size: 40px;
    color: #001637;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}
.our-plateforms {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0px;
}
.plateforms-item {
flex: 0 0 14%;
  margin: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px;
}


/*About us page */
.growth{
  padding: 40px 0px;
}
.growth-info h2 {
  font-size: 40px;
  font-weight: 600;
  color: #001637;
  line-height: 44px;
  text-align: left;
  font-family: poppins;
  margin-bottom: 20px;
}
.growth-info p {
  font-size: 18px;
  font-weight: 400;
  color: #001637;  text-align: left;
  font-family: poppins;
/*  margin-bottom: 20px;*/
  letter-spacing: 0.5px;
  text-align: justify;
}
/****************/

.journey{
  padding: 40px 0px;
}
.journey-info h2 {
  font-size: 40px;
  font-weight: 600;
  color: #001637;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}
.journey-info img{
 margin: 30px 0px;
}
.journey-info p {
  font-size: 18px;
  font-weight: 400;
  color: #001637;  text-align: left;
  font-family: poppins;
/*  margin-bottom: 20px;*/
  letter-spacing: 0.5px;
  text-align: justify;
  margin-top: 15px;
}

 .get-in-touch{
    padding: 60px 0px;
  }
 
.getin-title{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}


    .get-in-touch::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
/*  background: rgba(0, 0, 0, .5);*/
  display: block;
}


.getin-touch-info {
  background: rgb(255, 255, 255);
  padding: 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 25px;
}
.get-in-touch .contact-details ul li a {
  font-size: 16px;
  color: rgb(0, 22, 55);
  font-weight: 300;
  margin-left: 10px;
}
.get-in-touch .contact-details ul li i {
  font-size: 22px;
  margin-right: 15px;
  color: #013b6a;
}
.get-in-touch .contact-details ul li p{
  margin-bottom: 0px;
}
.get-in-touch .contact-details ul li {
  margin: 15px 0px;
  display: flex;
}


/*Why Chpoos */

.brands .brand-detail h2 {
  font-size: 40px;
  font-weight: 600;
  color: #001637;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}

.brands{
    padding: 40px 0px;
}
.brand-logo {
    padding: 30PX 0PX;
}
.brand-logo {
  flex-wrap: wrap;
  display: flex;
}
.brand-logo img {
  flex: 0 0 20%;
  height: 100%;
  width: 100%;
  height: 100px;
  object-fit: contain;
  padding: 20px;
}
.brand-detail p{
    font-size: 18px;
  font-weight: 400;
  color: #001637;
  text-align: left;
  font-family: poppins;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-align: justify;
  margin-top: 15px;
}

/************/
.why-choos{
    padding: 40px 0px;
}
.why-choos-info{
      font-size: 40px;
  font-weight: 600;
  color: #001637;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}

.all-card-box {
  text-align: center;
  padding: 15px;
}
.all-card-box img {
  width: 70px;
  height: 70px;
  background: rgb(0, 22, 55);
  border-radius: 50%;
  padding: 8px;
}
.all-card-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 22, 55);
  margin-top: 15px;
}
.all-card-box p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(41, 41, 41);
  line-height: 19px;
}
/****Why Choos*/




/*industrial-manufacturing-epc*/

.banner-title h2{
  font-size: 45px ;
  font-weight: 600;
  line-height: 54px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}
.manufacturing{
  padding: 40px 0px;

}
.manufacturing-info h3{
   font-size: 24px !important;
  font-weight: 600;
  line-height: 32px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
}
.manufacturing-info p{
font-size: 18px;
  font-weight: 400;
  color: #001637;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
/*  text-align: justify;*/
  margin-top: 15px;
}
.manufacturing-info img {
  width: 100%;
  margin-top: 20px;
}

/*Services*/


.services--detail{
    padding: 40px 0px;
}
.services--detail .services-title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #001637;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}
.services--detail .services-title p {
  font-size: 18px;
  font-weight: 400;
  color: #001637;
  text-align: left;
  font-family: poppins;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-align: justify;
  margin-top: 15px;
}

.product-and-services{
  padding: 40px 0px;
}
.erp-title {
  padding: 30px 0px;
}
.product-and-services .erp-title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #001637;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}
.product-and-services .product-and-services-info p {
  font-size: 18px;
  font-weight: 400;
  color: #001637;
  text-align: left;
  font-family: poppins;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-align: justify;
  margin-top: 15px;
}
.product-and-services .section-img img{
  width: 100%;
}
.product-and-services .product-and-services-info .scale1 {
  padding: 10px 15px;
  border: solid 1px #FFE800;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 16px;
  background: #FFE800;
  display: inline-block;
  transition: background 0.5s ease, color 0.5s ease; /* Smooth transition for background and color */
}

.product-and-services .product-and-services-info .scale1:hover {
  background: linear-gradient(to right, #000 50%, #FFE800 50%);
  background-size: 200%;
  background-position: left;
  color: #FFE800; /* Change text color to contrast with the new background */
}

/**/
.custome-development{
    padding: 40px 0px;
}
.custome-development .erp-title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #001637;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}

.custome-development .erp-title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #001637;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}

.custome-development .erp-title p{
      font-size: 18px;
  font-weight: 400;
  color: #001637;
  text-align: left;
  font-family: poppins;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-align: justify;
  margin-top: 15px;
}
.devlopment-item {
  height: 100%;
/*  background: #FFE800;*/
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custome-development .col-md-3.mb-4:nth-child(n) .devlopment-item {
  background-color: #ffe800;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custome-development .col-md-3.mb-4:nth-child(2n+1) .devlopment-item{
  background-color: #fffde6;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.devlopment-item p {
  font-size: 18px;
  font-weight: 400;
  color: #001637;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
  letter-spacing: 0.5px;

 
}
.education{
    padding: 40px 0px;
}
.education .education-title h2{
     font-size: 40px;
  font-weight: 600;
  color: #001637;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}
.education .education-title p{
    font-size: 18px;
  font-weight: 400;
  color: #001637;
  text-align: left;
  font-family: poppins;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-align: justify;
  margin-top: 15px;
}

.education.item {
  padding: 20px;
  background: #ffe800;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.education.item h3{
      font-size: 22px;
  font-weight: 500;
  color: #001637;
  line-height: 28px;
  text-align: center;
  font-family: poppins;
  margin-top: 10px;
}
.education.item img {
  height: 70px;
}


/*Products*/

.product-and-services{
  padding: 40px 0px;
}
.erp-title {
  padding: 30px 0px;
}
.product-and-services .erp-title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #001637;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}
.product-and-services .product-and-services-info p {
  font-size: 18px;
  font-weight: 400;
  color: #001637;
  text-align: left;
  font-family: poppins;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-align: justify;
  margin-top: 15px;
}
.product-and-services .section-img img{
  width: 100%;
}
.product-and-services .product-and-services-info .scale1 {
  padding: 10px 15px;
  border: solid 1px #FFE800;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 16px;
  background: #FFE800;
  display: inline-block;
  transition: background 0.5s ease, color 0.5s ease; /* Smooth transition for background and color */
}

.product-and-services .product-and-services-info .scale1:hover {
  background: linear-gradient(to right, #000 50%, #FFE800 50%);
  background-size: 200%;
  background-position: left;
  color: #FFE800; /* Change text color to contrast with the new background */
}




/**/
.manufacturing-info h2{
  font-size: 34px;
  font-weight: 600;
  color: #001637;
  line-height: 44px;
  text-align: left;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
}
.service-categories h3 {
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.service-categories p{
    font-size: 16px;
  font-weight: 400;
  color: #001637;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.service-categories {
  padding: 20px 10px;
  height: 100%;
   transition: background 0.5s ease, color 0.5s ease; /* Smooth transition for background and color */
   border: solid 1px #ece4e4;
   border-radius: 10px;
}
.service-categories:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.performance-service-categories h3 {
  font-size: 20px;
  text-align: left;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.performance-service-categories p{
    font-size: 16px;
  font-weight: 400;
  color: #001637;
  text-align: center;
  font-family: poppins;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.performance-service-categories {
  padding: 20px 20px;
  height: 100%;
   transition: background 0.5s ease, color 0.5s ease; /* Smooth transition for background and color */
   border: solid 1px #ece4e4;
   border-radius: 10px;
}
.performance-service-categories:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.performance-service-categories ul {
  padding: 0px;
}
.performance-service-categories ul li {
  margin: 2px 0px;
  font-size: 14px;
  letter-spacing: 0.5px;
}


@media(min-width:900px) and (max-width:1400px){
  .service-categories h3 {
  font-size: 18px;
  font-weight: 500;
}
.service-categories p {
  font-size: 14px;
}
.service-categories h2 {
  font-size: 28px;
}

}

                                                    
