body {
  font-family: century-gothic, sans-serif;
  /* color: #444444; */

}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #191e2b;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: century-gothic, sans-serif;
  color: white;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #777777;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: black;
  color: white !important;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 100%;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: transparent;
  padding: 12px 0;
  visibility: hidden;

}



/* button  */
.red_texts button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.red_texts button.learn-more {
  width: 16rem;
  height: auto;
}

.red_texts button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: white;
  border-radius: 1.625rem;
}

.red_texts button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
 
}

.red_texts button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.red_texts button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid Black;
  border-right: 0.125rem solid Black;
  transform: rotate(45deg);
}

.red_texts button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  /* padding: 0.75rem 0;
margin: 0 0 0 1.85rem; */
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.red_texts button:hover .circle {
  width: 90%;
}

.red_texts button:hover .circle .icon.arrow {
  background: black;
  transform: translate(1rem, 0);
}

.red_texts button:hover .button-text {
  color: black;
}


/* residence button  */
.red_textss button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.red_textss button.learn-more {
  width: 16rem;
  height: auto;
}

.red_textss button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: white;
  border-radius: 1.625rem;
}

.red_textss button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
 
}

.red_textss button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.red_textss button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid Black;
  border-right: 0.125rem solid Black;
  transform: rotate(45deg);
}

.red_textss button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  bottom: 0;
  /* padding: 0.75rem 0;
margin: 0 0 0 1.85rem; */
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.red_textss button:hover .circle {
  width: 90%;
}

.red_textss button:hover .circle .icon.arrow {
  background: black;
  transform: translate(1rem, 0);
}

.red_textss button:hover .button-text {
  color: black;
}
/* button  */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 40px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'century-gothic';
  color: #fff;
  font-size: 19px !important;
  font-weight: 400;
  padding: 0 4px;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 20px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 20px;
  text-transform: none;
  color: white;
}

.navbar .dropdown ul a i {
  font-size: 20px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: white;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media only screen and (min-width: 1250px) {

  .desktoptexthover {

    font-size: 1.1rem !important;

  }
}
@media only screen and (max-width: 1200px) {

  .desktoptexthover {

    font-size: 0.9rem !important;

  }
}


@media (max-width: 1400px) {

  #logoset {

    max-width: fit-content !important;

  }

}

@media (max-width: 1150px) {

  #logoset {

    max-width: none !important;

  }

}
@media only screen and (max-width: 1190px){
  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 2px;
}
}



@media (max-width: 1550px) {

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 4.25rem;
    color: #fff;
    text-align: start;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }


  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }


  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 9.25rem;
    color: #fff;
    text-align: center;
  }

}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  #header .logo img {
    max-height: 100%;
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .commercial_para {
    font-size: 18px;
  }
}

@media (min-width: 991px) {
  .commercial_para {
    font-size: 20px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(45, 37, 38, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #191e2b;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: White;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #191e2b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #6c757d;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #191e2b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../Image/blackbanner.png") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 0 6rem;
}

#hero h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: 'century-gothic';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h3 {
    font-size: 22px;
  }

  #hero .hero-container {
    top: 10rem;
    padding: 0 1rem !important;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .team .member {
    font-size: 11px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
  #hero .hero-container {
    top: 16rem !important;
    padding: 0 1rem !important;
  }
}


/*--------------------------------------------------------------
# Heros  commercial deails page  Section
--------------------------------------------------------------*/
#heros {
  width: 100%;
  height: 100vh;
  background: url("../img/commercialdetailbanner.jpg") top center;
  background-size: cover;
  position: relative;
}

#heros:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heros .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 0 6rem;
}

#heros h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#heros h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#heros h2 {
  color: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
}

#heros .btn-get-started {
  font-family: 'century-gothic';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}


@media (min-width: 1024px) {
  #heros {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #heros h3 {
    font-size: 22px;
  }

  #heros .hero-container {
    top: 10rem;
    padding: 0 1rem !important;
  }

  .textofsector {
    font-size: 16px !important;
  }

  #heros h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #heros h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #heros {
    height: 150vh;
  }

  #heros .hero-container {
    top: 16rem !important;
    padding: 0 1rem !important;
  }
}


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

    height: 60vh !important;

  }

  #heros {

    height: 60vh !important;

  }

  #hospitalitys {

    height: 60vh !important;

  }

  #residential {

    height: 60vh !important;

  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: white;
}

.section-title {
  /* text-align: center; */
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #f8f9fa;
  color: black;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px;
}


.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #191e2b;
  position: relative;
}

