/* home page */
#topbar .social-links a{
	width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.social-links a i{
	color:#fff!important;
}
.social-links a.twitter{
	background:#1DA1F2!important;
}
.social-links a.facebook{
	background:#4267B2!important;
}
.social-links a.youtube{
	background:#FF0000!important;
}
.social-links a.messenger{
	background:#006AFF!important;
}
.social-links a.instagram{
	background:#C13584!important;
}
.search-b input{
    text-transform: capitalize;
}
.txt-h3 {
    color: #220046;
    font-size: 30px;
    margin: 1rem 0;
    font-weight: 700;
}
.about .content img{
    width: 200px;
}
.installation-bx{
    height:150px;
}
.why-us .box span{
    background-color: #220046;
   padding: 1rem ;
   display: flex;
   justify-content: center;
   align-items: center;
   color: white;
}
.why-us .pro-btn{
	display: flex;
	justify-content:left;
}
.bein-page .why-us .pro-btn{
	display: flex;
	justify-content:center;
}
.b-detail{
}
.b-detail p{
    padding: 1rem;
 color:#220046 !important;
font-weight: 700;
font-size: 20px;
}
.b-detail .grey{
    margin-top: 1rem;
background-color: rgb(236, 235, 235);

}
.pro-col-d h2{
	font-size: 24px;
	font-weight: 700;
	
	color:#220046;
	margin-bottom: 10px;
}
.why-us p{
	font-size: 16px;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 3;
}

.pro-btn a{
padding: 10px 1rem;
color: white;
border-radius: 30px;
background-color: #220046;
}
.pro-btn a:hover{
color: #ffffff;
background-color: #2d025a;
border: 2px solid #2d025a;
font-weight: 600;
}
.counter-section{
    background: url('../img/gallery/counter.jpg') no-repeat scroll center/cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
   position: relative;
   padding: 80px 0;
  }
  .counter-section:after{
  content:' ';
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  top:0;
  right: 0;
  left:0;
  bottom:0;
  width: 100%;
  z-index: 10;
  }
  .counter-section .con{
    position: relative;
    z-index: 11;
  }
  .counter-section .main-title{
    color: #ffffff;
    margin-bottom: 100px;
    text-align: center;
  }
  
  .counter-count{
    text-align: center;
  }
  
  .counter-count .count{
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: 700;
    justify-content: center;
    height: 150px;
    margin: 0 auto 20px;
    width: 150px;
  }
  
  .counter-count h3{
    color: #ffffff;
  }
  
  @media (max-width: 1200px){
    .counter-count .count{
      height: 120px;
      font-size: 40px;
      width: 120px;
    }
  }
  /* about */
  .abt-i-sec {
    position: relative;
  }
 .abt-i-sec .abt-img-2{
   position: absolute;
   width:400px;
   bottom:1%;
   left: -10%;
 }
 .about .content h6{
 color:#afaeae;

 }
 .about .pro-btn {
	 display: flex !important;
	 justify-items: left !important;
	 align-items: left !important;
 }
 .pro-btn{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-top: 2rem;
}
 .about .content h3{
  color:#220046;
 font-size: 30px;
 margin: 1rem 0;
 font-weight: 700;
  }
  .why-us h3{
	  font-weight: 700;
	  font-size: 24px;
	  color:#220046;
	  margin-bottom: 1rem;
  }
  .why-us{
	  padding: 30px 0;
    background-color: #ffffff;
  }
  .events .pro-btn a{
	  padding: 1rem 2rem!important;
  }
  .why-us h2{
    color: #220046;
  }
  /*------about------------------------------------------------*/ 
.main-iamge {
	position:relative;
	z-index:10;
	overflow:hidden;
	width:100%;
	float:left;
    box-shadow: 0 9px 16px rgba(58, 87, 135, 0.35);
}
.main-iamge img ,.images-collage-item img , .menu-item-media img {
	width:100%;
	height:auto;
}
.images-collage-item {
	overflow:hidden;
	height: auto;
	position:absolute;
	z-index:1;
}

