@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  color: #555;
  overflow-x: hidden;
}

.cust-border-l {
  position: relative;
  height: 100%;
}

.cust-border-l::after {
  content: "";
  position: absolute;
  left: -23%;
  width: 1px;
  top: 10%;
  height: 94%;
  background-color: #ccc;
}

.color-gray {
  color: #555;
}

.clear {
  clear: both;
}

.testimonial .owl-nav {
  position: relative;
  pointer-events: none;
  display: flex;
  justify-content: left;
  margin: 3rem 0 0;
}

.brbt {
  position: relative;
}

.brbt::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 66%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000;
}

.brbt.brbtleft {
  position: relative;
}

.brbt.brbtleft::before {
  left: 0%;
  right: unset;
}

h1,
.headtitle {
  font-size: 65px;
}


@media screen and (max-width: 1500px) {

  h1,
  .headtitle {
    font-size: 60px;
  }

}

@media screen and (max-width: 1366px) {

  h1,
  .headtitle {}
}

@media screen and (max-width: 1152px) {

  h1,
  .headtitle {
    font-size: 45px;
  }

  .project06 {
    padding: 6rem 0 !important;
  }
}

@media screen and (max-width: 1024px) {

  h1,
  .headtitle {
    font-size: 45px;
  }

  .project06 {
    padding: 6rem 0 !important;
  }
}

@media screen and (max-width: 768px) {

  h1,
  .headtitle {
    font-size: 30px;
  }
}

h1.secondary-title {
  font-size: 30px;
}

@media screen and (max-width: 1440px) {
  h1.secondary-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1366px) {
  h1.secondary-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  h1.secondary-title {
    font-size: 20px;
  }
}

.colormain {
  color: #9f811b;
}

h2 {
  color: #37346b;
  font-size: 1.6rem;
}

@media screen and (max-width: 1500px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  font-size: 26px;
}

h3 a {
  color: #fff;
}

h3 a:hover {
  color: #999;
}

@media screen and (max-width: 1500px) {
  h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1300px) {
  h3 {
    font-size: 15px;
  }
}

h4 {
  font-size: 24px;
}

@media screen and (max-width: 1500px) {
  h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1300px) {
  h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  h5 {
    font-size: 14px;
  }
}

p {
  font-size: 15px;
  color: #555;
}

@media screen and (max-width: 1600px) {
  p {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1366px) {
  p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1024px) {
  p {
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

ul {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 1600px) {
  ul {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1500px) {
  ul {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  ul {
    font-size: 14px;
    line-height: 22px;
  }
}

.title-nexabook {
  font-family: 'Lato', sans-serif;
}

.title-nexalight {}

.title-nexabold {}

.text-dark-pink {
  color: #992f4b !important;
}

body {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}

.container {
  max-width: 85%;
}

.container.container2 {
  max-width: 95%;
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 95%;
  }
}

@media screen and (max-width: 600px) {
  .container {
    max-width: 100%;
  }
}

.container-small {
  max-width: 62.66%;
}

@media screen and (max-width: 1600px) {
  .container-small {
    max-width: 68.66%;
  }
}

@media screen and (max-width: 1500px) {
  .container-small {
    max-width: 78.66%;
  }
}

@media screen and (max-width: 1400px) {
  .container-small {
    max-width: 84.66%;
  }
}

@media screen and (max-width: 768px) {
  .container-small {
    max-width: 90%;
    overflow: hidden;
  }
}

@media screen and (max-width: 500px) {
  .container-small {
    max-width: 94%;
  }
}

.headerbt {
  font-size: 18px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 10px 0;
}

@media screen and (max-width: 500px) {
  .headerbt {
    padding: 0 0 10px;
  }
}

.headerbt:focus {
  outline: 0;
  border: 0;
}

.headerbt .fa-bars {
  color: #545454;
}

.custom-close {
  background: #fff;
}

.submit:hover {
  background-position: 150px;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

header .navbar {
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.4% 0;
  z-index: 999;
  transition: all 0.6s ease;
  background: #2b184a
}

@media screen and (max-width: 500px) {
  header .navbar.navbar-expand-lg>.container {
    padding: 0 10px !important;
  }
}

header .navbar .container {
  position: relative;
}

@media screen and (max-width: 999px) {
  header .navbar {
    padding: 0 0;
  }

  .project03 h2 {
    text-align: center;
  }
}

@media screen and (max-width: 1600px) {
  header .navbar .navbar-brand {}
}

@media screen and (max-width: 1300px) {
  header .navbar .navbar-brand {}

  .project06 p {}
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 235px;
    position: relative;
    padding: 0 0 1rem 12px;
  }
}

@media screen and (max-width: 500px) {
  header .navbar .navbar-brand {
    position: relative;
    padding: 0.5rem 0 0.5rem;
  }
}

@media screen and (max-width: 500px) {
  header .navbar .navbar-toggler {
    margin: 0 0 0;
  }
}

header .navbar .navbar-nav {
  transition: all 0.6s ease;
  margin: 0% 0% 0 !important;
  position: absolute;
  top: 35%;
  right: 0%;
  display: flex;
  align-items: center;
}
.header-button {
  transition: all 0.6s ease;
  display: inline;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    margin-top: 3rem;
    text-align: center;
    margin-right: auto !important;
    position: static;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  header .navbar .navbar-nav {
    margin-top: 0rem;
  }
}

header .navbar .navbar-nav .nav-item .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 16px;
  color: #fff;
  transition: all 0.6s ease;
  position: relative;
}

.line-last {
  border-right: 0px solid #fff !important;
}

.nav-link {
  padding: 0;
}

@media screen and (max-width: 1600px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }

}

@media screen and (max-width: 1300px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding-right: 0.6rem;
    color: #fff;
    padding-left: 0.6rem;
    padding: 0.6rem 0.6rem;
  }
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ccc;
  transition: all 0.4s ease;
}

header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ccc;
  transition: all 0.4s ease;
}

header .navbar .navbar-nav .nav-item .nav-link.active::after {
  transform: scaleX(1);
  transition: all 0.6s ease;
}

