@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;
  }

  .project01 h2 {}
}

h1.secondary-title {
  font-size: 30px;
  font-family: "Lato", sans-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;
  }
}

p {
  font-size: 15px;
  line-height: 1.6;
  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: 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;
    padding: 0;
  }
}

.title-nexabook {
  font-family: "Lato", sans-serif;
}

.title-nexalight {
  font-family: "Lato", sans-serif;
}

.title-nexabold {}

.text-dark-pink {
  color: #992f4b !important;
}

body {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}

.container {
  max-width: 90%;
}

.container.container2 {
  max-width: 95%;
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 94%;
  }
}

@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.8% 0;

  z-index: 999;

  transition: all 0.6s ease;

  background: #000000;

  box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
}

@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: 120px;
    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;
  right: 0%;
  display: flex;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    margin-top: 3rem;
    text-align: right;
    margin-right: auto !important;
    position: static;
  }
}

@media screen and (max-width: 500px) {
  header .navbar .navbar-nav {
    margin-top: 0rem;
    background-color: #000000;
  }
}

header .navbar .navbar-nav .nav-item .nav-link {
  padding-right: 2rem;

  padding-left: 2rem;

  text-transform: uppercase;

  font-size: 14px;

  color: #ffffff;

  font-weight: bold;

  transition: all 0.6s ease;

  position: relative;
}

@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 {
    padding: 0.4rem 0.8rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 1300px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 0.2rem 0.8rem;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    padding: 0.6rem 0.6rem;
  }
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #000;
  transition: all 0.4s ease;
}

header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #000;
  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%;
  /*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: cover;
  background-position: center;
  padding: 5rem 0 0;
  width: 100%;
  float: left;
}

.project02 h2 {
  font-size: 25px;

  font-weight: normal;

  color: #000;

  float: left;

  padding: 5% 65px;

  text-align: center;

  width: 100%;
}

.project02 h5 {
  margin-top: 1rem;
}

.intl-tel-input {
  position: relative;
}

.project01 {
  background-repeat: no-repeat;

  padding: 100px 0;
  background-position: center;

  float: left;
  width: 100%;

  background-color: #000000;
}

@media screen and (max-width: 999px) {
  .project01 {
    padding: 5rem 0;
  }

  .project06 p {
    width: 100%;
  }
}

.project01 h2 {
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
}

.project01 ul li {
  margin-bottom: 10px;
}

.project06 p {
  width: 100%;
}

.project03 {
  padding: 100px 0;
  width: 100%;
  float: left;
}

.project03 p {
  font-size: 25px;

  font-weight: 700;

  line-height: normal;

  color: #000;

  width: 100%;

  padding: 0% 0 0 0;
}

.project03 h2 {
  font-size: 50px;

  font-family: "Cormorant Garamond", serif;

  font-weight: 700;

  color: #000;

  float: left;

  padding: 6px 65px;

  width: 100%;

  display: block;

  margin: 0 0% 20px;

  text-align: center;
}

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;
}

.project04 h2 {
  color: #fff;
}

.project04 h5 {
  margin-top: 1rem;
}

.project05 {
  padding: 100px 0;
  float: left;

  width: 100%;
}

.project05 p {
  text-align: left;
}

.project06 {
  width: 100%;

  float: left;
  padding: 100px 0;
}

.project06 p {
  line-height: normal;

  text-align: center;

  line-height: 42px;

  font-size: 19px;

  margin: 0 0 30px 0px;

  font-weight: 300;
  color: #ffffff;
}

.project05 h2 {
  text-align: center;

  font-weight: 700;

  color: #000;

  line-height: 35px;

  margin: 0 !important;

  width: 100%;

  font-family: "Cormorant Garamond", serif;

  text-transform: uppercase;

  padding: 0% 0 30px 0;

  font-size: 50px;
}

.project05 h5 {
  margin-top: 1rem;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  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: url("../img/left-arrow.png") 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.png") 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.jpg") 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: "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 #b19059;

  background: none;
}

input:focus {
  outline: 0;
}

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: #000000;

  border: 2px solid #ffffff;

  background: #ffffff;

  font-size: 30px;

  font-weight: 300;

  margin: 0 0 40px 0;
}

.project06 input:focus {
  outline: 0;
}

.project06 textarea {
  color: #000000;

  border: 1px solid #666665;

  resize: none;
}

.project06 textarea:focus {
  outline: 0;
}

.project06 input::-webkit-input-placeholder {
  /* Edge */

  color: #000000;
}

