  
 .uline {
  display: block;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
   color: grey;
	
	&::after {
		content: "";
    position: absolute;
    bottom: -0.01em;
    left: 0;
    width: 20%;
    height: 3px;
	margin-left:40%;
	margin-right:40%;
    background-repeat: no-repeat;
   background-color: #ec3237;
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: .3s $custom-ease-out;
	}
	
	&:hover::after {
		background-position: 0% 50%;
	}
}
 .btn-sm>span {
    padding: .7em 1.5em;
}

 .brand{
     color:#ec3237;
 }
 @media only screen and (max-width: 420px) {
 .countbox{
 border: 2px solid #ec3237;
    padding: 20px;
    width: 245px;
 }}
    
  @media only screen and (min-width: 420px) {
 .over2 {
     display:none;
    
 }}
   @media only screen and (max-width: 420px) {
 .over1{
     display:none;
    
 }
   }
   
   @media only screen and (max-width: 420px) {
.showcases {
  width: 100%;
  height: 545px;
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
}}
   

 @media only screen and (min-width: 420px) {
.showcases img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index:99
}

}
 @media only screen and (max-width: 420px) {
.showcases img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index:99
}

}
 @media only screen and (max-width: 420px) {
.showcases .overlays {
  width: 100%;
  height: 545px;
         color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}}


@media only screen and (min-width: 420px) and (max-width:820px) {
.showcases {
  width: 100%;
  height: 620px;
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
}}
 @media only screen and (min-width: 420px) and (max-width:820px) {
.showcases .overlays {
  width: 100%;
  height: 620px;
  background-color: #00000054;
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}}

@media only screen and (min-width: 820px) and (max-width:1920px) {
.showcases {
  width: 100%;
  height: 800px;
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
}}
 @media only screen and (min-width: 820px) and (max-width:1920px) {
.showcases .overlays {
  width: 100%;
  height: 800px;
  background-color: #00000054;
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}}


@media only screen and (min-width: 1920px) and (max-width:3000px)  {
.showcases {
  width: 100%;
  height: 1000px;
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
}}
 @media only screen and (min-width: 1920px) and (max-width:3000px)  {
.showcases .overlays {
  width: 100%;
  height: 1000px;
  background-color: #00000054;
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}}


@media only screen and (min-width: 3000px)    {
.showcases {
  width: 100%;
  height: 1250px;
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
}}
 @media only screen and (min-width: 3000px)    {
.showcases .overlays {
  width: 100%;
  height: 1250px;
  background-color: #00000054;
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}}
.showcases h2 {
  margin-top: 47px;
    font-size: 2.7em;
}
@media only screen and (min-width: 420px) {
.showcases p {
  margin-top: 8px;
  font-size: 1.5em;
}
}
@media only screen and (max-width: 420px) {
.showcases p {
  margin-top: 8px;
  font-size: 17px;
}
} 
 figcaption {
    margin: 1.3em auto;
    color: #ffffff;
    font-style: initial;
}
 .sectionbg{
    background-image: url('images/imagbg1-1.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
 }
  @media only screen and (min-width: 420px) {
      
      .megamenu-inner-row > .container {
    position: relative;
    text-align: center !important;
}
      
      
 .container {
    position: relative;
    text-align: left;
}
     
     .prorange{
         transform: translateY(0px); 
         opacity: 1;width: 50%;
    margin: auto;color: white;
     } 
      
      
  }
  
  @media only screen and (max-width: 420px) {
   .prorange{
         transform: translateY(0px); 
         opacity: 1;width: 85%;
    margin: auto;color: white;
     }    
      
  }
  
  
 
      
      
 
  
  
  
 .iconbox-shadow {
    background-color: #ffffff;
}

.roadmapbg {
    background-color: #dbdbdb;
}
 @import "https://fonts.googleapis.com/css?family=Open+Sans:800&display=swap";
 
 .slider {
	 display: flex;
	 height: 350px;
	 max-height: auto;
	 overflow-y: hidden;
	 overflow-x: scroll !important;
	 padding: 16px;
	 transform: scroll(calc(var(--i,0)/var(--n)*-100%));
	 scroll-behavior: smooth;
}
 .slider::-webkit-scrollbar {
	 height: 5px;
	 width: 150px;
	 display: none;
}
 .slider::-webkit-scrollbar-track {
	 background: transparent;
}
 .slider::-webkit-scrollbar-thumb {
	 background: #888;
}
 .slider::-webkit-scrollbar-thumb:hover {
	 background: #555;
}
 .slider img:hover {
	 transform: scale(1.05);
	 box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
}
 .slide {

	 position: relative;
}
 .slide img {
	 height: auto;
	 min-width: 250px;
	 margin: 0 10px !important;
	 object-fit: cover;
	 border-radius: 0px;
	 cursor: pointer;
	 transition: .25s ease-in-out;
	     padding: 0 10px;
}

 @media only screen and (max-width: 420px) {
 .control-prev-btn {
	  
	  position: absolute;
	 top: 52%;
	 left: 0;
	 background-color: rgb(236 51 56);
	 height: 60px;
	 line-height: 67px;
	 width: 45px;
	 text-align: center;
	 box-shadow: 0 1px 3px #ec3338;
	 user-select: none;
	 color: #fff;
	 cursor: pointer;
	  
}}
 @media only screen and (max-width: 420px) {
 .control-next-btn {
	  
		 position: absolute;
	 top: 52%;
	 right: 0;
	 background-color: rgb(236 51 56);
	 height: 60px;
	 line-height: 67px;
	 width: 45px;
	 text-align: center;
	 box-shadow: 0 1px 3px #ec3338;
	 user-select: none;
	 color: #fff;
	 cursor: pointer;
	  
}}
 @media only screen and (min-width: 420px) {
 .control-prev-btn {
	 position: absolute;
	 top: 45%;
	 left: 0;
	 background-color: rgb(236 51 56);
	 height: 60px;
	 line-height: 67px;
	 width: 45px;
	 text-align: center;
	 box-shadow: 0 1px 3px #ec3338;
	 user-select: none;
	 color: #fff;
	 cursor: pointer;
}}

 @media only screen and (min-width: 420px) {
 .control-next-btn {
	 position: absolute;
	 top: 45%;
	 right: 0;
	 background-color: rgb(236 51 56);
	 height: 60px;
	 line-height: 67px;
	 width: 45px;
	 text-align: center;
	 box-shadow: 0 1px 3px #ec3338;
	 user-select: none;
	 color: #fff;
	 cursor: pointer;
}}
.slide img.zoomed{
	  width: 500px;
    height: 600px;
    position: fixed;
    left: 25%;
    top: 0%;
    z-index: 1000;
		transform: scale(1) translatey(0) !important; 
	
}
.overlay{
		position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.45);
    top: 0;
		display: none;
}
.overlay.active{
	display: block;
}
 @media only screen and (max-width: 420px) {
	 .slider {
		 padding: 0;
	}
	 .slide {
		 padding: 16px 10px;
	}
	 .slide img {
		 margin: 0;
	}
	 
}

@media (min-width: 768px) {
    .citytext2 {
        font-size: 21px !important;
    }
}
   
 
 