html, body, base, form, ul, ol, p, td, th {margin:0; padding:0; font-family:Arial, sans-serif; font-size: 14px; line-height: 160%; color: #000000;}
body {min-width:510px;}
ol, ul {list-style-type:none; font-family:Arial, sans-serif;}
img {border:none}
input, select, textarea {font-family: Arial, sans-serif; font-size: 14px; color: #000000;}
form {padding: 0; margin: 0; font-family:Arial, sans-serif;}

a {color: #64b743; text-decoration: none;}
a:hover {color: #77d154; text-decoration: none;}

h1 {font-family: Arial, sans-serif; font-size: 35px; color: #000000; line-height: 200%; font-weight: normal; text-align: center; margin:0; padding:0;}

h2 {font-family: Arial, sans-serif; font-size: 30px; color: #000000; line-height: 180%; font-weight: bold; text-align: center; margin:0; padding:0;}

:after,
:before,
*{
    box-sizing: border-box;
}

.clear {
width: 100%;
clear: both;
font-size: 0;
padding: 0;
margin: 0;
line-height: 0%;
}

.toper {
margin: 0 auto;
padding: 18px 0 20px 0;
max-width: 980px;
overflow: hidden;
background-color: #464646;
}

.toper1 {
margin: 0;
padding: 0;
float: left;
}

.toper2 {
margin: 0;
padding: 0;
float: left;
width: 185px;
text-align: right;
}

.bottomer {
margin: 0 auto;
padding: 18px 0 20px 0;
max-width: 980px;
overflow: hidden;
background-color: #464646;
}

.bottomer1 {
margin: 0;
padding: 0;
float: left;
}

.centerer {
margin: 0 auto;
padding: 18px 0 20px 0;
max-width: 980px;
overflow: hidden;
}

.centerer1 {
margin: 0;
padding: 0;
float: left;
margin: 0 10px 20px 0;
width: 233px;
height: 233px;
overflow: hidden;
}

.centerer1 figure {
width: 100%;
height: 233px;
margin: 0;
overflow: hidden;
min-width: 400px;
}

.centerer1 figure img {
width: 100%;
margin: -10% 0 0 0;
}

.aboutrer {
margin: 0 auto;
padding: 0;
max-width: 980px;
}

.aboutrer1 {
margin: 0;
padding: 0;
float: left;
margin: 0 20px 0 0;
width: 305px;
}

.aboutrer1 p {
font-size: 17px;
}

.aboutrer2 {
margin: 0;
padding: 0;
float: left;
margin: 0 40px 0 0;
width: 420px;
}

.aboutrer2 p {
font-size: 18px;
}

.topslider {
margin: 0 auto;
padding: 0;
max-width: 980px;
overflow: hidden;
}




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

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

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

.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;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.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: 2px solid #d4d3d3;
  border-radius: 55px;
  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: 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: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

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

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

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#64b743;
  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: 432px;
  transition:all .4s ease;
}

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

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

@media screen and (min-width: 767px) {
  .hero-style .container {
    padding-top: 95px;
	padding-right: 460px;
  }
}

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

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

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

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

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

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

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 15px;
    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: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 12px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
.theme-btn-s2{
    background-color: #64b743;
    color: #fff;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#77d154 ;
    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;
}
@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;
  }
}

@media all and (max-width: 991px) {
.toper1 {
display:none !important;
}
}

@media all and (max-width: 991px) {
.toper {
margin: 40px 0 0 0;
text-align: center;
}
}

@media all and (max-width: 991px) {
.toper2 {
width: 100% !important;
text-align: center !important;
}
}

@media all and (max-width: 767px){
  .aboutrer1 {
    padding: 0 5px;
    margin: 0 0 10px 0;
	width: 100%;
  }
}

@media all and (max-width: 767px){
  .aboutrer2 {
    padding: 0 5px;
    margin: 0 0 10px 0;
	width: 100%;
  }
}

@media all and (max-width: 767px){
  .centerer1 {
    margin: 0 5px 20px 5px;
  }
}