.project06 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #000000;
}

.project06 input::placeholder {
  color: #000000;
}

.btn {
  background: #ffffff;

  border-radius: 0;

  color: #000000;

  padding: 10px 35px;

  font-size: 30px;

  border: 0px solid #000;

  font-weight: 300;

  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: #535251;

  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;
}

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;

  width: 100%;

  background: url(../images/bg-fixed.jpg) fixed;

  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-image: url(../img/arrowdown.png);

  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.png");
}

#menu .minus {
  background-image: url("../img/arrowup.png");
}

#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: #92976ac4;
  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: #92976ac4;
  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: #92976ac4;
  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: 58px;
  height: 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: 58px;
  height: 60px;
}

.owl-carousel .owl-nav button.disabled {
  display: none;
}

.owl-nav {
  width: 95%;
  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(135px);
  transition: all ease-in 0.5s;
}

@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(100px);
  }
}

@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: #b2905a;
  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 13px;
}

@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: 15px;
}

@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: #000;
}

@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: #000;
}

@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: -19px;
  top: -21px;
  padding: 0.3rem 0.6rem;
  color: #fff;
  font-size: 2.5rem;
  transition: all 0.4s;
  opacity: 1;
}

@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.jpg) 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);
  }
}

@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;
  }
}

/* new css */

.btn-pro {
  width: 49%;
  padding: 10px;
  cursor: pointer;
}

.btn-pro:hover {
  background-color: #abc5b6;
  color: white;
}

.active-tab {
  background-color: #abc5b6;
  color: white;
}

.btn-div {
  width: 80%;
  margin: 0 auto;
}

.center-btn {
  width: 60%;
  margin: 0 auto;
}

.ameni {
  width: 80%;
  margin: 0 auto;
}

.satyam-left h3 {
  text-align: center;
  font-size: 30px;
  padding: 30px 0;
}

