@charset "utf-8";
.tpoffcanvas__social-link ul {
  display: flex;
}
.tp-copyright-2-social img {
  filter: invert(1);
  opacity: 0.90;
}
.text-highlight {
  color: #bb944b;
}
.widget-qr {
    display: flex;
    width: 100%;
    gap: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.widget-qr img {
    height: 150px;
    object-fit: contain;
    padding: 5px;
    background: #fff;
    max-width: 100%;
}
.service-right-reg-2 .tp-service-icon {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}
.heighlight-service-block .tp-service-icon {
  width: 60px;
  height: auto;
  margin-right: 30px;
}
.heighlight-service-block .tp-service-icon img {
  transform: none;
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin-bottom: 0;
}
.service-right-reg-2 .tp-service-icon img {
  transform: none;
  border-radius: 50%;
}
.service-right-reg-2 p, .heighlight-service-block p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: normal;
  padding-right: 0;
}
.heighlight-service-item {
  display: flex;
  align-items: center;
  border: 1px solid #99999917;
  padding: 20px;
}
.heighlight-service-block {
  display: grid;
  column-count: 2;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
  /*		grid-template-rows: 1fr 1fr 1fr;		*/
}
ul.list-regalia-ii {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  list-style: none;
}
.list-regalia-ii li {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}
.list-regalia-ii li p {
  margin: 0px;
}
.list-regalia-ii li:last-child {
  margin-bottom: 0px;
}
.list-regalia-ii img {
  width: 65px;
  height: 50px;
  object-fit: contain;
  margin-right: 15px;
  border-right: 1px solid #ececec0f;
  padding-right: 15px;
}
ul.list-regalia {
  line-height: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  list-style: circle;
  margin-left: 20px;
}
.list-regalia li {
  margin-bottom: 7px;
}
.list-regalia li:last-child {
  margin-bottom: 0px;
}
.project-logo {
  max-width: 280px;
  margin-bottom: 40px;
}
.section-heighlight {
  background: #1e1e1e;
  padding: 100px 0;
}
.grecaptcha-badge {
  display: none !important
}
.tp-shop-slider-arrow-box img {
  width: 46px;
  filter: invert(1);
}
.tp-shop-slider-btn-box {
  margin-top: 35px;
}
.tp-line-content {
  margin: 0 20px;
}
.tp-project-4-bg img {
  height: auto;
}
.cb img {
  max-width: 85px;
  position: relative;
  top: -4px;
}
.tp-brand-4-item img {
  mix-blend-mode: darken;
}
.tp-shop-slider-bg {
  padding-top: 150px;
  padding-bottom: 150px;
  /*    justify-content: center;*/
  display: flex;
  align-items: center;
}
.tp-shop-slider-subtitle {
  max-width: 580px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.3px;
  font-weight: 300;
}
.tp-header-6-menu-box {
  height: 84px;
}
.tp-service-4-icon img {
  height: 100px;
}
.portfolio-text {
  margin-top: 15px;
}
.portfolio-text p {
  color: #fff;
  margin-bottom: 0px;
}
.portfolio-text p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
.anim-zoomin-wrap:before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgb(0 0 0 / 20%) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
.tp-project-4-area {
  overflow: hidden;
}
.tp-reveal-line-2 {
  padding-bottom: 0px !important;
  line-height: normal;
}
.sv-service-text h4 {
  color: #ccc;
  font-weight: 400;
  font-size: 26px;
  line-height: normal;
}
.tp-service-5-item {
  background: #f9f9f9;
  padding: 25px;
  margin-bottom: 20px;
  height: 300px;
  border-radius: 15px;
}
.feature-icon img {
  height: 66px;
}
.feature-icon {
  margin-bottom: 20px;
}
.amenities-height {
  height: auto;
}
.height-260 {
  height: 260px;
}
.showcase-details-2-slider-area {
  background: #f9f9f9;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  visibility: hidden;
  position: absolute;
  top: 19px;
  right: 19px;
  border: 2px dashed #bb8732;
  width: 14px;
  height: 14px;
  z-index: 9;
  border-radius: 50%;
}
p#error_data {
  color: red;
  margin: 10px 0 10px;
  font-size: 16px;
  font-weight: 400;
}
.tp-login-bottom, .cn-contactform-btn {
  position: relative
}
.tp-login-option #form_process {
  position: absolute;
  top: 23px;
  right: 15px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  position: fixed;
  top: 20px;
  right: 20px;
}
a.open-popup-link {
  background: #c29449;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 35px;
  margin-top: 20px;
}
.open-popup-link:hover {
  background: #333;
}
.sv-service-title strong {
  font-weight: 600;
}
.alert {
  margin-bottom: 0px;
}
.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-icon img {
  max-width: 86px;
  filter: brightness(0) invert(1);
}
.youtube-popup-link:hover .video-icon img {
  filter: invert(0);
}
.youtube-popup-link:hover .video-icon img {
  filter: invert(0);
  background: #ffffff99;
  border-radius: 50%;
  padding: 5px;
}
.tp-blog-standard-area {
  background: #fff;
  padding: 120px 0;
}
.has-dropdown .fa-plus:before {
  content: "+";
  font-size: 25px;
  font-weight: bold;
  color: #999;
  font-style: inherit;
}
.expanded .fa-plus:before {
  content: "-";
  font-size: 32px;
  font-style: normal !important;
  top: -8px;
  position: relative;
}
p.tp-service-text {
  color: #111;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 0;
}
.tp-service-4-area {
  background: #f9f9f9;
}
.ab-funfact-area {
  padding: 80px 0;
}
.tp-infra-title {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.team-slider-arrow-box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}
button.tp-studio-next {
  width: 50px;
  height: auto;
  border-radius: 50%;
}
button.tp-studio-prev {
  width: 50px;
  height: auto;
  border-radius: 50%;
}
button.tp-studio-next:hover, button.tp-studio-prev:hover {
  background: #bb8732;
}
.team-slider-arrow-box img {
  padding: 5px;
}
button.tp-studio-next:hover img, button.tp-studio-prev:hover img {
  filter: invert(1);
}
.tp-footer-tag a {
  padding: 3px 15px;
  display: inline-block;
  margin: 0px 1px 8px;
  border-radius: 20px;
  border: 1px solid #323232;
  font-size: 15px;
  color: #999;
}
.tp-footer-tag a:hover {
  border: 1px solid #7a7a7a;
  color: #ccc;
}
.banner-logo img {
  max-width: 340px;
}
h5.possession-text {
  margin-bottom: 0;
  margin-top: 35px;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}
