@font-face {
  font-family: 'FontAwesome';
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.container {
 
 width:90%;
 max-width:1600px;
 margin:0 auto; 
 position:relative;
  top:30%;	
}
 .hero-slider {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}



.hero-slider .swiper-slide {
  overflow: hidden;
   color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center bottom ;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .swiper-slide:nth-child(3) .slide-inner{background-position: center bottom ;}
.hero-slider .swiper-slide:nth-child(4) .slide-inner{background-position: 0 bottom ;}


.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 0px solid #d4d3d3;
  border-radius: 0px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}
  @media(max-width:1000px){
	.hero-slider .slide-inner {  background-position: 80% top ;}
	.hero-slider  .swiper-slide:nth-child(3) .slide-inner{background-position: right bottom ;}
	.hero-slider  .swiper-slide:nth-child(4) .slide-inner{background-position: 70% bottom ;}
	.hero-slider  .swiper-slide:nth-child(6) .slide-inner{background-position: center bottom ;}

  }

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 35px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
  opacity: 0.5;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 35px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
  opacity: 0.5;
}

.hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  vertical-align:middle;
  opacity: 0.8;
  
   

  background:#fff;
 
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
 
  background:linear-gradient(45deg, #0196d6, #ec068d);
  width: 30px;
  height: 12px;
  border-radius: 15px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
   top:70%;
  
}
@media screen and (max-width: 1000px) {

	.swiper-pagination {
		top:auto;
		bottom:10px;
		 text-align:center;
		 
	  
	}
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
	width:90%; 
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
 @media(max-width: 1000px){
  .container {  top:15%;	}
 }

@media (min-width: 767px) {
	  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
	  bottom:30px;
	 
	}
}


@media(max-width: 360px){
  .container { left:0%;width:100%;  	}
 }

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 100%;
  transition:all .4s ease;
}



@media screen and (min-width: 992px) {
  .hero-style .container {
    /*padding-top: 95px;*/
	margin:0 auto;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-part,
.hero-style .slide-btns {
  max-width: 900px;
  text-align:left;
  margin:0 0;

}
 
.hero-style .slide-title h2 {
  display:inline-block;
  font-size: 450%;
  font-weight:600;
  letter-spacing:-4px; 
  line-height: 1;
  color: #000;
  margin: 0px 0 40px 0;
  background: linear-gradient(180deg,rgba(255,255,255,0) 70%, #ffd40e 30%);
   transition:all .4s ease;
}

 .swiper-slide-active h2 {
    animation: fadeInUp 1s;
	 
}
 .swiper-slide-active .slide-text {
    animation: fadeInUp 2s;
	 
}

 .swiper-slide-active .slide-part {
    animation: fadeInUp 2s;
	 
}



 



.hero-style .slide-text p {
	max-width:600px;
  opacity: 1; 
  font-size: 150%; 
  font-weight:500;
  line-height: 1.4;
  letter-spacing:-2px;
  letter-spacing: normal;
  color: #000;
  margin: 0;
  transition:all .4s ease;
  
}

.hero-style .slide-part p {
	max-width:600px;
  opacity: 1; 
  font-size: 200%; 
  font-weight:600;
  line-height: 1.4;
  letter-spacing:-2px;
  letter-spacing: normal;
  color: #000;
  margin: 0;
  margin-top:20px;
  transition:all .4s ease;
  
}
.hero-style .slide-part p span{
	display:block;
	padding-left:35px;
	position:relative;
}
.hero-style .swiper-slide:nth-child(6) .slide-part p span{
	color:#fff;
}
.hero-style .slide-part p span:before{
	content:'';
	display:block;
	position:absolute;
	top:10px;
	left:0;
	width:25px;
	height:25px;
	border-radius: 50% 50%;
	background:#e4ff00;
	
}
 
 
.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}



@media (max-width: 1000px) {
	 
	  .hero-style .slide-title h2 {
		 font-size: 350%;
		 background: linear-gradient(180deg,#ffd40e 70%, #ffd40e 30%);
		 padding:5px;
		  margin-bottom: 30px;
		
	  }
	  
	.hero-style .slide-title,
	.hero-style .slide-text,
	.hero-style .slide-part,
	.hero-style .slide-btns {
	  text-align:center;
	  margin:0 auto;

	}
	.hero-style .slide-text p {
		 font-size: 150%; 
		margin:0 auto;
		 display:inline-block;
		text-align:center;
	 

	}

	.hero-style .slide-part p {
		 font-size: 180%; 
		margin:0 auto;
		 display:inline-block;
		text-align:center;
 
	}

}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 300%;
    
  }
   .hero-style .slide-text p {
     font-size: 110%; 
  
    font-weight: normal;
    margin: 0 0 10px;
  }
   .hero-style .slide-part p {
     font-size: 130%; 
  
    font-weight: normal;
    margin: 0 0 10px;
  }
.hero-style .slide-part p span{
	 
	padding-left:25px;
	 
}
  .hero-style .slide-part p span:before{
	 
	top:10px;
 
	width:15px;
	height:15px;
	 
	
}

}

@media (max-width: 460px) {
	  .hero-style .slide-title h2 {
			font-size: 200%;
			
		  }
}

 
 

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
   background-color: #ffffff;
   font-size: 20px;
 
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
  padding: 9px 32px;
  border: 0; 
  border-radius: 3px;
 text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}
 
 

 
 