@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
body{
    width: 100%;
    height:100vh;    
}
section{
    margin: 0rem 10%;
}
/* -------------HEADER------------ */

.contact-bg{
    width: 100%;
    height:auto;
    background-color:#F1F5F8;
    position:fixed;
    z-index: 1001;
    top:0;
  
}
.contact{
    max-width: 1100px; margin: auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
    text-align: center;
}
.social{
    /* padding:8px; */
    align-items: center;
    text-align: center;
    /* margin-right: 550px; */
    padding: 5px;

}
.social i{
  display: inline-block;
  padding:0 13px;
  font-size:15px;
	background-color: rgb(255, 255, 255);
	/* margin:0 5px; */
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color:#0B2A58;
	transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.adr{
   display:flex;
   list-style: none;
   align-items: center;
}
.cnt .adr i{
    color: #0D2958;
    margin-right:5px;
}
.adr li{
    color: #0B2A58;
    font-size:12px;
    font-weight: lighter;
}
.contact hr{
  width:50px;
  font-weight: lighter;
  transform: rotate(90deg);
  border:0.10px solid #0B2A58;
}
.cnt{
    border: 0px solid black;
    display: flex;
    align-items:center; 
    justify-content:space-evenly;
}
.cnt i{
    /* margin-right:10px; */
    color: #0B2A58;
    font-size: 12px;
}
.cnt h3{
    color:#0B2A58;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 50;
}
.social i:hover{
    background-color:#0B2A58;
    color:#ffffff;
}



/*--------------------navabar------------------------*/

.navbar{
    width: 100%;
    height: auto;
    background:#132833;    
    position:fixed;
    top:40px;
    z-index: 1000;
    box-shadow:0px 5px 3px 2px rgba(0, 0, 0, 0.219);

}
.nav{
  max-width:1100px;
  margin: auto;
  background:#132833;
  display: flex;
  justify-content:space-between;
  align-items:center;
  text-align: center;
  
 
}
.logo{
    /* padding:5px; */
    cursor:pointer;
    padding-top:20px;
}
.logo img {
   height:60px;
}
.navbar ul{
    display: flex;
}
.navbar ul li{
 list-style: none;
 position: relative;
 transition: 0.6s;
 margin:30px;

}
.navbar a{
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-family: sans-serif;
    text-transform:uppercase;
    transition: 0.3s ease-in-out;
}
.navbar li::after{
  content: "";
  position: absolute;
  width: 0%;
  height:1px;
  background: #fff200;
  top:20px;
  left:0px;
  right:0px;
  margin-top:3px;
  transition: 0.3s ease-in-out;
}
 .navbar ul li:hover:after{
    color: #fff200;
    width: 80%;
}

.navbar ul li a:hover{
   color: #fff200;
   width: 30%;
}
.navbar button{
  padding: 5px 10px;
  background-color: #FF1E00;
  text-transform:uppercase ;
  color: #ffff;
  border: none;
  cursor: pointer;
  margin-top:8px;
}




/*-------------------------slider Start----------------------*/
.container {
    position: relative;
    margin-top:126px;
    width: 100%;
    height:86vh;
    overflow: hidden;
    border:0px solid black;
  }
  .slides {
    display: flex;
    height: 100%;
  }
  .slide {
    min-width:100%;
    position: relative;
  }
  .slide img {
    width:100%;
    height:100%;
    background-size: cover;
  
    
  }
  .slide-controls {
    position: absolute;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #next-btn,
  #prev-btn {
    cursor: pointer;
    background: transparent;
    font-size: 30px;
    border: none;
    padding: 10px;
    color: white;
  }
  #next-btn:focus,
  #prev-btn:focus {
    outline: none;
  }
  .slide-content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-150%);
    font-size: 60px;
    color: rgb(255, 255, 255);
  }


/*------------------company feature-----------*/
.company{
  width: 100%;
  height:400px;
  background-color:#F7F7F7;
  justify-content: center;
  
}
.fur-print{
  max-width: 500px;
  margin: auto;
  height: auto;
  border: 0px solid black;
  text-align: center;
  padding-top: 60px;
  
}
.fur-print h4{
     font-size: 20px;
     color:#FF1E00;
}
.fur-print h1{
  font-size: 40px;
  font-family: sans-serif;
  font-weight: 800;
  color:#0D2958;
}