.image-collge-wrap:before {
	content:'';
	position:absolute;
	left:50px;
	bottom:-50px;
	right:50px;
	height:150px;
	background:#f9f9f9;
	border:1px dotted;
}
.align-text-block  {
	float:left;
	padding:25px 30px;
	background:#f5f5f5;
	border:1px  solid #eee;
	margin-top:60px;
}
.align-text-block h4{
	text-align:left;
	font-family: 'Playfair Display', cursive;
	font-size:21px;
	float:left;
	font-style:italic;
	position:relative;
	top:6px;
}
.align-text-block .btn {
	float:left;
	margin-left:60px;
	margin-top:0;
}
.cards-wrap {
	margin-bottom:30px;
	z-index:2;
}
.content-inner {
	width:100%;
	color: #fff;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner > * {
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner:hover .content-front {
	transform: rotateY(-180deg);
}
.content-inner:hover .content-back {
	transform: rotateY(0deg);
}
.content-inner .content-front,
.content-inner .content-back {
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-front {
	background: #292929;
	position:relative;
	cursor:pointer;
}
.content-front  .cf-inner:before {
	top:20px;
	left:20px;
	border-left:1px dotted;
	border-top:1px dotted;
}
.content-front .cf-inner:after {
	bottom:20px;
	right:20px;
	border-right:1px  dotted;
	border-bottom:1px dotted;
}
.content-front  .cf-inner:before , .content-front  .cf-inner:after {
	content:'';
	position:absolute;
	width:50px;
	height:50px;
	border-color:rgba(255,255,255, 0.4);
	z-index:10;
}
.content-inner .content-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: rotateY(180deg);
	background: #292929;
}
.content-inner .cf-inner {
	transform-style: preserve-3d;
	backface-visibility: hidden;
	width:100%;
	padding:150px 30px;
}
.content-inner .cf-inner .inner {
	align-items: stretch;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transform: translateZ(95px) scale(0.81);
	text-align: center;
	position:relative;
	z-index:2;
} 
.content-back i {
	font-size:54px;
	position:relative;
}
.dec-icon {
	position:relative;
	display:inline-table;
	width:80px;
	height:80px;
}
.dec-icon:before , .dec-icon:after {
	content:'';
	position:absolute;
	width:60px;
	height:10px;
	border-radius:10px;
	background:rgba(255,255,255,0.1);
}
.dec-icon:before {
	left:-15px;
	top:12px;
}
.dec-icon:after  {
	right:-15px;
	bottom:12px;
}
.dec-icon i {
	z-index:3;
}
.content-back .dec-icon {
	top:-20px;
}
.content-inner .cf-inner .inner p {
	color:#fff;
}
.content-back:after  {
	position:absolute;
    content: '\25CF\25CF\25CF';
	width:50px;
	left:50%;
	bottom:30px;
	margin-left:-25px;
    font-size: 9px;
    letter-spacing: 4px;
}
.serv-num {
	position:absolute;
	bottom:20px;
	left:30px;
	color:#fff;
	font-family: 'Playfair Display', cursive;
	z-index:3;
	font-size:20px;
}
.content-inner .cf-inner .inner h2  {
	position:relative;
	font-size:22px;
	font-weight:800;
	padding-bottom:20px;
	font-family: 'Playfair Display', cursive;
}
.content-inner .cf-inner .inner h2:after {
	content:'';
	position:absolute;
	top:-30px;
	margin-left:-25px;
	left:50%;
	width:50px;
	height:2px;
}
.content-inner .content-front h4{
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	margin:0 4px;
}
.content-inner .cf-inner .inner h2:before {
	content:'';
	position:absolute;
	left:50%;
	bottom:10px;
	width:20px;
	height:2px;
	margin-left:-10px;
}
.single-slider-wrap img{
	width:100%;
	height:auto;
}
.fl-wrap .cf-inner{
  min-height: 450px;
}
.event-content{
  position: relative;
  z-index: 11;
}
.events{
  padding: 70px 50px;
}
.events .contact-sec-home h2{
font-size: 26px;
line-height: 3rem;
}
.events .pro-btn a{
font-size: 16px;
padding: 0rem 2rem;
}
.footer-logo{
  width:200px;
}
.footer-link a{
  padding: 0.6rem 0 ;
  font-size: 16px;
  font-weight: 400;
  color: rgb(219, 217, 217);
  display: block;
  text-transform:capitalize;
}
.footer-link a:hover{
color:#ffffff;
}
#footer p a{
	text-decoration: none;
	color:rgb(235, 233, 233);
}
#footer p a:hover{
	color:white;
}
.about .content h3 span{
  color:#220046;
}
.about-page{
  background: url('../img/gallery/about-banner.jpg');
  background-position: center;
 
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  position: relative;
}
.about-page::after{
  position: absolute;
  content: ' ';
  display: block;
 width: 100%;
 top:0;
 bottom: 0;
 left:0;
 right:0;
 /*background: rgba(0,0,0,0.7);*/
}
.about-page .hero-container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height:350px;
  position: relative;
  z-index: 11;
}
.about-page .hero-container h1{
font-weight: 900;
color:white;
}
.product-page{
	background: url('../img/gallery/pro-banner.jpg');
	background-position: center;
   
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;
	position: relative;
  }
