:root {
  --color-black: #000000;
  --color-yellow: #EFFF08;
  --color-blue: #037BA1;
  --color-white: #ffffff;
  --color-grey: #ececec;
  --color-pureGrey: #808080;
  --color-YenGrey: #5C5C5C;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: "Montserrat", sans-serif;
}



::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: var(--color-yellow);
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i {
  font-style: normal;
}

/* .site-container{background:var(--color-white);box-shadow:0 2px 5px 0 rgba(0,0,0,.12);margin:0 auto;max-width:1600px;word-wrap:break-word; position: relative;}
.site-container::after{clear:both;content:" ";display:block} */
input:focus,
textarea:focus,
select:focus,
:focus {
  outline: none;
}

p {
  line-height: 24px;
  text-align: justify;
  font-weight: 300;
  font-size: 15px
}

a,
.home-subscribe-form-box .contact-btn,
.contact-form-bg .submit-btn,
.service-common-box-image a,
.home-video-box a:before,
.home-video-box a:after {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-white);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 600;
}

.linkBlack:hover {
  color: var(--color-blue);
}

.linkBlue {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

.linkBlue:hover {
  color: var(--color-black);
}

.linkgreen {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

.linkgreen:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorGreen {
  color: var(--color-green);
}

.colorBlue {
  color: var(--color-blue);
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}

.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}

.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start,
#myCarousel.carousel-fade .active.carousel-item-end,
#myCarouselMobile.carousel-fade .active.carousel-item-start,
#myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

#carousel-sub .carousel-item:before {
  display: none;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  z-index: 1 !important;
}

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 56px;
  right: 190px;
  border-radius: 17px;
  border: 2px solid var(--color-white);
  width: auto;
  padding: 8px;
  left: unset;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 56px;
  right: 121px;
  border-radius: 17px;
  border: 2px solid var(--color-white);
  width: auto;
  padding: 8px;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}

/* @media all and (max-width : 768px) {  */
@media(min-width:320px) and (max-width:1080px) {

  .slide1 .carousel-caption,
  .slide2 .carousel-caption,
  .slide3 .carousel-caption,
  .slide4 .carousel-caption,
  .slide5 .carousel-caption,
  .slide6 .carousel-caption {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none;
  }

  .slide1 h3,
  .slide2 h3,
  .slide3 h3,
  .slide4 h3,
  .slide5 h3,
  .slide6 h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slide1 h4,
  .slide2 h4,
  .slide3 h4,
  .slide4 h4,
  .slide5 h4,
  .slide6 h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

.btn-one-career,
.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-four,
.btn-three-full {
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 8px 40px 8px 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 24px;
}

.btn-one {
  border: 2px solid var(--color-yellow);
  color: var(--color-yellow) !important;
}

.btn-one:hover {
  background: var(--color-yellow);
  color: var(--color-black) !important;
}

.btn-one-full {
  border: 2px solid var(--color-yellow);
  color: var(--color-black) !important;
  background: var(--color-yellow);
}

.btn-one-full:hover {
  border: 2px solid var(--color-yellow);
  background: none;
  color: var(--color-yellow) !important;
}

.btn-two {
  border: 2px solid var(--color-blue);
  color: var(--color-blue) !important;
}

.btn-two:hover {
  background: var(--color-blue);
  color: var(--color-white) !important;
}

.btn-two-full {
  border: 2px solid var(--color-blue);
  background: var(--color-blue);
  color: var(--color-white) !important;
}

.btn-two-full:hover {
  border: 2px solid var(--color-blue);
  color: var(--color-blue) !important;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-three:hover {
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: none;
}
.youtube-img-vista{border-radius: 20px;}

.btn-one-career {
  background: #fff;
  color: white;
  border: 2px solid #fff;
}

.btn-one-career:hover {
  border: 2px solid #fff;
  color: #fff;
  background: none;
}

/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: transparent;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
  background: none;
}

/* Divider Line */

.text-casenone {
  text-transform: none !important;
}

ul.list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

/* ul.list li::before {
  content: "\f192";
  font-family: 'Montserrat", sans-serif';
  left: -7px;
  position: absolute;
  top: 5px;
  font-size: 10px;
  font-weight: 900;
  color: var(--color-black);
} */

ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}

ul.list li.head::before {
  display: none;
}

ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: var(--color-blue);
}

