@media (max-width: 991.98px) {
    .exclusive-agent-single {
        bottom: -20px;
    }
}
@media (max-width: 767.98px) {
  .exclusive-agent-single {
    bottom: 0;
    position: relative;
    right: 0;
  }
}

.left-top-img {
  position: absolute;
  left: -60px;
  top: 0;
}
@media (max-width: 767.98px) {
  .left-top-img {
    width: 40%;
  }
}

.right-bottom-img {
  bottom: -50px;
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  .right-bottom-img {
    width: 50%;
  }
}

.service-v1-vector {
  bottom: -10px;
  position: absolute;
  right: 5%;
}
.service-v1-vector.at-job {
  bottom: 0;
}

.vector-v12 {
  bottom: 0;
  position: absolute;
  right: 6.6%;
  top: 0;
}

.service-v3-vector {
  bottom: 0;
  position: absolute;
  right: 5%;
}

.imgbox-about-page .img-1 {
  bottom: 500px;
  position: absolute;
  right: -100px;
}
.imgbox-about-page .img-2 {
  left: 230px;
  opacity: 0.2;
  position: absolute;
  top: -100px;
}
.imgbox-about-page .img-3 {
  left: -100px;
  opacity: 0.2;
  position: absolute;
  top: -100px;
}
.imgbox-about-page .img-4 {
  bottom: 500px;
  left: -100px;
  position: absolute;
}
.imgbox-about-page .img-5 {
  position: absolute;
  right: 60px;
  top: -60px;
}

