/* -------------------------------------- */
/* -------------------------------------- */
/*----------------------------------------*/
/*  HOME PAGE 01
/*----------------------------------------*/

.headerimage {
  height: 100vh;
  width: 100vw;
  display: flex;
  background-image: url("/images/HEADBG2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media (max-width: 900px) {
  .headerimage {
    background-image: url("/images/mobileheader2.jpg");
  }
}

.headerimage2 {
  height: 100vh;
  width: 100vw;
  display: flex;
  background-image: url("/images/HEADBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media (max-width: 900px) {
  .headerimage2 {
    background-image: url("/images/mobileheader.jpg");
  }
}

.headerimage3 {
  height: 100vh;
  width: 100vw;
  display: flex;
  background-image: url("/images/headerimage3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media (max-width: 900px) {
  .headerimage3 {
    background-image: url("/images/headerimagemob3.jpg");
  }
}


.ad {
  height: 100vh;
  display: flex;
  background-image: url("/images/ad.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerArea {
  position: relative;
  margin: 0 45px;
  padding: 75px 40px 110px 40px;
  border-radius: 24px;
  background-color: rgba(255, 70, 94, 0.05);
}

.bannerArea__wrapper {
  margin-top: 90px;
}

.bannerArea__brief {
  width: 90%;
  color: #65729e;
  font-size: 21px;
  line-height: 36px;
  padding: 25px 0px;
  display: inline-block;
}

.bannerArea__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 90px;
}

.bannerArea__buttons .primary__button {
  font-size: 20px;
}

.bannerArea__buttons .overlay-playbutton {
  margin-left: 30px;
}

.bannerArea__buttons .overlay-playbutton .popup-video {
  color: #000560;
  background: white;
  border-radius: 50%;
  font-size: 14px;
  line-height: 98px;
  display: inline-block;
  width: 65px;
  height: 65px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bannerArea__buttons .overlay-playbutton .popup-video::after {
  z-index: -1;
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.bannerArea__buttons .overlay-playbutton .popup-video i {
  font-size: 18px;
  color: #000560;
}

.bannerArea__buttons .overlay-playbutton .popup-video:hover {
  border-color: white;
}

.bannerArea__image {
  position: absolute;
  bottom: -395px;
  right: 0px;
}

.bannerArea .mask-group img {
  position: absolute;
}

.bannerArea .mask-group .mask1 {
  bottom: 0;
  left: 0;
  z-index: -99;
}

.bannerArea .mask-group .mask2 {
  top: 0;
  right: 0;
  z-index: -99;
}

.bannerArea .mask-group .mask3 {
  bottom: -40px;
  left: 30%;
  z-index: -99;
}

.bannerArea .mask-group .mask4 {
  top: 130px;
  left: 35px;
  z-index: -99;
}

.bannerArea.breadcrumb-area {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.bannerArea.breadcrumb-area .bannerArea__wrapper {
  margin-top: 15px;
  padding-left: 65px;
}

.bannerArea.breadcrumb-area .bannerArea__wrapper p {
  margin-top: 20px;
  max-width: 80%;
}

.bannerArea.breadcrumb-area .banner-image {
  position: absolute;
  bottom: -310px;
  right: 210px;
  padding: 0;
  margin: 0;
}

.bannerArea.breadcrumb-area .breadcrumb-wrapper {
  position: absolute;
  bottom: -220px;
  left: 45px;
}

.bannerArea.banner__About .banner-image {
  bottom: -175px !important;
}

.bannerArea__downArrow {
  position: absolute;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 250px;
  height: 150px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50% 50% 48% 52% / 64% 64% 36% 36%;
}

.bannerArea__downArrow img {
  cursor: pointer;
  width: 25px;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

/*----------------------------------------*/
/*  HOME PAGE 02
  /*----------------------------------------*/
.bannerArea02 {
  background-color: #29303e;
  position: relative;
  border-bottom-left-radius: 166px;
  padding-top: 130px;
  padding-bottom: 0px;
  z-index: 99;
}

.bannerArea02__image {
  margin-left: 100px;
}

.bannerArea02__wrapper {
  padding-top: 140px;
}

.bannerArea02__wrapper .bannerArea02__title {
  margin-bottom: 35px;
}

.bannerArea02__wrapper .bannerArea02__title h1 {
  line-height: 96px;
}

.bannerArea02__wrapper p {
  font-size: 24px;
  line-height: 40px;
  max-width: 80%;
}

.bannerArea02__wrapper .banner-button {
  margin-top: 30px;
}

.bannerArea02 .mask-group-home02 img {
  position: absolute;
  z-index: -9;
}

.bannerArea02 .mask-group-home02 .mask-home01 {
  top: 0;
  left: 0;
}

.bannerArea02 .mask-group-home02 .mask-home02 {
  bottom: 0;
  left: 0;
}

.bannerArea02 .small-feature {
  width: 207px;
  height: 188px;
}

.bannerArea02 .small-feature-percentage h3 {
  letter-spacing: 4px;
}

.bannerArea02 .small-feature01 {
  position: absolute;
  top: 23.5%;
  right: 27.3%;
}

.bannerArea02 .small-feature01 .image {
  background-color: #fd6f00;
}

.bannerArea02 .small-feature02 {
  position: absolute;
  top: 41.6%;
  right: 39.8%;
}

/*----------------------------------------*/
/*  HOME PAGE 03
  /*----------------------------------------*/
.bannerArea03 {
  background-color: #1f99f4;
  margin: 0;
  border-radius: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 85px;
}

.bannerArea03 .bannerArea03__wrapper {
  margin-top: 120px;
}

.bannerArea03 .bannerArea03__wrapper p {
  margin: 30px 0px;
}

.bannerArea03__image {
  padding-top: 112px;
  position: relative;
  bottom: 0px;
}

.bannerArea03__image .react-01,
.bannerArea03__image .react-02 {
  position: absolute;
  z-index: -1;
}

.bannerArea03__image .react-01 {
  bottom: -45px;
  right: -20px;
}

.bannerArea03__image .react-02 {
  top: 150px;
  left: -55px;
}

.bannerArea03__image .banner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 8px;
  width: 370px;
  height: 536px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bannerArea03__image .banner02 {
  position: absolute;
  bottom: 22px;
  left: 70px;
  border-radius: 8px;
  width: 134px;
  height: 134px;
  background-color: #ffff;
  opacity: 0.6;
}

.bannerArea03__image .banner03 {
  position: absolute;
  bottom: 88px;
  right: -8px;
  border-radius: 8px;
  width: 213px;
  height: 267px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #ffff;
  opacity: 0.7;
}

.bannerArea03__image .banner04 {
  position: absolute;
  top: 145px;
  right: 71px;
  border-radius: 8px;
  width: 134px;
  height: 133px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #ffff;
  opacity: 0.5;
}

.bannerArea03__image .banner05 {
  position: absolute;
  top: 200px;
  left: -10px;
  border-radius: 8px;
  width: 214px;
  height: 267px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #ffff;
  opacity: 0.7;
}

.bannerArea03 .banner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bannerArea03 .banner-button .primary__button {
  padding: 20px 55px;
}

.bannerArea03 .banner-button .overlay-playbutton {
  margin-left: 30px;
}

.bannerArea03 .banner-button .overlay-playbutton .popup-video {
  color: #000560;
  background: rgba(255, 255, 255, 0.418);
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 98px;
  display: inline-block;
  width: 65px;
  height: 65px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bannerArea03 .banner-button .overlay-playbutton .popup-video::after {
  z-index: -1;
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: white;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.bannerArea03 .banner-button .overlay-playbutton .popup-video i {
  font-size: 18px;
  color: #fff;
}

.bannerArea03 .banner-button .overlay-playbutton .popup-video:hover {
  border-color: white;
}

.bannerArea03 .banner-brand-title {
  margin-bottom: 40px;
  margin-top: 60px;
}

.bannerArea03 .banner-brand-title h3 {
  font-size: 30px;
  line-height: 42px;
  position: relative;
  color: white;
}

.bannerArea03 .banner-brand-title h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 176px;
  width: 148px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bannerArea03 .mask-group img {
  position: absolute;
  z-index: -9;
}

.bannerArea03 .mask-group .bannermask01 {
  top: 0;
  left: 0;
}

.bannerArea03 .mask-group .bannermask02 {
  bottom: 0;
  right: 0;
}

/*----------------------------------------*/
/*  HOME PAGE 04
  /*----------------------------------------*/
.bannerArea04 {
  background-color: #191c26;
  margin: 0;
  border-radius: 0;
  z-index: 9;
  padding-top: 190px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}

.bannerArea04__wrapper {
  margin-top: -195px;
}

.bannerArea04__wrapper p {
  font-size: 26px;
  line-height: 42px;
  font-weight: 500;
  color: #9dadb7;
  margin: 0;
}

.bannerArea04__wrapper .banner-button {
  margin-top: 30px;
}

.bannerArea04__wrapper .banner-button .primary__button {
  border-radius: 0;
  font-size: 24px;
  font-weight: 500;
}

.bannerArea04__wrapper .banner-button .play-icon {
  width: 65px;
  height: 65px;
  padding: 30px;
  display: inline-block;
  border-radius: 50%;
}

.bannerArea04__title {
  text-transform: uppercase;
  font-size: 135px;
  line-height: 135px;
  font-weight: 600;
  color: white;
  margin-top: 45px;
}

.bannerArea04__title span {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
}

.bannerArea04__image {
  padding-bottom: 75px;
}

.bannerArea04 .mask-page-04 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
  /*----------------------------------------*/
@media (min-width: 1201px) and (max-width: 1850px) {
  .bannerArea {
    padding: 60px 0px;
  }

  .bannerArea__image {
    position: static;
  }

  .bannerArea__image img {
    max-width: 100%;
  }

  .bannerArea__title {
    font-size: 68px;
    line-height: 82px;
  }

  .bannerArea02__wrapper {
    padding-top: 30px;
  }

  .bannerArea02__title {
    line-height: 92px;
    margin-bottom: 30px !important;
  }

  .bannerArea02__image {
    margin-left: 0px;
  }

  .bannerArea02__image img {
    max-width: 100%;
  }

  .bannerArea02 .banner-button {
    margin-top: 15px;
  }

  .bannerArea02 .small-feature.small-feature02 {
    right: 43.8%;
    top: 38%;
  }

  .bannerArea03 {
    position: relative;
    z-index: 1;
  }

  .bannerArea03__image .banner01 {
    margin-right: 225px;
  }

  .bannerArea03__image .banner02 {
    left: -55px;
    bottom: 15px;
  }

  .bannerArea03__image .banner03 {
    bottom: -80px;
  }

  .bannerArea03__image .banner04 {
    right: 55px;
    top: 300px;
  }

  .bannerArea03__image .banner05 {
    top: 250px;
    height: 214px;
    left: -95px;
    z-index: -1;
  }

  .bannerArea03__image .react-01 {
    bottom: -105px;
    right: 210px;
    z-index: 1;
  }

  .bannerArea03__image .react-02 {
    top: 230px;
    left: -150px;
    z-index: -1;
  }
}

@media (max-width: 1200px) {
  .bannerArea .bannerArea__title {
    font-size: 52px;
    line-height: 66px;
  }

  .bannerArea {
    padding-bottom: 60px;
  }

  .bannerArea__image {
    position: relative;
    bottom: 0;
    padding-bottom: 0px;
  }

  .bannerArea__image img {
    max-width: 100%;
    height: auto;
  }

  .bannerArea__wrapper {
    margin-top: 30px;
  }

  .bannerArea .banner-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bannerArea.breadcrumb-area {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .bannerArea.breadcrumb-area .bannerArea__wrapper {
    text-align: left;
  }

  .bannerArea.breadcrumb-area .banner-image {
    bottom: -260px;
    right: 0px;
  }

  .bannerArea.breadcrumb-area .breadcrumb-wrapper {
    bottom: -35px;
  }

  .bannerArea.breadcrumb-area .breadcrumb-wrapper .breadcrumb {
    margin-bottom: -50px;
  }

  .bannerArea.contactBanner .banner-image,
  .bannerArea.projectBanner .banner-image,
  .bannerArea.blogBanner .banner-image {
    bottom: -215px;
  }

  .bannerArea02_wrapper {
    padding-top: 0px;
  }

  .bannerArea02_wrapper p {
    font-size: 18px;
    line-height: 28px;
  }

  .bannerArea02_wrapper .banner-button {
    margin-top: 15px;
  }

  .bannerArea02__title {
    font-size: 48px;
    line-height: 52px;
  }

  .bannerArea02 .small-feature {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 120px;
  }

  .bannerArea02 .small-feature .small-feature-percentage {
    margin-bottom: 0px;
  }

  .bannerArea02 .small-feature .small-feature-percentage h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .bannerArea02 .small-feature-text p {
    font-size: 16px;
    line-height: 18px;
  }

  .bannerArea02 .small-feature.small-feature02 {
    right: 41%;
  }

  .bannerArea02 .small-feature02 {
    top: 35%;
    right: 42%;
  }

  .bannerArea02 .bannerArea02__title {
    margin-bottom: 15px !important;
  }

  .bannerArea02 .bannerArea02__title h1 {
    font-size: 54px;
    line-height: 68px !important;
  }

  .bannerArea02__image {
    margin-left: 0px;
    margin-top: 50px;
  }

  .bannerArea02__image img {
    max-width: 100%;
  }

  .bannerArea02 .mask-group-home02 .mask-home02 {
    bottom: -45px;
  }

  .bannerArea04__title span {
    margin-bottom: 0px;
  }

  .bannerArea03 {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px !important;
  }

  .bannerArea03 .bannerArea__wrapper {
    text-align: left;
  }

  .bannerArea03 .banner-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bannerArea03 .banner-image .banner05 {
    left: -40px;
  }

  .bannerArea03 .banner-image .banner02 {
    left: 40px;
  }

  .bannerArea03 .banner-image .banner01 {
    margin-right: 0px;
  }

  .bannerArea03 .banner-image .banner03,
  .bannerArea03 .banner-image .banner04 {
    display: none;
  }

  .bannerArea03__title {
    font-size: 58px;
    line-height: 72px;
  }

  .bannerArea03__image .banner02,
  .bannerArea03__image .banner03,
  .bannerArea03__image .banner04,
  .bannerArea03__image .banner05 {
    display: none;
  }

  .bannerArea03__image .banner01 {
    margin: auto;
  }

  .bannerArea03__image .react-01 {
    right: 15px;
    bottom: -80px;
    z-index: -1;
  }

  .bannerArea03__image .react-02 {
    top: 70px;
    left: 60px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .bannerArea02 {
    padding: 60px 0px;
    padding-bottom: 0px;
  }

  .bannerArea02__image {
    margin-left: 0px;
    margin-top: 75px;
  }

  .bannerArea02__image img {
    max-width: 100%;
  }

  .bannerArea02 .small-feature.small-feature02 {
    right: 45%;
    top: 40%;
  }

  .bannerArea04__title {
    font-size: 92px;
    line-height: 106px;
  }

  .bannerArea03__image .react-01 {
    right: -25px;
  }

  .bannerArea03__image .react-02 {
    left: 15px;
  }
}

@media (max-width: 1023px) {
  .bannerArea04__wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .bannerArea02__wrapper {
    padding-top: 30px;
  }

  .bannerArea02__wrapper p {
    font-size: 18px;
    line-height: 28px;
  }

  .bannerArea02 .small-feature.small-feature02 {
    right: 45%;
  }

  .bannerArea04__title {
    font-size: 68px;
    line-height: 82px;
  }

  .bannerArea04__title span {
    margin-bottom: 0px;
  }

  .bannerArea03__image .react-01 {
    right: 30px;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  .bannerArea03__image .react-02 {
    top: 70px;
    left: -1px;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

@media (max-width: 991px) {
  .bannerArea {
    padding-top: 60px;
  }

  .bannerArea__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bannerArea__wrapper {
    margin-top: 15px;
  }

  .bannerArea__brief {
    padding-top: 0px;
  }

  .bannerArea__buttons {
    margin-bottom: 60px;
  }

  .bannerArea02 {
    padding-bottom: 90px;
  }

  .bannerArea02__wrapper {
    padding-top: 0px;
    margin-top: 30px;
  }

  .bannerArea02__image {
    margin-top: 0px;
  }

  .bannerArea02 .small-feature01 {
    top: 250px;
    left: 30px;
  }

  .bannerArea02 .small-feature02 {
    top: 390px;
    left: 30px;
  }

  .bannerArea02 .small-feature {
    display: none;
  }

  .bannerArea04 {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .bannerArea04__wrapper {
    margin-top: 0px;
    font-size: 18px;
    line-height: 28px;
  }

  .bannerArea04__title {
    font-size: 68px;
    line-height: 82px;
    margin-top: 0px;
  }

  .bannerArea04__title span {
    margin-bottom: 0px;
  }

  .bannerArea04__image {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bannerArea03__wrapper {
    margin-top: 0px !important;
  }

  .bannerArea03__image {
    padding: 60px 0px;
  }

  .bannerArea03__image .banner02,
  .bannerArea03__image .banner04 {
    display: block;
    opacity: 1;
  }

  .bannerArea03__image .banner02 {
    left: 35px;
    bottom: 95px;
  }

  .bannerArea03__image .banner04 {
    right: 35px;
    top: 100px;
  }

  .bannerArea03__image .react-01 {
    right: 100px;
    bottom: -20px;
  }

  .bannerArea03__image .react-02 {
    top: 16px;
    left: 145px;
  }
}

@media (max-width: 767px) {
  .bannerArea {
    margin: 0px;
  }

  .bannerArea__brief {
    width: 100%;
  }

  .bannerArea__downArrow {
    display: none;
  }

  .bannerArea03__wrapper {
    margin-top: 30px !important;
  }

  .bannerArea03__image {
    padding-top: 30px;
  }

  .bannerArea03__image .react-01,
  .bannerArea03__image .react-02 {
    display: none;
  }

  .bannerArea03 .banner-brand__slider .slick-slide img {
    margin: auto;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .bannerArea02 .small-feature01 {
    top: 150px;
  }

  .bannerArea02 .small-feature02 {
    top: 290px;
  }

  .bannerArea03__image .react-01 {
    right: 5px;
  }

  .bannerArea03__image .react-02 {
    left: 50px;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .bannerArea {
    padding-top: 90px;
  }

  .bannerArea {
    margin: 0px;
    padding: 100px 0px;
  }

  .bannerArea__brief {
    font-size: 16px;
    line-height: 30px;
    padding-top: 0px;
  }

  .bannerArea__buttons {
    margin-bottom: 0px;
  }

  .bannerArea .mask-group .mask4 {
    top: 65px;
    left: 20px;
  }

  .bannerArea02__wrapper p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }

  .bannerArea02__wrapper .banner-button .primary__button {
    padding: 20px 15px;
  }

  .bannerArea02 .small-feature {
    display: none;
  }

  .bannerArea02 .mask-group-home02 .mask-home02 {
    bottom: 0px;
  }

  .bannerArea04 {
    padding-bottom: 60px;
  }

  .bannerArea04__title span {
    font-size: 22px;
    line-height: 22px;
  }

  .bannerArea04__title h1 {
    font-size: 36px;
    line-height: 50px;
  }

  .bannerArea04__wrapper p {
    font-size: 18px;
    line-height: 28px;
  }

  .bannerArea03__wrapper {
    margin-top: 30px !important;
  }

  .bannerArea03__wrapper p {
    margin: 15px 0px !important;
  }

  .bannerArea03__image {
    padding-top: 0px !important;
  }

  .bannerArea03__image .banner01 {
    max-width: 100%;
    height: auto;
  }

  .bannerArea03__image .react-01,
  .bannerArea03__image .react-02 {
    display: none;
  }

  .bannerArea03 .banner-brand-title h3::before {
    width: 30px;
  }
}

/*----------------------------------------*/
/* HOMEPAGE 01
/*----------------------------------------*/
.about-info {
  position: relative;
  padding-top: 145px;
  padding-bottom: 125px;
}

.about-info-image {
  margin-left: -190px;
}

.about-info-text h2 {
  max-width: 530px;
  line-height: 64px;
  margin-bottom: 15px;
}

.about-info-text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 35px;
  color: #65729e;
}

.about-info-project {
  padding-top: 35px;
  border-top: 1px solid #b4c1e9;
}

.about-info-project .project-rating h3 {
  font-size: 34px;
  line-height: 42px;
}

.about-info-project .project-rating-star {
  margin-top: 2px;
}

.about-info-project .project-rating-star i {
  color: #ff8b17;
}

.about-info-project .project-information h3 {
  margin-top: 2px;
  font-size: 34px;
  margin-bottom: 8px !important;
}

.about-info-project .project-information p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.about-info .mask-group .mask1 {
  position: absolute;
  right: 0px;
  bottom: 135px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}

/*----------------------------------------*/
/* HOMEPAGE 02
/*----------------------------------------*/
.aboutus02 {
  padding: 65px 0px 165px 0px;
  position: relative;
}

.aboutus02-wrapper {
  max-width: 93%;
}

.aboutus02-wrapper-title {
  margin-bottom: 20px;
}

.aboutus02-wrapper-title h2 {
  line-height: 64px;
  display: inline-block;
  margin-bottom: 15px;
}

.aboutus02-wrapper-title p {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}

.aboutus02-wrapper-list {
  margin-bottom: 35px;
}

.aboutus02-wrapper-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
}

.aboutus02-wrapper-list ul li img {
  border: 1px solid #ff465e;
  border-radius: 50%;
  padding: 6px 4px;
  margin-right: 10px;
}

.aboutus02-image {
  position: relative;
  margin-left: 30px;
}

.aboutus02-image img {
  width: 516px;
  height: 686px;
  border-radius: 101px;
  border-top-left-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutus02-image::after {
  content: '';
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 516px;
  height: 693px;
  border-radius: 101px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.aboutus02-image::before {
  content: '';
  position: absolute;
  top: 63px;
  border: 5px solid #ff465e;
  right: -100px;
  width: 455px;
  height: 654px;
  border-radius: 101px;
  z-index: -99;
}

.aboutus02 .small-feature {
  position: absolute;
  bottom: 285px;
  right: 38.5%;
}

.aboutus-introduction02 {
  position: relative;
}

.aboutus-introduction02 .aboutus-introduction02-image {
  position: relative;
}

.aboutus-introduction02 .aboutus-introduction02-image img {
  width: 516px;
  height: 686px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 101px;
  border-top-right-radius: 0;
}

.aboutus-introduction02 .aboutus-introduction02-image::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 516px;
  height: 693px;
  border-radius: 101px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.aboutus-introduction02 .aboutus-introduction02-image::before {
  left: -30px;
  content: '';
  position: absolute;
  top: 68px;
  border: 5px solid #ff465e;
  width: 455px;
  height: 654px;
  border-radius: 101px;
  z-index: -99;
}

.aboutus-introduction02 .introduction-feature {
  position: absolute;
  bottom: 22%;
  left: 39.5%;
}

.aboutus-introduction02 .aboutus02-wrapper {
  max-width: 94%;
  margin-left: 10px;
  margin-left: 125px;
}

/*----------------------------------------*/
/*  HOMEPAGE 03
/*----------------------------------------*/
.about-info04 {
  padding-top: 115px;
  padding-bottom: 27px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-info04 .about-info-image {
  margin-left: -257px;
}

.about-info04 .about-info-text h2 {
  color: white;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 118px;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-info04 .about-info-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  z-index: 9;
  color: #9DADB7;
}

.about-info04 .about-info-text .about-info-project {
  padding-top: 0px;
  border-top: 0;
}

.about-info04 .about-info-text .about-info-project .project-information {
  margin-top: 20px;
}

.about-info04 .about-info-text .about-info-project .project-information h3 {
  font-size: 60px;
  line-height: 34px;
  font-weight: 600;
  margin: 0;
}

.about-info04 .about-info-text .about-info-project .project-information p {
  font-size: 20px;
  line-height: 34px;
  color: #9dadb7;
}

.about-info04 .right-vcetor img {
  position: absolute;
  top: 31%;
  right: 5%;
}

/*----------------------------------------*/
/*  HOMEPAGE 04
/*----------------------------------------*/
.homepage-03.about-introduction {
  padding-bottom: 230px;
}

.homepage-03 .sub-section-heading {
  margin-top: 75px;
}

.homepage-03 .sub-section-heading p {
  font-size: 18px;
}

.homepage-03 .work-process {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.homepage-03 .work-process-item {
  width: 50%;
}

.homepage-03 .work-process-item i {
  color: #ed880a;
  width: 25px;
  font-size: 18px;
}

.homepage-03 .about-intro-left {
  position: relative;
}

.homepage-03 .about-intro-left .image {
  position: relative;
  margin-left: 25px;
}

.homepage-03 .about-intro-left .image .about01 {
  border-top-right-radius: 75px;
  width: 490px;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage-03 .about-intro-left .image .about02 {
  position: absolute;
  bottom: -25%;
  left: 65%;
  background-color: #fff;
  border: 13px solid #ffff;
  border-top-left-radius: 85px;
  width: 395px;
  height: 495px;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage-03 .about-intro-left .award {
  position: absolute;
  bottom: -75px;
  left: 215px;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
}

.homepage-03 .about-intro-left .award-icon i {
  font-size: 55px;
  color: #ed880a;
}

.homepage-03 .about-intro-left .award h6 {
  font-size: 18px;
  margin-top: 5px;
}

/*----------------------------------------*/
/*  Our-Teams
/*----------------------------------------*/
.our-teams {
  padding-bottom: 160px;
}

.our-teams .our-teams-member .member-info .name h5 {
  font-size: 18px;
}

.our-teams .section-title h2 {
  font-size: 48px;
  line-height: 64px;
  color: #000560;
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  RESPONSIVE CSS START 
/*----------------------------------------*/
/* Common max-Sizes */
@media (min-width: 1201px) and (max-width: 1850px) {
  .about-info04 .right-vcetor img {
    right: 0%;
  }

  .about-info04 .about-info-image {
    margin-left: 0px;
  }

  .about-info04 .about-info-image img {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .about-info-image {
    margin-left: 0px;
  }

  .about-info .mask-group .mask1 {
    bottom: 0px;
  }

  .aboutus02 {
    padding-bottom: 90px;
  }

  .aboutus02 .small-feature {
    bottom: 30.1%;
    right: 30.5%;
  }

  .aboutus02-wrapper-title h2 {
    line-height: 48px;
    margin-bottom: 0px;
  }

  .aboutus02-image::before {
    right: -10px;
    top: 30px;
  }

  .aboutus02-image::after {
    bottom: 0;
    right: -4px;
  }

  .aboutus-introduction02 .aboutus-introduction02-image {
    margin-left: 0px;
  }

  .aboutus-introduction02 .aboutus-introduction02-image img {
    width: 516px;
    height: 686px;
    border-radius: 101px;
    border-top-left-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .aboutus-introduction02 .introduction-feature {
    left: 33.5%;
  }

  .about-info04 .about-info-image {
    margin-left: 0px;
  }

  .about-info04 .about-info-image img {
    max-width: 100%;
  }

  .about-info04 .right-vcetor img {
    display: none;
  }

  .homepage-03.about-introduction .about-intro-left .image {
    margin-left: 0px;
  }

  .homepage-03.about-introduction .about-intro-left .image img {
    max-width: 100%;
  }

  .homepage-03.about-introduction .about-intro-left .image .about02 {
    display: none;
  }

  .homepage-03.about-introduction .about-intro-left .award {
    bottom: 65px;
    left: -90px;
  }
}

@media (max-width: 1024px) {
  .aboutus-introduction02 .aboutus02-wrapper-title h2 {
    line-height: 52px;
    margin-bottom: 0px;
  }

  .aboutus-introduction02 .small-feature {
    bottom: 25%;
    left: 42%;
  }

  .homepage-03.about-introduction {
    padding-bottom: 120px;
  }

  .homepage-03.about-introduction .about-intro-left .award {
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .about-info04 .right-vcetor img {
    top: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .aboutus-introduction02 .aboutus02-wrapper {
    max-width: 100%;
    margin-left: 110px;
  }

  .aboutus-introduction02 .aboutus-introduction02-image::before {
    top: -2px;
    left: 20px;
  }

  .aboutus-introduction02 .aboutus-introduction02-image::after {
    left: 0px;
    bottom: 0px;
    z-index: -999;
  }

  .aboutus-introduction02 .aboutus-introduction02-image img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .aboutus02 .small-feature {
    bottom: 26.1%;
    right: 40%;
  }

  .about-info {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .about-info {
    padding-bottom: 0px !important;
  }

  .about-info04 {
    padding-bottom: 0px !important;
  }

  .about-info04 .about-info-image {
    margin-bottom: 0px !important;
  }

  .about-info04 .about-info-text h2 {
    line-height: 76px;
    padding-bottom: 0px !important;
  }

  .about-info04 .about-info-text p {
    margin-bottom: 15px;
  }

  .aboutus-introduction02 .aboutus02-wrapper {
    max-width: 100%;
    margin-left: 0px;
  }

  .aboutus-introduction02 .aboutus-introduction02-image::before,
  .aboutus-introduction02 .aboutus-introduction02-image::after {
    display: none;
  }

  .aboutus02-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .aboutus02-image::before,
  .aboutus02-image::after {
    display: none;
  }

  .aboutus02 .small-feature {
    display: none;
    bottom: 62%;
    right: 10%;
    z-index: 9;
  }

  .aboutus02-wrapper-title h2 {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .about-info04 .right-vcetor img {
    top: 60%;
  }

  .about-skill-image img {
    margin-bottom: 30px;
  }

  .homepage-03.about-introduction .about-intro-left .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .homepage-03.about-introduction .about-intro-left .award {
    bottom: 65px;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .about-info {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .about-info-text h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .aboutus02 .small-feature {
    right: 5%;
  }

  .aboutus02-image::before {
    right: 30px;
  }

  .aboutus02-image::after {
    right: -1px;
  }

  .aboutus-introduction02 .aboutus-introduction02-image::before {
    top: 32px !important;
    left: 0px;
    z-index: 1;
  }

  .aboutus-introduction02 .aboutus-introduction02-image::after {
    left: -5px !important;
    bottom: -2px !important;
    border-radius: 101px !important;
    width: 523px;
  }

  .aboutus-introduction02 .small-feature {
    left: 70%;
  }

  .about-skill-wrapper {
    max-width: 100% !important;
    margin-top: 0px !important;
  }

  .about-skill-title h2 {
    line-height: 42px;
  }

  .about-skill-pogressbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our-teams-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px;
    margin: auto;
  }

  .our-teams .all-member .member-info {
    max-width: 100%;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .about-info .mask-group .mask1 {
    bottom: -115px;
  }
}

@media (max-width: 575px) {
  .about-info-text {
    margin-top: 30px;
  }

  .about-info .mask-group .mask1 {
    bottom: -105px;
  }

  .aboutus02 .small-feature {
    right: 65%;
    bottom: 46%;
  }

  .aboutus02-wrapper-title h2 {
    font-size: 26px;
    line-height: 36px !important;
  }

  .aboutus02-wrapper-title p {
    font-size: 18px;
    line-height: 28px;
  }

  .aboutus02-image {
    margin-left: 0px;
  }

  .aboutus02-image::after,
  .aboutus02-image::before {
    display: none;
  }

  .aboutus-introduction02 .aboutus02-wrapper {
    margin-left: 0px;
  }

  .aboutus-introduction02-image {
    margin-left: 0px !important;
  }

  .aboutus-introduction02-image::before,
  .aboutus-introduction02-image::after {
    display: none;
  }

  .aboutus-introduction02 .small-feature {
    left: 2%;
  }

  .about-info04 .about-info-text .about-info-project .project-information {
    z-index: 9;
  }

  .homepage-03 .sub-section-heading h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .homepage-03.about-introduction .about-intro-left .award {
    width: 125px;
    height: 125px;
    bottom: 0px;
    left: inherit;
    right: -5px !important;
  }

  .homepage-03 .work-process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage-03 .work-process-item i {
    font-size: 32px;
    margin-right: 15px;
  }

  .our-teams-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 320px) and (max-width: 574px) {
  .about-info-text h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .about-info-project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .about-info .mask-group {
    display: none;
  }

  .about-info .mask-group .mask1 {
    bottom: -100px;
  }

  .aboutus-introduction02 .aboutus-introduction02-image img {
    max-width: 100%;
    height: auto;
  }

  .aboutus-introduction02 .small-feature {
    bottom: 60.5%;
    left: 0px;
    width: 100%;
    height: 150px;
  }

  .aboutus-introduction02 .small-feature-text p {
    max-width: 100%;
    text-align: center;
  }

  .aboutus-introduction02 .aboutus02-wrapper {
    margin-top: 0px;
  }

  .aboutus-introduction02 .aboutus02-wrapper-list ul li {
    margin-bottom: 12px;
  }

  .about-info04 .about-info-text h2 {
    font-size: 38px;
    line-height: 52px;
  }

  .about-info04 .about-info-text .about-info-project {
    margin-top: 45px;
  }

  .about-info04 .about-info-text .about-info-project .project-information {
    margin: 0px;
    margin-bottom: 15px;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .our-teams .all-member .col-lg-4 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .our-teams .all-member .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-skill-pogressbar .round-wrapper {
    margin-right: 0px !important;
  }

  .homepage-03 .sub-section-heading h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .homepage-03.about-introduction .about-intro-left .award {
    top: inherit;
    bottom: -45px;
  }

  .homepage-03.about-introduction .about-intro-left .award-icon i {
    font-size: 32px;
  }
}

/*# sourceMappingURL=style.css.map */