header .navbar.scrolled {
  position: fixed;
  padding: 0.4% 0;
  transition: all 0.6s ease;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 500px) {
  header .navbar.scrolled {
    padding: 10px 0;
  }

  header .navbar.scrolled .calltop {
    display: none;
    transition: all 1s ease;
  }

  header .navbar.scrolled .navbar-brand,
  header .navbar.scrolled .navbar-toggler {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  header .navbar.scrolled .navbar-brand {
    padding: 0;
  }
}

header .calltop {
  transition: all 1s ease;
  position: absolute;
  right: 2%;
  top: 25%;
  font-family: 'Lato', sans-serif;
  /*text-transform: uppercase;*/
  color: #fff;
  /*background: #273896;*/
  padding: 8px 17px;
  vertical-align: middle;
}

@media screen and (max-width: 999px) {
  header .calltop {
    top: 0px;
    padding: 0px 5px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 12%;
    width: 90px;
  }

  header .calltop img {
    width: 100%;
  }

  header .calltop p {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  header .calltop {
    text-align: center;
    right: 25%;
    margin: 20px 0;
  }
}

header .calltop p {
  margin-bottom: 0;
  color: #fff;
}

header .calltop a {
  text-decoration: none;
  color: #fff;
}

#home {}

.left_righ {
  position: relative;
  -webkit-animation: left_righ 1.8s forwards;
  animation: left_righ 1.8s forwards;
  overflow: hidden;
}

.righ_left {
  position: relative;
  -webkit-animation: righ_left 1.8s forwards;
  animation: righ_left 1.8s forwards;
}

main {
  margin-top: 0;
}

@media screen and (max-width: 1700px) {
  main {
    margin-top: 0;
  }
}

@media screen and (max-width: 1600px) {
  main {
    margin-top: 0;
  }
}

@media screen and (max-width: 1500px) {
  main {
    margin-top: 0;
  }
}

@media screen and (max-width: 1300px) {
  main {
    margin-top: 0;
  }
}

@media screen and (max-width: 999px) {
  main {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  main {
    margin-top: 0;
  }
}

.htmabt .content {
  padding-left: 5rem;
}

@media screen and (max-width: 999px) {
  .htmabt .content {
    padding-left: 0rem;
  }
}

.htmabt.abtpage {
  padding: 5rem 0;
  background: #e5ded5;
}

.htmabt.abtpage h2 {
  color: #9f811b;
}

.abtmissionvision {
  text-align: center;
  padding: 5rem 0;
  position: relative;
}

.abtdirectore {
  background: #e5ded5;
  padding: 5rem 0;
}

.abtdirectore h2 {
  color: #9f811b;
}

.hmsec02 .sub {
  margin-top: -22rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  .hmsec02 .sub {
    margin-top: -16rem;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .hmsec02 .sub {
    margin-top: 1.5rem;
  }
}

.hmsec02 .img {
  margin-top: 5rem;
}

.hmsec02 .img .d-flex {
  padding: 5rem 0;
  background: #e5ded5;
}

.hmsec02 .img .d-flex img:nth-child(1) {
  padding-right: 5px;
}

@media screen and (max-width: 999px) {
  .hmsec02 .img .d-flex {
    padding: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .hmsec02 .img .d-flex {
    padding: 2rem;
  }
}

.project02 {
  background-size: contain;
  background-position: bottom;
  background: #dac496 url(../images/bg.jpg) no-repeat fixed;
  padding: 5rem 0 0;
  width: 100%;
  float: left
}

.project02 h2 {
  font-size: 25px;
  font-weight: normal;
  color: #000;
  float: left;
  width: 100%;
}

.project02 h5 {
  margin-top: 1rem;
}

.intl-tel-input {
  position: relative;
}

.project01 {
  background-repeat: no-repeat;
  background: #fff;
  padding: 2% 0 5% 0px;
  background-position: center;
  float: left;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .project01 {
    padding: 5rem 0;
  }

  .project06 p {
    width: 100%;
  }
}

.project01 h2 {
  margin: 9% 0 10px;
  text-transform: uppercase;
}

.project01 ul li {
  margin-bottom: 10px;
}

.project06 p {
  width: 100%;
}

.project03 {
  padding: 5rem 0 0;
  width: 100%;
  float: left;
}

.project03 p {
  text-align: left;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 35px;
  width: 100%;
  padding: 0% 5%;
}

.project03 h2 {
  font-size: 55px;
  font-weight: 300;
  /* color: #000; */
  float: left;
  text-transform: uppercase;
  padding: 0 5%;
  width: 100%;
  display: block;
  margin: 0 0 20px;
  text-align: left;
}

.project03 ul {
  margin-top: 0rem;
  padding: 0 0 0 0px;
  margin: 0 auto 0px;
}

.project03 ul li {
  margin: 0 0 0 0;
  list-style: none;
  width: 14.2%;
}

header .logo {
  padding: 0 11rem;
}

@media screen and (max-width: 1700px) {
  header .logo {
    padding: 0 8rem;
  }
}

@media screen and (max-width: 1500px) {
  header .logo {
    padding: 0 5.7rem;
  }
}

@media screen and (max-width: 1300px) {
  header .logo {
    padding: 0 5.7rem;
  }
}

@media screen and (max-width: 999px) {
  header .logo {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  header .logo {
    padding: 0 1.5rem;
  }
}

.project04 {
  padding: 5rem 0;
  float: left;
  width: 100%;
}

.project04 h2 {
  color: #000;
  font-size: 14px;
}

.project04 h5 {
  margin-top: 1rem;
}

.project04 p {
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  font-size: 27px;
  text-align: left;
  background: #19275d;
  background: linear-gradient(to right, #19275d 0%, #77286a 20%, #b62873 100%);
  -webkit-background-clip: text;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
}

.project05 {
  margin: 0 0 100px 0;
  float: left;
  width: 100%;
  background: #262659;
}

.project06 {
  background: #611f5b;
  background: linear-gradient(to right, #611f5b 0%, #4f1d56 35%, #351a4d 100%);
  width: 100%;
  float: left;
  padding: 5rem 0;
}


.project06 p {
  line-height: normal;
  text-align: left;
  color: #fff;
  font-size: 25px;
  margin: 0 0 30px 0px;
  font-weight: 300;
}
.contact-form h3{
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.contact-form h3 a{
  color: #dac496;
  text-decoration: none;
}
.contact-form h3 a:hover{
  color: #fff;
  text-decoration: none;
}
.contact-form h3 img{
  width: 35px;
}
@media (max-width:767px){
  .buttom-form{
    margin-top: 50px !important;
  }
}

.project05 h2 {
  text-align: left;
  font-size: 12px;
  color: #000000;
  color: #000000;
  width: 100%;
  padding: 0% 0 20px 0;
  display: block;
}

.project05 h5 {
  margin-top: 1rem;
  text-align: center;
  font-size: 25px;
  color: #000000;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  margin: 10px auto !important;
  float: none;
  padding: 20px 0;
  font-weight: 300;
}

.hmsec03 {
  background: #f2f2f2;
  padding: 5rem 0;
}

.hmsec03 h2,
.hmsec03 p {
  text-align: center;
}

.hmtest {
  background: #e5ded5;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.hmtest::before {
  content: "";
  width: 7%;
  left: 24%;
  height: 100%;
  top: 0;
  background: #b4db4a;
  z-index: -1;
  position: absolute;
}

@media screen and (max-width: 500px) {
  .hmtest::before {
    content: unset;
  }
}

.banner {
  position: relative;
  margin-bottom: 5rem;
}

@media screen and (max-width: 1500px) {
  .banner {
    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 500px) {
  .banner {
    margin-bottom: 2rem;
  }
}

.banner .overlay {
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
}

.banner .mleft {
  margin-left: 19rem;
}

@media screen and (max-width: 1500px) {
  .banner .mleft {
    margin-left: 5rem;
  }
}

.banner .vidslider {
  margin-top: 6rem;
  position: relative;
  background: #3549c0;
  padding: 15px;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

@media screen and (max-width: 1500px) {
  .banner .vidslider {
    flex: 0 0 68.333333%;
    max-width: 68.333333%;
    margin-top: 3rem;
  }
}

.banner .vidslider video {
  width: 100% !important;
  height: 100% !important;
}

.banner .vidslider .carousel-indicators {
  position: absolute;
  left: -19%;
  right: unset;
  bottom: 10px;
  justify-content: start;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 1500px) {
  .banner .vidslider .carousel-indicators {
    left: -23%;
  }
}

.banner .vidslider .carousel-indicators li {
  text-indent: 0;
  width: 34px;
  height: 25px;
  background: transparent;
  border: 1px solid #3549c0;
  text-align: center;
  transition: all 0.5s ease;
}

.banner .vidslider .carousel-indicators li::before {
  content: none;
}

.banner .vidslider .carousel-indicators li::after {
  content: none;
}

.banner .vidslider .carousel-indicators li.active,
.banner .vidslider .carousel-indicators li:hover {
  background: #3549c0;
  color: #fff;
  transition: all 0.5s ease;
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item .mob-effect {
    padding-top: 6%;
    padding-bottom: 6% !important;
    background: #ffffff87;
  }
}

#Hm_banner #Hmslider .carousel-item .d-block {
  -webkit-animation: animationimg 6s forwards;
  animation: animationimg 6s forwards;
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item .d-block.w-100 {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: 90%;
    object-position: 90%;
  }
}

#Hm_banner #Hmslider .carousel-item .bg-2-art {
  position: absolute;
  top: 0%;
  left: 0;
}

@media screen and (max-width: 1440px) {
  #Hm_banner #Hmslider .carousel-item .bg-2-art img {
    max-width: 70%;
  }
}

@media screen and (max-width: 1366px) {
  #Hm_banner #Hmslider .carousel-item .bg-2-art img {
    max-width: 60%;
  }
}

#Hm_banner #Hmslider .carousel-item .overltxt {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  top: 30%;
}

@media screen and (max-width: 768px) {
  #Hm_banner #Hmslider .carousel-item .overltxt {
    top: 12%;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item .overltxt {
    top: 9%;
  }
}

@media screen and (max-width: 768px) {
  #Hm_banner #Hmslider .carousel-item .overltxt .left_righ {
    margin-bottom: 0;
  }
}

#Hm_banner #Hmslider .carousel-item .overltxt.sec2,
#Hm_banner #Hmslider .carousel-item .overltxt.sec3,
#Hm_banner #Hmslider .carousel-item .overltxt.sec4 {
  top: 40%;
}

@media screen and (max-width: 768px) {

  #Hm_banner #Hmslider .carousel-item .overltxt.sec2,
  #Hm_banner #Hmslider .carousel-item .overltxt.sec3,
  #Hm_banner #Hmslider .carousel-item .overltxt.sec4 {
    top: 28%;
  }
}

#Hm_banner #Hmslider .carousel-item .overltxt.sec2 p,
#Hm_banner #Hmslider .carousel-item .overltxt.sec3 p,
#Hm_banner #Hmslider .carousel-item .overltxt.sec4 p {
  font-size: 36px;
  line-height: 1.1;
}

@media screen and (max-width: 1440px) {

  #Hm_banner #Hmslider .carousel-item .overltxt.sec2 p,
  #Hm_banner #Hmslider .carousel-item .overltxt.sec3 p,
  #Hm_banner #Hmslider .carousel-item .overltxt.sec4 p {
    font-size: 28px;
  }
}

@media screen and (max-width: 1366px) {

  #Hm_banner #Hmslider .carousel-item .overltxt.sec2 p,
  #Hm_banner #Hmslider .carousel-item .overltxt.sec3 p,
  #Hm_banner #Hmslider .carousel-item .overltxt.sec4 p {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) {

  #Hm_banner #Hmslider .carousel-item .overltxt.sec2 p,
  #Hm_banner #Hmslider .carousel-item .overltxt.sec3 p,
  #Hm_banner #Hmslider .carousel-item .overltxt.sec4 p {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {

  #Hm_banner #Hmslider .carousel-item .overltxt.sec2 p,
  #Hm_banner #Hmslider .carousel-item .overltxt.sec3 p,
  #Hm_banner #Hmslider .carousel-item .overltxt.sec4 p {
    font-size: 15px;
    line-height: 1.3;
  }
}