.emi-back {
  background-color: #000;
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .satyam-left ul li {
    padding: 5px 0 !important;
    font-size: 17px !important;
  }

  .satyam-left h2 {
    font-size: 30px !important;
  }

  .satyam-left h3 {
    font-size: 25px !important;
  }

  .hidep {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box .call-content {
    padding: 0px 0px;
  }

  .enquiry-wrapper .enquiry-box a {
    font-size: 12px;
    padding: 0 6px;
  }

  .satyam-left ul li {
    font-size: 14px !important;
    padding: 5px 0 !important;
  }

  .satyam-left h3 {
    font-size: 20px;
  }

  .hidep {
    text-align: center;
    padding: 5px 0 !important;
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .satyam-left ul li {
    font-size: 14px !important;
  }

  .satyam-left h3 {
    font-size: 18px;
  }

  .hidep {
    text-align: center;
    padding: 5px 0;
    font-size: 14px !important;
  }

  .btn-pro {
    width: 49%;
    padding: 5px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1025px) {

  .price_configretion_section h1 {
    font-size: 30px !important;
  }

  .img-fluid {
    max-width: 50% !important;
    height: auto;
  }

  .enquiry-wrapper .enquiry-box a {
    font-size: 12px;
  }

  .satyam-left ul li {
    padding: 0px 0 !important;
    font-size: 13px !important;
  }

  .satyam-left h3 {
    font-size: 16px;
  }

  .btn-pro {
    width: 49%;
    padding: 5px;
    font-size: 13px;
  }

  .hidep {
    text-align: center;
    padding: 0px 0;
    font-size: 13px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {

  .submitBtn {
    width: 40% !important;
  }



  .price_configretion_section_contenar_inner_bhk p {
    font-size: 14px !important;
    padding: 5px !important;
  }


  .price_configretion_section_contenar_inner_fomr p {
    font-size: 14px !important;
    padding: 5px !important;
  }



  .price_configretion_section_contenar_inner {
    width: 100% !important;
    margin: 10px 0 !important;
  }

  .price_configretion_section h1 {
    font-size: 25px !important;
  }



  .center-btn {
    width: 100%;
    margin: 0 auto;
  }

  .btn-pro {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    margin: 3% 0;
  }

  .satyam-left h3 {
    font-size: 16px;
    padding: 0px 0;
  }

  h2 {
    font-size: 25px !important;
    font-weight: 700;
  }

  h1 {
    font-size: 18px !important;
  }

  .about-section .content-column .text {
    font-size: 14px !important;
  }

  .about-section .content-column .inner-column {
    padding-top: 0px !important;
  }

  .fto-section {
    padding: 50px 0 !important;
  }

  .satyam-left h2 {
    font-size: 20px !important;
  }

  .satyam-left ul li {
    width: 33%;
    padding: 9px 0;
    padding: 5px 0;
    padding: 10px 0;
    font-size: 15px !important;
    color: #000;
    line-height: 18px !important;
    list-style: circle inside;
  }

  .hidep {
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
  }

  .project05 p {
    text-align: center !important;
  }

  .project06 ul li {
    font-size: 14px !important;
    line-height: 30px !important;
  }
}

.hide {
  text-align: center;
  padding: 10px 0;
  color: #000000;
}

.hidep {
  text-align: center;
  padding: 10px 0;
}

.navbar-light .navbar-toggler {
  color: rgb(255 255 255) !important;
  border-color: rgb(255 255 255) !important;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #edd167;
  transition: all 0.4s ease;
}

.peace-one h1 {
  color: #ffffff;
  text-align: center;
}

.peace-one h2 {
  text-align: center;
  color: #ffffff;
}

.ft_section {
  background-color: #000000;
}

.container-con {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h2 {
  color: #fff;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 20px;
}

.section-header p {
  color: #fff;
}

.row {
  display: flex;
  flwx-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact-info {
  width: 50%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 50px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #b29159;
  font-size: 1.4em;
  margin-bottom: 5px;
  margin-top: 0%;
}

.contact-info-content p {
  color: #fff;
  font-size: 1em;
}

.contact-form {
  background-color: #fff;
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box textarea:focus~span {
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
  width: 100%;
  background: #b29159;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #b29159;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
  background: #000000;
  color: #b29159;
}

@media (max-width: 991px) {
  section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .row {
    flex-direction: column;
  }

  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .container-con {
    max-width: 100%;
  }

  .contact-info-icon {
    margin: 2% auto;
  }

  .contact-info-item {
    display: grid;
  }

  .contact-info-content h4 {
    text-align: center;
  }

  .containerr {
    max-width: 100% !important;
  }
}

svg {
  overflow: hidden;
  vertical-align: middle;
  color: black;
  width: 30px;
  height: 30px;
  margin-top: 30%;
}

/* overviwe css new  */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

.orange {
  color: #ff7a01;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.containerr {
  max-width: 80%;
  margin: 0px auto 0px auto;
  padding: 0px 40px;
}

@media (min-width: 1200px) and (max-width: 1441px) {
  .containerr {
    max-width: 1250px;
    padding: 0px 36px;
  }
}

@media (max-width: 767px) {
  .containerr {
    padding: 0px 30px;
  }
}

@media (max-width: 479px) {
  .containerr {
    padding: 0px 30px 0px 20px;
  }
}

.about-me {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  float: left;
}

.about-me .about-me-container {
  position: relative;
}

@media (max-width: 960px) {
  .about-me .about-me-container {
    padding-bottom: 100px;
  }
}

.about-me .about-me-container .about-me-title {
  font-size: 55px;
  color: #87a4b6;
  font-weight: 700;
}

@media (max-width: 500px) {
  .about-me .about-me-container .about-me-title {
    font-size: 30px;
  }
}

.about-me-flex-container {
  margin-top: -25px;
  margin-left: 160px;
  left: 100px;
  display: flex;
  gap: 100px;
}

@media (max-width: 960px) {
  .about-me-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    gap: 50px;
  }
}

@media (max-width: 500px) {
  .about-me-flex-container {
    margin-top: -10px;
  }
}

.about-me-flex-container .about-me-image {
  position: relative;
  width: 400px;
  height: 400px;
}

@media (max-width: 500px) {
  .about-me-flex-container .about-me-image {
    width: 300px;
    height: 300px;
  }
}

.about-me-flex-container .about-me-image .back-div {
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-color: #b2905a;
  width: 80%;
  height: 80%;
}

.about-me-flex-container .about-me-image .black-image {
  z-index: 0;
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 100%;
}

.about-me-flex-container .about-me-image .black-image img {
  height: 100%;
}

.about-me-flex-container .about-me-image .main-image {
  width: 70%;
  height: 70%;
  overflow: hidden;
  position: absolute;
  left: 25%;
  top: 5%;
  box-shadow: rgb(0, 0, 0) 0px 7px 50px 0px;
  transition: all 0.2s ease-out;
}

.about-me-flex-container .about-me-image .main-image:hover {
  transform-origin: top center;
  transform: scale(1.5);
  border-radius: 25px;
}

.about-me-flex-container .about-me-image .main-image img {
  transform-origin: center center;
  transform: scale(2);
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s ease-out;
}

.about-me-flex-container .about-me-image .main-image img:hover {
  transform: scale(1);
}

.about-me-flex-container .about-me-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  flex: 0 0 40%;
}

@media (max-width: 960px) {
  .about-me-flex-container .about-me-content {
    flex-direction: row-reverse;
  }
}

.about-me-flex-container .about-me-content .logo {
  max-width: 200px;
}

.about-me-flex-container .about-me-content .logo img {
  filter: drop-shadow(0 0 25px rgb(0, 0, 0));
}

@media (max-width: 500px) {
  .about-me-flex-container .about-me-content .logo img {
    transform: rotateZ(90deg);
  }
}

.about-me-flex-container .about-me-content .text {
  color: #ffffff;
  font-size: 16px;
}

@media (max-width: 500px) {
  .about-me-flex-container .about-me-content .text {
    font-size: 14px;
  }
}

.mail-button {
  display: flex;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 15px;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}

.mail-button a {
  display: flex;
}

.mail-button img {
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.2s ease-out;
}

.mail-button2 {
  background-color: #001925;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 10px solid #001925;
}

.mail-button2 img {
  filter: invert(56%) sepia(42%) saturate(4795%) hue-rotate(360deg) brightness(103%) contrast(105%);
}

.mail-button2:hover {
  background-color: #ff7a01;
  border: 10px solid #ff7a01;
}

.mail-button2:hover img {
  filter: unset;
  transform: scale(1.5);
}

.portfolio-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio-link a {
  text-decoration: none;
  color: white;

  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}

/* overviwe css new */

.about-section {
  position: relative;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 50px;
  padding-right: 100px;
}

.about-section .content-column .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 40px;
}

.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  margin-left: 50px;
}

.about-section .image-column .inner-column:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  border: 2px solid #b2905a;
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: "";
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: #d7a449;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.about-section .btn-style-three:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #d7a449;
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #d7a449;
  font-family: "Arimo", sans-serif;
}

.sec-title2 {
  color: #fff;
}

.sec-title {
  position: relative;
  padding-bottom: 40px;
}

.title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
}

.title:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
}

.row {
  display: flex !important;
}

@media (max-width: 960px) {
  .about-section .content-column .inner-column {
    padding-right: 0px;
  }

  .row,
  .clearfix {
    padding: 0 !important;
  }

  .about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 0px;
  }
}

