@charset "utf-8";
/* CSS Document */
/*banner start*/
.css-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.css-slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  /* width is set dynamically by JS */
}
.slides img{
	width: 100%;
	height: auto;
	display: block;
}
.css-slider .slides > * {
  display: flex;           
  justify-content: center;
  align-items: center;     
  box-sizing: border-box; 
  font-size: 2em;
  background: #eee; 
  user-select: none;
}
.nav{
	display: none;
}

  
@media only screen and (min-width: 1025px){
	.nav {
		display: inline-block;
		width:37px;
		height: 37px;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		border-radius:50px;
		background: #000;
		text-indent: -2000px;
		cursor: pointer;
	  }
	  .nav.prev {
		left: 10px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23333' d='M4.3 9.6L13.6.3c.2-.1.3-.2.5-.2s.4.1.5.2l1 1c.1.2.2.3.2.5s-.1.3-.2.4l-7.8 7.9 7.8 7.7c.1.2.2.3.2.5s-.1.4-.2.5l-1 1c-.2.1-.3.2-.5.2-.1 0-.3-.1-.4-.1l-9.3-9.3c-.1-.2-.2-.3-.2-.5s.1-.4.1-.5z'/%3E%3C/svg%3E") 46% 50% no-repeat #fff;
		background-size: 14px auto;
	  }
	  .nav.next {
		right: 10px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.7 20'%3E%3Cpath fill='%23333' d='M11.6 10.1c0 .2-.1.3-.2.5l-9.3 9.3c-.1 0-.3.1-.4.1-.2 0-.3-.1-.5-.2l-1-1c-.1-.1-.2-.3-.2-.5s.1-.3.2-.5L8 10.1.2 2.2C.1 2.1 0 2 0 1.8s.1-.3.2-.5l1-1c.1-.1.3-.2.5-.2s.3.1.5.2l9.3 9.3c0 .1.1.3.1.5z'/%3E%3C/svg%3E") 54% 50% no-repeat #fff;
		background-size: 8px auto;
	  }	
}

/*banner end*/
/*quick links section start*/
.quicklinks-sec{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.quicklinks-sec ul{
	margin: 0;
	padding: 0;
	 font-family: 'Inter_18pt-Medium';
	font: normal 1.3rem / 1.7rem 'Inter_18pt-Medium', serif;
	
}
.quicklinks-sec ul li{
	margin: 0;
	padding:0;
	background-image: none;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	width: 33.33%;
}
.quicklinks-sec ul li:nth-child(4), .quicklinks-sec ul li:nth-child(5), .quicklinks-sec ul li:nth-child(6){
		border-bottom: none;
	}
.quicklinks-sec ul li:nth-child(5), .quicklinks-sec ul li:nth-child(6){
	border-bottom: none;
}
.quicklinks-sec ul li a{
	display: block;
	text-align: center;
	color: #333333;
	padding: 10px 4px;
}
.quicklinks-sec ul li a i {
    display: block;
    margin-bottom: 5px;
	
}
.quicklinks-sec ul li a i img{
	width: auto;
	height: 44px;
	max-width: none;
}
@media only screen and (min-width: 600px){
	.quicklinks-sec ul li{
		width: 25%;
		font-size: 1.6rem;
		line-height: 2.0rem;
	}
	.quicklinks-sec ul li:nth-child(4){
		border-bottom: 1px solid #d9d9d9;
	}
	.quicklinks-sec{
		border-bottom: none;
	}
	.quicklinks-sec ul li:nth-child(5), .quicklinks-sec ul li:nth-child(6){
		border-bottom: 1px solid #d9d9d9;
	}
	.quicklinks-sec ul li:nth-child(6){
		border-left: none;
	}
}
@media only screen and (min-width: 768px){
	.quicklinks-sec ul{
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.quicklinks-sec ul li a i{
		margin-bottom: 10px;
	}
	.quicklinks-sec ul li a i img {
		height: 50px;
	}
	
}
@media only screen and (min-width: 921px){
	
}
@media only screen and (min-width: 1025px){
	 .quicklinks-sec {
        border-bottom: 1px solid #d9d9d9;
    }	
	.quicklinks-sec ul li{
		width: 16.66%;
		border-bottom: none;
		align-self: flex-end;
		-webkit-transition: all .5s;
		-khtml-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		   
	}
	.quicklinks-sec ul li a i img{
		-webkit-transition: all .5s;
		-khtml-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		scale: 1;
	}
	.quicklinks-sec ul li:hover a i img{
		
		scale: 1.5;
		
	}
	.quicklinks-sec ul li:nth-child(4), .quicklinks-sec ul li:nth-child(5), .quicklinks-sec ul li:nth-child(6){
		border-bottom: none;	
	}
	.quicklinks-sec ul li:nth-child(5){
		border-left: none;
	}
	.quicklinks-sec ul li:nth-child(6){
		border-right: none;	
	}
}
@media only screen and (min-width: 1300px){
	.quicklinks-sec ul li a{
		padding: 20px 33px;
	}
	.quicklinks-sec ul li a i{
		margin-bottom: 15px;
	}
	.quicklinks-sec ul li a i img {
		height: 60px;
	}
}
/*quick links section end*/
/*welcome section start*/
.welcome-sec{
	margin-bottom: 0px;
}
.welcome-sec-left p{
	font-size: 1.2rem;
	line-height: 2.0rem;
}
.welcome-sec .welcome-btn{
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #0b9800;
	color: #0b9800;
	background-color: #fff;
	margin-right: 10px;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.welcome-sec .welcome-btn:last-child{
	margin-right: 0;
}
.welcome-sec-right{
	display: none;
}
.welcome-sec-left p{
	
}

@media only screen and (min-width:500px){
	.welcome-sec{
		justify-content: space-between;
	}
}
@media only screen and (min-width:768px){
	.welcome-sec{
		align-items: center;
	}
	.welcome-sec .welcome-btn{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.welcome-sec-right{
		display: block;
		position: relative;
		background-size: 286px auto;
	}
	.welcome-sec-image{
		display: block;
        position: absolute;
        width: 76%;
        left: 50%;
        top: 54%;
        transform: translate(-50%, -50%);
	}
	.welcome-sec-image img{
		display: block;
		width: 100%;
		height: auto;
		
		
	}
}
@media only screen and (min-width:921px){
	
}
@media only screen and (min-width:1025px){
	.welcome-sec .welcome-btn:hover{
		color: #fff;
		background-color: #0b9800;
	}
	.welcome-sec-left p{
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	
}
@media only screen and (min-width:1300px){
	
}
@media only screen and (min-width:1500px){
	.welcome-sec{
		padding: 60px 0;
	}
	
	.welcome-sec-left p{
		margin-bottom: 30px;
	}
	.welcome-sec .welcome-btn{
		font-size: 1.6rem;
		line-height: 2.0rem;
	}
	.welcome-sec-image {
        width: 75%;
		top: 56%;
    }
}
/*welcome section end*/