.imgbox-1 {
  position: relative;
}
.imgbox-1 .img-1 {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
@media (max-width: 400px) {
  .imgbox-1 .img-1 {
    width: 100%;
  }
}

.floating-img-1 {
  position: absolute;
  left: -150px;
  top: -150px;
}

.floating-img-2 {
  position: absolute;
  right: 0;
  top: -50px;
}

.floating-img-3 {
  position: absolute;
  right: -150px;
}

.home4-about-1 {
  position: relative;
}
.home4-about-1 .iconbox-small1 {
  top: -35px;
  top: 0;
}
.home4-about-1 .iconbox-small2 {
  top: 0;
  right: 0;
}
.home4-about-1 .img-1 {
  bottom: -30px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.home5-floating-img-1 {
  position: absolute;
  right: 4%;
}

@media (max-width: 767.98px) {
  .video-button-home8 {
    margin-bottom: -40%;
    margin-top: 40%;
  }
}

.video-button-home11 {
  background: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 17px;
  height: 80px;
  left: 0;
  line-height: 80px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 35%;
  text-align: center;
  width: 80px;
}
.video-button-home11.at-home13 {
  top: 40%;
}

.listbox-style1 {
  max-width: 330px;
  position: relative;
  z-index: 1;
}

/*	Hero Styles All Type Of  */
/*	Home 1 Banner */
.home1-banner-content {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 35%;
  width: 80%;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .home1-banner-content {
  
  }
}
@media (max-width: 767.98px) {
  .home1-banner-content {
    width: 100%;
  }
}
.home1-banner-content.at-home9 {
  
}
@media (max-width: 767.98px) {
  .home1-banner-content.at-home9 {
    
  }
}

/*	Home 2 Banner  */
/*	Home 3 Banner */
.home3-hero {
  background-image: url(../images/background/home3-bg.png);
  align-items: center;
  display: flex;
  height: 670px;
}

.home3-hero-content .title {
  font-size: 45px;
  line-height: 59px;
}
@media (max-width: 767.98px) {
  .home3-hero-content .title {
    font-size: 30px;
    line-height: 45px;
  }
}

.home3-hero-img {
  bottom: -400px;
  position: absolute;
  right: -90px;
}
@media (max-width: 1600px) {
  .home3-hero-img {
    right: 0;
  }
}

.home3-hero-partner img {
  filter: contrast(0.1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home3-hero-partner img:hover {
  filter: contrast(1);
}

/*	Home 4 Banner Content */
/*	Home 5 Slider Content */
.slider-slide-item {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 900px;
  position: relative;
}
.slider-slide-item:before {
  background-color: rgba(34, 34, 34, 0.6);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .slider-slide-item {
    height: 500px;
  }
}

.thumbimg-countnumber-carousel .slider-subtitle {
  font-family: var(--title-font-family);
  font-weight: 600;
  margin: 0 0 10px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@media (max-width: 991.98px) {
  .thumbimg-countnumber-carousel .slider-subtitle {
    font-size: 26px;
  }
}
.thumbimg-countnumber-carousel .slider-title {
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 52px;
  margin: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@media (max-width: 991.98px) {
  .thumbimg-countnumber-carousel .slider-title {
    font-size: 36px;
  }
}
.thumbimg-countnumber-carousel .slider-text {
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.thumbimg-countnumber-carousel .slider-btn {
  border-color: transparent;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.thumbimg-countnumber-carousel .active .slider-subtitle {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.thumbimg-countnumber-carousel .active .slider-title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.thumbimg-countnumber-carousel .active .slider-text {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.thumbimg-countnumber-carousel .active .slider-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/*	Home 2 Banner */
.hero-home2 {
  background-image: url(../images/background/home2-hero-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  align-items: end;
  display: flex;
  height: 860px;
}
@media (max-width: 1399.98px) {
  .hero-home2 {
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  .hero-home2 {
    height: auto;
  }
}
.main-img-home2 {
  bottom: 0;
  left: -100px;
  position: absolute;
}
@media (max-width: 1400px) {
  .main-img-home2 {
    left: 0;
    width: 100%;
  }
}

.home2-hero-content .img-1 {
  left: -50px;
  position: absolute;
  top: 365px;
}
.home2-hero-content .iconbox-small1 {
  border-radius: 16px;
  padding: 20px 30px 20px 20px;
  top: 0;
}
.home2-hero-content .iconbox-small1 .icon {
  background-color: rgba(91, 187, 123, 0.15);
  color: #5BBB7B;
  left: 0;
  position: relative;
  top: 0;
}
.home2-hero-content .iconbox-small1:hover .icon {
  background-color: rgba(91, 187, 123, 0.15);
  color: #5BBB7B;
}
.home2-hero-content .iconbox-small2 {
  border-radius: 16px;
  padding: 20px 30px 20px 20px;
  right: -90px;
  top: 300px;
}
@media (max-width: 1500px) {
  .home2-hero-content .iconbox-small2 {
    right: 0;
  }
}
@media (max-width: 1400px) {
  .home2-hero-content .iconbox-small2 {
    right: -60px;
    top: 200px;
  }
}
.home2-hero-content .iconbox-small2 .icon {
  background-color: rgba(31, 75, 63, 0.1);
  color: #1F4B3F;
  left: 0;
  position: relative;
  top: 0;
}
.home2-hero-content .iconbox-small2:hover .icon {
  background-color: rgba(31, 75, 63, 0.1);
  color: #1F4B3F;
}

/*	Home 3 Banner */
/*	Home 4 Banner */
/*	Home 5 Banner */
.hero-home5 {
  align-items: center;
  background: linear-gradient(180deg, #FBF7ED 0%, rgba(251, 247, 237, 0) 100%);
  display: flex;
  height: 760px;
  margin-top: -80px;
}
@media (max-width: 991.98px) {
  .hero-home5 {
    padding-top: 120px;
  }
}

.home5-hero-content {
  position: relative;
}
.home5-hero-content .img-1 {
  bottom: 150px;
  position: absolute;
  top: auto;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .home5-hero-content .img-1 {
    bottom: 0;
  }
}
.home5-hero-content .iconbox-small1 {
  top: 200px;
}
.home5-hero-content .iconbox-small1 .icon {
  background-color: #1F4B3F;
}
.home5-hero-content .iconbox-small1:hover .icon {
  background-color: #F5CB77;
}
.home5-hero-content .iconbox-small2 {
  bottom: 200px;
  top: auto;
}
.home5-hero-content .iconbox-small2 .icon {
  background-color: #1F4B3F;
}
.home5-hero-content .iconbox-small2:hover .icon {
  background-color: #F5CB77;
}

/*	Home 6 Banner */
.hero-home6:before {
  background-color: #FAF7EE;
  bottom: 0;
  content: "";
  height: 115%;
  position: absolute;
  right: 0;
  top: -80px;
  width: 29.5%;
  z-index: -1;
}

.home6-hero-content {
  position: relative;
}
.home6-hero-content .img-1 {
  position: absolute;
  top: 30%;
}
.home6-hero-content .img-2 {
  position: absolute;
  right: 0;
  top: 20px;
}
.home6-hero-content .img-3 {
  position: absolute;
  right: -10px;
  top: 50%;
}
.home6-hero-content .img-4 {
  position: absolute;
  left: 90px;
  top: 100px;
}
.home6-hero-content .img-5 {
  position: absolute;
  right: 160px;
  top: -10px;
}
.home6-hero-content .iconbox-small1 {
  bottom: 170px;
  top: auto;
}
.home6-hero-content .iconbox-small1 .icon {
  background-color: #1F4B3F;
}
.home6-hero-content .iconbox-small1:hover .icon {
  background-color: #F1AB88;
}
.home6-hero-content .iconbox-small2 {
  bottom: 70px;
  top: auto;
}
.home6-hero-content .iconbox-small2 .icon {
  background-color: #1F4B3F;
}
.home6-hero-content .iconbox-small2:hover .icon {
  background-color: #F1AB88;
}

.home6-newslatter {
  background-image: url(../images/background/home6-newslatter-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/*	Home 7 Banner */
.hero-home7 {
  align-items: center;
  display: flex;
  height: 650px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .hero-home7 {
    height: auto;
  }
}
.hero-home7:before {
  background-color: #F1FCFA;
  content: "";
  height: 513px;
  position: absolute;
  right: 0;
  top: 70px;
  width: 513px;
}
@media (max-width: 991.98px) {
  .hero-home7:before {
    display: none;
  }
}

.home7-hero-slide {
  position: relative;
}
.home7-hero-slide .details {
  position: absolute;
  left: 30px;
  top: 30px;
}

.home7-hero-slider:before {
  background-color: #FFEDE8;
  bottom: -50px;
  content: "";
  height: 277px;
  left: -50px;
  position: absolute;
  right: -50px;
}
@media (max-width: 1199.98px) {
  .home7-hero-slider:before {
    bottom: -30px;
    left: -30px;
    right: -30px;
  }
}

/*	Home 8 Banner */
.hero-home8 {
  background-image: url(../images/background/home8-hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  height: 800px;
  position: relative;
}

.home8-hero-img {
  position: absolute;
  right: 0;
  top: 80px;
}
/*	Home 9 Banner */
.home9-hero-content .banner-style-one .slide {
    display: flex;
    height: 580px;
    align-items: center;
    border-radius: 22px;
}
@media (max-width: 767.98px) {
  .home9-hero-content .banner-style-one .slide {
    height: 650px;
  }
}

.home9-tags a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: inline-block;
    font-family: var(--body-fontsmall-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    margin-right: 10px;
    padding: 5px 24px;
}
.home9-tags a:last-child {
  margin-right: 0;
}
.home9-tags.at-home12 a {
  background-color: #ffffff;
  color: #222222;
}
.home9-tags.at-home16 a {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  color: #222222;
}
.home9-tags.at-home16 a:hover {
  background-color: #FBF7ED;
}
.home9-tags.at-home18 a {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  color: #222222;
}
.home9-tags.at-home18 a:hover {
  background-color: #FFEDE8;
}

/*	Home 10 Banner */
.home10-hero-content .banner-style-one .slide {
  display: flex;
  height: 700px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .home10-hero-content .banner-style-one .slide {
    height: 500px;
  }
}
.home10-hero-content .navi_pagi_bottom_center.owl-theme .owl-nav {
  bottom: 45px;
}
.home10-hero-content .navi_pagi_bottom_center.owl-theme .owl-dots {
  bottom: 23px;
}

/*	Home 11 Banner */
.home11-hero-content {
  position: relative;
}
.home11-hero-content .tag {
  background-color: #FFEDE8;
  border-radius: 12px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 13px;
  padding: 5px 17px;
}
.home11-hero-content .title {
  font-size: 55px;
  line-height: 72px;
}
@media (max-width: 767.98px) {
  .home11-hero-content .title {
    font-size: 30px;
    line-height: 45px;
  }
}

.home11-hero-img {
  position: relative;
}
.home11-hero-img .iconbox-small1 {
  border-radius: 16px;
  padding: 20px 30px 20px 20px;
  bottom: 0;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  top: auto;
}
@media (max-width: 767.98px) {
  .home11-hero-img .iconbox-small1 {
    position: absolute;
  }
}
.home11-hero-img .iconbox-small1 .icon {
  background-color: #222222;
  color: #ffffff;
  left: 0;
  position: relative;
  top: 0;
}
.home11-hero-img .iconbox-small1:hover .icon {
  background-color: #EAFAC1;
  color: #222222;
}
.home11-hero-img .iconbox-small2 {
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  padding: 20px 30px 20px 20px;
  right: -90px;
  top: 300px;
}
@media (max-width: 1500px) {
  .home11-hero-img .iconbox-small2 {
    right: 0;
  }
}
@media (max-width: 1400px) {
  .home11-hero-img .iconbox-small2 {
    right: -30px;
    top: 200px;
  }
}
@media (max-width: 767.98px) {
  .home11-hero-img .iconbox-small2 {
    position: absolute;
    right: 0;
  }
}
.home11-hero-img .iconbox-small2 .icon {
  background-color: #EAFAC1;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
}
.home11-hero-img .iconbox-small2:hover .icon {
  background-color: #EAFAC1;
  color: #222222;
}

/*	Home 12 Banner */
.hero-home12 {
  background-image: url(../images/background/home12-hero-bg.png);
  display: flex;
  align-items: center;
  height: 860px;
}

.home12-hero-content {
  position: relative;
}
.home12-hero-content .tag {
  background-color: #EAFAC1;
  border-radius: 120px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 13px;
  padding: 5px 17px;
}

.home12-hero-img .img-0 {
  bottom: 0;
  position: absolute;
}
.home12-hero-img .img-1 {
  left: 70px;
  position: absolute;
  top: 0;
}
.home12-hero-img .img-2 {
  right: -100px;
  position: absolute;
  top: 100px;
  width: 108px;
  z-index: 1;
}
@media (max-width: 1500px) {
  .home12-hero-img .img-2 {
    right: 0;
    top: 0;
  }
}
.home12-hero-img .img-3 {
  position: absolute;
  right: -100px;
  top: 450px;
  width: 80px;
  z-index: 1;
}
@media (max-width: 1500px) {
  .home12-hero-img .img-3 {
    right: 0;
  }
}
.home12-hero-img .iconbox-small1 {
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  margin-left: 4%;
  padding: 20px 30px 20px 20px;
  bottom: 50px;
  top: auto;
}
@media (max-width: 767.98px) {
  .home12-hero-img .iconbox-small1 {
    position: absolute;
  }
}
.home12-hero-img .iconbox-small1 .icon {
  background-color: #CEF9D6;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
}
.home12-hero-img .iconbox-small1:hover .icon {
  background-color: #CEF9D6;
  color: #222222;
}
.home12-hero-img .iconbox-small2 {
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  bottom: 250px;
  padding: 20px 30px 20px 20px;
  right: 200px;
  top: auto;
}
@media (max-width: 1500px) {
  .home12-hero-img .iconbox-small2 {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .home12-hero-img .iconbox-small2 {
    position: absolute;
    right: 0;
  }
}
.home12-hero-img .iconbox-small2 .icon {
  background-color: #222222;
  color: #ffffff;
  left: 0;
  position: relative;
  top: 0;
}
.home12-hero-img .iconbox-small2:hover .icon {
  background-color: #222222;
  color: #ffffff;
}

/*	Home 13 Banner */
.hero-home13 {
  background-image: url(../images/background/home13-hero-bg.png);
  display: flex;
  align-items: center;
  height: 860px;
}
@media (max-width: 1199.98px) {
  .hero-home13 {
    height: auto;
    padding-bottom: 60px;
  }
}
.hero-home13.at-home17 {
  background-image: url(../images/background/home17-hero-bg.png);
}
.hero-home13.at-home18 {
  background-image: url(../images/background/home18-hero-bg.png);
  border-radius: 30px;
}
.hero-home13.at-home20 {
  background-image: url(../images/background/home20-hero-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

.home13-hero-content {
  position: relative;
}
.home13-hero-content .tag {
  background-color: #222222;
  border-radius: 120px;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
  font-size: 13px;
  padding: 5px 17px;
}

.home13-hero-img .img-4 {
  bottom: -18px;
  position: absolute;
  right: 30px;
}
.home13-hero-img .iconbox-small1 {
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  padding: 20px 30px 20px 20px;
  right: -40%;
  top: 40%;
}
@media (max-width: 1600px) {
  .home13-hero-img .iconbox-small1 {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .home13-hero-img .iconbox-small1 {
    position: absolute;
  }
}
.home13-hero-img .iconbox-small1 .icon {
  background-color: #CEF9D6;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
}
.home13-hero-img .iconbox-small1:hover .icon {
  background-color: #CEF9D6;
  color: #222222;
}

/*	Home 14 Banner */
.home14-hero-content {
  position: relative;
}
.home14-hero-content .title {
  font-size: 55px;
}
.home14-hero-content .title span {
  position: relative;
}
.home14-hero-content .title span:before {
  background-color: #F4FEA8;
  content: "";
  bottom: 5px;
  height: 19px;
  left: -5px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .home14-hero-content .title {
    font-size: 30px;
  }
}

.home14-ctaimg-1 {
  position: relative;
}
.home14-ctaimg-1 .iconbox-small1 {
  border-radius: 16px;
  padding: 20px 30px 20px 20px;
  bottom: 0;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  top: auto;
}
@media (max-width: 767.98px) {
  .home14-ctaimg-1 .iconbox-small1 {
    position: absolute;
  }
}
.home14-ctaimg-1 .iconbox-small1 .icon {
  background-color: #CEF9D6;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
}
.home14-ctaimg-1 .iconbox-small1:hover .icon {
  background-color: #CEF9D6;
  color: #222222;
}
.home14-ctaimg-1 .iconbox-small2 {
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  padding: 20px 30px 20px 20px;
  right: 50px;
  top: 300px;
}
@media (max-width: 1500px) {
  .home14-ctaimg-1 .iconbox-small2 {
    right: 0;
  }
}
@media (max-width: 1400px) {
  .home14-ctaimg-1 .iconbox-small2 {
    right: -30px;
    top: 200px;
  }
}
@media (max-width: 767.98px) {
  .home14-ctaimg-1 .iconbox-small2 {
    position: absolute;
    right: 0;
  }
}
.home14-ctaimg-1 .iconbox-small2 .icon {
  background-color: rgba(31, 75, 63, 0.1);
  color: #1F4B3F;
  left: 0;
  position: relative;
  top: 0;
}
.home14-ctaimg-1 .iconbox-small2:hover .icon {
  background-color: #EAFAC1;
  color: #222222;
}

.home13-hero-img .img-1 {
  position: absolute;
  top: 8%;
}

/*	Home 15 Banner */
.hero-home15 {
  border-radius: 0px 0px 20px 20px;
}

.home15-hero-img .iconbox-small1 {
  border-radius: 0 30px 30px 30px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  padding: 20px 30px 20px 20px;
  right: -20%;
  top: 40%;
}
@media (max-width: 1600px) {
  .home15-hero-img .iconbox-small1 {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .home15-hero-img .iconbox-small1 {
    position: absolute;
  }
}
.home15-hero-img .iconbox-small1 .icon {
  background-color: #F6CC77;
  color: #222222;
  left: 0;
  position: relative;
  top: 0;
}
.home15-hero-img .iconbox-small1:hover .icon {
  background-color: #CEF9D6;
  color: #222222;
}
.home15-hero-img .iconbox-small2 {
  border-radius: 30px 0 30px 30px;
  -webkit-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  -o-box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  box-shadow: 10px 10px 40px rgba(34, 34, 34, 0.05);
  bottom: 10%;
  left: -10%;
  right: auto;
  padding: 20px 30px 20px 20px;
  top: auto;
}
@media (max-width: 767.98px) {
  .home15-hero-img .iconbox-small2 {
    position: absolute;
  }
}
.home15-hero-img .iconbox-small2 .icon {
  background-color: #168882;
  color: #ffffff;
  left: 0;
  position: relative;
  top: 0;
}
.home15-hero-img .iconbox-small2:hover .icon {
  background-color: #CEF9D6;
  color: #222222;
}

/*	Home 16 Banner */
.hero-home16 {
  background-image: url(../images/background/home16-hero-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home16-hero-fltimg {
  max-height: 740px;
  max-width: 840px;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
}
.home16-hero-fltimg.at-home19 {
  max-height: 800px;
  max-width: 900px;
}

/*	Home 17 Banner */
.home17-hero-content {
  position: relative;
}
.home17-hero-content .btn-1 {
  background-color: #3F5D56;
  color: #97FCC4;
}
.home17-hero-content .btn-2 {
  background-color: #97FCC4;
  border: 1px solid #E9E9E9;
  color: #222222;
}

.home17-hero-img {
  position: relative;
}
.home17-hero-img .iconbox-small1 {
  background-color: #2D62DC;
  border-radius: 120px;
  bottom: -40px;
  padding: 20px 30px 20px 20px;
  top: auto;
  right: -60px;
}
@media (max-width: 1600px) {
  .home17-hero-img .iconbox-small1 {
    right: -50px;
  }
}
@media (max-width: 1440px) {
  .home17-hero-img .iconbox-small1 {
    right: 0px;
  }
}
.home17-hero-img .iconbox-small1 .icon {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  left: 0;
  position: relative;
  top: 0;
}
.home17-hero-img .img-1 {
  left: -30px;
  position: absolute;
  top: 45%;
}

/*	Home 18 Banner */
.home18-hero-content {
  position: relative;
}
.home18-hero-content .btn-1 {
  background-color: #F9FCAA;
  color: #222222;
}
.home18-hero-content .btn-2 {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
}

.home18-hero-img {
  position: relative;
}
.home18-hero-img .detail {
  left: 140px;
  position: absolute;
  top: 120px;
}
@media (max-width: 1200px) {
  .home18-hero-img .detail {
    left: 30px;
  }
}
.home18-hero-img .iconbox-small1 {
  background-color: #F9FCAA;
  border-radius: 120px;
  bottom: 300px;
  padding: 20px 30px 20px 20px;
  top: auto;
  right: -150px;
}
@media (max-width: 1600px) {
  .home18-hero-img .iconbox-small1 {
    right: -50px;
  }
}