@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue.eot');
  src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
      url('../fonts/HelveticaNeue.woff2') format('woff2'),
      url('../fonts/HelveticaNeue.woff') format('woff'),
      url('../fonts/HelveticaNeue.ttf') format('truetype'),
      url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Helvetica Neue';
  font-style: normal;
  color: #515151;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}
i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue';
  margin: 0px;
  font-weight: 600;
}
h4 {
  font-size: 22px;
}
h3 {
  font-size: 32px;
}
/* 
h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
} */

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6A6972;
  margin: 0px;
}
.pl-115{
  padding-left: 115px;
}

@media(min-width:1380px){
  .container {
    max-width: 1270px;
  }
}

/* common style start */
.sub_title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form_btn{
  padding: 6px 30px;
  border-radius: 4px;
  background:#ff0000;
  left: 6px;
  position: relative;
  font-weight: 600;
}
.form_btn:hover{
  background:#1b2a54;
}
.color-white{
  color: #fff !important;
}
.color-ltwhite{
  color: #eff0ef;
}
.color-darkgray{
  color:#99999b;
}

.color-red{
  color: #ff0000;
}
.color-black{
  color: #000;
}
.color-blue{
  color: #1b2a54;
}
.color-organe{
  color:#d43b1b;
}
.color-gray{
  color: #515151;
}
.background-color1{
  background:#d43b1b;
}
h2 {
  font-size: 40px;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fs-22{
  font-size: 22px;
}
.fs-28 {
  font-size: 28px;
}
.fw-600{
  font-weight: 600;
}
.button-type1{
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  border-radius: 5px;
  border: 1px dashed #4e5975;
  padding: 6px 18px;
  background: transparent;
  margin-top: 20px;
  text-transform: uppercase;
}
.button-type1:hover{
  background:#d43b1b;
  border: 1px dashed transparent;
}
.table-cell{
  display: table-cell;
}
/* common style end */

/* header section style start */
.navbar-area {
  padding: 35px 15px 20px 15px;
  /* -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; */
}
.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area.sticky{
  position: fixed;
  padding:0px;
  background-color: rgb(239 239 239 / 0.9);
}
.navbar-area.sticky .navbar-brand img {
  width: 150px;
}
li.nav-item {
  margin: 0px 18px;
  position: relative;
}
li.nav-item a {
  font-size: 20px;
  line-height: 45px;
  color: #23235c !important;
  font-weight: 600;
  font-family: "Helvetica Neue";
  letter-spacing: 1px;
  cursor: pointer;
}
li.nav-item a:hover::after,li.nav-item.active a::after{
  content: '';
  width: 60px;
  height: 3px;
  background: #ff0000;
  position: absolute;
  bottom: -6px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.call_now{
  display: inline-flex;
  margin-top: -40px;
  margin-left: 10px;
}
.call_now div{
  display: inline-grid;
  text-align: right;
}
.call_no{
  font-size: 32px;
  line-height: 24px;
  color: #23235c;
  font-weight: 600;
  font-family: "Helvetica Neue";
}
.call_text{
  font-size: 16px;
  line-height: 24px;
  color: #23235c;
  font-weight: 600;
  font-family: "Helvetica Neue";
  text-transform: uppercase;
}
li.call_now a {
  width: 65px;
  height: 65px;
  background: #172751;
  border-radius: 50%;
  padding: 17px 20px;
  margin-left: 14px;
}
li.call_now a:hover {
  background:#d43b1b;
}
.navbar-area{
  position: absolute;
  z-index: 999;
  width: 100%;
}
.sticky .call_text {
  font-size: 14px;
}
.sticky .call_now{
  position: relative;
  top: 5px;
  margin-top: -10px;
}
.sticky .call_no{
  font-size: 24px;
}
.sticky li.call_now a{
  width: 45px;
  height: 45px;
  padding: 8px 10px;
}
.sticky li.nav-item a {
  font-size: 18px;
}
.sticky .navbar{
  padding:0px;
}
.sticky .navbar-brand{
  width: 200px;
}
li.subdrop:hover > a::after{
  display: none !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  margin-top: 0px;
}
.subdrop:hover .dropdown-menu{    
  display: block;
  background: rgb(255 255 255 / 75%);
  border: 0px;
  border-top: 2px solid #ff0000;
  padding: 10px 15px;
  min-width: 240px;
  width: 240px;
  text-align: center;
  border-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 0px 8px #909090;
  left: -70px;
  right: 0px;
}
ul.sub_menu li a {
  font-size: 16px;
  color: #747576 !important;
  padding: 14px 0px;
  border-bottom: 1px solid #d5dcde;
  display: block;
  text-align: left;
  cursor: pointer;
  line-height: normal;
}
ul.sub_menu li:hover a::after{
  display: none !important;
}
ul.sub_menu li a:hover,ul.sub_menu li a.active{
  color: #000 !important;
  border-bottom: 1px solid #ff0000;
}
/* header section style end */

/* banner section style start */
.carousel-circle h5{
  font-size: 30px;
  line-height: 48px;
  margin: 15px 0px;
}
.carousel-circle ul{
  border-top: 1px solid #3d486b;
  border-bottom: 1px solid #3d486b;
  margin: 8px 40px;
  padding: 8px 0px;
}
.carousel-circle ul li{
  font-size: 36px;
  line-height: normal;
  padding: 0px 22px;
  display: inline-block;
}
.carousel-circle ul li:last-child{
 border-left: 1px solid #4e5975;
}
.carousel-circle ul li span{
  text-transform: uppercase;
}

div.carousel-caption,.carousel-ongoing {
  margin: 25px;
  background: rgb(175 219 247 / 19%);
  width: 560px;
  height: 568px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgb(3 61 98 / 58%);
  left: auto;
  padding: 0px;
  bottom: 100px;
}
div.carousel-circle{
  width: 520px;
  height: 520px;
  background: rgb(23 39 81 / 0.9);
  border-radius: 50%;
  margin: 25px auto;
  text-align: center;
  padding: 70px 50px;
}
#carouselFade .carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#carouselFade .carousel-indicators{
  bottom: 45px;
}
#carouselFade .carousel-item > img{
  min-height: 880px;
  max-height: 880px;
  object-fit: cover;
}
.strip{
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 0px;
  background: rgb(175 219 247 / 19%);
}
.caption_text {
  position: absolute;
  top: 200px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: max-content;
  text-align: center;
  color: #23235c;
  text-shadow: 0px 0px 10px #fff;
}
/* banner section style end */

/* about section style start */
.abt_sec {
  padding: 130px 0px;
  text-align: center;
  background:url('../../assets/images/abt_bg.png') no-repeat top #f6f7fa;
  background-size: cover;
}
.abt_sec .col-xl-12 {
  max-width: 1100px;
  margin: 0px auto;
}
.abt_sec .container{
  position: relative;
}
.abt_sec .container:before{
  content:'';
  background: url('../../assets/images/twdvertical.png') center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -65px;
  width: 200px;
  height: auto;
  top: -50px;
  bottom: 0px;;
}

.abt_sec h2,.testimonial_sec h2 {
  padding: 0px 14%;
  margin-bottom: 15px;
}
.testimonial_sec h2{
  text-transform: uppercase;
}
.desc {
  width: 800px;
  margin: 0px auto;
  margin-bottom:0;
}
.abt_sec ul {
  margin: 50px 0px;
  color: #010101;
}
.abt_sec ul li {
  display: inline-block;
  margin: 0px 30px;
  position: relative;
}
.abt_sec ul li span {
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin: 0px;
  margin-top: 10px;
}
.abt_sec ul li p{
  font-weight: 600;
  color: #010101;
  font-size: 18px;
}
.abt_sec ul li span sub{

  font-size: 15px;
  margin-left: 8px;
  bottom: 0.10em;
}
.abt_sec ul li:after {
  content: "";
  position: absolute;
  height: 80px;
  border-left: 2px solid #ddd;
  right: -40px;
  bottom: 50px;
  margin: auto;
}
.abt_sec ul li:last-child::after{
  display: none;
}
/* about section style end */

/* upcoming section style start */
.upcoming_sec {
  padding: 90px 0px 220px 0px;
  background:url('../../assets/images/upcoming_bg.png') no-repeat bottom #182752;
  position: relative;
}
.upcoming_sec:after,.ongoing_sec:after,.spec_section:after,.gallery_section:after,.video_sec .overlay:after{
  content: 'upcoming project';
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.1);
  font-size: 130px;
  font-weight: 600;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  bottom: -30px;
}
.upcoming_sec h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.upcoming_sec .col-xl-12 p {
  color: #b3b2b2;
  width: 65%;
  margin: 0px auto;
}
.upcoming_sec .owl-dots{
  display: none;
}
.upcoming_sec  .owl-carousel  .owl-nav button.owl-next,
.upcoming_sec  .owl-carousel  .owl-nav button.owl-prev {
  color: #fff;
  padding: 0px 15px !important;
  font-size: 42px;
  border: 2px solid #fff;
  height: 40px;
  line-height: 1px;
}
.upcoming_sec .owl-carousel .owl-nav.disabled{
  display: block;
}
.upcoming_sec  .owl-carousel  .owl-nav button.owl-next:hover,
.upcoming_sec  .owl-carousel  .owl-nav button.owl-prev:hover {
    background: #d43b1b;
}
.upcoming_sec  .owl-carousel  .owl-nav button span{
  position: relative;
  top:-4px;
}
div#carousel {
  margin: 90px 0px;
  margin-bottom: 0px;
}
div#carousel .owl-nav{
  margin-top: 40px;
}
div#carousel .item {
  width: 340px;
  height: 490px;
  margin-right: 45px;
}
div#carousel .carousel-col {
  width: 100%;
  height: 100%;
}
.owl-carousel img.moni-img{
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0px 0px 8px #ddd;
  margin-bottom: 20px;
}
.card-blocks h4 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Helvetica Neue";
  margin-bottom: 20px;
}
.card-blocks p.card-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Helvetica Neue";
}
.card-blocks span {    
  color: #fff;
  font-size: 20px;
  font-family: "Helvetica Neue";
  display: block;
}
.card-blocks a,.afford_content a,a.read_anch{
  font-size: 16px;
  color: #ede148;
  font-weight: 600;
  font-family: "Helvetica Neue";
  background: transparent;
  border: 0px !important;
  padding: 8px 0px;
  margin-top: 10px;
  outline: none !important;
  box-shadow: none !important;
}
.carousel-col .overlay{
  background: linear-gradient(180deg, rgba(0,0,0,0.008) 60%, rgba(0,0,0,1) 100%);
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.carousel-col .card{
  background:transparent;
  border: 5px solid transparent;
  border-radius: 0px;
}
.carousel-col .card:hover{
  border: 5px solid #e6dd6f;
}
.card-blocks {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  left: 20px;
}
.carousel-col .card img{
  height: 480px;
  object-fit: cover;
  width: 100%;
}
.carousel-col .card:hover a,.afford_content a,a.read_anch{
  color: #fff;
  background: #d43b1b !important;
  padding: 8px 16px;
  border-radius: 5px;
}

.carousel-inner .item {
  display: inline-block;
}
/* upcoming section style end */

/* afford section style start */
.afford_sec{
  background:url('../../assets/images/affordable.png') no-repeat bottom #fff;
  padding: 140px 0px;
  padding-top: 140px;
  background-size: cover;
}

.afford_content h2 {
  font-size: 45px;
  color: #182752;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.afford_content p{
/* line-height: 25px; */
margin-bottom: 60px;
}
.afford_sec .col-xl-4 p{
  color: #d43b1a;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 22px;
}
.afford_sec ul{
  padding-bottom: 30px;
}
.afford_sec ul li {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
  font-weight: 500;
}
.afford_sec ul li:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 10px;
  box-shadow: 0px 0px 8px #a7a7a7;
}
.affor_pos{
  position: relative;
}
.afford_img{
  position: absolute;
  bottom: -140px;
  right: -230px;
}
.afford_content a:hover{
  box-shadow: 2px 2px 5px #444 !important;
}
.afford_sec .col-xl-6:last-child,.fun_sec .col-xl-6:first-child{
  align-items: center;
  align-self: center;
}
.afford_content {
  width: 500px;
  margin: auto;
  position: relative;
  right: 75px;
}
.afford_sec .afford_content{
  right: 0px !important;
}
#afford-carousel  .owl-nav,#fun-carousel .owl-nav{
  display: block;
  position: relative;
  bottom: 100px;
  right: -100%;
  text-align: left;
  margin: 0px auto;
  width: 650px;
}
#afford-carousel,#fun-carousel{
  position: relative;
  top: 34px;
}
#afford-carousel .owl-dots,#fun-carousel .owl-dots{
  display: none;
}
#afford-carousel .owl-nav button,#fun-carousel .owl-nav button {
  margin-right: 40px;
  position: relative;
}
#afford-carousel button:hover,#fun-carousel button:hover{
  background:transparent;
}
#afford-carousel button:before,#fun-carousel button:before{
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: -1;
  border-radius: 50px;
  background: #f2f0f1;
}
#afford-carousel button.owl-prev:before,#fun-carousel button.owl-prev:before {  
  left: -8px;
  top: 2px;
}
#afford-carousel button.owl-next,#fun-carousel button.owl-next{
  margin-right: 0px;
}
#afford-carousel button.owl-next:before,#fun-carousel button.owl-next:before {
  right: -8px;
  top: 2px;
}
#afford-carousel button:hover:before,#afford-carousel button:hover:after {
  background:#324888;
}
#fun-carousel button:before{
  background: #252525;
}
#fun-carousel button:hover:before,#fun-carousel button:hover:after {
  background:#f2f0f1;
}
/* afford section style end */

