/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Abel&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&amp;display=swap");
@font-face {
  font-family: "IVYMODE";
  src: url("../fonts/IVYMODE-LIGHT.TTF");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MESSINASANS";
  src: url("../fonts/MESSINASANS-BOOK.TTF");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
button:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
  font-size: 16px !important;
  overflow-x: hidden;
  font-family: "MESSINASANS";
  font-weight: 300 !important;
  padding: 0 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin-bottom: 10px;
  line-height: 23px;
}

/* scroll bar style */
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #333333;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.menubar .sidebar::-webkit-scrollbar {
  width: 6px;
}
.menubar .sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.menubar .sidebar::-webkit-scrollbar-thumb {
  background: #333333;
}
.menubar .sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

b,
strong {
  font-weight: 600;
}

.lh23 {
  line-height: 23px;
}

.lh24 {
  line-height: 24px;
}

.lh25 {
  line-height: 25px;
}

.pd0 {
  padding: 0 !important;
}

.mr0 {
  margin: 0 !important;
}

#carousel-example-generic {
  background-image: url("../images/bg.jpg");
  background-size: cover;
}

.about-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 5px 0px;
}

.contact-btn {
  background-color: #000;
  width: 25%;
  color: #fff;
  padding: 8px;
  margin: 15px !important;
}

.cust-container2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
  width: 89% !important;
}

.cust-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* width: 104% !important; */
  margin: 0 auto;
  max-width: 1200px;
}

#carousel-example-generic .item img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.glob-sec {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
.glob-sec .sec-head {
  margin-bottom: 50px;
  font-family: "MESSINASANS";
}
.glob-sec .sec-head h2 {
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  color: #bb8c2b;
  position: relative;
  z-index: 9;
  line-height: 60px;
}
.glob-sec .sec-head .blur-head {
  font-size: 10em;
  font-weight: 700;
  position: absolute;
  top: 0px;
  z-index: 1;
  right: 1em;
  opacity: 0.1;
  color: #a0a0a0;
}
.glob-sec .sec-head .blur-head.nri-h {
  top: -60px;
}
.glob-sec .sec-head.left h2 {
  text-align: left;
}

/*-- contact form ---------------*/
.footer-form input,
.footer-form input:focus,
.footer-form select,
.footer-form select:focus {
  height: 50px;
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222222;
  border: none;
  box-shadow: none;
  letter-spacing: 1px;
  text-transform: inherit;
  background: transparent;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
  color: #909090;
}

.form-tittle {
  color: darkgrey;
}

.footer-form .input-group-addon {
  background: transparent;
  color: #616161;
  border: none;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

.footer-form textarea {
  border: none;
  resize: none;
  box-shadow: none;
  letter-spacing: 1px;
  background: transparent;
  text-transform: inherit;
}

.footer-form .form-group {
  height: 50px;
  margin-bottom: 25px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.footer-form .input-group {
  border-bottom: 1px solid #616161;
  display: flex;
}

.form-sec {
  padding: 0px 30px;
}

.letters {
  font-size: 32px;
  margin: 15px;
  line-height: 60px;
}

/*----------Modal Design-------*/
.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  border-radius: 0px;
  background: #000000b0;
}

.modal-body {
  background-size: cover;
  padding: 30px;
}

.modal-body .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  opacity: 1;
  outline: none;
}

.modal.fade .modal-dialog {
  transform: scale(0);
}

.modal.in .modal-dialog {
  transform: scale(1);
}

.modal-body .close span {
  height: 30px;
  width: 30px;
  display: block;
  font-size: 26px;
}

