@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;900&display=swap");

body {
  font-family: "Poppins", sans-serif;
}
.header_m1 {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0;
  padding: 15px 0;
  z-index: 999 
}
.header_m1.shrink{
  background: #ffaf01;
}
.header_m1 .navbar-nav > li > a {
  color: #fff !important 
}
.header_m1 .navbar-brand {
  margin-right: 60px;
}
.header_m1 .navbar-brand img{
  max-width: 120px;
}
.banner_set{
  background: url('../images/banner.png');
  min-height: 600px;
  background-size: 100% 100%;
  width: 100%;
  padding-top: 100px;
  margin-bottom: 80px;
}
.banner_content {
  position: relative;
  bottom: 0 
}
.banner_content img{
  position: absolute;
  max-width: 500px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.list_m1 li{
  position: relative;
  padding-left: 22px;
  padding-bottom: 10px;
}
.list_m1 li:before{
  content: '';
  background: url('../images/arrow.png');
  position: absolute;
  left: 0;
  background-size: 15px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  top: 7px;
}
.btn_m1, .btn_m1:hover, .btn_m1:focus, .btn_m1:active{
  background: #ffeccd !important;
  border-radius: 15px;
  padding: 2px 20px;
  box-shadow: -1px 2px 2px #33333369;
}
.text_m1 {
  color: #fff;
  text-shadow: 2px 5px 5px #5c5c5c8f;
  font-size: 40px;
}
.bg_m1 {
  background: #f6f6f6 
}
.acc_m1 .accordion-item{
  border: none;
  background: transparent;
}
.acc_m1 .accordion-button{
  background: transparent!important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: solid 1px #ccc !important;
  padding: 15px 0;
  font-weight: 500;
  font-size: 17px;
}
.acc_m1 .accordion-body{
  padding-left: 0px;
}
.btn_m2 {
  border: solid 2px #2980b9;
  border-radius: 30px;
  color: #2980b9;
  padding: 4px 15px;
  font-weight: 500;
  background: transparent;
  box-shadow: -1px 3px 5px #ccccccbf;
}
.gride_m1 img {
  width: 70px;
}
.border-left1 {
  border-left: solid 3px #2980b9;
}
.slider_m1 .swiper-pagination-bullet{
  border-radius: 0;
  width: 12px;
  height: 12px;
}
.gride_m1 {
  padding-bottom: 25px;
}
.btn_m3 {
  background: #0080d0 !important;
  color: #fff!important;
  border-radius: 15px;
  padding: 2px 20px;
  box-shadow: -1px 2px 2px #33333369;
}
.bg_m2 {
  background: #2980b9;
}
.scrolltop{
  position: fixed;
  z-index: 9;
  bottom: 15px;
  right: 15px;
  background: #fff;
  width: 40px;
  font-size: 9px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  line-height: 24px;
  box-shadow: 0px 2px 5px #ccc;
  cursor: pointer;
}
.list_m2 li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 5px 0 
}
.icons_m1 li {
  display: inline-block;
  margin-right: 10px 
}
.icons_m1 li img{
  width: 35px;
}
.list_m3 li {
  display: inline-block;
}
.list_m3 li a {
  color: #fff;
  text-decoration: none;
  padding: 0px 15px 
}
.locations {
  background: url(../images/map_bg.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: left bottom;
}

@media(max-width: 991px) {
  .text_m1{
    font-size: 30px;
  }
}
@media(max-width: 767px) {
  .banner_set {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .footer .col-sm-4, .footer .col-12 {
    margin-bottom: 25px;
  }
  .list_m3 li a {
    color: #fff;
    text-decoration: none;
    padding: 0px 4px;
    padding-left: 0 font-size: 14px;
  }
}
