@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;   font-family: 'Poppins', sans-serif;    text-align: center;    width: 100%;    float: left;    line-height: normal;}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1366px) {
 h1, .headtitle {   }
}

@media screen and (max-width: 1152px) {
  h1, .headtitle {  font-size: 45px; }
 }

@media screen and (max-width: 1024px) {
 h1, .headtitle {  font-size: 45px;}
}

@media screen and (max-width: 768px) {
  h1, .headtitle {    font-size: 30px;  }
  .project01 h2{color: #000 !important;}
}

h1.secondary-title { font-size: 30px; font-family: 'Poppins', 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;}

}

.title-nexabook {font-family: 'Poppins', sans-serif;}

.title-nexalight { font-family: 'Poppins', sans-serif;

}

.title-nexabold {}

.text-dark-pink {  color: #992f4b !important;}

body {  font-size: 1rem; font-family: 'Poppins', sans-serif;  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.5% 0;
  z-index: 999;
  transition: all 0.6s ease;
  background: url(../images/nav.jpg) repeat;
  border-bottom: 5px solid #fff;}

@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:10px 0 10px;   }

  .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 {     } 

}

@media screen and (max-width: 999px) {

  header .navbar .navbar-brand {width: 100px;   position: relative;    padding: 0rem 0 0rem;  }

}

@media screen and (max-width: 500px) {

  header .navbar .navbar-brand {      position: relative;   }

}

@media screen and (max-width: 500px) {

  header .navbar .navbar-toggler {    margin: 15px 0 15px;  }

}

header .navbar .navbar-nav {font-family: 'Poppins', sans-serif;

    transition: all 0.6s ease;

    margin: 100px auto 0;

    display: flex;}

@media screen and (max-width: 1600px) {

  header .navbar .navbar-nav {    margin-top: 4%;  }

}

@media screen and (max-width: 999px) {

  header .navbar .navbar-nav {    margin-top: 3rem;    text-align: right;    margin-right: auto !important;  }

}

@media screen and (max-width: 500px) {

  header .navbar .navbar-nav {    margin-top: 0rem;}

}

