@charset "UTF-8"; 


.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;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    overflow: hidden;
    outline: 0;
}

.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: 75px;
 font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 1500px) {
  h1, .headtitle {
    font-size: 60px;
  }
  .project03 h2 { 
    margin-bottom: 0 !important;
}
}
@media screen and (max-width: 1366px) {
  h1, .headtitle { 
  }
  .enquiry-wrapper {
    position: fixed;
    right: 0 !important;
    top: 37% !important;
    z-index: 99;
}
.enquiry-wrapper .enquiry-box .call-icon, .enquiry-wrapper .enquiry-box .mail-icon{    margin: 0 0 0 0!important;}
.social-icons-3 {
    position: fixed;
    right: 0 !important;
    z-index: 999;
       top: 22% !important;
}
}
@media screen and (max-width: 1024px) {
  h1, .headtitle {
    font-size: 45px;
}
.enquiry-wrapper {
    position: fixed;
    right: 0;
    top: 13% !important;
    z-index: 99;
}
}
@media screen and (max-width: 768px) {
  h1, .headtitle {
    font-size: 30px; color: #fff;
  }
  .project01 h2{color: #000 !important;}
}

h1.secondary-title {
  font-size: 30px;
  font-family: 'Playfair Display', serif;
}
@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; 
}
@media screen and (max-width: 1500px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  h3 {
    font-size: 20px;
  }
}

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;
  }
}

 
@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: 28px;
  }
}
@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: 'Playfair Display', serif;
}

.title-nexalight {
font-family: 'Playfair Display', serif;
}

.title-nexabold {
}

.text-dark-pink {
  color: #992f4b !important;
}

body {
  font-size: 1rem;
  font-family: 'SF-Pro-Text', 'Segoe UI', 'Geneva ',Tahoma, system-ui ,Verdana, sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}

/* @media screen and (max-width: 600px) {
  .container {
    max-width: 100%;
    width:96% !important;
  }
}
.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;
    z-index: 99;
    transition: all 0.6s ease;
    height: 120px;
} */
@media screen and (max-width: 500px) {
  header .navbar.navbar-expand-lg > .container {
    padding: 0 0 !important;
	width:100% !important;
  }
}

.border-on{border-left: 0 !important;}

@media screen and (max-width: 999px) {
  header .navbar {
    padding: 0 0; 
  }
}
@media screen and (max-width: 1600px) {
  header .navbar .navbar-brand {
    /* width: 90px; */
    /* width: 150px; */
    width: 220px;
  }
}
@media screen and (max-width: 1300px) {
  header .navbar .navbar-brand {
    /* width: 90px; */
    width: 200px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    /* width: 90px; */
    /* width: 150px;
    margin: 10px 25px 10px; */
    width: 165px;
    margin: 10px 10px 10px 10px;
    position: relative;
    padding: 0 0 0;
}
   
} 

header .navbar .navbar-nav {
 /* font-family: 'Playfair Display', serif; */
  transition: all 0.6s ease;
  margin-top: 4%;
}
@media screen and (max-width: 1600px) {
  header .navbar .navbar-nav {
    margin-top: 4%;
  }
}  
header .navbar .navbar-nav .nav-item .nav-link {
	padding-top:2px;
	padding-bottom:2px;
  padding-right: 1rem;
  font-weight: 600;
  padding-left: 1rem;
  font-size: 14px;
  letter-spacing: 1px;
  /* color: #fff; */
  color:#49451b;
  transition: all 0.6s ease;    cursor: pointer;
  position: relative;
}
 
@media screen and (max-width: 1500px) {
   
  
  
  .mr-4, .mx-4 {
  margin-right: 1rem !important;
}
 /* #home {
    margin: 125px 0 0 !important;
}*/

}
 
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #c69e58;
  /* color: #766529; */
  transition: all 0.4s ease;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #c69e58;
  /* color: #766529; */
  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 rgb(0 0 0 / 12%);
  width: 100%;

  background: #fff;
  z-index: 99;  
  border-bottom: 4px solid #766529;
} */
  
header .calltop {
  transition: all 1s ease;
  position: absolute;
  right: 4%;
  top: 12%;
  
 font-family: 'Playfair Display', serif;
  /* text-transform: uppercase; */
  color: #fff;
  /* background: #273896; */
  padding: 0;
  vertical-align: middle;
  width: 88%;
  border-bottom: 0px solid #fff;
}
@media screen and (max-width: 999px) {
  header .calltop {
    right: 0;
    top: 0px;
    padding: 5px 17px;
    left: 0;
    margin: 0 auto;
   /* background: #fff;*/
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: none;
    border: 0;
	width:100%;
  }

  header .calltop p {width: 100%;
  text-align: center;}
} 
header .calltop p {
  margin-bottom: 0;
  color: #f7d56f;
}
header .calltop a {
  text-decoration: none;
  color: #f7d56f;
}

header .calltop a:hover {
  text-decoration: none;
  color: #fff;
}
 

.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;
  }
} 

.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%;
  }
} 
.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;
  }
} 

.project02 {
  background: url(../img/location.html) no-repeat center bottom;
  padding: 5rem 0;
}
.project02 h2 {
  color: #95d392;
  text-align: center;
}
.project02 h5 {
  margin-top: 1rem;
}

.intl-tel-input {
  position: relative;
}

.project01 {
  padding: 16rem 0 25rem;
  background: url(../img/l.html) no-repeat;
  background-size:contain;
  background-position: center top !important;
}
@media screen and (max-width: 999px) {
  .project01 {
    padding: 5rem 0;
  }
}
.project01 h2 {
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.project01 ul li {
  margin-bottom: 8px;
}

.project03 {
  background: url(../img/location.html) no-repeat center bottom;
  padding: 5rem 0;
}
.project03 h2 {
  color: #95d392;
  margin-bottom: 1rem;
}
.project03 ul {
  margin-top: 1rem;
}
.project03 ul li {
  margin-bottom: 8px;
}

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;
  }
  .project01 {
    padding: 10rem 0 0;}
  
}
@media screen and (max-width: 1300px) {
  header .logo {
    padding: 0 5.7rem;
  }
}
@media screen and (max-width: 999px) {
  header .logo {
    padding: 0 1.5rem;
  }/*#home {
    margin: 75px 0 0 !important;
}*/
} 

.card {
  background: transparent;
  display: block;
  margin: 0 0 1rem;
  border: 0;
}
.card .card-header {
  padding: 0.2rem 0.5rem;
  border: 0;
  border-bottom: 1px solid #4e4e4e;
  background: transparent;
}
@media screen and (max-width: 600px) {
  .card .card-header {
    padding: 0.2rem 0.25rem;
  }
}
.card .card-header button.btn-link {
  text-decoration: none;
  color: #4e4e4e;
  width: 100%;
  display: block;
  text-align: left;
  white-space: normal;
  line-height: 24px;
}
@media screen and (max-width: 1500px) {
  .card .card-header button.btn-link {
    font-size: 15px;
    font-weight: 400;
  }
}
.card .card-header button.btn-link::before {
  float: right !important;
  content: "-";
  padding-right: 5px;
 font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 24px;
}
.card .card-header button.btn-link.collapsed::before {
  float: right !important;
  content: "+";
}
.card .card-header button.btn-link:hover, .card .card-header button.btn-link:focus, .card .card-header button.btn-link.active, .card .card-header button.btn-link:active {
  text-decoration: none;
}
.card .card-body {
  border-top: 0;
}
.card .card-body ul li {
  color: #4e4e4e;
  margin: 0 0 8px;
}
.card .card-body p {
  color: #4e4e4e;
}
.card .card-body p:last-child {
  margin-bottom: 0;
}
.card .card-body table th {
  border-top: 0;
}
.card .card-body table td, .card .card-body table th {
  color: #4e4e4e;
}

.project04 {
  padding: 5rem 0;
}
.project04 h2 {
  color: #95d392;
}
.project04 h5 {
  margin-top: 1rem;
}

.project05 {  background: url(../img/location.html) no-repeat center bottom;
  padding: 5rem 0;
}

