.form-1 {
  border-radius: 20px;
  position: relative;
  box-shadow: 3px 13px 23px rgba(0, 0, 0, 0.2);
}
.form-1--title {
  background-color: #F1F1F1;
  border-radius: 20px 20px 0 0;
  padding: 15px 135px 10px 30px;
}
.form-1--title strong {
  display: block;
  font-size: 14px;
  color: #000000;
}
.form-1--img {
  position: absolute;
  top: -40px;
  right: -104px;
}
.form-1--content {
  border-radius: 0 0 20px 20px;
  background-color: #F8F8F8;
  padding: 30px 30px 40px;
}
.form-1 .btn-c {
  display: table;
  margin: 40px auto 0;
}

.btn-c {
  border-radius: 30px;
  border: none;
  text-align: center;
  padding: 14px 20px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
  display: inline-block;
}
.btn-1 {
  background-color: #12CDC4;
  color: #fff;
  padding: 14px 62px;
}
.btn-1:hover {
  background-color: #F17035;
  color: #fff;
}
.btn-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.title-65 {
  font-size: 65px;
  font-weight: bold;
  margin: 0 0 30px;
  line-height: 72px;
  padding: 0;
}
@media (max-width: 768px) {
  .title-65 {
    font-size: 50px;
    line-height: 55px;
  }
}
.title-50 {
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 60px;
  padding: 0;
}
.title-50 span {
  display: block;
}
@media (max-width: 768px) {
  .title-50 {
    font-size: 40px;
    line-height: 50px;
  }
}
.title-40 {
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .title-40 {
    font-size: 30px;
    line-height: 35px;
  }
}
.title-24 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .title-24 {
    font-size: 20px;
    line-height: 24px;
  }
}
.title-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 0;
}

.list-1 {
  background-color: #fff;
  border-radius: 20px;
  padding: 18px 22px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.list-1 strong {
  font-size: 18px;
  display: block;
  color: #000000;
  font-weight: 500;
}
.list-1 small {
  display: block;
  color: #626262;
  font-size: 13px;
}
.list-1 figure {
  width: 100%;
  margin-bottom: 10px !important;
}
@media (min-width: 550px) {
  .list-1 figure {
    width: 168px;
    padding-right: 20px;
  }
}
.list-1--content {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 550px) {
  .list-1--content {
    width: calc(100% - 168px);
  }
}
.list-1--small {
  padding: 0;
  margin-bottom: 10px;
  background-color: transparent;
}
.list-1--small .list-1--content strong {
  font-size: 20px;
}
@media (min-width: 550px) {
  .list-1--small figure {
    width: 75px;
  }
  .list-1--small .list-1--content {
    width: calc(100% - 75px);
  }
}

.box-1 {
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .box-1 {
    padding: 30px;
  }
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-65 {
  margin-top: 65px;
}

#wrapper {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-small {
  max-width: 410px;
}

.relative {
  position: relative;
}

.row > div {
  z-index: 2;
}

.font-13 {
  font-size: 13px;
}

.bg-cover, .bg-image, .bg-get-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-cover .bg-img, .bg-image .bg-img, .bg-get-image .bg-img {
  opacity: 0;
}

.cl-white {
  color: #fff;
}
.cl-red {
  color: #A60000;
}
.cl-red * {
  color: #A60000;
}
.cl-black {
  color: #000000;
}
.cl-black * {
  color: #000000;
}
.cl-orange {
  color: #F47936;
}
.cl-orange * {
  color: #F47936;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color:#F06F30;
  border-bottom: 1px solid #F6AD8B;
  padding: 0 0 0 30px;
  z-index: 20 !important;
}
.header .call {
  background-color: #E47F47;
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 20px 30px;
}
.header .call span {
  display: block;
  font-size: 14px;
}
.header .enquire {
  background-color: #12CDC4;
  display: block;
  color: #fff;
  text-align: center;
  padding: 13px 10px;
  max-width: 80px;
  font-size: 12px;
  line-height: 14px;
}
.header .enquire i {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}
.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .header-right {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
  }
  .header-right .call {
    font-size: 11px;
    line-height: 14px;
    padding: 6px 5px;
    text-align: center;
  }
  .header-right .enquire {
    max-width: initial;
    font-size: 11px;
    line-height: 12px;
    padding: 5px;
  }
  .header-right .enquire i {
    font-size: 13px;
  }
}

.home-top {
  background-position: top center;
}
@media (min-width: 1100px) {
  .home-top {
    background-position: bottom 100px center;
  }
}
@media (min-width: 1500px) {
  .home-top {
    background-position: bottom center;
  }
}
.home-banner {
  padding: 130px 0 105px;
}
@media (max-width: 900px) {
  .home-banner {
    padding: 130px 0 70px;
  }
}
.home-banner .title-20 {
  letter-spacing: -0.3px;
}
.home-banner--img {
  position: absolute;
  left: 55%;
  top: 0;
  z-index: -1;
}
.home-banner--img img {
  max-width: initial;
}
@media (max-width: 560px) {
  .home-banner--img {
    right: -230px;
    left: initial;
  }
}
.home-banner .container {
  z-index: 2;
}
.home-what {
  color: #000000;
  margin-top: 115px;
}
.home-what p {
  margin-bottom: 30px;
  color: #626262;
}
@media (max-width: 900px) {
  .home-what {
    background-color: #fff;
    margin-top: 60px;
    padding-top: 60px;
  }
}
.home-how {
  z-index: 1;
  position: relative;
}
.home-how:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 295px;
  bottom: 0;
  left: 0;
  background-color: #F7F7F7;
  z-index: -2;
}
.home-how--img1 {
  position: absolute;
  right: 0;
  bottom: 47%;
  max-width: 45%;
  z-index: -1;
}
.home-how--img2 {
  position: absolute;
  left: 0;
  bottom: -160px;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-how--img2 {
    bottom: -100px;
  }
}
.home-how p {
  margin-bottom: 30px;
}
.home-how .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.home-why {
  background-color: #F7F7F7;
  padding-top: 80px;
  z-index: 0;
  position: relative;
}
.home-why:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  transform: skewY(6deg);
  bottom: -80px;
  right: 0;
  background-color: #fff;
}
.home-why .container {
  position: relative;
  z-index: 2;
}
.home-why .title-50 {
  position: relative;
  display: table;
  margin: 0 auto 50px;
}
.home-why .title-50 span {
  display: inline-block;
}
.home-why--img {
  position: absolute;
  left: 100%;
  bottom: 40px;
  max-height: initial;
  max-width: initial;
  z-index: 3;
}
.home-why--img img {
  max-width: initial;
}
.home-why .col-lg-4 {
  margin-bottom: 50px;
}
.home-why--img01 {
  max-width: initial;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -50px;
}
.home-why--img01 img {
  max-width: initial;
  width: auto;
}
@media (max-width: 991px) {
  .home-why--img01 {
    justify-content: flex-start;
    margin-top: 0;
  }
  .home-why--img01 img {
    max-width: 100%;
  }
}
.home-client {
  padding-top: 115px;
  margin-top: -115px;
  overflow: hidden;
}
.home-client .title-50 span {
  display: inline-block;
}
.home-client--slider {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
}
.home-client--slider img {
  width: auto;
}
.home-client--slider .slick-arrow {
  font-size: 0;
  line-height: 0;
}
.home-client--slider .slick-arrow:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: 4px solid #959492;
  border-top: 4px solid #959492;
  border-radius: 2px 0 0;
  transition: 0.3s;
}
.home-client--slider .slick-arrow:hover:before {
  border-color: #EB8E39;
}
.home-client--slider .slick-arrow.slick-prev {
  transform: rotate(-45deg);
}
.home-client--slider .slick-arrow.slick-next {
  transform: rotate(135deg);
}
.home-faq {
  position: relative;
}
.home-faq .faq-title {
  padding: 20px 100px;
}
@media only screen and (max-width: 1023px) {
  .home-faq .faq-title {
    padding: 20px 30px;
  }
}
.home-faq--img {
  position: absolute;
  top: 116px;
  width: 100%;
  left: 0;
}
.home-faq--img img {
  width: 100%;
}

.gallery-slider-holder {
  padding: 60px 0;
  margin: -60px auto 0;
  overflow: hidden;
  max-width: 100%;
}

.form-container p {
  margin-bottom: 20px;
}

.number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background-color: #FFEFE8;
  color: #F58B2C;
  font-size: 20px;
  font-weight: bold;
}

.form-group.focus label, .form-group.not-empty label, .form-group .focus + label, .form-group .not-empty + label {
  top: -11px;
  color: #000;
}

.overflow {
  overflow: hidden;
}