.con-with {
  width: 60% !important;
  margin: 0 20% !important;
}

.con-with-ulli {
  width: 100% !important;
}

.project03 ul li ul li {
  border-bottom: 0px solid #000;
  padding: 0 0;
  font-size: 15px;
  list-style: outside;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #222222;
}

/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input+.dd-menu {
  display: none;
}

.dd-input:checked+.dd-menu {
  display: block;
}

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

h1 {
  margin: 50px auto;
  text-align: center;
}

.d-flex {
  display: flex;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* margin: 0 auto; */
}

.dropdown__ {
  position: relative;
  cursor: pointer;
  min-width: max-content;
  max-width: 100%;
  margin-right: 50px;
}

.dropdown__ .head {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f6f8;
  border-radius: 4px;
  color: #212428;
  box-shadow: 0px 0px 3px rgb(147 147 147 / 30%);
  border: 1px solid #ececec;
}

.dropdown__list__ {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 100%;
  max-width: max-content;
  z-index: 9999;
  top: calc(100% + 10px);
  background: #f1f6f8;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgb(107 118 123 / 30%);
  transition: all 0.5s ease;
}

.dropdown__link__ {
  display: flex;
  width: 100%;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
}

.dropdown__item__ {
  width: 100%;
  padding: 5px 10px;
}

