/*@Media Query Mixin*/
/*@Media Query Mixin End*/
html {
  font-family: 'Montserrat', sans-serif;
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0;
}

h1, h2, h3, h4, h5, li, button, input, textarea, label {
  font-family: 'Montserrat', sans-serif;
}

.container {
  max-width: 1588px;
  margin: 0 auto;
  padding: 0;
}

.container_sub {
  width: 71%;
  margin: 0 auto;
  padding: 0;
}

.mr-auto,
.mx-auto {
  margin-left: auto !important;
  margin-right: unset !important;
}

.bg-light {
  background-color: transparent !important;
}

.row {
  margin: 0;
}

.clear {
  clear: both;
}

img {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

@-webkit-keyframes animateimg {
  0% {
    -webkit-transform: translatex(-100%);
            transform: translatex(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
    opacity: 1;
  }
}

@keyframes animateimg {
  0% {
    -webkit-transform: translatex(-100%);
            transform: translatex(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
    opacity: 1;
  }
}

p,
label {
  font-size: 14px;
  margin: 0;
}

@media screen and (max-width: 1366px) {
  p,
  label {
    line-height: 24px;
  }
}

.light {
  font-weight: 300;
}

.center {
  text-align: center;
}

@media screen and (max-width: 1700px) {
  .container {
    max-width: 90%;
  }
  .container_sub {
    width: 85%;
  }
  p {
    font-size: 14px;
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .container_sub {
    width: 89%;
  }
  p {
    font-size: 13px;
    margin: 0;
    line-height: 22px;
  }
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 999px) {
  header {
    background: #000;
  }
}

header .navbar {
  padding-left: 0;
  padding-right: 0;
}

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

.italic {
  font-style: italic;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.navbar-brand img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1700px) {
  .navbar-brand img {
    width: 193px;
  }
}

@media screen and (max-width: 1366px) {
  .navbar-brand img {
    width: 160px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-brand img {
    width: 100px;
  }
}

@media screen and (max-width: 500px) {
  .navbar-brand img {
    width: 107px;
  }
}

@media screen and (max-width: 1700px) {
  .navbar-brand img.smallogo {
    width: 170px;
  }
}

@media screen and (max-width: 1366px) {
  .navbar-brand img.smallogo {
    width: 150px;
  }
}

@media screen and (max-width: 999px) {
  .navbar-brand img.smallogo {
    width: 160px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 500px) {
  .navbar-brand img.smallogo {
    width: 150px;
    padding: 8px 0;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

@media screen and (max-width: 999px) {
  .dropdown-submenu > .dropdown-menu {
    padding: 0 8%;
  }
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 17px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  color: #cfb682;
}

.navbar-expand-lg .navbar-nav .nav-link:before {
  content: '.';
  position: absolute;
  left: 0;
  top: 0;
  color: #cfb682;
  font-size: 20px;
  font-weight: 600;
  line-height: 14px;
}

@media screen and (max-width: 1366px) {
  .navbar-expand-lg .navbar-nav .nav-link:before {
    line-height: 7px;
  }
}

@media screen and (max-width: 999px) {
  .navbar-expand-lg .navbar-nav .nav-link:before {
    content: none;
  }
}

@media screen and (max-width: 1500px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0 13px;
  }
}

@media screen and (max-width: 1366px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 11px;
    padding: 0 8px;
  }
}

@media screen and (max-width: 999px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    width: 100%;
    padding: 2% 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    padding: 2.5% 12px;
  }
}

.navbar-expand-lg .navbar-nav .nav-item.active a.nav-link {
  color: #cfb682;
}

.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link:before {
  content: '';
}

.drphvr.dropdown-toggle::after {
  position: absolute;
  right: 11%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  color: #cfb682;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  background: transparent;
  width: 204px;
  height: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

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

.dropdown-menu li {
  padding: 0 0;
  width: 100%;
  float: left;
  height: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.dropdown-menu li a.dropdown-item {
  color: #9c854a !important;
  background: #000000e0;
  padding: 3% 14%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 999px) {
  .dropdown-menu li a.dropdown-item {
    padding: 2% 8%;
    color: #ffffff !important;
    background: unset;
  }
}

.dropdown-menu li a.active {
  background: #9c854a;
  color: #fff !important;
}

.dropdown-menu li:last-child a.dropdown-item {
  border-bottom: 0px solid #9c854a;
}

.dropdown-menu li a.dropdown-item {
  color: #fff;
  border-bottom: 1px solid #9c854a;
  text-transform: uppercase;
  font-size: 13px;
}

@media screen and (max-width: 1366px) {
  .dropdown-menu li a.dropdown-item {
    font-size: 12px;
  }
}

@media screen and (max-width: 999px) {
  .dropdown-menu li a.dropdown-item {
    border-bottom: 0px solid #9c854a;
    position: relative;
  }
}

.dropdown-menu li a.dropdown-item:hover {
  background: #9c854ae0;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 999px) {
  .dropdown-menu li a.dropdown-item:hover {
    background: none;
    color: #9c854ae0 !important;
  }
}

.dropdown:hover .dropdown-menu {
  height: auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.dropdown:hover .dropdown-menu li {
  height: auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

header .biglogo {
  display: block;
}

header .smallogo {
  display: none;
}

header.header1 {
  position: fixed;
  background: #232323e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.header1 .biglogo {
  display: none;
}

header.header1 .smallogo {
  display: block;
}

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

.main {
  width: 100%;
}

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

.main .stretcher {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  height: 77vh;
  font-size: 0;
  margin: 0;
  padding: 0;
  background: #000;
}

@media screen and (max-width: 1680px) {
  .main .stretcher {
    height: 61vh;
  }
}

@media screen and (max-width: 1600px) {
  .main .stretcher {
    height: 75vh;
  }
}

@media screen and (max-width: 1500px) {
  .main .stretcher {
    height: 65vh;
  }
}

@media screen and (max-width: 1400px) {
  .main .stretcher {
    height: 77vh;
  }
}

@media screen and (max-width: 999px) {
  .main .stretcher {
    height: 43vh;
  }
}

@media screen and (max-width: 500px) {
  .main .stretcher {
    height: auto;
  }
}

.main .stretcher .stretcher-list {
  position: relative;
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 20%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.main .stretcher .stretcher-list::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 500px) {
  .main .stretcher .stretcher-list {
    width: 100%;
    float: left;
    height: 35vh;
  }
}

.main .stretcher .stretcher-list.inactive {
  width: 18%;
}

.main .stretcher .stretcher-list.inactive::after {
  background: #000000b8;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 500px) {
  .main .stretcher .stretcher-list.inactive {
    width: 100%;
  }
}

.main .stretcher .stretcher-list.active {
  width: 28%;
}

.main .stretcher .stretcher-list.active a {
  width: 100%;
  height: 100%;
  position: absolute;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: 11;
}

@media screen and (max-width: 500px) {
  .main .stretcher .stretcher-list.active {
    width: 100%;
  }
}

.main .stretcher .stretcher-list.active::after {
  background: transparent;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.main .stretcher .stretcher-list.more {
  width: 18%;
}

.main .stretcher .content {
  width: 100%;
  margin: 22rem 0 0;
}

@media screen and (max-width: 1680px) {
  .main .stretcher .content {
    margin: 17rem 0 0;
  }
}

@media screen and (max-width: 1440px) {
  .main .stretcher .content {
    margin: 15rem 0 0;
  }
}

@media screen and (max-width: 500px) {
  .main .stretcher .content {
    margin: 4.8rem 0 0;
  }
}

.main .stretcher .content h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
}

.main .stretcher .content h3 span {
  background: url(../images/txt-patch.jpg) repeat;
  background-size: 100%;
  background-position: 0;
}

.main .stretcher .content h3 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

@media screen and (max-width: 1700px) {
  .main .stretcher .content h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  .main .stretcher .content h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 999px) {
  .main .stretcher .content h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .main .stretcher .content h3 {
    font-size: 14px;
    line-height: normal;
  }
}

.main .stretcher .content h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  color: #fff;
  line-height: 23px;
  margin: 18px 0 0;
}

.main .stretcher .content h4 span {
  font-weight: 300;
}

@media screen and (max-width: 1700px) {
  .main .stretcher .content h4 {
    font-size: 17px;
    line-height: 20px;
    margin: 1% 0 0;
  }
}

@media screen and (max-width: 1366px) {
  .main .stretcher .content h4 {
    font-size: 15px;
    line-height: 20px;
    margin: 1% 0 0;
  }
}

@media screen and (max-width: 999px) {
  .main .stretcher .content h4 {
    font-size: 13px;
    line-height: 17px;
  }
}

@media screen and (max-width: 500px) {
  .main .stretcher .content h4 {
    font-size: 14px;
    line-height: 16px;
    margin: 0.4% 0 0;
  }
}

.main .stretcher .content .divder {
  width: 90px;
  background: url(../images/txt-patch.jpg) no-repeat;
  background-size: cover;
  height: 6px;
  margin: 16px auto;
}

@media screen and (max-width: 1366px) {
  .main .stretcher .content .divder {
    height: 4px;
    margin: 12px auto;
  }
}

@media screen and (max-width: 500px) {
  .main .stretcher .content .divder {
    height: 2px;
    margin: 8px auto;
  }
}

.main .stretcher .content ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

.main .stretcher .content ul li {
  list-style-type: disc;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0 0 2px;
}

@media screen and (max-width: 1366px) {
  .main .stretcher .content ul li {
    font-size: 12px;
    margin: 0 0 4px;
  }
}

#our_journyomep {
  width: 100%;
  background: url(../images/our_jou_homebg.jpg) no-repeat;
  background-size: 100%;
  padding: 6% 0;
}

@media screen and (max-width: 1680px) {
  #our_journyomep {
    padding: 5% 0;
  }
}

@media screen and (max-width: 1600px) {
  #our_journyomep {
    padding: 3% 0;
  }
}

@media screen and (max-width: 1440px) {
  #our_journyomep {
    background-size: cover;
  }
}

#our_journyomep h3 {
  font-size: 30px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 1680px) {
  #our_journyomep h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 999px) {
  #our_journyomep h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  #our_journyomep h3 {
    font-size: 19px;
    text-align: center;
  }
}

#our_journyomep .profile {
  width: 100%;
  margin: 4% 0;
}

@media screen and (max-width: 999px) {
  #our_journyomep .profile {
    margin: 2% 0 0;
  }
}

#our_journyomep .profile .primg {
  padding: 0;
}

@media screen and (max-width: 1366px) {
  #our_journyomep .profile .primg {
    padding: 0% 5%;
  }
}

