.readon {
  outline: none;
  padding: 4px 10px !important;
  border: none;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #df1a23;
  transition: all 0.3s ease;
}
.bg8 {
  background-image: url(public/frontend/assets/images/bg/bg8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.rs-whychooseus.style1 {
  position: relative;
}
.rs-whychooseus.style1 .container {
  z-index: 1;
  position: relative;
}
.rs-whychooseus.style1 .item-wrap {
  background: #f1f6fc;
  text-align: center;
}
.rs-whychooseus.style1 .item-wrap .icon-part {
  margin-bottom: 22px;
}
.rs-whychooseus.style1 .item-wrap .icon-part img {
  max-width: 65px;
  margin: 0 auto;
}
.rs-whychooseus.style1 .item-wrap .title {
  margin-bottom: 0;
  font-weight: 600;
}
.rs-whychooseus.style1 .item-wrap .title a {
  color: #1c1b1b;
}
.rs-whychooseus.style1 .item-wrap .title a:hover {
  color: #007cc4;
}
.rs-whychooseus.style1 .video-wrap {
  background: url(assets/images/whychooseus/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
  border-radius: 40px;
  position: relative;
}
.rs-whychooseus.style1 .video-wrap .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-whychooseus.style1:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.78;
  z-index: 0;
}
.rs-whychooseus.style2 .rs-counter-list {
  text-align: center;
  box-shadow: 0 0 72px -10px rgba(0, 0, 0, 0.22);
  padding: 42px 30px 35px;
  border-radius: 30px;
}
.rs-whychooseus.style2 .rs-counter-list .icon-part {
  margin-bottom: 20px;
}
.rs-whychooseus.style2 .rs-counter-list .icon-part img {
  max-width: 70px;
  margin: 0 auto;
}
.rs-whychooseus.style2 .rs-counter-list .counter-text .rs-count {
  font-size: 44px;
  line-height: 60px;
  font-weight: 600;
  color: #1c1b1b;
  position: relative;
  display: inline-block;
  padding-right: 28px;
  margin-bottom: 16px;
}
.rs-whychooseus.style2 .rs-counter-list .counter-text .rs-count:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1c1b1b;
  opacity: 0.9;
}
.rs-whychooseus.style2 .rs-counter-list .counter-text .title {
  font-size: 16px;
  line-height: 18px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.rs-whychooseus.style2 .rs-counter-list.plus .counter-text .rs-count:after {
  content: "+";
}
.rs-whychooseus.style2 .rs-counter-list.thousand .counter-text .rs-count:after {
  content: "K";
  right: -3px;
}
.rs-whychooseus.style3 {
  background-image: linear-gradient(180deg, #f8f2fd 0%, #e7f1fd 100%);
  background-color: transparent;
}
.rs-whychooseus.style3 .content-wrap .item-part {
  display: inline-flex;
}
.rs-whychooseus.style3 .content-wrap .item-part .icon-part img {
  width: 70px;
  height: 70px;
  max-width: unset;
}
.rs-whychooseus.style3 .content-wrap .item-part .desc-text {
  padding-left: 30px;
}
.rs-whychooseus.style3 .content-wrap .item-part .desc-text .title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: 600;
  color: #101010;
}
.rs-whychooseus.style3 .image-wrap {
  position: relative;
}
.rs-whychooseus.style3 .image-wrap .ly {
  position: absolute;
}
.rs-whychooseus.style3 .image-wrap .ly.ly1 {
  top: 52px;
  right: 35px;
  max-width: 312px;
  animation: left-right 4s alternate infinite;
}
.rs-whychooseus.style3 .image-wrap .ly.ly2 {
  bottom: 87px;
  right: 35px;
  max-width: 232px;
}
.rs-whychooseus.style3 .image-wrap .ly.ly3 {
  left: -37px;
  bottom: -30px;
  max-width: 240px;
  animation: up-down 4s alternate infinite;
}
.rs-whychooseus.style4 .content-part {
  display: inline-flex;
}
.rs-whychooseus.style4 .content-part .icon-part img {
  width: 70px;
  height: 70px;
  max-width: unset;
}
.rs-whychooseus.style4 .content-part .text-part {
  padding-left: 35px;
}
.rs-whychooseus.style4 .content-part .text-part .title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.rs-whychooseus.style5 .content-wrap .item-part {
  display: inline-flex;
}
.rs-whychooseus.style5 .content-wrap .item-part .icon-part img {
  width: 55px;
  max-width: unset;
}
.rs-whychooseus.style5 .content-wrap .item-part .desc-text {
  padding-left: 25px;
}
.rs-whychooseus.style5 .content-wrap .item-part .desc-text .title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: 700;
  color: #333333;
}
.rs-whychooseus.style5 .image-wrap {
  position: relative;
}
.rs-whychooseus.style5 .image-wrap .ly {
  position: absolute;
}
.rs-whychooseus.style5 .image-wrap .ly.ly1 {
  top: 52px;
  right: 35px;
  max-width: 312px;
  animation: left-right 4s alternate infinite;
}
.rs-whychooseus.style5 .image-wrap .ly.ly2 {
  bottom: 87px;
  right: 35px;
  max-width: 232px;
}
.rs-whychooseus.style5 .image-wrap .ly.ly3 {
  left: -37px;
  bottom: -30px;
  max-width: 240px;
  animation: up-down 4s alternate infinite;
}
.rs-whychooseus.style6 .img-part {
  position: relative;
  display: inline-block;
}
.rs-whychooseus.style6 .img-part .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-whychooseus.style6 .content-wrap .item-part {
  display: inline-flex;
  border-bottom: 1px solid #F7F7F7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rs-whychooseus.style6 .content-wrap .item-part .icon-part {
  padding-top: 10px;
}
.rs-whychooseus.style6 .content-wrap .item-part .icon-part img {
  width: 65px;
  max-width: unset;
}
.rs-whychooseus.style6 .content-wrap .item-part .desc-text {
  padding-left: 25px;
}
.rs-whychooseus.style6 .content-wrap .item-part .desc-text .title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: 600;
  color: #101010;
}
.rs-whychooseus.style6 .content-wrap .item-part:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.rs-whychooseus.style7 .iconbox-area {
  padding: 60px 35px 60px 30px;
  box-shadow: 0 0 30px #eee;
  background: #ffffff;
  margin: 0 -15px 0 0;
}
.rs-whychooseus.style7 .iconbox-area .box-content {
  text-align: center;
}
.rs-whychooseus.style7 .iconbox-area .box-content .icon-area {
  display: inline-block;
  color: #101010;
  transition: all ease .3s;
  margin-bottom: 30px;
}
.rs-whychooseus.style7 .iconbox-area .box-content .icon-area a img {
  width: 80px;
}
.rs-whychooseus.style7 .iconbox-area .box-content .text-area .title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 20px;
}
.rs-whychooseus.style7 .iconbox-area .box-content .text-area .title a {
  color: #0a0a0a;
}
.rs-whychooseus.style7 .iconbox-area .box-content .text-area .title a:hover {
  color: #007cc4;
}
.rs-whychooseus.style7 .iconbox-area .box-content .text-area .services-txt {
  margin-bottom: 0;
}
.rs-whychooseus.style7 .iconbox-area:hover .box-content .icon-area {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.video-btn.primary a {
  background: #007cc4;
  color: #ffffff;
}
.video-btn a i {
  font-size: 30px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.video-btn a:after {
  background: #127ec2;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}
.mb-40 {
  margin-bottom: 40px;
}
.sec-title .sub-title.right-line {
  padding-right: 65px;
  position: relative;
  display: inline-block;
}
.sec-title .sub-title.primary {
  color: #007cc4;
  font-size: 32px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 767px){
  .sec-title .sub-title.primary {
    color: #007cc4;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
  }
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}
.sec-title .sub-title.right-line:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  z-index: 1;
  margin-left: 0;
  right: 0;
  top: 13px;
}
.sec-title .sub-title.primary:after {
  background: #007cc4;
}
h1, h2, h3, h4, h5, h6 {
  color: #1c1b1b;
  margin: 0 0 26px;
  font-weight: 700;
}
.loop-product-title a {
  color: #000 !important;
  font-weight: 500;
}
.price {
  color: #007cc4 !important;
  font-weight: 500;
}
/* End footer */
.link-footer{
  display: block;
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
}
.link-footer li{
  display: inline-block;
  margin-right: 5px;
  border-right: 0px solid #fff;
  padding-right: 5px;

}
.link-footer li:last-child{
  border-right:0;}
.link-footer li a{
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal !important;

}
.information_comp p{
  text-align:center;
}
@media screen and (max-width: 860px) {
  #footer #footer-main .ft-row .ft-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #footer #footer-main .ft-row .ft-right {
    width: 100%;
  }

  #footer #footer-main .ft-rows .ft-logo {
    width: 37.2131147541%;
  }

  #footer #footer-main .ft-rows .ft-info {
    width: 62.6229508197%;
  }

  #footer #footer-main .ft-rows .ft-logo {
    text-align: center;
  }

  #footer #footer-main {
    padding-top: 30px;
  }

  #footer #footer-main .ft-row {
    padding-bottom: 30px;
  }

  #footer #footer-main .ft-rows .ft-info ul li:first-child span.ft-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 540px) {
  #footer #footer-main .ft-rows .ft-logo {
    width: 100%;
    margin-bottom: 15px;
  }

  #footer #footer-main .ft-rows .ft-info {
    width: 100%;
  }

  .br-sp {
    display: block;
  }
}
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}