/* function section style start */
.fun_sec{
  padding-top: 135px;
  padding-bottom: 90px;
  background:url('../../assets/images/fun_bg.png') no-repeat bottom #172751;
}
.fun_sec .afford_content p{
  color: #b3b2b2;
}
.fun_sec .afford_content{
  margin-right: 0px;
}
#fun-carousel .owl-nav{
  margin-right: 0px;
  right: inherit;
  bottom: 10px;
  left: -94%;
}
/* function section style end */

/* ongoing section style start */
.ongoing_sec{
  padding-top: 98px;
  padding-bottom: 220px;
  background:url('../../assets/images/ongoing_bg.png') no-repeat center;
  position: relative;
}
.ongoing_sec:after{
  content: 'ongoing project';
}
.ongoing_sec p{
  color:#f5f9fb;
  margin: 15px 0px;
  font-size: 15px;
  padding: 0px 20px;
  line-height: 20px;
}
.carousel-ongoing{
  width: 640px;
  height: 640px;
  margin: auto;
  position: relative;
  bottom: 0px;
}
.carousel-ongoing .carousel-circle{
  width: 600px;
  height: 600px;
  position: relative;
  bottom: -20px;
}
.carousel-ongoing .carousel-circle ul li{
  font-size: 34px;
  padding: 0px 14px;
  margin: 8px 0px;
  position: relative;
}

.carousel-ongoing  .carousel-circle ul{
  padding: 15px 0px;
  margin: 8px 0px;
}
.carousel-ongoing  .carousel-circle ul li:last-child{
  border-left: 0px;
}
.carousel-ongoing  .carousel-circle ul li:after {
  content: "";
  position: absolute;
  height: 60px;
  border-left: 1px solid #3d486b;
  right: -5px;
  bottom: 0px;
  margin: auto;
}
.carousel-ongoing  .carousel-circle ul li:last-child:after{
  content: none;
}
.carousel-ongoing li span{
  font-size: 12px;
}
/* ongoing section style end */

/* testimonial section style start */
.testimonial_sec{
  padding-top: 120px;
  padding-bottom: 80px;
  background:url('../../assets/images/testimonial_bg.png') no-repeat bottom #f3f3f3;
}
div#testimonial-carousel .card-text {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  /* font-family: "Roboto"; */
}
div#testimonial-carousel .card-text:before{
  content: '';
  background:url('../../assets/images/close.png') no-repeat;
  position: absolute;
  top: 48px;
  width: 220px;
  height: 200px;
  z-index: -1;
  left: 0px;
  background-size: contain;
}
/* div#testimonial-carousel .card-text:after{
  content: '';
  background:url('../../assets/images/lt_quotes.png') no-repeat;
  position: absolute;
  bottom: -20px;
  width: 30px;
  height: 30px;
  z-index: 9;
  right: 30px;
} */
div#testimonial-carousel .item .row{
  align-self: center;
  align-items: center;
}
div#testimonial-carousel {
  padding: 80px 100px;
}
div#testimonial-carousel .item{
  width: 98%;
  margin: 0px auto;
  padding: 120px 100px;
  margin-left: 0px;
  position: relative;
  left: 5px;
  top: 5px;
  border-radius: 15px;
}
div#testimonial-carousel .card-img-top{
  width: 380px;
  margin: 0px auto;
  border-radius: 10px;
  margin-right: 0px;
  display: block;
}

div#testimonial-carousel .owl-height{
  height: 515px !important;
  padding: 10px;
  background: #fff;
  border-radius: 15px;
}
div#testimonial-carousel .owl-height:before {
  content: "";
  width: 98%;
  height: 495px;
  position: absolute;
  border: 2px solid #eaeaea;
  border-radius: 15px;
  top: 10px;
  left: 10px;
}
div#testimonial-carousel  .owl-nav{
  display: block;
  position: absolute;
  top: 44%;
  height: 0px;
  width: 94%;
  left: 80px;
  right: 0px;
  margin: auto;
} 
div#testimonial-carousel .owl-dot{
  margin: 0px 5px;
  border: 2px solid transparent;
  position: relative;
  top: 50px;
}
div#testimonial-carousel .owl-dot span{
  width: 9px;
  height: 10px;
  border-radius: 2px;
  background: #1b2a54;
}
div#testimonial-carousel .owl-dots .owl-dot.active span,div#testimonial-carousel  .owl-dots .owl-dot:hover span {
  background: #1b2a54;
}
div#testimonial-carousel .owl-dots .owl-dot.active,div#testimonial-carousel  .owl-dots .owl-dot:hover{
  border: 2px solid #1b2a54;
}
div#testimonial-carousel  .owl-nav button{
  position: absolute;
  background: #f4f4f4;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
div#testimonial-carousel  .owl-nav button.owl-next{
  right: 75px;
}
div#testimonial-carousel  .owl-nav button.owl-prev{
  left: -10px;
}
.quotes {
  position: absolute;
  top: 55px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
  padding: 30px;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.quotes:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 20px;
  z-index: -1;
  background: #ffffff;
  border-radius: 50%;
  left: 1px;
  border-bottom: 2px solid #ddd;
  top: -15px;
  right: 0px;
  margin-top: 25px;
  padding-bottom: 70px;
}
.quotes div{
  width: 95px;
  height: 95px;
  background: #f3f3f3;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 4px;
  display: block;
  margin: auto;
  text-align: center;
}
.quotes div img{
  position: relative;
  top: 20px;
} 
.ongoing_sec .carousel-circle button{
  background: #d43b1b;
  padding: 6px 20px;
  border: 1px solid transparent;
  border-radius: 50px;
  margin-top: 0px;  
  font-size: 16px;
}
.ongoing_sec .carousel-circle button:hover{
  background:transparent;
  border:1px dashed #4e5975;
}
.vid {
  height: 450px;
}
#basicModal .modal{
  padding:0px !important;
}
#basicModal .modal-content{
  background-color: #172751;
}
#basicModal .modal-header {
  padding: 0px;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 8px;
  z-index: 1;
}
#basicModal .modal-header button{
  opacity: 1;
  padding: 0px;
}
#basicModal .modal-header span {
  background: #fff;
  border-radius: 50%;
  font-size: initial;
}
#basicModal .modal-dialog{
  display: flex;
}
#basicModal .modal-dialog,.contact_modal{
  height: 93%;
  align-items: center;
  align-self: center;
  align-content: center;
}
.general_pop h5{
  font-weight: 600;
  font-size: 25px;
}
.general_pop p{
color:#a0a0a0;
}
.contact_modal .modal-dialog{
  width: 60%;
  max-width: 60%;
  border-radius: 35px;
}
.contact_modal .modal-content{
  background: #091024;
  color: #fff;
  border-radius: 20px;
  padding: 15px;
}
#bookModal .modal-content{
  background:url('../../assets/images/frombg.png')  no-repeat center center;
  border-radius: 0px;
  background-size: cover;
}
.contact_modal .close{
  position: absolute;
  top: -10px;
  right: -8px;
  z-index: 9999;
  opacity: 1;
  width: 52px;
}
.contact_modal .modal-body{
  background: rgb(12 20 41 / 0.96);
}
.contact_modal.show{
  display: flex !important;
}
.contact_modal .modal-body{
  border: 2px solid #fff;
  padding: 20px 80px;
}
.general_pop button{
  font-weight: 600;
  cursor: pointer;
}
.general_pop form input.form-control,.general_pop form textarea,.general_pop select,.file-upload-wrapper{
  border-radius: .25rem;
  border: 1px dashed #fff !important;
  height: 50px;
  margin-bottom: 25px;
  background: transparent !important;
  color: #fff;
}
.general_pop select{
  color:#fff;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background:url('../../assets/images/down-arrow.png') no-repeat center right !important;
  background-size: 20px !important;
  background-position-x: 95% !important;
  padding-right: 45px;
}
.general_pop form textarea{
  height: 100px;
}
.general_pop select option {
   color: black;
   background:#fff;
}

.general_pop .form_btn{
  padding: 6px 30px;
}
.general_pop .form-label-group label {
  position: relative;
  background: transparent;
  top: 0px;
  text-transform: capitalize;
  left: 0px;
  color: #fff;
  font-weight: normal;
}
/* testimonial section style end */

