.container-fluid {
  padding: 0;
}

button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
  outline: none !important;
  box-shadow: none !important;
}

.banner-img .c_banner {
	position: relative;
}

.banner-img .c_banner::after {
	content: "";
	background-color: rgba(20, 38, 67, 0.6);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-img .insise-page {
  width: 100%;
  padding: 6px 0;
}
.banner-img .insise-page div {
  background: url(../images/contact-us/home-fill.png) no-repeat 20px;
  padding-left: 42px;
}
.banner-img .insise-page div a {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  padding: 0 5px;
}
.banner-img .insise-page div a:hover {
  color: #fb3a4a;
  transition: 0.2s;
}

ul {
  list-style: none;
  padding: 0;
}

.img-fluid {
  width: 100%;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.p-3 {
  padding: 0 !important;
}

.banner-img .insise-page {
  background: #f9f9f9;
}

.section1 {
  padding: 80px 15px 60px 15px;
}
.section1 h1 {
  font-size: 36px;
  font-family: OpenSans;
  font-weight: bold;
  color: #333;
}
.section1 article {
  font-size: 16px;
  font-family: OpenSans;
  line-height: 30px;
  color: #333;
  margin-top: 35px;
}
.section1 .line {
  font-size: 18px;
  font-family: OpenSans;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  margin-top: 50px;
}
.section1 .section1-list {
  margin-top: 30px;
  display: flex;
}
.section1 .section1-list .left-item {
  padding: 0;
}
.section1 .section1-list .right-item {
  background: #fbfcff;
}
.section1 .section1-list .right-item p {
  font-size: 18px;
  font-family: OpenSans;
  line-height: 36px;
  color: #333;
}
.section1 .line1 {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.section1 .line1 a {
  font-size: 24px;
  font-family: OpenSans;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 7px 0px;
  border-radius: 25px;
  width: 49%;
}
.section1 .line1 .left-btn {
  background-image: linear-gradient(to right, #1f2f48, #28374f);
  text-decoration: none;
  background-size: 200% auto;
  transition: 0.5s;
}
.section1 .line1 .left-btn:hover {
  background-image: linear-gradient(to right, #000428 0%, #0e477a 51%, #000428 100%);
  background-position: center right;
}
.section1 .line1 .right-btn {
  background-image: linear-gradient(to right, #fb3a4a, #fe4754);
  text-decoration: none;
  background-size: 200% auto;
  transition: 0.5s;
}
.section1 .line1 .right-btn:hover {
  background-image: linear-gradient(to right, #f60e10 0%, #bd2e32 51%, #fe4754 100%);
  background-position: center right;
}

.section2 {
  padding: 30px 15px;
}
.section2 h2 {
  font-size: 48px;
  font-family: OpenSans;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.section2 .section8-swiper {
  margin-top: 40px;
  position: relative;
}
.section2 .section8-swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  overflow: hidden;
  display: block;
}
.section2 .section8-swiper .swiper-wrapper .swiper-slide .img-box img {
  transition: all 0.6s ease 0s;
  transform: scale(1);
}
.section2 .section8-swiper .swiper-wrapper .swiper-slide .img-text {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-family: OpenSans;
  color: #000;
  text-align: center;
  padding: 20px 0;
}
.section2 .section8-swiper .swiper-wrapper .swiper-slide:hover .img-box img {
  transform: scale(1.02);
}
.section2 .section8-swiper .swiper-wrapper .swiper-slide:hover .img-text {
  color: #fb3a4a;
}
.section2 .section8-swiper .swiper-button-next::after {
  color: #fb3a4a;
  font-size: 40px !important;
}
.section2 .section8-swiper .swiper-button-prev::after {
  color: #fb3a4a;
  font-size: 40px !important;
}
.section2 .section8-swiper .swiper-button-next {
  font-weight: bold;
  position: absolute;
  top: 39%;
}
.section2 .section8-swiper .swiper-button-prev {
  font-weight: bold;
  position: absolute;
  top: 39%;
}

.section3 {
  background: #1f2f48;
  padding: 80px 0px 70px 0px !important;
}
.section3 h2 {
  font-size: 48px;
  font-family: OpenSans;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.section3 .g-3 {
  --bs-gutter-x: 1.25rem;
}
.section3 .section3-list {
  margin-top: 40px;
}
.section3 .section3-list .list-item .img-box {
  width: 100%;
  overflow: hidden;
  display: block;
}
.section3 .section3-list .list-item .img-box img {
  transition: all 0.6s ease 0s;
  transform: scale(1);
}
.section3 .section3-list .list-item .img-title {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-family: OpenSans;
  color: #fff;
  padding: 20px 10px;
}
.section3 .section3-list .list-item:hover .img-box img {
  transform: scale(1.02);
}
.section3 .section3-list .list-item:hover .img-title {
  color: #fb3a4a;
}

.message .container {
  padding: 0 15px;
}

.footer {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .section1 .line1 {
    flex-wrap: wrap;
  }
  .section1 .line1 a {
    width: 100%;
  }
  .section1 .line1 a:nth-child(2) {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .section1 .section1-list {
    flex-wrap: wrap;
  }
  .section1 .section1-list .left-item {
    width: 100%;
  }
  .section1 .section1-list .right-item {
    width: 100%;
    padding: 30px;
  }
  .footer {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section1 .section1-list .left-item {
    width: 39%;
  }
  .section1 .section1-list .left-item .img-box {
    height: 100%;
  }
  .section1 .section1-list .left-item .img-box img {
    height: 100%;
  }
  .section1 .section1-list .right-item {
    width: 61%;
    padding: 20px 0px 20px 15px;
  }
  .section1 .section1-list .right-item p {
    line-height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section1 .section1-list .left-item {
    width: 43.5%;
  }
  .section1 .section1-list .right-item {
    width: 56.5%;
    padding: 30px 40px;
  }
}
@media (min-width: 1400px) {
  .section1 .section1-list .left-item {
    width: 40.427%;
  }
  .section1 .section1-list .right-item {
    width: 59.573%;
    padding: 40px 50px;
  }
}/*# sourceMappingURL=case.css.map */