.project06 {  background: #0b3024;
  padding: 13rem 0;
}
.project06 p{color:#fff}
.project05 h2 {
  color: #95d392;
  text-align: center;
}
.project05 h5 {
  margin-top: 1rem;text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.DExperience {
  padding: 5rem 0;
  background: #e5ded5;
}
.DExperience h2 {
  color: #95d392;
}
.DExperience h5 {
  margin-top: 1rem;
}
.DExperience .secinner {
  width: 60%;
}
@media screen and (max-width: 1500px) {
  .DExperience .secinner {
    width: 80%;
  }
}
@media screen and (max-width: 999px) {
  .DExperience .secinner {
    width: 100%;
  }
}
.DExperience .secinner ul.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.DExperience .secinner ul.nav-tabs .nav-item .nav-link {
  background: #c2c2c2;
  color: #fff;
  border-radius: 0;
  transition: all 0.6s ease;
}
.DExperience .secinner ul.nav-tabs .nav-item .nav-link::before {
  content: unset;
}
.DExperience .secinner ul.nav-tabs .nav-item .nav-link.active, .DExperience .secinner ul.nav-tabs .nav-item .nav-link:hover {
  background: #252175;
  transition: all 0.6s ease;
}
.DExperience .secinner .carousel-indicators {
  bottom: unset;
  top: 10px;
  position: unset;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  justify-content: left;
}
.DExperience .secinner .carousel-indicators li {
  color: #fff;
  background: #c2c2c2;
font-family: 'Playfair Display', 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) {
  .DExperience .secinner .carousel-indicators li {
    padding: 0.6rem 1.6rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .DExperience .secinner .carousel-indicators li {
    padding: 0.6rem 1rem;
    font-size: 13px;
  }
}
.DExperience .secinner .carousel-indicators li.active, .DExperience .secinner .carousel-indicators li:hover {
  background: #252175;
  transition: all 0.6s ease;
}

.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: #95d392;
  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%;
  }
  
/*   
header .navbar {
    width: 100%; 
    top: 0;
    left: 0;
   
    padding: 0;
    z-index: 99;
    transition: all 0.6s ease;
    height: 85px;
} */
}
#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;
font-family: 'Playfair Display', serif;
  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: url("../img/left-arrow.html") no-repeat;
  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: url("../img/right-arrow.html") no-repeat;
  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 {
  background: url("../img/home/bg-our-strength.html") left/cover no-repeat;
  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: 'Playfair Display', 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: #666666;
  border: 1px solid #666665;
}

input:focus {
  outline: 0;
}

textarea {
  color: #666666;
  border: 1px solid #666665;
  resize: none;
}

textarea:focus {
  outline: 0;
}

.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;
}
.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 #c0ae86;
  border-radius: 3px;
  font-size: 0.9rem;
  padding: 0.5rem 2rem;
  transition: all 0.8s ease;
  position: relative;
  z-index: 1;
}
button.defaultbt::before {
  content: "";
  background: #fff;
  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: #9f811b;
  background: transparent;
}
button.defaultbt:hover::before {
  height: 100%;
  transition: all 0.9s ease;
}
button.defaultbt:focus, button.defaultbt:active {
  outline: 0;
  box-shadow: unset;
}

#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: #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: 'Playfair Display', 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-image: url(../img/arrowdown.html);
  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 .plus {
  background-image: url("../img/arrowdown.html");
}
#menu .minus {
  background-image: url("../img/arrowup.html");
}

#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;
font-family: 'Playfair Display', serif;
  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: 'Playfair Display', 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: #000000ba;
  text-align: center;
  font-size: 4rem;
  line-height: 2rem;
  padding: 66% 0;
  opacity: 0;
  transition: all 0.6s ease;
  color: #95d392;
}

.img1hover:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.imghover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.bgcolor {
  background: #efefef;
}

.imghover::before {
  content: "+";
  position: absolute;
  /* width: 50%; */
  width: 100%;
  height: 100%;
  top: 0;
  background: #ffffffba;
  text-align: center;
  font-size: 4rem;
  line-height: 2rem;
  padding: 50% 0;
  opacity: 0;
  transition: all 0.6s ease;
  color: #000;
}

.fleft {
  float: left;
  width: 100%;
  padding: 5rem 0;
}

.imghover:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.owl-controls {
  position: absolute;
  margin-top: 300px;
}

footer {
  background-color: #333; /* Dark background */
  padding: 10px 0;
  text-align: center;
}

footer a {
  margin: 0 15px;
  display: inline-block;
}

footer svg {
  width: 30px;
  height: 30px;
  fill: #fff; /* White color for icons */
  transition: fill 0.3s;
}

footer a:hover svg {
  fill: #ffcc00; /* Change color on hover */
}


.owl-nav button.owl-next,
.owl-nav button.owl-prev {
  padding: 0 13px !important;
  /*background: #f5df68 !important;*/
  border: 1px solid #ffffff;
  pointer-events: visible;
  width: 38px;
  height: 58px;
}
.owl-nav span {
    font-size: 0;
}

.owl-nav button.owl-next{background:url(../images/right-arrow.png) top right  no-repeat !important;background-size:contain !important; margin: 0 25px 0px 0px;} 