:root {
  /* Cores */
  --white: #fff;
  --black: #000;
  --gray-light: #f9f9f9;
  --gray-dark: #808080;
  --dark: #3f3f3f;
  --pink-light: #f6efe5;
  --green-light: #19a35e;
}

.container {
  width: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.h2 {
  font-size: 2rem;
}

.accordions {
  max-width: 100%;
  margin: auto;
}

.accordion .accordion__title {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--white);
  border-bottom: 1px solid #0002;
  /* padding: 20px 10px; */
  color: var(--dark);
  margin-top: 10px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.accordion .accordion__title input {
  appearance: none;
}

.accordion .accordion__title:after {
  transition: all 0.25s ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  float: right;
  margin-right: 10px;
}

.accordion .accordion__title:has(input:checked):after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  float: right;
  margin-right: 10px;
}

.accordion .accordion__text {
  overflow: hidden;
  max-height: 0;
  /* background-color: var(--gray-light); */
  filter: contrast(0.9);
  transition: all 0.5s ease-in-out;
  font-weight: 400;
}

.accordion .accordion__text p {
  font-weight: 100;
  line-height: 1.5rem;
  padding: 10px 10px;
  margin: 0;
}

.accordion .accordion__title:has(input:checked) {
  color: #b28f57;
}

.accordion .accordion__title:has(input:checked)+.accordion__text {
  max-height: 1000px;
}

.mt-2 {
  margin-top: 20px;
}

.my-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-coffee {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: green;
  text-transform: uppercase;
  color: white;
  border: 1px solid #0001;
  border-radius: 10px;
  padding: 20px;
  font-weight: 600;
  box-shadow: 2px 2px 6px #0009;
  text-shadow: 1px 1px #0001;
  text-decoration: none;
  transition: all 0.25s ease;
  animation: live 0.6s infinite alternate;
}

.btn-coffee:hover {
  background-color: olive;
}

@keyframes live {
  0% {
    scale: 0.7;
  }

  100% {
    scale: 0.72;
  }
}

/* Equal Heights for OwlCarousel 2 */

.owl-carousel .thumbnail {
  margin: 0 15px;
}

.flex-text {
  text-align: left !important;
  font-size: 16px !important;
}

.thumbnail a img {
  padding: 20% 10%;
}

.project06 h2 {
  text-align: center;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
}

.project06 ul li {
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #ffffff;
}

.fto-section {
  width: 100%;
  float: left;
  padding: 100px 0;
  background-color: #000000;
}