/* .section-title h3::after{
  content: " ";
  position: absolute;
  display: block;
  left: 0%;
  bottom: 0;
  width: 20%;
  height: px;
  background-color: #191e2b;
} */

.section-title h3 span {
  color: #191e2b;
}

.section-title p {
  margin: 15px auto 0 auto;
  /* font-weight: 600; */
}

/* @media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
} */

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #191e2b;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: 'century-gothic';
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #191e2b;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #191e2b;
}

.about .content .btn-learn-more:hover {
  background: #191e2b;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 0;
  text-align: center;
}

/* .services .icon-box::before {
  content: "";
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: 1;
}

.services .icon-box:hover::before {
  background: #3e3f340e;
  top: 0;
  border-radius: 0px;
} */

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #191e2b;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/* .services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
} */

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #493c3e;
  transition: ease-in-out 0.3s;
}

.features .icon-box:hover a {
  color: #191e2b;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: 'century-gothic';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #191e2b;
  border: 2px solid #191e2b;
}

@media (min-width: 1024px) {
  .cta {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 7px 17px 9px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #ede9e9;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #191e2b;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #191e2b;

  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #f7c2cc;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #191e2b;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #191e2b;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(73, 60, 62, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #493c3e;
}

.pricing .box h4 {
  font-size: 42px;
  color: #191e2b;
  font-weight: 500;
  font-family: 'century-gothic';
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #493c3e;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #191e2b;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  border: 2px solid #191e2b;
  color: #191e2b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'century-gothic';
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #191e2b;
  color: #fff;
}

.pricing .recommended {
  border-color: #191e2b;
}

.pricing .recommended .btn-buy {
  background: #191e2b;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #191e2b;
  border-color: #191e2b;
}

.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: #fce6ea;
  color: #191e2b;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #f1eeef;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: 'century-gothic';
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #191e2b;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #191e2b;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

@media (min-width: 1280px) {
  .faq .container {
    padding: 0 120px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -100%;
  /* Initial position off-screen */
  right: 0;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: #191e2b;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.team .member .member-img:hover .social {
  bottom: 0;
  opacity: 1;
}

.team .member .social a {
  transition: 0.5s ease;
  color: #493c3e;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #191e2b;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #493c3e;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#heross-contect {
  width: 100%;
  height: 60vh;
  background: url("../Image/blackbanner.png") top center;
  background-size: cover;
  position: relative;
}

#heross-contect:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heross-contect .hero-container {
  position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    flex-direction: column;
    padding: 0 6rem;
}

#heross-contect h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#heross-contect h1 {
  margin: 0 0 6rem 0;
  bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#heross-contect h2 {
  color: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
}

#heross-contect .btn-get-started {
  font-family: 'century-gothic';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

.req_head {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0 15px 0;
  background-color: #000;
  border-radius: 8px;
}


@media (min-width: 1024px) {
  #heross-contect {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #heross-contect h3 {
    font-size: 22px;
  }
  .section-title h2 {
    font-size: 30px;
    padding: 9px 2px;
  }
  .cr_office{
    font-size: 30px !important;
  }

  #heross-contect .hero-container {
    top: 10rem;
    padding: 0 1rem !important;
  }

  .textofsector {
    font-size: 16px !important;
  }

  #heross-contect h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #heross-contect h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #heross-contect {
    height: 150vh;
  }

  #heross-contect .hero-container {
    top: 16rem !important;
    padding: 0 1rem !important;
  }
}


@media only screen and (max-width: 500px) {
  #heross-contect {

    height: 60vh !important;

  }

  #heross-contect {

    height: 60vh !important;

  }

  .cr_mid_cont {
    margin-bottom: 22px;
    margin-top: 22px;

  }
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #191e2b;
  float: left;
  width: 44px;
  height: 44px;
  background: #7777777a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #191e2b;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #191e2b;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #191e2b;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #191e2b;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #bdbec1;
  color: #191e2b;
}

.site_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 12px 0 0 0;
}

.cr_office {
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  color: #000;
  margin: 20px 0 15px 0;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f4f4;
  margin-top: 67px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 50px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #655356;
  content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #191e2b;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #b1a0a3;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #191e2b;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e7526f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #493c3e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #9a8487;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #57484a;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #191e2b;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #493c3e;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(73, 60, 62, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #191e2b;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #493c3e;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #655356;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #493c3e;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #57484a;
}

.blog .blog-pagination {
  color: #816a6e;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #493c3e;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #191e2b;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #493c3e;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #191e2b;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e64e6b;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #191e2b;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #191e2b;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #8e767a;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #f6f4f4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #191e2b;
  background: #191e2b;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #dfd8d9;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: white;
  font-size: 18px;
  background: #191e2b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'century-gothic';
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #191e2b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #191e2b;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #f7c2cc;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 15px;
  padding: 0 22px;
  background: #191e2b;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #d01d3f;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #191e2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #191e2b;
  color: #fff;
  text-decoration: none;
}


/* project residential  */
.fade-in-image {
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* hover effect on image  */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 4.75em;
  background: black;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: hidden;

}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.hovereffect:hover img {
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: transparent;
  float: left;
  margin: 0px;
  display: inline-block;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
  color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  visibility: visible;
}

.hovereffect p.icon-links a span:before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* gallery style  */
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.teams {
  background: #fff;
  padding: 40px 0;
}

.teams .members {
  margin-bottom: 20px;
  overflow: hidden;
  /* text-align: center; */
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.teams .members .members-imgs {
  position: relative;
  overflow: hidden;
}

.teams .members .socials {
  position: absolute;
  left: 0;
  bottom: -100%;
  /* Initial position off-screen */
  right: 0;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: #191e2b;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.teams .members .members-imgs:hover .socials {
  bottom: 0;
  opacity: 1;
}

.teams .members .socials a {
  transition: color 0.3s;
  color: #493c3e;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.teams .members .socials a i {
  line-height: 0;
}

.teams .members .socials a:hover {
  color: #191e2b;
}

.teams .members .socials i {
  font-size: 18px;
  margin: 0 2px;
}

.teams .members .members-infos {
  padding: 15px 15px;
}

.teams .members .members-infos h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #493c3e;
}

.teams .members .members-infos span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.teams .members .members-infos p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.teams .members:hover .socials {
  opacity: 1;
}

/* gallery style  */

/*--------------------------------------------------------------
# Heros  hospitality deails page  Section
--------------------------------------------------------------*/
#hospitality {
  width: 100%;
  height: 100vh;
  background: url("../img/hospitality_banner.jpg") top center;
  background-size: cover;
  position: relative;
}

#hospitality:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hospitality .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 0 6rem;
}

#hospitality h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#hospitality h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}


#hospitality h2 {
  color: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
}

#hospitality .btn-get-started {
  font-family: 'century-gothic';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}


@media (min-width: 1024px) {
  #hospitality {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hospitality h3 {
    font-size: 22px;
  }

  #hospitality .hero-container {
    top: 0rem;
    padding: 0 1rem !important;
  }

  #hospitality h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hospitality h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #hospitality {
    height: 150vh;
  }

  #hospitality .hero-container {
    top: 16rem !important;
    padding: 0 1rem !important;
  }
}

/* test   */
/*--------------------------------------------------------------
# Heros  residential  page  Section
--------------------------------------------------------------*/


#residential {
  width: 100%;
  height: 100vh;
  background: url("../img/Residential_page_banner.png") top center;
  background-size: cover;
  position: relative;
}

#residential:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#residential .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 0 6rem;
}

#residential h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#residential h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#residential h2 {
  color: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
}

#residential .btn-get-started {
  font-family: 'century-gothic';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}


@media (min-width: 1024px) {
  #residential {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #residential h3 {
    font-size: 22px;
  }

  #residential .hero-container {
    top: 0rem;
    padding: 0 1rem !important;
  }

  #residential h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #residential h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #residential {
    height: 150vh;
  }

  #residential .hero-container {
    top: 16rem !important;
    padding: 0 1rem !important;
  }
}

/* residential  end  */

[type=button],
[type=reset],
[type=submit],
button {
  background: #191e2b;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.wpcf7-not-valid-tip {
  color: red;
}



[type=button],
[type=reset],
[type=submit]:hover {
  background: #bdbec1;
  color: #191e2b;
}

.wpcf7-response-output {
  color: green;
}



/* connectvity line  */
/* Connectivity */

.connectivity {
  background: #fff;
  padding: 40px 0;
}

.w1248 {
  width: 1248px;
}

.roundedBorder {
  border-radius: 15px;
  border: 1px solid #bda372;
}

.textGreen {
  color: #008d94;
}

.fontPrata {
  font-family: Playfair Display;
}

.conBoxes {
  min-height: 75px !important;
  width: 190px;
  text-align: center;
}

.slickConne {
  padding: 10px;
}

.slickConne div:last-child {
  border-right: 0px;
}


.brdRightGold {
  border-right: 3px solid #000;
}

.brdRightGold,
.brdRightGoldm {
  border-right: 1.5px solid #000;
  /* border-left: 1.5px solid #000; */
}

.brdRightm {
  border-right: 1px solid lightgray;
}

.connectivity {
  margin: 0px 0px 50px 0px;
}

/* Connectivity Ends Here*/



.blueBg {
  background-color: #191e2b;
}

.padTB50 {
  padding: 60px 0px;
}

.contenerAsp {
  width: 1280px;
  max-width: 85%;
  margin: 0 auto;
}

.connectivity {
  margin-bottom: 50px;
}

.connectivity h1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 200;
  font-family: Playfair Display;
}

.lableLine {
  width: 120px;
  height: 2px;
  background-color: white;
  margin: 15px auto;
}

.lableLine2 {
  width: 120px;
  height: 2px;
  background-color: #274a80;
  margin: 15px auto;
}

.slick-slider {
  margin-bottom: 25px;
}

.sLine {
  width: 100%;
  height: 1px;
  background-color: #b49169;
  margin: 8px auto;
}

.sLine::after {
  content: ".";
  font-size: 65px;
  position: absolute;
  top: -26px;
  color: #b49169;
}

.colConnectivityBox h4 {
  color: #b49169;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  min-height: 35px;
}

.colConnectivityBox h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}



.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #ffd7a9;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* For small screens */
@media only screen and (max-width: 600px) {
  .colConnectivityBox {
    width: 100%;
    /* Adjust width as needed */
    margin-right: 0;
    /* Remove any right margin */
  }
}

@media only screen and (max-width: 450px) {
  .slick-track {
    display: flex;
    flex-direction: column;
  }

  .colConnectivityBox {
    width: 332px !important;
    margin-top: 18px;
  }
  .colConnectivityBox h4{
    min-height: 0px !important;
  }
  .connectivity{
    margin: 0px;
  }
}

/* For medium and large screens */

/* connectvity line  */


/* site plane section strat  */
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.siteplane {
  background: #fff;
  padding: 40px 0;
}

.siteplane .members {
  margin-bottom: 20px;
  overflow: hidden;
  /* text-align: center; */
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.siteplane .members .members-imgs {
  position: relative;
  overflow: hidden;
}

.siteplane .members .socials {
  position: absolute;
  left: 0;
  bottom: -100%;
  /* Initial position off-screen */
  right: 0;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: #191e2b;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.siteplane .members .members-imgs:hover .socials {
  bottom: 0;
  opacity: 1;
}

.siteplane .members .socials a {
  transition: color 0.3s;
  color: #493c3e;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.siteplane .members .socials a i {
  line-height: 0;
}

.siteplane .members .socials a:hover {
  color: #191e2b;
}

.siteplane .members .socials i {
  font-size: 18px;
  margin: 0 2px;
}

.siteplane .members .members-infos {
  padding: 15px 15px;
}

.siteplane .members .members-infos h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #493c3e;
}

.siteplane .members .members-infos span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.siteplane .members .members-infos p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.siteplane .members:hover .socials {
  opacity: 1;
}

/* site plane section end */





/*--------------------------------------------------------------
# hospitalitys single page  residential  page  Section
--------------------------------------------------------------*/
#hospitalitys {
  width: 100%;
  height: 100vh;
  background: url("../img/hospitalitys.png") top center;
  background-size: cover;
  position: relative;
}

#hospitalitys:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hospitalitys .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 0 6rem;
}

#hospitalitys h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#hospitalitys h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hospitalitys h2 {
  color: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
}

#hospitalitys .btn-get-started {
  font-family: 'century-gothic';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}


@media (min-width: 1024px) {
  #hospitalitys {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hospitalitys h3 {
    font-size: 22px;
  }

  #hospitalitys .hero-container {
    top: 0rem;
    padding: 0 1rem !important;
  }

  #hospitalitys h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hospitalitys h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #hospitalitys {
    height: 150vh;
  }

  #hospitalitys .hero-container {
    top: 16rem !important;
    padding: 0 1rem !important;
  }
}

/* hospitality single  end  */



/* OUR MANAGEMENT START  */

/*--------------------------------------------------------------
# herom  MANAGEMENT deails page  Section
--------------------------------------------------------------*/
#herom {
  width: 100%;
  height: 60vh;
  background: url("../Image/blackbanner.png") top center;
  background-size: cover;
  position: relative;
}

#herom:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#herom .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: start;
  flex-direction: column;
  padding: 0 6rem;
}

#herom h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#herom h1 {
  margin: 0 0 6rem 0;
  bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#herom h2 {
  color: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
}




@media (min-width: 1024px) {
  #herom {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #herom h3 {
    font-size: 22px;
  }

  #herom .hero-container {
    top: 10rem;
    padding: 0 1rem !important;
  }

  .textofsector {
    font-size: 16px !important;
  }

  #herom h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #herom h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #herom {
    height: 150vh;
  }

  #herom .hero-container {
    top: 16rem !important;
    padding: 0 1rem !important;
  }
}

.managementsec {
  background: #fff;
  padding: 40px 0;
}

.managementsec .members {
  margin-bottom: 20px;
  overflow: hidden;
  /* text-align: center; */
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.managementsec .members .members-imgs {
  position: relative;
  overflow: hidden;


}

.managementsec .members .socials {
  position: absolute;
  left: 0;
  bottom: -100%;
  /* Initial position off-screen */
  right: 0;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: #191e2b;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.managementsec .members .members-imgs:hover .socials {
  bottom: 0;
  opacity: 1;
}

.managementsec .members .socials a {
  transition: color 0.3s;
  color: #493c3e;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.managementsec .members .socials a i {
  line-height: 0;
}

.managementsec .members .socials a:hover {
  color: #191e2b;
}

.managementsec .members .socials i {
  font-size: 18px;
  margin: 0 2px;
}

.managementsec .members .members-infos {
  padding: 15px 15px;
}

.managementsec .members .members-infos h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #493c3e;
}

.managementsec .members .members-infos span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.managementsec .members .members-infos p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.managementsec .members:hover .socials {
  opacity: 1;
}



.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.image-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* .image-card:hover img {
  transform: scale(1.05);
} */

.image-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.image-card:hover .overlay {
  opacity: 1;
}

.image-card .overlay-content {
  color: #fff;
  padding: 20px;
}

/* OUR MANAGEMENT end  */

/* typography styles  */
.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      black 15%,
      #787878 70%,
      /* #ff1361 67%, */
      #6384e8 90%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  /* text-fill-color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 25px;
  font-weight: 900;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* Typography style */

/* our team section start   */
.teamcrad {
  background: #fff;
  padding: 40px 0;
}

/* Style for team member container */
.team-member {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px;
}


/* Style for team member info */
.team-member-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  /* Adjust opacity as needed */
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.arrow-btn {
  position: absolute;
  bottom: 18px;
  right: 40px;
  z-index: 1;
}

.card-body {
  display: flex;
  justify-content: center;
  text-align: center;
}

.team-member-down {
  border: 1px solid rgba(34, 34, 33, 0.309);
}


/* for whatsapp  */

.Whatsapp-button {
  position: fixed;
  z-index: 99999999;
  margin: 20px;
  inset: auto auto 0px 0px;

}

.Whatsapp-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  text-decoration: none;
}

/* 
/*--------------------------------------------------------------
# Heross  for sccos page
--------------------------------------------------------------*/
#heross {
  width: 100%;
  height: 100vh;
  background: url("../img/SCOSbanner.png") top center;
  background-size: cover;
  position: relative;
}

#heross:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heross .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 0 6rem;
}

#heross h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#heross h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#heross h2 {
  color: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
}

#heross .btn-get-started {
  font-family: 'century-gothic';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}


@media (min-width: 1024px) {
  #heross {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #heross h3 {
    font-size: 22px;
  }

  #heross .hero-container {
    top: 10rem;
    padding: 0 1rem !important;
  }

  .textofsector {
    font-size: 16px !important;
  }

  #heross h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #heross h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #heross {
    height: 150vh;
  }

  #heross .hero-container {
    top: 16rem !important;
    padding: 0 1rem !important;
  }
}


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

    height: 60vh !important;

  }

  #heross {

    height: 60vh !important;

  }
}

/* for sccos page

/*--------------------------------------------------------------
# 43 sector  commercial deails page  Section
--------------------------------------------------------------*/
#herosf {
  width: 100%;
  height: 100vh;
  background: url("../img/SECban 43.png") top center;
  background-size: cover;
  position: relative;
}

#herosf:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#herosf .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 0 6rem;
}

#herosf h3 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#herosf h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#herosf h2 {
  color: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
}

#herosf .btn-get-started {
  font-family: 'century-gothic';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}


@media (min-width: 1024px) {
  #herosf {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #herosf h3 {
    font-size: 22px;
  }

  #herosf .hero-container {
    top: 10rem;
    padding: 0 1rem !important;
  }

  .textofsector {
    font-size: 16px !important;
  }

  #herosf h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #herosf h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #herosf {
    height: 150vh;
  }

  #herosf .hero-container {
    top: 16rem !important;
    padding: 0 1rem !important;
  }
}


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

    height: 60vh !important;

  }

  #herosf {

    height: 60vh !important;

  }


}