@media screen and (max-width: 1024px) {
  #our_journyomep .profile .primg {
    padding: 0% 2%;
  }
}

@media screen and (max-width: 999px) {
  #our_journyomep .profile .primg {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  #our_journyomep .profile .primg {
    padding: 0% 18%;
    text-align: center;
  }
}

#our_journyomep .profile .primg img {
  border: 1px solid #b99a5e;
}

#our_journyomep .profile .prtxt {
  padding: 0;
  margin: 20% 0 0;
}

@media screen and (max-width: 1500px) {
  #our_journyomep .profile .prtxt {
    padding: 0 0 0 4%;
    margin: 17% 0 0;
  }
}

@media screen and (max-width: 1366px) {
  #our_journyomep .profile .prtxt {
    padding: 0%;
    margin: 17% 0 0;
  }
}

@media screen and (max-width: 999px) {
  #our_journyomep .profile .prtxt {
    margin: 2% 0 0;
  }
}

@media screen and (max-width: 500px) {
  #our_journyomep .profile .prtxt {
    margin: 8% 0 0;
  }
}

#our_journyomep .profile h4 {
  color: #d1a348;
  font-weight: 500;
  font-size: 24px;
}

#our_journyomep .profile h4 span {
  color: #333;
  font-size: 18px;
}

@media screen and (max-width: 1500px) {
  #our_journyomep .profile h4 span {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  #our_journyomep .profile h4 span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1500px) {
  #our_journyomep .profile h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  #our_journyomep .profile h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  #our_journyomep .profile h4 {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }
}

#our_journyomep .profile p {
  font-weight: 300;
  text-align: left;
}

#our_journyomep .proftxt p {
  margin: 0 0 4%;
  line-height: 31px;
}

@media screen and (max-width: 1366px) {
  #our_journyomep .proftxt p {
    line-height: 24px;
  }
}

@media screen and (max-width: 999px) {
  #our_journyomep .proftxt p {
    margin: 0;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  #our_journyomep .proftxt p {
    line-height: 24px;
  }
}

@media screen and (max-width: 500px) {
  #our_journyomep .proftxt p {
    text-align: justify;
    line-height: 24px;
  }
}

#archiment_hm_main {
  width: 100%;
  background: url(../images/archuiment_hm-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 6% 0;
}

#archiment_hm_main h3 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

#archiment_hm_main h3 span {
  background: url(../images/txt-patch.jpg) no-repeat;
  background-size: cover;
  background-position: right;
}

#archiment_hm_main h3 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

@media screen and (max-width: 1680px) {
  #archiment_hm_main h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 999px) {
  #archiment_hm_main h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  #archiment_hm_main h3 {
    font-size: 19px;
  }
}

#archiment_hm_main p {
  text-align: center;
  margin: 2% 0 0;
}

@media screen and (max-width: 1024px) {
  #archiment_hm_main p {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  #archiment_hm_main p {
    margin: 7% 0 0;
  }
}

#archiment_hm_main p a {
  text-decoration: none;
}

#archiment_hm_main p a:focus {
  outline: 0;
}

#archiment_hm_main p a.bt {
  color: #b69e6f;
  background: #eaeaea;
  border: 1px solid #b69e6f;
  padding: 0.8% 3%;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#archiment_hm_main p a.bt:hover {
  background: #b69e6f;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 999px) {
  #archiment_hm_main p a.bt {
    font-size: 16px;
    padding: 1.2% 4%;
  }
}

@media screen and (max-width: 500px) {
  #archiment_hm_main p a.bt {
    padding: 1.8% 11%;
  }
}

#archiment_hm_main ul {
  list-style-type: none;
  margin: 7% auto 0;
  padding: 0;
  text-align: center;
}

#archiment_hm_main ul li {
  width: 31.6%;
  margin-right: 2%;
  background: url(../images/archiv-patch.png) no-repeat;
  background-size: cover;
  display: inline-block;
  height: 220px;
  vertical-align: top;
  margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {
  #archiment_hm_main ul li {
    margin-bottom: 0%;
  }
}

#archiment_hm_main ul li:nth-child(1) span {
  padding: 4em 0 0;
}

@media screen and (max-width: 1680px) {
  #archiment_hm_main ul li:nth-child(1) span {
    padding: 5em 0 0;
  }
}

@media screen and (max-width: 1200px) {
  #archiment_hm_main ul li:nth-child(1) span {
    padding: 4em 0 0;
  }
}

@media screen and (max-width: 500px) {
  #archiment_hm_main ul li:nth-child(1) span {
    padding: 5em 0 0;
  }
}

#archiment_hm_main ul li span {
  font-size: 18px;
  text-align: center;
  padding: 3em 0 0;
  width: 100%;
  float: left;
}

@media screen and (max-width: 1680px) {
  #archiment_hm_main ul li span {
    font-size: 16px;
    padding: 4em 0 0;
  }
}

@media screen and (max-width: 1440px) {
  #archiment_hm_main ul li span {
    font-size: 15px;
    padding: 4em 0 0;
  }
}

@media screen and (max-width: 1024px) {
  #archiment_hm_main ul li span {
    font-size: 12px;
  }
}

@media screen and (max-width: 999px) {
  #archiment_hm_main ul li span {
    font-size: 13px;
    padding: 4em 0 0;
  }
}

@media screen and (max-width: 500px) {
  #archiment_hm_main ul li span {
    font-size: 12px;
    padding: 4em 0 0;
  }
}

@media screen and (max-width: 1366px) {
  #archiment_hm_main ul li {
    background-position: -19px 0;
  }
}

@media screen and (max-width: 1024px) {
  #archiment_hm_main ul li {
    background-size: 102%;
    background-position: -2px 0;
  }
}

@media screen and (max-width: 999px) {
  #archiment_hm_main ul li {
    width: 47%;
    height: 183px;
  }
}

@media screen and (max-width: 500px) {
  #archiment_hm_main ul li {
    background-position: -2px 0;
    width: 100%;
    margin-right: 0;
    height: 163px;
    margin-top: 10px;
  }
}

#archiment_hm_main ul :nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 999px) {
  #archiment_hm_main ul :nth-child(3) {
    margin-right: 2%;
  }
}

#residential_home {
  width: 100%;
  background: url(../images/residence_home.jpg) no-repeat #fffdf6;
  background-position: left;
  padding: 6% 0;
}

#residential_home h3 {
  font-size: 30px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 1680px) {
  #residential_home h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 999px) {
  #residential_home h3 {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  #residential_home h3 {
    font-size: 19px;
    text-align: center;
  }
}

.residential_sub {
  width: 100%;
  background: #525559;
  position: relative;
  margin: 5% 0 0;
  z-index: 1;
}

.residential_sub .img {
  overflow: hidden;
  background: #525559;
}

.residential_sub .img .carousel-control-next-icon,
.residential_sub .img .carousel-control-prev-icon {
  width: 32px;
  height: 30px;
}

.residential_sub .img .carousel-control-next,
.residential_sub .img .carousel-control-prev {
  opacity: 1;
}

.residential_sub .img .carousel-control-next-icon {
  background: url(../images/controls.png) no-repeat -65px -18px;
}

.residential_sub .img .carousel-control-prev-icon {
  background: url(../images/controls.png) no-repeat 0px -18px;
}

.residential_sub .img img {
  width: 100%;
}

.residential_sub .img img.reside {
  position: relative;
}

@media screen and (max-width: 500px) {
  .residential_sub .img img.reside {
    -webkit-animation: none;
            animation: none;
  }
}

.residential_sub:before {
  content: '';
  background: #000;
  width: 86%;
  height: 89%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 1.5%;
  z-index: -1;
  -webkit-box-shadow: 0px 8px 26px -1px #333;
          box-shadow: 0px 8px 26px -1px #333;
}

.resitxt_sec {
  padding: 9% 5% 0;
  background: #525559;
}

.resitxt_sec h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 9%;
}

@media screen and (max-width: 1366px) {
  .resitxt_sec h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  .resitxt_sec h4 {
    font-size: 18px;
    margin: 0 0 2%;
  }
}

@media screen and (max-width: 500px) {
  .resitxt_sec h4 {
    font-size: 15px;
    margin: 0 0 3%;
  }
}

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

@media screen and (max-width: 500px) {
  .resitxt_sec ul {
    margin: 0 0 3%;
  }
}

.resitxt_sec ul li {
  color: #d1a348;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 2%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.resitxt_sec ul li.active span {
  color: #d1a348;
}

.resitxt_sec ul li a {
  text-decoration: none;
  color: #fff;
}

.resitxt_sec ul li span {
  color: #fff;
  position: relative;
  cursor: pointer;
}

.resitxt_sec ul li span:hover {
  color: #d1a348;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1366px) {
  .resitxt_sec ul li {
    font-size: 15px;
    margin: 0 0 3%;
  }
}

@media screen and (max-width: 999px) {
  .resitxt_sec ul li {
    font-size: 14px;
    margin: 0 0 2%;
  }
}

@media screen and (max-width: 500px) {
  .resitxt_sec ul li {
    font-size: 13px;
    margin: 0 0 1%;
  }
}

#footer {
  width: 100%;
  background: #000;
  margin: 0;
  padding: 0;
  float: left;
}

@media screen and (max-width: 1366px) {
  #footer {
    margin: 0 0 34px;
  }
}

#footer p {
  font-weight: 300;
  font-size: 13px;
}

@media screen and (max-width: 1366px) {
  #footer p {
    font-size: 12px;
  }
}

.ft_sub {
  padding: 1% 0;
}

@media screen and (max-width: 1366px) {
  .ft_sub {
    padding: 2% 0;
  }
}

.ft_sub .subft {
  width: 20%;
  display: -ms-inline-grid;
  display: inline-grid;
  margin: 0 4% 0 0%;
}

@media screen and (max-width: 1366px) {
  .ft_sub .subft {
    width: 22%;
  }
}

@media screen and (max-width: 500px) {
  .ft_sub .subft {
    width: 100%;
  }
}

.ft_sub ul {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 1366px) {
  .ft_sub ul {
    margin: 7px;
  }
}

.ft_sub ul li {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 2%;
  line-height: 23px;
}

@media screen and (max-width: 1366px) {
  .ft_sub ul li {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 2.5%;
  }
}

@media screen and (max-width: 500px) {
  .ft_sub ul li {
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 1.5%;
  }
}