.modal-body h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.modal-body p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.modal-body img {
  height: 310px;
  width: 100%;
  margin: 0px auto 30px;
  display: block;
  position: relative;
  top: 0px;
  padding: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

/*---modal form--*/
.modal-body form input,
.modal-body form input:focus,
.modal-body form select,
.modal-body form select:focus {
  height: 40px;
  border: none;
  width: 100%;
  box-shadow: none;
  background: #fff0;
  margin-bottom: 0;
  padding-left: 10px;
  box-shadow: none;
  border-radius: 0 7px 7px 0 !important;
  color: #fff;
  border-left: none;
  text-transform: initial;
  letter-spacing: 3px;
  font-size: 13px;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: #fff;
}

.modal-body form .input-group-addon {
  background: #fff0;
  color: #37a692;
  border: none;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.pop-btn {
  background-color: #bb8c2b !important;
  width: 180px;
  display: block !important;
  margin: 0 auto !important;
  margin-left: calc(50% - 90px);
  margin-top: 0px !important;
  padding: 8px 0 !important;
}

.input-group {
  position: relative;
  display: table;
  border-bottom: 1px solid #616161;
}

#main-modal .modal-body {
  padding: 0px;
}

#main-form {
  padding: 0px 30px 30px;
}

/*-----------Modal End --------*/
input[type=checkbox],
input[type=radio] {
  width: initial !important;
  height: initial !important;
  margin-top: 2px;
}