#Hm_banner #Hmslider .carousel-item .overltxt h1 {
  color: #fff;
  font-size: 2.23rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 1700px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 1600px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1440px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1400px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 1.6rem;
    line-height: 32px;
  }
}

@media screen and (max-width: 1024px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 1.2rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 1.1rem;
    line-height: 22px;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item .overltxt h1 {
    font-size: 1rem;
    line-height: 18px;
  }
}

#Hm_banner #Hmslider .carousel-item .overltxt p {
  color: #666666;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 29px;
}

@media screen and (max-width: 1700px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1500px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1400px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1300px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: 0.9rem;
    line-height: 23px;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-item .overltxt p {
    font-size: 14px;
    line-height: 1.5;
    color: #262626;
  }
}

#Hm_banner #Hmslider .carousel-item .overltxt .text-main {}

#Hm_banner #Hmslider .carousel-control-next,
#Hm_banner #Hmslider .carousel-control-prev {
  width: 50px;
  height: 52px;
  opacity: 1;
  top: unset;
  transition: ease-out 0.3s;
}

@media screen and (max-width: 1300px) {

  #Hm_banner #Hmslider .carousel-control-next,
  #Hm_banner #Hmslider .carousel-control-prev {
    width: 44px;
    height: 46px;
  }
}

@media screen and (max-width: 500px) {

  #Hm_banner #Hmslider .carousel-control-next,
  #Hm_banner #Hmslider .carousel-control-prev {
    width: 36px;
    height: 36px;
  }
}

#Hm_banner #Hmslider .carousel-control-next:hover,
#Hm_banner #Hmslider .carousel-control-prev:hover {
  transform: scale(1.1);
}

#Hm_banner #Hmslider .carousel-control-prev {
  left: unset;
  right: 9.5%;
  background-size: 100%;
  bottom: 25%;
}

@media screen and (max-width: 1366px) {
  #Hm_banner #Hmslider .carousel-control-prev {
    right: 6%;
    bottom: 22%;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-control-prev {
    right: 2%;
    bottom: 2%;
  }
}

#Hm_banner #Hmslider .carousel-control-next {
  left: unset;
  right: 9.5%;
  background-size: 100%;
  bottom: 34%;
}

@media screen and (max-width: 1366px) {
  #Hm_banner #Hmslider .carousel-control-next {
    right: 6%;
  }
}

@media screen and (max-width: 500px) {
  #Hm_banner #Hmslider .carousel-control-next {
    right: 2%;
    bottom: 15%;
  }
}

#Hm_banner #Hmslider .carousel-control-next-icon,
#Hm_banner #Hmslider .carousel-control-prev-icon {
  width: auto;
  height: auto;
  background: unset;
}

.our-strength {
  color: #fff;
  padding: 3% 0;
}

@media screen and (max-width: 1024px) {
  .our-strength {
    padding: 5% 0;
  }
}

@media screen and (max-width: 500px) {
  .our-strength {
    padding: 9% 0;
  }
}

@media screen and (max-width: 768px) {
  .our-strength_item {
    flex: 0 0 33%;
  }
}

@media screen and (max-width: 500px) {
  .our-strength_item {
    flex: unset;
  }
}