/* general section style start */
.general_sec{
  padding: 100px 0px;
  background:url('../../assets/images/general_bg.png') repeat center;
}
.button_type2{
  background: #d43b1b;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size:13px;
  margin-top: 30px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.general_sec h5{
  font-size: 46px;
  margin-bottom: 10px;
}
.button_type2:hover{
  background: transparent;
  border: 1px dashed #4e5975;
}
/* general section style end */

/* blog section style start */
.blog_sec{
  padding:80px 0px;
  padding-bottom: 30px;
}
.blog_sec .card{
  border-radius: 8px;
  border: 1px solid #eeeef0;
  width: 350px;
  margin: 0px auto;
  margin-bottom: 50px;
}
.blog_sec .card:hover {
  color: #fff;
  background: #172751;
}
.blog_sec .card-img{
  max-height: 245px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog_sec .card-block {
  padding: 25px;
}
.blog_sec .card-block span{
  color:#f54d51;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.blog_sec .card-block p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  height: 80px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-width: 400px;
}
.blog_sec .card-img{
  max-height: 245px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.blog_sec .card-block h4{
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 5px;
}
.btn_read{
  color: #172751;
  background: transparent;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Helvetica Neue";
  outline: none !important;
  box-shadow: none !important;
  border: 1px dashed #f54d51;
}
.btn_read:hover,.blog_sec .card:hover .btn_read{
  background:#f50e01;
  color: #fff;
  border-color: transparent;
}
.blog_sec .card:hover span,.blog_sec .card:hover h4,.blog_sec .card:hover p{
  color: #fff;
}
/* blog section style end */

/* footer_sec section style start */
.footer_sec{
  padding:80px 0px 0px 0px;
  background:url('../../assets/images/footer_bg.png') no-repeat bottom #333333;
  color:#fff;  
  font-family: "Roboto";
}
.footer_sec p{
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}
.fot_bottom p{
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}
.footer_sec ul{
  width: 50%;
  float: left;
}
.footer_sec ul:last-child {
  padding-left: 45px;
}
.footer_sec ul li{
  margin-bottom: 10px;
}
.footer_sec ul li a{ 
  font-size: 20px;
  color: #fff;
}

.footer_sec ul li a.active,.footer_sec ul li a:hover{ 
  color: #d43b1b;
}
.footer_sec .col-xl-5{
  border-left: 1px solid #4c4c4c;
  /* border-right: 1px solid #4c4c4c; */
  padding: 0px 60px;
}
.fot_bottom{
  border-top: 1px solid #4c4c4c;
  padding: 20px 0px;
  margin-top: 40px;
}
.footer_sec .col-xl-3{
  padding-left: 60px;
}
.footer_sec ul.social_link{
  width: 100%;
  padding-left: 0px;
}
.footer_sec ul.social_link li {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
}
.social{
  padding: 0px;
  margin: 0px;
}
.social li{
  display: inline-block;
}
.footer_sec ul.social li a {
  border: 2px solid #1c1c1c;
  background: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}
.footer_sec ul.social i{
  color: #010101;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}
.footer_sec ul.social li a.facebook:hover{
  background:#4267B2;
  border:2px solid transparent;
}
.footer_sec ul.social li a:hover i{
  color: #fff;
}
.footer_sec ul.social li a.twitter:hover{
  background:#1DA1F2;
  border:2px solid transparent;
}
.footer_sec ul.social li a.linkedin:hover{
  background:#0077b5;
  border:2px solid transparent;
}
.footer_sec .col-lg-4 > a{
  color: #fff !important;
  display: block;
}
/* footer_sec section style end */


/* joint venture page style start */
.banner{
  position: relative;
}
.banner_text {
  position: absolute;
  top: 38%;
  left: 260px;
}
.banner_text h3{
  letter-spacing: 3px;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 8px;
}
.banner_text p{
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
.banner img {
  min-height: 724px;
  max-height: 724px;
  object-fit: cover;
  width: 100%;
}
.banner .strip{
  background: rgb(0 0 0 / 19%);
}
.jointform_sec,.open_sec,.contactform_sec{
  padding: 115px 0px;
  background:#fff;
}
.jointform_sec .form-control,.address_detail .form-control{
  background-color: transparent !important;
  color: #252525;
}
.jointform_sec{
  background:url('../../assets/images/Joint_Ventures_Bg.png') no-repeat bottom #ffffff; 
  background-size: cover;
  background-position: 100% 45%; 
}
.jointform_sec .form_btn{
  padding: 8px 35px;
  font-weight: 600;
}
.jointform_sec form.row {
  width: 86%;
  margin: 0px auto;
  padding-top: 60px;
}
form input.form-control{
  border-radius: 0px;
  border: 1px solid #7b7b7b;
  height: 40px;
  color: #fff;
}
input:-webkit-autofill,input:-internal-autofill-selected {
  color: #fff !important;
  background:transparent !important;
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  /* -webkit-box-shadow: 0 0 0px 1000px #000 inset; */
  transition: background-color 5000s ease-in-out 0s;
}
.jointform_sec input:-webkit-autofill,.jointform_sec input:-internal-autofill-selected,
.address_detail input:-webkit-autofill,.address_detail input:-internal-autofill-selected {

  -webkit-text-fill-color: #252525;
}

.jointform_sec .form-label-group {
  position: relative;
  margin: 0px 15px;
  margin-bottom: 50px;
}
.form-label-group label {
  position: absolute;
  background: #fff;
  top: -0.8rem;
  text-transform: uppercase;
  left: 15px;
  padding: 0px 5px;
  color: #000;
  font-weight: 600;
  font-size: 13px;
}
.form-label-group label sub{
  color: #ff0000;
  font-size: 16px;
  vertical-align: super;
  margin-left: 5px;
  top: 6px;
}
.form-control:focus{
  border-color: #7b7b7b;
  border-bottom: 2px solid #1b2a54;
  box-shadow: none;
  color:#fff;
}
.form-control:active,.form-control:visited,.form-control:focus-within{
  color: #fff !important;
  background:transparent !important;
}
.jointform_sec .form-control:active,.jointform_sec .form-control:visited,.jointform_sec .form-control:focus-within,
.address_detail .form-control:active,.address_detail .form-control:visited,.address_detail .form-control:focus-within{
  color: #252525 !important;
  background:transparent !important;
}
.form-label-group textarea{
  border-radius: 0px;
  height:65px;
  border: 1px solid #7b7b7b;
}
/* joint venture page style end */

/* open position page style start */
.our_open {
  width: 80%;
  margin: 0px auto;
  border: 2px solid #d0d4e0;
  border-bottom: 0px solid #d0d4e0;
  padding: 40px;
}
.our_open:hover {
  box-shadow: 0px 0px 20px #c1c1c1;
}
.our_open:last-child{
  border-bottom: 2px solid #d0d4e0;
}
.our_open h3 {
  color: #232323;
}
.our_open p {
  font-size: 18px;
  color: #777777;
}
.our_open .form_btn{
  font-size: 20px;
  padding: 8px 50px;
}
.our_open:hover{
  background:#fff;
}
.our_open:hover h3 {
  color: #192650;
}
.our_open:hover p {
  color: #ff0000;
}
.our_open button{
  visibility: hidden;
}
.our_open:hover button{
  visibility: visible;
}
/* open position page style end */

/* contact us style start */
.contactform_sec button{
  padding: 8px 35px;
  font-weight: 600;
}
.address_detail .col-xl-6:last-child{
  background:#f6fafd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.address_detail form input.form-control{
  height: 50px;
  margin-bottom: 40px;
  background:transparent;
}
.address_detail form textarea{
  margin-bottom: 40px;
  background:transparent !important;
  height: 100px;
}
.addr_map p,.addr_map p a{
  color: #000;
  font-size: 18px;
}
.addr_map p strong{
  font-size: 20px;
}
.address_detail .form-label-group label{
  left: 30px;
  background:#f6fafd;
  font-weight: 500;
}
.address_detail {
  width: 87%;
  margin: 0px auto;
  background: #fff;
  box-shadow: 0px 0px 8px #ddd;
  border-radius: 30px;
}
.address_detail .col-xl-6 {
  padding: 50px;
  padding-bottom: 30px;
}
.address_detail h2 {
  font-size: 45px;
  font-weight: bold;
}
.address_detail a:hover{
  color: #ff0000;
}
.address_detail p.addr {
  color: #000;
  font-weight: 500;
  font-size: 32px;
  padding: 20px 10px;
  width: 90%;
  margin: 0px auto;
  line-height: normal;
}
.addr_sec {
  position: relative;
  top: 120px;
}
.white_shadow {
  min-height: 400px;
  position: absolute;
  background-image: linear-gradient(270deg,#ffffff 50%,rgb(255 255 255 / 0%) 100%);
  background-image: -webkit-linear-gradient(270deg,#ffffff 50%,rgb(255 255 255 / 0%) 100%);
  background-image: -moz-linear-gradient(270deg,#ffffff 50%,rgb(255 255 255 / 0%) 100%);
}
#map {
  height: 100%;
}
/* contact us style end */

/* project style start */
.project_carousel div.carousel-caption{
  left: 15%;
  margin: 25px auto;
  width: 500px;
  height: 500px;
  bottom: 120px;
}
.project_carousel div.carousel-circle {
  width: 450px;
  height: 450px;
  padding: 50px 25px;
}
.project_carousel div.carousel-circle img {
  width: 70%;
}
.project_carousel .carousel-circle h5 {
  font-size: 30px;
}
.project_carousel .carousel-circle ul{
  margin: 8px 20px;
}
.project_carousel .carousel-circle ul li {
  font-size: 44px;
}
.project_abt h2{
  padding: 10px 0px;
}
.project_abt .container:before{
  display: none;
}
.project_abt{
  background:url('../../assets/images/abt_bg2.png') no-repeat bottom;
  padding: 160px 0px;
}
.loc_section {
  padding: 100px 0px;
  background:url('../../assets/images/loc_bg.png') no-repeat top center #f3f3f3;
}
.section_title {
  width: 80%;
  margin: 0px auto;
}
.loc_section .nav-tabs {
  margin-bottom: 60px;
  border-bottom: 1px solid #848ca0;
}
.loc_section .tab-content .col-md-5 img {
  height: 360px;
  width: 360px;
  border-radius: 50%;
  border: 15px solid #fff;
  margin: 0px auto;
  object-fit: cover;
}
.loc_section .tab-pane ul li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 100;
  color: #282828;
}
.loc_section .tab-pane ul li strong{
  font-weight: 600;
}
.loc_section .tab-pane ul li::before{
  content:"\f041";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0px;
  color: #192650;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  top: 5px;
}
.loc_section .button_type2{
  padding: 10px 35px;
  font-size: 16px;
}
.loc_section .button_type2:hover{
  background: #192650;
  border: 1px solid transparent;
}
.loc_section .nav-fill .nav-item{
  color: #666666;
  border: 0px;
  font-size: 20px;
  position: relative;
}
.loc_section .nav-fill .nav-item span{
  display: block;
  margin: auto;
  margin-bottom: 10px;
  background: #fff;
  border: 4px solid #ddd;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  line-height: 60px;
}
.loc_section .nav-tabs .nav-link.active,.loc_section .nav-tabs .nav-link:hover{
  color: #1c2b53;
  background-color: transparent;
  font-weight: 600;
}
.loc_section .nav-tabs .nav-link.active::before,.loc_section .nav-tabs .nav-link:hover::before{
  content:'';
  width: 70px;
  height: 4px;
  background:#1c2b53;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.loc_section .nav-tabs .nav-link.active span,.loc_section .nav-tabs .nav-link:hover span{
  background:#1c2b53;
}

.loc_section .nav-tabs .nav-link.active img,.loc_section .nav-tabs .nav-link:hover img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
} 
.loc_section .tab-pane{
animation: fadein .8s;
}
.card-tab{
  display: none;
}
.project_carousel .button-type1{
  font-size: 16px;
  text-transform: capitalize;
  color:#fff !important;
  padding: 6px 12px;
}
@keyframes fadein {
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
.spec_section{
  padding:95px 0px;
  background:url('../../assets/images/spec_bg.png') repeat #1b2a54;
  position: relative;
}
.spec_section:after {
  content:'specifications';
  bottom: -35px;
}
#spec-tab .nav-item{
  text-align: right;
  color: #9caee0;
  font-size: 16px;
  margin-right: 30px;
  position: relative;
  padding: 0px !important;  
  height: 42px;
}
#spec-tab {
  display: block;
  text-align: right;
  border-bottom: 0px;
  border-right: 1px dashed #9caee0;
  height: 100%;
  padding: 50px 0px;
}
#spec-tab .nav-link.active,#spec-tab .nav-link:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}
#spec-tab .nav-link.active::before,#spec-tab .nav-link:hover::before {
  content: '';
  position: absolute;
  bottom: 15px;
  width: 0;
  height: 0;
  right: -38px;
  border-top: 8px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 8px solid transparent;
}
.verticalTs .tab-pane .list_tab{
  margin-bottom: 35px;
}
.verticalTs .tab-pane h4,.verticalTs .tab-pane p{
  color:#fcfcfc;
}
.verticalTs .tab-pane p{
  line-height: normal;
  margin-top: 5px;
}
.verticalTs .tab-pane .col-md-1 img::before{
content:'';
width: 40px;
height: 20px;
box-shadow: 0px 0px 8px #000;
}
.list_tab{
  display: table;
}
.verticalTs .tab-content{
  padding-left: 25px;
}
.verticalTs .tab-pane .cont_part{
  padding-left: 25px;
  display: table-cell;
}
.img_part{
  display: table-cell;
  width: 70px;
  vertical-align: middle;
  position: relative;
}
.img_part::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
  box-shadow: 1px 8px 15px 3px #000;
}
.floor_section{
  padding:100px 0px;
  background:url('../../assets/images/floorbg.png') no-repeat bottom center #e0e0e0;
}
.floor_tab h3{
  font-size: 38px;
}
.floor_section .sec_title h2{
  font-size: 52px;
}
#floor-tab {
  display: block;
}
#floor-tab .nav-item{
  text-align: right;
  font-size: 20px;
  color: #1d2027;
  border-bottom: 1px solid #ddd !important;
  border-radius: 5px;
  padding: 10px 0px !important;
}
#floor-tab .nav-link:hover,#floor-tab .nav-link.active{
  border-color: transparent;
  background:transparent;
}
#floor-tab .nav-link span{
  border-radius: 5px;
  padding: 2px 12px;
}
#floor-tab .nav-link.active span,#floor-tab .nav-link:hover span{
  background: #d43b1b;
  color: #fff;
}
.floor_tab .nav_img{
  margin: 120px 0px;
}
.floor_main .floor_content {
  padding: 50px 25px;
  background: #fff;
  box-shadow: 0px 0px 8px #ececec;
}
#floor-main {
  width: 88%;
  margin: 0px auto;
}
#floor-main .nav-link{
  background: #1b2a54;
  color: #fff;
  margin: 0px 5px;
  font-weight: 600;
}
#floor-main .nav-link.active,#floor-main .nav-link:hover {
  color: #fff;
  background-color: #d43b1a;
  border-color: transparent;
}
.world_section{
  padding: 120px 0px;
  background:url('../../assets/images/amentbg.jpeg') no-repeat center #e4e4e4;
  background-size: cover;
}
.career_ban img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.img-carousel {
  position: relative;
  border: 10px solid #fff;
}
.img-cap {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
/* .world_section .item {
  display: none
} */

.world_section .next,.gallery_section .next {
  display: block !important;
  position: relative;
  transform: scale(0.9);
  transition-duration: 0.3s;
  /* opacity: 0.6 */
}

.world_section .prev,.gallery_section .prev,.world_section .item {
  display: block !important;
  position: relative;
  transform: scale(0.9);
  transition-duration: 0.3s;
  /* opacity: 0.6 */
}
.world_section .item.show {
  transform: scale(1);
}
.world_section .img-carousel .img-cap{
  display: none;
}
.world_section .item.show .img-carousel .img-cap{
  display: block;
}
.world_section .item.show,.gallery-carousel .item.show {
  display: block;
  transition-duration: 0.4s
}
.world_section .item.show .img-carousel {
  border: 15px solid #fff;
}
.world_section .item .img-carousel{
  height: 480px;
  overflow: hidden;
}
.world_section .img-carousel img{
  height: 100%;
}
.world_section .owl-carousel .owl-nav button.owl-next,.gallery_section .owl-carousel .owl-nav button.owl-next,
.world_section .owl-carousel .owl-nav button.owl-prev,.gallery_section .owl-carousel .owl-nav button.owl-prev{
  color: #1e1e1e;
  padding: 0px 15px !important;
  font-size: 42px;
  border: 2px solid #1e1e1e;
  height: 40px;
  line-height: 1px;
}
.gallery_section .owl-carousel .owl-nav button.owl-next,.gallery_section .owl-carousel .owl-nav button.owl-prev{
  border: 2px solid #fff;
  color: #fff;
}
.world_section .owl-carousel  .owl-nav button.owl-next:hover,
.world_section .owl-carousel  .owl-nav button.owl-prev:hover {
    background: #fff;
}
.gallery_section .owl-carousel .owl-nav button.owl-next:hover,.gallery_section .owl-carousel .owl-nav button.owl-prev:hover{
  background:#d43b1a;
}
.world_section .owl-carousel  .owl-nav button span,.gallery_section .owl-carousel  .owl-nav button span{
  position: relative;
  top:-4px;
}
.world_section .owl-carousel  .owl-nav{
  position: relative;
  top: 30px;
}
.world_section .owl-dots,.gallery_section .owl-dots {
    display: none
}
.world_section .item .img-carousel:before {
  content: '';
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  background: rgb(255 255 255 / 0.7);
  z-index: 999;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
}
.world_section .show .img-carousel:before{
  display: none;
}
.card-header{
  display: none;
}
.gallery_section{
  background:#1b2a54;
  padding:125px 0px;
  position: relative;
}
.gallery_section:after {
  content: 'gallery';
  bottom: -40px;
}
.gallery-carousel .owl-item img{
  transform: scale(0.9);
  transition-duration: 0.3s;
  height: 450px;
  object-fit: cover;
}
.gallery-carousel .item.show{
  transform: scale(1.4);
}

.gallery-carousel .owl-item.active.prev-div {
  z-index: 1;
}
.gallery-carousel .owl-item,.gallery-carousel .owl-item.cloned{
  z-index: 0;
}
/* Teams */
.infoUl li {display: inline-block;margin-right: 16px;}

.infoUl li a {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
}

.infoUl li i {
    color: red;
}

.normalText {
    margin-bottom: 10px;
}

.areaExp {
    font-size: 19px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.acceptInsta li {padding-left: 22px;padding-top: 6px;position: relative;}

.acceptInsta li:before {content: '';position: absolute;left: 7px;top: 18px;font-size: 43px;width: 5px;height: 5px;background-color: #ff4d00;border-radius: 110px;}

.lt_lead ul li {
    display: inline-block;
    margin-left: 24px;
    margin-top: -60px !important;
}

.lt_lead ul li a {
    background-color: white;
    border-radius: 40px;
    box-shadow: 0px 0px 4px 1px #ccc;
    display: initial;
    height: 40px;
    text-align: center;
    padding: 11px 14px;
    display: grid;
    color: #23235c;
    position: relative;
    top: -18px;
}
.innerListData h5 {
  font-size: 25px;
  color: #182752;
  margin-bottom: 7px;
}

.innerListData h6 {
  font-size: 15px;
}
.team_sec {
  background-image: url(../images/membg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.lt_lead ul {
    text-align: center;
}
.listDatas li {float: left;width: 33%;text-align: center;padding: 20px;}
.innerListData {
  margin: 10px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  padding: 30px 0;
  border-radius: 7px;
  border-top: 3px solid transparent;
  background-color: #fff;
}
.innerListData:hover {
  border-top: 3px solid #ff4d00;
}
/* aboutus section style start */
  .sec_15{
    padding: 20px;
    background: #fff;
    box-shadow: 3px 1px 10px #e6e6e6;
    border-bottom: 3px solid #ff0000;
    margin-top: 100px;
    width: 480px;
    display: table;
  }
  .sec_15 span, .sec_15 p, .sec_15 img {
    display: table-cell;
    vertical-align: middle;
  }
  .sec_15 p {
    font-size: 34px;
    line-height: normal;
    color: #182752;
    font-weight: 700;
    padding: 0px 15px;
  }
  .sec_15 p span {
    font-size: 20px;
  }
  .sec_15 img {
    margin: auto;
  }
  .sec_15 > span {
    font-size: 50px;
    line-height: 36px;
    color: #ff0000;
    font-weight: 700;
    font-family: "Roboto";
  }
  .abt_us{
    padding: 65px 0px;
    /* background:url('../../assets/images/bg2.png') no-repeat center #fff; */
    background:#fff;
  }
  .ourunqui{
    background:url('../../assets/images/unquie.png') no-repeat top #f6f7fa;
    background-size: cover;
    padding-bottom: 80px;
  }
  .circle_text {
    max-height: 580px;
    min-height: 580px;
    overflow: hidden;
    border-radius: 50%;
  }
  .circle_text img{
    height: 100%;
    object-fit: cover;
  }
  .leadcapture {
    padding: 0;
    width: 50%;
    max-height: 580px;
    min-height: 580px;
    margin: 100px auto;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 2px #a7a7a7;
    -webkit-box-shadow: 0px 0px 2px #a7a7a7;
  }
  .mbl_leadcontent{
    display: none;
  }
  .leadimg {
    position: absolute;
    display: block;
    padding: 10px;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: #fff;
    display: inline-grid;
    box-shadow: 0px 0px 5px #dadada;
    -webkit-box-shadow: 0px 0px 5px #dadada;
  }
  .leadimg.google {
    top: -34px;
    right: -70px;
    left: 0px;
    margin: 0px auto;
  }
  .leadimg img {
    align-items: center;
    align-self: center;
    margin: auto;
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .interTxt {
    position: absolute;
    margin-left: 90px;
    margin-top: 0px;
    text-align: left;
    width: 314px;
  }
  .interTxt h5 {
    font-size: 22px;
    color: #1b2a54;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .interTxt p {
    font-size: 17px;
  }

  .leadimg.google .interTxt {
    margin-left: -70px;
    margin-top: -90px;
  }
  .leadimg.acres {
    top: 69px;
    right: 35px;
  }
  .leadimg.common {
    top: 260px;
    right: -30px;
  } 

.leadimg.domain {
  bottom: 70px;
  right: 30px;
}
.leadimg.email {
  bottom: -31px;
  left: 300px;
}
.leadimg.email .interTxt {
  margin-left: -50px;
  margin-top: 80px;
}
.leadimg.indiaprop {
  bottom: 15px;
  left: 100px;
}
.leadimg.indiaprop .interTxt {
  margin-left: -340px;
  text-align: right;
}
.leadimg.layer {
  bottom: 190px;
  left: -27px;
}
.leadimg.layer .interTxt {
  margin-left: -320px;
  text-align: right;
}

.leadimg.magic {
  top: 10px;
  left: 80px;
} 
.leadimg.magic .interTxt {
  margin-left: -330px;
  text-align: right;
  margin-top: 0px;
}
.leadimg.robotic {
  top: 160px;
  left: -20px;
}

.leadimg.robotic .interTxt {
  margin-left: -330px;
  text-align: right;
  margin-top: 0px;
}


  .abt_us > .container{
    position: relative;
  }
  .abt_us > .container:before{
    content: 'welcome';
    text-transform: uppercase;
    color: rgb(247 245 246 / 0.9);
    font-size: 100px;
    font-weight: 600;
    position: absolute;
    left: -230px;
    top: 180px;
    transform: rotate(270deg);
  }
  .abt_us .col-xl-8{
    padding-left: 100px;
    padding-right: 70px;
  }
  .sec_15 sub{
    font-size: 25px;
    vertical-align: inherit;
    margin-left: 4px;
  }
  .circle_content p {   
    color: #000;
    padding: 0px 10%;
    position: relative;
    z-index: 9;
    font-size: 14px;
    line-height: 20px;
    /* max-height: 130px;
    overflow: hidden; */
  }
  .circle_content h2 {
      padding: 35px 0px;
      padding-top: 55px;
      position: relative;
      z-index: 9;
      font-size: 35px;
  }
  .circle_content {
      width: 480px;
      height: 480px;
      border-radius: 50%;
      text-align: center;
      /* background: #4b619f; */
      color: #fff;
      align-items: center;
      padding: 30px 60px;
  }
  .circle_content:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 30px;
    right: 0px;
    top: 0px;
  }
  .circle_content:after{
    content: '';
    position: absolute;
    width: 480px;
    height: 100%;
    background: #ddd;
    bottom: -35px;
    right: 0px;
    left: 15px;
    margin: auto;
    border-radius: 50%;
    z-index: 0;
    display: none;
  }
  .bg_vision:before{
    background: url('../../assets/images/3layer.png') no-repeat center center;
    background-size: contain;
  }
  .bg_mission:before{
    /* background:#1b2a54; */
    background: url('../../assets/images/3layer2.png') no-repeat center center;
    background-size: contain;
  }
  .bg_values:before{
    /* background:#213b85; */
    background: url('../../assets/images/3layer3.png') no-repeat center center;
    background-size: contain;
  }
  .circle_content img {
    width: 60px;
    object-fit: contain;
    height: 60px;
    position: relative;
    z-index: 9;
  }
  .circle_sec {
    padding-top: 95px;
    padding-bottom: 70px;
  }
  .circle_sec .row{
    margin-left: -90px;
  }
  .index2{
    z-index: 2;
  }
  .index1{
    z-index: 1;
  }
  .index0{
    z-index: 0;
  }
  .profile_content {
    width: 385px;
    height: 480px;
    margin: 0px auto;
  }
  .profile_content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .profile_content .profile_name {
    background: #ffffff;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    width: 300px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: -40px;
  }
  .profile_content .profile_name::after{
    content: '';
    background:url('../../assets/images/prof.png') no-repeat bottom center;
    position: absolute;
    width: 40px;
    height: 32px;
    z-index: 0;
    bottom: 0px;
    left: -2px;
    border-bottom-left-radius: 15px;
  }
  .profile_name h6 {
    font-size: 20px;
  }
  .profile_name span {
    font-size: 16px;
    color: #c6c6c6;
    font-weight: 500;
  }
  .ourteam {
    padding: 180px 0px;
    background: url('../../assets/images/ourbg.png') no-repeat bottom center #1a284f;
  }
  .video_sec{
    position: relative;
  }
  .video_sec .overlay:after{
    content: 'Walkthrough';
    letter-spacing: 3px;
    font-size: 100px;
    /* display: none; */
  }
  .video_sec .overlay{
    background: linear-gradient(180deg, rgba(0,0,0,0.008) 35%, rgb(27 41 83) 80%);
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 55%;
    bottom: -2px;
  }
/* aboutus section style end */

/* career modal popup start */
.career_modal .carrer_apply{
  background:#091024;
  padding: 80px 30px;
}
.career_modal .col-xl-6:first-child{
  padding: 60px 40px;
  padding-bottom: 15px;
}
.career_modal .modal-dialog{
  max-width: 70%;
}
.career_modal .modal-body {
  padding: 0px;
}
.file-upload-wrapper{
  color: #fff;
  padding: 10px;
}
.career_detail p{
 margin-bottom: 15px;
 color: #727272;
}
.career_detail h6{
  color:#262626;
  font-size: 20px;
}
.career_modal h3{
  font-size: 30px;
}
.career_detail {
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 15px;
}
.career_detail ul li{
  display: inline-block;
  margin: 0px 8px; 
  margin-bottom: 10px; 
}
.career_detail ul li button{
  border: 1px solid #ddd;
  padding: 6px 12px;
  font-size: 15px;
  color: #727272;
  background: transparent;
  border-radius: 6px;
  font-weight: normal;
}
.career_detail::-webkit-scrollbar {
  width: 10px;
  z-index: 0;
  border:1px solid #ddd;
}
.career_detail::-webkit-scrollbar{
  border-radius: 8px;
}
/* Track */
.career_detail::-webkit-scrollbar-track{
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;    
  z-index: 0;
} 
/* Handle */
.career_detail::-webkit-scrollbar-thumb {
  /* background: linear-gradient(to bottom, #f7903b98 0%, #e75b9c9d 100%); */
  border-radius: 10px;
  z-index: 0;
  height: 20px;
  background: rgba(9, 30, 66, 0.13);
}
.career_detail::-webkit-scrollbar-thumb:hover {
  background: rgba(93, 93, 93, 0.6); 
}
.career_detail::-webkit-scrollbar-track {
  background: transparent;
}
/* career modal popup end */

/* captcha style start */

.captcha {
  border: 1px dashed #fff;
	border-radius:5px;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
}

@media screen and (max-width: 500px) {
	.captcha {
    flex-direction:column;
    margin-top: 30px;
	}
	.captcha .text {
		margin:.5em!important;
		text-align:center;
	}
	.captcha .logo {
		align-self: center!important;
	}
	.captcha .spinner {
		margin:2em .5em .5em .5em!important;
	}
}

.captcha .text {
	font-size:18px;
	font-weight:500;
  margin-right:0em;
  width: 60%;
}
.captcha .spinner {
	position:relative;
	width:2em;
	height:2em;
	display:flex;
	margin:2em 1em;
	align-items:center;
	justify-content:center;
}
.captcha input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
.captcha input[type="checkbox"]+.checkmark {
	display:inline-block;
	width:2em;
	height:2em;
	background-color:transparent;
	border:1px solid #c3c3c3;
	border-radius:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
.captcha input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
.captcha input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;left:0;
	background-color:#029f56;
}
.captcha input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;right:0;
	background-color:#029f56;
}
.captcha input[type="checkbox"]:checked+.checkmark { 
	animation:2s spin forwards;
}
.captcha input[type="checkbox"]:checked+.checkmark>span { 
	animation:1s fadein 1.9s forwards;
}
.captcha input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
.captcha input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.captcha .logo {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	align-self:flex-end;
	margin:0.5em 1em;
}
.captcha .logo img {
	height:2em;
	width:2em;
}
.captcha .logo p {
	color:#9d9ba7;
	margin:0;
	font-size:1em;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.captcha .logo small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}
.playpause {
  background:url('../../assets/images/play.png');
  background-repeat:no-repeat;
  width:100px;
  height:100px;
  position:absolute;
  left:0%;
  right:0%;
  top:0%;
  bottom:0%;
  margin:auto;
  background-size:contain;
  background-position: center;
  max-width: 100%;
  max-height: 100%;
  z-index: 99;
}
@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}
::selection {
	background-color:transparent;
	color:teal;
}
::-moz-selection {
	background-color:transparent;
	color:teal;
}
/* captcha style end */

.mbl_call{
  display: none;
}
.icon_img{
  width: 100px;
  height: 100px;
}
.mission_sec {
  padding: 150px 0px;
}
.mission_sec .table-cell{
  vertical-align: top;
}
.mission_sec p{
  font-size: 20px;
  color: #252525;
  font-weight: normal;
}
.mission_sec .table{
  margin-bottom: 80px;
}
.com_sec,.team_sec {
  padding: 100px 0px;
}
.waterwheel {
  height: 400px;
  position: relative;
  margin: 80px auto;
      display: block;
	      text-align: center;
}
.waterwheel img {
  display: hidden; /* hide images until carousel prepares them */
  cursor: pointer; /* not needed if you wrap carousel items in links */
  border-radius: 10px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.waterwheel img.carousel-center{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
div#project-main .nav-item {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  color: #aeaeae;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 0px;
}
div#project-main .nav-item.active {
  border-bottom: 2px solid #ff0000;
  color: #000;
}
.signat_sec .lt_sign img{
  width: 100%; 
     object-fit: cover;
  height: 100%;
}
.signat_sec .col-lg-6 {
  border: 1px solid #ddd;
  padding: 0px;
  box-shadow: 0px 0px 8px #ddd;
}
.rt_sign.col-lg-6{
  padding: 60px 35px 15px 35px;
}
.rt_sign h4{
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
}
.rt_sign span{
  font-size: 18px;
  margin-bottom: 30px;
}
.rt_sign p{
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 35px;
}
.rt_sign  ul{
  padding-top: 30px;
}
.rt_sign  ul li{
  display: inline-block;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.rt_sign  ul li img{
  vertical-align: bottom;
    margin-right: 10px;
}
.rt_sign button {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 15px 15px 15px;
  font-size: 18px;
  color: #fff;
  background: #ff0000;
  font-weight: 600;
  display: block;
  margin: 0px auto;
  margin-top: 40px;
}
.rt_sign button a{
  color:#fff !important;
}
/* .rt_sign  button:hover{
  border: 1px solid #23235c;
  color:#23235c;
} */
.rt_sign  button img{
vertical-align: bottom;
}
.rt_sign::before{
  content: 'Karal Babylon';
  color: rgb(68 68 68 / 10%);
  font-size: 80px;
  font-weight: 600;
  position: absolute;
  left: 30px;
  margin: 0px auto;
  text-align: center;
  top: -5px;
}
.lt_lead img {
  border-radius: 12px;
}

.com_sec.new .project_main #ongoing{display:none;}
.com_sec.new .project_main .waterwheel img {
   -webkit-filter: grayscale(0);
    filter: grayscale(0); 
}
@media screen and (max-width: 999px) {

  .world_section .next,
  .world_section .prev {
      /* transform: scale(1); */
      opacity: 1
  }

  .world_section .item {
      display: block !important
  }
}
/* project style end */
@media(max-width:1680px){
  div#carousel .item{
    width: 320px;
    margin:0px auto;
  }
  .upcoming_sec {
    padding: 90px 0px 170px 0px;
  }
  .upcoming_sec:after, .ongoing_sec:after,.spec_section:after,.gallery_section:after{
    font-size: 120px;
  }
  .afford_img{
    right: -130px;
    text-align: right;
  }
  .jointform_sec{
    background-position: 0% 45%;
  }
}

@media(max-width:1580px){
  #afford-carousel .owl-nav{
    bottom: 60px;
  }
  #fun-carousel .owl-nav{
    bottom: 0px;
    left: -92%;
  }
  div#carousel .item {
    width: 300px;
  }
  .card-blocks h4 {
    font-size: 25px
  }
  .card-blocks p.card-text,.card-blocks span {
    font-size: 17px;
  }
  .card-blocks a{
    font-size: 14px;
    margin-top: 4px;
    padding: 6px 0px;
  }
  .carousel-col .card:hover a{
    padding: 6px 10px;
  }
  .contact_bg iframe {
    height: 750px;
  }
  .white_shadow {
    min-height: 300px;
    background-image: linear-gradient(270deg,#ffffff 30%,rgb(255 255 255 / 0%) 100%);
    background-image: -webkit-linear-gradient(270deg,#ffffff 30%,rgb(255 255 255 / 0%) 100%);
    background-image: -moz-linear-gradient(270deg,#ffffff 30%,rgb(255 255 255 / 0%) 100%)
  }
  .world_section .owl-carousel h2{
    font-size: 30px;
  }
  .afford_img img{
    width: 90%;
  }
  .contact_modal .modal-dialog{
    width: 70%;
    max-width: 70%;
  }
  .jointform_sec{
    background-position: 20% 45%;
  }
}
@media(max-width:1480px){
	
  .afford_img{
    right: -20px;
  }
  .world_section .item .img-carousel {
    height: 430px;
  }

  .jointform_sec{
    background-size: contain;
    background-position: 60% 62%;
  }
  .circle_content p{
    font-size: 14px;
    line-height: 21px;
  }
  .banner_text{
    left: 180px;
  }
  #spec-tab .nav-link.active, #spec-tab .nav-link:hover {  font-size: 18px;}
  .general_pop form input.form-control, .general_pop form textarea, .general_pop select, .file-upload-wrapper {
  height: 38px;}
  .general_pop form textarea {  height: 61px; }
  .general_pop form input.form-control, .general_pop form textarea, .general_pop select, .file-upload-wrapper {  margin-bottom: 11px;}
  
  .general_pop .carrer_apply form input.form-control, .general_pop .carrer_apply form textarea, .general_pop .carrer_apply select, .carrer_apply .file-upload-wrapper {
    height: 50px; }
}

@media(max-width:1380px){
  .abt_sec .container:before{
    left: -15px;
    width: 140px;
  }
  .upcoming_sec:after, .ongoing_sec:after,.spec_section:after,.gallery_section:after {
    font-size: 110px;
  }
  .video_sec .overlay:after{
    font-size: 80px;
  }
  .afford_content{
    right: 25px;
  }
  #afford-carousel .owl-nav{
    width: 550px;
  }
  .fun_sec .afford_content{
    right: 75px;
  }
  .afford_content p{
    margin-bottom:30px;
  }
  li.nav-item a {
    font-size: 18px;
  }
  .call_no {
    font-size: 26px;
  }
  .call_now{
    margin-top: -35px;
  }
  .abt_sec {
    padding: 75px 0px;
  }
  .upcoming_sec {
    padding: 60px 0px 120px 0px;
  }
  .afford_sec{
    padding-top: 80px;
  }
  .fun_sec {
    padding-top: 75px;
  }
  .testimonial_sec {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .rt_sign ul li{
    margin-right: 20px;
    font-size: 18px;
  }
  .rt_sign p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .footer_sec ul li a {
    font-size: 18px;
  }
  .general_sec h5 {
    font-size: 40px;
  }
  .banner_text{
    left: 200px;
  }
  .address_detail h3{
    font-size: 28px;
  }
  .banner img {
    min-height: 600px;
    max-height: 600px;
  }
  .loc_section .tab-content .col-md-5 img{
    width: 350px;
    height:350px;
  }
  .section_title {
    width: 95%;
  }
  .spec_section{
    padding: 65px 0px;
  }
  .world_section {
    padding: 70px 0px;
  }
  .loc_section,.floor_section {
    padding: 60px 0px;
  }
  .jointform_sec, .open_sec, .contactform_sec{
    padding: 65px 0px;
  }
  .our_open h3{
    font-size: 28px;
  }
  .our_open .col-lg-1 img{
    width: 50px;
  }
  .our_open .form_btn {
    font-size: 17px;
    padding: 8px 40px;
  }
  #carouselFade .carousel-item > img{
    min-height: 780px;
    max-height: 780px;
  }
  div.carousel-circle{
    width: 480px;
    height: 480px;
    margin: 18px auto;
  }
  div.carousel-caption{
    width: 515px;
    height: 518px;
    margin: 10px;
  }
  .project_carousel div.carousel-caption{
    width: 480px;
    height: 480px;
    bottom: 90px;
  }
  .project_carousel div.carousel-circle{
    width: 450px;
    height: 450px;
  }
  .mission_sec .table{
    margin-bottom: 100px;
  }
  .address_detail{
    /* padding: 40px;
    width: 70%; */
  }
  .addr_sec .fs-28 {
    font-size: 22px;
  }
  .address_detail h2 {
    font-size: 40px
  }
  .address_detail p.addr{
    font-size: 28px;
  }
  .addr_sec{
    /* top: -130px; */
  }
  .gallery_section{
    padding: 100px 0px;
  }
  .gallery_section:after{
    bottom: -25px;
  }
  .contact_modal .modal-body{
    padding: 20px 70px;
  }
.general_pop .mt-5 {
    margin-top: 1rem!important;
}
.modal { top: 21px;}
.innerListData h5 {   font-size: 20px;}
}
@media(max-width:1280px){
  .abt_sec {
    padding: 40px 0px;
  }
  .abt_sec ul{
    margin-bottom: 0px;
  }
  .profile_content{
    width: 100%;
  }
  div#carousel {
    margin: 50px 0px;
  }
  h2,.upcoming_sec h2 {
    font-size: 32px;
  }
  .afford_content h2 {
    font-size: 36px;
  }
  .footer_sec ul li a {
    font-size: 16px;
  }
  .afford_content .fs-18{
    font-size: 19px;
  }
  .footer_sec p{
    font-size: 18px;
  }
  .footer_sec {
    padding: 40px 0px 0px 0px;
  }
  .fot_bottom{
    margin-top: 30px;
    padding: 20px 0px;
  }
  .general_sec h5 {
    font-size: 34px;
  }
  .call_no {
    font-size: 22px;
  }
  li.call_now a{
    width: 55px;
    height: 55px;
    padding: 12px;
  }
  .section_title {
    width: 100%;
  }
  .mission_sec .table {
    margin-bottom: 40px;
  }
  .mission_sec {
    padding: 80px 0px;
  }
  .world_section .owl-carousel h2{
    font-size: 20px;
  }
  .world_section .sec_title.pb-5,.loc_section .sec_title.pb-5,.floor_section .sec_title.pb-5{
    padding-bottom: 0px !important;
  }
  #floor-tab .nav-item{
    font-size: 18px;
  }
  .img-cap{
    bottom: 20px;
    left: 20px
  }
  .world_section .item.show .img-carousel {
    border: 10px solid #fff;
  }
  .footer_sec ul.social_link i{
    font-size: 17px;
  }
  .open_sec .col-xl-12 p.pb-5{
    padding-bottom: 0px !important;
  }
  .our_open{
    padding: 30px;
  }
  .circle_content{
    width: 435px;
    padding: 36px 40px;
    margin: 0px auto;
  }
  .circle_content:after{
    width: 440px;
    height: 440px;
    bottom: -5px;
    left: 18px;
  }
  .world_section .item .img-carousel {
    height: 380px;
  }
  .circle_content p{
    padding: 0px 5%;
  }
}
@media(max-width:1199px){
	.innerListData h5 {   font-size: 16px;}
	.innerListData h6 {  font-size: 13px; }
  /* .waterwheel {
    width: 430px;
    height: 330px;
  } */
  .waterwheel img{
    margin-top: 60px;
  }
  .wheel2{
    margin-bottom: -20px;
  }
  .com_sec{
    padding-bottom: 30px;
  }
  .rt_sign ul li{
    margin-bottom: 10px;
  }
  .rt_sign::before{
    font-size: 60px;
  }
  .navbar-area {
    padding: 25px 0px 20px 0px;
    z-index: 999;
  }
  .sticky .call_now{
    top: 4px;
    margin-top: -10px;
  }
  .sticky .call_text {
    font-size: 12px;
    line-height: 1;
  }
  .sticky .call_no {
    font-size: 18px;
    line-height: 1;
  }
  .navbar-area.sticky{
    padding-top: 10px;
  }
  .navbar-area .navbar{
    padding: 8px 0px;
  }
  .navbar-brand img {
    width: 120px;
  }
  li.nav-item {
    margin: 0px 10px;
  }
  li.nav-item a,.button-type1 {
    font-size: 16px;
  }
  .sticky li.nav-item a {
    font-size: 15px;
  }
  .sticky .call_no {
    font-size: 18px;
  }
  .sticky li.call_now a {
    width: 35px;
    height: 35px;
    padding: 2px 8px;
  }
  .carousel-circle h5{
    font-size: 30px;
  }
  .carousel-circle ul li {
    font-size: 40px;
  }
  .carousel-circle ul li span{
    font-size: 14px;
  }
  #carouselFade .carousel-item > img {
    min-height: 700px;
    max-height: 700px;
  }
  div.carousel-circle{
    width: 450px;
    height: 450px;
    padding: 60px 25px;
    margin: 20px auto;
  }
  #carouselFade div.carousel-circle img{
    width: 70%;
  }
  div.carousel-caption{
    width: 490px;
    height: 490px;
  }
  div.carousel-caption,.project_carousel div.carousel-caption{
    bottom: 100px;
  }
  .caption_text{
    top: 150px;
  }
  .caption_text h1{
    font-size: 30px;
  }
  .profile_content{
    height: 420px;
  }
  .profile_content .profile_name{
    width: 240px;
  }
  .abt_sec ul li{
    margin: 0px 20px
  }
  .abt_sec ul li span {
    font-size: 24px;
  }
  .abt_sec .container:before{
    width: 90px;
  }
  .circle_text,.leadcapture{
    max-height: 480px;
    min-height: 480px;
  }
  .interTxt h5 {
    font-size: 18px;
  }
  .interTxt p {
    font-size: 15px;
    line-height: normal;
  }
  .interTxt{
    width: 220px;
  }
  .leadimg.acres{
    right: 5px;
  }
  .leadimg.acres .interTxt,.leadimg.common .interTxt{
    margin-left: 80px;
  }
  .leadimg.common{
    top: 230px;
    right: -30px;
  }
  .leadimg.domain{
    bottom: 30px;
    right: 30px;
  }
  .leadimg.email {
    bottom: -30px;
    left: 200px;
  }
  .leadimg.indiaprop{
    left: 50px;
  }
  .leadimg.indiaprop .interTxt {
    margin-left: -250px;
  }
  .leadimg.layer {
    bottom: 140px;
  }
  .leadimg.layer .interTxt{
    margin-left: -240px;
    margin-top: 10px;
  }
  .leadimg.robotic{
    top: 110px;
  }
  .leadimg.robotic .interTxt{
    margin-top: 10px;
    margin-left: -240px;
  }
  .leadimg.magic .interTxt{
    margin-left: -230px;
    margin-top: -10px;
  }
  .upcoming_sec .col-xl-12 p{
    width: 100%;
  }
  div#carousel .item {
    width: 340px;
  }
  .upcoming_sec:after, .ongoing_sec:after,.spec_section:after,.gallery_section:after {
    font-size: 62px;
    bottom: -10px;
  }
  .ongoing_sec{
    padding-bottom: 140px;
  }
  .video_sec .overlay:after{
    font-size: 60px;
  }
  .upcoming_sec {
    padding: 60px 0px 80px 0px;
  }
  .afford_content {
    right: 0px;
    width: 100%;
  }
  .afford_sec ul li{
    font-size: 16px;
  }
  .afford_sec .col-xl-4 p{
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .afford_sec {
    padding-top: 60px;
  }
  .afford_content p {
    margin-bottom: 10px;
  }
  .afford_content h2 {
    font-size: 26px;
  }
  #afford-carousel .owl-nav{
    width: 100%;
    bottom: 45px;
  }
  #afford-carousel .owl-nav button{
    margin-left: 20px;
  }
  .fun_sec .afford_content {
    right: 0px;
  }
  #fun-carousel .owl-nav{
    width: 100%;
    left: -96%;
  }
  div#testimonial-carousel {
    padding: 60px 0px;
  }
  div#testimonial-carousel .owl-nav{
    width: 100%;
    left: 0px;
  }
  div#testimonial-carousel .owl-nav button.owl-prev {
    left: -30px;
  }
  div#testimonial-carousel .owl-nav button.owl-next {
    right: -35px;
  }
  div#testimonial-carousel .item {
    width: 100%;
    padding: 80px 60px;
  }
  .world_section .item .img-carousel {
    height: 240px;
  }
  .quotes{
    top:10px;
  }
  div#testimonial-carousel .owl-height {
    height: 450px !important;
  }
  div#testimonial-carousel .owl-height:before{
    height: 415px;
  }
  .general_sec h5 {
    font-size: 28px;
  }
  .pl-115 {
    padding-left: 15px;
  }
  .general_sec {
    padding: 80px 0px;
  }
  .footer_sec ul li a {
    font-size: 14px;
  }
  .blog_sec .card{
    width: 100%;
  }
  .footer_sec .col-xl-3 {
    padding-left: 15px;
  }
  .banner img {
    min-height: 480px;
    max-height: 480px;
  }
  .banner_text{
    left: 100px;
  }
  .loc_section .tab-content .col-md-5 img{
    width: 300px;
    height:300px;
  }
  .jointform_sec, .open_sec, .contactform_sec{
    padding: 35px 0px;
  }  
  .jointform_sec form.row{
    padding-top: 20px;
  }
  .jointform_sec .form-label-group{
    margin-bottom: 30px;
  }
  .our_open h3 {
    font-size: 22px;
  }
  .our_open p {
    font-size: 16px;
  }
  .our_open {
    padding: 22px 25px;
  }
  .contact_bg iframe {
    height: 620px;
  }
  .gallery-carousel .owl-item img{
    height: 300px;
  }
  .address_detail h3{
    font-size: 24px;
  }
  .address_detail .col-xl-6{
    padding: 40px;
  }
  .ourteam {
    padding: 100px 0px;
    padding-top: 50px;
  }
  .abt_us h2{
    font-size: 26px;
  }
  .sec_15{
    margin-top: 50px;
  }
  .sec_15 p {
    font-size: 28px;
  }
  .sec_15 > span {
    font-size: 55px;
  }
  .circle_sec .row{
    margin-left: 0px;
  }
  .circle_sec .col-xl-4{
    margin-bottom: 70px;
  }
  .circle_content p{
    padding: 8px 10%;
  }
  .circle_content:before{
    left: 0px;
  }
  .circle_content:after {
    width: 480px;
    height: 480px;
    bottom: -35px;
    left: 0px;
  }
  .circle_sec {
    padding-top: 65px;
    padding-bottom: 0px;
  }
  .career_modal .modal-dialog {
    max-width: 90%;
  }
  .career_modal h3 {
    font-size: 25px;
  }
  .career_detail h6{
    font-size: 16px;
  }
  .career_detail p,.career_detail button{
    font-size: 14px;
  }
  .our_open .form_btn{
    visibility: visible;
  }
  #careerModal  .modal-dialog {
    width: 90%;
    max-width: 90%;
  }
  .contact_modal .modal-dialog {
    width: 90%;
    max-width: 90%;
  }
  #spec-tab .nav-link.active, #spec-tab .nav-link:hover{
    font-size: 17px;
  }
  .afford_sec ul {
    padding-bottom: 10px;
  }
  .ongoing_sec p{
    font-size: 14px;
  }
  .quotes:before{
    top: 15px;
  }
  .quotes div{
    top:10px;
  }
  .mission_sec .table {
    margin-bottom: 30px;  
  }
  .mission_sec p {
    font-size: 17px;
  }
  .allimg{
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

}