.bannerlogo {
  position: absolute;
  top: 160px;
  right: 10px;
  z-index: 9;
  width: 110px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

/*---mobile fix footer----*/
.fixed-footer-cust {
  background: #3c3c3c;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  z-index: 99;
  bottom: -42px;
  transition: ease all 0.5s;
}

.fixed-footer-cust.ctaShow {
  bottom: 0;
  transition: ease all 0.5s;
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
}

.fix-link {
  color: #fff !important;
  font-size: 14px;
}

.div-line {
  border-right: 1px solid #fff;
}

.free-call:hover {
  color: #FFFFFF;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
}

.i-am:hover,
.i-am:focus {
  background: transparent !important;
}

/*****************button***************************/
.btn {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 20px;
  margin: 50px 0px 0px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  font-family: "MESSINASANS";
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.btn:focus, .btn:hover {
  color: #fff;
  background-color: #37a692;
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
}
.btn:before, .btn:after {
  content: "";
  background-color: #999;
  height: 100%;
  width: 100%;
  transform: rotate(25deg);
  position: absolute;
  left: -60%;
  top: 60%;
  transition: all 0.5s ease 0s;
}
.btn:after {
  left: 60%;
  top: -60%;
}
.btn:focus:before, .btn:hover:before {
  background-color: #087d68;
  left: 60%;
  top: -60%;
}
.btn:focus:after, .btn:hover:after {
  background-color: #087d68;
  left: -60%;
  top: 60%;
}

.blk-btn {
  color: #fff;
  background-color: #000;
  margin: 10px 15px;
}

/*----------------Menu bar---------------------------*/
/**********ul.toogle*********/
/******Sidebar******/
.menubar {
  -webkit-transition: all 1s -0.25s ease-out;
  -moz-transition: all 1s -0.25s ease-out;
  -o-transition: all 1s -0.25s ease-out;
  -ms-transition: all 1s -0.25s ease-out;
  transition: all 1s -0.25s ease-out;
  height: 0;
}

.logo-wrapper {
  position: fixed;
  z-index: 1;
  top: 1%;
  left: 5%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.logo {
      width: 114px;
    margin-top: 5px;
}

.menucolor {
  background-color: #000000d1;
      /* background-color: #00000085; */
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  height: 130px;
  width: 100%;
  z-index: 999;
  display: block;
  position: fixed; 
}

.menubar ul.toggle {
  position: fixed;
  z-index: 5;
  top: 7%;
  right: 5%;
  width: 50px;
  height: 35px;
  cursor: pointer;
}
.menubar ul.toggle li {
  position: absolute;
  left: 5%;
  transform: translateY(-50%);
  height: 3px;
  width: 70%;
  list-style: none;
  background: #fff;
  transition: 0.9s;
}
.menubar ul.toggle li:nth-of-type(1) {
  top: 20%;
}
.menubar ul.toggle li:nth-of-type(2) {
  top: 50%;
}
.menubar ul.toggle li:nth-of-type(3) {
  top: 80%;
}
.menubar ul.toggle.active li:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.menubar ul.toggle.active li:nth-of-type(2) {
  left: -100%;
  opacity: 0;
}
.menubar ul.toggle.active li:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.menubar .sidebar {
  position: fixed;
  top: 0;
  left: -350px;
  background: #262626;
  width: 350px;
  height: 100vh;
  box-sizing: border-box;
  padding: 50px 40px;
  overflow: auto;
  text-align: center;
  transition: 0.9s;
  z-index: 4;
}
.menubar .sidebar img {
  position: relative;
  width: 200px;
}
.menubar .sidebar ul.menu {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.menubar .sidebar ul.menu li {
  list-style: none;
}
.menubar .sidebar ul.menu li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 16px;
  transition: all ease-out 1s 0.25s;
}
.menubar .sidebar ul.menu li:hover a {
  transform: scale(0.9);
  background: #39aa96;
  width: 90%;
  transition: all ease-out 1s 0.25s;
}
.menubar .sidebar ul.social-icon {
  position: relative;
  margin-top: 20%;
  width: 100%;
  /* height: 55px; */
}
.menubar .sidebar ul.social-icon li {
  list-style: none;
  width: 25%;
  height: 100%;
  float: left;
}
.menubar .sidebar ul.social-icon li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  transition: all ease 1s;
}
.menubar .sidebar ul.social-icon li img {
  width: 35px;
  margin: 0 auto;
  padding: 0px;
}
.menubar .sidebar ul.social-icon li:hover a {
  transform: scale(1.2);
  transition: all ease 0.3s;
}
.menubar .sidebar ul.social-icon a .fa {
  line-height: 55px;
}
.menubar .sidebar.active {
  left: 0;
}

.submenu li {
  line-height: 10px;
}
.submenu a {
  font-size: 14px !important;
}

.panel-group {
  margin-bottom: 0px;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  background-color: unset;
}
#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  background-color: unset;
}
#accordion .panel:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border: 1px dashed #6e8898;
  position: absolute;
  top: 25px;
  left: 18px;
}
#accordion .panel:last-child:before {
  display: none;
}
#accordion .panel-title a {
  display: block;
  /* padding: 10px 30px 10px 60px; */
  margin: 0;
  /* background: #fff; */
  font-size: 16px;
  width: 100%;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 0;
  position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a .panel-title a.collapsed:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 85%;
  line-height: 39px;
  background: #6b6c6e;
  border: 1px solid #fff;
  border-radius: 0px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title .collapsed:before {
  content: "\f103";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  height: 60%;
  line-height: 40px;
  background: #6b6c6e;
  border: 1px solid #fff;
  border-radius: 0px;
  font-size: 20px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title .collapsed:before:hover {
  width: 40px;
  height: 100%;
}
#accordion .panel-title .collapsed:before {
  content: "\f105";
  background: #6b6c6e;
  border: 1px solid #fff;
  color: #fff;
  line-height: 25px;
}
#accordion .panel-body {
  padding: 0px;
  /* margin-left: 40px; */
  /* background: #fff; */
  border-top: none;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
}

/*---mobile fix footer----*/
.readmore {
  color: #bb8c2b !important;
  font-weight: 600;
  text-decoration: none !important;
  outline: none !important;
}

.readmore:focus {
  text-decoration: none !important;
}

.readmore i:before {
  content: "\f146" !important;
}

.readmore.collapsed i:before {
  content: "\f0fe" !important;
}

.cust-onav .owl-nav {
  margin-top: 40px;
}
.cust-onav .owl-nav i {
  color: #bb8c2b;
}
.cust-onav .owl-nav button {
  color: #333 !important;
  outline: none !important;
  background: transparent !important;
}

.owl-carousel .owl-item .item {
  padding: 1px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: unset;
  color: #000;
  text-decoration: none;
}

.sec-download {
  padding: 40px 0 80px;
  background: #ededed;
}
.sec-download .download-profile {
  margin: 0 !important;
  width: 100% !important;
  position: relative !important;
  z-index: 9 !important;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #36a490;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: capitalize;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  text-transform: capitalize;
}

.go-home {
  color: #222;
  font-size: 19px;
  padding: 10px;
  width: 268px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
  line-height: 20px;
  letter-spacing: 2px;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #ffffff;
  background: #37a490;
  border-radius: 25px;
}

.oops-greet {
  color: #222;
  font-size: 25px;
  margin-bottom: 15px;
}

#pageloader {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 100px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

.padding {
  padding: 90px 0px;
}

/**************About Section*---------------------*/
.hero-image1 {
  width: 100%;
}

.about-img {
  width: 100%;
}

#section1 {
  background-image: url("../images/bg.jpg");
  background-size: cover;
}

.map-img {
  width: 100%;
}

.about-img-main {
  box-shadow: 0px 0px 8px 0px;
  position: relative;
  right: 20%;
  background: #fff;
  padding: 35px;
}

.box-head {
  text-align: center;
  font-size: 30px;
  margin: 30px 0px;
  line-height:30px;
  color: #000;
  text-transform: capitalize;
}

.mid-head {
  text-align: initial;
  font-size: 40px;
    line-height: 40px;
    color: #000;
    text-transform: capitalize;
}

#carousel-example-generic .item.active {
  display: flex;
  align-items: flex-end;
}
#carousel-example-generic .item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#carousel-example-generic .item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#carousel-example-generic .item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

#mid-sec p {
  font-size: 16px;
  line-height: 30px;
}

.header-content {
  padding: 5px 60px;
  position: absolute;
  overflow: hidden;
  display: block;
  font-family: "IVYMODE";
}
.header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.header-content h1 {
  font-size: 70px;
  margin: 0px 0 100px;
  word-spacing: 3px;
  line-height: 85px;
  color: #fff;
}
.header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.hero-treatment {
  color: white;
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero-treatment .hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-treatment .parallax {
  position: fixed;
  top: 40%;
  left: 0;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: 100%;
}

.reveal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.carousel-control.left {
  background-image: unset !important;
}
.carousel-control.right {
  background-image: unset !important;
}

/**************Discover Section*---------------------*/
.discover-img-main {
  width: 100%;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 8px 0px;
  box-shadow: 0px 0px 8px 0px;
  position: relative;
  right: 35%;
  background: #fff;
  padding: 30px;
}
.discover-img-main p {
  font-size: 16px;
  line-height: 25px;
}

.dic-head {
  text-align: center;
  font-size: 50px;
  margin: 0px 0px 50px;
  color: #000;
}

.disup-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 13%;
  margin: 0px 0px;
}

.disup-img img {
  margin: 0 auto;
  width: 100%;
  /* position: relative; */
  /* height: 500px; */
  margin: 15px;
  display: block;
}

#section2 {
  background-image: url("../images/bg.jpg");
  background-size: cover;
}

#section2 .owl-carousel .owl-item {
  right: 50px;
}

#section2 .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  top: -70px;
  position: absolute;
  display: inline;
  left: 10%;
}
#section2 .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 3px;
  background: #fff;
  border: 1px solid;
  transition: all 1s -0.25s ease-out;
}
#section2 .owl-theme .owl-dots .owl-dot.active span {
  height: 8px;
  background: #fff;
  width: 23px;
  margin: 5px 0px;
  border: 1px solid;
  transition: all 1s -0.25s ease-out;
}
#section2 .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  top: -85px;
  position: absolute;
  font-size: 40px;
  display: inline;
  display: block;
  margin: 0 auto;
  right: 10%;
}

.discover-img {
  margin: 50px 0;
  padding: 0 40px 0px 30px;
}