.sec-title h1 {
  text-align: left;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .project05 {
    padding: 50px 0 !important;
  }

  .flex-text {
    font-size: 14px !important;
  }

  .accordion .accordion__title {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {


  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }

  .project01 h2 {
    font-size: 35px;
  }

  .about-me-flex-container .about-me-content .text {
    font-size: 14px;
  }

  .about-me-flex-container {
    margin-left: 0px;
  }

  .project05 h2 {
    font-size: 35px !important;
  }

  .project06 h2 {
    font-size: 35px;
  }

  .project06 ul li {
    font-size: 14px;
    line-height: 30px;
  }

  h4 {
    font-size: 16px;
  }

  .flex-text {
    font-size: 14px !important;
  }

  .project03 h2 {
    font-size: 35px !important;
  }

  .accordion .accordion__title {
    font-size: 16px !important;
    margin-top: 0px;
  }

  .accordion .accordion__text p {
    line-height: 0.5rem;
  }

  .project03 p {
    font-size: 14px !important;
  }

  h1 {
    font-size: 24px !important;
  }

  .about-section .content-column .text {
    font-size: 14px;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 0rem !important;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {

  .img-fluid {
    max-width: 60% !important;
    height: auto;
  }

  .price_configretion_section h1 {
    font-size: 30px !important;
  }

  .project01 h2 {
    font-size: 35px !important;
  }

  .about-me-flex-container {
    margin-left: 0px;
  }

  .about-me-flex-container .about-me-content .text {
    font-size: 15px;
  }

  .project05 h2 {
    font-size: 35px !important;
  }

  .project06 h2 {
    font-size: 35px;
  }

  .project06 ul li {
    font-size: 15px;
    line-height: 35px;
  }

  h4 {
    font-size: 16px !important;
  }

  .flex-text {
    font-size: 15px !important;
  }

  .project03 h2 {
    font-size: 35px !important;
  }

  .accordion .accordion__title {
    font-size: 16px;
    margin-top: 0px;
  }

  .project03 p {
    font-size: 15px !important;
  }

  .accordion .accordion__text p {
    line-height: 0.5rem;
  }

  h1 {
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {

  .img-fluid {
    max-width: 60% !important;
    height: auto;
  }

  .project01 h2 {
    font-size: 40px !important;
  }

  .about-me-flex-container .about-me-content .text {
    font-size: 16px;
  }

  .project05 h2 {
    font-size: 40px !important;
  }

  .project06 h2 {
    font-size: 40px !important;
  }

  .project06 ul li {
    font-size: 16px;
    line-height: 40px;
  }

  .project03 h2 {
    font-size: 40px !important;
  }

  .project06 h2 {
    font-size: 40px !important;
    font-weight: 700;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {

  .price_configretion_section h1 {
    padding: 50px 0 0 !important;
    font-size: 40px !important;
  }


  .project01 h2 {
    font-size: 40px !important;
  }

  .about-me-flex-container .about-me-content .text {
    font-size: 16px;
  }

  .project05 h2 {
    font-size: 40px !important;
  }

  .project06 h2 {
    font-size: 40px !important;
  }

  .project06 ul li {
    font-size: 16px;
    line-height: 40px;
  }

  .project03 h2 {
    font-size: 40px !important;
  }

  .project06 h2 {
    font-size: 40px !important;
    font-weight: 700;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 0rem !important;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

  .price_configretion_section h1 {
    padding: 50px 0 0 !important;
    font-size: 40px !important;
  }

  .project01 h2 {
    font-size: 40px !important;
  }

  .about-me-flex-container .about-me-content .text {
    font-size: 16px;
  }

  .project05 h2 {
    font-size: 40px !important;
  }

  .project06 h2 {
    font-size: 40px !important;
  }

  .project06 ul li {
    font-size: 16px;
    line-height: 40px;
  }

  .project03 h2 {
    font-size: 40px !important;
  }

  .project06 h2 {
    font-size: 40px !important;
    font-weight: 700;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 0rem !important;
  }
}

@media (min-width: 768px) {

  .pt-md-5,
  .py-md-5 {
    padding-top: 0rem !important;
  }
}

.image {
  overflow: hidden;
}

.full {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.zoom {
  -webkit-animation: scale 10s linear infinite;
  animation: scale 10s linear infinite;
}

@-webkit-keyframes scale {
  50% {
    transform: scale(1.2);
  }
}

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}

.foriconimage {
  width: 50%;
  margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #b2905a !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ffffff !important;
}

.submitBtn {
  width: 20%;
  padding: 10px;
  margin: 0 auto;
  background-color: #b2905a;
  color: #ffffff;
}

.submitBtn:hover {
  background-color: #000000;
  cursor: pointer;
}


.main-image img {
  padding-top: 80px;
  cursor: pointer;
}

.main-image img:hover {
  padding-top: 0px;
}























.image {
  /* opacity: 1; */
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* .img6hover:hover .image {
  opacity: 0.3;
} */

.img6hover:hover .middle {
  opacity: 1;
}

.text1 {
  background-color: #000000;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}




.price_configretion_section {
  width: 100%;
  float: left;
  /* background-color: #000000; */
  padding: 0 0 100px;
}


.price_configretion_section_contenar {
  width: 50%;
  margin: 0 auto;
}

.price_configretion_section_contenar_inner {
  width: 31.33%;
  float: left;
  margin: 0 1%;
}

.price_configretion_section h1 {
  color: #000000;
  font-size: 50px;
}

.price_configretion_section_contenar_inner {
  background-color: #ffffff;
}

.price_configretion_section_contenar_inner_bhk {
  width: 100%;
  float: left;
  background-color: #b2905a;
}

.price_configretion_section_contenar_inner_fomr {
  width: 100%;
  float: left;
  cursor: pointer;
  background-color: #000000;
}




.price_configretion_section_contenar_inner_bhk p {
  color: #ffffff;
  padding: 10px;
  margin: 0;
  text-align: center !important;
  font-size: 20px;
}


.price_configretion_section_contenar_inner_fomr p {
  text-align: center !important;
  padding: 10px;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
}


.textforcenter {
  text-align: center;
}