@media(max-width:991px){
  .owl-carousel img.moni-img{
    width: 60px;
    height: 60px;
  }
  div#testimonial-carousel .item{
    padding: 50px;
  }
  .rt_sign::before{
    font-size: 50px;
  }
  .rt_sign h4 {
    font-size: 20px;
  }
  .navbar-toggler .toggler-icon {
      width: 20px;
      height: 2px;
      background-color: #fff;
      display: block;
      margin: 5px 0;
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
  }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
  }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
  }
  .navbar-area .navbar-toggler{
    background: #1b2a54;
  }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .navbar-area {
    padding: 5px 0px 5px 0px;
  }
  .subdrop:hover .dropdown-menu{
    min-width: 100%;
    width: 100%;
  }
  div.sub-menu-bar {
    background: #1b2a54;
    padding: 5px;
    text-align: center;
  }
  ul.navbar-nav{
    background: #fff;
  }
  ul li.nav-item {
    border-bottom: 1px solid #bdbdbd;
  }
  li.nav-item a {
    line-height: 24px;
  }
  ul.sub_menu li a{
    padding: 8px 0px;
    text-align: center;
  }
  ul li.nav-item a{
    margin: 10px 0px;    
  }
  ul li.nav-item a::after{
    content: none !important;
  }
  ul li.nav-item.active a{
    color: #d43b1b;
  }
  .navbar-area.sticky {
    padding-top: 0px;
  }
  .sticky .call_text{
    line-height: 2;
  }
  .call_now {
    margin-top: 0px;
    padding-bottom: 10px;
    display: block;
  }
  .sticky .call_now{
    margin-top: -5px;
  }
  li.call_now a{
    position: relative;
    top: 8px;
  }
  .verticalTs .tab-pane h4{
    font-size: 20px;
  }
  .verticalTs .col-md-4{
    padding:0px;
  }
  #spec-tab .nav-link.active, #spec-tab .nav-link:hover{
    font-size: 15px;
  }
  .world_section {
    padding: 40px 0px;
  }
  .world_section .owl-carousel h2 {
    font-size: 15px;
  }
  .img-cap span{
    font-size: 16px;
  }
  .img-cap {
    bottom: 10px;
    left: 10px;
  }
  h2{
    font-size: 28px;
  }
  .loc_section .tab-content .col-md-5 img {
    width: 280px;
    height: 280px;
  }
  .loc_section .tab-pane ul li{
    font-size: 15px;
  }
  #floor-tab .nav-link span{
    padding: 2px 8px;
  }
  #floor-tab .nav-item {
    font-size: 14px;
  }
  .floor_tab h3 {
    font-size: 28px;
  }
  .floor_main .floor_content{
    padding:25px;
  }
  .general_sec {
    padding: 40px 0px;
  }
  .project_abt .proj_img{
    text-align: center;
  }
  .project_abt .proj_img img{
    width: 60%;
  }
  .footer_sec .col-xl-5{
    padding: 0px 10px;
  }
  .footer_sec ul:last-child {
    padding-left: 0px;
    text-align: right;
  }
  .footer_sec .col-xl-4 ul{
    text-align: left;
  }
  .footer_sec .col-xl-4 a,.footer_sec .col-xl-4 span{
    font-size: 12px;
  }
  .footer_sec .col-xl-4 ul span{
    display: block;
  }
  .footer_sec ul.social_link li{
    margin-right: 0px;
  }
  #basicModal .modal-dialog {
    max-width: 90%;
    margin: 0px auto;
  }
  .desc{
    width: 100%;
  }
  .profile_name h6 {
    font-size: 15px;
  }
  .profile_content .profile_name {
    width: 180px;
    padding: 10px;
  }
  .profile_name span {
    font-size: 14px;
  }
  .profile_content .profile_name::after{
    width: 30px;
    height: 22px;
    background-size: 25px;
  }
  .circle_text, .leadcapture {
    max-height: 400px;
    min-height: 400px;
  }
  .interTxt h5 {
    font-size: 14px;
  }  
  .interTxt p {
    font-size: 11px;
  }
  .interTxt {
    width: 145px;
  }
  .leadimg img{
    width: 25px;
    height: 25px;
  }
  .leadimg{
    width: 52px;
    height: 52px;
  }
  .leadimg.google {
    top: -24px;
    right: -40px;
  }
  .leadimg.google .interTxt {
    margin-left: -40px;
    margin-top: -70px;
  }
  .leadcapture{
    width: 60%;
  }

  .leadimg.acres .interTxt, .leadimg.common .interTxt {
    margin-left: 60px;
  }
  .leadimg.common {
    top: 200px;
    right: -20px;
  }
  .leadimg.domain .interTxt{
    margin-left: 60px;
  }
  .leadimg.email .interTxt {
    margin-left: -30px;
    margin-top: 70px;
  }
  .leadimg.indiaprop .interTxt {
    margin-left: -150px;
  }
  .leadimg.layer .interTxt {
    margin-left: -150px;
  }
  .leadimg.robotic .interTxt {
    margin-top: -10px;
    margin-left: -150px;
  }
  .leadimg.magic .interTxt {
    margin-left: -160px;
    margin-top: -30px;
  }
  .abt_sec ul li {
    margin: 20px 12px;
  }
  .abt_sec ul li span {
    font-size: 18px;
  }
  .abt_sec ul li p{
    font-size: 16px;
  }
  .abt_sec .col-xl-12{
    padding:0px ;
  }
  .abt_sec ul li img {
    width: 80px;
  }
  .abt_sec ul li:after{
    right: -15px;
  }
  .upcoming_sec {
    padding: 40px 0px;
  }
  .upcoming_sec:after, .ongoing_sec:after, .spec_section:after,.gallery_section:after {
    font-size: 50px;
    bottom: 0px;
  }
  .video_sec .overlay:after{
    font-size: 30px;
  }
  .spec_section:after{
    bottom: -5px;
  }
  div#carousel .item {
    width: 260px; 
  }
  .card-blocks h4 {
    font-size: 20px;
  }
  .card-blocks p.card-text, .card-blocks span {
    font-size: 14px;
  }
  #carouselFade div.carousel-caption{
    left: 10%;
  }
  .afford_content h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .afford_content p {
    /* line-height: 20px; */
  }
  .afford_content a{
    font-size: 12px;
    margin-top: 0px;
  }
  .afford_content{
    padding-bottom: 0px;
  }
  #afford-carousel .owl-nav{
    bottom: 40px;
  }
  .fun_sec{
    /* padding:35px 0px; */
  }
  .fun_sec {
    padding-top: 45px;
  }
  #fun-carousel .owl-nav {
    bottom: -20px;
  }
  .carousel-ongoing {
    width: 580px;
    height: 580px;
  }
  .carousel-ongoing .carousel-circle {
    width: 530px;
    height: 530px;
    bottom: -26px;
  }
  .carousel-ongoing .carousel-circle img {
    width: 200px;
  }
  .carousel-ongoing  .carousel-circle h5 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .carousel-ongoing .carousel-circle ul li {
    font-size: 30px;
  }
  .ongoing_sec {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .testimonial_sec {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  div#testimonial-carousel .card-text{
    font-size: 16px;
    line-height: normal;
  }
  div#testimonial-carousel .card-text:before,div#testimonial-carousel .card-text:after{
    background-size: 140px;
    left: 10px;
    width: 150px;
    height: 120px;
  }
  div#testimonial-carousel .owl-height {
    height: 360px !important;
  }
  div#testimonial-carousel .owl-height:before {
    height: 340px;
    width: 97%;
  }
  .banner_text {
    left: 80px;
    top:40%;
  }
  .address_detail p br{
    display: none;
  }
  .jointform_sec form.row {
    width: 100%;
    padding-top: 30px;
  }
  form.row h4{
    /* margin-left: .25rem!important; */
  }
  .form-label-group{
    margin: 0px;
    margin-bottom: 40px;
  }
  .form_btn{
    /* left: -6px; */
  }
  .our_open{
    width: 90%;
  }
  .address_detail {
    width: 100%;
    /* padding:30px; */
  }
  .address_detail h2 {
    font-size: 32px;
  }
  .address_detail p.addr{
    font-size: 24px;
  }
  .addr_sec{
    /* top:-100px; */
  }
  .contact_bg iframe {
    height: 500px;
  }
  .gallery-carousel .owl-item img{
    height: 250px;
  }
  .gallery_section {
    padding: 60px 0px;
  }
  .gallery_section:after {
    bottom: -8px;
  }
  .contact_modal .modal-body{
    padding: 30px;
  }
  .contact_modal .modal-dialog {
    width: 90%;
    max-width: 90%;
  }

  .abt_us .col-xl-8{
    padding-right:30px;
  }
  .abt_us .col-xl-4{
    text-align: center;
  }
  .abt_us {
    padding: 50px 0px;
  }
  .profile_content {
    height: 280px;
  }
  .career_detail {
    max-height: 910px;
  }
  .call_now{
    display: none;
  }
  .mbl_call{
    display: block;
    width: 40px;
    height: 40px;
    padding: 6px;
    background: #172751;
    border-radius: 50%;
    position: relative;
    left: 32%;
  }
  .sticky .mbl_call{
    left: 25%;
  }
  .abt_sec ul{
    margin: 30px 0px;
    margin-bottom: 0px;
  }
  .carousel-col .card img {
    height: 350px;
  }
  .world_section .item .img-carousel {
    height: 240px;
  }
  div#carousel .item{
    height: 360px;
  }
  div#carousel .owl-nav {
    margin-top: 20px;
  }
  .footer_sec p {
    font-size: 16px;
  }
  .quotes div{
    width: 85px;
    height: 85px;
    top: 5px;
    left: 10px;
  }
  #spec-tab .nav-item{
    margin-right: 12px;
  }
  #spec-tab .nav-link.active::before, #spec-tab .nav-link:hover::before{
    bottom: 20px;
    right: -20px;
  }
  .world_section .item .img-carousel {
    height: 180px;
  }
  .quotes:before {
    top: 2px;
  }

  .allimg{
    width: 80%;
    margin: 0px auto;
    display: block;
  }
}


@media(max-width:767px){
  .com_sec {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .rt_sign.col-lg-6 {
    padding: 60px 15px 15px 15px;
  }
  .rt_sign::before{
    font-size: 40px;
    left: 12px;
    top: 25px;
  }
  .lead2 .rt_lead{
    order:2;
  }
  .listDatas li{
    width: 100% !important;
  }
  .waterwheel{
    /* display: none; */
    width: 100%;
    height: 300px;
  }
 
  .project_carousel div.carousel-circle img,div.carousel-circle img  {
    width: 50%;
  }
  .project_carousel .button-type1{
    padding: 6px 8px;
    font-size: 12px;
  }
  #carouselFade .carousel-item > img {
    min-height: 600px;
    max-height: 600px;
  }
  .project_carousel div.carousel-circle,div.carousel-circle {
    width: 310px;
    height: 310px;
    padding: 40px 12px;
  }
  .project_carousel div.carousel-caption,div.carousel-caption {
    left: 15%;
    margin: 25px auto;
    width: 340px;
    height: 350px;
    bottom: 100px;
  }
  .project_carousel .carousel-circle h5,.carousel-circle h5 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0px;
  }
  .project_carousel .carousel-circle ul li,.carousel-circle ul li {
    font-size: 20px;
  }
  .project_carousel .carousel-circle ul,.carousel-circle ul{  
    margin: 8px 20px
  }
  .button-type1{
    margin-top: 8px;
  }
  .sec_title {
    text-align: center;
    margin-bottom: 15px !important;
  }
  .sec_title .col-md-3 img{
    width: 200px;
    margin-bottom: 15px;
  }
  .sec_title h2 {
    font-size: 22px;
  }
  .spec_section,.world_section,.loc_section, .floor_section {
    padding: 30px 0px;
  }
  .upcoming_sec:after, .ongoing_sec:after, .spec_section:after,.gallery_section:after {
    font-size: 40px;  
  }
  .video_sec .overlay:after{
    font-size: 20px;
  }
  .spec_section:after{
    bottom: -15px;
  }
  .world_section .owl-carousel .owl-nav button.owl-next, .world_section .owl-carousel .owl-nav button.owl-prev{
    height: 35px;
    padding: 0px 10px !important;
    font-size: 32px;
  }
  .world_section .owl-carousel .owl-nav{
    top: 10px;
  }
  .general_sec .pl-115{
    padding-top: 30px;
  }
  .general_sec .button_type2{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .vid {
    height: 350px;
  }
  .footer_sec {
    padding: 20px 0px 0px 0px;
  }
  .footer_sec p {
    border-bottom: 1px solid #fff;
  }
  .footer_sec .col-xl-5{
    border:0px;
    padding: 0px 15px;
  }
  .footer_sec ul.social_link{
    text-align: center !important;
  }
  .footer_sec ul:last-child{
    text-align: left;
  }
  .footer_sec .col-xl-5 ul:last-child {
    text-align: right;
  }
  .footer_sec a,.footer_sec span{
    font-size: 18px !important;
  }
  .footer_sec p {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 15px;
    line-height: 40px;
  }
  .fot_bottom {
    margin-top: 0px;
    padding: 10px 0px;
  }
  .fot_bottom p{
    border:0px;
    font-size: 16px;
    line-height: normal;
  }
  .fot_bottom .col-xl-6{
    text-align: center !important;
  }
  .fot_bottom .col-xl-6 img{
    width: 140px;
    margin-top: 10px;
  }
  .abt_sec h2, .testimonial_sec h2{
    padding: 0px;
    font-size: 24px;
  }
  .desc{
    font-size: 16px;
  }
  h2, .upcoming_sec h2 {
    font-size: 26px;
  }
  div#carousel .item{
    width: 280px;
    height: 350px;
  }
  .carousel-col .card img{
    height: 350px;
  }
  .circle_text, .leadcapture {
    max-height: 310px;
    min-height: 310px;
  }
  .circle_text img {
    height: 310px;
  }
  .leadcapture {
    width: 310px;
    margin: 20px auto;
  }
  .leadimg.acres {
    right: -5px;
    top: 45px;
  }
  .leadimg.common {
    top: 140px;
    right: -20px;
  }
  .leadimg.domain {
    bottom: 20px;
    right: 10px;
  }
  .leadimg.email {
    bottom: -20px;
    left: 150px;
  }
  .leadimg.indiaprop {
    left: 30px;
  }
  .leadimg.layer {
    bottom: 90px;
  }
  .leadimg.magic {
    top: 0px;
    left: 40px;
  }
  .leadimg.robotic {
    top: 70px;
  }
  .interTxt{
    display: none;
  }
  .ourunqui{
    padding-bottom: 30px;
  }
  .mbl_leadcontent, .mbl_leadcontent .interTxt{
    display: block;
  }
  .mbl_leadcontent .interTxt{
    position: relative;
    width: auto;
    margin-left: 10px !important;
    margin-top: 0px !important;
    padding-left: 15px;
    text-align: left !important;
  }
  .mbl_leadcontent .leadimg div {
    display: table-cell;
    vertical-align: middle;
  }
  .mbl_leadcontent .leadimg{
    position: relative;
    display: table;
    width: 100%;
    background: transparent;
    box-shadow: none;
    top: 0px !important;
    right: 0px !important;
    left: 0px !important;
  }
  .mbl_img{
    width: 48px;
    height: 45px;
    margin: 6px 4px;
    padding: 4px;
    border-radius: 50%;
    background:#fff;
    box-shadow: 0px 0px 8px #ddd;
    text-align: center;
  }
  .mbl_leadcontent {
    margin-top: 50px;
  } 

  /* #afford-carousel .owl-item img{
    width: 90%;
    margin: 0px auto;
  } */
  .afford_sec .col-xl-6:first-child{
    order: 2;
  }
  #afford-carousel .owl-nav,#fun-carousel .owl-nav {
    bottom: auto;
    top: -50px;
    right: auto;
    position: absolute;
    left: 0px;
  }
  /* #fun-carousel .owl-nav {
    left: 15px;
  } */
  #afford-carousel, #fun-carousel{
    top: 0px;
  }
  .afford_content {
    padding-bottom: 60px;
  }
  .afford_sec .afford_content {
    padding-bottom: 0px;
  }
  .fun_sec {
    padding: 70px 0px;
  }
  .carousel-ongoing {
    width: 480px;
    height: 480px;
  }
  .carousel-ongoing .carousel-circle {
    width: 430px;
    height: 430px;
  }
  .carousel-ongoing .carousel-circle h5 {
    font-size: 20px;
  }
  .carousel-ongoing .carousel-circle ul li {
    font-size: 18px;
  }
  .ongoing_sec p{
    font-size: 14px;
    margin: 5px 0px;
    height: 80px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 30px;
    display: -webkit-box;
    max-width: 400px;
  }
  div#testimonial-carousel .card-text:before{
    /* left: -10px; */
    top: 40px;
    background-size: 70px;
    left: 20px;
  }
  .owl-carousel img.moni-img {
    width: 60px;
    height: 60px;
  }
  div#testimonial-carousel .item{
    padding: 50px 30px;
    margin-left: -15px;
  }
  div#testimonial-carousel .owl-height {
    height: auto !important;
  }
  div#testimonial-carousel .owl-height:before {
    height: 97%;
    width: 97%;
  }
  div#testimonial-carousel .card-text{
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 28px;
  }
  div#testimonial-carousel .card-img-top {
    width: 300px;
    margin-right: auto;
  }
  div#testimonial-carousel .card-text:after{
    bottom: 10px;
    left: 290px;
  }
  #fun-carousel .owl-nav {
    left: 0px;
    padding-left: 15px;
  }
  .general_sec h5 {
    font-size: 22px;
  }

  #nav-tabContent>.active,#nav-tabContent1>.active {
    height: 0px;
    padding: 0px !important;
  }
  #nav-tabContent>.tab-pane.show,#nav-tabContent1>.tab-pane.show {
    display: block;
    opacity: 1;
    height: auto;
    padding: 1rem!important;
    /* transition: all .5s ease-out; */
  }
  .verticalTs .tab-content {
    padding-left: 0px;
  }
  #nav-tabContent .card-header{
    padding: 0px;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,.03);
    border: 0px;
    display: block;
  }
  #nav-tabContent .card-header button{
    display: block;
    width: 100%;
    border: 1px dashed #9caee0;
    color: #9caee0;
    font-size: 20px;
    text-decoration: none;
  }
  #nav-tabContent>.active .list_tab{
    display: none;
  }
  #nav-tabContent>.active.show .list_tab{
    display: block;
  }   
  .verticalTs .col-md-4,.loc_section .nav{
    display: none;
  }
  .verticalTs .tab-pane .list_tab {
    margin-bottom: 25px;
  }
  .world_section .prev .img-carousel:before, .world_section .next .img-carousel:before{
    display: none;
  }
  .world_section .img-carousel .img-cap {
    display: block;
  }
  .verticalTs .tab-pane h4 {
    font-size: 18px;
  }
  .verticalTs .tab-pane .cont_part {
    padding-left: 15px;
  }
  .card-tab button{
    display: block;
    width: 100%;
    font-size: 20px;
    background: #1c2b53;
    padding: 12px 0px;
    text-decoration: none !important;
  }
  .card-tab img{
    vertical-align: bottom;
    margin-right: 15px;
    width: 30px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  span.tabTxt {
    color: #fff;
  }
  #nav-tabContent .col-md-5{
    text-align: center;
  }
  #nav-tabContent .col-md-7.pl-4{
    padding: 15px 0px 0px !important;
  }
  .loc_section .button_type2{
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  .card-tab {
    display: block;
    margin-bottom: 5px;
  }
  #floor-tab .nav-item,.floor_tab h3,.floor_tab .col-lg-2{
    text-align: center !important;
  }
  .floor_tab .col-lg-2 img {
    width: 100px;
 }
 
.project_main .waterwheel {
    margin: 92px auto ;
    height: auto;
}
 
  .floor_tab .nav_img {
    margin: 10px 0px; 
  }
  .floor_main .floor_content {
    padding: 0px;
  }
  .loc_section .tab-content .col-md-5{
    text-align: center;
  }
  .loc_section .tab-content .col-md-5 img{
    height: 250px;
    width: 250px;
  }
  #floor-main .nav-link{
    border-radius: .25rem;
    margin-bottom: 5px;
  }
  .waterwheel img {
    margin-top: 0;
	margin-bottom: 15px;
	    width: auto !important;
    height: auto !important;
	left:auto !important;
	top: auto !important;
	    position: relative !important;
	    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

  .blog_sec .card {
    width: 350px;
  }
  .banner_text {
    left: 15px;
    right: 15px;
  }
  .banner_text h3{
    font-size: 22px;
  }
  .banner_text p {
    font-size: 18px;
  }
  .project_main .fade {
    transition: none;
}
  .project_main .waterwheel {  margin: 92px auto; }
  .com_sec.new .project_main .waterwheel {  margin: 92px auto; }
    .banner_text br p { display:none; }
  .our_open .col-lg-1 img{
    margin-bottom: 10px;
  }
  .our_open .form_btn{
    visibility: visible;
    margin-top: 10px;
  }
  .our_open .col-lg-3{
    text-align: center !important;
  }
  .our_open {
    width: 100%;
    text-align: center;
  }
  .address_detail{
    /* padding: 20px; */
  }
  .address_detail .row{
    margin: 0px;
  }
  .address_detail .col-xl-6:last-child{
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
  }
  .address_detail h2 {
    font-size: 24px;
  }
  .address_detail p.addr {
    font-size: 20px;
    padding: 15px 0px;
  }
  .addr_sec .fs-28 {
    font-size: 18px;
    padding-bottom: 0px !important;
  }
  .addr_sec {
    top: 50px;
  }
  .address_detail .col-xl-6 {
    padding: 20px;
  }
  .address_detail .col-11{
    padding-right: 0px;
  }
  .gallery_section .item {
    display: block !important;
  }
  .gallery-carousel .item.show {
    transform: none;
  }
  .abt_sec .container:before{
    width: 60px;
    left: 5px;
  }
  .abt_sec ul li {
    margin: 20px 8px;
  }
  .abt_sec ul li:after{
    display:none;
  }
  .contact_modal.show{
    display: block !important;
  }
  #basicModal .modal-dialog, .contact_modal {
    height: 100%;
    align-items: inherit;
    align-self: inherit;
    align-content: inherit;
  }
  .contact_modal .modal-dialog,#careerModal .modal-dialog {
    width: 95%;
    max-width: 95%;
 }
 .profile_content {
    height: 400px;
    width: 320px;
    margin-bottom: 80px;
  }
  .profile_content .profile_name {
    width: 250px;
    padding: 12px;
    bottom: 50px;
  }
  .profile_name h6 {
    font-size: 20px;
  }
  .profile_name span {
    font-size: 18px;
  }
  .ourteam{
    padding-bottom: 50px;
  }
  .ourteam .row.mt-5{
    margin-top: 0px !important;
  }
  .abt_us > .container:before{
    font-size: 60px;
    left: -118px;
    top: 120px;

    color: rgb(247 245 246 / 0.4);
  }
  .abt_us .col-xl-8{
    padding-left: 70px;
  }
  .sec_15{
    margin-top: 30px;
    width: 280px;
    padding: 15px 10px;
  }
  .sec_15 > span {
    font-size: 35px;
  }
  .sec_15 p {
    font-size: 22px;
  }
  .sec_15 p span {
    font-size: 18px;
  }
  .abt_us .row > .col-xl-4.mt-5 img{
    width: 70%;
  }
  .career_detail {
    max-height: 400px;
  }
  .career_modal .col-xl-6:first-child,.career_modal .carrer_apply{
    padding: 30px;
  }
  .career_modal .modal-dialog {
    max-width: 95%;
  }
  .afford_img {
    right: 0px;
  }
  .afford_sec {
    padding-top: 80px;
  }
  .afford_img img {
    width: 80%;
  }
  .abt_sec ul {
    margin: 50px 0px;
    margin-bottom: 0px;
  }
  .abt_sec {
    padding: 60px 0px;
  }
  .banner img {
    min-height: 320px;
    max-height: 320px;
    /* object-fit: unset; */
  }
  div#carousel{
    margin-bottom: 20px;
  }
  .carrer_apply .row.mt-5 {
      margin-top: 1rem!important;
  }
  .general_sec{
    text-align: center;
  }
}
@media(max-width:580px){
	.banner_text p br {
		display:none;
     
}
  .mbl_call{
    left: 24%;
  }
  .sticky .mbl_call {
    left: 18%;
  }
}
@media(max-width:480px){
  .carousel-ongoing {
      width: 380px;
      height: 380px;
  }
  .carousel-ongoing .carousel-circle {
    width: 340px;
    height: 340px;
    bottom: -20px;
  }
  .carousel-ongoing .carousel-circle img {
    width: 120px;
  } 
  .carousel-ongoing .carousel-circle h5 {
    font-size: 15px;
  }
  .carousel-ongoing .carousel-circle ul li {
    font-size: 14px;
    padding: 0px 14px;  
  }
  .carousel-circle ul li span {
    font-size: 9px;
  }
  .carousel-ongoing .carousel-circle ul li:after{
    bottom: -15px;
  }
  .ongoing_sec p{
    height: 40px;
    -webkit-line-clamp: 2;
  }
  .ongoing_sec .carousel-circle button{
    margin-top: 10px;
    font-size: 14px;
  }
  .upcoming_sec:after, .ongoing_sec:after, .spec_section:after,.gallery_section:after {
    font-size: 30px;
  }
  .video_sec .overlay:after{
    font-size: 15px;
  }
  .address_detail .col-xl-6 {
    padding: 15px;
  }
  .abt_sec .col-xl-12 {
    padding: 0px 15px;
  }
  #carouselFade div.carousel-caption {
    left: 12%;
  }
  div#testimonial-carousel .owl-nav button{
    width: 40px;
    height: 40px;
  }
  div#testimonial-carousel .owl-nav button img {
    width: 30px;
  }
  div#testimonial-carousel .owl-nav button.owl-next {
    right: 0px;
  }
  div#testimonial-carousel .owl-nav {
    width: 100%;
    left: 15px;
  }  
  .abt_sec h2, .testimonial_sec h2{
    font-size: 20px;
  }
  .mbl_call{
    left: 12%;
  }
  .sticky .mbl_call {
    left: 8%;
  } 
  .general_sec .button_type2{
    padding: 8px 18px;
    font-size: 11px;
  }
  .vid {
    height: 240px;
  }
  .circle_content:after {
    width: 450px;
    height: 450px;
    bottom: -15px;
    left: 0px;
  }
  div#testimonial-carousel .card-text:after{
    left: 80px;
  }
}
@media(max-width:460px){
  .circle_content:after{
    display: none;
  }
  .circle_content {
    width: 100%;
    padding: 30px 20px;
  }
  .circle_sec .col-xl-4 {
    margin-bottom: 30px;
  }
  .circle_content p{
    line-height: 23px;
    font-size: 14px;
  }
}
@media(max-width:430px){
  #carouselFade div.carousel-caption {
    left: 10%;
  }
  .banner_text p {
    width: 340px;
}
}
@media(max-width:380px){
  .project_carousel div.carousel-circle, div.carousel-circle{
    width: 280px;
    height: 280px;
    padding: 30px 12px;
    bottom: 15px;
    position: relative;
  }
  .button-type1{
    padding: 4px 10px;
    font-size: 15px;
  }
  #carouselFade div.carousel-caption{
    left: 10%;
  }
  .project_carousel div.carousel-caption, div.carousel-caption{
    width: 290px;
    height: 290px;
    bottom: 100px;
  }
  .carousel-ongoing {
    width: 300px;
    height: 300px;
  }
  .carousel-ongoing .carousel-circle {
    width: 280px;
    height: 280px;
    bottom: -10px;
    padding: 20px 12px;
  }
  .carousel-ongoing .carousel-circle ul li {
    font-size: 12px;
    padding: 0px 10px;
  }
  .carousel-ongoing .carousel-circle ul {
    padding: 5px 0px;
  }
  .carousel-ongoing .carousel-circle ul li:after{
    bottom: -8px;
    height: 40px;
  }
  .ongoing_sec p{
    line-height: 25px;
  }
  .ongoing_sec .carousel-circle button {
    margin-top: 5px;
    font-size: 10px;
  }
  .abt_sec ul li:after{
    display: none;
  }
  .vid {
    height: 160px;
  }
  
  .circle_content p{
    max-height: 170px;
     overflow: hidden;
   }
   .circle_content{
    padding: 48px 20px;
   }
   .circle_content h2 {
      padding: 22px 0px;
      padding-top: 55px;
   }
   .circle_sec .col-xl-4 {
    margin-bottom: 0px;
  }
  .mbl_call{
    left: 8%;
  }
  .sticky .mbl_call {
    left: 3%;
  }
  div#testimonial-carousel .card-text:after{
    left: 90%;
  }
}

@media(max-width:340px){
  #carouselFade div.carousel-caption{
    left: 2%;
  }
  .blog_sec .card {
    width: 100%;
  }
}
/* 
.leadimg img:hover {
  -webkit-animation: refresh 1s cubic-bezier(0.36, 0.07, 0.57, 0.99);
          animation: refresh 1s cubic-bezier(0.36, 0.07, 0.57, 0.99);
}

@-webkit-keyframes refresh {
  from {
    transform: scale(1.5) rotate(0);
  }
  to {
    transform: scale(1.5) rotate(360deg);
  }
}
@keyframes refresh {
  from {
    transform: scale(1.5) rotate(0);
  }
  to {
    transform: scale(1.5) rotate(360deg);
  }
} */