/***************bleesed******------------------*/
#section3 .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  top: -40px;
  position: relative;
  display: inline;
  left: 35%;
}
#section3 .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 3px;
  background: #fff;
  border: 1px solid;
  transition: all 1s -0.25s ease-out;
}
#section3 .owl-theme .owl-dots .owl-dot.active span {
  height: 8px;
  background: #fff;
  width: 23px;
  margin: 5px 0px;
  border: 1px solid;
  transition: all 1s -0.25s ease-out;
}
#section3 .owl-theme .owl-nav {
  -webkit-tap-highlight-color: #0000;
  top: -10px;
  position: relative;
  font-size: 40px;
  display: inline;
  display: block;
  /* margin: 0 auto; */
  right: 0px;
  transform: translate(45%, 0px);
}

/***********************footer*************************/
.foot-sec {
  padding: 0px 30px;
  background: #000;
}

.interested-btn {
  background-color: #fff;
  width: 50%;
  color: #292828;
  padding: 8px;
  margin: 50px 0px 0px;
}

.footer-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.footer-sec .footlogo {
  width: 80%;
  /* margin: 0 auto; */
  padding: 90px 90px;
  background: #fff;
}

.foot-sec {
  font-family: "IVYMODE";
}
.foot-sec h3 {
  font-size: 26px;
  color: #fff;
  margin: 20px 0px;
}
.foot-sec p {
  color: #fff;
  font-size: 14px;
  margin: 20px 0px;
  display: flex;
}
.foot-sec p i {
  display: list-item;
  list-style-type: none;
  margin: 0px 0px;
  line-height: 22px;
  font-size: 20px;
  border: 1px solid #000;
  /* background: #0000002b; */
  border-radius: 60px;
  padding: 0px 10px 0px 0px;
  color: #fff;
}
.foot-sec .fsocial-icon {
  display: flex;
}
.foot-sec .fsocial-icon li {
  margin: 15px 15px 0px 0px;
  transition: all ease 1s;
}
.foot-sec .fsocial-icon li img {
  width: 25px;
  margin: 0 auto;
  padding: 0px;
}
.foot-sec .fsocial-icon li:hover {
  transform: scale(1.2);
  transition: all ease 0.3s;
}
.foot-sec .icon {
  margin: 25px 0px;
}
.foot-sec .icon a {
  color: #fff;
}
.foot-sec .icon a i {
  line-height: 15px;
  font-size: 14px;
  border: 1px solid;
  /* background: #0000002b; */
  border-radius: 60px;
  padding: 7px;
  height: 30px;
  color: #fff;
  width: 30px;
}
.foot-sec .fmenu {
  margin: 0px 0px 30px;
}
.foot-sec .fmenu li {
  margin: 15px 0px;
  margin: 10px 0px;
}
.foot-sec .fmenu li a {
  color: #fff;
}

/***********************Contact Page*************************/
.con-ban {
  background-image: url(../images/contact/banner.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  min-height: 400px;
  background-size: cover;
}
.con-ban h1 {
  color: #fff;
  font-size: 70px;
  text-align: center;
}

#contsec {
  background-image: url("../images/bg.jpg");
  background-size: cover;
}

.con-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-sec {
  padding: 20px 150px;
}
.dis-sec img {
  width: 35px;
  vertical-align: baseline;
  margin: -7px 0px;
}
.dis-sec p {
  font-size: 16px;
  color: #000;
  margin: 20px 0px;
  line-height: 38px;
  display: block;
}
.dis-sec h2 {
  font-size: 34px;
  margin: 70px 0px 0px;
  font-weight: 900;
}
.dis-sec h3 {
  font-size: 28px;
  font-weight: 900;
}

.rera-sec {
  padding: 20px 150px;
}
.rera-sec img {
  width: 35px;
  vertical-align: baseline;
  margin: -7px 0px;
}
.rera-sec p {
  font-size: 16px;
  color: #000;
  margin: 20px 0px;
  display: -webkit-box;
  line-height: 38px;
  display: -ms-flexbox;
  display: inline;
}

.info-sec {
  padding: 0px 150px;
}
.info-sec h3 {
  font-size: 26px;
  color: #000;
  margin: 20px 0px;
}
.info-sec p {
  color: #000;
  font-size: 14px;
  margin: 20px 0px;
  display: flex;
}
.info-sec p i {
  display: list-item;
  list-style-type: none;
  margin: 0px 0px;
  line-height: 22px;
  font-size: 20px;
  border: 1px solid #fff;
  /* background: #0000002b; */
  border-radius: 60px;
  padding: 0px 10px 0px 0px;
  color: #000;
}
.info-sec .fsocial-icon {
  display: flex;
}
.info-sec .fsocial-icon li {
  margin: 40px 15px 0px 0px;
  transition: all ease 1s;
}
.info-sec .fsocial-icon li img {
  width: 25px;
  margin: 0 auto;
  padding: 0px;
}
.info-sec .fsocial-icon li:hover {
  transform: scale(1.2);
  transition: all ease 0.3s;
}
.info-sec .icon a {
  color: #000;
}
.info-sec .icon a i {
  line-height: 15px;
  font-size: 14px;
  border: 1px solid;
  /* background: #0000002b; */
  border-radius: 60px;
  padding: 7px;
  height: 30px;
  color: #000;
  width: 30px;
}
.info-sec .fmenu li {
  margin: 10px 0px;
}
.info-sec .fmenu li a {
  color: #000;
}

/*******************media Gllery********************************/
.pop-vid {
  width: 100%;
  height: 800px;
}