/* .head-main { font-size: 42px; border-bottom: solid 1px var(--color-black);}
.head-one { font-weight: 500; font-size: 18px; padding: 10px; margin-bottom: 15px; background: var(--color-yellow); color: var(--color-black); width: 100%;}
.head-two { font-weight: 500; font-size: 17px; padding-bottom: 5px; margin-bottom: 15px; border-bottom: 1px solid var(--color-black); color: var(--color-black); width: 100%;}
.head-three { font-weight: 500; font-size: 18px; padding: 10px; margin-bottom: 15px; background: var(--color-blue); color: var(--color-white); width: 100%;}
.head-four { font-weight: 500; font-size: 18px; padding-bottom: 5px; margin-bottom: 15px; border-bottom: 1px solid var(--color-blue); color: var(--color-blue); width: 100%;}
.head-five { font-weight: 500; font-size: 18px; padding-bottom: 5px; margin-bottom: 15px; border-bottom: 1px solid var(--color-black); color: var(--color-black); width: 100%;}
.head-six { font-weight: 500; font-size: 18px; padding-bottom: 5px; margin-bottom: 15px; border-bottom: 1px solid var(--color-pureGrey); color: var(--color-pureGrey); width: 100%;}
.background-white{padding: 30px; background: var(--color-white); margin-bottom: 30px;}
.bg-color-one {background: var(--color-grey); padding: 30px; margin-bottom: 15px; margin-top: 15px; display: inline-block; width: 100%; box-shadow: 0 0rem 1rem rgba(0,0,0,0.20)!important;}
.bg-color-two {background: var(--color-white); padding: 30px; margin-bottom: 15px; margin-top: 15px; display: inline-block; width: 100%; box-shadow: 0 0rem 1rem rgba(0,0,0,0.20)!important;}
.bg-color-two h2{font-weight: 500; font-size: 18px; padding: 10px; margin-bottom: 15px; background: var(--color-blue); color: var(--color-white); width: 100%;}
.bg-color-two h3{font-weight: 500; font-size: 18px; padding: 10px; margin-bottom: 15px; border-bottom:solid 1px var(--color-blue); color: var(--color-blue); width: 100%;} */


footer {
  padding: 40px 0 0;
  font-size: 14px;
  background: black;
  color: white;
}

footer a {
  color: white;
}

footer a:hover {
  color: #fff;
}

footer .footer-list {
  margin-top: 60px;
}

footer .footer-list h2 {
  font-size: 20px;
}

footer .footer-list h3 {
  margin: 0 0 15px;
  color: var(--color-black);
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

footer .footer-list h3 span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-list h3 div {
  border-bottom: 1px solid var(--color-black);
  width: 25%;
  position: relative;
  right: 0;
  bottom: 0px;
  display: inline-block;
}

footer .footer-list ul {
  padding: 0;
  margin: 0;
}

footer .footer-list ul li {
  list-style: none;
  padding: 6px 0;
  position: relative;
  z-index: 0;
}

footer .footer-list ul li::before {
  content: "\f192";
  /* font-family: "Montserrat", sans-serif; */
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-black);
  font-size: 6px;
}

footer .footer-list ul li a {
  color: var(--color-white);
}

footer .footer-list ul li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul li a:hover {
  color: #fff;
  padding-left: 2px;
}

footer .footer-list ul.half {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul.half li {
  list-style: none;
  padding: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
}

footer .footer-list ul.half li::before {
  content: "\f192";
  /* font-family: '"Montserrat", sans-serif'; */
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: white;
  font-size: 6px;
}

footer .footer-list ul.half li a {
  color: white;
}

footer .footer-list ul.half li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul.half li a:hover {
  color: #fff;
  padding-left: 2px;
}

footer .footer-list ul.contact {
  padding: 0;
  margin: 0 0 0 0px;
}

footer .footer-list ul.contact li {
  list-style: none;
  padding: 4px 0 4px 4px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul.contact li::before {
  display: none;
}

footer .footer-list ul.contact li a {
  color: var(--color-black);
}

footer .footer-list ul.contact li a i {
  padding-right: 5px;
  font-size: 15px;
}

footer .footer-list ul.contact li a:hover {
  color: #fff;
  padding-left: 2px;
}

.footerextra {
  padding: 0;
  margin: 0;
}

.footerextra li {
  display: inline-block;
  padding-right: 3%;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 0;
}

.footerextra li::before {
  content: "\f7a5";
  /* font-family: "Montserrat", sans-serif; */
  position: absolute;
  top: 2px;
  left: -10px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 12px;
}

.footerextra li a {
  color: var(--color-black);
}

.footerextra li a:hover {
  color: #fff;
}

footer .copy {
  padding: 20px 0 40px 0;
  margin-top: 60px;
  border-top: 1px solid white;
}

footer .copy a {
  color: white;
  font-weight: 500;
}

footer .copy a:hover {
  color: #fff;
}

footer .copy .copy-right {
  text-align: right;
}

footer form {
  width: 90%;
  background: #353535;
  padding: 50px;
  margin: -140px 0;
}

footer form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #767F81;
  margin: 0 0 20px;
}

footer form .btn-primary {
  background: none;
  border: 1px solid #767F81;
  border-radius: 0px;
  margin: 0 auto;
  display: block;
}


/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
  text-align: center;
}

ul.social-network li {
  display: inline;
  margin: 0 15px;
}

ul.social-network li::before {
  display: none;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
  background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
  background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
  background-color: #189d0e;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
  color: var(--color-white);
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: white;
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .20) !important;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: var(--color-black);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: var(--color-black);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-right: 15px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover {
    background-color: #fff !important;
  }

  .rwd-table thead tr:hover {
    background: var(--color-black) !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.inner-banner {
  position: relative;
  z-index: 0;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 5%, rgba(0, 0, 0, 0.4) 100%);;
}

.inner-banner .container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-num-box p a:hover {
  color: black;
}

.inner-banner h1 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0px;
  text-transform: uppercase;
}