.product-page::after{
	position: absolute;
	content: ' ';
	display: block;
   width: 100%;
   top:0;
   bottom: 0;
   left:0;
   right:0;
   /*background: rgba(0,0,0,0.7);*/
  }
  .product-page .hero-container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height:350px;
	position: relative;
	z-index: 11;
  }
  .pro-tab{
	  background-color: #ecebeb;
	  box-shadow: 0px 1px 7px 1px rgb(221, 221, 221);
	  border-bottom: 4px solid white;
  }
  .pro-tab .pro-col{
	  text-align: center;
	  padding: 1rem 0;
	  cursor: pointer;
    
  }

  .pro-tab .active{
background-color: #220046;
color:white;
  }
  
  .pro-tab .pro-col h5 a{
	  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: #220046;

  }
  .pro-tab .active h5 a{
	font-size: 20px;
	font-weight: 800;
	color: rgb(255, 255, 255);
  
	}
	.pro-tab .pro-col:hover{
		background-color: #2d025a;
		color: white;
		  }
		  .pro-tab .pro-col:hover.pro-col h5 a{
			color: white;
			  }
  .product-page .hero-container h1{
  font-weight: 900;
  color:#220046;
  }
  .bein-together h6{
	  color:#220046;
	  margin:1rem 0;
	  font-size: 18px;
  }
  .bein-together ul li{
padding: 0.5rem 0;

  }
  .renew-sec{
	  background-color: #dad6d6;
  }
  .renew-con{
	display: flex;
	flex-wrap: wrap;
   justify-content: space-between;
   padding: 1rem 0;
  }
  .renew-con .content h3{
color:#220046;
font-size: 43px;
font-weight: 900;

  }
  .bein-channel {
   margin-top: 2rem;
   margin-bottom: 2rem;
  }
  .bein-channel .channel-box{
  background-color: #eeeeee;
  color:rgb(0, 0, 0);
  padding: 2rem;
  box-shadow: 0px 1px 4px 1px grey;
  width: 100%;
  }
  .bein-channel .channel-box h4{
  font-size: 26px;
  color:#220046;
  font-weight: 700;
  margin-bottom: 1rem;
  }
.bein-together h3{
color:#220046;
font-weight: 800;
}

.bein-together h6{
font-size: 20px;
font-weight: 600;
}









/* whatsapp css */

.whatsapp_link {
    position: fixed;
    bottom: 5rem;
    right: 0;
    z-index: 11;
}

.whatsapp_link i {
    color: #fefffe;
    margin-right: 1rem;
    padding: 7px 12px;
    background-color: #06c458;
    box-shadow: 0px 1px 8px grey;
	font-size: 28px;
	border-radius: 50%;
}



.mission-sec{
  background-color: #f8f5f5;
}
.mission-sec h2{

color:#220046;
font-weight: 900;
}
.mission-sec h2 span{
color:#220046 !important;

}
.mission-sec p{
color:rgb(0, 0, 0);
text-align: justify;

}
.vision-sec{
  background-color: #ffffff;
}
.vision-sec h2{

color:#220046;
font-weight: 900;
}
.vision-sec h2 span{
color:#220046;

}
.vision-sec p{
color:rgb(0, 0, 0);
text-align: justify;

}
.vision-sec img{
height: 100%;
}
.contact-page{
  background: url('../img/gallery/contact.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}
.contact-page::after{
  position: absolute;
  content: ' ';
  display: block;
 width: 100%;
 top:0;
 bottom: 0;
 left:0;
 right:0;
 /*background: rgba(0,0,0,0.5);*/
}
.contact-page .hero-container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height:350px;
  position: relative;
  z-index: 11;
}
.contact-page .hero-container h1{
font-weight: 900;
color:#220046;
}
#hero .carousel-inner{
  z-index: 10 !important;
}
#hero .carousel-indicators{
  z-index: 11;
}
 