.media-ban {
  background-image: url(../images/media/banner.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  min-height: 400px;
  background-size: cover;
}
.media-ban h1 {
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.overlay {
  background-color: #0000008a;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  background: linear-gradient(#0000, #000, #000);
  overflow: hidden;
  position: relative;
  margin: 20px 0px 0px;
}
.box:before {
  content: "";
  background: #fff;
  height: 30px;
  width: 0;
  border-radius: 0 50px 50px 0;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 70px;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.box:hover:before {
  width: 3px;
  opacity: 0.9;
}
.box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box:hover img {
  opacity: 0.4;
}
.box .box-content {
  color: #fff;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 35px;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.box:hover .box-content {
  opacity: 1;
  bottom: 25px;
}
.box .title {
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  font-family: "IVYMODE";
  font-weight: 800;
  letter-spacing: 1px;
}
.box .post {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: all 0.3s ease 0.3s;
}
.box:hover .icon {
  opacity: 1;
  bottom: 22px;
}
.box .icon li {
  margin: 0 3px;
  display: inline-block;
}
.box .icon li p {
  color: #fff;
  /* background-color: #fff; */
  font-size: 12px;
  text-align: center;
  position: unset;
  line-height: 3px;
  border: 3px outset;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.1s ease 0s;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* -webkit-box-shadow: inset -2px 0 0 2px #fff; */
  /* box-shadow: inset -2px 0 1px 2px #fff; */
  -webkit-animation: rotate 1.5s linear infinite;
  animation: rotate 5s linear infinite;
}
.box .icon li .fas {
  position: absolute;
  transform: translateX(-5px);
  font-size: 25px;
  color: #fff;
  line-height: 30px;
  -webkit-animation: shake 5s linear infinite;
  animation: shake 3s linear infinite;
}
.box .icon li p:hover {
  color: #fff;
  background-color: #33333359;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  0% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
/*************************LocTION Advantage****************************************/
.locMap-container {
  height: 100%;
  height: 0px;
  min-height: 600px;
}

.location-wrapper {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location-wrapper h1 {
  position: absolute;
  top: 60px;
  left: 280px;
  font-size: 3.6em;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 2;
}

.locwrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.neighbourhood ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.neighbourhood ul li {
  padding: 5px 20px;
  /* background: #000; */
  color: #120f0f;
  font-size: 2em;
  text-transform: uppercase;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 1px 0;
}
.neighbourhood ul li ul.inner {
  padding-left: 50px;
  overflow: hidden;
  display: none;
}
.neighbourhood ul li ul.inner li {
  font-size: 14px;
  padding: 0px 20px;
  margin: 10px 5px;
  line-height: 20px;
  cursor: pointer;
  border-left: 2px solid #359e88;
  list-style-type: none;
}
.neighbourhood ul li ul.inner li.active {
  font-weight: 700;
  color: #37a692;
}
.neighbourhood ul li:first-child {
  margin-top: 10px;
}
.neighbourhood ul li img,
.neighbourhood ul li span {
  display: inline-block;
  vertical-align: middle;
}
.neighbourhood ul li a {
  display: block;
  display: block;
  padding: 10px 10px;
  margin: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #37a692;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
.neighbourhood ul li img {
  margin-right: 10px;
  display: inline-block;
  padding: 0px 15px 0px 0px;
  /* width: 55px; */
  height: 100%;
  border-right: 2px solid #37a692;
  font-size: 20px;
  color: #000000b3;
  line-height: 50px;
  text-align: center;
  /* position: absolute; */
  top: 0;
  left: 0;
}

/*********************showcase page***************************************************/
.tab {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 5px 5px;
  position: relative;
  width: calc(50% - 4px);
}
.tabs a {
  font-size: 20px;
  /* background-color: #eff0f2; */
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 5px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 3px solid #37a692;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}
.tabs_item h4 {
  font-weight: bold;
  color: #37a692;
  font-size: 20px;
}
.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #37a692;
}

/******************amenities**************************************************/
.social-btns {
  margin: auto;
  font-size: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .amebox {
  display: inline-block;
  background-color: #fff;
  width: 100px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 1px 5px 15px 1px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
}
.social-btns .amebox:before,
.social-btns .amebox i {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .amebox:before {
  top: 90%;
  left: -110%;
}
.social-btns .amebox i {
  transform: scale(0.8);
}
.social-btns .amebox:before {
  background-color: #37a692;
}
.social-btns .amebox i {
  color: #37a692;
}
.social-btns .amebox:focus:before, .social-btns .amebox:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .amebox:focus i, .social-btns .amebox:hover i {
  color: #fff;
  transform: scale(1);
}
.social-btns .amebox:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}
.social-btns .amebox i {
  font-size: 70px;
  /* vertical-align: middle; */
  display: block;
  line-height: 95px;
}
.social-btns .ame-tit {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  height: 25px;
  margin: 20px 0px 30px;
  font-family: "MESSINASANS";
}
.social-btns .ame-tit:after {
  content: " ";
  border-left: 4px dashed #37a692;
  right: -5%;
  height: 35%;
  bottom: 0px;
  position: absolute;
}
.social-btns .ame-tit1 {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  margin: 20px 0px 30px;
  line-height: 28px;
}
.social-btns .ame-tit1:after {
  content: " ";
  border-left: none;
}

.ame-head {
  text-align: center;
  font-size: 50px;
  margin: 90px;
  color: #37a692;
  font-family: "IVYMODE";
}

.main_investors_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.main_investors_grid .investors_wrap {
  border: 1px solid #e8e8e8;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.main_investors_grid .investors_wrap a {
  text-decoration: none;
  color: #222222 !important;
}
.main_investors_grid .investors_wrap a .investors_inner {
  padding: 40px 10px;
}
.main_investors_grid .investors_wrap a .investors_inner img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.main_investors_grid .investors_wrap a .investors_inner h3 {
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
}

/**************************HD resolution code************************/
@media (min-width: 1920px) and (max-width: 2560px) {
  .cust-container {
    max-width: 1800px;
  }

  .discover-img {
    margin: 70px 0;
    padding: 0 40px 0px 30px;
    width: 90%;
    left: 5%;
    position: relative;
  }

  .discover-img-main {
    width: 80%;
    padding: 70px;
  }
  .discover-img-main p {
    font-size: 20px;
    line-height: 25px;
  }

  #section2 .owl-carousel .owl-item {
    right: 100px;
  }

  #mid-sec p {
    font-size: 24px;
  }

  .foot-sec p {
    font-size: 18px;
    line-height: 36px;
  }

  .foot-sec .fmenu li {
    margin: 20px 0px;
  }

  .blk-btn {
    color: #fff;
    background-color: #000;
    margin: 40px 15px;
    font-size: 16px;
  }

  .about-img-main {
    padding: 85px;
  }

  .info-sec {
    padding: 0px 220px;
  }

  .info-sec p {
    font-size: 18px;
  }

  .info-sec .icon a {
    font-size: 18px;
  }

  .rera-sec {
    padding: 20px 150px;
  }
  .rera-sec img {
    width: 35px;
    vertical-align: baseline;
    margin: -7px 0px;
  }
  .rera-sec p {
    font-size: 22px;
  }

  .dis-sec {
    padding: 20px 150px;
  }
  .dis-sec img {
    width: 35px;
    vertical-align: baseline;
    margin: -7px 0px;
  }
  .dis-sec p {
    font-size: 22px;
  }
  .dis-sec h2 {
    font-size: 34px;
  }
  .dis-sec h3 {
    font-size: 28px;
  }

  .foot-sec p i {
    line-height: 33px;
    font-size: 28px;
  }

  .form-control {
    font-size: 20px;
  }

  .form-tittle {
    margin: 30px 0px;
  }

  .blk-btn {
    margin: 40px 15px;
  }

  .box .title {
    font-size: 18px;
  }

  .social-btns .amebox {
    width: 150px;
    height: 150px;
  }
  .social-btns .amebox i {
    font-size: 95px;
    /* vertical-align: middle; */
    display: block;
    line-height: 140px;
  }
  .social-btns .ame-tit {
    font-size: 22px;
    line-height: 33px;
  }
  .social-btns .ame-tit:after {
    content: " ";
    bottom: 0px;
    position: absolute;
  }
  .social-btns .ame-tit1 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .about-sec {
    display: inline-grid;
  }

  .about-img-main {
    right: 0;
  }

  .discover-img-main {
    width: 100%;
    right: 0;
  }

  .location-wrapper {
    display: block;
  }

  .con-ban h1 {
    font-size: 40px;
  }

  #section2 .owl-carousel .owl-item {
    right: 0px;
  }

  #section2 .owl-theme .owl-dots {
    top: -20px;
    left: 10%;
  }
  #section2 .owl-theme .owl-nav {
    font-size: 26px;
    right: 10%;
    top: -30px;
  }

  .discover-img {
    margin: 30px 0 0px;
    padding: 0px;
  }

  .contact-sec {
    display: block;
  }

  .footer-sec {
    display: block;
  }

  #section3 .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    top: -40px;
    position: relative;
    display: inline;
    left: 5%;
  }
  #section3 .owl-theme .owl-nav {
    transform: translate(35%, 0px);
    font-size: 30px;
  }

  .disup-img {
    left: 0%;
  }

  .rera-sec {
    padding: 20px 30px;
  }

  .dis-sec {
    padding: 20px 30px;
  }

  .footer-sec .footlogo {
    width: 100%;
  }

  .interested-btn {
    margin: 10px 0px;
  }

  .con-sec {
    display: block;
  }

  .info-sec {
    padding: 35px 50px;
  }

  .dic-head {
    line-height: 50px;
    font-size: 42px;
    margin: 40px 20px;
  }

  .header-content {
    padding: 24px;
    line-height: 50px;
  }
  .header-content h1 {
    font-size: 34px;
    line-height: 50px;
    margin: 30px 0px;
  }

  .box-head {
    font-size: 34px;
    line-height: 40px;
    margin: 15px 0px;
  }

  .mid-head {
    font-size: 34px;
    line-height: 40px;
    margin: 15px 0px;
    text-align: center;
  }

  .btn {
    margin: 10px 0px 30px;
  }

  .neighbourhood ul li {
    padding: 0px;
    margin: 10px 0;
  }

  .social-btns .ame-tit:after {
    border: none;
  }

  .media-ban h1 {
    font-size: 44px;
  }

  .ame-head {
    font-size: 50px;
    line-height: 70px;
    margin: 40px;
  }

  .main_investors_grid {
    grid-template-columns: 1fr;
  }
}

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