.inner-banner .inner-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 15px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb {
  font-size: 15px;
  font-weight: 500;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a:hover {
  color: var(--color-yellow);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.inner-banner img {
  min-width: 100%;
}




/* abish */
h3 {
  font-size: 40px;
}

.inner-bg {
  padding: 60px 0 0;
}

.inner-bg1 {
  padding: 60px 0;
  margin-top: -165px;
}

.inner-bg .head-main {
  font-size: 50px;
  font-weight: 300;
  color: #66727B;
  text-transform: uppercase;
  position: relative;
}

.inner-bg .head-main span {
  color: black;
}

.inner-bg .head-main::after {
  content: '';
  background: #66727B;
  height: 1px;
  position: absolute;
  width: 63%;
  bottom: 25px;
}

/* .inner-bg h2::before{    content: '';background: url(../img/md-after.png);position: absolute;background-repeat: no-repeat;width: 300px;top: -23px;height: 109px;right: 0;} */

.inner-bg h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 16px;
  color: #000000;
}

.about-img::after {
  content: "";
  position: relative;
  top: -257px;
  left: 310px;
  width: 264px;
  height: 257px;
  background: url(../img/about-curve.png);
  background-size: cover;
}

h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 16px;
  color: black;
}

h5 {
  color: #000;
}

.home-counter-bg {
  padding: 70px 0 10px;
  position: relative;
}

.home-stat-counter {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.home-stat-counter li {
  display: inline-block;
  width: 33%;
  text-align: center;
}

.home-stat-counter li:not(:last-child) {
  border-right: 1px solid black;
}

.home-stat-counter li h2 {
  font-size: 50px;
  font-weight: 600;
  display: inline-block;
}

.home-stat-counter li h3 {
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  text-align: justify;
  margin-left: 10px;
}

.home-stat-counter li h2 i {
  font-size: 29px;
  font-weight: 600;
  top: -6px;
  position: relative;
}

.counter-home-hr {
  border-bottom: 1px solid #66727B;
  padding: 25px;
}

.counter-hr {
  border-bottom: 1px solid #66727B;
  padding: 48px;
}

.home-about-section {
  padding: 70px 0;
}

.home-about-section h2 {
  font-size: 33px;
  font-weight: 500 !important;
  text-align: justify;
  line-height: 35px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.md-message-row {
  margin-top: 10px;
}

.read-more-btn {
  background-color: #000000;
  border-radius: 9px;
  color: #ffffff;
  padding: 10px 30px;
  border: 1px solid #000000;

}

.read-more-btn:hover {
  background: none;
  color: #000000;
  border: 1px solid #000000;
}

.read-more-btn2 {
  background: none;
  border-radius: 9px;
  color: #000000;
  padding: 10px 30px;
  border: 1px solid #000000;
}

.read-more-btn2:hover {
  background-color: #000000;
  color: #ffffff;
}

.read-more-btn3 {
  background: none;
  border-radius: 9px;
  color: black;
  padding: 10px 30px;
  border: 1px solid black;
}

.read-more-btn3:hover {
  background-color: black;
  color: #ffffff;
}


.home-projects {
  background: #F7F7F7;
  padding: 70px;
  margin: 0 auto;
  border-radius: 15px;
  width: 90%;
}

.home-project-img img {
  border-radius: 20px;
}

.home-project-box {
  padding: 30px 15px;
}

.home-projects h4 {
  border-bottom: 1px solid #66727B;
  width: 45%;
  padding-bottom: 15px;
}

.home-facility {
  background-image: url(../img/home-facility-bg.jpg);
  background-size: cover;
  padding: 270px 140px 140px;
  color: white;
  z-index: -1;
  position: relative;
  margin-top: -150px;
  background-attachment: fixed;
}

.home-facility .br {
  border-right: 1px solid #FFFFFF;
}

.home-facility .home-facility-box {
  text-align: center;
  padding: 10px;
}

.home-facility-box p {
  text-align: center;
}

.home-project-box .home-project-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -32px;
  margin-top: 35px;
}

.project-amenities-bg {
  padding: 180px 0 40px 0;
  position: relative;
  z-index: 0;
  margin-top: -180px;
}

.project-amenities-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  background: url('../img/project-amenities-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.project-amenities-bg h2 {
  color: var(--color-white);
  margin-bottom: 60px;
}

/* .project-amenities-bg .project-amenities-box{background: #F7F7F7;} */
.project-amenities-bg ul.project-amenities-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.project-amenities-bg ul.project-amenities-list li {
  list-style: none;
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 8px;
  border: 1px solid #F7F7F7;
  margin: 16px;
  background: #F7F7F7;
  border-radius: 10px;
}

.project-amenities-bg ul.project-amenities-list li img {
  width: 30%;
}

.project-amenities-bg ul.project-amenities-list li h3 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}

