body {
  font-family: "Encode Sans", sans-serif;
  background-color: #f2f2f2;
}

.container {
  max-width: 1280px !important;
}

.sz-header {
  background-color: #000000;
  height: 126px;
  padding: 0px;
  border-bottom: 1px solid #fff;
}

.sz-header .navbar-nav li a {
  font-size: 16px;
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0px !important;
}

.sz-header .navbar-nav li a:hover {
  color: #6a6464;
}

.sz-header .navbar-nav li a::after {
  content: "|";
  color: #6a6464;
  padding-left: 15px;
  padding-right: 15px;
}

.sz-header .navbar-collapse {
  flex-direction: column;
}

.sz-header .navbar-nav li:last-child a::after {
  display: none;
}

.sz-header .navbar-nav li.active a {
  color: #6a6464;
}

.sz-contact-info {
  margin-bottom: 17px;
}

.sz-contact-info li {
  list-style: none;
  display: inline-block;
  padding-right: 23px;
}

.sz-contact-info li:last-child {
  padding-right: 0px;
}

.sz-contact-info li p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.sz-contact-info li p img {
  padding-right: 5px;
}

.sz-footer {
  background-image: url("../images/footer-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sz-footer-upper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 30px;
}

.sz-footer .sz-footer-nav {
  margin-bottom: 35px;
}

.sz-footer .sz-footer-nav li {
  list-style: none;
  display: inline-block;
}

.sz-footer .sz-footer-nav li:last-child {
  padding-right: 0px;
}

.sz-footer .sz-footer-nav li a::after {
  content: "|";
  color: #6a6464;
  padding-left: 10px;
  padding-right: 10px;
}

.sz-footer .sz-footer-nav li:last-child a::after {
  display: none;
}

.sz-footer .sz-footer-nav li a {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 400;
}

.sz-footer .sz-footer-privacy ul {
  margin-top: unset !important;
  margin-bottom: unset;
}
.sz-footer .sz-footer-privacy {
  padding-top: 1rem;
}

.sz-footer .sz-footer-privacy li {
  list-style: none;
  display: inline-block;
}

.sz-footer .sz-footer-privacy li:last-child {
  padding-right: 0px;
}

.sz-footer .sz-footer-privacy li a::after {
  content: "|";
  color: #6a6464;
  padding-left: 10px;
  padding-right: 10px;
}

.sz-footer .sz-footer-privacy li:last-child a::after {
  display: none;
}

.sz-footer .sz-footer-privacy li a {
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 400;
}

.sz-footer-contact-info {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #555555;
}

.sz-footer-contact-info p {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 400;
}

.sz-footer-bottom {
  height: 42px;
}

.sz-footer-bottom {
  height: 42px;
  background-color: #000;
}

.sz-footer-bottom .row {
  justify-content: space-between;
  align-items: center;
  height: 42px;
}

.footer-copyright-text {
  text-align: left;
}

.footer-copyright-text p {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}

.footer-get-connect {
  text-align: right;
}

.footer-get-connect a {
  color: #b3b3b3;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.sz-main-slider .owl-dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}

.sz-main-slider .owl-dots .owl-dot span {
  margin: 0px 5px !important;
  background: #fff !important;
}

.sz-main-slider .owl-dots .owl-dot.active span,
.sz-main-slider .owl-dots .owl-dot:hover span {
  background: #777676 !important;
}

.about-section {
  background-image: url("../images/about-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-section-content {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 90px;
}

.about-sanjaybhai {
  padding-bottom: 80px;
}

.about-sanjaybhai p {
  margin-bottom: 20px;
  font-size: 20px;
  color: #b3b3b3;
  text-transform: uppercase;
  font-weight: 400;
}

.about-sanjaybhai span {
  font-size: 18px;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}

.about-welcome-content h4 {
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ababab;
}

.about-welcome-content p {
  font-size: 16px;
  color: #ababab;
  text-align: center;
  margin-bottom: 30px;
}

.about-welcome-content button {
  padding: 7px 18px;
  background-color: transparent;
  border: 1px solid #ababab;
  font-size: 17px;
  font-weight: 400;
  color: #ababab;
}

.about-welcome-content button:hover {
  background-color: #ababab;
  color: #000;
}

.section-title h4 {
  text-transform: uppercase;
  font-size: 29px;
  color: #2a2a2a;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.director-section {
  padding-top: 70px;
  padding-bottom: 30px;
}

.director-section .section-title {
  margin-bottom: 30px;
}

.director-section-image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.sz-our-ventures {
  padding-top: 50px;
  padding-bottom: 30px;
}

.sz-our-ventures .section-title {
  text-align: center;
  margin: 10px auto;
}

.sz-our-ventures .section-title h4 {
  margin-bottom: 35px;
}

.sz-venture-section-block {
  text-align: center;
  position: relative;
}

.sz-venture-section-title {
  position: relative;
  margin: 40px auto;
}

.sz-venture-section-title h4 {
  font-weight: 400;
  font-size: 29px;
  letter-spacing: 0.5px;
  color: #2a2a2a;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  text-transform: uppercase;
  margin: 30px auto;
}

.sz-venture-section-title h4:before {
  content: "";
  background-image: url("../images/section-before-design.png");
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 15px;
  width: 200px;
  right: 25px;
  height: 34px;
}

.sz-venture-section-title h4:after {
  content: "";
  background-image: url("../images/section-after-design.png");
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 15px;
  width: 200px;
  left: 25px;
  height: 34px;
}

.sz-venture-subtitle {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #696969;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
.sz-our-ventures img {
  cursor: pointer !important;
}
.sz-real-estate-image {
  margin-bottom: 45px;
  cursor: pointer !important;
}

.sz-venture-sub-blocks {
  margin-bottom: 30px;
}

.sz-venture-content-image {
  height: 70px;
  width: 100%;
  max-width: 200px;
  display: inline-flex;
  margin: 0 auto;
  cursor: pointer !important;
}
.sz-venture-content-image a {
  height: 100%;
  width: 100%;
}
.sz-venture-content-image img {
  width: 100%;
  height: 100%;
  cursor: pointer !important;
  object-fit: contain;
}

.sz-ongoing-venture {
  display: flex;
  justify-content: center;
}

.sz-ongoing-venture .sz-venture-content-image {
  margin: 0px 65px 0px 0px !important;
}

.sz-ongoing-venture .sz-venture-content-image:last-child {
  margin: 0px 0px 0px 0px !important;
}

.sz-venture-completed-list {
  /* margin-bottom: 55px;
    padding-left: 0px; */
  margin-bottom: 55px;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  align-items: self-start;
}

.sz-venture-completed-list li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  max-width: 250px;
}

.sz-venture-completed-list li:after {
  content: "";
  background-image: url(../images/v-line.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 1px;
  display: inline-block;
  height: 77px;
  right: 0;
  top: 0;
  background-size: 100% 100%;
}

.sz-venture-completed-list li:last-child:after {
  display: none;
}

.sz-venture-hospitality {
  margin-bottom: 57px;
}

.sz-venture-responsibilities {
  margin-bottom: 0px;
  padding-left: 0px;
}

.sz-venture-responsibilities li {
  list-style: none;
  display: inline-block;
  padding-right: 48px;
}

.sz-venture-responsibilities li img {
  width: 100%;
  object-fit: contain;
}

.sz-venture-responsibilities li:last-child {
  padding-right: 0px;
}

.sz-social-responsibility-title h4 {
  margin-bottom: 63px !important;
}

.sz-sub-banner {
  height: 397px;
  width: 100%;
  overflow: hidden;
}

.sz-sub-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.sz-about-welcome-section {
  padding-top: 70px;
}

.sz-inner-page-title {
  text-align: center;
}

.sz-inner-page-title h4 {
  color: #6a6a6a;
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.sz-about-welcome-content {
  text-align: center;
  padding-bottom: 95px;
}

.sz-about-welcome-content p {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
}

.sz-terms-welcome-content p {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.sz-terms-welcome-content li {
  color: #6a6a6a;
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}

.about-vision-mission ul {
  margin-bottom: 0px;
  padding-left: 0px;
  display: flex;
  justify-content: space-around;
}

.about-vision-mission ul li p {
  letter-spacing: 0.5px;
  color: #6a6a6a;
  font-size: 16px;
}

.about-vision-mission li {
  list-style: none;
  display: inline-block;
  text-align: center;
  position: relative;
}

.about-vision-mission li h4 {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.about-vision-mission li:after {
  content: "";
  background-image: url(../images/about-line.png);
  position: absolute;
  top: 25px;
  right: -80px;
  width: 1px;
  height: 70px;
  display: inline-block;
}

.about-vision-mission li:last-child:after {
  display: none;
}

.about-value-points {
  padding-top: 97px;
}

.value-point-blocks {
  margin-bottom: 39px;
  text-align: center;
}

.value-point-blocks:last-child {
  margin-bottom: 0px;
}

.value-point-blocks h4 {
  color: #6a6a6a;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.value-point-blocks p {
  font-size: 16px;
  color: #6a6a6a;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.director-section-content p {
  font-size: 16px;
  color: #696969;
  letter-spacing: 0.5px;
  font-weight: 400;
}

/*contact page*/

.sz-contact-page-section {
  padding: 50px 0px 100px 0px;
}

.sz-contact-page-details {
  font-size: 20px;
  color: #3d3d3d;
}

.sz-contact-page-details h5 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
}

.sz-contact-page-details h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
}

.sz-contact-page-details p {
  font-weight: 400;
}

.sz-contact-page-details span {
  font-weight: 600;
}

.sz-contact-page-tel p {
  margin-bottom: 0px;
}

.sz-contact-page-tel p label {
  font-weight: 600;
  margin-bottom: 0px;
  padding-right: 5px;
}

/*responsive css*/

@media (max-width: 1300px) {
  .footer-copyright-text {
    margin-left: 10px;
  }
  .footer-get-connect {
    margin-right: 10px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1200px !important;
  }
  .about-vision-mission li:after {
    right: -60px;
  }
}

@media (max-width: 1199px) {
  .sz-venture-responsibilities li {
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .sz-venture-responsibilities li:last-child {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .sz-venture-responsibilities li:last-child img {
    width: 90%;
  }
  .sz-venture-completed-list li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-vision-mission li:after {
    display: none;
  }
  .sz-sub-banner {
    height: 297px;
  }
  .about-vision-mission ul li p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px !important;
  }
  .sz-header {
    height: auto;
  }
  .sz-header .navbar-brand img {
    width: 70%;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sz-header .navbar-toggler {
    margin-right: 8px;
  }
  .sz-header .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler span {
    background-image: url("../images/menu.svg");
  }
  .sz-header .navbar-collapse {
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 2;
    width: 100%;
    height: 230px;
  }
  .sz-contact-info {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .sz-header .navbar-nav {
    text-align: center;
  }
  .sz-header .navbar-nav li a::after {
    display: none;
  }
  .sz-main-slider .owl-dots {
    bottom: 5px;
  }
  .director-section-image {
    align-items: flex-start;
  }
  .director-section-image img {
    width: 70%;
  }
  .about-sanjaybhai img {
    width: 10%;
  }
  .sz-venture-section-title h4:after {
    display: none;
  }
  .sz-venture-section-title h4:before {
    display: none;
  }
  .sz-sub-banner {
    height: 197px;
  }
  .about-vision-mission ul {
    flex-direction: column;
  }
  .about-vision-mission li {
    padding-bottom: 30px;
  }
  .about-vision-mission li:last-child {
    padding-bottom: 0px;
  }
  .sz-venture-content-image {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 720px !important;
  }
  .about-sanjaybhai {
    padding-bottom: 50px;
  }
  .about-sanjaybhai img {
    width: 80px;
  }
  .about-sanjaybhai p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .about-sanjaybhai span {
    font-size: 15px;
  }
  .about-welcome-content h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .about-welcome-content p {
    font-size: 14px;
  }
  .director-section-image {
    justify-content: flex-start;
  }
  .director-section-image img {
    width: 200px;
  }
  .director-section .section-title {
    margin-bottom: 20px;
  }
  .section-title h4 {
    font-size: 22px;
  }
  .director-section-content p {
    font-size: 12px;
  }
  .sz-venture-section-title h4 {
    font-size: 20px;
  }
  .sz-venture-completed-list {
    margin-bottom: 55px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
  .sz-venture-completed-list li {
    padding: 0px;
    margin: 15px auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sz-venture-completed-list li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sz-venture-completed-list li .sz-venture-content-image img {
    width: auto;
  }
  .sz-venture-completed-list li:last-child {
    margin-bottom: 0px;
  }
  .sz-venture-completed-list li:after {
    display: none;
  }
  .sz-venture-responsibilities li {
    padding-right: 0px;
  }
  .sz-venture-responsibilities li:last-child img {
    width: 100%;
  }
  .sz-footer {
    background-size: auto;
  }
  .sz-footer-upper {
    padding-top: 140px;
    padding-bottom: 20px;
  }
  .sz-footer .sz-footer-nav {
    padding-left: 0px;
  }
  .sz-footer .sz-footer-nav li a {
    font-size: 12px;
  }
  .sz-footer-contact-info p {
    font-size: 12px;
    padding: 0 15px;
  }
  .sz-footer-bottom {
    height: auto;
  }
  .footer-get-connect {
    margin-right: 5px;
  }
  .footer-copyright-text p {
    font-size: 10px;
    margin-left: 5px;
  }
  .footer-get-connect a {
    font-size: 10px;
  }
  .sz-inner-page-title h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sz-about-welcome-content p {
    font-size: 13px;
  }
  .sz-about-welcome-content {
    padding-bottom: 55px;
  }
  .about-value-points {
    padding-top: 57px;
  }
  .about-vision-mission ul li p {
    font-size: 13px;
  }
  .value-point-blocks p {
    font-size: 14px;
  }
  .sz-contact-page-details {
    padding-bottom: 50px;
  }
  .sz-ongoing-venture {
    flex-direction: column;
    align-items: center;
  }
  .sz-ongoing-venture .sz-venture-content-image {
    margin: 0px 0px 30px 0px !important;
  }
  .sz-venture-content-image {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

@media (max-width: 575px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 540px !important;
  }
  .sz-main-slider .owl-dots .owl-dot span {
    margin: 0px 3px !important;
    width: 8px !important;
    height: 8px !important;
  }
  .sz-main-slider .owl-dots {
    bottom: 5px;
  }
  .director-section {
    padding-top: 30px;
  }
  .footer-copyright-text p {
    font-size: 8px;
  }
  .footer-get-connect a {
    font-size: 8px;
  }
  .sz-about-welcome-section {
    padding-top: 50px;
  }
}