.owl-nav button.owl-prev{background:url(../images/left-arrow.png)  no-repeat !important; background-size:contain !important;margin: 0 0 0px 25px;}



.owl-carousel .owl-nav button.disabled {
  display: none;
}

.owl-nav {
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 50%;
  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 button.owl-next, .owl-nav button.owl-prev{    width: 20px;
    height: 30px;}
	
	.owl-nav button.owl-next{    margin: 0 10px 0px 0px;}
	.owl-nav button.owl-prev{    margin: 0 0px 0px 10px;}
}
.owl-nav span {
  /*color: #fff;
  font-size: 24px;    font-weight: normal;
*/}

.owl-nav::after {
  content: "";
  display: table;
  clear: both;
}

.owl-nav .owl-next { float: right;background:url(../images/controls2.html) top right !important;    margin: 0 0px 0px 0px;}
.owl-nav .owl-prev{background: url(../images/controls2.html) top left !important;
margin: 0 0 0px 0px;
width: 30px;
height: 60px;}

.enquiry-wrapper .enquiry-box {
    display: flex;
    align-items: center;
     background-color: #c69e58 !important; 
     /* background-color: #766529;  */
     /* background-color:#d7b740;  */
     /* background-color:#343d44;  */
    cursor: pointer;
    transform: translateX(119px);
    transition: all ease-in 0.5s;
}
.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 30%;
  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 !important;
    bottom: 0;
  }
}
.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center; 
  cursor: pointer;
  transform: translateX(119px);
  transition: all ease-in 0.5s;
}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(115px);
  }
}
@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: 0px solid #fff;
}
.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
        /* background: url(../images/bg-pt.png) no-repeat; */
    width: 39px;
    padding: 0px;
    border-radius: 50%;
    /* border: 2px solid #f6cb48; */
    margin: 0 0px 0 0;
    height: 42px;
}
.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: 100%;    padding: 0px;    display: block;    vertical-align: middle;    justify-content: center;    color: #fff;
    text-align: center;
            background: #c69e58 !important;
            /* background: #766529; */
               margin: 0;
                   border-radius: 0;
                       border: 1px solid #fff;  }
  .enquiry-wrapper .enquiry-box .call-icon span.mbvisi,
.enquiry-wrapper .enquiry-box .mail-icon span.mbvisi {
   /* display: inline-block;
    */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 7px;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 0%;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .mail-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box img {
    width: 39px;
    padding: 9px;
    float: left;
    margin-right: 10px;
}
.enquiry-wrapper .enquiry-box a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

/*input, select {
  font-size: 14px;
  background-color: transparent;
  color: #555;
  border: none;
  border: 1px solid #000;
  transition: all 0.3s;
  padding: 10px;
}*/

  .enquiry-wrapper .enquiry-box .call-icon, .enquiry-wrapper .enquiry-box .mail-icon {
    width: 100%;
    padding: 0px;
    display: block;
    vertical-align: middle;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: #c69e58 !important;
    /* background: #766529; */
    /* margin: 0; */
    border-radius: 0;
    border: 1px solid #fff;
}


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: #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;
  }
}

.modal ul {
  margin: 0;
  padding: 0;
}
.modal .modal-body {
  padding: 6% 6%;
}
@media screen and (max-width: 500px) {
  .modal .modal-body {
    padding: 6% 6% 6%;
  }
}
.modal .modal-body ul {
  list-style: none;
}
.modal .custom-reg-btn {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .modal .custom-close {
    right: 3px;
    top: -28px;
  }
}
.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%;
  background: url(../images/home/hm-slider/01aa.html) repeat;
  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);
  }
}
.cursor-pointer {
  cursor: pointer;
}

.carrer {
  padding: 5rem 0;
}
.carrer .top-space4 {
  margin-top: 5rem;
}

.faq .card-header {
  padding: 0.2rem 1.25rem;
} 

@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;
  }
}/*# sourceMappingURL=style.css.map */

.scale-up-hor-center {
	-webkit-animation: scale-up-hor-center 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s infinite both;
	        animation: scale-up-hor-center 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-12-21 15:16:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-hor-center
 * ----------------------------------------
 */
 @-webkit-keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.4);
            transform: scaleX(0.4);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}


/* This only changes this particular animation duration */
.animate__animated.animate__bounceInUp {
  --animate-duration: 2s;
  --animate-delay: 1s;
}

.animate__animated .animate__shakeX {
  --animate-duration: 2s;
  --animate-delay: 1s;
  --animate__slower: 4s;

}