.head-one {
  font-size: 35px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.head-one-amenties {
  font-size: 35px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 38px;
  color: #66727B;
  padding-top: 50px;
}

.project-amenities-bg .head-one-amenties::after {
  content: '';
  background: #66727B;
  height: 1px;
  position: absolute;
  width: 90%;
  bottom: 5px;
}

.ongoing-project-box {
  margin: 15px 0;
  position: relative;
}

.ongoing-project-box a {
  display: block;
  border-bottom: 2px solid #F4F4F4;
  padding-bottom: 20px;
}

.ongoing-project-box a h3 {
  font-size: 18px;
  font-weight: 400;
  color: black;
  margin: 15px 0 2px 0;
  text-transform: uppercase;
}

.ongoing-project-box a h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.ongoing-project-box a:hover {
  border-bottom: 2px solid black;
  color: black
}

.ongoing-project-box p span {
  position: absolute;
  right: 0;
}

.ongoing-project-box img {
  border-radius: 20px;
}


.director-hthree h3 {
  text-transform: uppercase;
  font-size: 30px;
}













.home-project-list li {
  width: 50%;
  margin-bottom: 30px;
}

.home-project-list li h3 {
  font-size: 18px;
  text-align: justify;
  line-height: 24px;
  font-weight: 500;
}


.home-video-bg {
  position: relative;
  min-height: 736px;
  overflow: hidden;
  z-index: 0;
}

.home-video-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 1;
}

.home-video-bg-1 {
  position: relative;
  min-height: 596px;
  overflow: hidden;
  z-index: 0;
}

.home-video-bg-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  background-attachment: fixed;
}

.videocontent {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 20px;
  z-index: 1;
  margin: auto;
}

.videocontent h2 {
  color: var(--color-white);
  font-weight: 600;
  font-size: 55px;
}

