body {
  font-family: "Poppins", sans-serif;
}

.mando {
  color: red;
}

#btj-sdk-frame {
  z-index: 999 !important;
}

.iti__flag {
  background-image: url("/fassets/vendors/phonelib/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/fassets/vendors/phonelib/img/flags@2x.png");
  }
}
.iti {
  width: 100%;
}

.fixed {
  top: 0;
  position: fixed !important;
}

.aheader {
  border-radius: 2px 2px 0px 0px;
  background: #0e45a1;
  color: #fff;
}
.aheader button {
  color: #fff !important;
}

.pptclinks a {
  color: #777;
  font-size: 14px;
}

.form-control:focus {
  border-color: #0e45a1;
  outline: 0;
  box-shadow: none;
}

.form-control {
  font-weight: 300;
}

.acircle {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(217, 217, 217, 0.2);
}

input {
  font-size: 15px !important;
}

.main-navbar {
  z-index: 1000;
  transition: all 420ms;
  width: 100%;
  background-color: #000000 !important;
}
.main-navbar .nav-btn {
  background-color: #be8214;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 32px;
}
.main-navbar .nav-btn svg {
  margin-right: 5px;
}
.main-navbar ul li {
  margin-left: 10px;
  font-size: 14px;
}
.main-navbar ul li .btn {
  margin-left: 15px;
}

.form-select {
  font-size: 15px !important;
}

.form-select:focus {
  border-color: #0e45a1;
  outline: 0;
  box-shadow: none;
}

.alert-primary {
  background-color: #052c65 !important;
  color: #fff !important;
}

.page404 {
  text-align: center;
  height: 500px;
  width: 100%;
  padding-top: 100px;
  flex-direction: column;
}
.page404 h2 {
  background: linear-gradient(180deg, #be8214 0%, #181D3C 41.9%, #0e45a1 100%);
  font-size: 10em;
  -webkit-background-clip: text;
  color: transparent;
  text-fill-color: transparent;
  font-weight: 700;
}
.page404 h5 {
  font-size: 20px;
}
.page404 span {
  font-size: 14px;
}
.page404 a {
  border-radius: 4px;
  background: #0e45a1;
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  padding: 10px 23px;
  border: none;
}

.darknav {
  background-color: #000000 !important;
}

.jhr {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.jbtn {
  border-radius: 4px;
  background: #be8214;
  color: #fff;
}
.jbtn:hover {
  background-color: #be8214 !important;
  color: #fff !important;
}

.post-cont a {
  text-decoration: none;
}
.post-cont .post .post-img {
  width: 100%;
}
.post-cont .post .post-content {
  border: 1px solid #E1E1E1;
  padding: 12px;
}
.post-cont .post .post-content .jbtn {
  font-size: 14px;
  margin-top: 12px;
}
.post-cont .post .post-content .jbtn svg {
  width: 17px;
}
.post-cont .post .post-content .socline {
  height: 1px;
  background-color: #E1E1E1;
  margin: 12px 0px;
}
.post-cont .post .post-content .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-cont .post .post-content .social-icons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-cont .post .post-content .social-icons ul li {
  display: inline-block;
  margin: 0px 4px;
}
.post-cont .post .post-content .social-icons ul li a {
  color: #777;
}
.post-cont .post .post-content .social-icons ul li a svg {
  width: 17px;
}
.post-cont .post .author-credit .name {
  color: #be8214;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.post-cont .post .author-credit .time {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 12px;
}
.post-cont .post h2 {
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  -webkit-line-clamp: 2;
}
.post-cont .post p {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-page .active > .page-link,
.blog-page .page-link.active {
  background-color: #181D3C;
  border-color: #181D3C;
  color: #fff;
}
.blog-page .page-link {
  color: #181D3C;
}
.blog-page .blog-fimg {
  background-color: #E1E1E1;
  height: 550px;
  position: relative;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-page .blog-fimg .pros-cont {
  position: relative;
}
.blog-page .blog-fimg::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
}
.blog-page .blog-fimg h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blog-page .posts {
  margin-top: 30px;
}
.blog-page .posts .query-info {
  font-size: 14px;
}
.blog-page .posts .query-info p span {
  font-style: italic;
  color: #be8214;
}

.media-tabs {
  background-color: #f8f8f8;
  align-items: center;
  width: fit-content;
  justify-content: center;
  margin: auto;
  margin-top: -34px;
  position: relative;
  padding: 12px 36px;
}
.media-tabs .nav-tabs {
  margin: 0px 12px !important;
}
.media-tabs .nav-link {
  padding: 8px 24px !important;
  font-size: 16px;
  border: none !important;
  color: #000000;
}
.media-tabs .nav-link:hover {
  border: none;
}
.media-tabs .nav-link svg {
  fill: black;
}
.media-tabs .nav-link.active {
  background-color: #0e45a1 !important;
  color: #fff;
  border-radius: 4px;
}
.media-tabs .nav-link.active svg {
  fill: white;
}

.news-box {
  border: 1px solid rgba(0, 0, 0, 0.968627451);
}
.news-box .news-box-image {
  width: 30%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-box .news-box-content {
  width: 70%;
  padding: 12px;
}
.news-box .news-box-content h4 {
  font-size: 22px;
  margin: 0;
  color: #333;
  line-height: 1.8rem;
}
.news-box .news-box-content .hline {
  height: 1px;
  width: 100%;
  background-color: #9F9F9F;
}
.news-box .news-box-content .date-text {
  font-size: 14px;
  margin: 0;
  color: rgba(88, 87, 87, 0.7098039216);
}
.news-box .news-box-content .link-text {
  font-size: 14px;
  margin: 0;
  color: rgba(190, 130, 20, 0.7098039216);
}

.mvideo-box {
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
.mvideo-box .vcontent {
  position: relative;
  z-index: 12;
  flex-direction: column;
  aspect-ratio: 16/9;
}
.mvideo-box .vcontent .cname {
  color: #fff;
  font-size: 14px;
  padding: 8px;
}
.mvideo-box .vcontent h4 {
  color: #fff;
  font-size: 18px;
  padding: 8px;
}
.mvideo-box .moverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: flex;
}

.pr-box {
  border: 1px solid rgba(0, 0, 0, 0.968627451);
  padding: 12px;
}
.pr-box h4 {
  color: rgba(0, 0, 0, 0.9294117647);
  font-size: 20px;
}
.pr-box .date-text {
  color: rgba(0, 0, 0, 0.6980392157);
}

.pub-box {
  background-color: #FAFAFA;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 16px;
  text-align: center;
}
.pub-box img {
  width: 100%;
}
.pub-box h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}
.pub-box .date-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
}

.blog-sidebar {
  padding: 0px 16px;
}
.blog-sidebar h5 {
  font-size: 17px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.blog-sidebar .recent-box {
  background-color: #f8f8f8;
  padding: 16px;
}
.blog-sidebar .recent-box span {
  color: #be8214;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blog-sidebar .recent-box a {
  color: rgba(0, 0, 0, 0.5647058824);
  text-decoration: none;
}
.blog-sidebar .recent-box a .recent-post {
  padding: 4px 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
}
.blog-sidebar .recent-box a .recent-post-img {
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.blog-sidebar .recent-box a h4 {
  font-size: 14px;
  margin: 0;
}
.blog-sidebar .searchbox {
  background-color: #f8f8f8;
  padding: 16px;
}
.blog-sidebar .searchbox .jbtn {
  font-size: 14px;
  padding: auto 16px;
}
.blog-sidebar .catbox {
  background-color: #f8f8f8;
  padding: 16px;
}
.blog-sidebar .catbox .catitem {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e1e1e1;
}
.blog-sidebar .catbox .catitem .fdot {
  width: 4px;
  height: 4px;
  background-color: #E1E1E1;
}
.blog-sidebar .catbox .catitem a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 4 0;
  color: #333333;
  padding: 8px 0px;
}

.blog-dpage .blog-fimg {
  height: 550px;
  padding-top: 100px;
  background-color: #E1E1E1;
  position: relative;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-dpage .blog-fimg:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
}
.blog-dpage .blog-fimg .pros-cont {
  position: relative;
  color: #fff;
}
.blog-dpage .blog-fimg .author-credit .name {
  color: #be8214;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blog-dpage .blog-fimg .author-credit .time {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 12px;
}
.blog-dpage .post-detail {
  color: #4D4D4D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07px;
}
.blog-dpage .post-detail p {
  color: #4D4D4D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07px;
}
.blog-dpage .posts {
  margin-top: 12px;
}
.blog-dpage .share-sec {
  margin-top: 64px;
}
.blog-dpage .share-sec .share-sec-cont {
  padding: 12px 24px;
  border: 1px solid #E1E1E1;
  border-radius: 12px;
}
.blog-dpage .share-sec .share-sec-cont .hline {
  width: 1px;
  border-right: 1px solid #e1e1e1;
  height: 12px;
}
.blog-dpage .share-sec .share-sec-cont span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.07px;
}
.blog-dpage .share-sec .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-dpage .share-sec .social-icons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-dpage .share-sec .social-icons ul li {
  display: inline-block;
  margin: 0px 4px;
}
.blog-dpage .share-sec .social-icons ul li a {
  color: #777;
}
.blog-dpage .share-sec .social-icons ul li a svg {
  width: 22px;
}

.mobile-navbar {
  display: none !important;
  background-color: #fff;
  z-index: 999;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 5px rgba(119, 119, 119, 0.2509803922);
}
.mobile-navbar .nav-btn {
  background-color: #be8214;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 12px;
}
.mobile-navbar .nav-btn svg {
  margin-right: 2px;
  width: 14px;
}

.amenu {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 999999999999;
  background-color: #fff;
  transition: all 320ms;
  transform: translateX(-100%);
}
.amenu .cross-btn-cont {
  padding: 24px 8px;
}
.amenu .cross-btn-cont svg {
  width: 32px;
  height: 32px;
}
.amenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.amenu ul li {
  border-bottom: 0.5px solid rgba(13, 28, 45, 0.3);
}
.amenu ul li a {
  display: inline-block;
  padding: 26px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.amenu ul li .active {
  color: #be8214;
}
.amenu ul li ul {
  border-left: 2px solid #be8214;
}
.amenu ul li ul li {
  border-bottom: none;
}

#amenuover {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 99999;
  background-color: rgba(51, 51, 51, 0.5019607843);
  transition: all 420ms;
  display: none;
}

.showMenu {
  transform: translateX(0);
}

.locboxmodal form label {
  font-size: 14px;
}
.locboxmodal form .jbtn {
  width: 151px;
}
.locboxmodal .mylocbox {
  color: #be8214;
  font-size: 12px;
}

.top-bar {
  font-size: 12px;
  padding: 12px 4px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.top-bar .social-icons a {
  color: #333;
}
.top-bar .social-icons svg {
  width: 18px;
}
.top-bar button {
  padding: 0;
  font-size: 12px;
}

.navbar-brand img {
  width: 62px;
  height: 62px;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  display: none !important;
}

.jslider {
  position: relative;
}
.jslider .slideshow .slide-img {
  height: 95vh;
}
.jslider .jslider-info {
  position: absolute;
  width: 100%;
  left: 0;
  color: #fff;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 26px 72px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}
.jslider .jslider-info span {
  color: rgba(255, 255, 255, 0.5647058824);
  font-size: 16px;
}
.jslider .jslider-info .enquire-btn {
  display: inline-flex;
  padding: 16px 32px;
  background: transparent;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 4px;
  border: 2px solid #FFF;
}
.jslider .jslider-info .enquire-form {
  width: 400px;
  color: #fff;
  padding: 0;
}
.jslider .jslider-info .enquire-form .eheader {
  padding: 10px 20px;
  border-radius: 2px 2px 0px 0px;
  background: #0e45a1;
}
.jslider .jslider-info .enquire-form form {
  padding: 24px 0;
}
.jslider .jslider-info .enquire-form form .form-group {
  margin: 0 24px;
}
.jslider .jslider-info .enquire-form form .jbtn {
  border-radius: 4px;
  background: #be8214;
  color: #fff;
  padding: 8px 32px;
}
.jslider .jslider-info .enquire-form label {
  color: #333;
  font-size: 14px;
}

.dotline {
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, 0.1254901961);
}

.property-section {
  margin-top: 48px;
}
.property-section .nav-item button {
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 8px 32px;
  min-width: 30px;
  color: #333;
}
.property-section .nav-pills .nav-link.active,
.property-section .nav-pills .show > .nav-link {
  background-color: #0e45a1;
  color: #fff;
}
.property-section h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.property-section .secdesc {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5921568627);
  margin-top: 12px;
}

.properties {
  margin-top: 30px;
}
.properties .disabledPro {
  position: relative;
}
.properties .disabledPro .sosec {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  cursor: not-allowed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.properties .disabledPro .sosec h4 {
  display: none;
  text-align: center;
  font-size: 4em;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke-color: rgba(119, 119, 119, 0.5647058824);
  -webkit-text-stroke-width: 2px;
  transform: rotate(40deg);
  position: relative;
  z-index: 1000;
}
.properties .property .oprotitle {
  display: inline-flex;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  height: 37px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  color: #be8214;
}
.properties .property .share-btn {
  display: inline-flex;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 37px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
.properties .property .share-btn svg {
  color: #be8214;
}
.properties .property .rarno {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 2;
}
.properties .property .property-img {
  position: relative;
  height: 236px;
  overflow: hidden;
}
.properties .property .property-img .property-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 420ms;
  z-index: 0;
}
.properties .property .property-img .property-image:hover {
  transform: scale(1.2);
  transition: all 420ms;
}
.properties .property .property-img .property-image::before {
  background-color: rgba(0, 0, 0, 0.2509803922);
  content: "";
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.properties .property .property-content {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.properties .property .property-content .lpin {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.properties .property .property-content .readybtn {
  display: inline-flex;
  display: none;
  padding: 8px 4px;
  border-radius: 19px;
  background: #FFDAC5;
  color: rgba(0, 0, 0, 0.6);
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-width: 156px;
}
.properties .property .property-content .readybtn svg {
  width: 16px;
  color: #be8214;
}
.properties .property .property-content h1 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.properties .property .property-content .paddress {
  font-size: 16px;
  color: #1A1818;
}
.properties .property .property-content .minfo {
  font-size: 14px;
  color: #1A1818;
}
.properties .property .property-content .vr {
  height: 100% !important;
}
.properties .property .property-content .p-amm svg {
  width: 18px;
}
.properties .property .property-content .p-amm img {
  width: 18px;
}
.properties .property .property-content .p-amm span {
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.properties .property .property-content .p-amm .svg-cont {
  display: inline;
}
.properties .property-btns h4 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.properties .property-btns .download-btn {
  display: inline-flex;
  height: 37px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #CCC;
}
.properties .property-btns .download-btn svg {
  color: #be8214;
  width: 20px;
}
.properties .property-btns .btn {
  font-size: 14px;
  padding: 8px 32px;
}

.j-btn {
  background-color: #0e45a1;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 10px 20px;
}
.j-btn:hover {
  background-color: #0e45a1;
  color: #fff;
  box-shadow: 0px 1px 3px #333;
}

.section-title {
  font-size: 36px;
  margin-top: 70px;
}

.choose-sec .choose-cont {
  height: 200px;
}

.specs-box .accordion-button:not(.collapsed),
.ammms .accordion-button:not(.collapsed) {
  color: #be8214;
  border-radius: 2px 2px 0px 0px;
  border: 1px solid #CCC;
  background: rgba(232, 72, 72, 0.05);
  box-shadow: none;
}
.specs-box .accordion-button,
.ammms .accordion-button {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.specs-box .accordion-button:focus,
.ammms .accordion-button:focus {
  z-index: 3;
  border-color: #ccc;
  outline: 0;
  box-shadow: none;
}
.specs-box .accordion-body,
.ammms .accordion-body {
  font-size: 12px;
}

#buildsvg {
  margin-top: -150px;
}

.endo-sec {
  position: relative;
}
.endo-sec h2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.endo-sec .head-line {
  width: 75px;
  height: 10px;
  background: #be8214;
}

.endo-cont p {
  margin-right: 50px;
}
.endo-cont .endo {
  padding: 10px 8px;
}
.endo-cont .endo .bttns {
  height: 32px;
  width: 32px;
  background-color: #0e45a1;
  color: #fff;
  cursor: pointer;
}
.endo-cont .endo .endo-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.endo-cont .endo .endo-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3137254902);
}
.endo-cont .endo .endo-img button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.endo-cont .endo .endo-img .endo-info {
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
  width: 100%;
}
.endo-cont .endo .endo-img .endo-info span {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.endo-cont .endo .endo-img .endo-info .img {
  width: 55px;
  height: 55px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
}
.endo-cont .endo .endo-img .endo-info .img img {
  width: 50px;
  height: 50px;
}
.endo-cont .endo h2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.endo-cont .endo p {
  margin-top: 20px;
  font-size: 15px;
  padding: 0px 10px;
}

.ctesti-sec h2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ctesti-sec .ctesti-carousel .ctesti-img {
  position: relative;
}
.ctesti-sec .ctesti-carousel .ctesti-img .ctesti-over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ebook-sec {
  margin-top: 100px;
}
.ebook-sec .owl-carousel .owl-item img {
  width: 50%;
}
.ebook-sec .ebook-cont .book-cont {
  padding: 0;
  margin: 0;
}
.ebook-sec .ebook-cont .book-cont .ebook-lcont {
  padding: 4em;
  background-color: #0e45a1;
  color: #fff;
}
.ebook-sec .ebook-cont .book-cont .ebook-rcont {
  background-color: rgba(217, 217, 217, 0.2509803922);
}
.ebook-sec .ebook-cont .book-cont .ebook-rcont img {
  margin: auto;
}
.ebook-sec h2 {
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 113%;
  /* 50.85px */
}
.ebook-sec ul {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.ebook-sec ul li {
  margin: 6px 0px;
}
.ebook-sec .btn {
  margin-top: 10px;
}

.circlecheck {
  height: 65px;
  width: 65px;
  background-color: #0e45a1;
  color: #fff;
  margin: auto;
  border-radius: 100px;
}

.ie-sec .ie-carousel .iebox {
  padding: 0 20px;
}
.ie-sec .ie-carousel .iebox .videobox {
  margin: auto;
  height: 230px;
  background-color: #D3D3D3;
}
.ie-sec .ie-carousel .iebox .videobox svg {
  width: 50px;
}

.site-footer {
  background: rgba(202, 202, 202, 0.4);
  margin-top: 100px;
}
.site-footer .footer-btn {
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 4px;
  width: 100%;
}
.site-footer .footer-btn svg {
  width: 22px;
  margin-right: 10px;
  color: #be8214;
}
.site-footer .f1 h3 {
  color: #646464;
  font-size: 1.3em;
  margin-top: 10px;
}
.site-footer .f1 p {
  font-size: 14px;
  color: #646464;
}
.site-footer .footer-col ul {
  list-style-type: none;
}
.site-footer .footer-col ul li {
  padding: 10px 0;
}
.site-footer .footer-col ul li a {
  text-decoration: none;
  color: #646464;
}
.site-footer h5 {
  color: #646464;
}
.site-footer .distext {
  color: #646464;
  font-size: 12px;
}
.site-footer .copcon {
  font-size: 16px;
}
.site-footer .fsearch input {
  margin-left: -10px;
  position: relative;
  z-index: 10;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #be8214;
}
.site-footer .fsearch .form-control:focus {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #be8214;
  outline: 0;
  box-shadow: none;
}
.site-footer .fsearch-btn {
  background-color: #be8214;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  z-index: 20;
  width: 151px;
  border-radius: 4px 4px 0px 0px;
}
.site-footer .social-media-links {
  text-align: center;
  margin: 0;
  padding: 0;
}
.site-footer .social-media-links svg {
  width: 100%;
  margin: 8px 8px;
}
.site-footer .social-media-links li {
  display: inline-block;
}

.vas-cont {
  margin-top: 100px;
}
.vas-cont h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.vas-cont .vl {
  height: 81px;
  width: 4px;
  background-color: #be8214;
}
.vas-cont .wdm {
  margin-bottom: 84px;
}
.vas-cont .wdm img {
  width: 100%;
}
.vas-cont .vasbox {
  margin-bottom: 24px;
}
.vas-cont .vasbox h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.vas-cont .vasbox ul {
  list-style-type: inherit;
}
.vas-cont .vasbox ul li {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08px;
}
.vas-cont .vasbox2 {
  margin-bottom: 36px;
}
.vas-cont .vasbox2 h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 12px;
}
.vas-cont .vasbox2 p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.08px;
}

.banglore-section {
  margin-top: 60px;
}
.banglore-section .head-line {
  width: 75px;
  height: 10px;
  background: #be8214;
}
.banglore-section .bang-img img {
  width: 100%;
}
.banglore-section h2 {
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.banglore-section p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07px;
  margin-right: 100px;
}
.banglore-section span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07px;
}

.page-info-cont {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  flex-direction: column;
}
.page-info-cont h2 {
  color: #fff !important;
}
.page-info-cont .smallDesc {
  color: #fff !important;
  font-size: 13px;
}

.choose-sec {
  position: relative;
}
.choose-sec h2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.choose-sec .vl {
  height: 38px;
  width: 2px;
  background-color: #be8214;
}
.choose-sec .head-line {
  width: 75px;
  height: 10px;
  background: #be8214;
}
.choose-sec h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.choose-sec p {
  margin-left: 50px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.choose-sec ul {
  margin-left: 30px;
}
.choose-sec ul li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cusModal .modal-header {
  background: #0e45a1;
  color: #fff;
}
.cusModal form label {
  color: #333;
  font-size: 14px;
}
.cusModal form input {
  font-size: 15px;
}

.text-ds {
  color: #be8214 !important;
}

.testi-sec {
  position: relative;
  margin-top: 50px;
}
.testi-sec .head-line {
  width: 50px;
  height: 7px;
  background: #be8214;
}
.testi-sec h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.testi-sec span {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.testi-sec p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-style: normal;
  margin-top: 8px;
  font-weight: 400;
  line-height: normal;
}
.testi-sec h2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.testi-sec .testi-image {
  height: 80px;
  width: 80px !important;
  border-radius: 100%;
}

.mpenqbtn {
  position: fixed;
  right: 0;
  top: 48%;
  z-index: 9999;
  transform: rotate(90deg) translateY(50%);
  /* Rotate and adjust positioning */
  transform-origin: right center;
  /* Anchor the rotation point */
}

.plan-download-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
  transition: opacity 0.3s ease;
}

.show-download-overlay {
  opacity: 1; /* Fully visible when the class is added */
  pointer-events: auto; /* Enable interaction */
}

.pro-fimg {
  width: 100%;
}

.pro-head {
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
}
.pro-head h1 {
  color: #FFF2F2;
  font-size: 32px;
  font-style: normal;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-weight: 600;
  line-height: normal;
}
.pro-head .nav-pills {
  padding: 0px 20px;
}
.pro-head .nav-pills .nav-link {
  color: rgba(255, 255, 255, 0.6);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 0;
}
.pro-head .nav-pills .nav-link.active,
.pro-head .nav-pills .show > .nav-link {
  background: none;
  border-left: 2px solid #be8214;
  color: #fff;
}

.pro-f-img {
  height: 390px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-pro .card-pro-cont img {
  height: 56px !important;
  width: 56px !important;
}

.mcontbox .cont-title {
  border-radius: 8px 8px 0px 0px;
  background: #0e45a1;
  padding: 20px;
}
.mcontbox .cont-title h2 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mcontbox .depbox h4 {
  background-color: rgba(0, 0, 0, 0.062745098);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 8px;
}
.mcontbox .depbox .depboxcont {
  padding: 4px 8px;
}
.mcontbox .depbox .depboxcont a {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mcontbox .depbox .depboxcont svg {
  width: 17px;
  margin-right: 8px;
}

.project {
  background: #F0F0F0;
}
.project .pro-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
}
.project h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bottombar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  right: 0;
  background-color: #fff;
  padding: 16px 16px;
  box-shadow: 0px 0px 3px rgba(119, 119, 119, 0.5019607843);
}
.bottombar svg {
  color: #be8214;
}
.bottombar .jbtn {
  font-size: 12px;
}

.features-sec .nav-pills .nav-link,
.mfeatures-sec .nav-pills .nav-link {
  display: flex;
  width: 151px;
  color: rgba(0, 0, 0, 0.3764705882);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.1254901961);
}
.features-sec .nav-pills .nav-link.active,
.features-sec .nav-pills .show > .nav-link,
.mfeatures-sec .nav-pills .nav-link.active,
.mfeatures-sec .nav-pills .show > .nav-link {
  color: rgba(0, 0, 0, 0.5647058824);
  border-left: 2px solid #be8214;
}
.features-sec .feature-box .para-header,
.mfeatures-sec .feature-box .para-header {
  width: 38px;
  height: 2px;
  background: #be8214;
}
.features-sec .feature-box p,
.mfeatures-sec .feature-box p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.features-sec .over-box .para-header,
.mfeatures-sec .over-box .para-header {
  width: 38px;
  height: 2px;
  background: #be8214;
}
.features-sec .over-box p,
.mfeatures-sec .over-box p {
  color: rgba(0, 0, 0, 0.5647058824);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.features-sec .over-box .rara-text,
.mfeatures-sec .over-box .rara-text {
  font-size: 15px;
}
.features-sec .over-box .wb-text,
.mfeatures-sec .over-box .wb-text {
  text-decoration: underline;
  font-size: 12px;
}
.features-sec .loca-box .para-header,
.mfeatures-sec .loca-box .para-header {
  width: 38px;
  height: 2px;
  background: #be8214;
}
.features-sec .loca-box p,
.mfeatures-sec .loca-box p {
  color: rgba(0, 0, 0, 0.5647058824);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.features-sec .loca-box .location img,
.mfeatures-sec .loca-box .location img {
  width: 20px;
  margin-right: 10px;
}
.features-sec .loca-box .location span,
.mfeatures-sec .loca-box .location span {
  padding: 7px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.features-sec .loca-box ul,
.mfeatures-sec .loca-box ul {
  list-style-type: none;
}
.features-sec .loca-box ul svg,
.mfeatures-sec .loca-box ul svg {
  width: 20px;
  margin-right: 10px;
}
.features-sec .loca-box ul li,
.mfeatures-sec .loca-box ul li {
  padding: 7px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.features-sec .ambox .ambox-cont,
.mfeatures-sec .ambox .ambox-cont {
  border-radius: 4px;
  background: #FFF;
  padding: 30px 30px;
}
.features-sec .ambox .ambox-cont h3,
.mfeatures-sec .ambox .ambox-cont h3 {
  margin: 0;
  font-size: 20px;
}
.features-sec .ambox .over-header,
.mfeatures-sec .ambox .over-header {
  background: #0e45a1;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
}
.features-sec .ambox .over-header svg,
.mfeatures-sec .ambox .over-header svg {
  width: 17px;
}
.features-sec .ambox .amlist,
.mfeatures-sec .ambox .amlist {
  margin: 0;
  padding: 0;
  margin-top: 0px;
  list-style-type: none;
}
.features-sec .ambox .amlist li,
.mfeatures-sec .ambox .amlist li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.features-sec .ambox .amlist svg,
.mfeatures-sec .ambox .amlist svg {
  width: 17px;
  color: #be8214;
  margin-right: 10px;
}

.social-modal-cont h1 {
  font-weight: 700;
}
.social-modal-cont p {
  margin: 0;
}
.social-modal-cont #social-slinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-modal-cont #social-slinks ul li {
  display: inline-block;
  border: 1px solid #777;
  padding: 10px;
  margin-right: 10px;
}
.social-modal-cont #social-slinks ul li a {
  color: #777;
}
.social-modal-cont #link-box-cont .link-box {
  border: 1px solid #777;
}
.social-modal-cont #link-box-cont .link-box input {
  width: 100%;
  border: none;
  padding: 0px 10px;
}
.social-modal-cont #link-box-cont .link-box input:focus-visible {
  border: none;
}
.social-modal-cont #link-box-cont .link-box input:focus {
  border: none;
}

.comp-sec {
  margin-top: 30px;
}
.comp-sec h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.comp-sec table th {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 17px 0px;
  color: #000000;
}
.comp-sec table td {
  text-align: center;
  padding: 17px 0px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5215686275);
}

.phtitle {
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.gallery-sec {
  margin-top: 100px;
}
.gallery-sec h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}

.refer-sec {
  height: 500px;
  margin-top: 100px;
  margin: 0;
}
.refer-sec .lefsec {
  background: #0e45a1;
  height: 500px;
}
.refer-sec .rightsec {
  background: #be8214;
  height: 500px;
}

.bg-sec {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.bg-sec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 0;
}
.bg-sec .bg-cont {
  position: relative;
  z-index: 12;
}
.bg-sec .bg-cont h4 {
  font-weight: 500;
  font-size: 22px;
}
.bg-sec .bg-cont p {
  font-size: 14px;
  font-weight: 300;
}

.more-sec {
  margin-top: 100px;
}
.more-sec h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}

.know-sec {
  margin-top: 100px;
}
.know-sec h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.know-sec .sec-header {
  margin: auto;
  width: 76px;
  height: 6px;
  background: #be8214;
}
.know-sec a {
  color: #666;
}
.know-sec .jbtn {
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #0e45a1;
}

.conf-box .conf-box-img {
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.conf-sec {
  margin-top: 100px;
}
.conf-sec .bhk-box {
  padding: 20px 20px;
  border-radius: 0px 2px 2px 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
}
.conf-sec .bhk-box h2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.conf-sec .bhk-box h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.conf-sec .bhk-box span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.conf-sec .nav-pills .nav-link {
  display: flex;
  width: 151px;
  color: rgba(7, 26, 59, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.conf-sec .nav-pills .nav-link.active,
.conf-sec .nav-pills .show > .nav-link {
  background: #0e45a1;
  color: #fff;
}
.conf-sec h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
}
.conf-sec h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.conf-sec h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.conf-sec .price-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-weight: 400;
}
.conf-sec span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.bg-sec {
  margin-top: 100px;
  height: 250px;
}

.shead {
  font-weight: 600 !important;
  margin-bottom: 36px !important;
  font-size: 32px !important;
  text-transform: uppercase;
}

.psec {
  margin-top: 100px !important;
}

.kv-sec2 {
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.kv-sec2 .bcoma {
  font-size: 62px;
  color: #0e45a1;
  font-family: serif;
  margin-top: -4%;
}
.kv-sec2 .bcoma2 {
  text-align: right;
  margin-bottom: -2%;
  margin-top: 0% !important;
  align-self: flex-end;
  transform: rotate(180deg);
}
.kv-sec2 .sec-cont {
  padding-right: 100px;
  position: relative;
}
.kv-sec2 .sec-cont p {
  color: #666;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.kv-sec2 .sec-cont h5 {
  margin-top: 48px;
  text-align: right;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 60px;
}
.kv-sec2 .sec-cont .bbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #be8214;
}
.kv-sec2 .cmtitlebox {
  margin-bottom: 12px;
}
.kv-sec2 .cmtitlebox .cmtext {
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.kv-sec2 .leftbar {
  background: #be8214;
  left: 0;
  width: 28px;
  top: 0;
  bottom: 0;
  height: 140px;
}
.kv-sec2 .kvimage {
  padding: 0;
  position: relative;
  width: 25%;
  text-align: center;
}
.kv-sec2 .kvimage .bleft {
  width: 120px;
  background-color: #0e45a1;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.kv-sec2 .kvimage .bright {
  width: 120px;
  background-color: #0e45a1;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.kv-sec2 .kvimage img {
  z-index: 99;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.mkv-sec2 {
  display: none;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 12px;
}
.mkv-sec2 .kpost {
  padding: 4px;
  padding-top: 0px;
}
.mkv-sec2 .kpost h5 {
  font-size: 15px;
}
.mkv-sec2 .sec-cont {
  background: #f0f0f0;
  position: relative;
  padding: 24px;
}
.mkv-sec2 .sec-cont p {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 4px 10px;
  text-align: justify;
}
.mkv-sec2 .sec-cont .bcoma {
  font-size: 62px;
  color: #666;
  margin-bottom: -12%;
  font-family: serif;
}
.mkv-sec2 .sec-cont .bcoma2 {
  text-align: right;
  margin-top: -4%;
}
.mkv-sec2 .sec-cont h5 {
  margin-top: 4px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mkv-sec2 .sec-cont .bbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #be8214;
}
.mkv-sec2 .cmtitlebox {
  margin-bottom: 4px;
  padding: 4px;
  padding-bottom: 0;
}
.mkv-sec2 .cmtitlebox .cmtext {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.mkv-sec2 .leftbar {
  background: #be8214;
  left: 0;
  width: 28px;
  top: 0;
  bottom: 0;
  height: 140px;
}
.mkv-sec2 .kvimage {
  padding: 0;
  position: relative;
  text-align: center;
}
.mkv-sec2 .kvimage .bleft {
  width: 120px;
  background-color: #0e45a1;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.mkv-sec2 .kvimage .bright {
  width: 120px;
  background-color: #0e45a1;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.mkv-sec2 .kvimage img {
  z-index: 99;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  z-index: 99;
}

.projects .pros-fimg {
  height: 550px;
  position: relative;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.projects .pros-fimg .pros-cont {
  position: relative;
}
.projects .pros-fimg::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
}
.projects .pros-fimg h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.projects .pros-fimg p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.about-us .about-fimg {
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about-us .about-fimg .pros-cont {
  position: relative;
  color: #fff;
}
.about-us .about-fimg::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
}
.about-us .cp-sec {
  padding: 0px 100px;
  margin-top: 100px;
}
.about-us .cp-sec .logoboxcont {
  margin-right: 20px;
}
.about-us .cp-sec .logobox {
  border-radius: 8px;
  padding: 0px 16px;
}
.about-us .cp-sec .logobox img {
  width: 100%;
}
.about-us .cp-sec h3 {
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
.about-us .cp-sec p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.about-us .award-sec {
  padding: 0px 100px;
  margin-top: 100px;
}
.about-us .award-sec h3 {
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
.about-us .award-sec h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about-us .award-sec .cbar {
  border-radius: 4px;
  background: #F2F2F2;
  height: 64px;
}
.about-us .award-sec .award-cont .award-box {
  width: 188.094px;
  height: 171.246px;
  margin: auto;
  position: relative;
}
.about-us .award-sec .award-cont .award-box .award-title {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about-us .award-sec .award-cont .award-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.about-us .award-sec .award-cont h4 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.about-us .award-sec .award-cont span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.about-us .award-sec .left-btn {
  border-radius: 2px;
  background-color: #0e45a1;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
}
.about-us .award-sec .right-btn {
  border-radius: 2px;
  background-color: #0e45a1;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
}
.about-us .blue-box {
  color: #FFF;
  border-radius: 8px;
  background: #be8214;
  width: 50%;
  margin: auto;
  margin-top: -100px;
  padding: 40px;
  position: relative;
  z-index: 20;
}
.about-us .blue-box .red-mark {
  width: 37.621px;
  height: 28px;
  flex-shrink: 0;
  background: #0e45a1;
  position: absolute;
  top: 0;
  left: 40px;
}
.about-us .blue-box .red-mark2 {
  width: 37.621px;
  height: 28px;
  flex-shrink: 0;
  background: #0e45a1;
  position: absolute;
  bottom: 0;
  right: 40px;
}
.about-us .blue-box h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px;
  /* 142.222% */
  letter-spacing: -0.25px;
}
.about-us .blue-box p {
  margin-top: 1rem;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.about-us .ahline {
  width: 4px;
  height: 40px;
  margin-top: 10px;
  background-color: rgba(51, 51, 51, 0.2509803922);
}
.about-us .medals-sec {
  margin-top: 100px;
}
.about-us .medals-sec h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px !important;
}
.about-us .medals-sec h3 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.about-us .medals-sec p {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.about-us .medals-sec .medal-cont {
  height: 176px;
  background-color: #051530;
  position: relative;
  margin-top: 100px;
}
.about-us .medals-sec .medal-cont .medal-line {
  position: absolute;
  top: -95px;
  margin: auto;
  left: 20px;
  right: 20px;
}
.about-us .medals-sec .medal-cont .medal-box {
  border-radius: 2px;
  border: 1px solid rgba(7, 26, 59, 0.2);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  margin-top: 0px;
}
.about-us .medals-sec .medal-cont .medal-box img {
  width: 50px;
}
.about-us .medals-sec .medal-cont .medal-box h3 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about-us .medals-sec .medal-cont .medal-box span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about-us .miss-box {
  margin-top: 100px;
  padding: 0px 100px;
}
.about-us .miss-box h2 {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about-us .miss-box p {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.about-us .kv-sec {
  margin-top: 100px;
}
.about-us .kv-sec .red-sec {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  height: 516px;
  position: relative;
  padding: 0;
  background: #FDECEC;
}
.about-us .kv-sec .red-sec .social-icons {
  z-index: 300;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.about-us .kv-sec .red-sec img {
  position: relative;
  z-index: 100;
  bottom: 0;
}
.about-us .kv-sec .red-sec .top-sec {
  top: 0px;
  position: absolute;
  height: 46px;
  width: 100%;
  background: #be8214;
}
.about-us .kv-sec .red-sec .below-sec {
  bottom: 0px;
  position: absolute;
  width: 100%;
}
.about-us .kv-sec .red-sec .below-sec svg {
  position: relative;
  z-index: 50;
}
.about-us .kv-sec .blue-sec {
  background: #0e45a1;
  color: white;
  height: 516px;
  padding: 0px 100px;
}
.about-us .kv-sec .blue-sec h2 {
  color: #FFF;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 53.333% */
  letter-spacing: -0.25px;
  margin-top: 20px;
}
.about-us .kv-sec .blue-sec span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.25px;
}
.about-us .kv-sec .blue-sec p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  margin-top: 20px;
  letter-spacing: -0.25px;
}
.about-us .core-box {
  margin-top: 100px;
  padding: 0px 100px;
}
.about-us .core-box img {
  width: 60px;
  height: 60px;
}
.about-us .core-box h2 {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.about-us .core-box p {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
  margin-top: 4px;
}

.contact-sec .querybox {
  margin-top: 80px;
}
.contact-sec .main-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
}
.contact-sec .main-img .contact-pcont {
  position: relative;
}
.contact-sec .main-img h1 {
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-sec .main-img::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
}
.contact-sec h3 {
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact-sec .cont-card {
  border-radius: 9px;
  background: #FFF;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.16);
  padding: 16px;
}
.contact-sec .cont-card a {
  text-decoration: none;
  color: #333;
}
.contact-sec .cont-card h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact-sec .cont-card svg {
  width: 19px;
  margin-right: 4px;
}
.contact-sec .cont-card p {
  color: #be8214;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.contact-sec .cp-box {
  position: relative;
}
.contact-sec .cp-box h2 {
  color: #000;
  font-size: 75px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-sec .cp-box p {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-sec .cp-box .btn {
  position: absolute;
  bottom: 0;
}
.contact-sec .rebox h5 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-sec .rebox p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}
.contact-sec .ve-box h4 {
  color: #be8214;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-sec .ve-box p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-sec .ve-box h6 {
  color: #000;
  font-size: 75px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-sec .contd-box .cont-title {
  border-radius: 8px 8px 0px 0px;
  background: #0e45a1;
  padding: 20px;
}
.contact-sec .contd-box .cont-title h2 {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact-sec .bor-btn {
  border-radius: 4px;
  border: 1px solid #be8214;
  background: #FFF;
  color: #be8214;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact-sec .form-cont {
  margin-top: 100px;
}
.contact-sec .form-cont .jbtn {
  padding: 5px 40px;
}
.contact-sec .form-cont label {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-sec .form-cont .form-control {
  border-radius: 4px;
}
.contact-sec .form-cont select {
  border-radius: 4px;
}
.contact-sec .form-cont textarea {
  border-radius: 4px;
}
.contact-sec .boxes .box {
  flex-shrink: 0;
  margin-bottom: 10px;
}
.contact-sec .boxes .box table a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-sec .boxes .box table td {
  padding: 16px 12px;
}
.contact-sec .boxes .box table th {
  padding: 16px 12px;
}
.contact-sec .boxes .box .box-cont {
  background: rgba(0, 0, 0, 0.05);
}
.contact-sec .boxes .box .box-cont .title {
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.contact-sec .boxes .box .box-cont .title svg {
  color: rgba(0, 0, 0, 0.6);
  width: 17px;
}
.contact-sec .boxes .box .box-cont .title h4 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.contact-sec .boxes .box .box-cont .bcontent {
  padding: 20px;
}
.contact-sec .boxes .box .box-cont .bcontent .span1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact-sec .boxes .box .box-cont .bcontent .span2 {
  color: rgb(0, 0, 0);
}

.cp-us .cp-cont {
  margin-top: 40px;
}
.cp-us .cp-cont h3 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: normal;
}
.cp-us .cp-cont h4 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cp-us .cp-cont p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.cp-us form .jbtn {
  padding: 5px 40px;
}
.cp-us form label {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cp-us form .form-control {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.cp-us .about-fimg {
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cp-us .about-fimg .pros-cont {
  position: relative;
  color: #fff;
}
.cp-us .about-fimg::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
}

.sv-us .sv-cont {
  margin-top: 60px;
}
.sv-us .sv-cont h3 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: normal;
}
.sv-us .sv-cont h4 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sv-us .sv-cont h5 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.sv-us .sv-cont ul li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.sv-us .sv-cont p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.sv-us form .jbtn {
  padding: 5px 40px;
}
.sv-us form label {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sv-us form .form-control {
  border-radius: 4px;
}
.sv-us .about-fimg {
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sv-us .about-fimg .pros-cont {
  position: relative;
  color: #fff;
}
.sv-us .about-fimg::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
}

.tc-cont {
  margin-top: 50px;
}
.tc-cont p {
  font-size: 15px;
  color: #777;
}
.tc-cont li {
  font-size: 15px;
  color: #777;
}

.mob-hsec {
  display: none !important;
}

.csr-us .csr-cont {
  margin-top: 60px;
}
.csr-us .csr-cont h3 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: normal;
}
.csr-us .csr-cont h4 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.csr-us .csr-cont h5 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.csr-us .csr-cont ul li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.csr-us .csr-cont p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.25px;
}
.csr-us .integerboxes {
  margin-top: 100px;
}
.csr-us .integerboxes .intbox {
  text-align: center;
}
.csr-us .integerboxes .intbox h4 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.csr-us .keyarea {
  margin-top: 100px;
}
.csr-us .keyarea h3 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.csr-us .keyarea .kabox {
  margin-bottom: 16px;
  padding: 0px 20px;
}
.csr-us .keyarea .kabox .svgcont {
  height: 62px !important;
  width: 62px !important;
}
.csr-us .keyarea .kabox h5 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.csr-us .keyarea .kabox .hl {
  width: 2px;
  background-color: rgba(119, 119, 119, 0.1882352941);
  height: 70%;
}
.csr-us form .jbtn {
  padding: 5px 40px;
}
.csr-us form label {
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.csr-us form .form-control {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.csr-us .about-fimg {
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.csr-us .about-fimg .pros-cont {
  position: relative;
  color: #fff;
}
.csr-us .about-fimg::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
}

.career-sec .main-img {
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.career-sec .main-img h1 {
  color: #FFF;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.career-sec .main-img span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.career-sec .main-img::before {
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
}
.career-sec .main-img .cont {
  position: relative;
  z-index: 10;
}
.career-sec .job-cont {
  position: relative;
  z-index: 20;
  margin-top: -40px;
  border-radius: 10px;
  padding: 20px;
}
.career-sec .job-cont h2 {
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.career-sec .job-cont a {
  text-decoration: none;
}
.career-sec .job-cont .depbox {
  color: #333;
  padding: 16px;
  border-radius: 8px;
  border: 2px solid #E6E6E6;
  transition: all 320ms;
}
.career-sec .job-cont .depbox img {
  height: 80px;
  width: 80px;
}
.career-sec .job-cont .depbox:hover {
  border: 2px solid #be8214;
  transition: all 320ms;
}
.career-sec .job-cont .depbox h4 {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.career-sec .job-cont .depbox span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.career-sec .job-cont .depbox .arrbox {
  border-radius: 4px;
  padding: 8px;
  background: #be8214;
  color: #fff;
}

.job-cont h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.job-cont .bcomb {
  color: #be8214;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.job-cont .job {
  padding: 16px 0px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.job-cont .job h5 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.job-cont .job .exdet {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.job-cont .job a {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 16px;
  color: #be8214;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.job-sec .main-sec {
  height: 70vh;
  background: rgba(0, 0, 0, 0.12);
}
.job-sec .main-sec h1 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.job-sec .main-sec p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.job-sec .main-sec .tline {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.job-sec .main-sec .tline span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.job-sec .page-cont {
  margin-top: 70px;
}
.job-sec .page-cont h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.job-sec .page-cont ul {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.job-sec .page-cont .form-cont {
  border-radius: 4px;
  background: #000;
  color: #fff;
  padding: 80px 150px;
  margin-top: 50px;
}
.job-sec .page-cont .form-cont input {
  border-radius: 4px;
  border: none;
  color: #fff;
  background: #4C4C4C;
}
.job-sec .page-cont .form-cont input::placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
.job-sec .page-cont .form-cont label {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.job-sec .page-cont .form-cont .jbtn {
  padding: 7px 40px;
}

@media only screen and (max-width: 1400px) {
  .know-sec .jbtn {
    font-size: 13px;
  }
  .bang-para {
    display: none;
  }
  .banglore-section .bang-img img {
    margin-top: 50px;
  }
  .pro-fimg {
    width: 100%;
  }
}
.pro-head .nav-pills .nav-item {
  width: 20%;
}

.webslide {
  display: block !important;
}

.mobileslide {
  display: none !important;
}

.site-footer .footer-btn {
  font-size: 14px;
}

.dpro-acc .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
}
.dpro-acc .accordion-button:focus {
  box-shadow: none;
}
.dpro-acc .accordion-button {
  font-weight: 600 !important;
}
.dpro-acc .accordion-item:first-of-type .accordion-button {
  border: none !important;
}

.dpro-acc {
  display: none;
}

@media only screen and (max-width: 600px) {
  .comp-sec {
    margin-top: 30px;
  }
  .comp-sec h2 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
  }
  .comp-sec table th {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 17px 4px;
    color: #000000;
  }
  .comp-sec table td {
    text-align: center;
    padding: 17px 4px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5215686275);
  }
  .phtitle {
    font-size: 1.5em !important;
  }
  .ebook-sec h2 {
    font-size: 20px !important;
  }
  .psec {
    margin-top: 40px !important;
  }
  .shead {
    font-weight: 600 !important;
    margin-bottom: 16px !important;
    font-size: 24px !important;
    text-transform: uppercase;
  }
  .choose-sec ul {
    margin-left: 2.4em;
  }
  .bottombar {
    display: block;
  }
  .features-sec {
    display: none;
  }
  .dpro-acc {
    display: block;
  }
  .dpro-tabs {
    display: none;
  }
  .about-us .medals-sec .medal-cont {
    background: transparent;
  }
  .site-footer .footer-btn {
    font-size: 14px;
  }
  .loca-box .pro-f-img {
    height: 390px;
    margin-bottom: 18px;
  }
  .conf-sec {
    margin-top: 40px;
  }
  .gallery-sec,
  .know-sec,
  .bg-sec,
  .more-sec {
    margin-top: 40px;
  }
  .cp-us .cp-cont {
    margin-top: 28px;
  }
  .already {
    font-weight: 600;
  }
  .contact-sec .cp-box h2 {
    padding: 0;
    line-height: 1em;
  }
  .contact-sec .ve-box h6 {
    line-height: 1em;
  }
  .contact-sec .cp-box span {
    margin-bottom: 12px;
  }
  .contact-sec .querybox {
    margin-top: 40px;
  }
  .contact-sec .querybox #contact-form {
    margin-top: 12px;
  }
  .cp-box,
  .rebox,
  .ve-box,
  .contd-box {
    margin-top: 40px !important;
  }
  .rebox .col-md-6 {
    margin-bottom: 12px;
  }
  .about-us .cp-sec .logobox img {
    width: 100%;
  }
  .mkv-sec2 {
    display: block;
  }
  .csr-us .keyarea h3 {
    font-size: 32px;
  }
  .csr-us .csr-cont {
    margin-top: 24px;
  }
  .csr-us .integerboxes {
    margin-top: 54px;
    margin-bottom: 34px;
  }
  .csr-us .integerboxes svg {
    width: 35px;
    height: 50px;
  }
  .csr-us .integerboxes .intbox h4 {
    font-size: 32px;
    margin: 0;
  }
  .csr-us .integerboxes .intbox span {
    font-size: 14px;
    margin: 0;
  }
  .csr-us .integerboxes .intbox {
    text-align: center;
    margin-bottom: 55px;
  }
  .csr-us .integerboxes .intbox .d-flex {
    align-items: center;
  }
  .csr-us .keyarea {
    margin-top: 24px;
  }
  .vas-cont h2 {
    font-size: 28px;
  }
  .kv-sec2 {
    display: none;
  }
  .mobilekv {
    display: block;
  }
  .vas-cont .vasbox2 h3 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .vas-cont .vasbox2 {
    margin-bottom: 8px;
  }
  .vas-cont {
    margin-top: 24px;
  }
  .vas-cont .wdm {
    margin-bottom: 24px;
  }
  .job-sec .main-sec {
    height: 48vh;
  }
  .job-sec .page-cont {
    margin-top: 15px;
  }
  .about-us .award-sec {
    padding: 4px;
    margin-top: 32px;
  }
  .about-us .award-sec h3 {
    font-size: 32px;
  }
  .about-us .cp-sec h3 {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .about-us .cp-sec {
    padding: 4px;
  }
  .site-footer .social-media-links {
    margin-left: -20px;
  }
  .site-footer .footer-col ul li {
    padding: 0;
    padding-bottom: 10px;
  }
  .site-footer .footer-col ul {
    padding: 0;
    text-align: center;
  }
  .site-footer .distext {
    font-size: 9px;
  }
  .site-footer .copcon {
    font-size: 10px;
  }
  .owl-theme .owl-dots .owl-dot {
    zoom: 0.5;
  }
  .section-title {
    margin-top: 0;
  }
  .webslide {
    display: none !important;
  }
  .ebook-sec {
    margin-top: 16px;
  }
  .site-footer {
    margin-top: 22px;
  }
  .mobileslide {
    display: block !important;
  }
  .mob-hsec {
    display: flex !important;
  }
  .web-hsec {
    display: none !important;
  }
  .main-navbar {
    display: none;
  }
  .mobile-navbar {
    border-top: 1px solid #d7d7d7;
    display: flex !important;
    padding: 4px 12px;
  }
  .pro-head {
    margin-top: 0;
    padding: 12px;
  }
  .pro-head h1 {
    font-size: 18px;
    margin: 0 !important;
  }
  .locboxmodal form ::placeholder {
    font-size: 14px;
    /* Adjust the size as needed */
  }
  .locboxmodal form label {
    font-size: 14px;
  }
  .locboxmodal form .jbtn {
    width: 151px;
    font-size: 14px;
  }
  .locboxmodal .mylocbox {
    color: #be8214;
    font-size: 12px;
  }
  .ebook-sec h2 {
    font-size: 28px;
  }
  .ebook-sec .book-cont {
    width: 100%;
    flex-direction: column-reverse;
  }
  .ebook-sec .book-cont img {
    width: 40% !important;
  }
  .ebook-sec .book-cont .ebook-lcont {
    padding: 4em 1em !important;
    background-color: rgba(217, 217, 217, 0.2509803922) !important;
    color: #333 !important;
  }
  .ebook-sec .book-cont .ebook-rcont {
    padding: 2em 0em;
    position: relative;
    background-color: #fff !important;
    z-index: -1;
  }
  .ebook-sec .book-cont .ebook-rcont .half-book {
    position: absolute;
    right: 0;
    z-index: -10;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #0e45a1;
  }
  .jslider .jslider-info {
    padding: 5px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
  }
  .jslider .jslider-info span {
    color: rgba(255, 255, 255, 0.5647058824);
    font-size: 12px;
  }
  .jslider .jslider-info h3 {
    font-size: 14px;
  }
  .jslider .jslider-info .locaminfo {
    display: none;
  }
  .jslider .jslider-info .enquire-btn {
    display: inline-flex;
    padding: 4px 8px;
    background: transparent;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #FFF;
  }
  .jslider .jslider-info .enquire-form {
    width: 400px;
    color: #fff;
    padding: 0;
  }
  .jslider .jslider-info .enquire-form .eheader {
    padding: 10px 20px;
    border-radius: 2px 2px 0px 0px;
    background: #0e45a1;
  }
  .jslider .jslider-info .enquire-form form {
    padding: 24px 0;
  }
  .jslider .jslider-info .enquire-form form .form-group {
    margin: 0 24px;
  }
  .jslider .jslider-info .enquire-form form .jbtn {
    border-radius: 4px;
    background: #be8214;
    color: #fff;
    padding: 8px 32px;
  }
  .jslider .jslider-info .enquire-form label {
    color: #333;
    font-size: 12px;
  }
  .jslider .slideshow .slide-img {
    height: 45vh;
  }
  .property-section {
    margin-top: 0px;
  }
  .property-section .ptab-btn {
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 11px;
    padding: 2px 2px;
    text-align: center;
  }
  .pro-f-img {
    height: 233px;
  }
  .endo-cont p {
    margin-right: 0px;
    font-size: 12px;
  }
  .endo-cont .endo {
    padding: 20px 10px;
  }
  .banglore-section .head-line {
    width: 75px;
    height: 10px;
    background: #be8214;
  }
  .banglore-section h2 {
    color: #000;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .banglore-section p {
    font-size: 14px;
    margin-right: 0;
  }
  .top-bar {
    padding: 5px 5px;
  }
  .properties .property .property-img {
    height: 200px;
  }
  .properties .property .property-content .readybtn {
    font-size: 11px;
  }
  .contact-sec .cont-card p {
    font-size: 14px;
  }
  .contact-sec .main-img {
    height: 60vh;
  }
  .contact-sec .main-img h1 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .contact-sec .form-cont {
    margin-top: 50px;
  }
  .about-us .blue-box {
    width: 90%;
  }
  .about-us .kv-sec .blue-sec {
    background: #0e45a1;
    color: white;
    height: auto;
    padding: 30px 30px;
  }
  .about-us .kv-sec .blue-sec h2 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.25px;
    margin-top: 20px;
  }
  .about-us .kv-sec .red-sec {
    height: auto;
  }
  .about-us .core-box {
    padding: 0px 20px;
  }
  .about-us .core-box img {
    width: 50px;
  }
  .about-us .miss-box {
    margin-top: 100px;
    padding: 0px 20px;
  }
  .about-us .medals-sec h2 {
    margin-bottom: 0px;
    font-size: 32px;
  }
  .about-us .medals-sec .medal-cont .medal-line {
    position: static;
  }
  .about-us .medals-sec .medal-cont {
    height: auto;
    position: relative;
    margin-top: 24px;
  }
  .site-footer {
    padding: 30px 5px !important;
  }
  .job-sec .page-cont .form-cont {
    padding: 20px;
  }
  .refer-sec .rightsec {
    display: none !important;
  }
  .property-section .nav-item button {
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 11px;
    padding: 2px 2px;
    text-align: center;
  }
  .footer-col {
    margin-bottom: 28px !important;
  }
  .pro-head .nav-pills .nav-link {
    font-size: 13px;
    padding: 0;
    padding: 8px 12px;
    border-bottom: 2px solid transparent;
  }
  .pro-head .nav-pills .nav-link.active,
  .pro-head .nav-pills .show > .nav-link {
    border-left: none !important;
    background: none;
    border-bottom: 2px solid #be8214;
    color: #fff;
  }
  .pro-head .nav-pills {
    padding: 0;
    flex-wrap: nowrap !important;
    align-items: flex-end;
    overflow-x: scroll;
    gap: 1rem;
  }
  .pro-head .nav-pills .nav-item {
    width: auto;
    display: block;
    white-space: nowrap;
  }
}

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