.ft_sub ul li a {
  color: #999;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ft_sub ul li a:hover {
  color: #9c7f52;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

h5.ft_head {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  position: relative;
  line-height: 38px;
  padding: 3% 0 0;
}

@media screen and (max-width: 1366px) {
  h5.ft_head {
    font-size: 18px;
    line-height: 22px;
    padding: 3% 0 9px;
  }
}

h5.ft_head:before {
  content: '';
  position: absolute;
  height: 4px;
  width: 50%;
  background: #9c7f52;
  left: 0;
  bottom: 0;
}

h5.ft_head a {
  color: #fff;
  text-decoration: none;
}

.ft-social {
  width: 100%;
  background: #2a2a2a;
  margin: 0;
  padding: 0;
}

.ft-social p {
  color: #999;
  font-weight: 400;
  padding: 1% 0;
}

.ft-social p a {
  text-decoration: none;
  color: #999;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ft-social p a:hover {
  color: #9c7f52;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ft-lst {
  width: 100%;
  margin: 0;
  padding: 1% 0;
  background: #2a2a2a;
}

.ft-left p {
  text-align: left;
  color: #999;
}

.ft-left p a {
  text-decoration: none;
  color: #999;
}

.ft-left p a:hover {
  color: #9c7f52;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.ft-left.t-align p {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .ft-left.t-align p {
    text-align: left;
  }
}

#about-ourjourny {
  width: 100%;
}

@media screen and (max-width: 999px) {
  #about-ourjourny {
    margin: 76px 0 0;
  }
}

#about-ourjourny .about_ourjournybg {
  width: 100%;
  background: url("../images/about-us/our-journeybg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}

@media screen and (max-width: 900px) {
  #about-ourjourny .about_ourjournybg {
    background: none;
  }
}

#about-ourjourny .about_ourjournybg img {
  visibility: hidden;
}

@media screen and (max-width: 999px) {
  #about-ourjourny .about_ourjournybg img {
    visibility: visible;
  }
}

#about-ourjourny .txt {
  width: 69%;
  margin: 0 auto;
  padding: 17% 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1366px) {
  #about-ourjourny .txt {
    width: 71%;
    padding: 14% 0 0;
  }
}

@media screen and (max-width: 999px) {
  #about-ourjourny .txt {
    width: 100%;
    padding: 0 0 0;
    position: unset;
    margin: 6% 0 9%;
  }
}

@media screen and (max-width: 500px) {
  #about-ourjourny .txt {
    margin: 6% 0 17%;
  }
}

#about-ourjourny .txt h1 {
  font-size: 30px;
  color: #e4cf89;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 1680px) {
  #about-ourjourny .txt h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 999px) {
  #about-ourjourny .txt h1 {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  #about-ourjourny .txt h1 {
    font-size: 19px;
    text-align: center;
  }
}

#about-ourjourny .txt p {
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 26px;
  margin: 2.5% 0 0;
}

@media screen and (max-width: 1366px) {
  #about-ourjourny .txt p {
    line-height: 24px;
  }
}

@media screen and (max-width: 999px) {
  #about-ourjourny .txt p {
    color: #000;
    line-height: 22px;
  }
}

.our_juorsecond {
  background: url("../images/about-us/bg-patch.jpg") repeat;
  padding: 0 0 17%;
}

@media screen and (max-width: 1680px) {
  .our_juorsecond {
    padding: 0 0 9%;
  }
}

.our_juorsecond p {
  font-weight: 300;
  margin: 18% 0 0;
  line-height: 30px;
  padding: 0 16% 0 0;
}

@media screen and (max-width: 1680px) {
  .our_juorsecond p {
    margin: 9% 0 0;
    padding: 0 4% 0 0;
  }
}

@media screen and (max-width: 1440px) {
  .our_juorsecond p {
    margin: 12% 0 0;
    padding: 0 16% 0 0;
  }
}

@media screen and (max-width: 1366px) {
  .our_juorsecond p {
    line-height: 24px;
    padding-right: 10%;
  }
}

@media screen and (max-width: 999px) {
  .our_juorsecond p {
    margin: 3% 0 0;
    padding: 0;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  .our_juorsecond p {
    margin: 7% 0 0;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  .our_juorsecond p {
    margin: 7% 0 0;
    padding: 0;
    line-height: 26px;
  }
}

.jourimg {
  position: relative;
  margin: -5% 0 0;
}

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

#change_industry {
  width: 100%;
  padding: 9% 0 15%;
  background: #ecebe9;
  text-align: center;
}

#change_industry h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  padding: 0 0 5%;
  margin: 0;
}

@media screen and (max-width: 1680px) {
  #change_industry h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 999px) {
  #change_industry h3 {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  #change_industry h3 {
    font-size: 19px;
    text-align: center;
  }
}

#change_industry .chnagevimis {
  padding: 0 3%;
}

@media screen and (max-width: 500px) {
  #change_industry .chnagevimis {
    padding: 7% 3%;
  }
}

#change_industry .chnagevimis .ico {
  text-align: center;
  height: 73px;
  position: relative;
}

@media screen and (max-width: 500px) {
  #change_industry .chnagevimis .ico {
    height: auto;
    width: 64px;
    margin: 0 auto 11px;
  }
}

#change_industry .chnagevimis h4 {
  text-align: center;
  font-size: 24px;
  color: #aa8c46;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  #change_industry .chnagevimis h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  #change_industry .chnagevimis h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  #change_industry .chnagevimis h4 {
    font-size: 16px;
  }
}

#change_industry .chnagevimis p {
  font-weight: 300;
  text-align: center;
  line-height: 27px;
  margin: 8% 0 0;
}

@media screen and (max-width: 1366px) {
  #change_industry .chnagevimis p {
    line-height: 24px;
  }
}

@media screen and (max-width: 999px) {
  #change_industry .chnagevimis p {
    line-height: 22px;
    margin: 3% 0 8%;
  }
}

@media screen and (max-width: 500px) {
  #change_industry .chnagevimis p {
    line-height: 24px;
    margin: 3% 0 0;
  }
}

#change_industry .chnagevimis:before {
  content: '';
  width: 1px;
  height: 73%;
  position: absolute;
  right: 0;
  background: url(../images/about-us/line.jpg) no-repeat;
  background-size: cover;
  top: 29%;
}

@media screen and (max-width: 500px) {
  #change_industry .chnagevimis:before {
    content: none;
  }
}

#change_industry .chnagevimis:after {
  content: '';
  width: 21px;
  height: 23px;
  position: absolute;
  right: -10px;
  background: url(../images/about-us/star.png) no-repeat;
  background-size: 100%;
  bottom: 33%;
}

@media screen and (max-width: 500px) {
  #change_industry .chnagevimis:after {
    content: none;
  }
}

#change_industry .chnagevimis:last-child:before {
  width: 0;
  height: 0;
}

#change_industry .chnagevimis:last-child:after {
  width: 0;
  height: 0;
}

#abt-chairman {
  width: 100%;
  background: url("../images/about-us/chairman-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#abt-chairman .imgsec {
  margin: -7% 0 0;
}

@media screen and (max-width: 500px) {
  #abt-chairman .imgsec {
    margin: 0;
  }
}

#abt-chairman h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 6% 0 0;
}

#abt-chairman h4 span {
  font-size: 18px;
}

@media screen and (max-width: 1366px) {
  #abt-chairman h4 span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  #abt-chairman h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  #abt-chairman h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  #abt-chairman h4 {
    font-size: 16px;
  }
}

#abt-chairman p {
  font-weight: 500;
  color: #fff;
  margin: 5% 0 0;
}

@media screen and (max-width: 1366px) {
  #abt-chairman p {
    margin: 4% 0 0;
  }
}

#abt-chairman .txt_sec ul {
  margin: 0;
  padding: 0;
}

#abt-chairman .txt_sec ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  list-style-type: none;
  border-bottom: 1px solid #fff;
  width: 85%;
  padding: 1.5% 0;
}

@media screen and (max-width: 1700px) {
  #abt-chairman .txt_sec ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 1366px) {
  #abt-chairman .txt_sec ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  #abt-chairman .txt_sec ul li {
    width: 95%;
    font-size: 13px;
  }
}

#abt-chairman .txt_sec ul li span {
  font-weight: 600;
  text-transform: uppercase;
}

#abt-chairman .txt_sec ul li:last-child {
  border-bottom: 0;
}

#abt-chairman .mrchair {
  padding: 7% 0 14%;
}

#pr_landing {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #pr_landing {
    padding-top: 10%;
  }
}

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

@media screen and (max-width: 500px) {
  #pr_landing {
    margin: 81px 0 0;
    padding-top: 0;
  }
}

#pr_landing img {
  visibility: hidden;
}

@media screen and (max-width: 999px) {
  #pr_landing img {
    visibility: visible;
  }
}

#pr_landing.ourvertireal {
  background: url("../images/our-vertical/mumbai/topbg.jpg") no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
  #pr_landing.ourvertireal {
    padding-top: 25%;
    background-attachment: scroll;
    background-size: cover;
  }
}

@media screen and (max-width: 999px) {
  #pr_landing.ourvertireal {
    background: none;
    margin: 76px 0 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 500px) {
  #pr_landing.ourvertireal {
    margin: 81px 0 0;
  }
}

#pr_landing .text_sec {
  width: 56%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19%;
  margin: 0 auto;
}

@media screen and (max-width: 1366px) {
  #pr_landing .text_sec {
    width: 77%;
  }
}

@media screen and (max-width: 999px) {
  #pr_landing .text_sec {
    position: unset;
    width: 90%;
    margin: 6% auto 3%;
  }
}

#pr_landing .text_sec h1 {
  font-size: 51px;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  color: #e4cf89;
}

@media screen and (max-width: 1366px) {
  #pr_landing .text_sec h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 500px) {
  #pr_landing .text_sec h1 {
    font-size: 24px;
    line-height: 15px;
  }
}

#pr_landing .text_sec h4 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
}

@media screen and (max-width: 1366px) {
  #pr_landing .text_sec h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  #pr_landing .text_sec h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  #pr_landing .text_sec h4 {
    font-size: 16px;
    color: #000;
  }
}

#pr_landing .text_sec p {
  font-weight: 300;
  text-align: center;
  color: #fff;
  line-height: 26px;
  margin: 2% 0 0;
}

@media screen and (max-width: 1366px) {
  #pr_landing .text_sec p {
    line-height: 24px;
  }
}

@media screen and (max-width: 999px) {
  #pr_landing .text_sec p {
    color: #000;
  }
}

#pr_landing .text_sec .divder {
  width: 90px;
  background: url(../images/txt-patch.jpg) no-repeat;
  background-size: cover;
  height: 4px;
  margin: 22px auto;
}