header .navbar .navbar-nav .nav-item .nav-link { padding-right: 2rem;  padding-left: 2rem; text-transform: uppercase;font-size: 18px;  cursor: pointer;  color: #fff;   transition: all 0.6s ease;  position: relative;}

@media screen and (max-width: 1600px) {

  header .navbar .navbar-nav .nav-item .nav-link {    font-size: 14px;  }

}

@media screen and (max-width: 1500px) {

  header .navbar .navbar-nav .nav-item .nav-link {    padding: 0.4rem 0.8rem;  }

 



}

@media screen and (max-width: 1300px) {

  header .navbar .navbar-nav .nav-item .nav-link {    font-size: 13px;    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;    color: #fff;    padding-left: 0.6rem;    padding: 0.6rem 0.6rem;  }

}

header .navbar .navbar-nav .nav-item .nav-link:hover {  color:#d4c17c;  transition: all 0.4s ease;}

header .navbar .navbar-nav .nav-item .nav-link.active {  color: #d4c17c;  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;  }

@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: 0;font-family: 'Roboto', sans-serif;  /*text-transform: uppercase;*/  color: #fff;  /*background: #273896;*/  padding: 8px 17px;  vertical-align: middle;}

@media screen and (max-width: 999px) {

  header .calltop {    right: -30%;    top: 8px;    padding: 5px 17px;    left: 0;    margin: 0 auto;    background: #f06522;    width: -webkit-max-content;    width: -moz-max-content;    width: max-content;}

  header .calltop p {width: 100%;

  text-align: center;}

}

@media screen and (max-width: 500px) {

  header .calltop {

    width: 100%;

    text-align: center;

    right: 0;

    top: 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 {     padding: 8rem 0 20rem;
  float: left;
  width: 100%;

}

.project02 h2 {

     font-size: 25px;

    font-weight: normal;

    color: #fff;

    background-image: url(../img/bg-text.jpg);

    float: left;

    padding: 6px 65px;

}

.project02 h5 {

  margin-top: 1rem;

}



.intl-tel-input {

  position: relative;

}



.project01 {

  padding: 7rem 0 16rem;
  

  

}

@media screen and (max-width: 999px) {

  .project01 {

    padding: 0 0 5rem; 

  }

  .project02{

    padding: 0 0 5rem; 

  }

  .project06 p {

    width: 100%;

}

}

.project01 h2 {

  

  margin-bottom: 1rem;

  text-transform: uppercase;

}

.project01 ul li {

  margin-bottom: 8px;

}

.project06 p {

    width: 96%;

}



.project03 {    

    float: left;}

.project03 p {text-align: center;    font-size: 25px;    font-weight: 700;  line-height:normal;  color: #000;  width: 100%;    padding: 0% 0 0 0;}

	

.project03 h2 {    font-size: 50px;    font-weight: normal;    color: #000;      float: left;    padding: 6px 65px;    width: 100%;    display: block;    margin: 0 0% 20px;    text-align: center;}

	

.project03 ul {  margin-top: 0rem;padding: 0 0 0 0px;

    margin: 0 auto 0px;}

.project03 ul li {  margin: 0 0 0 0;

    list-style: none;

   }

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:8rem 0 5rem; background:#591b40;    float: left;

    width: 100%;

}

.project06 {      width: 100%; 

    float: left;   padding:5rem 0;}

.project06 p{line-height: 42px;

    text-align: center;

    color: #000;

    font-size: 19px;

    width: 70%;

    margin: 0 auto;

    display: block;

    float: none;

}

.project05 h2 {      text-align: center;    font-size: 50px;    font-weight: 700;    color: #000;    line-height: 35px;    width: 100%;    padding: 0% 0 0 0;}

.project05 h5 {  margin-top: 1rem;    text-align: center;    color: #000;    width: 60%;    text-transform: uppercase;    border-bottom: 4px solid transparent;        margin: 10px auto !important;    float: none;    padding: 20px 0;}



.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;font-family: 'Poppins', sans-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.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: 'Roboto', 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: #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: #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;

}

@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 { margin: 0 0 30px;
  color: #fff; width: 100%;
  text-align: center;
}

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: 'Poppins', 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;font-family: 'Poppins', sans-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: 'Roboto', 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:#000000ba;text-align:center;font-size:4rem;line-height:2rem;padding:30% 0 ;opacity:0;transition:all 0.6s ease;  color:#fff;}

.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: 100%;  height: 100%;  top: 0;  background: #000000ba;  text-align: center;  font-size: 4rem;  line-height: 2rem;  padding: 40% 0;  opacity: 0;  transition: all 0.6s ease;  color: #fff;}

.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;}

.owl-nav button.owl-next {  padding: 0 13px !important;
background: url(../images/next.png) !important; background-size: contain !important;
border: 1px solid #ffffff;
pointer-events: visible;
width: 38px;outline: 0;
height: 66px;}

.owl-nav button.owl-prev {      padding: 0 13px !important;
  background: url(../images/prev.png) !important; background-size: contain !important;
  border: 1px solid #ffffff;
  pointer-events: visible;outline: 0;
  width: 38px;
  height: 66px;
} 

.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 button.owl-prev,
  .owl-nav button.owl-next { width: 20px;
    height: 35px;}

}

.owl-nav span {  color: #fff0;  font-size: 24px;}

.owl-nav::after {  content: "";  display: table;  clear: both;}

.owl-nav .owl-next {  float: right;     margin: 0 -100px 0 0;}
.owl-nav .owl-prev{  float:left;     margin: 0 0 0 -100px;}

.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(125px);  transition: all ease-in 0.5s;}

@media screen and (max-width: 1366px) {

  .enquiry-wrapper .enquiry-box {    transform: translateX(112px);  }

}

@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: #838385;  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 0px;}

@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: #9e8a6d;  text-decoration: none;  font-size: 16px;}

@media screen and (max-width: 1366px) {

  .enquiry-wrapper .enquiry-box a {    font-size: 14px;  }

}

textarea {  resize: none;}

@media screen and (max-width: 500px) {

  .modal-title {    font-size: 1rem;    line-height: normal;  }

}

#thank-you { text-align: center;  height: 100vh;  padding: 11% 0;}

@media screen and (max-width: 999px) {

  #thank-you {    padding: 27% 0 0;  }

}

@media screen and (max-width: 500px) {

  #thank-you {    padding: 30% 0 0;  }

}

#thank-you h3 {  font-size: 3.5em;  text-transform: uppercase;  font-weight: 800;  color: #fff;}

@media screen and (max-width: 999px) {

  #thank-you h3 {    font-size: 2.5em;  }

}

@media screen and (max-width: 500px) {

  #thank-you h3 {    font-size: 2em;  }}

#thank-you p {  font-size: 1.2em;  color: #ffffff;}

@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;

  }

}/*# sourceMappingURL=style.css.map */