.videocontent p {
  color: var(--color-white);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

/* .brochure-btn-list ul {
  padding-left: 38px;
} */

.videocontent .btn-four {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 9px;
  border: 1px solid white
}

.btn-four {
  border: 1px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-four:hover {
  background: var(--color-white);
  color: var(--color-black) !important;
}

#myVideo {
  position: absolute;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home-project-list li h3 i {
  color: black;
  font-size: 20px;
}

.home-project-btn-list {
  display: flex;
  list-style: none;
  margin-left: -44px;
}

.home-project-btn-list li {
  padding: 10px;
}

.home-founder-bg {
  padding: 70px 0;
}

.home-founder-bg h2 {
  font-weight: 500;
  font-size: 31px;
  text-align: justify;
  text-transform: uppercase;

}

.home-founder-bg h4 {
  padding: 10px 0 14px
}

.home-founder-bg h5 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}



.home-founder-bg-1 {
  padding: 9px 0 116px 0;
}

.home-founder-bg-1 h2 {
  font-weight: 500;
  font-size: 31px;
  text-align: justify;
  text-transform: uppercase;
}

.home-founder-bg-1 h4 {
  padding: 10px 0 14px
}


.home-founder-bg-1 h5 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.icon i {
  color: #66727B;
  font-weight: 600;
  margin: 20px;
  font-size: 80px;
}

.amenities-box {
  background: #F7F7F7;
  padding: 20px;
  border-radius: 10px;
}

.brochure-bg {
  padding: 0 0 70px;
}

.abish-video {
  border-radius: 20px;
}

.brochure-bg h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.brochure-bg h2 span {
  color: black;
}

.brochure-bg p {
  margin-bottom: 25px;
}

.brochure-content {
  position: relative;
}



.brochure-content ul {
  display: flex;
  list-style: none;
  /* padding-left: 270px; */
}





.completed-project-bg {
  padding: 70px 0;
  background-color: #F7F7F7;
}

.completed-project-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.completed-project-box {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.completed-project-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  border-radius: 20px;
}

.completed-project-box h3 {
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 21px;
  padding: 10px 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.completed-project-box i {
  padding-left: 160px
}

.home-enquire {
  text-align: center;
  background-color: #F7F7F7;
  padding: 80px;
}

.home-enquire h3 {
  font-size: 45px;
  text-transform: uppercase;
}

.news {
  position: relative;
  padding: 70px;

}

.news h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.inner-news-box {
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background: #F7F7F7;
  margin-bottom: 20px;
}

.inner-news-box .inner-news-text-box h3 {
  font-size: 20px;
  /* border-bottom: 1px solid #5E5E5E; */
  min-height: 100px;
  /* margin-bottom: 40px; */
  color: #000000;
  position: relative;
  font-weight: 300;
}

/* .inner-news-box .inner-news-text-box a{text-align: left;} */

.inner-news-box .inner-news-text-box {
  padding: 20px;
}

.inner-news-box .inner-news-text-box a:hover {
  color: black;
}

.inner-news-box .inner-news-text-box .inner-news-text-time-box {
  color: #5E5E5E;
  text-align: end;
  font-size: 20px;
}


.inner-news-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}


.home-form {
  margin-top: 50px;
}

.home-form input {
  border: none;
  background: #F7F7F7;
  border-bottom: 1px solid black;
  margin-left: 60px;
  color: grey;
  border-radius: 0;
}

.home-form textarea {
  border: none;
  background: #F7F7F7;
  border-bottom: 1px solid black;
  margin-left: 60px;
  color: grey;
  border-radius: 0;
}

.home-form button {
  padding: 5px 35px;
  border-radius: 8px;
  background-color: black;
  border: 1px solid black;
}

.home-form button:hover {
  background: none;
  border: 1px solid black;
  color: black;
}

.contact-form {
  margin-top: 50px;
}

.contact-form input {
  border: none;
  background: #F7F7F7;
  border-bottom: 1px solid black;
  margin-left: 60px;
  color: grey;
  border-radius: 0;
}

.contact-form textarea {
  border: none;
  background: #F7F7F7;
  border-bottom: 1px solid black;
  margin-left: 60px;
  color: grey;
  border-radius: 0;
}

.contact-form .contact-button {
  /* padding: 5px 35px; */
  border-radius: 8px;
  background-color: black;
  border: 1px solid black;
  display: block;
  /* Ensures the button takes up full width if required */
  margin: 30px auto;
  /* Centers the button horizontally */
  padding: 10px 20px;
  /* Adjusts the button padding for better appearance */
  text-align: center;
  /* Centers text inside the button */
  width: 30%;
  color: #fff;
  margin-right: 95px;
}

.contact-form .contact-button:hover {
  background: none;
  border: 1px solid black;
  color: black;
}

.top-whats-app {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 999
}

.top-whats-app a {
  width: 50px;
  height: 50px;
  color: #fff !important;
  background: #27c34c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.top-whats-app a:hover {
  color: #27c34c !important;
  background: #fff !important;
}

.headerwhatsApp i {
  font-size: 28px;
  line-height: 22px
}



.footer-content {
  margin-top: 60px;
}

.footer-content h2 {
  font-size: 20px;
}

.image-new {
  margin-top: -32px;
}

.image-quality-policy {
  margin-top: -25px;
  padding-left: 28px;
}

.about-list {
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.about-list li {
  width: 24%;
  text-align: center;
  display: inline-block;
}

.about-list h3 {
  font-size: 20px;
}

.about-list p {
  font-size: 15px;
  color: #66727B;
  text-align: center;
}

.about-list li:not(:last-child) {
  border-right: 1px solid black;
}

.about-bg {
  background: url(../img/about-us-bg.jpg);
  padding: 40px;
}

.about-bg .about-box {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-bg .about-box li {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding-top: 75px;
  margin: 35px;
  box-shadow: 0px 20px 60px 0px #00000026;
  height: 212px;
  width: 205px;
  text-align: center;
  border-radius: 20%;
}

.about-bg .about-box h3 {
  font-size: 45px;
  font-weight: 600;
}

.about-bg .about-box span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

.quality-bg {
  background: url(../img/quality-bg.jpg);
  background-repeat: no-repeat;
  padding: 160px 250px;
}

.quality-bg::before {
  content: '';
  height: 270px;
  border: 1px solid black;
  left: 290px;
  position: absolute;
}

.environment-bg {
  background: url(../img/specification-bg.jpg);
  background-repeat: no-repeat;
  padding: 160px 250px;
  color: white;
  margin-top: 30px;
  width: 100%;

}

.environment-bg::before {
  content: '';
  height: 270px;
  /* border: 1px solid black; */
  left: 290px;
  position: absolute;

}

/* .project-top-menu {
  padding: 0 !important;
  position: relative;
  top: 0px;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 0;
  z-index: 99;
  transition: all .3s linear 0s;
  min-height: auto !important;
}
.project-top-menu.tiny {
  bottom: auto;
  top: 78px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.0);
}
.project-menu .project-menu-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.project-menu .project-menu-list li {
    display: inline-block;
    margin: 0px;
    width: 10%;
}
.project-menu .project-menu-list li a {
  padding: 12px 20px;
  background: #315498;
  color: var(--color-white);
  display: block;
} */
.project-menu {
  position: relative;
  border-top: 0px solid #98a9cb;
  padding: 3px 0 0 0;
}

.project-menu .project-menu-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.project-menu .project-menu-list li {
  display: inline-block;
  margin: 0px;
}

.project-menu .project-menu-list li a {
  padding: 12px 40px;
  margin-top: 120px;
  background: var(--color-white);
  border: 1px solid #000;
  color: #000000;
  display: block;
  border-radius: 12px;
}

.project-menu .project-menu-list li a:hover {
  background: #fff;
  color: var(--color-one);
}

.project-menu .project-menu-list li.current a {
  background: #000000;
  color: var(--color-white);
}

/* project-top-menu tiny */
.project-top-menu {
  padding: 0 !important;
  position: relative;
  top: 0px;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 0;
  z-index: 99;
  transition: all .3s linear 0s;
  min-height: auto !important
}

.project-top-menu.tiny {
  bottom: auto;
  top: -27px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.0);
}



.image-wrapper {
  text-align: right;
  /* Aligns the image to the right */

}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  z-index: 1;
  position: absolute;
  border-radius: 20px;
}

.inner-projects {
  background: #F7F7F7;
  padding: 70px;
  margin: 0 auto;
  border-radius: 15px;
  width: 95%;
  position: relative;
  z-index: 0;
  /* Ensures it sits below the image */
  margin-top: -10px;
  /* Adjust this value to overlap the image with the grey box */
}

.inner-project-box {
  padding: 30px 15px;
}

.inner-projects h4 {
  width: 45%;
  color: #66727B;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: none;
}

/* .inner-projects .head-one h3 {
  font-size: 85px;
  font-weight: 300;
  color: #66727B;
  position: relative;
} */

.head-one {
  color: #66727B;
  font-size: 35px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
}

.plans-bg .head-one::after {
  content: '';
  background: #66727B;
  height: 1px;
  position: absolute;
  width: 90%;
  bottom: 5px;
}

.inner-bg .head-one::after {
  content: '';
  background: #66727B;
  height: 1px;
  position: absolute;
  width: 90%;
  bottom: 5px;
}

.plan-menu {
  position: relative;
  border-top: 0px solid #98a9cb;
  padding: 3px 0 0 0;
}

.plan-menu .plan-menu-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}



.plan-menu .plan-menu-list li {
  display: inline-block;
  margin: 0px;
}

.plan-menu .plan-menu-list li a {
  padding: 12px 40px;
  margin-top: 10px;
  background: var(--color-white);
  border: 1px solid black;
  color: black;
  display: block;
  border-radius: 12px;
}

.plan-menu .plan-menu-list li a:hover {
  background: black;
  color: #fff;
}

.plan-menu .plan-menu-list li.current a {
  background: black;
  color: var(--color-white);
}

.plan-menu .plan-menu-list li .plan-btn {
  padding: 5px 35px;
  border-radius: 8px;
  background-color: black;
  border: 1px solid black;
}

/* .plans {
  background: #66727B;
  padding: 70px;
  margin: 0 auto;
  /* border-radius: 15px; */
/* width: 100%;
  position: relative;
  margin-top: 50px;
} */



.plans-bg {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.plans-bg::before {
  top: 269px;
  content: "";
  background: #66727B;
  position: absolute;
  z-index: -1;
  width: 100%;

  bottom: 0;
  margin-top: 25pxpx;
  right: 0;
  left: 0;
}

.works {
  margin-bottom: 100px !important;
}

.plans h4 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  letter-spacing: 0px;
}

.plans img {
  padding: 10px;
  border-radius: 20px;
}


.project-highlights-box {
  /* border: 1px solid #525252; */
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 13px 0;
}

.project-highlights-box img {
  max-height: 60px;
  object-fit: cover;

}

.project-highlights-box p {
  text-align: center;
  font-weight: 500
}

.project-gallery-box {
  padding: 5px;
  margin: 0px -10px;
}

.specification-bg {

  background: url(../img/specification-bg1.jpg);
  background-repeat: no-repeat;
  padding: 100px 0;
  color: white;


}

.specification-bg .container {
  background: #F7F7F7;
  border-radius: 15px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-top: -210px;
  padding: 50px
}

.specification-bg .container .head-one {
  color: #66727B;
  font-size: 35px;
  font-weight: 300;
  position: relative;
  /* Keeps relative positioning for fine-tuning placement */
  text-align: left;
  /* Align the heading to the left */
  margin: 0 0 20px 0;
  /* Spacing below the heading */
}

.specification-bg .container .head-one::after {
  content: '';
  background: #66727B;
  height: 1px;
  position: absolute;
  width: 80%;
  bottom: 5px;
}

.specification-bg .container h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  letter-spacing: 0px;
  margin-top: 10px;
}

.specification-bg .container ul.list {
  color: #000;
  font-weight: 400;
  list-style-type: circle;

}

.specification-bg .container ul.list li::marker {
  color: #000;
  /* Ensures the bullets are black */
}



.amenities {
  padding: 60px 0 100px 0;
}



.location {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.location .head-main {
  font-size: 60px;
  font-weight: 300;
  color: #66727B;
  position: relative;
}

.location .head-main span {
  color: black;
}


.footer-mobile-bottom-menu-bg {
  display: none;
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-white);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: var(--color-black);
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.location h3 {
  color: #66727B;
  font-weight: 300;
  text-transform: uppercase;
}

.location::before {
  content: "";
  background: #FEEFDC;
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0px;
  top: 25%;
  left: 0;
  right: 0;
}



.location .location-img {
  position: relative;
  top: -25px;

}

.location .location-img img {
  border-radius: 25px;
}

.news-box {

  margin: 30px 0;
  /* background: #F7F7F7;
  display: block; */
  padding: 30px;

}

.news-box .head-one {
  color: black;
  font-size: 29px;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #66727B;
  padding-bottom: 10px;
  margin-bottom: 20px;

}

.form-control {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ececec;
  /* background-clip: padding-box; */
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: 10px;
}

.form-control .button {
  border-color: #000;
  padding: 10px;
  margin: 20px;
  background: 1px solid black;
  color: #fff;
  width: 40%;
  justify-content: center;
  display: flex;
  border-radius: 20px;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--color-white);
  background-color: black;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 15px;
  border: 1px solid black;
  color: black;
  margin-left: 22px;
}

/* .works {
  padding: 0px 0 20px 2px;
  overflow: hidden;
  margin: 20px 0;
  display: flex;
  justify-content: center;
} */

.head-cntct {
  color: black;
  font-size: 35px;
  font-weight: 400;
  position: relative;
  text-align: center;
  margin-left: 70px;

}

.head-cntct::after {
  display: none;
}

.num {
  font-family: sans-serif;
  font-weight: 300;
}

.enquire-pop-up input {
  border: none;
  /* background: #F7F7F7; */
  /* border-bottom: 1px solid black; */
  margin-left: 20px;
  color: grey;
  border-radius: 0;
  width: 85%;
  /* height: 400px;*/
}

.enquire-pop-up textarea {
  border: none;
  /* background: #F7F7F7;
  border-bottom: 1px solid black; */
  margin-left: 20px;
  color: grey;
  border-radius: 0;
  width: 85%;
}



.enquire-contact-form {
  margin-top: 0px;
}

.modal-content {
  width: 80%;
  height: 465px;
}

.enquire-pop-up .enquire-button {
  /* padding: 5px 35px; */
  border-radius: 8px;
  background-color: black;
  border: 1px solid black;
  display: block;
  margin: 30px auto;
  padding: 10px 20px;
  text-align: center;
  width: 30%;
  color: #fff;
  margin-right: 140px;
}

.for-xs {
  display: none !important;
}

@media(min-width:320px) and (max-width:1080px) {

  .slider,
  .inner-banner {
    margin-top: 64px;
  }

  .inner-banner img {
    min-width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .hidden-xs,
  .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .Morder-1 {
    order: 1;
    -webkit-order: 1;
  }

  .Morder-2 {
    order: 2;
    -webkit-order: 2;
  }

  .Morder-3 {
    order: 3;
    -webkit-order: 3;
  }

  .Morder-4 {
    order: 4;
    -webkit-order: 4;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    bottom: 5px;
  }

  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 40px 0 0;
    text-align: center;
  }

  .footerextra-Mt {
    margin-top: 20px;
  }

  footer .footer-list {
    margin-top: 10px;
  }

  .back-to-top {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  ul.footerextra {
    margin: 30px 0 40px;
  }

  footer .copy {
    padding: 30px 0 30px 0;
    margin-top: 20px;
  }

  footer .copy .copy-right {
    text-align: center;
  }

  footer .copy .copy-center {
    padding-top: 20px;
    line-height: 24px;
  }

  footer .copy .copy-center i {
    display: none;
  }

  footer .copy .copy-center span {
    display: block;
  }

  footer .footer-list h3 span {
    display: block;
    margin-right: 0;
    text-transform: uppercase;
  }

  ul.footerextra li {
    list-style: none;
    padding: 6px 12px 6px 12px;
    position: relative;
    z-index: 0;
  }

  ul.footerextra li::before {
    content: "\f192";
    /* font-family: "Montserrat", sans-serif; */
    left: -3px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-white);
    font-size: 6px;
  }

  footer .footer-list ul.half li {
    text-align: left;
  }

  #announcementCarousel.carousel-fade .carousel-item a {
    width: 100%;
  }

  .home-announcement-content {
    padding: 10px 15px 5px 15px;
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .search button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .search-body {
    position: relative;
    padding: 30px 15px !important;
  }

  .modal-custom {
    margin-top: 30px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .rwd-table td {
    width: 100%;
  }

  #announcementCarousel {
    padding: 0px 15px;
    margin-right: 0;
  }

  .footer-link-box.Nbr {
    border-right: 0px solid #D9D9D9;
  }

  .footer-link-box.Mbb {
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-link-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-bg .container {
    bottom: 0;
  }

  .footer-link-content-bg {
    padding: 50px 20px 50px 20px !important;
    text-align: center;
  }

  .footer-link-content-bg h2 {
    font-size: 40px;
  }

  ul.social-network li {
    margin: 0 10px;
  }

  .home-search-bg {
    padding: 20px;
  }

  .home-search-bg .container {
    padding: 20px;
  }

  ul.home-search-sub-list {
    text-align: center;
  }

  ul.home-search-sub-list li {
    margin: 5px;
  }

  .home-stat-counter li {
    width: 45%;
  }

  .home-stat-counter li:not(:last-child) {
    border-right: none;
  }

  .home-stat-counter li h2 {
    display: block;
    font-size: 49px;
  }

  .home-stat-counter li h3 {
    font-size: 18px;
    text-align: center;
  }

  .home-about-section h2 {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: justify;
  }

  .home-facility {
    padding: 0;
    margin: 0;
  }

  .home-projects h4 {
    line-height: 30px;
    width: 100%
  }

  .home-project-box .home-project-list {
    margin: 0;
  }

  .home-project-list li {
    width: max-content;
  }

  .home-project-list li h3 {
    font-size: 15px;
    text-align: start;
  }

  .home-project-btn-list {
    display: block;
    margin-left: -34px;
    text-align: center;
  }


  .footer-mobile-bottom-menu-bg {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background: black;
    display: block;
    background: linear-gradient(0deg, black 0%, black 100%);
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a {
    display: block;
    text-align: center;
    padding: 10px;
    color: var(--color-white);
  }

  .footer-mobile-bottom-menu-bg .br {
    border-right: 1px solid black;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a i {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a h4 {
    margin: 0;
    font-size: 10px;
    color: white;
    text-transform: lowercase;
    letter-spacing: 2px;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a:hover {
    color: var(--color-one);
  }



  .home-project-btn-list li {
    padding: 0 0 20px 0;
    margin-top: 10px;
  }

  .home-founder-bg i {
    display: none;
  }

  .home-founder-bg h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .home-founder-bg img {
    margin-top: 10px;
    padding: 0;
  }

  .home-founder-bg-1 i {
    display: none;
  }

  .home-founder-bg-1 h2 {
    font-size: 21px;
    line-height: 30px;
  }

  .home-founder-bg-1 img {
    margin-top: 10px;
    padding: 0;
  }

  .brochure-bg {
    padding: 0 0 125px;
  }

  .brochure-bg h2 {
    font-size: 30px;
  }

  

  .brochure-content p {
    padding-left: 0;
    margin: 10px 10px 20px;
  }

  .brochure-content ul {
    padding-left: 0;
    display: block;
  }

  .brochure-content ul li {
    width: 72%;
    text-align: center;
    display: block;
    margin: 33px;
  }

  .completed-project-head {
    text-align: center;
    display: block;
  }

  .completed-project-head h4 {
    line-height: 30px;
  }

  .completed-project-box h3 {
    padding: 0;
  }

  .completed-project-head p {
    margin-top: 20px;
    text-align: center;
  }

  .home-form input {
    border: 1px solid #cdcdcd;
    background: white;
    margin: 10px;
  }

  .home-form button {
    margin-top: 20px;
  }

  .head-cntct {
    margin-left: -3px;
    bottom: -39px;
  }

  .contact-form input {
    border: 1px solid #cdcdcd;
    background: white;
    margin: 10px;
    width: 80%;
    align-items: center;
    margin-left: 35px;
  }

  .contact-form textarea {
    border: 1px solid #cdcdcd;
    background: white;
    margin: 10px;
    width: 80%;
    align-items: center;
    margin-left: 35px;
  }

  .contact-form .contact-button {
    margin-top: 20px;
    margin-right: 122px;
  }


  .footer-list {
    display: none;
  }

  .footer-content p {
    text-align: center;
  }

  .about-img::after {
    display: none;
  }

  .inner-bg h4 {
    margin-top: 20px;
    font-size: 15px;
  }

  .inner-bg h2 {
    font-size: 50px;
  }

  .inner-bg1 {
    margin-top: 0;
  }

  .about-list li:not(:last-child) {
    border-right: none
  }

  .about-list li {
    width: 49%;
  }

  .icon {
    display: none;
  }

  .quality-bg {
    background-image: none;
    padding: 10px;
  }

  .quality-bg::before {
    display: none;
  }

  .environment-bg {
    background-image: none;
    padding: 10px;
    margin-top: 2px;
    color: #000;
  }

  .inner-bg .head-main {
    font-size: 35px;
  }

  .project-menu .project-menu-list {
    display: none;
  }

  .inner-bg {
    padding: 30px 0 0;
  }

  .inner-bg .head-main::after {
    display: none;
  }

  .inner-projects {
    padding: 20px;
  }

  .specification-bg .container {
    margin-top: -152px;
  }

  .specification-bg {
    background: none;
    padding: 50px 0;
  }

  .specification-bg .container .head-one::after {
    display: none;
  }

  .location {
    padding: 25px 0;
  }

  .location .head-main {
    font-size: 32px;
  }

  .plans-bg::before {
    display: none;
    /* height: 1037px;
    top: 196px;
    margin-top: 25px; */
  }

  .home-projects {
    background: #F7F7F7;
    padding: 20px;
    margin: 0 auto;
    border-radius: 15px;
    width: 90%;
  }

  .image-wrapper img {
    display: none;
  }

  .videocontent .btn-four {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
  }

 .videocontent {
        top: 0%;
        padding: 0;
    }

  .videocontent h2 {
    font-weight: 600;
    font-size: 18px;
  }

  #myVideo {
    top: 0;
  }

  .home-video-bg {
    min-height: 222px;
  }

  .home-video-bg-1 {
    min-height: 155px;
  }

  .home-founder-bg {
    padding: 32px 0;
  }

  .home-founder-bg-1 {
    padding: 15px 0;
  }

  .inner-news-box .inner-news-text-box .inner-news-text-time-box {
    text-align: center;
  }

  .inner-news-box .inner-news-text-box h3 {
    font-size: 18px;
    border-bottom: 1px solid #5e5e5e;
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .inner-news-box .inner-news-text-box .inner-news-text-time-box {
    color: #5e5e5e;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
  }

  .inner-article-box h5,
  .inner-article-box.even h5 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
  }

  .inner-news-text-box h3 span {
    position: relative !important;
    display: block;
    margin-top: 10px;
    bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .news {
    padding: 20px;

  }

  .project-amenities-bg ul.project-amenities-list li {
    list-style: none;
    border-radius: 10px;
    width: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 8px;
    border: 1px solid #F7F7F7;
    margin: 16px;
    background: #F7F7F7;
  }

  .plans h4 {
    color: black;
  }

  .works {
    margin-bottom: 50px !important;
  }

  .plans-bg {
    padding: 50px 0;
  }
  .videocontent p {
    color: var(--color-white);
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}
.inner-banner h1 {
    color: var(--color-white);
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    bottom: 0px;
    text-transform: uppercase;
}

}



@media(min-width:1081px) and (max-width:1350px) {}

@media screen and (min-width: 1920px) {

  /*For Projectors or Higher Resolution Screens (Full HD)*/
  .container {
    width: 1890px;
  }
}



@media screen and (min-width: 3840px) {

  /* For 4K Displays (Ultra HD) */
  .container {
    width: 3810px;
  }
  
}

@media screen and (min-width: 1366px) {
  .home-video-bg-1 {
    position: relative;
    min-height: 541px;
    overflow: hidden;
    z-index: 0;
  }

  .home-video-bg {
    position: relative;
    min-height: 649px;
    overflow: hidden;
    z-index: 0;
  }
}