@media screen and (max-width: 1366px) {
  #pr_landing .text_sec .divder {
    margin: 10px auto;
  }
}

@media screen and (max-width: 1366px) {
  #pr_landing .text_sec .divder {
    height: 2px;
    width: 79px;
  }
}

#pr_landing.csrbg {
  background: url("../images/csr/bg.jpg") no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
  #pr_landing.csrbg {
    background-size: cover;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 999px) {
  #pr_landing.csrbg {
    background: none;
  }
}

#pr_landing.csrbg .text_sec,
#pr_landing.csrbg .text_sec {
  bottom: 30%;
}

@media screen and (max-width: 1680px) {
  #pr_landing.csrbg .text_sec,
  #pr_landing.csrbg .text_sec {
    bottom: 21%;
    width: 64%;
  }
}

@media screen and (max-width: 500px) {
  #pr_landing.csrbg .text_sec,
  #pr_landing.csrbg .text_sec {
    width: 95%;
  }
}

#pr_landing.textilebtg {
  background: url("../images/textile/bg.jpg") no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
  #pr_landing.textilebtg {
    background-attachment: scroll;
    background-size: cover;
  }
}

@media screen and (max-width: 999px) {
  #pr_landing.textilebtg {
    background: none;
    margin: 117px 0 0;
  }
}

@media screen and (max-width: 500px) {
  #pr_landing.textilebtg {
    background: none;
    margin: 81px 0 0;
  }
}

#pr_landing.textilebtg .text_sec {
  bottom: 30%;
}

@media screen and (max-width: 1680px) {
  #pr_landing.textilebtg .text_sec {
    bottom: 21%;
    width: 64%;
  }
}

@media screen and (max-width: 1366px) {
  #pr_landing.textilebtg .text_sec {
    bottom: 22%;
  }
}

@media screen and (max-width: 999px) {
  #pr_landing.textilebtg .text_sec {
    width: 94%;
  }
}

#ouur_verti_landing {
  width: 100%;
  /* background: url(../images/about-us/bg-patch.jpg)repeat; */
  padding: 3% 0;
}

ul.relaestate_maintab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: normal;
}

ul.relaestate_maintab li {
  display: inline-block;
  width: 33.1%;
}

@media screen and (max-width: 1280px) {
  ul.relaestate_maintab li {
    width: 33%;
  }
}

@media screen and (max-width: 999px) {
  ul.relaestate_maintab li {
    width: 32.8%;
  }
}

@media screen and (max-width: 500px) {
  ul.relaestate_maintab li {
    width: 100%;
  }
}

ul.relaestate_maintab li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  background: #cfcfcf;
  width: 100%;
  text-align: center;
  float: left;
  padding: 1.5% 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}

@media screen and (max-width: 1366px) {
  ul.relaestate_maintab li a {
    font-size: 18px;
    padding: 2% 0;
  }
}

@media screen and (max-width: 999px) {
  ul.relaestate_maintab li a {
    font-size: 16px;
    padding: 5% 0;
  }
}

@media screen and (max-width: 500px) {
  ul.relaestate_maintab li a {
    font-size: 13px;
    padding: 2% 0;
  }
}

ul.relaestate_maintab li a:before {
  content: '';
  position: absolute;
  background: #c5aa68;
  bottom: -9px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 24px;
  height: 24px;
  opacity: 0;
  margin: 0 auto;
  right: 0;
}

ul.relaestate_maintab li a.active, ul.relaestate_maintab li a:hover {
  background: #c5aa68;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}

ul.relaestate_maintab li a.active:before, ul.relaestate_maintab li a:hover:before {
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media screen and (max-width: 1366px) {
  ul.relaestate_maintab li a.active:before, ul.relaestate_maintab li a:hover:before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 999px) {
  ul.relaestate_maintab li a.active:before, ul.relaestate_maintab li a:hover:before {
    width: 13px;
    height: 13px;
    bottom: -6px;
  }
}

@media screen and (max-width: 500px) {
  ul.relaestate_maintab li a.active:before, ul.relaestate_maintab li a:hover:before {
    content: none;
  }
}

.solarbg {
  background: url("../images/solar-energy/bg.jpg") no-repeat;
  background-size: 100%;
}

.solarbg p strong {
  font-weight: 600;
}

.relaTabnav {
  list-style-type: none;
  margin: -4px 0 0;
  padding: 0;
  background: #000;
  width: 99.8%;
  background: #333333;
}

.relaTabnav li {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #ccc;
  padding: 0.8% 2%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
  font-size: 16px;
}

@media screen and (max-width: 1366px) {
  .relaTabnav li {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .relaTabnav li {
    font-size: 13px;
  }
}

.relaTabnav li:hover, .relaTabnav li.current {
  color: #c5aa68;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.relaTabnav li:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 32%;
  background: #ccc;
  top: 39%;
  right: 0;
}

.relaTabnav li:last-child:before {
  width: 0px;
}

.tabcon {
  width: 100%;
  margin: 5% 0 0;
}

.tabcon .row {
  height: 900px;
}

@media screen and (max-width: 500px) {
  .tabcon .row {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .tabcon .col-md-6 {
    margin: 0 0 6%;
  }
}

.tabcon.relcontent {
  display: none;
}

.tabcon.active {
  display: block;
}

.tabcon.current {
  display: block;
}

.tabcon .paddl {
  margin-right: 6%;
}

@media screen and (max-width: 500px) {
  .tabcon .paddl {
    margin-right: 0%;
  }
}

.tabcon .paddr {
  margin-left: 6%;
}

@media screen and (max-width: 500px) {
  .tabcon .paddr {
    margin-left: 0%;
  }
}

.tabcon h6 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 4%;
}

@media screen and (max-width: 1366px) {
  .tabcon h6 {
    font-size: 14px;
    line-height: 21px;
  }
}

.tabcon p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 5%;
  line-height: 23px;
}

@media screen and (max-width: 1366px) {
  .tabcon p {
    font-size: 13px;
    line-height: 22px;
  }
}

.tabcon .txtthmb {
  background: #545353d9;
  width: 100%;
  padding: 38px 9%;
}

.tabcon .txtthmb a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 1% 5%;
  font-size: 14px;
}

.tabcon .txtthmb a:hover {
  color: #717171e3;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.tabcon .verti {
  position: relative;
}

.tabcon .verti .txtlogosec {
  width: 60%;
  position: relative;
  right: 0;
  top: 50%;
  margin: -109px 0 0 0;
  float: right;
}

@media screen and (max-width: 500px) {
  .tabcon .verti .txtlogosec {
    width: 100%;
    position: unset;
  }
}

.tabcon .verti .txtlogosec .tlogo {
  margin-left: 36%;
  margin-bottom: 7%;
}

@media screen and (max-width: 1366px) {
  .tabcon .verti .txtlogosec .tlogo {
    margin-left: 50%;
    margin-bottom: 6%;
  }
}

.tabcon .horiz {
  position: relative;
}

.tabcon .horiz .txtlogosec {
  width: 100%;
  position: relative;
  right: 0;
  top: 50%;
  margin: -8em 0 0 0;
}

@media screen and (max-width: 500px) {
  .tabcon .horiz .txtlogosec {
    position: unset;
  }
}

.tabcon .horiz .txtlogosec .tlogo {
  width: 35%;
  float: left;
  margin-right: 5%;
  margin-top: 19%;
}

@media screen and (max-width: 1440px) {
  .tabcon .horiz .txtlogosec .tlogo {
    margin-top: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .tabcon .horiz .txtlogosec .tlogo {
    margin-top: 56%;
  }
}

.tabcon .horiz .txtlogosec .tlogo img {
  float: right;
}

.tabcon .horiz .txtlogosec .txtthmb {
  width: 60%;
  float: left;
}

@media screen and (max-width: 500px) {
  .tabcon .horiz .txtlogosec .txtthmb {
    width: 100%;
  }
}

.mumbai-tab .relaTabnav {
  padding: 0 0 0 7%;
}

@media screen and (max-width: 500px) {
  .mumbai-tab .relaTabnav {
    padding: 0;
    text-align: center;
    margin: 0 auto;
  }
}

.pune-tab .relaTabnav {
  text-align: center;
  padding: 0 0 0 1.6%;
  margin: 0 auto;
  display: inline-block;
}

.pune-tab .tabcon .verti .txtlogosec {
  width: 78%;
  top: 75%;
  right: 2%;
}

@media screen and (max-width: 500px) {
  .pune-tab .tabcon .verti .txtlogosec {
    width: 100%;
  }
}

.pune-tab .tabcon .horiz .txtlogosec .txtthmb {
  float: right;
  margin: 0 12% 0 0;
}

.jodhpur-tab .relaTabnav {
  text-align: right;
}

.jodhpur-tab .relaTabnav li {
  padding: 0.8% 12%;
}

.jodhpur-tab .tabcon .verti .txtlogosec {
  top: 80%;
}

#csr_cotent_main {
  width: 100%;
  padding: 5% 0;
}

@media screen and (max-width: 500px) {
  #csr_cotent_main {
    overflow-x: hidden;
  }
}

#csr_cotent_main .row {
  display: block;
  float: left;
  margin-bottom: 5%;
}

#csr_cotent_main .mright {
  padding-right: 2.5%;
}

#csr_cotent_main .mright .txt-patch {
  float: right;
  padding-right: 5%;
}

@media screen and (max-width: 999px) {
  #csr_cotent_main .mright .txt-patch {
    float: left;
    padding-right: 0%;
  }
}

#csr_cotent_main .mleft {
  padding-left: 2.5%;
}

@media screen and (max-width: 999px) {
  #csr_cotent_main .mleft {
    padding-left: 0%;
  }
}

#csr_cotent_main .txt-patch {
  width: 95%;
  float: left;
  margin-top: 8%;
}

#csr_cotent_main .txt-patch h3 {
  font-size: 24px;
  color: #c5aa68;
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 1366px) {
  #csr_cotent_main .txt-patch h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  #csr_cotent_main .txt-patch h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  #csr_cotent_main .txt-patch h3 {
    font-size: 16px;
  }
}

#csr_cotent_main .txt-patch p {
  color: #000;
  font-weight: 300;
  margin-bottom: 3px;
}

#csr_cotent_main .txt-patch p strong {
  font-weight: 500;
}

#csr_cotent_main .txt-patch p.mbt {
  margin-bottom: 6%;
  margin-top: 2%;
}

#csr_cotent_main .txt-patch.ralign h3,
#csr_cotent_main .txt-patch.ralign p {
  text-align: right;
}