.cmp{
  width: 100%;
  border: 0px solid black;
  margin-top:20px;
}
.cmp-fur{
  max-width: 1100px;
  margin: auto;
  border: 0px solid black;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding:10px;
}
.brand{
  width: 250px;
  height: 300px;
  background-color: #ffff;
  box-shadow:6px 6px 6px 3px rgba(0, 0, 0, 0.108);
  justify-content: center;
  text-align: cenetr;
  align-items: center;
  padding:40px;
  margin-left: 20px;
}
.brand img{
  height: 100px;
  justify-content: center;
  padding:15px 15px;
}
.brand .fs:nth-child(1){
  justify-content: center;
  width: 120px;
  margin: auto;
  background-color:#37B547;
  border-radius: 20px;
}
.fss:nth-child(1){
  justify-content: center;
  width: 120px;
  margin: auto;
  background-color:#FFB400;
  border-radius: 20px;
}
.sky:nth-child(1){
  justify-content: center;
  width: 120px;
  margin: auto;
  background-color:#0084FF;
  border-radius: 20px;
}
.org:nth-child(1){
  justify-content: center;
  width: 120px;
  margin: auto;
  background-color:#FD4A36;
  border-radius: 20px;
}
.brand .b2 img{
  background-color: #7d8b28;

}
.brand h3{
  text-align: center;
  color: #0B2A58;
  font-size:20px;
  font-weight:bold;
  font-family: sans-serif;
  padding:5px 0px;
}
.brand p{
  text-align: center;
  font-size:16px;
}
/* .brand:hover{
  padding-top:60px;
} */

        /*-----------OUR SERVICES------------*/
.promo{
    width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin:50px 0px;
}
.promo h1{
    color:#0B2A58;
    font-size: 40PX;
    font-family:sans-serif;
    font-weight:800;
    position: relative;
}
.promo span{
  color:#FF1E00;
  font-family:sans-serif;
    font-weight:800;
}

.card-sld {
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;

  /* background: linear-gradient(to left top, #031A9A, #8B53FF); */
}
.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
  
}
.wrapper i {
  top: 42%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  /* background: #fff; */
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -50px;
}
.wrapper i:last-child{
  right: -50px;
}
.wrapper .carousel{
  height:400px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap:20px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  border: 0px solid black;
 
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
 
 
}
.carousel .card {
  scroll-snap-align: start;
  height: 350px;
  list-style: none;
  /* background: #fff; */
  cursor: pointer;
  padding-bottom: 15px;
  /* border: 1px solid black; */
  flex-direction: column;
  border-radius: 0px;
  box-shadow:6px 6px 6px 3px rgba(0, 0, 0, 0.108);
 
}
.carousel .card .img {
  padding: 5px;
  height:300px;
  width: 200px;
  /* border-radius: 50%; */
}
.card .img img {
  /* width: 200px; */
  height: 200px;
  /* border-radius: 50%; */
  object-fit: cover;
  /* border: 4px solid #fff; */
}
.carousel .card h3 {
  font-weight: 500;
  font-size:15px;
  margin: 0px 0 5px;
  color: #FF1E00;
}
.carousel .card span {
  color: #6A6D78;
  font-size:15px;
  text-align: center;
  padding: 5px;
}
/*--------------------------abovt---------------------------*/
.abovt{
  width: 100%;
  height:auto;
  margin: 100px 0px;
}
.abovt-img{
  max-width: 1100px;
  margin: auto;
  display: flex;
}
.abovt-img .img{
  width:100%;
}
.abovt-cont{
  width: 100%; 
}
.abovt-cont span{
  color:#FF1E00;
}
.abovt-cont h1{
   font-size:45px;
   color: #0B2A58;
   font-family:poppins;
   font-weight: 800;
  text-transform: uppercase;
  word-spacing:50;
  
}
.abovt-cont p{
  font-size: 20px;
  color: #0B2A58;
}
.abovt-img button{
  padding:10px  20px;
  background-color: #FF1E00;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-top: 80px;
  cursor: pointer;
}
/*--------------------OUR PRODUCTS START--------------------*/
.our-product{
    width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 60px;

}

.our-product h1{
    color: #6A6D78;
    font-family: poppins;
    font-weight: 200;
}

.list{
    width: 100%;
    height: auto;
    margin-top: 50px;

}
.list ul{
    display: flex;
    justify-content:center;
}
.list li{
    list-style: none;
    gap:20px;
}
.list li a{
    text-decoration: none;
    margin-left: 40px;
    border: 1px solid #6A6D78;
    padding: 10px;
    color: #6A6D78;
    border-radius: 5px;
}
.list li a:hover{
    text-decoration: none;
    margin-left: 40px;
    border: 1px solid #25bce9;
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #25bce9;
}

.img-slide{
    width:100%;height:500px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    /* align-items: center; */
    margin-top:50px;
    
}
.sliders-1{
        width:350px;
        height:470px;
        border: 1px solid black;
        background-size:cover;
        overflow: hidden;
        align-items: center;
        
       
}
.img-slide img{
    height:470px;
    background-size:cover;
    background-size:auto;
}

.sld-img{
    width: 70%;
    height: 500px;
    border:  1px solid black;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
   gap: 5px;
   justify-content: space-evenly;
   
}
.sliders-2{
    width: 350px;
    height: 200px;
    margin-top: 0;
    border: 1px solid black;
    
  
}
.sliders-3{
    width: 350px;
    height: 200px;
    margin-top: 0;
    border: 1px solid black;
    position: relative;
    
}


.sliders-4{
    width: 350px;
    height: 200px;
    margin-top: 0;
    border: 1px solid black;
    
}
.sliders-5{
    width: 350px;
    height: 200px;
    margin-top: 0;
    border: 1px solid black;
   
}
/*---------------------Design Soluction--------*/
.soluction{
  width:100%;
  height:auto;
  background-color: #FF1E00;
  margin:50px 0px;
}
.sul-print{
  max-width: 1100px;
  margin: auto;
  border: 0px solid black;
  display: flex;
  padding:50px 0px;
}
.print{
  /* width: 950px;
  margin-right:100px; */
  /* text-align: center; */
  border: 0px solid black;
  padding: 20px 40px;
  
}
.print h1{
   color: #fff;
   font-size:60px;
   /* font-family: poppins; */
   font-weight: extra bold;
}
.support{
  border: 0px solid black;
  width: 300px;
  margin-left:0px;
  justify-content:center;
  text-align: center;
  padding-top:50px;
  align-items: center;
}
.support h6{
  font-size: 16px;
   color: #fff;
   padding-bottom: 5px;
}
.support button{
  background: #fff;
  color: #FF1E00;
  font-size:18px;
  /* font-family: pippons; */
  font-weight:bold;
  cursor: pointer;
  border:none;
  outline: none;
  border-radius:40px;
  padding: 12px 25px;
}

/*-----------------------Location--------------*/
.location{
  max-width:1100px;
  /* height:100vh; */
  margin: auto;
  display: flex;
  justify-content: center;
  border: 0px solid black;
  gap: 20px;
  padding-top:30px;
  position: relative;
}
.location .map{
  width: 450px;
  height:450px;
  border-radius: 50%;
  border: 0px solid black;
  overflow: hidden;
  object-fit:fill;
  align-items: center;
  justify-content: center;
  text-align: center;
  position:relative;
  padding:30px 0px;
}
.location .map p{
  margin-top:-13px;
  object-fit:fill;
  position: absolute;
  
}
.cnt-foam{
  max-width: 500px;
  margin: auto;
  height:500px;
  justify-content:center;
  border: 0px solid black;
}
.contact-foam{
  width:400px;
  height:500px;
  /* background-color: red; */
  border: 0px solid black;
}
.send-mail{
  padding:0px;
}
.send-mail h6{
      color:#FF1E00;
      font-family: poppins;
      font-weight:lighter;
      font-size:20px;
}
.send-mail h1{
  color:#0B2A58;
  font-family: poppins;
  font-size: 50px;
}
.send-foam{
   width:350px;
   height:450px;
   flex-direction:column;
   padding-top:0px;
   padding-left:0px;
}

.send-foam input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #0B2A58;
  border-radius: 40px;
  padding:15px;
  margin-top:20px;
    
}
textarea{
  margin-top:20px;
  padding: 5px;
  width: 100%;
  height:100px;
  border: none;
  outline: none;
  border:1px solid #0B2A58;
  border-radius: 10px;
}

.btn #sub{
  margin-top:50px;
  padding:10px 20px;
  background-color: #FF1E00;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}
/*-------------------------Responce----------------------*/


.icon-bg{
  max-width:100%;
  margin:auto;
  background-color:#eceff1;
  margin: 50px 0px;
}
.respons{
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
  gap:0px;
  border: 0px solid black;
}

.icon-i{
  width: 200px;
  height: auto;
  margin:auto;
  border: px solid black;
  text-align: center;
  justify-content: center;
  align-items:center;
  padding: 8px;
  
}
.icon-i i{
   text-align: cenetr;
   color: #ffff;
   background:#25bce9 ;
   padding:30px;
   border-radius: 50%;
   font-size: 40px;
   border:8px solid #e6e7e9;
   transition: 0.3s ease-in-out;
}
.icon-i h2 {
position: relative;
   font-size: 15px;
   font-family: sans-serif;
   font-weight: 10;
   color: #5b5b5b;
   padding-top: 5px;
}

 .icon-i h2::after{

      position: absolute;
      content: "";
      height: 2px;
      background-color:#5b5b5b;
      width:120px;
      margin-left:-100px;
      margin-top:20px;
      text-align: center;
      align-items: center;
  }
p{
  padding-top:12px;
  font-size:12px;
  font-weight: 200;
  color: #5b5b5b;
  font-family: sans-serif;
}

.icon-i i:hover{
  border:8px solid #8ee5ffc0;
}

/*---------------Clints START----------------------*/
.cts{
  text-align: center;
  padding-top:30px;
}
.clints h1{
  position: relative;
  font-size: 40px;
  color: #0B2A58;
  font-family:poppins;
}
.clints span{
  color:#FF1E00;
}
/* .clints h1::after{
  content: '';
	position: absolute;
	left:0px;
	bottom: -10px;
	background-color: #e91e63;
	height: 3px;
	box-sizing: border-box;
	width:200px;
} */
.marquee-container{
  max-width: 1400px;
  margin: 15px auto;
  overflow: hidden;
}
.Marquee {
  
  width: 100vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
    margin: 15px auto;
}

.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 20s linear infinite running;
  -moz-animation: marquee 20s linear infinite running;
  -o-animation: marquee 20s linear infinite running;
  -ms-animation: marquee 20s linear infinite running;
  animation: marquee 20s linear infinite running;
}

.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  width:auto;
  height: 80px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag img{
  width: auto;
  height: 50px;
}
.Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}


/*-------------------FOOTER START--------------------*/

.ft-container{
	width: 100%;
	
}
.row{
  width:100%;
  margin:auto;
	display: flex;
	flex-wrap: wrap;
  border: 0px solid black;
  justify-content: center;
}
ul{
	list-style: none;
  

}
.footer{
  width: 100%;
	background-color: #24262b;
  padding-top: 50px;
}
.footer-col{
   width:20%;
   padding: 0 20px;
   border: 0px solid black;
}
.footer-col h4{
	font-size:15px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight:lighter;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom:10px;
}
.footer-col ul li a{
	font-size:12px;
  position: relative;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition:0.3s ease-in-out
}
.s-logo img{
  height:50px;
}
.footer-col ul li a:hover{
	color: #7d8b28;
	padding-left: 8px;
}
.footer-col .social-links i{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links i:hover{
	color: #24262b;
	background-color: #ffffff;
}
.social-links {
  display: flex;
  align-items: center;
  padding-top:0px;
}
.social-links h4{
  color: #a8a8a8;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: lighter;
  padding-right:5px;
  align-items: center;
}
.footer-col hr{
  width: 30px;
  transform: rotate(90deg)
}
.footer-col .social-links i{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease-in-out;
}
.footer-col  i:hover{
	background-color: #d3231c;

}
hr{
  width:100%;
  font-weight: lighter;
  margin: 20px 0px;
 
}

/*--------copy rights-------*/
.copy-rights{
  width: 100%;
  
  border: 0px solid black;
  display: flex;
  justify-content:space-evenly;
  text-align: center;
  align-items: center;
  padding-bottom: 20px;
}
.copy-rights h3{
  color: #a8a8a8;
  font-size:12px;
  font-family: poppins;
  font-weight: lighter;
  
}



/*-------------------------responsive-----------------------*/

@media screen and (max-width: 900px) {
  /*-----CONTACT BAR----*/
  .contact-bg{
    width: 100%;
    max-height:5%;
    background-color:#5b5b5b;
    position:fixed;
    z-index: 1001;
    top:0;
  
}
.contact{
    display: flex;
    justify-content: space-evenly;
}
.social{
  padding:10px;
  align-items: center;
  text-align: center;
  margin-right:100px;

}
    /*-----SLIDER----*/
    .container {
      position: relative;
      margin-top:69px;
      width: 100%;
      height:40vh;
      overflow: hidden;
      border:0px solid black;
    }
  .responce{
    width: 100%;
    margin: auto;
    background: #e6e7e9;


}
 /*-------OUR SERVICE---*/
  .icon-bg{
    display: FLEX;
    position: relative;
    padding:40px;
    border: 0px solid black;
}
.responce{
  width: 100%;
  max-height:250PX;
  background: #e6e7e9;
}
.icon-i{
  width: 100px;
  height: auto;
  border: 0px solid black;
  text-align: center;
  margin-left: 40px;
  
}
.icon-i i{
  text-align: cenetr;
  color: #ffff;
  background:#25bce9 ;
  padding: 30px;
  border-radius: 50%;
  font-size:20px;
  border:8px solid #e6e7e9;
  transition: 0.3s ease-in-out;
}
.icon-i h2 {
  font-size:12px;
  font-family: sans-serif;
  font-weight: 10;
  padding-top: 15px;
  color: #5b5b5b;
}

  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
   /*-----CONTACT BAR----*/
   .contact-bg{
    max-width:600px;
    height:auto;
    background-color:#5b5b5b;
    position:fixed;
    z-index: 1001;
    top:0;
  
}
.contact{
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
}
.social{
    padding:5px;
    align-items: center;
    text-align: center;

}
.social i{
    color: white;
    font-size:18px;
    margin-left:5px;
    cursor: pointer;
}
/*----------NAVBAR-----------*/
.navbar{
  max-width: 600px;
  background:#132833;
  justify-content: center;
  align-items: center;
}
.navbar ul{
  display: none;
}
/*--------------------------abovt---------------------------*/
.abovt{
  width: 100%;
  height:auto;
  margin:80px 0px;
}
.abovt-img{
  max-width:300px;
  margin: auto;
  flex-wrap: wrap;
}
.abovt-img .img{
  width:100%;
  justify-content:center;
  text-align: center;
}
.abovt-img .img img{
  height:300px;
}
.abovt-cont{
  width: 100%; 
  justify-content: center;
  /* text-align: center; */
}
.abovt-cont span{
  color:#FF1E00;
}
.abovt-cont h1{
   font-size:30px;
   color: #0B2A58;
   font-family:poppins;
   font-weight: 800;
  text-transform: uppercase;
  word-spacing:50;
  
}
.abovt-cont p{
  font-size: 20px;
  color: #0B2A58;
}
.abovt-img button{
  padding:10px  20px;
  background-color: #FF1E00;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-top:20px;
  cursor: pointer;
}
/*---------------------Design Soluction--------*/
.soluction{
  max-width: 600px;
  height:auto;
  background-color: #FF1E00;
  margin:50px 0px;
  text-align: center;
  justify-content: center;
}
.sul-print{
  max-width:600px;
  margin: auto;
  flex-wrap: wrap;
  border: 0px solid black;
  padding:30px 0px;
  justify-content: center;
}
.print h1{
  color: #fff;
  font-size:40px;
  font-weight: extra bold;
}

.print h6{
  font-size:8px;
}
.support{
  justify-content:center;
  text-align: center;
  padding-top:1px;
  align-items: center;
}
/*--------location abovt-----------*/
.location{
  max-width:600px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  padding-top:10px;
  position: relative;
}
}
/*---------------------------------767-------------*/
/*--------FOOTER---------------*/

@media(max-width: 767px){
 
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
   /*-----CONTACT BAR----*/
   .contact-bg{
    max-width:767px;
    height:auto;
    background-color:#5b5b5b;
    position:fixed;
    z-index: 1001;
    top:0;
  
}
.contact{
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
}
.social{
    padding:5px;
    align-items: center;
    text-align: center;

}
.social i{
    color: white;
    font-size:18px;
    margin-left:5px;
    cursor: pointer;
}
/*----------NAVBAR-----------*/
.navbar{
  max-width:767px;
  background:#132833;
  justify-content: center;
  align-items: center;
}
.navbar ul{
  display: none;
}
/*--------------------------abovt---------------------------*/
.abovt{
  width: 100%;
  height:auto;
  margin:80px 0px;
}
.abovt-img{
  max-width:767px;
  margin: auto;
  flex-wrap: wrap;
}
.abovt-img .img{
  width:100%;
  justify-content:center;
  text-align: center;
}
.abovt-img .img img{
  height:300px;
}
.abovt-cont{
  max-width:670px;
  justify-content: center;
  text-align: center;
}
.abovt-cont span{
  color:#FF1E00;
}
.abovt-cont h1{
   font-size:30px;
   color: #0B2A58;
   font-family:poppins;
   font-weight: 800;
  text-transform: uppercase;
  word-spacing:50;
  
}
.abovt-cont p{
  font-size: 20px;
  color: #0B2A58;
}
.abovt-img button{
  padding:10px  20px;
  background-color: #FF1E00;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-top:20px;
  cursor: pointer;
}
/*---------------------Design Soluction--------*/
.soluction{
  max-width:767px;
  height:auto;
  background-color: #FF1E00;
  margin:50px 0px;
  text-align: center;
  justify-content: center;
}
.sul-print{
  max-width:767px;
  margin: auto;
  flex-wrap: wrap;
  border: 0px solid black;
  padding:30px 0px;
  justify-content: center;
}
.print h1{
  color: #fff;
  font-size:40px;
  font-weight: extra bold;
}

.print h6{
  font-size:8px;
}
.support{
  justify-content:center;
  text-align: center;
  padding-top:1px;
  align-items: center;
}
/*--------location abovt-----------*/
.location{
  max-width:767px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  padding-top:10px;
  position: relative;
}
}
/*---------------------------------574-------------*/
@media(max-width: 574px){


  /*-----CONTACT BAR----*/
  .contact-bg{
    width: 100%;
    height:auto;
    background-color:#5b5b5b;
    position:fixed;
    z-index: 1001;
    top:0;
  
}
.contact{
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
}
.social{
    padding:5px;
    align-items: center;
    text-align: center;

}
.social i{
    color: white;
    font-size:18px;
    margin-left:5px;
    cursor: pointer;
}
/*----------NAVBAR-----------*/
.navbar{
  width: 100%;
  height:80px;
  background:#132833;
  justify-content: center;
  align-items: center;
}
.navbar ul{
  display: none;
}
  /*--------LOGO-----------*/
  .log{
    align-items: center;
    justify-content: center;
    padding-top:10px;
  }
.logo img {
   height:30px;
}
  /*-----SLIDER----*/
  .container {
    position: relative;
    margin-top:110px;
    width: 100%;
    height:30vh;
    overflow: hidden;
    border:0px solid black;
  }
 
/*------------------company feature-----------*/
.company{
  width: 100%;
  /* background-color:#F7F7F7; */
  justify-content: center;
  margin:20px 0px;
}
.fur-print{
  max-width:570px;
  margin: auto;
  border: 0px solid black;
  text-align: center;
  padding-top: 20px;
}
.fur-print h4{
     font-size: 20px;
     color:#FF1E00;
}
.fur-print h1{
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 800;
  color:#0D2958;
}

.cmp{
 width:100%;
 margin:10px 0px;

}
.cmp-fur{
  max-width:300px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding:10px;
}
.brand{
  width: 200px;
  height: 300px;
  background-color: #ffff;
  box-shadow:6px 6px 6px 3px rgba(0, 0, 0, 0.108);
  justify-content: center;
  text-align: cenetr;
  align-items: center;
  padding:40px;
  margin-top: 20px;
}
.brand img{
  height: 100px;
  justify-content: center;
  padding:15px 15px;
}
.brand p{
  text-align: center;
  font-size:13px;
}
/*----------our vservice--------*/
.promo h1{
  color:#0B2A58;
  font-size: 20PX;
  font-family:sans-serif;
  font-weight:800;
  position: relative;
}
.promo span{
color:#FF1E00;
font-family:sans-serif;
  font-weight:800;
}

  /*------responce----*/
  .icon-bg{
    max-width:390px;;
    margin: auto;
    gap: 20px;
    border: 0px solid black;
    background-color: #f7f3f3;
}

.icon-i{
    width: 200px;
    height: auto;
    margin:auto;
    /* border:1px solid rgba(0, 0, 0, 0.445); */
    text-align: center;
    justify-content: center;
    align-items:center;
    padding: 8px;
    
}
.icon-i i{
     text-align: cenetr;
     color: #ffff;
     background:#25bce9 ;
     border-radius: 50%;
     font-size: 20px;
     border:8px solid #e6e7e9;
     transition: 0.3s ease-in-out;
}
.icon-i h2 {
  position: relative;
     font-size: 15px;
     font-family: sans-serif;
     font-weight: 10;
     color: #5b5b5b;
}
/*--------------------------abovt---------------------------*/
.abovt{
  width: 100%;
  height:auto;
  margin:80px 0px;
}
.abovt-img{
  max-width:300px;
  margin: auto;
  flex-wrap: wrap;
}
.abovt-img .img{
  width:100%;
  justify-content:center;
  text-align: center;
}
.abovt-img .img img{
  height:300px;
}
.abovt-cont{
  width: 100%; 
  justify-content: center;
  text-align: center;
}
.abovt-cont span{
  color:#FF1E00;
}
.abovt-cont h1{
   font-size:30px;
   color: #0B2A58;
   font-family:poppins;
   font-weight: 800;
  text-transform: uppercase;
  word-spacing:50;
  
}
.abovt-cont p{
  font-size: 20px;
  color: #0B2A58;
}
.abovt-img button{
  padding:10px  20px;
  background-color: #FF1E00;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-top:20px;
  cursor: pointer;

}
/*---------------------Design Soluction--------*/
.soluction{
  width:100%;
  height:auto;
  background-color: #FF1E00;
  margin:50px 0px;
  text-align: center;
  justify-content: center;
}
.sul-print{
  max-width:570px;
  margin: auto;
  flex-wrap: wrap;
  border: 0px solid black;
  padding:50px 0px;
  justify-content: center;
}
.print h1{
  color: #fff;
  font-size:40px;
  /* font-family: poppins; */
  font-weight: extra bold;
}

.print h6{
  font-size:8px;
}
/*--------location abovt-----------*/
.location{
  max-width:574px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  padding-top:10px;
  position: relative;
}
.location .map{
  height:300px;
  width:300px;
  border-radius: 50%;
  overflow: hidden;
  object-fit:fill;
  align-items: center;
  justify-content: center;
  text-align: center;
  position:relative;
  padding:30px 0px;
}
.cnt-foam{
  max-width:200px;
  margin: auto;
  height:500px;
  justify-content:center;
  border: 0px solid black;
}
.contact-foam{
  width:300px;
  height:500px;
  border: 0px solid black;
}
.send-mail{
  padding:0px;
}
.send-mail h6{
      color:#FF1E00;
      font-family: poppins;
      font-weight:lighter;
      font-size:10px;
}
.send-mail h1{
  color:#0B2A58;
  font-family: poppins;
  font-size: 30px;
}
.send-foam{
  max-width:250px;
  flex-wrap: wrap;
}

/*-------footer------*/
  .footer-col{
    width: 100%;
}
.copy-rights{
  width: 80%;
  margin: auto;
  flex-direction:column;
  padding-bottom:20px;
  column-gap: 10px;
}
.copy-rights .social-links a{
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease-in-out;
}
.copy-rights  a:hover{
	background-color: #d3231c;

}
}