@media only screen and (min-width: 1400px) and (max-width: 1601px) {
  .tp-service-4-item {
    min-height: 450px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .sv-service-content-wrap {
    padding: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .height-260, .tp-service-5-item {
    height: auto;
  }
	.widget-qr {
    text-align: center;
    align-items: center;
    justify-content: left;
    margin-top: 40px;
	margin-left: 10px;		
}
	
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .tp-blog-standard-area, .showcase-details-2-slider-area, .tp-about-4-area, .tp-brand-4-area, .tp-service-4-area {
    padding: 80px 0;
  }
  .tp-service-5-area {
    padding: 80px 0 60px;
  }
  .tp-project-5-2-area {
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-service-4-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tp-brand-4-area .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
  }
  .height-260, .tp-service-5-item {
    height: auto;
  }
  .tp-header-logo img {
    width: 120px;
    padding: 8px 0;
  }
  .tp-header-6-menu-box {
    height: 62px;
  }
  .sv-service-title {
    font-size: 28px;
  }
  .tp-blog-standard-area, .showcase-details-2-slider-area, .tp-about-4-area, .tp-brand-4-area {
    padding: 70px 0;
  }
  .tp-hero-4-content {
    margin-bottom: 40px !important;
    padding-left: 0px !important;
  }
  .tp-service-5-area {
    padding: 70px 0 50px;
  }
  .tp-project-5-2-area {
    padding: 70px 0 40px;
  }
  .video-icon img {
    max-width: 70px;
  }
  .cn-contactform-2-map iframe {
    height: 300px;
  }
  .showcase-details-2-slider-wrap, .showcase-details-2-slider-wrap.wrapper-gallery.slider-wrap-bottom.active .showcase-details-2-slider-item:last-child img {
    margin-bottom: 0;
  }
  .tp-about-4-title, .tp-section-title-40, .tp-service-4-title, .tp-service-5-title {
    font-size: 34px;
    line-height: normal;
  }
  .tp-about-4-title br, .tp-section-title-40 br {
    display: none;
  }
  .tp-service-4-title-box {
    margin-bottom: 40px;
  }
	.onsite-sec .tp-service-4-title-box {
        margin-bottom: 0;
    }
	.onsite-sec .tp-team-item img{
		height: 340px;
	}
	
  .cn-contactform-area {
    padding-bottom: 70px;
  }
  .tp-footer-2-widget-menu li {
    display: inline-flex;
    padding-right: 5px;
    width: 49%;
  }
  .tp-line-content span {
    font-size: 70px;
  }
  .ab-funfact-item {
    border: 0;
    padding: 25px 25px;
    margin-bottom: 20px;
    border-radius: 15px;
    background: #f9f9f9;
  }
  .ab-funfact-item span i, .ab-funfact-item span {
    font-size: 50px;
  }
  .ab-funfact-item p {
    font-size: 20px;
  }
  .ab-funfact-item p br {
    display: none;
  }
  .tm-details-text p {
    font-size: 20px;
    line-height: 28px;
  }
  .tp-project-5-2-content {
    padding: 30px;
  }
  .tp-section-subtitle-3 {
    font-size: 18px;
  }
  .banner-logo img {
    max-width: 170px;
  }
  .project-logo {
    max-width: 230px;
  }
  /*
  .service-right-reg-2 .tp-service-item {
    flex-wrap: inherit;
  }
*/
  .service-right-reg-2 .tp-service-icon {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .heighlight-service-block .tp-service-icon {
    width: 50px;
    margin-right: 20px;
  }
  .heighlight-service-item {
    padding: 15px;
  }
}
@media only screen and (max-width: 1025px) {
.onsite-sec .tp-service-4-title-wrap {
    margin-bottom: 50px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tp-project-4-bg img {
    height: 100%;
  }
  .sv-service-content-wrap {
    padding: 50px;
  }
	.sv-service-title {
    font-size: 34px;   
}
	.sv-service-title-box {
    margin-bottom: 20px;
}
.sv-service-text h4 {
    font-size: 22px;   
}
.list-regalia li {
    margin-bottom: 5px;
}	
	
}
@media only screen and (max-width: 1199px) {
  .tp-project-4-bg img {
    height: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .heighlight-service-block {
    column-count: 1;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .regalia-ii-page .sv-service-text p {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .tp-project-5-2-content, .tp-project-5-2-category {
    padding: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .container {
    max-width: 96%;
  }
.sv-service-title {
        font-size: 28px;
    }
.banner-logo img {
    max-width: 260px;
}	
.sv-service-subtitle {
    margin-bottom: 10px;
}
.sv-service-title-box {
    margin-bottom: 15px;
}	
.list-regalia li {
    margin-bottom: 6px;
}
body, .sv-service-text p, .service-right-reg-2 p, .heighlight-service-block p, ul.list-regalia {
  font-size: 16px;  
}	
}
@media only screen and (max-width: 799px) {
  body, .sv-service-text p, .service-right-reg-2 p, .heighlight-service-block p, .list-regalia {
    font-size: 16px !important;
    line-height: 25px !important
  }
  .tp-footer-tag a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 767px) {
.tp-header-logo img {
	height: 84px;
	object-fit: contain;
	}
}

.tp-blog-thumb {
    border-radius: 15px;
}
.tp-blog-item {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 20px;	
}
.news-sec {
    padding: 100px 0 50px;
}
h4.news-title-post {
    font-size: 20px;
    line-height: normal;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}
p.news-button {
    margin-bottom: 0;
    margin-top: 15px;
    color: #bb8732;
    font-weight: 500;
}
.tp-blog-thumb img {
    height: 420px;
    object-fit: cover;
    object-position: top;
}
@media only screen and (min-width: 767px) {
	h4.news-title-post {
    min-height: 50px;	
}
}
@media only screen and (max-width: 767px) {
	h4.news-title-post {
   -webkit-line-clamp: inherit;
}
}