@media screen and (max-width: 999px) {
  #csr_cotent_main .txt-patch.ralign h3,
  #csr_cotent_main .txt-patch.ralign p {
    text-align: left;
  }
}

#csr_cotent_main .flright {
  float: right;
}

@media screen and (max-width: 999px) {
  #csr_cotent_main .flright {
    float: left;
  }
}

#csr_cotent_main .flleft {
  float: left;
}

#txtile_sec_tb {
  width: 100%;
  /* background: url('../images/about-us/bg-patch.jpg')repeat; */
  padding: 0 0 5%;
}

#txtile_sec_tb .img {
  margin: -13% 0 0;
}

@media screen and (max-width: 999px) {
  #txtile_sec_tb .img {
    margin: 0;
  }
}

#txtile_sec_tb .txtpatch {
  width: 80%;
  margin: 13% 0 0;
}

@media screen and (max-width: 1366px) {
  #txtile_sec_tb .txtpatch {
    margin: 8% 0 0;
  }
}

@media screen and (max-width: 999px) {
  #txtile_sec_tb .txtpatch {
    width: 100%;
    margin: 1% 0 0;
  }
}

#txtile_sec_tb .txtpatch p {
  font-weight: 300;
  line-height: 30px;
  margin: 1% 0 0%;
}

#txtile_sec_tb .txtpatch p strong {
  font-weight: 600;
}

@media screen and (max-width: 1366px) {
  #txtile_sec_tb .txtpatch p {
    line-height: 28px;
  }
}

@media screen and (max-width: 1024px) {
  #txtile_sec_tb .txtpatch p {
    line-height: 24px;
  }
}

#txtile_sec_tb .txtpatch ul {
  margin: 9px 0 0 3%;
  padding: 0;
  list-style-type: decimal;
}

@media screen and (max-width: 500px) {
  #txtile_sec_tb .txtpatch ul {
    margin: 4px 0 0 4%;
  }
}

#txtile_sec_tb .txtpatch ul li {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 1%;
}

@media screen and (max-width: 1366px) {
  #txtile_sec_tb .txtpatch ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 999px) {
  #txtile_sec_tb .txtpatch ul li {
    font-size: 13px;
  }
}

#txtile_third_tb {
  width: 100%;
  background: url("../images/textile/bg-sec-three.jpg") no-repeat;
  padding: 8% 0 0;
}

@media screen and (max-width: 1366px) {
  #txtile_third_tb {
    padding: 5% 0 0;
  }
}

@media screen and (max-width: 999px) {
  #txtile_third_tb {
    background-size: cover;
  }
}

#txtile_third_tb .img {
  margin: -30% 0 0;
}

@media screen and (max-width: 1366px) {
  #txtile_third_tb .img {
    margin: -21% 0 0;
  }
}

@media screen and (max-width: 1366px) {
  #txtile_third_tb .img {
    margin: 0;
  }
}

#txtile_third_tb .txtpatch {
  width: 80%;
}

@media screen and (max-width: 500px) {
  #txtile_third_tb .txtpatch {
    width: 100%;
    margin: 0 0 26%;
  }
}

#txtile_third_tb .txtpatch p {
  color: #fff;
  line-height: 30px;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  #txtile_third_tb .txtpatch p {
    line-height: 24px;
  }
}

#txtile_third_tb .txtpatch p strong {
  font-weight: 600;
}

#txtile_third_tb .txtthirt {
  width: 100%;
}

#txtile_third_tb .txtthirt ul {
  list-style-type: none;
  margin: 6% 0;
  padding: 0;
  width: 100%;
}

#txtile_third_tb .txtthirt ul li {
  width: 10%;
  margin-right: 2%;
  display: inline-block;
  text-align: center;
}

#txtile_third_tb .txtthirt ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1366px) {
  #txtile_third_tb .txtthirt ul li {
    vertical-align: top;
    width: 9%;
  }
}

@media screen and (max-width: 999px) {
  #txtile_third_tb .txtthirt ul li {
    width: 17%;
  }
}

@media screen and (max-width: 500px) {
  #txtile_third_tb .txtthirt ul li {
    width: 30%;
  }
}

#txtile_third_tb .txtthirt ul li p {
  text-align: center;
  color: #fff;
  margin: 6% 0 0;
}

@media screen and (max-width: 500px) {
  #txtile_third_tb .txtthirt ul li p {
    margin: 6% 0 17px;
    line-height: 16px;
  }
}

#our_archiment_txtile {
  width: 100%;
  padding: 5% 0 13%;
  position: relative;
  background: url("../images/textile/bg-bottom.jpg") no-repeat;
  background-position: bottom;
  background-size: 100%;
}

@media screen and (max-width: 500px) {
  #our_archiment_txtile {
    background-size: 217%;
  }
}

#our_archiment_txtile h3 {
  font-size: 24px;
  color: #b69d61;
  font-weight: 500;
  text-align: center;
  margin: 0;
  width: 100%;
  text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
  #our_archiment_txtile h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  #our_archiment_txtile h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  #our_archiment_txtile h3 {
    font-size: 16px;
  }
}

#our_archiment_txtile p {
  color: #666;
  text-align: center;
  padding: 0 9% 8%;
  margin: 1.5% 0 0;
  font-weight: 300;
}

@media screen and (max-width: 500px) {
  #our_archiment_txtile p {
    padding: 0 0% 8%;
  }
}

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

#our_archiment_txtile ul li a {
  text-decoration: none;
}

#our_archiment_txtile ul li .img {
  width: 100%;
  position: relative;
}

#our_archiment_txtile ul li .img p {
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin: -20px 0 0;
  padding: 1% 0;
  width: 100%;
}

#our_archiment_txtile ul li .img p strong {
  font-weight: 600;
}

#our_archiment_txtile ul li .img p span {
  background: #b69d61;
  padding: 2.5% 5%;
}

#our_archiment_txtile.csrslide {
  background: url("../images/csr/bgbt.jpg") no-repeat;
  background-position: bottom;
}

#our_archiment_txtile.csrslide ul li p {
  margin: 15px 0 0;
  color: #fff;
  float: left;
  width: 100%;
  padding: 0;
  line-height: 23px;
}

#our_archiment_txtile.csrslide ul li .img.view-1 .mask img {
  margin: 36% 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

#our_archiment_txtile .bx-wrapper {
  position: relative;
}

#our_archiment_txtile .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9;
}

#our_archiment_txtile .bx-wrapper .bx-prev {
  left: 1em;
  background: url(../images/controls.png) no-repeat 0px -18px;
  background-size: auto;
}

#our_archiment_txtile .bx-wrapper .bx-prev.disabled {
  visibility: hidden;
}

#our_archiment_txtile .bx-wrapper .bx-next {
  right: 1em;
  background: url(../images/controls.png) no-repeat -65px -18px;
}

#our_archiment_txtile .bx-wrapper .bx-next.disabled {
  visibility: hidden;
}

#pr_inner {
  width: 100%;
  position: relative;
}

#pr_inner.proj_one {
  background: url("../images/ongoing/river-resi/bg.jpg") no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

@media screen and (max-width: 999px) {
  #pr_inner.proj_one {
    background: none;
    margin: 81px 0 0;
  }
}

#pr_inner .contetn_proj {
  width: 52%;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1366px) {
  #pr_inner .contetn_proj {
    width: 70%;
  }
}

@media screen and (max-width: 999px) {
  #pr_inner .contetn_proj {
    width: 90%;
    position: unset;
    margin: 2% auto 2%;
  }
}

#pr_inner .contetn_proj h3 {
  text-align: center;
  color: #e4cf89;
  font-weight: 500;
  font-size: 24px;
  margin: 5% 0 1.2%;
  line-height: 31px;
}

@media screen and (max-width: 1366px) {
  #pr_inner .contetn_proj h3 {
    font-size: 20px;
    line-height: 27px;
    margin: 1% 0 2%;
  }
}

@media screen and (max-width: 999px) {
  #pr_inner .contetn_proj h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  #pr_inner .contetn_proj h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

#pr_inner .contetn_proj h3 a {
  text-decoration: none;
  color: #e4cf89;
}

#pr_inner .contetn_proj h3 span {
  font-weight: 300;
}

#pr_inner .contetn_proj p {
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 25px;
}

@media screen and (max-width: 999px) {
  #pr_inner .contetn_proj p {
    color: #000;
    line-height: 25px;
  }
}

#pr_inner .contetn_proj p a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 0.6% 3%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#pr_inner .contetn_proj p a:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #fff;
  color: #000;
}

#pr_inner .contetn_proj p.jointwen {
  position: absolute;
  bottom: -16%;
  left: -30.5%;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1680px) {
  #pr_inner .contetn_proj p.jointwen {
    bottom: -14%;
    left: -36.5%;
  }
}

@media screen and (max-width: 1500px) {
  #pr_inner .contetn_proj p.jointwen {
    bottom: -14%;
    left: -36.5%;
  }
}

@media screen and (max-width: 1400px) {
  #pr_inner .contetn_proj p.jointwen {
    bottom: -13%;
    left: -14.5%;
  }
}

@media screen and (max-width: 1300px) {
  #pr_inner .contetn_proj p.jointwen {
    bottom: -13%;
    left: -14.5%;
  }
}

@media screen and (max-width: 1200px) {
  #pr_inner .contetn_proj p.jointwen {
    bottom: -12%;
    left: -14.5%;
    font-size: 12px;
  }
}

@media screen and (max-width: 9990px) {
  #pr_inner .contetn_proj p.jointwen {
    position: unset;
    text-align: center;
  }
}

#pr_inner .contetn_proj .proj_logo {
  text-align: center;
}

@media screen and (max-width: 1440px) {
  #pr_inner .contetn_proj .proj_logo {
    width: 26%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 999px) {
  #pr_inner .contetn_proj .proj_logo {
    width: 100%;
    margin: 0 auto;
    background: #19234a;
    padding: 2% 25%;
  }
}

.breadcrum {
  width: 100%;
}

.breadcrum ul {
  list-style-type: none;
  margin: 0;
  padding: 1% 0;
}

.breadcrum ul li {
  display: inline-block;
  color: #cebb7c;
  font-size: 11px;
  font-weight: 500;
}

.breadcrum ul li.active {
  color: #000;
}

.breadcrum ul li a {
  text-decoration: none;
  color: #cebb7c;
}

#projin_firsttab {
  width: 100%;
  padding: 5% 0;
}

@media screen and (max-width: 1366px) {
  #projin_firsttab {
    padding: 4% 0;
  }
}

#projin_firsttab .textsec {
  width: 67%;
}

@media screen and (max-width: 1366px) {
  #projin_firsttab .textsec {
    width: 76%;
  }
}

