/*@Media Query Mixin*/
/*@Media Query Mixin End*/
.size18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .size18 {
    font-size: unset;
  }
}

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1366px) {
  .size24 {
    font-size: 20px;
  }
}

.size36 {
  font-size: 36px;
}

.size72 {
  font-size: 72px;
}

.container {
  max-width: 83%;
}

.gmedium {
  font-family: montserrat_medium;
}

.clr1 {
  color: #c0272c;
}

.commonsec {
  position: relative;
}
.commonsec .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hm-about .img {
  position: relative;
}
.hm-about .img .txtoverlay {
  background: #c0272c;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 20px 40px;
}
@media screen and (max-width: 1680px) {
  .hm-about .img .txtoverlay {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1280px) {
  .hm-about .img .txtoverlay {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  .hm-about .img .txtoverlay {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .hm-about .img .txtoverlay {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 600px) {
  .hm-about .img .txtoverlay {
    padding: 15px;
  }
}
.hm-about .img .txtoverlay .number {
  font-size: 72px;
  font-family: var(--montserrat_medium);
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1680px) {
  .hm-about .img .txtoverlay .number {
    font-size: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .hm-about .img .txtoverlay .number {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .hm-about .img .txtoverlay .number {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .hm-about .img .txtoverlay .number {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .hm-about .img .txtoverlay .number {
    font-size: 40px;
  }
}
.hm-about .img .txtoverlay .txt {
  font-size: 20px;
  line-height: 22px;
  font-family: var(--montserrat_medium);
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1680px) {
  .hm-about .img .txtoverlay .txt {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .hm-about .img .txtoverlay .txt {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .hm-about .img .txtoverlay .txt {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .hm-about .img .txtoverlay .txt {
    font-size: 16px;
    line-height: 18px;
  }
}
.hm-about.projectsec01 ul li {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .hm-about.projectsec01 ul li {
    margin-bottom: 0;
  }
}
.hm-about.projectsec01 ul li::marker {
  color: #c0272c;
}

.projectsec02 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .projectsec02 {
    padding: 3rem 0;
  }
}
.projectsec02:before {
  position: absolute;
  content: "";
  height: 75%;
  width: 100%;
  background-color: var(--theme-color);
  top: 0;
  z-index: -1;
}
.projectsec02 ul li {
  color: #fff;
  margin: 0 0 10px;
}
.projectsec02 .tab-content {
  margin: 2rem 0 0;
}
@media screen and (max-width: 600px) {
  .projectsec02 .tab-content {
    margin: 1rem 0 0;
  }
}
.projectsec02 .tab-content .tab-pane .row {
  justify-content: center;
  text-align: center;
}
.projectsec02 .tab-content .tab-pane .row ul {
  text-align: left;
}
.projectsec02 .tab-content .tab-pane .row ul.list-center {
  justify-items: center;
  display: grid;
}
.projectsec02 .list-group {
  border-bottom: 1px solid #c97d7f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: unset;
  border-radius: 0;
}
.projectsec02 .list-group .list-group-item {
  position: relative;
  padding: 12px 27px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  display: block;
  border-radius: 0;
  z-index: 2;
}
.projectsec02 .list-group .list-group-item:first-child::after {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background: #fff;
  position: absolute;
  right: 0;
}
.projectsec02 .list-group .list-group-item::before {
  content: "";
  width: 90%;
  height: 2px;
  bottom: -1px;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.6s ease;
  transform: scaleX(0);
}
.projectsec02 .list-group .list-group-item:hover::before, .projectsec02 .list-group .list-group-item.active::before {
  transition: all 0.6s ease;
  transform: scaleX(1);
}

.projectsec03 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .projectsec03 {
    padding: 3rem 0;
  }
}
.projectsec03.op-1 {
  background-color: #404046;
}
.projectsec03.op-2 {
  background: url("../images/projects/ongoing-projects/the-gateway/locationbg.jpg") no-repeat;
  background-size: cover;
}
.projectsec03.op-2 h4 {
  position: relative;
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  .projectsec03.op-2 h4 {
    margin: 3rem 0;
  }
}
.projectsec03.op-2 h4::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 5px;
  width: 67%;
  right: 0;
  background: #656666;
}
@media screen and (max-width: 768px) {
  .projectsec03.op-2 h4::after {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .projectsec03.op-2 h4::after {
    display: none;
  }
}
.projectsec03.op-3 {
  background: url("../images/projects/ongoing-projects/royal-residency/locationbg.jpg") no-repeat;
  background-size: cover;
}
.projectsec03 .icoconte {
  text-align: center;
  color: #fff;
  margin: 0 0 4.2rem;
}
.projectsec03 .icoconte .ico {
  width: 65px;
  height: 65px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.projectsec03 .locitem {
  margin: 0 0 0 -9%;
}

.projectsec04 {
  position: relative;
  padding: 5rem 0;
  background: #ebf3f7;
}
@media screen and (max-width: 991px) {
  .projectsec04 {
    padding: 3rem 0;
  }
}
.projectsec04 .img {
  width: 95%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .projectsec04 .img {
    width: 100%;
  }
}
.projectsec04 .img .blur-img {
  filter: blur(2px);
}
.projectsec04 .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}
.projectsec04 .img .overlay .icon {
  position: absolute;
  width: 65px;
  height: 65px;
  border: 2px solid #c0272c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c0272c;
  font-size: 2.8em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}
@media screen and (max-width: 1440px) {
  .projectsec04 .img .overlay .icon {
    width: 50px;
    height: 50px;
    font-size: 2em;
  }
}
@media screen and (max-width: 991px) {
  .projectsec04 .img .overlay .icon {
    height: 40px;
    width: 40px;
    font-size: 30px;
  }
}
.projectsec04 .img .overlay .title {
  position: absolute;
  color: #fff;
  background-color: var(--theme-color);
  padding: 10px;
  top: 10px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .projectsec04 .img .overlay .title {
    font-size: small;
  }
}
@media screen and (max-width: 768px) {
  .projectsec04 .img .overlay .title {
    font-size: 11px;
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .projectsec04 .img .overlay .title {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .projectsec04 .img .overlay .title {
    font-size: 10px;
  }
}
.projectsec04 .img:hover .overlay {
  background: rgba(0, 0, 0, 0.4117647059);
  transition: all 0.6s ease;
}
.projectsec04 .img:hover .overlay .icon {
  border: 2px solid #fff;
  color: #fff;
}

.about-us .abtsec02 {
  position: relative;
  padding: 5rem 0;
  background: url("../images/about/bg2.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .about-us .abtsec02 {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 600px) {
  .about-us .abtsec02 {
    padding: 2rem 0;
  }
}
.about-us .abtsec02 .item {
  background: #ffffff;
  padding: 30px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .about-us .abtsec02 .item {
    padding: 20px;
  }
}
.about-us .abtsec02 .item .img {
  width: 35%;
  margin: auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media screen and (max-width: 1024px) {
  .about-us .abtsec02 .item .img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .about-us .abtsec02 .item .img {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .about-us .abtsec02 .item .img {
    width: 70%;
  }
}
.about-us .abtsec02 .item .txt h3 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about-us .abtsec02 .item .txt h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.about-us .abtsec02 .item .txt p {
  line-height: 28px;
  margin-bottom: 0;
}
.about-us .abtsec03 {
  background: #c0272c;
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .about-us .abtsec03 {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 600px) {
  .about-us .abtsec03 {
    padding: 2rem 0;
  }
}
.about-us .abtsec03 .item {
  position: relative;
  padding: 50px;
  color: #fff;
  margin-top: 40px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 991px) {
  .about-us .abtsec03 .item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .abtsec03 .item {
    padding: 0;
  }
}
.about-us .abtsec03 .item:hover {
  background-color: #b11e23;
}
.about-us .abtsec03 .item:before {
  position: absolute;
  content: "";
  background: #c84146;
  width: 1px;
  height: 95%;
  top: 2.5%;
  left: 0;
}
@media screen and (max-width: 991px) {
  .about-us .abtsec03 .item:before {
    width: 100%;
    height: 1px;
    top: -20px;
  }
}
.about-us .abtsec03 .item.first:before {
  display: none;
}
.about-us .abtsec03 .item p {
  text-align: justify;
  margin: 0;
  line-height: 29px;
}
.about-us .abtsec03 .item h4 {
  margin: 0.8rem 0 1.4rem;
}
.about-us .abtsec04 {
  background: #ebf3f7;
  position: relative;
  padding: 0 0 5rem;
}
@media screen and (max-width: 600px) {
  .about-us .abtsec04 {
    padding: 0 0 2rem;
  }
}
.about-us .abtsec04::before {
  content: "";
  position: absolute;
  left: 0;
  width: 29%;
  height: 20%;
  background: #c0272c;
  top: 0;
}
@media screen and (max-width: 991px) {
  .about-us .abtsec04::before {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .about-us .abtsec04::before {
    display: none;
  }
}
.about-us .abtsec04 .container {
  position: relative;
  z-index: 1;
}
.about-us .abtsec04 .txt {
  padding-left: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 1680px) {
  .about-us .abtsec04 .txt {
    padding-left: 50px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .about-us .abtsec04 .txt {
    padding-left: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-us .abtsec04 .txt {
    padding-left: 0;
  }
}
.about-us .abtsec04 .txt .carousel-item {
  height: 290px;
}
@media screen and (max-width: 1280px) {
  .about-us .abtsec04 .txt .carousel-item {
    height: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .about-us .abtsec04 .txt .carousel-item {
    height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .about-us .abtsec04 .txt .carousel-item {
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .abtsec04 .txt .carousel-item {
    height: 280px;
  }
}
@media screen and (max-width: 600px) {
  .about-us .abtsec04 .txt .carousel-item {
    height: 390px;
  }
}
@media screen and (max-width: 400px) {
  .about-us .abtsec04 .txt .carousel-item {
    height: 420px;
  }
}
@media screen and (max-width: 360px) {
  .about-us .abtsec04 .txt .carousel-item {
    height: 450px;
  }
}
.about-us .abtsec04 .slitxt h6 {
  margin: 3rem 0 1.5rem;
}
@media screen and (max-width: 1280px) {
  .about-us .abtsec04 .slitxt h6 {
    margin: 2rem 0 0.5rem;
  }
}
.about-us .abtsec04 .slitxt p {
  line-height: 30px;
}
.about-us .abtsec04 .carousel-indicators {
  justify-content: start;
  position: unset;
  margin: 0;
}
.about-us .abtsec04 .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #c0272c;
  background: transparent;
  transition: all 0.6s ease;
}
@media screen and (max-width: 768px) {
  .about-us .abtsec04 .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
  }
}
.about-us .abtsec04 .carousel-indicators [data-bs-target].active, .about-us .abtsec04 .carousel-indicators [data-bs-target]:hover {
  background: #c0272c;
  transition: all 0.6s ease;
}

.ourstorysec01 {
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .ourstorysec01 {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 600px) {
  .ourstorysec01 {
    padding: 2rem 0;
  }
}
.ourstorysec01 .inner {
  position: relative;
}
.ourstorysec01 .inner .heading span {
  color: var(--theme-color);
}
.ourstorysec01 .inner p {
  text-align: justify;
}
.ourstorysec01 .inner ul {
  list-style-type: none;
  margin: 2.6rem 0 1.8rem;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .ourstorysec01 .inner ul {
    margin: 1.6rem 0 1.8rem;
  }
}
.ourstorysec01 .inner ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
.ourstorysec01 .inner ul li .se01 {
  max-width: 25%;
  flex: 0 0 25%;
  color: #e30016;
  font-family: var(--montserrat_medium);
}
@media screen and (max-width: 600px) {
  .ourstorysec01 .inner ul li .se01 {
    max-width: unset;
    flex: unset;
  }
}
.ourstorysec01 .inner ul li .se02 {
  max-width: 75%;
  flex: 0 0 75%;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 600px) {
  .ourstorysec01 .inner ul li .se02 {
    max-width: unset;
    flex: unset;
    padding: unset;
  }
}
.ourstorysec01 .inner .img {
  width: 85%;
}
@media screen and (max-width: 1680px) {
  .ourstorysec01 .inner .img {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .ourstorysec01 .inner .img {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .ourstorysec01 .inner .img {
    padding-top: 0;
  }
}
@media screen and (max-width: 1366px) {
  .ourstorysec01 .inner .img {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .ourstorysec01 .inner .img {
    width: 65%;
    margin: unset;
    padding-top: 0;
  }
}

.ourstorysec02 {
  padding: 5rem 0;
  position: relative;
  background: #ebf3f7;
}
@media screen and (max-width: 991px) {
  .ourstorysec02 {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 600px) {
  .ourstorysec02 {
    padding: 2rem 0;
  }
}
.ourstorysec02 .sec01 {
  padding: 0 8% 1%;
  position: relative;
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  .ourstorysec02 .sec01 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .ourstorysec02 .sec01 {
    margin-top: 50px;
    padding: 0;
  }
}
.ourstorysec02 .sec01::before {
  content: "";
  background: #e30016;
  position: absolute;
  width: 4px;
  top: -6%;
  height: 107%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .ourstorysec02 .sec01::before {
    top: 0;
    height: 102%;
  }
}
@media screen and (max-width: 600px) {
  .ourstorysec02 .sec01::before {
    right: unset;
    margin: unset;
    left: 15px;
    width: 1px;
    top: -10px;
    height: 102%;
  }
}
.ourstorysec02 .sec01 .leftside {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .ourstorysec02 .sec01 .leftside {
    text-align: unset;
  }
}
.ourstorysec02 .sec01 .leftside .txtsec::before {
  right: -11.6%;
}
@media screen and (max-width: 1680px) {
  .ourstorysec02 .sec01 .leftside .txtsec::before {
    right: -12.6%;
  }
}
@media screen and (max-width: 1440px) {
  .ourstorysec02 .sec01 .leftside .txtsec::before {
    right: -12.5%;
  }
}
@media screen and (max-width: 1366px) {
  .ourstorysec02 .sec01 .leftside .txtsec::before {
    right: -13%;
  }
}
@media screen and (max-width: 1280px) {
  .ourstorysec02 .sec01 .leftside .txtsec::before {
    right: -13.1%;
  }
}
@media screen and (max-width: 1024px) {
  .ourstorysec02 .sec01 .leftside .txtsec::before {
    right: -14.5%;
  }
}
@media screen and (max-width: 991px) {
  .ourstorysec02 .sec01 .leftside .txtsec::before {
    right: -15%;
  }
}
@media screen and (max-width: 768px) {
  .ourstorysec02 .sec01 .leftside .txtsec::before {
    right: -15.5%;
  }
}
@media screen and (max-width: 600px) {
  .ourstorysec02 .sec01 .leftside .txtsec::before {
    right: unset;
    left: 5px;
  }
}
.ourstorysec02 .sec01 .rightside .txtsec::before {
  left: -11.6%;
}
@media screen and (max-width: 1680px) {
  .ourstorysec02 .sec01 .rightside .txtsec::before {
    left: -12.6%;
  }
}
@media screen and (max-width: 1600px) {
  .ourstorysec02 .sec01 .rightside .txtsec::before {
    left: -12.8%;
  }
}
@media screen and (max-width: 1280px) {
  .ourstorysec02 .sec01 .rightside .txtsec::before {
    left: -13.5%;
  }
}
@media screen and (max-width: 1024px) {
  .ourstorysec02 .sec01 .rightside .txtsec::before {
    left: -14.8%;
  }
}
@media screen and (max-width: 991px) {
  .ourstorysec02 .sec01 .rightside .txtsec::before {
    left: -15%;
  }
}
@media screen and (max-width: 768px) {
  .ourstorysec02 .sec01 .rightside .txtsec::before {
    left: -15.5%;
  }
}
@media screen and (max-width: 600px) {
  .ourstorysec02 .sec01 .rightside .txtsec::before {
    left: 5px;
  }
}
.ourstorysec02 .sec01 .txtsec {
  width: 87%;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .ourstorysec02 .sec01 .txtsec {
    width: 100%;
    margin: unset;
    padding-left: 50px;
  }
}
.ourstorysec02 .sec01 .txtsec::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #e30016;
  position: absolute;
  top: 17px;
}
@media screen and (max-width: 600px) {
  .ourstorysec02 .sec01 .txtsec::before {
    width: 20px;
    height: 20px;
  }
}
.ourstorysec02 .sec01 .txtsec:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--theme-color);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .ourstorysec02 .sec01 .txtsec:after {
    width: 87%;
    left: unset;
    right: 0;
  }
}
.ourstorysec02 .sec01 .txtsec h6 {
  font-family: var(--montserrat_medium);
  color: #e30016;
  text-transform: uppercase;
}
.ourstorysec02 .sec01 .row {
  margin-top: 3.5rem;
}
@media screen and (max-width: 600px) {
  .ourstorysec02 .sec01 .row {
    margin-top: 1.5rem;
  }
}

.ourstorysec03 {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .ourstorysec03 {
    margin-bottom: 2rem;
  }
}
.ourstorysec03::before {
  content: "";
  width: 100%;
  height: 45%;
  top: 0;
  position: absolute;
  background: #ebf3f7;
}
.ourstorysec03 .sec01 {
  background: url(../images/our-story/bgbottom.png) no-repeat #96aeb9;
  text-align: center;
  padding: 5rem 20%;
  color: #fff;
  position: relative;
  z-index: 1;
  background-position: left;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .ourstorysec03 .sec01 {
    padding: 3rem 6%;
  }
}
@media screen and (max-width: 768px) {
  .ourstorysec03 .sec01 {
    padding: 2rem 6%;
  }
}
.ourstorysec03 .sec01 h6 {
  line-height: 35px;
}
@media screen and (max-width: 1366px) {
  .ourstorysec03 .sec01 h6 {
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .ourstorysec03 .sec01 h6 {
    line-height: unset;
  }
}

/*@Media Query Mixin*/
/*@Media Query Mixin End*/
* {
  padding: 0;
  margin: 0;
}

:root {
  --montserrat_regular: "montserrat_regular";
  --montserrat_medium: "montserrat_medium";
  --montserrat_semiBold: "montserrat_semiBold";
  --montserrat_bold: "montserrat_bold";
  --actay-regular: "actay-regular";
  --font-color: #414143;
  --theme-color: #c0272c;
}

@font-face {
  font-family: montserrat_regular;
  src: url(../fonts/montserrat-regular.ttf);
}
@font-face {
  font-family: montserrat_medium;
  src: url(../fonts/montserrat-medium.ttf);
}
@font-face {
  font-family: montserrat_semiBold;
  src: url(../fonts/montserrat-semibold.ttf);
}
@font-face {
  font-family: montserrat_bold;
  src: url(../fonts/montserrat-bold.ttf);
}
@font-face {
  font-family: actay-regular;
  src: url(../fonts/actay-regular.otf);
}
body {
  position: relative;
  font-family: var(--montserrat_regular);
}
@media screen and (max-width: 991px) {
  body {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 81px;
  }
}
@media screen and (max-width: 600px) {
  body {
    margin-top: 77px;
  }
}
@media screen and (max-width: 400px) {
  body {
    margin-top: 70px;
  }
}

.body-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.body-overlay.is-active {
  display: block;
}

.container {
  max-width: 83%;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 95%;
  }
}

.heading {
  font-family: var(--montserrat_medium);
  text-transform: uppercase;
  font-size: 28px;
}
@media screen and (max-width: 1440px) {
  .heading {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .heading {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .heading {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 400px) {
  .heading {
    font-size: 17px;
    line-height: 25px;
  }
}

.sub-heading {
  position: relative;
  color: var(--theme-color);
  font-size: 14px;
  font-family: var(--montserrat_semiBold);
  text-transform: uppercase;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .sub-heading {
    padding-left: 60px;
  }
}
@media screen and (max-width: 600px) {
  .sub-heading {
    margin-bottom: 10px;
    padding-left: 50px;
  }
}
.sub-heading:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 60px;
  background-color: var(--theme-color);
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .sub-heading:before {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .sub-heading:before {
    width: 40px;
  }
}
.sub-heading:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 60px;
  background-color: var(--theme-color);
  top: 50%;
  right: -70px;
  transform: translate(0, -50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .sub-heading:after {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .sub-heading:after {
    width: 40px;
  }
}
.sub-heading.wht {
  color: #fff;
}
.sub-heading.wht:before {
  background-color: #fff;
}
.sub-heading.wht:after {
  background-color: #fff;
}
.sub-heading.centered {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .sub-heading.centered:before {
    left: -60px !important;
  }
  .sub-heading.centered:after {
    right: -60px;
  }
}
@media screen and (max-width: 600px) {
  .sub-heading.centered:before {
    left: -50px !important;
  }
  .sub-heading.centered:after {
    right: -50px;
  }
}
.sub-heading.centered:before {
  left: -70px;
}
.sub-heading.centered:after {
  display: block;
}
.sub-heading.centered-lg {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .sub-heading.centered-lg {
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sub-heading.centered-lg {
    padding-left: 60px;
  }
}
@media screen and (max-width: 600px) {
  .sub-heading.centered-lg {
    padding-left: 50px;
  }
}
.sub-heading.centered-lg:before {
  left: -70px;
}
@media screen and (max-width: 991px) {
  .sub-heading.centered-lg:before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sub-heading.centered-lg:before {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .sub-heading.centered-lg:before {
    width: 40px;
  }
}
.sub-heading.centered-lg:after {
  display: block;
}
@media screen and (max-width: 991px) {
  .sub-heading.centered-lg:after {
    display: none;
  }
}

.justify {
  text-align: justify;
}

.diff-line {
  font-size: 22px;
  font-family: var(--montserrat_semiBold);
}
@media screen and (max-width: 600px) {
  .diff-line {
    font-size: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .right-spacing-laptop {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .right-spacing-laptop {
    margin-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .right-spacing-laptop {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .right-spacing-tablet {
    margin-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .right-spacing-tablet {
    margin-right: 0;
  }
}

.theme-btn {
  position: relative;
  border: 0;
  background-color: var(--theme-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  padding-right: 50px;
  border: 1px solid var(--theme-color);
  text-decoration: none;
  width: 160px;
  transition: all 0.8s ease;
}
.theme-btn.wht {
  background-color: #fff;
  color: #000;
}
.theme-btn.wht:before {
  content: url(../images/icons/right-arrow-2.png);
  background-color: var(--theme-color);
}
.theme-btn.wht:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.theme-btn.wht:hover:before {
  background-color: #fff;
  content: url(../images/icons/right-arrow.png);
}
.theme-btn:before {
  position: absolute;
  content: url(../images/icons/right-arrow.png);
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  transition: all 0.6s ease;
}
.theme-btn:hover {
  padding-right: 60px;
  width: 170px;
  background-color: #fff;
  color: #000;
}
.theme-btn:hover:before {
  right: 0;
  padding: 10px 15px;
  background-color: var(--theme-color);
  content: url(../images/icons/right-arrow-2.png);
}
.theme-btn.wht-bordered {
  border: 1px solid #fff;
}

.inner-banner {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.inner-banner .img {
  position: relative;
}
.inner-banner .img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .inner-banner .img:before {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner .img img {
    width: 150%;
    transform: translateX(-15%);
  }
}
@media screen and (max-width: 600px) {
  .inner-banner .img img {
    width: 200%;
    transform: translateX(-25%);
  }
}
@media screen and (max-width: 1680px) {
  .inner-banner .img img.right-side {
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 1440px) {
  .inner-banner .img img.right-side {
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 1280px) {
  .inner-banner .img img.right-side {
    transform: translateX(-30%);
  }
}
@media screen and (max-width: 1024px) {
  .inner-banner .img img.right-side {
    transform: translateX(-40%);
  }
}
@media screen and (max-width: 991px) {
  .inner-banner .img img.right-side {
    transform: translateX(-30%);
  }
}
@media screen and (max-width: 600px) {
  .inner-banner .img img.right-side {
    transform: translateX(-40%);
  }
}
@media screen and (max-width: 1680px) {
  .inner-banner .img img.bg-img {
    transform: translateX(-6%);
  }
}
@media screen and (max-width: 1600px) {
  .inner-banner .img img.bg-img {
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 1440px) {
  .inner-banner .img img.bg-img {
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 1366px) {
  .inner-banner .img img.bg-img {
    transform: translateX(-22%);
  }
}
@media screen and (max-width: 600px) {
  .inner-banner .img img.bg-img {
    width: 300%;
    transform: translateX(-38%);
  }
}
.inner-banner.project-banner .img:before {
  display: none;
}
@media screen and (max-width: 991px) {
  .inner-banner.project-banner .img img {
    width: 100%;
    transform: unset;
  }
}
@media screen and (max-width: 600px) {
  .inner-banner.project-banner .img img {
    width: 100%;
    transform: unset;
  }
}
.inner-banner .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
}
.inner-banner .overlay .txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .inner-banner .overlay .txt {
    top: 60%;
  }
}
.inner-banner .overlay .txt h2 {
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .inner-banner .overlay .txt h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .inner-banner .overlay .txt h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .inner-banner .overlay .txt h2 {
    font-size: 20px;
  }
}
.inner-banner .overlay .txt.exceptional .content {
  display: flex;
}
@media screen and (max-width: 600px) {
  .inner-banner .overlay .txt.exceptional .content {
    display: unset;
  }
}
.inner-banner .overlay .txt.exceptional .content .img {
  width: 10%;
}
@media screen and (max-width: 1024px) {
  .inner-banner .overlay .txt.exceptional .content .img {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .inner-banner .overlay .txt.exceptional .content .img {
    width: 25%;
  }
}
.inner-banner .overlay .txt.exceptional .content .img:before {
  opacity: 0;
}
.inner-banner .overlay .txt.exceptional .content .img img {
  width: 100%;
  transform: unset;
}
.inner-banner .overlay .txt.exceptional .content .line {
  position: relative;
  width: 90%;
  margin: 0 50px;
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .inner-banner .overlay .txt.exceptional .content .line {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .inner-banner .overlay .txt.exceptional .content .line {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
}
.inner-banner .overlay .txt.exceptional .content .line:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .inner-banner .overlay .txt.exceptional .content .line:before {
    display: none;
  }
}
.inner-banner .overlay .txt.exceptional .content .line h2 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 600px) {
  .inner-banner .overlay .txt.exceptional .content .line h2 {
    position: unset;
    top: unset;
    transform: unset;
  }
}
.inner-banner .breadcrumb-path {
  position: absolute;
  top: 110px;
  width: 100%;
  padding: 10px 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .inner-banner .breadcrumb-path {
    top: 70px;
  }
}
@media screen and (max-width: 400px) {
  .inner-banner .breadcrumb-path {
    top: 60px;
  }
}
.inner-banner .breadcrumb-path .breadcrumb-item {
  position: relative;
  font-size: 12px;
}
.inner-banner .breadcrumb-path .breadcrumb-item:before {
  content: none;
}
.inner-banner .breadcrumb-path .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-family: var(--montserrat_medium);
  font-size: 12px;
  padding-right: 15px;
}
.inner-banner .breadcrumb-path .breadcrumb-item a:before {
  position: absolute;
  content: url(../images/icons/right-angle-bracket.png);
  right: 0;
}
.inner-banner .breadcrumb-path .breadcrumb-item.active {
  color: #fff;
  font-family: var(--montserrat_bold);
}
.inner-banner .breadcrumb-path.diff {
  position: unset;
  background-color: #ebf3f7;
}
.inner-banner .breadcrumb-path.diff ol {
  margin-bottom: 0;
}
.inner-banner .breadcrumb-path.diff ol .breadcrumb-item {
  color: var(--theme-color);
}
.inner-banner .breadcrumb-path.diff ol .breadcrumb-item a {
  color: #000;
}
.inner-banner .breadcrumb-path.diff ol .breadcrumb-item a:before {
  content: url(../images/icons/right-angle-bracket-blk.png);
}

.img {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .orderChange {
    order: 2;
  }
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav {
    top: 42%;
  }
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  background-color: var(--theme-color);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 1440px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    height: 40px;
    width: 40px;
  }
}
.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
}
@media screen and (max-width: 1440px) {
  .owl-carousel .owl-nav .owl-prev i,
  .owl-carousel .owl-nav .owl-next i {
    font-size: 40px;
  }
}
.owl-carousel .owl-nav .owl-prev {
  left: -70px;
}
@media screen and (max-width: 1440px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
}
.owl-carousel .owl-nav .owl-next {
  right: -70px;
}
@media screen and (max-width: 1440px) {
  .owl-carousel .owl-nav .owl-next {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 991px) {
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    background-color: #414143;
  }
}
.navbar:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  right: 0;
}
.navbar.scrolled {
  background-color: #414143;
  transition: all 0.6s ease;
}
.navbar .navbar-brand {
  width: 12%;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-brand {
    width: 20%;
    margin-left: 25px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 35%;
  }
}
.navbar .navbar-brand .main-logo {
  display: block;
  transition: all 0.6s ease;
}
.navbar .navbar-toggler {
  border: none;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .navbar .navbar-toggler {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-toggler {
    margin-right: 10px;
  }
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/icons/menu-bar.png);
}
.navbar .navbar-toggler .navbar-toggler-icon.on {
  background-image: url(../images/icons/plus.png);
  transform: rotate(45deg);
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 20px;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  font-family: var(--montserrat_semiBold);
  text-transform: uppercase;
  color: var(--font-color);
  padding: 34px 10px;
  margin-left: 20px;
  transition: all 0.6s ease;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 29px 10px;
  }
}
@media screen and (max-width: 1600px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 28px 10px;
  }
}
@media screen and (max-width: 1440px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 29px 10px;
  }
}
@media screen and (max-width: 1366px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 27px 10px;
  }
}
@media screen and (max-width: 1280px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 25px 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 23px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 35px;
    margin-left: 0;
    font-size: unset;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 15px 20px;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-nav .nav-item .nav-link.active:before {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-nav .nav-item .nav-link.active:before {
    height: 1px;
  }
}
.navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  background-color: var(--theme-color);
  bottom: 0;
  left: 0;
  transition: all 0.6s ease;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link:before {
    height: 1px;
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item:nth-child(7) .nav-link:before {
    display: none;
  }
}

.hm-banner {
  position: relative;
}
.hm-banner .txt {
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  width: 35%;
}
@media screen and (max-width: 1680px) {
  .hm-banner .txt {
    top: 35%;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt {
    width: 40%;
  }
}
@media screen and (max-width: 1280px) {
  .hm-banner .txt {
    width: 43%;
  }
}
.hm-banner .txt .head h2 {
  font-size: 130px;
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: bold;
  letter-spacing: 5px;
  font-family: var(--montserrat_bold);
}
@media screen and (max-width: 1680px) {
  .hm-banner .txt .head h2 {
    font-size: 110px;
  }
}
@media screen and (max-width: 1600px) {
  .hm-banner .txt .head h2 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .head h2 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .head h2 {
    font-size: 80px;
    margin: 0;
  }
}
.hm-banner .txt .sub-head {
  display: flex;
}
.hm-banner .txt .sub-head .content {
  position: relative;
}
.hm-banner .txt .sub-head .content:before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: gray;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  animation: fallDown 3s;
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content:before {
    top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content:before {
    top: 20px;
  }
}
.hm-banner .txt .sub-head .content.first {
  width: 20%;
}
@media screen and (max-width: 1680px) {
  .hm-banner .txt .sub-head .content.first {
    width: 17%;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content.first {
    width: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.first {
    width: 14%;
  }
}
.hm-banner .txt .sub-head .content.first:before {
  height: 50px;
  left: 25%;
}
@media screen and (max-width: 1680px) {
  .hm-banner .txt .sub-head .content.first:before {
    left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.first:before {
    height: 40px;
  }
}
.hm-banner .txt .sub-head .content.first p {
  top: 100px;
  left: -15px;
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content.first p {
    top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.first p {
    top: 70px;
  }
}
.hm-banner .txt .sub-head .content.second {
  width: 25%;
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content.second {
    width: 22%;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.second {
    width: 20%;
  }
}
.hm-banner .txt .sub-head .content.second:before {
  height: 150px;
  left: 40%;
}
@media screen and (max-width: 1680px) {
  .hm-banner .txt .sub-head .content.second:before {
    left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.second:before {
    height: 100px;
  }
}
.hm-banner .txt .sub-head .content.second p {
  top: 200px;
  left: -15px;
}
@media screen and (max-width: 1680px) {
  .hm-banner .txt .sub-head .content.second p {
    left: -32px;
  }
}
@media screen and (max-width: 1600px) {
  .hm-banner .txt .sub-head .content.second p {
    left: -35px;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content.second p {
    top: 190px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.second p {
    top: 130px;
  }
}
.hm-banner .txt .sub-head .content.third {
  width: 25%;
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content.third {
    width: 22%;
  }
}
@media screen and (max-width: 1366px) {
  .hm-banner .txt .sub-head .content.third {
    width: 23%;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.third {
    width: 25%;
  }
}
.hm-banner .txt .sub-head .content.third:before {
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.third:before {
    height: 40px;
  }
}
.hm-banner .txt .sub-head .content.third p {
  top: 100px;
  left: 25px;
}
@media screen and (max-width: 1680px) {
  .hm-banner .txt .sub-head .content.third p {
    left: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .hm-banner .txt .sub-head .content.third p {
    left: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content.third p {
    top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.third p {
    top: 70px;
  }
}
.hm-banner .txt .sub-head .content.fourth {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .hm-banner .txt .sub-head .content.fourth {
    width: 33%;
  }
}
@media screen and (max-width: 1600px) {
  .hm-banner .txt .sub-head .content.fourth {
    width: 35%;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content.fourth {
    width: 31%;
  }
}
@media screen and (max-width: 1366px) {
  .hm-banner .txt .sub-head .content.fourth {
    width: 33%;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.fourth {
    width: 35%;
  }
}
.hm-banner .txt .sub-head .content.fourth:before {
  height: 150px;
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.fourth:before {
    height: 100px;
  }
}
.hm-banner .txt .sub-head .content.fourth p {
  top: 200px;
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content.fourth p {
    top: 190px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content.fourth p {
    top: 130px;
  }
}
.hm-banner .txt .sub-head .content h4 {
  font-size: 25px;
  font-family: var(--actay-regular);
  font-weight: bold;
  animation: fadeDown 2s;
}
@media screen and (max-width: 1680px) {
  .hm-banner .txt .sub-head .content h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content h4 {
    font-size: 14px;
  }
}
.hm-banner .txt .sub-head .content p {
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--actay-regular);
  text-align: center;
  animation: fadeUp 4s;
}
@media screen and (max-width: 1680px) {
  .hm-banner .txt .sub-head .content p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner .txt .sub-head .content p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-banner .txt .sub-head .content p {
    font-size: 12px;
    line-height: 14px;
  }
}

.hm-about {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .hm-about {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .hm-about {
    padding: 30px 0;
  }
}
.hm-about .bg-unicorn {
  position: absolute;
  content: "";
  bottom: 0;
  width: 40%;
  opacity: 5%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .hm-about .bg-unicorn {
    width: 70%;
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .hm-about .bg-unicorn {
    width: 100%;
  }
}
.hm-about p {
  text-align: justify;
  line-height: 27px;
}
.hm-about .img {
  width: 90%;
  margin-left: 10%;
}
@media screen and (max-width: 1680px) {
  .hm-about .img {
    width: 95%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .hm-about .img {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1680px) {
  .hm-about .img.about-img {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .hm-about .img.about-img {
    margin-top: 0;
  }
}

.hm-counter {
  padding: 100px 0;
  background-color: var(--theme-color);
}
@media screen and (max-width: 991px) {
  .hm-counter {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .hm-counter {
    padding: 30px 0;
  }
}
.hm-counter .row .col-lg-3.column1 {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .hm-counter .row .col-lg-3.column1 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .hm-counter .row .col-lg-3.column1 {
    width: 100%;
  }
}
.hm-counter .row .col-lg-3.column2 {
  width: 27%;
}
@media screen and (max-width: 1366px) {
  .hm-counter .row .col-lg-3.column2 {
    width: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .hm-counter .row .col-lg-3.column2 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .hm-counter .row .col-lg-3.column2 {
    width: 100%;
  }
}
.hm-counter .row .col-lg-3.column3 {
  width: 27%;
}
@media screen and (max-width: 1440px) {
  .hm-counter .row .col-lg-3.column3 {
    width: 25%;
  }
}
@media screen and (max-width: 1366px) {
  .hm-counter .row .col-lg-3.column3 {
    width: 26%;
  }
}
@media screen and (max-width: 1024px) {
  .hm-counter .row .col-lg-3.column3 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .hm-counter .row .col-lg-3.column3 {
    width: 100%;
  }
}
.hm-counter .row .col-lg-3.column4 {
  width: 26%;
}
@media screen and (max-width: 1440px) {
  .hm-counter .row .col-lg-3.column4 {
    width: 28%;
  }
}
@media screen and (max-width: 1366px) {
  .hm-counter .row .col-lg-3.column4 {
    width: 26%;
  }
}
@media screen and (max-width: 1024px) {
  .hm-counter .row .col-lg-3.column4 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .hm-counter .row .col-lg-3.column4 {
    width: 100%;
  }
}
.hm-counter .counter {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hm-counter .counter {
    text-align: center;
  }
}
.hm-counter .counter:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  top: 5%;
  left: -55px;
  opacity: 0.5;
}
@media screen and (max-width: 1600px) {
  .hm-counter .counter:before {
    left: -40px;
  }
}
.hm-counter .counter.first:before {
  display: none;
}
.hm-counter .counter .item {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .hm-counter .counter .item {
    display: unset;
  }
}
.hm-counter .counter .item .number {
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  font-family: var(--montserrat_semiBold);
}
@media screen and (max-width: 1680px) {
  .hm-counter .counter .item .number {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .hm-counter .counter .item .number {
    font-size: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  .hm-counter .counter .item .number {
    font-size: 42px;
    line-height: 42px;
    padding: 10px;
  }
}
.hm-counter .counter .item .txt {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  padding: 10px;
  font-family: var(--montserrat_medium);
  margin-top: -7px;
}
@media screen and (max-width: 1680px) {
  .hm-counter .counter .item .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .hm-counter .counter .item .txt {
    font-size: 16px;
    margin-top: -12px;
  }
}
@media screen and (max-width: 600px) {
  .hm-counter .counter .item .txt {
    font-size: 22px;
    margin-top: unset;
  }
}

.hm-projects {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .hm-projects {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .hm-projects {
    padding: 30px 0;
  }
}
.hm-projects a {
  text-decoration: none;
  color: #000;
}
.hm-projects .title {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .hm-projects .title {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .hm-projects .title {
    padding-top: 0;
  }
}
.hm-projects .item .img {
  position: relative;
  overflow: hidden;
}
.hm-projects .item .img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 9999;
}
.hm-projects .item:hover .img:before {
  opacity: 0.5;
}
.hm-projects .item .txt {
  margin-top: 20px;
  padding: 0 10px;
}
.hm-projects .item .txt h5 {
  font-family: var(--montserrat_medium);
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (max-width: 1440px) {
  .hm-projects .item .txt h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-projects .item .txt h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .hm-projects .item .txt h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .hm-projects .item .txt h5 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.hm-projects .item .txt p {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .hm-projects .item .txt p {
    font-size: small;
  }
}
@media screen and (max-width: 991px) {
  .hm-projects .item .txt p {
    font-size: unset;
  }
}
@media screen and (max-width: 600px) {
  .hm-projects .item .txt p {
    font-size: small;
  }
}

.hm-testimonials {
  padding: 100px 0;
  background-color: #ebf3f7;
}
@media screen and (max-width: 991px) {
  .hm-testimonials {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .hm-testimonials {
    padding: 30px 0;
  }
}
.hm-testimonials .img {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .hm-testimonials .img {
    width: 100%;
  }
}
.hm-testimonials .testimonial-box {
  margin-top: 100px;
}
@media screen and (max-width: 1680px) {
  .hm-testimonials .testimonial-box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1600px) {
  .hm-testimonials .testimonial-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .hm-testimonials .testimonial-box {
    margin-top: 0;
  }
}
.hm-testimonials .testimonial-box .testimonial-slider .carousel-indicators {
  margin-left: unset;
  right: unset;
}
.hm-testimonials .testimonial-box .testimonial-slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: var(--theme-color);
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme-color);
}
@media screen and (max-width: 768px) {
  .hm-testimonials .testimonial-box .testimonial-slider .carousel-indicators button {
    width: 7px;
    height: 7px;
  }
}
.hm-testimonials .testimonial-box .testimonial-slider .carousel-indicators button.active {
  background-color: var(--theme-color);
}
.hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item {
  height: 300px;
}
@media screen and (max-width: 1440px) {
  .hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item {
    height: 310px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item {
    height: 370px;
  }
}
@media screen and (max-width: 991px) {
  .hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item {
    height: 280px;
  }
}
@media screen and (max-width: 600px) {
  .hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item {
    height: 420px;
  }
}
@media screen and (max-width: 400px) {
  .hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item {
    height: 450px;
  }
}
@media screen and (max-width: 360px) {
  .hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item {
    height: 480px;
  }
}
.hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item .txt {
  font-family: var(--montserrat_regular);
  font-style: italic;
}
.hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item .txt .name {
  font-family: var(--montserrat_bold);
  color: var(--theme-color);
}
.hm-testimonials .testimonial-box .testimonial-slider .carousel-inner .carousel-item .txt p {
  line-height: 30px;
  text-align: justify;
}

.expertise .sec01 {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .expertise .sec01 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .expertise .sec01 {
    padding: 30px 0;
  }
}
.expertise .sec01 .unicorn {
  position: absolute;
  width: 35%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  opacity: 5%;
}
@media screen and (max-width: 991px) {
  .expertise .sec01 .unicorn {
    width: 50%;
    right: 10px;
    left: unset;
    transform: unset;
  }
}
.expertise .sec01 .item {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .expertise .sec01 .item {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .expertise .sec01 .item {
    padding: 20px;
  }
}
.expertise .sec01 .item .icon {
  position: relative;
  background-color: var(--theme-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
}
.expertise .sec01 .item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.expertise .sec01 .item h3 {
  font-family: var(--montserrat_semiBold);
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .expertise .sec01 .item h3 {
    font-size: 20px;
  }
}

.presence .sec01 {
  padding: 100px 0 0;
}
@media screen and (max-width: 991px) {
  .presence .sec01 {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .presence .sec01 {
    padding: 30px 0 0;
  }
}
.presence .sec01 .mapping {
  background-image: url(../images/expertise/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
.presence .sec01 .mapping h2 {
  font-family: var(--montserrat_semiBold);
  color: #fff;
}
@media screen and (max-width: 360px) {
  .presence .sec01 .mapping h2 {
    font-size: 22px;
  }
}
.presence .sec01 .mapping .accordion {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .presence .sec01 .mapping .accordion {
    width: 100%;
  }
}
.presence .sec01 .mapping .accordion .accordion-item {
  margin-top: 10px;
  border: 0;
  border-radius: 0;
}
.presence .sec01 .mapping .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  background-color: #96aeb9;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .accordion .accordion-item .accordion-header .accordion-button {
    padding: 10px;
  }
}
.presence .sec01 .mapping .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url(../images/icons/plus.png);
}
.presence .sec01 .mapping .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.presence .sec01 .mapping .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--theme-color);
}
.presence .sec01 .mapping .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url(../images/icons/delete.png);
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .accordion .accordion-item .accordion-body {
    padding: 10px;
  }
}
.presence .sec01 .mapping .accordion .accordion-item .accordion-body ul {
  margin-bottom: 0;
}
.presence .sec01 .mapping .accordion .accordion-item .accordion-body ul li:hover {
  color: var(--theme-color);
  font-family: var(--montserrat_semiBold);
  cursor: pointer;
}
.presence .sec01 .mapping .accordion .accordion-item .accordion-body ul li.active {
  color: var(--theme-color);
  font-family: var(--montserrat_semiBold);
}
.presence .sec01 .mapping .img {
  position: relative;
}
.presence .sec01 .mapping .img .project-thumb {
  position: absolute;
  width: 100px;
  background-color: #fff;
  padding: 5px;
  display: none;
  animation: rise 2s;
}
@media screen and (max-width: 1440px) {
  .presence .sec01 .mapping .img .project-thumb {
    width: 90px;
  }
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .img .project-thumb {
    width: 60px;
  }
}
.presence .sec01 .mapping .img .project-thumb .close {
  position: absolute;
  background-color: #fff;
  padding: 0 4px;
  border-radius: 50%;
  font-size: 10px;
  top: -5px;
  right: -5px;
  transition: all 0.6s ease;
}
.presence .sec01 .mapping .img .project-thumb .close:hover {
  background-color: var(--theme-color);
  color: #fff;
  cursor: pointer;
}
.presence .sec01 .mapping .img .project-thumb.active {
  display: block;
}
.presence .sec01 .mapping .img .project-thumb.op1, .presence .sec01 .mapping .img .project-thumb.cp2 {
  top: 40%;
  left: 45%;
}
@media screen and (max-width: 1680px) {
  .presence .sec01 .mapping .img .project-thumb.op1, .presence .sec01 .mapping .img .project-thumb.cp2 {
    top: 36%;
  }
}
@media screen and (max-width: 1600px) {
  .presence .sec01 .mapping .img .project-thumb.op1, .presence .sec01 .mapping .img .project-thumb.cp2 {
    top: 35%;
  }
}
@media screen and (max-width: 1440px) {
  .presence .sec01 .mapping .img .project-thumb.op1, .presence .sec01 .mapping .img .project-thumb.cp2 {
    top: 39%;
    left: 44%;
  }
}
@media screen and (max-width: 1366px) {
  .presence .sec01 .mapping .img .project-thumb.op1, .presence .sec01 .mapping .img .project-thumb.cp2 {
    top: 37%;
    left: 45%;
  }
}
@media screen and (max-width: 1280px) {
  .presence .sec01 .mapping .img .project-thumb.op1, .presence .sec01 .mapping .img .project-thumb.cp2 {
    top: 36%;
    left: 44%;
  }
}
@media screen and (max-width: 1024px) {
  .presence .sec01 .mapping .img .project-thumb.op1, .presence .sec01 .mapping .img .project-thumb.cp2 {
    top: 30%;
    left: 43%;
  }
}
@media screen and (max-width: 768px) {
  .presence .sec01 .mapping .img .project-thumb.op1, .presence .sec01 .mapping .img .project-thumb.cp2 {
    top: 40%;
    left: 45%;
  }
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .img .project-thumb.op1, .presence .sec01 .mapping .img .project-thumb.cp2 {
    top: 36%;
    left: 42%;
  }
}
@media screen and (max-width: 400px) {
  .presence .sec01 .mapping .img .project-thumb.op1, .presence .sec01 .mapping .img .project-thumb.cp2 {
    top: 31%;
    left: 41%;
  }
}
.presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
  top: 30%;
  left: 41%;
}
@media screen and (max-width: 1680px) {
  .presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
    top: 26%;
  }
}
@media screen and (max-width: 1600px) {
  .presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
    top: 24%;
  }
}
@media screen and (max-width: 1440px) {
  .presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
    top: 28%;
  }
}
@media screen and (max-width: 1366px) {
  .presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
    top: 27%;
  }
}
@media screen and (max-width: 1280px) {
  .presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
    top: 25%;
    left: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
    top: 19%;
    left: 38%;
  }
}
@media screen and (max-width: 768px) {
  .presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
    top: 30%;
    left: 41%;
  }
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
    top: 25%;
    left: 38%;
  }
}
@media screen and (max-width: 400px) {
  .presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
    top: 23%;
    left: 36%;
  }
}
@media screen and (max-width: 360px) {
  .presence .sec01 .mapping .img .project-thumb.op2, .presence .sec01 .mapping .img .project-thumb.cp11, .presence .sec01 .mapping .img .project-thumb.up3 {
    top: 21%;
    left: 36%;
  }
}
.presence .sec01 .mapping .img .project-thumb.op3, .presence .sec01 .mapping .img .project-thumb.up1 {
  top: 29%;
  left: 7%;
}
@media screen and (max-width: 1680px) {
  .presence .sec01 .mapping .img .project-thumb.op3, .presence .sec01 .mapping .img .project-thumb.up1 {
    top: 26%;
  }
}
@media screen and (max-width: 1440px) {
  .presence .sec01 .mapping .img .project-thumb.op3, .presence .sec01 .mapping .img .project-thumb.up1 {
    top: 28%;
  }
}
@media screen and (max-width: 1280px) {
  .presence .sec01 .mapping .img .project-thumb.op3, .presence .sec01 .mapping .img .project-thumb.up1 {
    top: 26%;
  }
}
@media screen and (max-width: 1024px) {
  .presence .sec01 .mapping .img .project-thumb.op3, .presence .sec01 .mapping .img .project-thumb.up1 {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .presence .sec01 .mapping .img .project-thumb.op3, .presence .sec01 .mapping .img .project-thumb.up1 {
    top: 30%;
  }
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .img .project-thumb.op3, .presence .sec01 .mapping .img .project-thumb.up1 {
    top: 25%;
    left: 4%;
  }
}
@media screen and (max-width: 400px) {
  .presence .sec01 .mapping .img .project-thumb.op3, .presence .sec01 .mapping .img .project-thumb.up1 {
    top: 20%;
  }
}
.presence .sec01 .mapping .img .project-thumb.cp1, .presence .sec01 .mapping .img .project-thumb.cp4, .presence .sec01 .mapping .img .project-thumb.cp7, .presence .sec01 .mapping .img .project-thumb.cp8, .presence .sec01 .mapping .img .project-thumb.cp9, .presence .sec01 .mapping .img .project-thumb.cp10, .presence .sec01 .mapping .img .project-thumb.cp12, .presence .sec01 .mapping .img .project-thumb.cp13, .presence .sec01 .mapping .img .project-thumb.cp14, .presence .sec01 .mapping .img .project-thumb.cp15, .presence .sec01 .mapping .img .project-thumb.cp16 {
  top: 28%;
  left: 46%;
}
@media screen and (max-width: 1680px) {
  .presence .sec01 .mapping .img .project-thumb.cp1, .presence .sec01 .mapping .img .project-thumb.cp4, .presence .sec01 .mapping .img .project-thumb.cp7, .presence .sec01 .mapping .img .project-thumb.cp8, .presence .sec01 .mapping .img .project-thumb.cp9, .presence .sec01 .mapping .img .project-thumb.cp10, .presence .sec01 .mapping .img .project-thumb.cp12, .presence .sec01 .mapping .img .project-thumb.cp13, .presence .sec01 .mapping .img .project-thumb.cp14, .presence .sec01 .mapping .img .project-thumb.cp15, .presence .sec01 .mapping .img .project-thumb.cp16 {
    top: 25%;
    left: 45%;
  }
}
@media screen and (max-width: 1600px) {
  .presence .sec01 .mapping .img .project-thumb.cp1, .presence .sec01 .mapping .img .project-thumb.cp4, .presence .sec01 .mapping .img .project-thumb.cp7, .presence .sec01 .mapping .img .project-thumb.cp8, .presence .sec01 .mapping .img .project-thumb.cp9, .presence .sec01 .mapping .img .project-thumb.cp10, .presence .sec01 .mapping .img .project-thumb.cp12, .presence .sec01 .mapping .img .project-thumb.cp13, .presence .sec01 .mapping .img .project-thumb.cp14, .presence .sec01 .mapping .img .project-thumb.cp15, .presence .sec01 .mapping .img .project-thumb.cp16 {
    top: 24%;
  }
}
@media screen and (max-width: 1440px) {
  .presence .sec01 .mapping .img .project-thumb.cp1, .presence .sec01 .mapping .img .project-thumb.cp4, .presence .sec01 .mapping .img .project-thumb.cp7, .presence .sec01 .mapping .img .project-thumb.cp8, .presence .sec01 .mapping .img .project-thumb.cp9, .presence .sec01 .mapping .img .project-thumb.cp10, .presence .sec01 .mapping .img .project-thumb.cp12, .presence .sec01 .mapping .img .project-thumb.cp13, .presence .sec01 .mapping .img .project-thumb.cp14, .presence .sec01 .mapping .img .project-thumb.cp15, .presence .sec01 .mapping .img .project-thumb.cp16 {
    top: 28%;
  }
}
@media screen and (max-width: 1366px) {
  .presence .sec01 .mapping .img .project-thumb.cp1, .presence .sec01 .mapping .img .project-thumb.cp4, .presence .sec01 .mapping .img .project-thumb.cp7, .presence .sec01 .mapping .img .project-thumb.cp8, .presence .sec01 .mapping .img .project-thumb.cp9, .presence .sec01 .mapping .img .project-thumb.cp10, .presence .sec01 .mapping .img .project-thumb.cp12, .presence .sec01 .mapping .img .project-thumb.cp13, .presence .sec01 .mapping .img .project-thumb.cp14, .presence .sec01 .mapping .img .project-thumb.cp15, .presence .sec01 .mapping .img .project-thumb.cp16 {
    top: 27%;
  }
}
@media screen and (max-width: 1280px) {
  .presence .sec01 .mapping .img .project-thumb.cp1, .presence .sec01 .mapping .img .project-thumb.cp4, .presence .sec01 .mapping .img .project-thumb.cp7, .presence .sec01 .mapping .img .project-thumb.cp8, .presence .sec01 .mapping .img .project-thumb.cp9, .presence .sec01 .mapping .img .project-thumb.cp10, .presence .sec01 .mapping .img .project-thumb.cp12, .presence .sec01 .mapping .img .project-thumb.cp13, .presence .sec01 .mapping .img .project-thumb.cp14, .presence .sec01 .mapping .img .project-thumb.cp15, .presence .sec01 .mapping .img .project-thumb.cp16 {
    top: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .presence .sec01 .mapping .img .project-thumb.cp1, .presence .sec01 .mapping .img .project-thumb.cp4, .presence .sec01 .mapping .img .project-thumb.cp7, .presence .sec01 .mapping .img .project-thumb.cp8, .presence .sec01 .mapping .img .project-thumb.cp9, .presence .sec01 .mapping .img .project-thumb.cp10, .presence .sec01 .mapping .img .project-thumb.cp12, .presence .sec01 .mapping .img .project-thumb.cp13, .presence .sec01 .mapping .img .project-thumb.cp14, .presence .sec01 .mapping .img .project-thumb.cp15, .presence .sec01 .mapping .img .project-thumb.cp16 {
    top: 19%;
    left: 42%;
  }
}
@media screen and (max-width: 768px) {
  .presence .sec01 .mapping .img .project-thumb.cp1, .presence .sec01 .mapping .img .project-thumb.cp4, .presence .sec01 .mapping .img .project-thumb.cp7, .presence .sec01 .mapping .img .project-thumb.cp8, .presence .sec01 .mapping .img .project-thumb.cp9, .presence .sec01 .mapping .img .project-thumb.cp10, .presence .sec01 .mapping .img .project-thumb.cp12, .presence .sec01 .mapping .img .project-thumb.cp13, .presence .sec01 .mapping .img .project-thumb.cp14, .presence .sec01 .mapping .img .project-thumb.cp15, .presence .sec01 .mapping .img .project-thumb.cp16 {
    top: 30%;
    left: 45%;
  }
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .img .project-thumb.cp1, .presence .sec01 .mapping .img .project-thumb.cp4, .presence .sec01 .mapping .img .project-thumb.cp7, .presence .sec01 .mapping .img .project-thumb.cp8, .presence .sec01 .mapping .img .project-thumb.cp9, .presence .sec01 .mapping .img .project-thumb.cp10, .presence .sec01 .mapping .img .project-thumb.cp12, .presence .sec01 .mapping .img .project-thumb.cp13, .presence .sec01 .mapping .img .project-thumb.cp14, .presence .sec01 .mapping .img .project-thumb.cp15, .presence .sec01 .mapping .img .project-thumb.cp16 {
    top: 25%;
    left: 42%;
  }
}
@media screen and (max-width: 400px) {
  .presence .sec01 .mapping .img .project-thumb.cp1, .presence .sec01 .mapping .img .project-thumb.cp4, .presence .sec01 .mapping .img .project-thumb.cp7, .presence .sec01 .mapping .img .project-thumb.cp8, .presence .sec01 .mapping .img .project-thumb.cp9, .presence .sec01 .mapping .img .project-thumb.cp10, .presence .sec01 .mapping .img .project-thumb.cp12, .presence .sec01 .mapping .img .project-thumb.cp13, .presence .sec01 .mapping .img .project-thumb.cp14, .presence .sec01 .mapping .img .project-thumb.cp15, .presence .sec01 .mapping .img .project-thumb.cp16 {
    top: 20%;
    left: 40%;
  }
}
.presence .sec01 .mapping .img .project-thumb.cp3, .presence .sec01 .mapping .img .project-thumb.cp5 {
  top: 53%;
  left: 48%;
}
@media screen and (max-width: 1680px) {
  .presence .sec01 .mapping .img .project-thumb.cp3, .presence .sec01 .mapping .img .project-thumb.cp5 {
    top: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .presence .sec01 .mapping .img .project-thumb.cp3, .presence .sec01 .mapping .img .project-thumb.cp5 {
    top: 53%;
    left: 50%;
  }
}
@media screen and (max-width: 1366px) {
  .presence .sec01 .mapping .img .project-thumb.cp3, .presence .sec01 .mapping .img .project-thumb.cp5 {
    top: 52%;
    left: 48%;
  }
}
@media screen and (max-width: 1280px) {
  .presence .sec01 .mapping .img .project-thumb.cp3, .presence .sec01 .mapping .img .project-thumb.cp5 {
    top: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .presence .sec01 .mapping .img .project-thumb.cp3, .presence .sec01 .mapping .img .project-thumb.cp5 {
    top: 44%;
  }
}
@media screen and (max-width: 768px) {
  .presence .sec01 .mapping .img .project-thumb.cp3, .presence .sec01 .mapping .img .project-thumb.cp5 {
    top: 55%;
  }
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .img .project-thumb.cp3, .presence .sec01 .mapping .img .project-thumb.cp5 {
    top: 50%;
    left: 45%;
  }
}
@media screen and (max-width: 400px) {
  .presence .sec01 .mapping .img .project-thumb.cp3, .presence .sec01 .mapping .img .project-thumb.cp5 {
    top: 45%;
  }
}
.presence .sec01 .mapping .img .project-thumb.cp6 {
  top: 38%;
  left: 65%;
}
@media screen and (max-width: 1680px) {
  .presence .sec01 .mapping .img .project-thumb.cp6 {
    top: 35%;
    left: 64%;
  }
}
@media screen and (max-width: 1600px) {
  .presence .sec01 .mapping .img .project-thumb.cp6 {
    top: 34%;
  }
}
@media screen and (max-width: 1440px) {
  .presence .sec01 .mapping .img .project-thumb.cp6 {
    top: 38%;
  }
}
@media screen and (max-width: 1366px) {
  .presence .sec01 .mapping .img .project-thumb.cp6 {
    top: 36%;
  }
}
@media screen and (max-width: 1280px) {
  .presence .sec01 .mapping .img .project-thumb.cp6 {
    top: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .presence .sec01 .mapping .img .project-thumb.cp6 {
    top: 28%;
    left: 62%;
  }
}
@media screen and (max-width: 768px) {
  .presence .sec01 .mapping .img .project-thumb.cp6 {
    top: 40%;
    left: 64%;
  }
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .img .project-thumb.cp6 {
    top: 34%;
    left: 61%;
  }
}
@media screen and (max-width: 400px) {
  .presence .sec01 .mapping .img .project-thumb.cp6 {
    top: 30%;
    left: 60%;
  }
}
.presence .sec01 .mapping .img .project-thumb.up2 {
  top: 37%;
  left: 51%;
}
@media screen and (max-width: 1680px) {
  .presence .sec01 .mapping .img .project-thumb.up2 {
    top: 34%;
    left: 50%;
  }
}
@media screen and (max-width: 1600px) {
  .presence .sec01 .mapping .img .project-thumb.up2 {
    top: 33%;
  }
}
@media screen and (max-width: 1440px) {
  .presence .sec01 .mapping .img .project-thumb.up2 {
    top: 36%;
  }
}
@media screen and (max-width: 1366px) {
  .presence .sec01 .mapping .img .project-thumb.up2 {
    top: 35%;
  }
}
@media screen and (max-width: 1280px) {
  .presence .sec01 .mapping .img .project-thumb.up2 {
    top: 33%;
  }
}
@media screen and (max-width: 1024px) {
  .presence .sec01 .mapping .img .project-thumb.up2 {
    top: 27%;
    left: 48%;
  }
}
@media screen and (max-width: 768px) {
  .presence .sec01 .mapping .img .project-thumb.up2 {
    top: 38%;
    left: 50%;
  }
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .img .project-thumb.up2 {
    top: 32%;
    left: 48%;
  }
}
@media screen and (max-width: 400px) {
  .presence .sec01 .mapping .img .project-thumb.up2 {
    top: 28%;
  }
}
.presence .sec01 .mapping .img .project-thumb:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 30px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -9px;
  left: 20px;
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .img .project-thumb:before {
    width: 20px;
    height: 6px;
    bottom: -5px;
  }
}
.presence .sec01 .mapping .img .project-thumb p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 15px;
}
@media screen and (max-width: 1440px) {
  .presence .sec01 .mapping .img .project-thumb p {
    font-size: 11px;
    line-height: 12px;
  }
}
@media screen and (max-width: 600px) {
  .presence .sec01 .mapping .img .project-thumb p {
    font-size: 7px;
    line-height: 9px;
  }
}

.projects .sec01 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .projects .sec01 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .projects .sec01 {
    padding: 30px 0;
  }
}
.projects .sec01 .nav-pills {
  position: relative;
  justify-content: center;
}
.projects .sec01 .nav-pills:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 90%;
  background-color: #000;
  bottom: 0;
}
.projects .sec01 .nav-pills .nav-item {
  position: relative;
}
.projects .sec01 .nav-pills .nav-item:before {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background-color: #000;
  top: 15%;
  left: 0;
}
.projects .sec01 .nav-pills .nav-item:first-child:before {
  display: none;
}
.projects .sec01 .nav-pills .nav-item .nav-link {
  position: relative;
  color: #000;
  font-family: var(--montserrat_semiBold);
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  .projects .sec01 .nav-pills .nav-item .nav-link {
    margin: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .projects .sec01 .nav-pills .nav-item .nav-link {
    margin: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .projects .sec01 .nav-pills .nav-item .nav-link {
    margin: 0;
    font-size: 14px;
  }
}
.projects .sec01 .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: var(--theme-color);
}
.projects .sec01 .nav-pills .nav-item .nav-link.active:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background-color: var(--theme-color);
  bottom: 0;
  left: 0;
}
.projects .sec01 .tab-content {
  margin-top: 70px;
}
@media screen and (max-width: 600px) {
  .projects .sec01 .tab-content {
    margin-top: 40px;
  }
}
.projects .sec01 .tab-content a {
  text-decoration: none;
}
.projects .sec01 .tab-content .item {
  background-color: var(--theme-color);
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .projects .sec01 .tab-content .item {
    width: 100%;
  }
}
.projects .sec01 .tab-content .item .img {
  position: relative;
  overflow: hidden;
}
.projects .sec01 .tab-content .item .img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 99;
}
.projects .sec01 .tab-content .item:hover .img:before {
  opacity: 0.5;
}
.projects .sec01 .tab-content .item .txt {
  padding: 20px;
}
@media screen and (max-width: 1366px) {
  .projects .sec01 .tab-content .item .txt {
    padding: 15px;
  }
}
.projects .sec01 .tab-content .item .txt h5 {
  font-family: var(--montserrat_medium);
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .projects .sec01 .tab-content .item .txt h5 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .projects .sec01 .tab-content .item .txt h5 {
    font-size: 22px;
  }
}
.projects .sec01 .tab-content .item .txt p {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .projects .sec01 .tab-content .item .txt p {
    font-size: small;
  }
}
.projects .sec01 .tab-content .item.former-projects {
  background-color: #fff;
  transition: all 0.6s ease;
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .projects .sec01 .tab-content .item.former-projects {
    margin: 0;
  }
}
.projects .sec01 .tab-content .item.former-projects h5,
.projects .sec01 .tab-content .item.former-projects p {
  color: #000;
  transition: all 0.6s ease;
}
.projects .sec01 .tab-content .item.former-projects:hover {
  background-color: var(--theme-color);
}
.projects .sec01 .tab-content .item.former-projects:hover h5,
.projects .sec01 .tab-content .item.former-projects:hover p {
  color: #fff;
}
.projects .sec01 .tab-content .nav-pills:before {
  display: none;
}
.projects .sec01 .tab-content .nav-pills .nav-item {
  border: 1px solid var(--theme-color);
  overflow: hidden;
}
.projects .sec01 .tab-content .nav-pills .nav-item:first-child {
  border-radius: 50px 0 0 50px;
}
.projects .sec01 .tab-content .nav-pills .nav-item:last-child {
  border-radius: 0 50px 50px 0;
}
.projects .sec01 .tab-content .nav-pills .nav-item:before {
  display: none;
}
.projects .sec01 .tab-content .nav-pills .nav-item .nav-link {
  margin: unset;
  padding: 15px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .projects .sec01 .tab-content .nav-pills .nav-item .nav-link {
    padding: 10px 15px;
  }
}
.projects .sec01 .tab-content .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background-color: var(--theme-color);
  border-radius: unset;
}
.projects .sec01 .tab-content .nav-pills .nav-item .nav-link.active:after {
  display: none;
}

.contact .sec01 {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .contact .sec01 {
    padding: 30px 0;
  }
}
.contact .sec01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150%;
  background-color: #ebf3f7;
  top: 0;
  z-index: -1;
}
.contact .sec01 .contact-box {
  position: relative;
  background-color: #fff;
  padding: 30px;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .contact .sec01 .contact-box {
    padding: 15px;
  }
}
.contact .sec01 .contact-box .icon {
  position: absolute;
  background-color: var(--theme-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (max-width: 1280px) {
  .contact .sec01 .contact-box .icon {
    position: relative;
  }
}
.contact .sec01 .contact-box .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact .sec01 .contact-box .txt {
  padding-left: 70px;
  padding-top: 15px;
}
@media screen and (max-width: 1440px) {
  .contact .sec01 .contact-box .txt {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1280px) {
  .contact .sec01 .contact-box .txt {
    padding-left: 0;
  }
}
.contact .sec01 .contact-box .txt h5 {
  font-family: var(--montserrat_semiBold);
  text-transform: uppercase;
  font-size: 16px;
}
.contact .sec01 .contact-box .txt a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1680px) {
  .contact .sec01 .contact-box .txt a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .contact .sec01 .contact-box .txt a {
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  .contact .sec01 .contact-box .txt a {
    font-size: unset;
  }
}
@media screen and (max-width: 600px) {
  .contact .sec01 .contact-box .txt a {
    font-size: 12px;
  }
}
.contact .sec01 .contact-box .txt a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.contact .sec02 .enquiry-form {
  position: relative;
  padding: 50px 10px;
  background-color: var(--theme-color);
  overflow: hidden;
  z-index: 1;
}
.contact .sec02 .enquiry-form .bg-unicorn {
  position: absolute;
  content: "";
  top: 0;
  width: 50%;
  opacity: 10%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .contact .sec02 .enquiry-form .bg-unicorn {
    width: 80%;
    top: unset;
    bottom: 0;
  }
}
.contact .sec02 .enquiry-form form {
  position: relative;
  width: 80%;
  margin: auto;
  margin-top: 50px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .contact .sec02 .enquiry-form form {
    width: 90%;
  }
}
.contact .sec02 .enquiry-form form .input {
  background-color: #931504;
  border: 0;
  border-radius: 0;
  padding: 10px;
  color: #c2c2c2;
}
.contact .sec02 .enquiry-form form .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.contact .sec02 .enquiry-form form .input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.contact .sec02 .enquiry-form form .input[type=text], .contact .sec02 .enquiry-form form .input select {
  color: #fff;
}
.contact .sec02 .enquiry-form form .input:focus {
  box-shadow: none;
}
.contact .sec02 .enquiry-form form .select-wrapper {
  position: relative;
}
.contact .sec02 .enquiry-form form .select-wrapper:after {
  content: url(../images/icons/down-arrow.png);
  font-size: 1rem;
  top: 14px;
  right: 20px;
  position: absolute;
}
.contact .sec02 .enquiry-form form .select-wrapper select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.contact .sec02 .enquiry-form form .select-wrapper select option {
  background-color: #fff;
  color: var(--theme-color);
}
.contact .sec03 {
  padding: 100px 0 0;
}
@media screen and (max-width: 991px) {
  .contact .sec03 {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 600px) {
  footer {
    margin-bottom: 68px;
  }
}
footer .footer {
  padding: 100px 0;
  background-color: #414143;
  color: #b1b1b2;
}
@media screen and (max-width: 991px) {
  footer .footer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  footer .footer {
    padding: 30px 0;
  }
}
footer .footer .footer-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: var(--montserrat_semiBold);
}
footer .footer .footer-content {
  margin-top: 30px;
  width: 90%;
}
footer .footer .footer-content a {
  color: #b1b1b2;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  footer .footer .footer-content a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer-content {
    margin-top: 10px;
  }
}
footer .footer .footer-content ul {
  padding-left: 0;
}
footer .footer .footer-content ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
footer .footer .footer-content ul li.contact {
  position: relative;
  padding-left: 40px;
}
footer .footer .footer-content ul li.contact i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 8px;
}
footer .footer .footer-content ul li.footer-email {
  font-size: 13px;
  padding-top: 5px;
}
@media screen and (max-width: 991px) {
  footer .footer .footer-content ul li.footer-email {
    font-size: unset;
    padding-top: unset;
  }
}
footer .footer .footer-content ul li a {
  color: #b1b1b2;
  text-decoration: none;
  transition: all 0.6s ease;
}
footer .footer .footer-content ul li a:hover {
  color: #fff;
}
footer .footer .footer-content ul.social-icons {
  margin-top: 30px;
}
footer .footer .footer-content ul.social-icons li {
  position: relative;
  display: inline-block;
  background-color: #fff;
  height: 35px;
  width: 35px;
  color: #414143;
  border-radius: 50%;
  margin: 0 5px;
  padding: 10px;
  border: 1px solid #fff;
  transition: all 0.2s ease;
}
footer .footer .footer-content ul.social-icons li:hover {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: #fff;
}
footer .footer .footer-content ul.social-icons li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer .rera {
  display: none;
}
footer .footer .rera img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  footer .footer .rera img {
    width: 40%;
  }
}
footer .footer .rera.active {
  display: block;
}
footer .copyright {
  background-color: #19191a;
}
@media screen and (max-width: 600px) {
  footer .copyright {
    padding: 10px 0;
  }
}
footer .copyright p {
  color: #b1b1b2;
  margin-bottom: 0;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  footer .copyright p {
    padding: 0;
    font-size: small;
  }
}
footer .copyright p a {
  color: inherit;
  text-decoration: none;
}
footer .copyright p a span {
  color: var(--theme-color);
}

.float-icons {
  position: fixed;
  top: 150px;
  right: 10px;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .float-icons a {
    margin-right: -5px;
  }
}
@media screen and (max-width: 600px) {
  .float-icons {
    width: 100%;
    top: unset;
    right: unset;
    bottom: 0;
  }
}
.float-icons ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .float-icons ul {
    width: 100%;
    top: unset;
    bottom: 0;
    border-top: 1px solid var(--theme-color);
  }
  .float-icons ul:before {
    position: absolute;
    content: "";
    height: 60%;
    width: 1px;
    background-color: var(--theme-color);
    left: 32%;
    top: 20%;
    z-index: 1;
  }
  .float-icons ul:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 1px;
    background-color: var(--theme-color);
    top: 20%;
    right: 33%;
    z-index: 1;
  }
}
.float-icons ul li {
  position: relative;
  list-style-type: none;
  background-color: #fff;
  height: 50px;
  width: 50px;
  padding: 10px;
  margin: 20px 0;
  border-radius: 50%;
  box-shadow: rgba(192, 39, 44, 0.2) 0px 12px 28px 0px, rgba(192, 39, 44, 0.1) 0px 2px 4px 0px, rgba(192, 39, 44, 0.05) 0px 0px 0px 1px inset;
}
@media screen and (max-width: 1440px) {
  .float-icons ul li {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .float-icons ul li {
    width: 33.3%;
    height: unset;
    border-radius: 0;
    box-shadow: none;
    margin: unset;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
  }
}
.float-icons ul li:hover p {
  width: 200px;
  padding: 12px 30px;
}
@media screen and (max-width: 1440px) {
  .float-icons ul li:hover p {
    width: 160px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 600px) {
  .float-icons ul li:hover p {
    padding: 0;
    width: 100%;
  }
}
.float-icons ul li:hover p span {
  opacity: 1;
  font-size: unset;
}
@media screen and (max-width: 1440px) {
  .float-icons ul li:hover p span {
    font-size: small;
  }
}
@media screen and (max-width: 600px) {
  .float-icons ul li:hover p span {
    font-size: unset;
  }
}
.float-icons ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}
@media screen and (max-width: 600px) {
  .float-icons ul li i {
    position: unset;
    transform: unset;
    font-size: 20px;
  }
}
.float-icons ul li p {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  padding: 12px 0;
  border-radius: 50px;
  color: #fff;
  z-index: -2;
  margin-bottom: 0;
  transition: all 0.6s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
@media screen and (max-width: 1440px) {
  .float-icons ul li p {
    width: 40px;
    height: 40px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 600px) {
  .float-icons ul li p {
    position: unset;
    width: 100%;
    height: unset;
    border-radius: 0;
    background-color: transparent;
    color: #000;
    box-shadow: none;
    padding: 0;
  }
}
.float-icons ul li p span {
  opacity: 0;
  font-size: 5px;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1440px) {
  .float-icons ul li p span {
    font-size: 5px;
  }
}
@media screen and (max-width: 600px) {
  .float-icons ul li p span {
    opacity: unset;
    font-size: unset;
  }
}

.m-backtotop {
  position: fixed;
  bottom: -50px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
@media screen and (max-width: 1440px) {
  .m-backtotop {
    height: 40px;
    width: 40px;
  }
}
.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .m-backtotop.active {
    bottom: 60px;
  }
}
.m-backtotop > div {
  transition: all 0.3s ease-in-out;
}
.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.m-backtotop > div.text {
  text-transform: uppercase;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}
.m-backtotop:hover {
  bottom: 20px;
  cursor: pointer;
  background-color: var(--theme-color);
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
@media screen and (max-width: 1440px) {
  .m-backtotop:hover {
    bottom: 65px;
  }
}
.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}
.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

#enquiry-form .modal-content {
  border-radius: 0;
}
#enquiry-form .modal-content .modal-header {
  background-color: var(--theme-color);
  border-radius: 0;
  color: #fff;
  padding: 15px 30px;
}
#enquiry-form .modal-content .modal-header .theme-btn-close {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 30px;
  top: 20px;
  color: #fff;
}
#enquiry-form .modal-content .modal-header .modal-title {
  font-size: 20px;
  font-family: var(--montserrat_semiBold);
}
#enquiry-form .modal-content .modal-body {
  padding: 30px;
}
#enquiry-form .modal-content .modal-body .input {
  border-radius: 0;
  padding: 10px;
  border: 1px solid #787878;
}
#enquiry-form .modal-content .modal-body .input:focus {
  box-shadow: none;
}
#enquiry-form .modal-content .modal-body .input::-moz-placeholder {
  font-size: 14px;
  color: #000;
}
#enquiry-form .modal-content .modal-body .input::placeholder {
  font-size: 14px;
  color: #000;
}

.zoom-effect {
  animation: zoomEffect 20s infinite;
}

@keyframes fadeLeft {
  0% {
    left: -10%;
  }
}
@keyframes fade-up {
  0% {
    right: -10%;
  }
}
@keyframes zoomEffect {
  50% {
    transform: scale(1.1);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    margin-top: -30px;
  }
  50% {
    opacity: 0;
    margin-top: -30px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fallDown {
  0% {
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 0;
    height: 0;
  }
}
@keyframes rise {
  0% {
    transform: scale(0);
  }
}
@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 40%);
    clip-path: circle(0% at 40%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */