.hero-slider {
  width: 100%;
  height: 538px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.ser-icon:nth-child(1) {
    margin-right: 11px;
}


@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

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

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

.banner-img.banner-img2 {
  padding-top: 62px;
}

.hero-slider .slide-inner {
  width: 100%;
  height:560px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
 /*  display: flex; */
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background:#00000073;
  width:50px;
  height:50px;
  line-height:50px;
  margin-top: -22px;
  text-align: center;
  border:0;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}

.hero-slider .swiper-button-prev::before {
  background: url(../images/hero-left-arrow.svg) no-repeat left top;
  background-size: auto;
  content: '';
  position: absolute;
  left: 14px;
  top: 16px;
  width: 36px;
  height: 28px;
  background-size: 65%;
}

.hero-slider .swiper-button-prev:hover::before {
  background: url(../images/hero-left-arrow-hover.svg) no-repeat left top;background-size: 65%;
}


.hero-slider .swiper-button-next::before {
  background: url(../images/hero-right-arrow.svg) no-repeat left top;
  background-size: auto;
  content: '';
  position: absolute;
  left: 14px;
  top: 16px;
  width: 36px;
  height: 28px;
  background-size: 65%;
}


.hero-slider .swiper-button-next:hover::before {
  background: url(../images/hero-right-arrow-hover.svg) no-repeat left top;background-size: 65%;
}

.hero-slider .swiper-button-prev img, .hero-slider .swiper-button-next img {
  width: 54%;
}

.hero.hero2 .hero-slider .hero-slider .swiper-button-prev,
.hero.hero2 .hero-slider .hero-slider .swiper-button-next {
  margin-top:98px;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
  
}

.hero-slider:hover .swiper-button-prev:hover,
.hero-slider:hover .swiper-button-next:hover {
  background:#ffffff9c;
}

.hero-slider:hover .swiper-button-prev:hover img,
.hero-slider:hover .swiper-button-next:hover img {
  filter: grayscale(100%);
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: block;width: 40px;
  height: 40px;line-height: 38px;
  }
  
.hero-slider .swiper-button-next img, .hero-slider .swiper-button-prev img {
  width: 50% !important;
}  
  
  
}



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



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

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.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;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 560px;
  transition:all .4s ease;
}

.hero2 .hero-style {
  height:560px;
  transition:all .4s ease;
}

.hero2 .hero-slider .slide-inner {height:560px;}

@media (max-width:1539px) {
.hero2 .hero-style {
  height:625px;
  transition:all .4s ease;
}
.hero2 .hero-slider .slide-inner {height:625px;}

}

@media (max-width:1366px) {
.hero2 .hero-style {
  height:545px;
  transition:all .4s ease;
}
.hero2 .hero-slider .slide-inner {height:545px;}
}

@media (max-width:1024px) {
.hero2 .hero-style {
  height:415px;
  transition:all .4s ease;
}
.hero2 .hero-slider .slide-inner {height:415px;}
}

@media (max-width: 991px) {
.hero {
    min-height: 360px !important;
    height: 360px !important;
  }
  .hero {  min-height: 300px;}
 .hero.hero2 .hero-style {
  height:305px !important;
  min-height: 290px;
  transition:all .4s ease;
}
.hero2 .hero-slider .slide-inner {height:305px;} 
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top:24px;
	display: flex;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

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

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  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;
  font-weight: 500;
  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;
  }
 .hero .container {
 
    display: inherit;
  }
  
}

.swiper-container2 {
  overflow: hidden;
}


.swiper-slide:nth-child(2n) {
  width: 40%;
}
.swiper-slide:nth-child(3n) {
  width: 40%;
}
@media (max-width:480px){
.contact {
  background-size: 100% !important;
  background-color: #000 !important;
  padding-top: 220px;
}
	
.hero .container {
 
    display: inherit;
  }
.hero {
min-height: 160px !important;
height: 160px !important;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 160px !important;
}
	
.hero.hero2 .hero-style, .hero .hero-style {
height:160px !important;
min-height: 160px;
transition:all .4s ease;
}
.hero2 .hero-slider .slide-inner {height:160px;} 
}

/*Footer start*/
            .codepen_profile{position: fixed; right: 20px; bottom: 20px;}
            .codepen_profile a {background: rgb(245 122 32 / 53%); padding: 15px; border-radius: 50%; box-shadow: hsl(0deg 0% 80%) 0 5px 16px; height: 60px; width: 60px; display: inline-block; }
            /*Footer End*/
	
.testimonial-area .container {
    width: 700px;
    max-width: 700px;
}	

.testimonial {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #14213d;
  color: #14213d;
}
.testimonial-slide {
  padding: 20px;
}
.testimonial_box-top {
  background-color: #e5e5e5;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 20px rgba(229, 229, 229, 0.301);
}
.testimonial_box-icon {
  margin-top: -12px;
  padding-right: 20px;
}
.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}
.testimonial_box-text p {
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.testimonial_box-shape {
  position: absolute;
  bottom: -10px;
  left: 50px;
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  -webkit-transform: rotateZ(50deg);
  transform: rotateZ(45deg);
}
.testimonial_box-bottom {
  padding-top: 35px;
  padding-left: 25px;
}
.testimonial_box-profile {
  display: flex;
}
.testimonial_box-img {
  display: flex;
  justify-content: center;
}
.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #e5e5e5;
}
.testimonial_box-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 20px;
}
.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #e5e5e5;
  margin-bottom: 0;
}
.testimonial_box-job p {
  color: #e5e5e5;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.slick-dots li button:before {
  font-size: 15px;
  color: #e5e5e5;
}			
			