@media screen and (max-width: 999px) {
  #projin_firsttab .textsec {
    width: 100%;
  }
}

#projin_firsttab .textsec h4 {
  color: #666;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
  #projin_firsttab .textsec h4 {
    font-size: 23px;
  }
}

@media screen and (max-width: 999px) {
  #projin_firsttab .textsec h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  #projin_firsttab .textsec h4 {
    font-size: 17px;
    line-height: 26px;
  }
}

#projin_firsttab .textsec p {
  color: #666;
  font-weight: 500;
  line-height: 30px;
  margin: 6% 0 3%;
}

@media screen and (max-width: 999px) {
  #projin_firsttab .textsec p {
    line-height: 24px;
    margin: 3% 0 6%;
  }
}

#projin_firsttab .img {
  width: 100%;
  position: relative;
  z-index: 1;
}

#projin_firsttab .img::before {
  content: '';
  position: absolute;
  width: 57%;
  height: 57%;
  background: #b69e6f;
  right: -16px;
  top: -16px;
  z-index: -1;
}

@media screen and (max-width: 999px) {
  #projin_firsttab .img::before {
    content: none;
  }
}

#projin_firsttab .img.view-1 .mask img {
  margin: 35% 50%;
}

#projin_firsttab .proj_heighlights {
  list-style-type: none;
  margin: 6% 0 0;
  padding: 0;
  width: 100%;
}

#projin_firsttab .proj_heighlights li {
  display: inline-block;
  margin-right: 8%;
}

#projin_firsttab .proj_heighlights li:last-child {
  margin-right: 0%;
}

#projin_firsttab .proj_heighlights li h4 {
  font-size: 30px;
  font-weight: 800;
  color: #b69e6f;
  position: relative;
  padding: 0 0 14px;
}

#projin_firsttab .proj_heighlights li h4 span {
  font-weight: 500;
  color: #999;
}

@media screen and (max-width: 1366px) {
  #projin_firsttab .proj_heighlights li h4 {
    font-size: 23px;
  }
}

@media screen and (max-width: 999px) {
  #projin_firsttab .proj_heighlights li h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  #projin_firsttab .proj_heighlights li h4 {
    font-size: 17px;
    line-height: 26px;
  }
}

#projin_firsttab .proj_heighlights li h4:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 6px;
  background: #ebebeb;
}

#projin_firsttab .controler_counter {
  position: absolute;
  bottom: 0;
  width: 128px;
  height: 62px;
  background: #666;
  right: 0;
}

@media screen and (max-width: 500px) {
  #projin_firsttab .controler_counter {
    width: 107px;
    height: 44px;
  }
}

#projin_firsttab .controler_counter #num {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 15% 0 0;
  letter-spacing: 3px;
}

@media screen and (max-width: 500px) {
  #projin_firsttab .controler_counter #num {
    font-size: 11px;
    margin: 12% 0 0;
  }
}

#projin_firsttab .carousel-control-next-icon,
#projin_firsttab .carousel-control-prev-icon {
  width: 18px;
  height: 15px;
}

@media screen and (max-width: 500px) {
  #projin_firsttab .carousel-control-next-icon,
  #projin_firsttab .carousel-control-prev-icon {
    width: 13px;
    height: 13px;
  }
}

#projin_firsttab .carousel-control-next,
#projin_firsttab .carousel-control-prev {
  opacity: 1;
}

#projin_firsttab .carousel-control-next-icon {
  background: url("../images/ico/right.png") no-repeat;
  background-size: 100%;
}

#projin_firsttab .carousel-control-prev-icon {
  background: url("../images/ico/left.png") no-repeat;
  background-size: 100%;
}

#projin_firsttab .carousel-control-prev {
  left: 10%;
}

#projin_firsttab .carousel-control-next {
  right: 10%;
}

#projin_secttab {
  width: 100%;
  background: url(../images/ongoing/river-resi/bg-secound.jpg) no-repeat;
  background-size: cover;
  padding: 5% 0;
  float: left;
}

#projin_secttab .fright {
  float: right;
}

#projin_secttab .fleft {
  float: left;
}

#projin_secttab .textsec {
  width: 82%;
  margin: 1% 0 0 9%;
}

@media screen and (max-width: 500px) {
  #projin_secttab .textsec {
    width: 100%;
    margin: 1% 0 0;
  }
}

#projin_secttab .textsec h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
  #projin_secttab .textsec h4 {
    font-size: 23px;
  }
}

@media screen and (max-width: 999px) {
  #projin_secttab .textsec h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  #projin_secttab .textsec h4 {
    font-size: 17px;
    line-height: 26px;
  }
}

#projin_secttab .textsec p {
  color: #fff;
  margin: 3% 0 6%;
}

#projin_secttab .textsec ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 3%;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

#projin_secttab .textsec ul li {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 5% 13px;
  text-indent: -13px;
}

@media screen and (max-width: 1366px) {
  #projin_secttab .textsec ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 999px) {
  #projin_secttab .textsec ul li {
    font-size: 13px;
  }
}

#projin_secttab .controler_counter {
  position: absolute;
  bottom: 0;
  width: 128px;
  height: 62px;
  background: #666;
  right: 0;
}

@media screen and (max-width: 500px) {
  #projin_secttab .controler_counter {
    width: 107px;
    height: 44px;
  }
}

#projin_secttab .controler_counter #num1 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 15% 0 0;
  letter-spacing: 3px;
}

@media screen and (max-width: 500px) {
  #projin_secttab .controler_counter #num1 {
    font-size: 11px;
    margin: 12% 0 0;
  }
}

#projin_secttab .carousel-control-next-icon,
#projin_secttab .carousel-control-prev-icon {
  width: 18px;
  height: 15px;
}

@media screen and (max-width: 500px) {
  #projin_secttab .carousel-control-next-icon,
  #projin_secttab .carousel-control-prev-icon {
    width: 13px;
    height: 13px;
  }
}

#projin_secttab .carousel-control-next,
#projin_secttab .carousel-control-prev {
  opacity: 1;
}

#projin_secttab .carousel-control-next-icon {
  background: url("../images/ico/right.png") no-repeat;
  background-size: 100%;
}

#projin_secttab .carousel-control-prev-icon {
  background: url("../images/ico/left.png") no-repeat;
  background-size: 100%;
}

#projin_secttab .carousel-control-prev {
  left: 10%;
}

#projin_secttab .carousel-control-next {
  right: 10%;
}

#indomalawitop {
  width: 100%;
  background: url(../images/indo-malawi/bg.jpg) no-repeat;
  background-size: 100%;
  position: relative;
  background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
  #indomalawitop {
    padding-top: 14%;
    background-size: cover;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 999px) {
  #indomalawitop {
    margin: 76px 0 0;
    padding-top: 0;
    background: none;
  }
}

@media screen and (max-width: 500px) {
  #indomalawitop {
    margin: 81px 0 0;
  }
}

#indomalawitop img {
  visibility: hidden;
}

@media screen and (max-width: 999px) {
  #indomalawitop img {
    visibility: visible;
  }
}

#indomalawitop .text_sec {
  width: 59%;
  position: absolute;
  bottom: 29%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1366px) {
  #indomalawitop .text_sec {
    width: 64%;
    bottom: 20%;
  }
}

@media screen and (max-width: 999px) {
  #indomalawitop .text_sec {
    position: unset;
    width: 90%;
    margin: 6% auto 3%;
  }
}

#indomalawitop .text_sec h1 {
  font-size: 30px;
  color: #e4cf89;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2%;
}

@media screen and (max-width: 1366px) {
  #indomalawitop .text_sec h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 999px) {
  #indomalawitop .text_sec h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  #indomalawitop .text_sec h1 {
    font-size: 17px;
    line-height: 26px;
  }
}

#indomalawitop .text_sec p {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

@media screen and (max-width: 999px) {
  #indomalawitop .text_sec p {
    color: #000;
    line-height: 24px;
  }
}

@media screen and (max-width: 500px) {
  #indomalawitop .text_sec p {
    color: #000;
    line-height: 22px;
    margin: 0 0 8%;
    text-align: justify;
  }
}

.trade_inves_sec {
  width: 100%;
}

.trade_inves_sec h4 {
  font-size: 24px;
  color: #333;
  margin: 0 0 3%;
}

@media screen and (max-width: 1366px) {
  .trade_inves_sec h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  .trade_inves_sec h4 {
    font-size: 18px;
    margin: 0 0 1%;
  }
}

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

.trade_inves_sec p {
  font-weight: 300;
  line-height: 27px;
}

@media screen and (max-width: 1366px) {
  .trade_inves_sec p {
    line-height: 24px;
  }
}

.trade_inves_sec .txtar {
  padding: 8% 4% 0 0;
}

@media screen and (max-width: 1440px) {
  .trade_inves_sec .txtar {
    padding: 6% 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  .trade_inves_sec .txtar {
    padding: 4% 0% 0 0;
  }
}

#lioncredit_sec {
  margin: 5% 0;
}

#lioncredit_sec h3 {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  margin: 0 0 1%;
}

@media screen and (max-width: 1366px) {
  #lioncredit_sec h3 {
    font-size: 23px;
  }
}

@media screen and (max-width: 1024px) {
  #lioncredit_sec h3 {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 999px) {
  #lioncredit_sec h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  #lioncredit_sec h3 {
    font-size: 17px;
    line-height: 26px;
  }
}

#lioncredit_sec p {
  font-weight: 300;
}

@media screen and (max-width: 999px) {
  #lioncredit_sec p {
    line-height: 24px;
  }
}

#lioncredit_sec .paddr {
  padding-right: 1%;
}

#lioncredit_sec .paddbt {
  padding-bottom: 3.6%;
}

#lioncredit_sec .row {
  margin-top: 2%;
}