@media screen and (max-width: 768px) {
  .our-strength_item img {
    max-width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .our-strength_item img {
    max-width: 60%;
  }
}

.our-strength p {
  font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 500px) {
  .our-strength p {
    font-size: 12px;
    line-height: 16px;
  }
}

.unique-fab {
  padding: 6% 0;
}

@media screen and (max-width: 1024px) {
  .unique-fab {
    padding: 8% 0;
  }
}

@media screen and (max-width: 500px) {
  .unique-fab {
    padding: 16% 0;
  }
}

.unique-fab .nav-tabs {
  border: none;
}

.unique-fab .nav-item .nav-link {
  border: none;
  position: relative;
  color: #67216b;
  font-size: 24px;
}

@media screen and (max-width: 1366px) {
  .unique-fab .nav-item .nav-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .unique-fab .nav-item .nav-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .unique-fab .nav-item .nav-link {
    font-size: 16px;
  }
}

.unique-fab .nav-item .nav-link::after {
  content: "";
  width: 85%;
  height: 5px;
  background: linear-gradient(to right, #722364, #de3c29);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0.1);
  transform-origin: left;
  transition: transform ease 0.3s;
}

.unique-fab .nav-item .nav-link:hover::after {
  transform: scaleX(0.4);
}

.unique-fab .nav-item .nav-link.active::after {
  transform: scaleX(1);
}

@media screen and (max-width: 500px) {
  .bg-hero {
    height: 185px;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(0.8);
  }
}

.hero-about {
  position: relative;
}

.hero-about [alt=hero-line] {
  margin-top: -0.7rem;
}

@media screen and (max-width: 1600px) {
  .hero-about [alt=hero-line] {
    margin-top: -0.8rem;
  }
}

@media screen and (max-width: 1280px) {
  .hero-about [alt=hero-line] {
    margin-top: -0.9rem;
  }
}

@media screen and (max-width: 1024px) {
  .hero-about [alt=hero-line] {
    margin-top: -1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .hero-about [alt=hero-line] {
    margin-top: -1.2rem;
  }
}

@media screen and (max-width: 500px) {
  .hero-about [alt=hero-line] {
    margin-top: -1.66rem;
    height: 10px;
  }
}

.hero-about__title {
  position: absolute;
  bottom: 23%;
  left: 13px;
}

@media screen and (max-width: 500px) {
  .hero-about__title {
    bottom: 15%;
  }
}

@media screen and (max-width: 500px) {
  .hero-about__title h1 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.abt-sec-2 {
  padding: 6% 0;
}

@media screen and (max-width: 500px) {
  .abt-sec-2 {
    padding: 9% 0;
  }
}

@media screen and (max-width: 500px) {
  .non-woven {
    padding: 9% 0;
  }
}

@media screen and (max-width: 1600px) {
  .non-woven__item {
    flex: 0 1 18%;
  }
}

@media screen and (max-width: 999px) {
  .non-woven__item {
    flex: 0 0 42%;
  }
}

@media screen and (max-width: 768px) {
  .non-woven__item {
    flex: 0 0 29%;
  }
}

@media screen and (max-width: 500px) {
  .non-woven__item {
    flex: 0 0 42%;
  }
}

@media screen and (max-width: 768px) {
  .non-woven__item:nth-child(4) {
    position: relative;
    left: 55px;
  }
}

@media screen and (max-width: 500px) {
  .non-woven__item:nth-child(4) {
    position: unset;
    left: unset;
  }
}

@media screen and (max-width: 768px) {
  .non-woven__item:nth-child(5) {
    position: relative;
    right: 55px;
  }
}

@media screen and (max-width: 500px) {
  .non-woven__item:nth-child(5) {
    flex-basis: 47%;
    position: unset;
    right: unset;
  }
}

.vis-mis {
  padding: 5% 0;
  background: #ececec;
  margin: 5% 0;
}

@media screen and (max-width: 500px) {
  .vis-mis {
    padding: 15% 0;
  }
}

.vis-mis ul {
  list-style: none;
  margin-left: -1em;
}

@media screen and (max-width: 500px) {
  .vis-mis ul {
    margin-left: -2em;
  }
}

.vis-mis ul li::before {
  content: "•";
  color: #e45b97;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -0.8em;
}

@media screen and (max-width: 999px) {
  .vis-mis h4.title-nexabook {
    padding: 2% 0 0;
  }
}

@media screen and (max-width: 500px) {
  .vis-mis h4.title-nexabook {
    padding: 10% 0 0;
  }
}

.rock-solid {
  padding-bottom: 7%;
}

@media screen and (max-width: 500px) {
  .rock-solid {
    padding-top: 7%;
  }
}

.hero-contact .bg-hero {
  filter: unset;
}

.contact-addr {
  padding: 6% 0;
  color: #414141;
}

@media screen and (max-width: 500px) {
  .contact-addr {
    padding: 9% 0;
  }
}

.contact-addr p {
  color: #737373;
}

.contact-addr a {
  color: #737373;
  transition: 0.3s;
  text-decoration: none;
}

.contact-addr a:hover {
  color: #992f4b;
}

.contact-addr .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #bb2d41;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 99, 45, 0.25);
}

@media screen and (max-width: 768px) {
  .contact-map {
    margin-top: 5%;
  }
}

.contact-map iframe {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .contact-map iframe {
    height: 250px;
  }
}

@media screen and (max-width: 500px) {
  .hero-apps .bg-hero {
    filter: none;
    -o-object-position: left;
    object-position: left;
  }
}

.tab-contetn {
  padding: 5% 0;
}

@media screen and (max-width: 500px) {
  .tab-contetn {
    padding: 8% 0;
  }
}

.tab-contetn p span {
  color: #de3c29;
}

.tab-contetn p span.first {
  color: #722364;
  text-transform: uppercase;
}

.tab-contetn ul {
  padding: 0 0 0 4%;
}

.hero-products .bg-hero {
  filter: unset;
}

.product-info {
  padding: 6% 0;
}

@media screen and (max-width: 500px) {
  .product-info {
    padding: 9% 0;
  }
}

@-webkit-keyframes animationimg {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@keyframes animationimg {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@-webkit-keyframes left_righ {
  0% {
    right: -30%;
    opacity: 0.5;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes righ_left {
  0% {
    right: -30%;
    opacity: 0.5;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes righ_left {
  0% {
    right: -30%;
    opacity: 0.5;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes left_righ {
  0% {
    left: -30%;
    opacity: 0.5;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.enquire-proj {
  margin-bottom: 5%;
}

input {
  color: #000000;
  border: 2px solid #000000;
  background: none;

}

input:focus {
  outline: 0;
}

.project06 textarea::placeholder {
  color: #ffffff;
}

textarea {
  color: #000000;
  border: 1px solid #666665;
  resize: none;
}

textarea:focus {
  outline: 0;
}

input::-webkit-input-placeholder {
  /* Edge */
  color: #000000;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

input::placeholder {
  color: #000000;
}




.project06 input {
  color: #ffffff;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #ffffff;

}

.project06 input:focus {
  outline: 0;
}

.project06 textarea {
  color: #ffffff;
  font-size: 15px;
  border: none;
  resize: none;
  height: 40px;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #ffffff;
}

.project06 textarea:focus {
  outline: 0;
}

.project06 input::-webkit-input-placeholder {
  /* Edge */
  color: #ffffff;
}

.project06 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

.project06 input::placeholder {
  color: #ffffff;
}


.btn {
  background: #ffffff;
  border-radius: 0;
  color: #1e1e4b;
  padding: 10px 35px;
  float: right;
  font-size: 15px;
  border: 0px solid #000;

  margin: 10px 15px 0 10px !important;
  display: block;
}

.btn:hover {
  background: #000;
  color: #fff
}


.defaultbt {
  background: #c0ae86;
  color: #fff;
  border: 1px solid #c0ae86;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 0.7rem 2.5rem;
  transition: all 0.8s ease;
  position: relative;
  z-index: 1;
  margin: 0;
}

.defaultbt::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.9s ease;
}

.defaultbt:hover {
  transition: all 0.9s ease;
  color: #9f811b;
  background: transparent;
}

.defaultbt:hover::before {
  height: 100%;
  transition: all 0.9s ease;
}

.defaultbt:focus,
.defaultbt:active {
  outline: 0;
  box-shadow: unset;
}

button.defaultbt {
  background: #fff;
  color: #000;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 0.9rem;
  padding: 0.5rem 2rem;
  transition: all 0.8s ease;
  position: relative;
  z-index: 1;
}

button.defaultbt::before {
  content: "";
  background: #2b184a;
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.9s ease;
}

button.defaultbt:hover {
  transition: all 0.9s ease;
  color: #fff;
  background: transparent;
}

button.defaultbt:hover::before {
  height: 100%;
  transition: all 0.9s ease;
}

button.defaultbt:focus,
button.defaultbt:active {
  outline: 0;
  box-shadow: unset;
}
.header.defaultbt {
  background: #fff;
  color: #000;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 0.9rem;
  padding: 0.5rem 2rem;
  transition: all 0.8s ease;
  position: relative;
  z-index: 1;
  margin-left: 0.7rem;
}

.header.defaultbt::before {
  content: "";
  background: #2b184a;
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.9s ease;
}

.header.defaultbt:hover {
  transition: all 0.9s ease;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.header.defaultbt:hover::before {
  height: 100%;
  transition: all 0.9s ease;
}

.header.defaultbt:focus,
.header.defaultbt:active {
  outline: 0;
  box-shadow: unset;
}
.popup.defaultbt {
  background: #2b184a;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 0.9rem;
  padding: 0.5rem 2rem;
  transition: all 0.8s ease;
  position: relative;
  z-index: 1;
}

.popup.defaultbt::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.9s ease;
}

.popup.defaultbt:hover {
  transition: all 0.9s ease;
  color: #000;
  border: 1px solid #000;
  background: transparent;
}

.popup.defaultbt:hover::before {
  height: 100%;
  transition: all 0.9s ease;
}

.popup.defaultbt:focus,
.popup.defaultbt:active {
  outline: 0;
  box-shadow: unset;
}
@media (min-width:992px) and (max-width:1200px){
  .header.defaultbt{
    display: none;
  }
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  float: left;
}

@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}

@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}

#thank-you h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 800;
  color: #2d2d2d;
}

@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}

#thank-you p {
  font-size: 1.2em;
  color: #2d2d2d;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 999px) {
  #mediakit .defaultbt {
    background: #c0ae86;
    color: #fff;
    border: 1px solid #c0ae86;
    border-radius: 0;
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
    transition: all 0.8s ease;
    position: relative;
    z-index: 1;
  }
}

.ftup {
  padding: 5rem 0;
}

.ftup h2 a {
  text-decoration: none;
  color: #555;
}

.ftup input {
  border: 0;
  border-bottom: 1px solid #262626;
}

footer {
  padding: 0;
}

footer p {}

footer p a {
  color: #fff;
}

footer .btft {
  background: #c0ae86;
}

footer .btft p {
  color: #fff;
  padding: 1rem 0;
  margin: 0;
}

footer h5 {
  text-transform: uppercase;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer ul li a {
  text-decoration: none;
  color: #555;
  transition: all 0.5s ease;
}

footer ul li a:hover {
  text-decoration: none;
  color: #c0ae86;
  transition: all 0.5s ease;
}

footer .fa {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  footer .fa {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}

footer .fa:hover {
  opacity: 0.7;
}

footer .fa-facebook {
  background: #3B5998;
  color: white;
}

footer .fa-twitter {
  background: #55ACEE;
  color: white;
}

footer .fa-google {
  background: #dd4b39;
  color: white;
}

footer .fa-linkedin {
  background: #007bb5;
  color: white;
}

footer .fa-youtube {
  background: #bb0000;
  color: white;
}

footer .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
}

.getin_touch {
  width: 33px;
  position: fixed;
  right: 24px;
  top: 10em;
  z-index: 999;
}

@media screen and (max-width: 500px) {
  .getin_touch {
    right: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    display: inline-flex;
    background: linear-gradient(to right, #de3c29 5%, #722364 45%, #722364 50%);
  }
}

.getin_touch .img {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 1500px) {
  .getin_touch .img {
    margin: 0 0 16px;
  }
}

@media screen and (max-width: 500px) {
  .getin_touch .img {
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 5px 0;
  }

  .getin_touch .img:nth-child(1) {
    border-right: 1px solid #9c478d;
  }
}

@media screen and (max-width: 500px) {
  .getin_touch .img a {
    display: block;
  }

  .getin_touch .img a img {
    width: 33px;
  }
}

.getin_touch .img::before {
  content: "";
  position: absolute;
  top: -3.5px;
  left: -3.5px;
  width: 120%;
  height: 120%;
  background: linear-gradient(to right, #de3c29 5%, #722364 45%, #722364 50%);
  border-radius: 50%;
  -webkit-animation: pulse2 1.8s ease-out infinite;
  animation: pulse2 1.8s ease-out infinite;
  z-index: -1;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .getin_touch .img::before {
    background: transparent;
    -webkit-animation: none;
    animation: none;
  }
}

.getin_touch .img::after {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 130%;
  height: 130%;
  background: #535353;
  border-radius: 50%;
  -webkit-animation: pulse2 1.6s ease-out infinite;
  animation: pulse2 1.6s ease-out infinite;
  z-index: -1;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.modal-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu {
  background-color: #ffffff;
  box-shadow: 0 0 16px #0000002b;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 21%;
  z-index: 1100;
  padding: 18px 50px;
}

@media screen and (max-width: 1500px) {
  #menu {
    width: 27%;
  }
}

@media screen and (max-width: 999px) {
  #menu {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  #menu {
    width: 100%;
  }
}

#menu .closebt {
  background: transparent;
  border: 0;
  color: #555;
  font-size: 2.2rem;
  cursor: pointer;
  padding: 8px 18px;
  display: inline-block;
}

#menu .closebt:hover,
#menu .closebt:focus {
  outline: 0;
  border: 0;
}

#menu .main-nav {
  position: relative;
  margin: 3rem 0 0;
}

#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .main-nav ul li {
  margin-bottom: 8;
}

#menu .main-nav ul li a {
  color: #333;
  display: block;
  font-size: 16px;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  text-align: left;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
  #menu .main-nav ul li a {
    font-size: 15px;
  }
}

#menu .main-nav ul li a.active {
  color: #e9cf99;
}

#menu .main-nav ul li a:hover {
  background: #fff;
  color: #101220;
  transition: all 0.6s ease;
}

#menu .main-nav ul li a:first {
  padding-top: 0;
}

#menu .main-nav ul li ul {
  margin-left: 5%;
}

#menu .main-nav ul li ul li a {
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
}

#menu .main-nav ul li ul li a:not([href]):not([tabindex]) {
  padding-top: 0;
  padding-bottom: 0;
  color: #252175;
}

#menu .ico {
  width: 11px;
  height: 11px;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: revert;
  align-items: center;
}

@media screen and (max-width: 1366px) {
  #menu .ico {
    vertical-align: sub;
  }
}

#menu.open {
  opacity: 1;
  visibility: visible;
}

#menu.open li {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.project_subnav {
  margin: 1rem 0 0;
}

.project_subnav ul.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  justify-content: center;
}

.project_subnav ul.nav-tabs .nav-item .nav-link {
  color: #555;
  text-transform: uppercase;
  padding: 0.8rem 2.4rem;
  font-size: 15px;
  border: 0;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .project_subnav ul.nav-tabs .nav-item .nav-link {
    padding: 0.6rem 1.6rem;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .project_subnav ul.nav-tabs .nav-item .nav-link {
    padding: 0.6rem 1rem;
    font-size: 14px;
  }
}

.project_subnav ul.nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #9f811b;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.6s ease;
  transform: scaleX(0);
}

.project_subnav ul.nav-tabs .nav-item .nav-link:hover::before,
.project_subnav ul.nav-tabs .nav-item .nav-link.active::before {
  transition: all 0.6s ease;
  transform: scaleX(1);
}

.project_subnav .secinner {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1500px) {
  .project_subnav .secinner {
    width: 80%;
  }
}

@media screen and (max-width: 999px) {
  .project_subnav .secinner {
    width: 100%;
  }
}

.project_subnav .secinner ul.nav-tabs .nav-item .nav-link {
  background: #c2c2c2;
  color: #fff;
  border-radius: 0;
  transition: all 0.6s ease;
}

.project_subnav .secinner ul.nav-tabs .nav-item .nav-link::before {
  content: unset;
}

.project_subnav .secinner ul.nav-tabs .nav-item .nav-link.active,
.project_subnav .secinner ul.nav-tabs .nav-item .nav-link:hover {
  background: #252175;
  transition: all 0.6s ease;
}

.project_subnav .secinner .carousel-indicators {
  bottom: unset;
  top: 10px;
  position: unset;
  text-align: center;
}

.project_subnav .secinner .carousel-indicators li {
  color: #fff;
  background: #c2c2c2;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 0.8rem 2.4rem;
  font-size: 15px;
  border: 0;
  position: relative;
  text-indent: 0;
  width: unset;
  height: unset;
  border-radius: 0;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .project_subnav .secinner .carousel-indicators li {
    padding: 0.6rem 1.6rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .project_subnav .secinner .carousel-indicators li {
    padding: 0.6rem 1rem;
    font-size: 13px;
  }
}

.project_subnav .secinner .carousel-indicators li.active,
.project_subnav .secinner .carousel-indicators li:hover {
  background: #252175;
  transition: all 0.6s ease;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.img1hover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.img1hover::before {
  content: "+";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #959595c4;
  text-align: center;
  font-size: 4rem;
  line-height: normal;
  padding: 60% 0;
  opacity: 0;
  transition: all 0.6s ease;
  color: #ffffff;
}

.img1hover:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.imghover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.img6hover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.bgcolor {
  background: #efefef;
}

.imghover::before {
  content: "+";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #959595c4;
  ;
  text-align: center;
  font-size: 4rem;
  padding: 30% 0;
  opacity: 0;
  transition: all 0.6s ease;
  color: #ffffff;
}

.img6hover::before {
  content: "+";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #959595c4;
  ;
  text-align: center;
  font-size: 4rem;
  padding: 21% 0;
  opacity: 0;
  transition: all 0.6s ease;
  color: #ffffff;
}

.fleft {
  float: left;
  width: 100%;
  padding: 5rem 0;
}

.imghover:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.img6hover:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.owl-controls {
  position: absolute;
  margin-top: 300px;
}

.owl-nav button.owl-next {
  padding: 0 13px !important;
  background: url(../images/a-2.png) !important;
  border: 1px solid #ffffff;
  pointer-events: visible;
  width: 50px;
  height: 50px;
  margin-right: -60px;
}

.owl-nav button.owl-prev {
  padding: 0 13px !important;
  background: url(../images/a-1.png) !important;
  border: 1px solid #ffffff;
  pointer-events: visible;
  width: 50px;
  height: 50px;
  margin-left: -60px;
}

.owl-carousel .owl-nav button.disabled {
  display: none;
}

.owl-nav {
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .owl-nav {
    width: 91%;
  }
}

@media screen and (max-width: 768px) {
  .owl-nav {
    width: 95%;
  }
}

.owl-nav span {
  color: #fff;
  font-size: 24px;
  display: none;
}

.owl-nav::after {
  content: "";
  display: table;
  clear: both;
}

.owl-nav .owl-next {
  float: right;
}

.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .enquiry-wrapper {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper {
    display: flex;
    width: 100%;
    top: unset;
    bottom: 0;
  }
}

.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transform: translateX(145px);
  transition: all ease-in 0.5s;
}

@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(130px);
  }
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(0);
    width: 100%;
    text-align: center;
  }
}

.enquiry-wrapper .enquiry-box:hover {
  transform: translateX(0);
}

.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}

.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #2b184a;
  width: 47px;
  padding: 7px;
}

.enquiry-wrapper .enquiry-box .call-icon span.mbvisi,
.enquiry-wrapper .enquiry-box .mail-icon span.mbvisi {
  display: none;
}

@media screen and (max-width: 500px) {

  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 99%;
    padding: 1px;
    display: block;
    vertical-align: middle;
    justify-content: center;
    color: #fff;
    text-align: center;
  }

  .enquiry-wrapper .enquiry-box .call-icon span.mbvisi,
  .enquiry-wrapper .enquiry-box .mail-icon span.mbvisi {
    display: none;
    font-size: 13px;
    color: #fff;
  }
}

@media screen and (max-width: 330px) {

  .enquiry-wrapper .enquiry-box .call-icon img,
  .enquiry-wrapper .enquiry-box .mail-icon img {
    width: 18px;
    padding: 8px 0;
  }
}

.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 5px;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}

.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .mail-content {
    display: none;
  }
}

.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}

.enquiry-wrapper .enquiry-box a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

textarea {
  resize: none;
}

@media screen and (max-width: 500px) {
  .modal-title {
    font-size: 1rem;
    line-height: normal;
  }
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
}

@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}

@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}

#thank-you h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}

#thank-you p {
  font-size: 1.2em;
  color: #fff;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

.modal ul {
  margin: 0;
  padding: 0;
}

.modal .modal-body {
  padding: 6% 6%;
}

@media screen and (max-width: 500px) {
  .modal .modal-body {
    padding: 0% 6% 6%;
  }
}

.modal .modal-body ul {
  list-style: none;
}

.modal .custom-reg-btn {
  display: inline-block;
}

.modal .custom-close {
  position: absolute;
  right: -7px;
  top: -11px;
  padding: 0.3rem 0.6rem;
  color: #000;
  font-size: 2.5rem;
  transition: all 0.4s;
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .modal .custom-close {
    right: 0px;
    top: -15px;
  }
}

.modal .custom-close:hover {
  color: #555;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/*Home Slider*/
#hmslider01 {
  overflow: hidden;
}

#hmslider01 .carousel-item.filter img {
  filter: brightness(1);
}

#hmslider01 .carousel-item.active .d-block {
  -webkit-animation: animationimg 7s forwards;
  animation: animationimg 7s forwards;
}

@media screen and (max-width: 600px) {
  #hmslider01 .carousel-item.active .d-block {
    -webkit-animation: unset;
    animation: unset;
  }
}

#hmslider01 .carousel-item.active .bg01 {
  -webkit-animation: bgplay 8s infinite;
  animation: bgplay 8s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#hmslider01 .carousel-item.noanim .d-block {
  -webkit-animation: unset;
  animation: unset;
}

@media screen and (max-width: 600px) {
  #hmslider01 .carousel-item.noanim .d-block {
    -webkit-animation: unset;
    animation: unset;
  }
}

#hmslider01 .carousel-item.noanim .bg01 {
  -webkit-animation: bgplay 8s infinite;
  animation: bgplay 8s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#hmslider01 .carousel-item .bg01 {
  position: absolute;
  left: 3%;
  height: 100%;
  top: 0;
  padding: 8% 0 0;
  background-size: unset;
  text-align: center;
  width: 36.6%;
}

@media screen and (max-width: 1500px) {
  #hmslider01 .carousel-item .bg01 {
    background-position-y: -120px;
  }
}

@media screen and (max-width: 768px) {
  #hmslider01 .carousel-item .bg01 {
    padding-top: 3%;
  }
}

@media screen and (max-width: 600px) {
  #hmslider01 .carousel-item .bg01 {
    left: 42px;
    height: 90%;
    top: 6%;
    padding: 3% 0 0;
    width: 55.6%;
    background-position-y: 326px;
    background-size: 200%;
  }
}

@media screen and (max-width: 1700px) {
  #hmslider01 .carousel-item .bg01 img {
    max-width: 46%;
  }
}

@media screen and (max-width: 1500px) {
  #hmslider01 .carousel-item .bg01 img {
    max-width: 46%;
  }
}

#hmslider01 .carousel-item .bg01 p {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  margin: 3% 0 0;
}

@media screen and (max-width: 1500px) {
  #hmslider01 .carousel-item .bg01 p {
    padding: 0 1%;
  }
}

@media screen and (max-width: 1024px) {
  #hmslider01 .carousel-item .bg01 p {
    line-height: 18px;
  }
}

@media screen and (max-width: 600px) {
  #hmslider01 .carousel-item .bg01 p {
    margin: 8% 0 0;
    font-size: 9px;
    line-height: 16px;
  }
}

#hmslider01 .carousel-item .sldtxt {
  position: absolute;
  top: 18%;
  left: 0;
}

@media screen and (max-width: 1280px) {
  #hmslider01 .carousel-item .sldtxt {
    top: 32%;
  }
}

@media screen and (max-width: 999px) {
  #hmslider01 .carousel-item .sldtxt {
    top: 12%;
    display: none;
  }
}

#hmslider01 .carousel-item .sldtxt .tracking-in-contract {
  -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

#hmslider01 .carousel-item .sldtxt .container {
  max-width: 90%;
}

#hmslider01 .carousel-item .sldtxt h6.size7 {
  color: #fff;
  font-size: 63px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  #hmslider01 .carousel-item .sldtxt h6.size7 {
    font-size: 46px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1280px) {
  #hmslider01 .carousel-item .sldtxt h6.size7 {
    font-size: 38px;
  }
}

@media screen and (max-width: 1024px) {
  #hmslider01 .carousel-item .sldtxt h6.size7 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 600px) {
  #hmslider01 .carousel-item .sldtxt h6.size7 {
    font-size: 21px;
    line-height: 26px;
  }
}

#hmslider01 .carousel-item .sldtxt h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.6em;
  margin: 12px 0;
}

@media screen and (max-width: 1280px) {
  #hmslider01 .carousel-item .sldtxt h5 {
    font-size: 16px;
    letter-spacing: 6px;
  }
}

@media screen and (max-width: 600px) {
  #hmslider01 .carousel-item .sldtxt h5 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 21px;
    margin: 9px 0;
  }
}

#hmslider01 .carousel-item .sldtxt p {
  color: #fff;
  font-weight: 500;
  width: 45%;
}

@media screen and (max-width: 1440px) {
  #hmslider01 .carousel-item .sldtxt p {
    line-height: 22px;
  }
}

@media screen and (max-width: 1024px) {
  #hmslider01 .carousel-item .sldtxt p {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  #hmslider01 .carousel-item .sldtxt p {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #hmslider01 .carousel-item .sldtxt p {
    line-height: 18px;
  }
}

@media screen and (max-width: 1024px) {
  #hmslider01 .carousel-item .sldtxt-md-fix {
    top: 25%;
  }
}

@media screen and (max-width: 768px) {
  #hmslider01 .carousel-item .sldtxt-md-fix {
    top: 0;
  }
}

@-webkit-keyframes animationimg {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@keyframes animationimg {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 500px) {
  .hide-mob {
    display: none;
  }
}


@-webkit-keyframes left_righ {
  0% {
    left: -10%;
    opacity: 0.5;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes left_righ {
  0% {
    left: -10%;
    opacity: 0.5;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes animationimg {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@keyframes animationimg {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@-webkit-keyframes bgplay {
  from {
    background-position-x: -43em;
  }

  to {
    background-position-x: 0;
  }
}

@keyframes bgplay {
  from {
    background-position-x: -43em;
  }

  to {
    background-position-x: 0;
  }
}

@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 2em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 2em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

.footer-enquiryBtn {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  text-align: center;
  /* padding: 4px 2px; */
  width: 100%;
  background: #FFF;
  border-radius: 0;
}

.footer-enquiryBtn a {
  font-size: 12px;
  color: #fff !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 4px);
  padding: 8px 5px;
  /* margin: 0 2px;
    border-radius: 4px; */
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 0;
  background-color: var(--Primary-color);
  color: #FFF;
  text-decoration: none;
  background-color: #2b184a;
}

.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg, #0db634, #015c16);
  border: 0;
  border-radius: 10px;
}

.footer-enquiryBtn a img {
  width: 30px;
  padding: 6px;
}

@media only screen and (max-width: 991px) {
  .footer-enquiryBtn {
    display: flex !important;
  }
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/* modal css */

/* Modal */
.leadpopup .modal-body {
  padding: 0;
}
.leadpopup .modal-dialog {
  max-width: 800px;
}
.leadpopup .modal-content {
  border-radius: 0;
}

.innerbody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.innerleft {
  padding: 30px;
}
.innerright {
  background-size: cover;
  background-image: url(../images/popup-img.webp);
  height: 480px;
}
.leadbtnclose {
  position: absolute;
  right: 15px;
  top: 11px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.form-input {
  width: 100%;
    height: 54px;
    border: 1px solid #cecece;
    padding: 0 20px;
}
.popup-modalfull .modal-dialog {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.popup-modalfull .modal-content {
  border: 0;
  height: 100%;
  border-radius: 0;
}
.popup-modalfull .modal-body {
  overflow-y: auto
}
@media (max-width:767px){
  .innerright{
      display: none;
  }
  .innerbody{
      display: block;
  }
  .footer .col-12 .copyright{
    margin-bottom: 8px;
  }
  .footer .col-12 .creation{
    float: none;
  }
}

/* Modal */
.amenity-card{
  border: 1px solid #2b184a;
    padding: 20px;
    margin: 10px;
}
.amenity-card img{
  width: 100px !important;
}
.hero-color {
    color: #2b184a;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width:767px){
  #project-hallmarks{
    background-color: #dac496;
  }
  .contact-form{
  margin-left: 0px !important;
}
.header-button{
  display: none;
}
.homeoverview p {
	color: #000 !important;
	margin-bottom: 50px;
}
}
.contact-form{
  margin-left: 50px;
}
.new-overview{
  margin-bottom: 10px;
}