/* about page */
.MV-box{
	background-color: #220046;
	padding: 1rem;
}
.MV-box h4{
	color:white;
}
.MV-box p{
color:#dad6d6;
}
.location-sec h3{
	font-weight: 800;
	font-size:30px;
	color: #220046;
}
.location-sec p{
	padding-bottom: 0.5rem;
}
.location-sec p span i{
	font-weight: 900;
	color:#220046;
	font-size: 20px;
	margin-right: 10px;
}
.mission-sec h2 span{
	color: #220046;
}
.digital-sec .digi-box{
	box-shadow: 0px 1px 9px 1px rgb(202, 202, 202);
	padding: 1rem;
	display: flex;
	/*height:150px;*/
	flex-direction: column;
	justify-content: center;
	align-items: center;
  /*margin-bottom: 1rem;*/
  border-radius: 10px;
  transition: 1s;
  /*margin-top: 2rem;*/
}

.digital-sec .digi-box .img-d{
	min-height: 150px;
}
.digital-sec .digi-box img{
/*width: 150px; */
margin-bottom: 1rem;
}
.digital-sec .digi-box h4{
font-size: 20px;
font-weight: 800;
margin-top: 1rem;
color:#220046;
}
.digital-sec .digi-box:hover{
	background-color: #f1eef0;
	}
.digital-sec {
	margin-bottom: 2rem;
}
.bein-page .why-us{
	background-color: white;
}
.bein-page .con-us{
background-color: #ecebeb;
padding-bottom: 1rem;
}
/* timeline */

  .timeline h2 span{
  color:#220046;

  }
  .steps {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	border: 1px solid #eaeaea;
	overflow: hidden;
	display: inline-block;
	background-color: #f0f0f0;
  }
  .steps li {
	float: left;
	color: #ccc;
	line-height: 30px;
	padding: 0 10px 0 15px;
	font-size: 12px;
	text-align: center;
	position: relative;
  }
  .steps li + li {
	padding: 0 7px 0 28px;
  }
  .steps li:last-child {
	padding-right: 15px;
  }
  .steps .active {
	background-color: #82b548;
	color: #fff;
  }
  .steps li:after,
  .steps li:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 5;
  }
  .steps li:after {
	border-left-color: #f0f0f0;
	border-width: 15px;
	top: 50%;
	margin-top: -15px;
  
  }
  .steps li:before {
	border-left-color: #ccc;
	border-width: 16px;
	top: 50%;
	margin-top: -16px;
  }
  .steps .active:after {
	border-left-color: #82b548;
  }
  .steps .active:before {
	border-left-color: #ffffff;
  }
  
  
.timeline h2{
	text-align: center;
	font-weight: 900;
	margin-bottom: 2rem;
}

  .col_fourth{
	  width:350px;
	  padding: 1rem;
  }
  /*-=-=-=-=-=-=-=-=-=-*/
  /* Column Grids */
  /*-=-=-=-=-=-=-=-=-= */
  
  .sub-sec{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-wrap: wrap;
  }
  .end { margin-right: 0 !important; }
  .text-center {text-align: centesr !important;}
  /*-=-=-=-=-=-=-=-=-=-*/
  /* Style             */
  /*-=-=-=-=-=-=-=-=-= */
  * {
	  transition-duration: 0.2s;
	  transition-timing-function: ease-in-out;
  }
  .at-work-process {
	min-height:100px;
	position:relative;
	z-index:4;
	overflow:hidden;
	padding: 16px 0;
	cursor: pointer;
	text-align:center;
		transition-duration: 0.2s;
	  transition-timing-function: ease-in-out;
	  box-shadow: 0px 1px 4px 1px rgb(206, 204, 204);
  }
  
  .at-work-process-text {
	line-height:40px;
	transition: all 200ms linear 0s;
		transition-duration: 0.2s;
	  transition-timing-function: ease-in-out;
  }
  
  .at-work-process:hover .at-work-process-text{
	-webkit-transform: translateY(-150%);
	-moz-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	-o-transform: translateY(-150%);
	transform: translateY(-150%);
  }
  
  .at-work-process:hover .at-work-process-details {
	z-index: 2;
	opacity: 1;
	bottom: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
  }
  
  .at-work-process-number {
	color:#220046;
	font-size: 50px;
	font-weight:500;
	letter-spacing: -2px;
	display:block;
  }
  
  .at-work-process-number-text {
	font-size:16px;
	font-weight:400;
	color: #000000;
	text-transform: uppercase;
  }
  
  .at-separator-thick {
	background: #d4d4d4;
	margin:3% auto;
	height:4px;
	width:30px;
  }
  
  .at-work-process-details {
	bottom:-60px;
	height:100%;
	left:0;
	opacity:0;
	width:100%;
	position:absolute;
	display:block;
  }
  .at-work-process-details i {
	color: #1e83ec;
	margin-bottom:15px;
	display:block;
	font-size: 40px;
  }
  .at-work-process-details span{
	font-size:14px;
	font-weight: 600;
	line-height:15px;
  }
  /**/
  #process {
	margin-bottom: 40px;
	overflow-x: hidden;
  }
  
  #process .section-heading {
	margin-bottom: 40px;
  }
  
  .steps-pane img {
	height: 100px;
	margin-top: 18px;
	-ms-transform: skewX(-15deg);
	/* IE 9 */
	-webkit-transform: skewX(-15deg);
	/* Safari */
	-o-transform: skewX(-15deg);
	/* Standard syntax */
	-moz-transform: skewX(-15deg);
  }
  
  .pane-warp {
	height: 140px;
	width: 25px;
	margin-left: 20%;
	margin-top: 20px;
	-ms-transform: skewX(15deg);
	/* IE 9 */
	-webkit-transform: skewX(15deg);
	/* Safari */
	-o-transform: skewX(15deg);
	/* Standard syntax */
	-moz-transform: skewX(15deg);
  }
  
  .steps-pane {
	height: 140px;
	width: 140px;
	margin-left: 30px;
	box-shadow: 7px 0px 5px #bcbcbc;
  }
  
  .inverted-pane-warp {
	height: 140px;
	width: 25px;
	margin-left: 20%;
	-ms-transform: skewX(-15deg);
	/* IE 9 */
	-webkit-transform: skewX(-15deg);
	/* Safari */
	-o-transform: skewX(-15deg);
	/* Standard syntax */
	-moz-transform: skewX(-15deg);
  }
  
  .inverted-steps-pane {
	height: 140px;
	width: 140px;
	background: #bcbcbc;
	margin-left: 30px;
	box-shadow: 7px 0px 5px #bcbcbc;
  }
  
  .inverted-steps-pane p {
	-ms-transform: skewX(15deg);
	/* IE 9 */
	-webkit-transform: skewX(15deg);
	/* Safari */
	-o-transform: skewX(15deg);
	/* Standard syntax */
	-moz-transform: skewX(15deg);
	padding: 20px 10px 10px 10px;
  }
  
  @media(min-width: 900px) {
	.steps-timeline {
	  border-top: 5px double #fc6429;
	  padding-top: 20px;
	  margin-top: 40px;
	  margin-left: 3%;
	  margin-right: 3%;
	}
	.steps-one,
	.steps-two,
	.steps-three,
	.steps-four,
	.steps-five {
	  float: left;
	  width: 20%;
	  margin-top: -105px;
	}
	.step-wrap {
	  height: 50px;
	  width: 50px;
	  border-radius: 50%;
	  background: transparent;
	  margin-left: 39%;
	  border: 2px solid #fc6429;
	}
	.verticle-line {
	  position: absolute;
	  height: 57px;
	  width: 5px;
	  margin-left: 10px;
	  marker-top: 10px;
	}
	.steps-stops {
	  height: 25px;
	  width: 25px;
	  margin: 11px 10.1px;
	  border-radius: 50%;
	  background: #fc6429;
	}
	.end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: 19px;
	  margin-left: -10px;
	}
	.inverted-end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: 19px;
	  margin-left: 18.1%;
	}
  }
  
  @media(max-width: 899px) {
	#process .container-fluid {
	  width: 50%;
	}
	.steps-timeline {
	  border-left: 5px double #fc6429;
	  margin-left: 35px;
	}
	.steps-one,
	.steps-two,
	.steps-three,
	.steps-four,
	.steps-five {
	  margin-left: -25px;
	}
	.step-wrap,
	.steps-stops {
	  float: left;
	}
	.steps-timeline {
	  margin-left: 30px;
	}
	.pane-warp {
	  margin-left: 30%;
	}
	.inverted-pane-warp {
	  margin-left: 30%;
	}
	.verticle-line {
	  position: absolute;
	  width: 125px;
	  height: 5px;
	  margin-left: 5px;
	  margin-top: 10px;
	}
	.steps-stops {
	  height: 25px;
	  width: 25px;
	  margin: 11px 10px;
	  border-radius: 50%;
	  background: #fc6429;
	}
	.step-wrap {
	  height: 50px;
	  width: 50px;
	  border-radius: 50%;
	  background: transparent;
	  margin-top: 125px;
	  margin-left: -2px;
	  border: 2px solid #fc6429;
	}
	.end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: -45px;
	  margin-left: 15px;
	}
	.inverted-end-circle {
	  height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  position: absolute;
	  margin-top: 280px;
	  margin-left: 15px;
	}
  }
  #search_bx_area{
      display:none;
  }
  @media (max-width: 600px) {
	#process .container-fluid {
	  width: 90%;
	}
	.top-detail li{
	    font-size:8px;
	}
	.top-detail li i {
        padding-right: 0px;
    }
    #topbar i {
        color: #fff;
        line-height: 0;
        font-weight: 600;
        font-size: 8px;
        margin-top: 15px;
    }
    .top-detail li {
        padding-right: 4px;
        float: left;
        color: #fff;
    }
    #topbar .social-links a {
        width: 20px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
    }
    .sc-link i{
        font-size:12px!important;
        margin-top:0px!important;
    }
    #search_bx_area{
      display: block;
      padding: 0px 15px
    }
    #search_bx_area input{
      border:1px solid #220046;
      text-transform: capitalize;
    }
    #search_bx_area button{
      background:#220046;
    }
    #search_bx_area i{
      color:#fff!important;
    }
    #search_bx_area_top{
      display:none;
    }
  }