.whymalvigrd_main {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: minmax(725px, auto);
  -ms-grid-columns: (minmax(600px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  grid-gap: 97px;
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .whymalvigrd_main {
    -ms-grid-columns: (minmax(539px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(539px, 1fr));
    grid-gap: 45px;
    grid-auto-rows: minmax(647px, auto);
  }
}

@media screen and (max-width: 768px) {
  .whymalvigrd_main {
    grid-auto-rows: minmax(525px, auto);
  }
}

@media screen and (max-width: 500px) {
  .whymalvigrd_main {
    -ms-grid-columns: (minmax(330px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    grid-gap: 20px;
    grid-auto-rows: minmax(353px, auto);
  }
}

.whymalvigrd_main .whymalvigrd {
  background: #f0f1ee;
}

.whymalvigrd_main .whymalvigrd .img {
  position: relative;
  overflow: hidden;
}

.whymalvigrd_main .whymalvigrd .img .ovelayimg {
  position: absolute;
  right: 0;
  width: 61%;
  height: 100%;
  top: 0;
}

.whymalvigrd_main .whymalvigrd .img .ovelayimg.bgclr1 {
  background: rgba(101, 49, 71, 0.780392);
}

.whymalvigrd_main .whymalvigrd .img .ovelayimg.bgclr2 {
  background: rgba(59, 135, 144, 0.83);
}

.whymalvigrd_main .whymalvigrd h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 5%;
  bottom: 10%;
}

@media screen and (max-width: 1366px) {
  .whymalvigrd_main .whymalvigrd h5 {
    font-size: 23px;
  }
}

@media screen and (max-width: 500px) {
  .whymalvigrd_main .whymalvigrd h5 {
    font-size: 16px;
    line-height: 21px;
    bottom: 16%;
  }
}

.whymalvigrd_main ul {
  list-style-type: circle;
  margin: 0;
  padding: 10% 8% 0;
}

@media screen and (max-width: 1024px) {
  .whymalvigrd_main ul {
    padding-top: 4%;
  }
}

@media screen and (max-width: 500px) {
  .whymalvigrd_main ul {
    padding: 5% 4% 0 12%;
  }
}

.whymalvigrd_main ul li {
  font-weight: 400;
  margin: 0 0 2% 0.8%;
  text-indent: -8px;
  line-height: 22px;
  font-size: 14px;
}

@media screen and (max-width: 1366px) {
  .whymalvigrd_main ul li {
    font-size: 14px;
    text-indent: -13px;
    line-height: 22px;
    margin: 0 0 3% 1.5%;
  }
}

@media screen and (max-width: 1024px) {
  .whymalvigrd_main ul li {
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 500px) {
  .whymalvigrd_main ul li {
    font-size: 13px;
    text-indent: 0px;
    line-height: 19px;
    margin: 0 0 3% 0%;
  }
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  padding-top: 20px;
}

.hdpager .bx-pager {
  display: none;
}

#ouur_verti_landing .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #c5aa68;
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}

#ouur_verti_landing .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #c5aa68;
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#ouur_verti_landing .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: none;
  color: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#ouur_verti_landing .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: 0;
  color: #c5aa68;
  font-size: 18px;
  border-radius: unset;
  float: left;
  height: auto;
  padding: 0 9px;
  width: auto;
  line-height: inherit;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 1px solid #000;
  text-decoration: none;
}

#ouur_verti_landing .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 9;
}

#ouur_verti_landing .bx-wrapper .bx-controls-direction a.disabled {
  visibility: hidden !important;
}

#ouur_verti_landing .bx-wrapper .bx-next {
  right: 1em;
  background: url(../images/our-vertical/next.png) no-repeat 0;
}

#ouur_verti_landing .bx-wrapper .bx-prev {
  left: 1em;
  background: url(../images/our-vertical/prev.png) no-repeat 0px;
  background-size: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff63;
  text-indent: -9999px;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  outline: 0;
  border-radius: 50%;
}

@media screen and (max-width: 1366px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

#imConatc_details {
  width: 100%;
  text-align: center;
  padding: 4% 0;
}

#imConatc_details h3 {
  font-weight: 500;
  color: #9c7f52;
  font-size: 24px;
}

@media screen and (max-width: 1366px) {
  #imConatc_details h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  #imConatc_details h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  #imConatc_details h3 {
    font-size: 16px;
  }
}

#imConatc_details p {
  color: #666;
  line-height: 35px;
}

@media screen and (max-width: 1366px) {
  #imConatc_details p {
    line-height: 28px;
  }
}

#imConatc_details p a {
  text-decoration: none;
  color: #666;
}

#incentive_sec {
  margin: 0 0 5%;
}

#incentive_sec .incentive_sec {
  width: 100%;
  background: url("../images/indo-malawi/incentive-offerbg.jpg") no-repeat;
  background-size: cover;
}

#incentive_sec .headtxt {
  background: rgba(129, 28, 18, 0.580392);
}

#incentive_sec .headtxt h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 0.8% 0 0.8% 5%;
  margin: 0;
  line-height: normal;
}

@media screen and (max-width: 1366px) {
  #incentive_sec .headtxt h3 {
    font-size: 23px;
  }
}

@media screen and (max-width: 999px) {
  #incentive_sec .headtxt h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  #incentive_sec .headtxt h3 {
    font-size: 17px;
    line-height: 32px;
  }
}

#incentive_sec h4 {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  margin: 0 0 2%;
}

@media screen and (max-width: 1366px) {
  #incentive_sec h4 {
    font-size: 20px;
  }
}

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

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

#incentive_sec ul {
  list-style-type: circle;
  margin: 0 0 0 4%;
  padding: 0;
}

#incentive_sec ul li {
  font-weight: 400;
  margin: 0 0 2% 0.8%;
  text-indent: -8px;
  line-height: 22px;
  font-size: 14px;
}

@media screen and (max-width: 1366px) {
  #incentive_sec ul li {
    font-size: 14px;
    margin: 0 0 2% 3%;
  }
}

@media screen and (max-width: 500px) {
  #incentive_sec ul li {
    font-size: 13px;
    margin: 0 0 2% 3%;
    text-indent: 0px;
    line-height: 22px;
  }
}

#incentive_sec .pddds {
  padding: 3% 5%;
}

#career {
  width: 100%;
  background: url(../images/careerbg.jpg) no-repeat;
  background-size: 100%;
  position: relative;
  background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
  #career {
    padding-top: 10%;
    background-attachment: scroll;
    background-size: cover;
  }
}

@media screen and (max-width: 999px) {
  #career {
    margin: 0;
    background: none;
  }
}

@media screen and (max-width: 500px) {
  #career {
    padding-top: 22%;
  }
}

#career img {
  visibility: hidden;
}

@media screen and (max-width: 999px) {
  #career img {
    visibility: visible;
  }
}

#career .text_sec {
  width: 48%;
  position: absolute;
  bottom: 29%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  #career .text_sec {
    width: 64%;
    bottom: 17%;
  }
}

@media screen and (max-width: 999px) {
  #career .text_sec {
    width: 90%;
    margin: 20px auto 3%;
    position: unset;
  }
}

@media screen and (max-width: 500px) {
  #career .text_sec {
    margin: 2% auto;
  }
}

#career .text_sec h1 {
  font-size: 30px;
  color: #e4cf89;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 4%;
}

@media screen and (max-width: 1366px) {
  #career .text_sec h1 {
    font-size: 23px;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 999px) {
  #career .text_sec h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  #career .text_sec h1 {
    font-size: 17px;
    line-height: 26px;
  }
}

#career .text_sec p {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

@media screen and (max-width: 999px) {
  #career .text_sec p {
    color: #000;
  }
}

#carre_formsec {
  width: 100%;
  padding: 0 0 8%;
}

#carre_formsec .img {
  margin: -8% 0 0;
}

@media screen and (max-width: 999px) {
  #carre_formsec .img {
    margin: 0;
  }
}

#carre_formsec .frm_patch {
  width: 67%;
  margin: 8% 0 0;
}

@media screen and (max-width: 1366px) {
  #carre_formsec .frm_patch {
    width: 83%;
  }
}

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

#carre_formsec .frm_patch p {
  font-weight: 300;
}

#carre_formsec .frm_patch p strong {
  font-weight: 500;
}

#carre_formsec .frm_patch ul {
  list-style-type: none;
  margin: 7% 0 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 1366px) {
  #carre_formsec .frm_patch ul {
    margin: 4% 0 0;
  }
}

#carre_formsec .frm_patch ul li {
  width: 82%;
  position: relative;
  margin: 0 0 3%;
}

#carre_formsec .frm_patch ul li label {
  margin: 0;
  width: 100%;
  font-weight: 300;
}

#carre_formsec .frm_patch ul li input {
  width: 100%;
  border: 1px solid #000;
  padding: 1.5% 5%;
}

#carre_formsec .frm_patch ul li input[type=number]::-webkit-inner-spin-button, #carre_formsec .frm_patch ul li input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#carre_formsec .frm_patch ul li input[type=file] {
  padding: 0;
  width: 63%;
  border: 1px solid #b09973;
  border-radius: 6px;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  #carre_formsec .frm_patch ul li input[type=file] {
    font-size: 11px;
    width: 100%;
  }
}

#carre_formsec .frm_patch ul li input:focus {
  outline: 0;
}

#carre_formsec .frm_patch ul li input.sbclear {
  width: auto;
  padding: 1.5% 9%;
  text-transform: uppercase;
  background: #b09973;
  color: #fff;
  margin-right: 3%;
  font-size: 15px;
  border: 1px solid #b09973;
  font-weight: 600;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#carre_formsec .frm_patch ul li input.sbclear:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #fff;
  color: #b09973;
}

#awards {
  width: 100%;
}

@media screen and (max-width: 999px) {
  #awards {
    margin: 77px 0 0;
  }
}

@media screen and (max-width: 500px) {
  #awards {
    margin: 81px 0 0;
  }
}

#awards.awards {
  background: url("../images/awards/bg.jpg") no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  position: relative;
}

@media screen and (max-width: 999px) {
  #awards.awards {
    background: none;
  }
}

#awards img {
  visibility: hidden;
}

@media screen and (max-width: 999px) {
  #awards img {
    visibility: visible;
  }
}

#awards .text_sec {
  position: absolute;
  width: 80%;
  right: 0;
  left: 0;
  bottom: 29%;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  #awards .text_sec {
    bottom: -2%;
  }
}

#awards h1 {
  font-size: 30px;
  color: #e4cf89;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  #awards h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 999px) {
  #awards h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  #awards h1 {
    font-size: 17px;
    line-height: 26px;
  }
}

#awards.mediane {
  background: url("../images/media-pagebg.jpg") no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  position: relative;
}

@media screen and (max-width: 999px) {
  #awards.mediane {
    background: none;
  }
}

.cotent_awrds {
  width: 100%;
}

.cotent_awrds ul {
  list-style-type: none;
  margin: 7% 0 0;
  padding: 0;
  width: 100%;
}

.cotent_awrds ul li {
  width: 23%;
  display: inline-block;
  margin: 0 1.5% 5% 0;
  vertical-align: text-top;
}

.cotent_awrds ul li .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cotent_awrds ul li .img img {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cotent_awrds ul li .img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cotent_awrds ul li .img:hover .mask {
  opacity: 1;
}

.cotent_awrds ul li .img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a8;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.cotent_awrds ul li .img .mask img {
  width: auto;
  text-align: center;
  margin: 0 auto;
  margin: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cotent_awrds ul li P {
  font-weight: 600;
  margin: 4% 0 0;
}

.cotent_awrds ul li P span {
  font-size: 14px;
  color: #999;
  font-weight: 500;
}

#contact_top {
  width: 100%;
  background: url("../images/conact-us.jpg") no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  position: relative;
}

@media screen and (max-width: 999px) {
  #contact_top {
    background: none;
    margin: 77px 0 0;
  }
}

@media screen and (max-width: 500px) {
  #contact_top {
    margin: 81px 0 0;
  }
}

#contact_top img {
  visibility: hidden;
}

@media screen and (max-width: 999px) {
  #contact_top img {
    visibility: visible;
  }
}

#contact_top .text_sec {
  position: absolute;
  width: 100%;
  bottom: 40%;
}

@media screen and (max-width: 500px) {
  #contact_top .text_sec {
    bottom: 27%;
  }
}

#contact_top .text_sec h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  #contact_top .text_sec h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 999px) {
  #contact_top .text_sec h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  #contact_top .text_sec h1 {
    font-size: 17px;
    line-height: 26px;
  }
}

.contact_con {
  width: 100%;
  background: #ececee;
  padding: 7% 0;
}

.contact_con .textsec {
  width: 50%;
}

@media screen and (max-width: 999px) {
  .contact_con .textsec {
    width: 85%;
  }
}

.contact_con .textsec h3 {
  color: #c7ab6f;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 5%;
}

@media screen and (max-width: 1366px) {
  .contact_con .textsec h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 999px) {
  .contact_con .textsec h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .contact_con .textsec h3 {
    font-size: 16px;
  }
}

.contact_con .textsec p {
  font-weight: 300;
  margin: 0 0 7%;
}

.contact_con .textsec p strong {
  font-weight: 500;
}

.contact_con .textsec p a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.contact_con .textsec p a:hover {
  color: #c7ab6f;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.contact_con .map {
  width: 100%;
  height: 350px;
}

/* Media and News */
#media_sub_sec {
  margin: 3% 0 0;
}

#media_main,
.mediasub {
  width: 100%;
  margin: 0;
  padding: 0;
}

.media_con {
  width: 100%;
  margin: 0;
  padding: 5% 0 6%;
}

.media_con h2 {
  text-transform: uppercase;
  color: #4a6411;
  font-weight: 600;
  text-align: left;
}

.media_con p {
  color: #333;
  line-height: 30px;
  text-align: left;
  margin: 3% 0 0;
}

.top_filt {
  width: 100%;
  margin: 0;
  padding: 0;
}

.top_filt ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.top_filt ul li {
  display: inline-block;
  margin: 0;
  line-height: 31px;
  padding: 0;
}

.top_filt ul li:nth-child(1) {
  margin: 0 0 0 0;
}

.top_filt ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  margin: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  text-align: center;
  padding: 2% 0;
  float: left;
  font-size: 15px;
}

.top_filt ul li a:hover {
  background: #eee;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 500px) {
  .top_filt ul li a {
    padding: 1% 0;
    font-size: 13px;
  }
}

.top_filt ul li.tab-active a {
  background: #eee;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.mediabt_sec {
  width: 100%;
  background: #eee;
  float: left;
  padding: 4% 0;
}

.main_media_con {
  width: 100%;
}

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

.main_media_con ul li {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 3%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  position: relative;
  float: left;
}

@media screen and (max-width: 999px) {
  .main_media_con ul li {
    width: 32%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 500px) {
  .main_media_con ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
}

.main_media_con ul li img {
  width: 100%;
  float: left;
}

.main_media_con ul li p {
  float: left;
  padding: 7px;
  line-height: normal;
  color: #000;
  text-align: left;
  height: 75px;
  font-weight: 300;
  text-transform: capitalize;
}

.main_media_con ul li p span {
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .main_media_con ul li p {
    height: 105px;
    font-size: 12px;
    line-height: 18px;
  }
}

.view-1 {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}

.view-1 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a8;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.view-1 .mask img {
  width: auto;
  text-align: center;
  margin: 0 auto;
  margin: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.view-1:hover .mask {
  opacity: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.eventimg li .view-1 .mask img {
  margin: 34.2% 45%;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.filtersle {
  width: 100%;
  padding: 0% 0 4%;
}

.filtersle select {
  background: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 1%;
  border-bottom: chocolate;
  width: 13%;
  text-align: center;
  cursor: pointer;
}

.filtersle select:focus {
  outline: 0;
}

@media screen and (max-width: 999px) {
  .filtersle select {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 1%;
    width: 20%;
  }
}

@media screen and (max-width: 500px) {
  .filtersle select {
    width: 35%;
  }
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 33px;
  height: 33px;
  background-color: #9c7f52;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  border: 1px solid transparent;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

@media screen and (max-width: 500px) {
  #scroll {
    bottom: 41px;
  }
}

#scroll span {
  position: absolute;
  top: 61%;
  left: 56%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #000;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border: 1px solid #9c7f52;
}

#scroll:hover span {
  border-bottom-color: #9c7f52;
}

/* Media and News */
.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 99;
}

.enquiry-wrapper .modal-dialog {
  margin: 1rem;
}

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

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

.enquiry-wrapper .enquiry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  cursor: pointer;
  -webkit-transform: translateX(75px);
          transform: translateX(75px);
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
}

.enquiry-wrapper .enquiry-box.whtasappclr {
  background-color: #4caf50;
  border: 1px solid #4caf50;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box.whtasappclr {
    background-color: #000;
    border: 0px solid #4caf50;
  }
}

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

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

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

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

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box:not(:first-child) {
    border-top: 0px solid #fff;
    border-left: 2px solid #fff;
  }
}

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

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 100%;
    padding: 1px;
  }
}

.enquiry-wrapper .enquiry-box .call-icon {
  background-color: #fff;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon {
    background-color: #a57d37;
  }
}

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

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

.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 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: #fff;
  text-decoration: none;
  font-size: 13px;
}

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

#enquiry-form {
  background: #00000073;
}

#enquiry-form ul {
  margin: 0;
  padding: 0;
}

#enquiry-form input {
  font-size: 14px;
  background-color: transparent;
  color: #be9f5e;
  border: none;
  border: 1px solid #a89263;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px;
}

#enquiry-form textarea {
  font-size: 14px;
  background-color: transparent;
  color: #be9f5e;
  border: none;
  border: 1px solid #a89263;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px;
  resize: none;
}

#enquiry-form button#btn-pop {
  width: auto;
  padding: 1.5% 9%;
  text-transform: uppercase;
  background: #b09973;
  color: #fff;
  margin-right: 3%;
  font-size: 15px;
  border: 1px solid #b09973;
  font-weight: 600;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#enquiry-form button#btn-pop:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #fff;
  color: #b09973;
}

#enquiry-form .modal-body {
  padding: 6% 11%;
}

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

#enquiry-form .custom-reg-btn {
  display: inline-block;
}

#enquiry-form .custom-close {
  position: absolute;
  right: -19px;
  top: -21px;
  padding: 0.3rem .6rem;
  color: #fff;
  font-size: 2.5rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

@media screen and (max-width: 1366px) {
  #enquiry-form .custom-close {
    right: 8px;
    top: -28px;
    font-size: 2.5rem;
    font-weight: 500;
  }
}

#enquiry-form .custom-close:hover {
  color: #000;
}

.modal-content {
  -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
}

#career.testimonials-header {
  background-image: url("../images/bg-testimonials.jpg");
}

@media screen and (max-width: 999px) {
  #career.testimonials-header {
    background-image: none;
  }
}

.testimonials {
  margin: 5% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .testimonials .row {
    margin: 0 -15px;
  }
}

.testimonials__border {
  border: 1px solid #c5aa68;
}

.testimonials__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  min-width: 300px;
  background-color: #fffdf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: default;
  -webkit-perspective: 600px;
          perspective: 600px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin: 0 0 22px;
}

@media screen and (max-width: 1366px) {
  .testimonials__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 29%;
            flex: 0 1 29%;
  }
}

@media screen and (max-width: 768px) {
  .testimonials__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29%;
    flex: 0 2 29%;
    min-width: 314px;
    margin: 0 15px 22px !important;
  }
}

.testimonials__item:hover {
  background-color: #c5aa68;
  color: #fff;
}

.testimonials__item:hover p:first-child::before {
  display: none;
}

.testimonials__item h5 {
  font-size: 18px;
  color: #84682b;
  font-weight: 600;
}

.testimonials__item p {
  position: relative;
  z-index: 1;
}

.testimonials__item p:not(:first-child) {
  color: #777777;
}

.testimonials__item p:first-child::before {
  content: '';
  position: absolute;
  top: -27px;
  left: 0;
  background-image: url(../images/icons/semi-colon.png);
  width: 90px;
  background-repeat: no-repeat;
  height: 43px;
  z-index: -1;
}

.testimonials .pagenation {
  width: 100%;
}

.testimonials .pagenation ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.testimonials .pagenation ul li {
  font-size: 16px;
  display: inline-block;
  margin: 0 5px;
}

.testimonials .pagenation ul li a {
  text-decoration: none;
  background: #a57d37;
  border: 1px solid #a57d37;
  color: #fff;
  padding: 3px 7px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.testimonials .pagenation ul li a.active {
  border: 1px solid #333;
  background: #fff;
  color: #a57d37;
}

.testimonials .pagenation ul li a:hover {
  border: 1px solid #333;
  background: #fff;
  color: #a57d37;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  border: 0;
}

.nav-tabs .nav-item.show .nav-link.active, .nav-tabs .nav-link.active {
  background: transparent;
  border: 0;
  color: #c5aa68;
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 9;
}

#ouur_verti_landing .carousel-control-next {
  right: 1em;
  background: url(../images/our-vertical/next.png) no-repeat 0;
}

#ouur_verti_landing .carousel-control-prev {
  right: 1em;
  background: url(../images/our-vertical/prev.png) no-repeat 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background: transparent;
}

.carousel-indicators li {
  text-indent: 0;
  color: #000;
  font-size: 18px;
  border-radius: unset;
  float: left;
  height: auto;
  padding: 0 9px;
  width: auto;
  line-height: inherit;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 1px solid #000;
  text-decoration: none;
}

.carousel-indicators li.active, .carousel-indicators li:hover {
  background: #c5aa68;
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}

.desktop {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
  width: 100%;
}

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

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-wrapper > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .btn-wrapper > a {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */