  /*warranty*/


  .header-warranty{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	max-height: 600px;
  }
  @media(max-width:500px){
	
	.header-warranty{
		padding:5rem 0;
		max-height: 155vh;
	  }
  }
  
  .header-warranty .hero-warranty { 
	display: grid;
	grid-template-columns: 4fr 1fr 4fr; 
	grid-template-rows: 1fr 6fr 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
  }
  
 
  .left { 
	grid-area: 1 / 1 / 3 / 3;
	border: 10px solid #2676bc;
	padding: 30px;
	background-color: #FFFFFF;
	position: relative;
  }
  .left h1{
	text-transform: uppercase;
	font-size: clamp(15px, 2vw ,33px);
	font-weight: 700;
	white-space: nowrap;
  }
  .left h1 span{
	color: #2676bc;
  }
  .left p{
	margin-top: 25px;
	margin-bottom: 50px;
	font-size: 16px;
  }
  .left a{
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #2676bc;
	color: #000;
	font-weight: 700;
  }
  .left a:hover{
	color: #FFFFFF;
	background-color: #2676bc;
  }
  
  .right { 
	grid-area: 2 / 2 / 4 / 4;
	border: 10px solid #2676bc;
	z-index: -1;
	position: relative;
  }
  
  .right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  /* left AND RIGHT BANDS */
  .left::before,
  .right::before{
	content: '';
	position: absolute;
	top: 50%;
	height: 50%;
	width: 50vw;
	background: #2676bc38;
  }
  .left::before{
	left: 0;
	transform: translateY(-50%) translateX(-100%);
  }
  .right::before{
	right: 0;
	transform: translateY(-50%) translateX(100%); 
  }
  
  @media screen and (max-width: 450px){
	.header-warranty .hero-warranty { 
	  grid-template-rows: 6fr 1fr 6fr;
	}
	.left{
	  grid-area: 1 / 1 / 3 / 4;
	}
	.right{
	  grid-area: 2 / 1 / 4 / 4
	}
  }
/*warranty*/


/*LED*/


.card-for-led .boxshadow-div{
	border: 1px solid #ccc;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	text-align: center;
}
.container-for-ledcard{
	width:90%;
	margin:0 auto;
	padding:5rem 0 2rem 0;
}
.boxshadow-div img{
	width:100%;
	height:30vh;
}
.boxshadow-div h2{
	font-size:20px;
}
.boxshadow-div p{
	font-size:18px;
}


/**/
.site-heading h2 {
	font-size:34px;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
  }
  
  .site-heading h2 span {
	color: #2676bc;
  }
  
  .site-heading h4 {
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
  }
  
  .site-heading h4::before {
	background: #2676bc none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
  }
  
  .site-heading {
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: -5px;
  }
  
  
  .features-items,
  .features-items .items-box {
	overflow: hidden;
  }
  
  .features-area .equal-height::after {
	background: #e7e7e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	width: 1px;
  }
  
  .features-area.item-full .equal-height::before {
	background: #e7e7e7 none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 100%;
  }
  
  .features-area .features-items .col-md-5, 
  .features-area .features-items .col-md-7 {
	display: table-cell;
	float: none;
	vertical-align: middle;
  }
  
  .features-area .features-items.reversed .col-md-5, 
  .features-area .features-items.reversed .col-md-7 {
	display: inline-block;

  }
  
  .features-area .features-items.reversed .info-box {
	float: right;
  }
  
  .features-area .features-items .item {
	padding: 15px 30px;
  }
  
  .features-area.item-full .features-items .item {
	padding: 30px;
  }
  
  .features-area .features-items .item h4 {
	position: relative;
  }
  
  .features-area.bottom-small {
	padding-bottom: 25px;
  }
  
  .features-area.default-padding.bottom-none {
	padding-bottom: 30px;
  }
  
  .features-area .item .icon {
	margin-bottom: 20px;
  }
  
  .features-area .item .info {
  }
  
  .features-area .item .icon i {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	color: #2676bc;
	display: inline-block;
	font-size: 30px;
	height: 100px;
	line-height: 100px;
	position: relative;
	text-align: center;
	width: 100px;
	z-index: 1;
  }
  
  .features-area .features-items .items-box i {
	background: transparent;
  }
  
  .features-area .item .icon {
	margin-bottom: 25px;
  }
  
  .features-area .features-items.icon-solid i {
	border-radius: inherit;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	color: #2676bc;
	display: inline-block;
	font-size: 50px;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
	width: 80px;
  }
  
  
  .features-area .item .info h4 {
	  font-weight: 600;
	  text-transform: capitalize;
	  font-size: 20px;
  }
  .features-area .item .info p {
	margin: 0;
	color:black;
  }
  
  .features-area .features-items.less-icon .items-box.inc-cell .item .info {
	padding-left: 0;
  }
  
  .features-area .features-items .items-box.inc-cell .item .info a {
	color: #666666;
	display: inline-block;
	margin-top: 15px;
	text-transform: uppercase;
  }
  
  .features-area .features-items .items-box.inc-cell .item .info a:hover {
	color: #2676bc;
  }


.process-wrapper {
	margin:auto;
	
}

#progress-bar-container {
	position:relative;
	width:90%;
	margin:auto;
	height:100px;
	margin-top:65px;
}
.step-inner span {
    display: inline-block;
    width: 100%;
	font-size:20px;
    text-align: center;
    line-height: 30px; /* Adjust based on the circle size */
    color: black; /* Change color as needed */
    font-weight: bold;
}
.step-inner {
    position: relative;
}

.step-inner span {
    position: absolute;
    top: -140%;
    left: 50%;
    transform: translate(-50%, -50%);
}



#progress-bar-container ul {
	padding:0;
	margin:0;
	padding-top:15px;
	z-index:9999;
	position:absolute;
	width:100%;
	margin-top:-40px
}

#progress-bar-container li:before {
	content:" ";
	display:block;
	margin:auto;
	width:30px;
	height:30px;
	border-radius:50%;
	border:solid 2px #aaa;
	transition:all ease 0.3s;
}

#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
	border:solid 2px #444;
}

#progress-bar-container li {
	list-style:none;
	float:left;
	width:16%;
	text-align:center;
	color:#aaa;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	font-weight:700;
	transition:all ease 0.2s;
	vertical-align:bottom;
	height:60px;
	position:relative;
}

#progress-bar-container li .step-inner {
	position:absolute;
	width:100%;
	bottom:0;
}

#progress-bar-container li.active, #progress-bar-container li:hover {
	color:#444;
}

#progress-bar-container li:after {
	content:" ";
	display:block;
	width:6px;
	height:6px;
	background:#777;
	margin:auto;
	border:solid 7px #fff;
	border-radius:50%;
	margin-top:47px;
	box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
	transition:all ease 0.2s;
}

#progress-bar-container li:hover:after {
	background:#555;
}

#progress-bar-container li.active:after {
	background:#207893;
}

#progress-bar-container #line {
	width:80%;
	margin:auto;
	background: #eee;
	height:6px;
	position:absolute;
	left:8%;
	top:57px;
	z-index:1;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
	content:" ";
	width:3%;
	height:100%;
	background: #207893;
	background: -moz-linear-gradient(left, #207893 0%, #2ea3b7 100%);
	background: -webkit-linear-gradient(left, #207893 0%,#2ea3b7 100%);
	background: linear-gradient(to right, #207893 0%,#2ea3b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207893', endColorstr='#2ea3b7',GradientType=1 );
	position:absolute;
	z-index:2;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-content-section {
	width:90%;
	margin: auto;
	background: #f3f3f3;
	border-radius: 4px;
}

#progress-content-section .section-content {
	padding:30px 40px;
	text-align:center;
}

#progress-content-section .section-content h2 {
	font-size:22px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
}

#progress-content-section .section-content p {
	font-size:20px;
	line-height:1.8em;
	color:#777;
}

#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
	opacity:0;
} */

#progress-content-section .section-content.active {
	display:block;
}

@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}
	
	100% {
		transform:translateY(0px);
		opacity:1;
	}
}



.featured-led .blue #color .drop {
	background: #207893;
	background: -moz-linear-gradient(45deg, #207893 25%, #2ea3b7 100%);
	background: -webkit-linear-gradient(45deg, #207893 25%,#2ea3b7 100%);
	background: linear-gradient(45deg, #207893 25%,#2ea3b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207893', endColorstr='#2ea3b7',GradientType=1 );
}

.featured-led .blue h1 {
	background: rgb(206,119,68);
	background: -moz-linear-gradient(left, rgba(206,119,68,1) 0%, rgba(230,125,36,1) 100%);
	background: -webkit-linear-gradient(left, rgba(206,119,68,1) 0%,rgba(230,125,36,1) 100%);
	background: linear-gradient(to right, rgba(206,119,68,1) 0%,rgba(230,125,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce7744', endColorstr='#e67d24',GradientType=1 );
}

.featured-led .blue li.active:after {
	background:#e67d24;
}

.featured-led .blue #line-progress {
	background: rgb(206,119,68);
	background: -moz-linear-gradient(left, rgba(206,119,68,1) 0%, rgba(230,125,36,1) 100%);
	background: -webkit-linear-gradient(left, rgba(206,119,68,1) 0%,rgba(230,125,36,1) 100%);
	background: linear-gradient(to right, rgba(206,119,68,1) 0%,rgba(230,125,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce7744', endColorstr='#e67d24',GradientType=1 );
}

.featured-led{
	padding:0px 0px 50px 0px;
}

#inspiration {
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	padding:15px;
	font-size:11px;
	color:#bbb;
	background:#333;
}

#inspiration a {
	color:#777;
}

/*popup*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgb(0 0 0 / 58%) ;
	z-index: 9998;
  }
@media(min-width:600px){
	.popup {
		width:90%;
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #fff;
		padding: 50px;
		border: 1px solid #ccc;
		z-index: 9999;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	  }
	.border-right-div{
		border-right:1px solid #80808094;
	}
}
  
  .popup .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
  }
  .image-popup img{
	width:30%;
  }
  .image-popup h6{
	font-size:12px;
	margin:10px 0px 0px 0px;
  }
  .popup-heading h6{
	font-size:12px;
  }
  .gdlr-core-lightgallery img{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

  }
  @media(max-width:599px){
	.popup {
		width:100%;
		display: none;
		position: sticky;
		top: 50%;
		left: 50%;
		transform: translate(0%, 0%);
		background-color: #fff;
		padding: 20px 30px;
		border: 1px solid #ccc;
		z-index: 9999;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	  }
	  .border-right-div{
		border-right:none;
	}
	.image-popup{
		width:33% !important;
	}
  }
/*LED*/
/*warranty*/

/*about section */

@media(min-width:1025px){
	.about-section{
		width:90%;
		margin:0 auto;
	}
	.general-finix{
		margin-left: 40px;
	}
}
@media(min-width:800px) and (max-width:1024px){
	.about-section{
		width:100%;
		margin:0 auto;
	}
	.general-finix{
		margin-left: 40px;
	}
}
@media(min-width:600px) and (max-width:799px){
	.general-finix{
		margin-left: 40px;
	}
}
@media(max-width:599px){
	.general-finix{
		margin-left: 20px;
		padding:5rem 0 0 0;
	}
	.g-finix{
		margin-left:50px;
	}
	
}
.about-img{
	position: relative;
}
.about-img img{
	width: 100%;
}
/* .container-for-warranty{
	width:1264px;
} */
.about-text {
	background: url( "https://i.ibb.co/PmGV37J/shape.png"),no-repeat center;
	background-size: contain;
	position: absolute;
	right: 16px;
	bottom: -17px;
	width: 210px;
	height: 200px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-text h1 {
	font-size: 70px;
	color: #2676bc;
	margin-bottom:-20px;
}
.about-text p {
	color: #606060;
	font-size: 19px;
}

.general-finix h6 {
	color: #2676bc;
}
.general-finix h1 {
	font-size: 33px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #111;
}
.general-finix p {
	color: #606060;
}
.g-finix {
	margin-bottom: 50px;
}
.g-finix span {
	color: #606060;
	display: block;
	margin-bottom: 20px;
	font-size: 25px;
}
.g-finix ul{
	list-style: none;
	margin-left: -45px;
}
.g-finix ul li {
	color: #606060;
	font-size: 17px;
	padding: 0px 9px;
}
.g-finix ul li a i {
	font-size: 17px;
}
.g-finix ul li a {
	display: inline-block;
	color:#2676bc;
	font-size: 25px;
	font-weight: 400;
	padding: 0 8px;
	width: 35px;
	height: auto;
}

/*portfolio section */
.finix-text .front {
	font-size: 45px;
}
.portfolio-img{
	position: relative;
}
.portfolio-img img{}

.portfolio-icon {
	position: absolute;
	left: 51%;
	bottom: 51px;
	width: 80px;
	height: 80px;
	background-color: #fff;
	color: #2676bc;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
}
.portfolio-icon span {
	display: inline-block;
	font-size: 45px;
	
}
.portfolio-icon::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color:#2676bc;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 50%;
	animation: playbtn 1.5s ease-out infinite;
	
}

@keyframes playbtn{
	0%{
		opacity: 1;
		transform: scale(0);
	}
	30%{
		opacity: 0.5;
transform: scale(1);
	}
	50%{
		opacity: .8;
		transform: scale(1.5);


	}
	100%{
		opacity: 0;
		transform: scale(2);

	}
}

.portfolio-items {
	background-color: #fff;
	/* width: 240px; */
	/* height: 350px; */
	margin-bottom: 40px;
	padding:30px;
	position: relative;
	overflow: hidden;
	transition: 0.4s;

	
}


.portfolio-items::before {
	content: "";
	width: 322px;
	height: 230px;
	background-color: #2676bc82;
	position: absolute;
	left: 13px;
	top: -132px;
	margin: auto;
	border-radius: 50%;
}
.parcent-icon {
	width: 55px;
	height: 55px;
	line-height: 58px;
	text-align: center;
	background: #fff;
	color: #2676bc ;
	border-radius: 50%;
	margin: auto;
	position: relative;
	margin-top:8px;
	transition: 0.5s;
}
.portfolio-items:hover .parcent-icon  {
	background-color:#2676bc ;
	color: #fff;		
}
.portfolio-items{
	background:#2676bc14;
	height:65vh;
}
.parcent-icon span {
	font-size: 25px;
	display: inline-block;
}

.portfolio-items h3 {
	margin-top: 12px;
	margin-bottom: 20px;
	font-weight: 400;
}

.portfolio-items:hover{
	transform: translateY(10px);

}


/*business section */
.business-caption{}
.business-caption h1 {
	font-size: 35px;
	font-weight: 400;
	color: #111;
	margin-bottom: 35px;
	margin-top: 60px;
}
.business-loan-text ul{
	text-decoration: none;
	margin-left: 13px;
	padding-left:37px ;
	position: relative;
	/* margin-bottom: 40px; */
}

.business-loan-text ul::before{
	content: "";
	background-color:#2676bc;
	width: 1px;
	height: calc(100% - 100px) ;
	position: absolute;
	left: -2px;
	top:  0;
}

.business-loan-text ul li{
	display: inline-block;
	position: relative;
}
.business-loan-text ul li::before {
	content: attr( data-counter);
	color: #2676bc;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -60px;
	top: -2px;
	border-radius: 50%;
	border: 1px solid;
	line-height: 40px;
	text-align: center;
	background: #f9fafb;
}

.business-loan-text ul li strong {
	display: inline-block;
	font-size: 23px;
	margin-bottom: 10px;
}

.business-loan-text ul li p {
	color: #606060;
	line-height: 1.8rem;
	font-size: 17px;
	
}


.calculate-form{
	background-color: #2676bc30;
	padding: 50px;
}
.finix-text .lower{
	font-size: 35px;
}

.business-form input {
	padding: 12px 10px;
	font-size: 18px;
	margin-bottom: 15px;
}

.business-form select {
	line-height: 40px;
	font-size: 20px;
	width: 100%;
	height: 55px;
	margin-bottom:12px ;
}

.business-form label {
	color: #606060;
	font-size: 17px;
	margin-bottom: 2px;
}


/* call to action */

.my-call-text h1 {
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 400;
}
.my-call-icon {
	padding-top: 60px;
	padding-bottom: 50px;
	position: relative;
}
.my-call-icon::before {
	content: "";
	background-color: #ddd;
	width: 1px;
	height: 83px;
	position: absolute;
	left: -21px;
	top: 61px;

}
.my-call-icon span {
	color: #2676bc;
	display: block;
	font-size: 50px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}

.my-call-icon a {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 12px;
}

/*innovative section */
.innovative-items strong {
	font-size: 41px;
	font-weight: 400;
	margin-bottom: 31px;
	display: block;
	margin-left: 0;
}


.innovative-left ul span {
	color: #2676bc;
	font-size: 27px;
	display: block;
	width: 60px;
}

.innovative-left ul{
	list-style: none;
}
.innovative-left ul li p {
	color: #606060;
	font-size: 14px;
	line-height: 25px;
}
.innovative-left ul li {
	margin-bottom: -10px;
}
.innovative-img {
	margin-top: 80px;
}

/* carousel section/service */


.service-tab .my-tab{
	list-style: none;
	margin-top:22px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	position: relative;

}

.service-tab .my-tab li{
	display: inline-block;
	position: relative;
	
}

.service-tab ul li span {
	display: block;
	color: #666;
	font-size: 25px;
}

.service-tab ul li strong {
	color: #222;
	font-size: 21px;
}


.service-text p {
	color: #606060;
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 18px;
}
.service-loan{}
.service-loan ul{
	list-style: none;
	
}

.service-loan ul li {
	display: block;
	margin: 15px 0;
	font-size: 20px;
	color: #606060;
	padding-left: 15px;
	position: relative;
}

.service-loan ul li::before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #2676bc;
	border-radius: 50%;
	position: absolute;
	left: -23px;
	top: 8px;
}









/* client section */
.client-text{}
.client-text p {
	font-size: 27px;
}
.client-text h6 {
	color: #2676bc;
	font-size: 20px;
	margin-top: 20px;
}
.client-text span{}

.client-img{ 
	position: relative;
}
.client-img img{}

.client-icon span {
	position: absolute;
	left: 61px;
	bottom: 36px;
	background-color: #fff;
	color: #2676bc;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	font-size: 40px;
	transition: 0.4s;
}
.client-icon span:hover{
	color: #fff;
	background-color:#2676bc;
}


/* leadership section */
.leader-img h6 {
	font-size: 20px;
	margin-top: 14px;
	margin-bottom: 0;
}

.leader-img p {
	font-size: 15px;
	margin-top: 4px;
}

.leader-social-menu{
	position: relative;
}
.leader-social-menu ul {
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 75px;

	display: flex;
	justify-content: center;
	justify-items: center;
	text-align: center;
	align-content: center;
	
}

.leader-social-menu ul li {
	display: inline-block;
	position: relative;
	transform: translateY(40px);
	opacity: 0;
	visibility: hidden;

	transition: 0.4s ease-in-out;
}
.leader-img:hover .leader-social-menu ul li{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.leader-social-menu ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	color: #111;
	border-radius: 50%;
	margin-left: 8px;
	
	padding: 0 10px;
	font-size: 23px;
	margin: auto;
	transition: 0.4s;
	
}
.leader-social-menu ul li a:hover{
	color: #2676bc;
	background-color: #fff;
	
}
.leader-img .leader-social-menu ul li:nth-child(1){
	transition-delay: 0.2s;
}
.leader-img .leader-social-menu ul li:nth-child(2){
	transition-delay: 0.4s;
}
.leader-img .leader-social-menu ul li:nth-child(3){
	transition-delay: 0.6s;
}
.leader-img .leader-social-menu ul li:nth-child(4){
	transition-delay: 0.8s;
}

/*success section */

.success-team-img h6 {
	color:#2676bc;
	margin-top: 15px;
  }
  .success-team-img h2 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 11px;
  }
  .success-team-img p{
	  transition: 0.4s;
  }
  .success-team-img p:hover {
	color:#2676bc;
	letter-spacing: 1px;
  }

/* inner page css*/

.sider-breadcum {
	background: url("https://i.ibb.co/ctXVBxf/bg.jpg") no-repeat center 27% fixed;
	padding: 206px 0;
	background-size: cover;
	position: relative;
	z-index: 1;
}


.sider-breadcum::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color:rgba(255,255,255,0.4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

/*fabric section*/
.fabric-sec{
	padding:2rem 0;
	margin:0 auto;
	width:80%;
}
.fabric-sec ul li{
	list-style-type: none;
	font-size:20px;
	margin-bottom:0.5rem;
	color:black;
}
.fabric-sec i{
	padding-right:1rem;
	color:#2676bc;
}

/*led*/
.image-in-led img{
	width:1200px;
}
.svg-for-twitter {
	width:15px ;
	margin-right: 12px;
}
.svg-for-twitter path{
	color: #2676bc 
}

/*blog*/



.body-blog {
  margin: 0;
  /* background-color: #2676bc1c; */
	/* height: 100vh; */
	width: 95%;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blog-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin: 20px 0px 0px 0px;
}

.pagin{
	flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
/* .paginimg{
	height:70vh;
	width:100%;
} */

.pagin li {
	width:31%;
    list-style: none;
    margin: 10px auto;
    /* padding: 12px;
    background: white; */
    border-radius: 10px;
    /* text-align: center; */
}

@media(max-width:599px){
	.pagin li {
		width:100%;
	}
}
@media(max-width:800px) and (min-width:600px){
	.pagin li {
		width:47%;
	}
}
.pagin li img{
	height:50vh;
	width:100%;
}
.pagin li button{
	border:none;
	background-color:#2676bc7a;
	font-size:1rem;
	padding:0.2rem 1.5rem;
	border-radius:0.5rem;
}
.pagin h4{
	font-size: 22px;
	padding: 20px 0px 0px 0px;
}

.pagination {
    text-align: center;
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagination button{
	border:none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#2676bc7a;
	border-radius:50%;
	font-size: 2rem;
	height: 90%;
	width: 90%;
	padding: 0px 4px 2px;
}

.pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 130px;
}

.page-number {
    cursor: pointer;
    background-color: white;
    color: #999;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
}

.active {
    font-size: 1.3em;
    height: 40px;
    width: 40px;
    background-color: #0057b3;
    color: white;
}



.arrow:hover {
    color: #0056b3;
}

.arrow:disabled {
    /* background-clor: #ffffff00; */
    color: #ccc;
    cursor: not-allowed;
}

#prevPage {
    margin-right: 20px;
}

#nextPage {
    margin-left: 20px;
}

.arrow {
    font-size: 1.2em;
}

.nav-text {
    font-size: 0.7em;
    letter-spacing: 0.3em;
}

/*contact page franchise*/
.franchise-column{
	border:1px solid rgba(0, 0, 0, 0.062);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 3px;
}
.franchise-column h4{
	text-align: center;
	font-size:15px !important;
	line-height: 0%;
}
.franchise-section{
	width:95%;
	margin:0 auto;
	padding:5rem 0;
}
.franchise-column{
	margin:1rem 0;
}
.franchise-image-div{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom:1rem;
}
/*contact page end*/