@media (max-width: 568px){
    #header {
        top: 0px;
        height:auto!important;
    }
}
  @media (max-width: 400px) {
	.verticle-line {
	  width: 105px;
	}
  }
  
  .back-orange {
	background: #fc6429;
  }
  
  .back-blue {
	background: rgb(59, 37, 132);
  }
  /* online payment page */
  #online-pay {
	background-color: #dcf0fd;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .contact-box {
	width: clamp(100px, 90%, 1000px);
	margin: 80px 50px;
	display: flex;
	flex-wrap: wrap;
  }
  
  #online-pay .contact-links, #online-pay .contact-form-wrapper {
	width: 50%;
	padding: 8% 5% 10% 5%;
  }
  
  
  #online-pay .contact-links {
	background-color: #1f2e43;
	background:
	  radial-gradient(
		circle at 55% 92%, #426691 0 12%, transparent 12.2%
	  ), 
	  radial-gradient(
		circle at 94% 72%, #426691 0 10%, transparent 10.2%
	  ), 
	  radial-gradient(
		circle at 20% max(78%, 350px), #263a53 0 7%, transparent 7.2%
	  ), 
	  radial-gradient(
		circle at 0% 0%, #263a53 0 40%, transparent 40.2%
	  ), 
	  #1f2e43;
	border-radius: 10px 0 0 10px;
	display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #online-pay .contact-form-wrapper {
	background-color: #ffffff8f;
	border-radius: 0 10px 10px 0;
  }
  
  @media only screen and (max-width: 800px) {
	#online-pay .contact-links, #contact .contact-form-wrapper {
	  width: 100%;
	}
	
	#online-pay .contact-links {
	  border-radius: 10px 10px 0 0;
	}
	
	#online-pay .contact-form-wrapper {
	  border-radius: 0 0 10px 10px;
	}
  }
  
  @media only screen and (max-width: 400px) {
	#online-pay .contact-box {
	  width: 95%;
	  margin: 8% 5%;
	}
  }
  
  #online-pay h2 {
	color: #fff;
	font-size: clamp(30px, 6vw, 60px);
	letter-spacing: 2px;
	text-align: center;
	transform: scale(.95, 1);
  }
  
  #online-pay .links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 50px;
  }
  
  #online-pay .link {
	margin: 10px;
	cursor: pointer;
  }
  
  #online-pay img {
	width: 45px;
	height: 45px;
	filter: 
	  hue-rotate(220deg)
	  drop-shadow(2px 4px 4px #0006);
	transition: 0.2s;
	user-select: none;
  }
  
  #online-pay img:hover {
	transform: scale(1.1, 1.1);
  }
  
  #online-pay img:active {
	transform: scale(1.1, 1.1);
	filter: 
	  hue-rotate(220deg)
	  drop-shadow(2px 4px 4px #222)
	  sepia(0.3);
  }
  
  #online-pay .form-item {
	position: relative;
  }
  
  #online-pay label, #online-pay input, #online-pay textarea {
	font-family: 'Poppins', sans-serif;
  }
  
  #online-pay label {
	position: absolute;
	top: 10px;
	left: 2%;
	color: rgb(44, 42, 42);
	font-size: clamp(14px, 1.5vw, 18px);
	pointer-events: none;
	user-select: none;
  }
  
  #online-pay input, #online-pay select {
	width: 100%;
	outline: 0;
	border: 1px solid rgb(197, 195, 195);
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 12px;
	font-size: clamp(15px, 1.5vw, 18px);
  }
  
  #online-pay input:focus+label, 
  #online-pay input:valid+label, 
  #online-pay select:focus+label, 
  #online-pay select:valid+label {
	font-size: clamp(13px, 1.3vw, 16px);
	color: rgb(32, 32, 32);
	top: -20px;
	transition: all .225s ease;
  }
  
  .submit-btn {
	background-color: #220046;
	filter: drop-shadow(2px 2px 3px #0003);
	color: #fff;
	font-family: "Poppins",sans-serif;
	font-size: clamp(16px, 1.6vw, 18px);
	display: block;
	padding: 12px 20px;
	margin: 2px auto;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
	transition: 0.2s;
  }
  
  .submit-btn:hover {
	transform: scale(1.1, 1.1);
  }
  
  .submit-btn:active {
	transform: scale(1.1, 1.1);
	filter: sepia(0.5);
  }
  
  @media only screen and (max-width: 800px) {
	#contact h2 {
	  font-size: clamp(40px, 10vw, 60px);
	}
  }
  
  @media only screen and (max-width: 400px) {
	#contact h2 {
	  font-size: clamp(30px, 12vw, 60px);
	}
	
	#contact .links {
	  padding-top: 30px;
	}
	
	#contact img {
	  width: 38px;
	  height: 38px;
	}
  }
  
  
.payment-options-section .digi-box{
    
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 1rem;*/
    border-radius: 10px;
    transition: 1s;
    /*margin-top: 2rem;*/
}

.payment-options-section .digi-box .img-d{
    min-height: 150px;
}
.payment-options-section .digi-box img{
    width: 150px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.payment-options-section .digi-box h4{
    font-size: 20px;
    font-weight: 800;
    text-transform:uppercase;
    color:#fff;
}
.payment-details .bx .form-section .form-control{
    margin-bottom:10px;
}
.payment-details .bx .form-section .form-group span{
    line-height: 25px;
}
.payment-details .bx .form-section .btn-new{
   background:#d309ce;
   border:none;
   padding:8px 30px;
   font-size:25px;
   color:#fff;
}
.main_list_menu {
    list-style:none;
    padding:0px;
    margin:0px;
}
.main_list_menu li{
    display:inline-block;
    padding:5px;
    color:#fff;
}
.main_list_menu li a{
   text-decoration:none;
   margin:5px;
   color:#fff;
}