@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@400;500;600;700&display=swap&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

._crm svg, .com-users-login svg{
  width: 32px;
  height:32px;
}
._crm .mod-login__options{
  display:none;
}

.p_ciudad_de_dios{
      background:
      linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),  url('../../../images/terrenos/ciudad-de-dios/intro-ciudad-de-dios.jpg');
}
.p_moriah_este{
      background:
      linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),  url('../../../images/terrenos/moriah-del-este/intro-moriah-del-este.jpg');
}

.p_campo_campestre_urubo_3{
      background:
      linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),  url('../../../images/terrenos/complejo-campestre-urubo-3/intro-complejo-campestre-urubo-3.jpg');
}
.p_perla_del_urubo{
      background:
      linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),  url('../../../images/terrenos/perla-del-urubo/intro-perla-del-urubo.jpg');
}
.p_laguna_dorada{
      background:
      linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),  url('../../../images/terrenos/laguna-dorada/intro-laguna-dorada.jpg');
}

.txtc{
  text-align:center;
}

    .heroi{
      position:relative;
      min-height:100vh;
      width:100%;

      background-size:cover;
      background-position:center;
      display:flex;
      align-items:center;
      color:white;
    }

    .hero-content{
      max-width:700px;
    }

    .hero-badge{
      display:inline-block;
      background:#000;
      color:#caa46a;
      padding:10px 20px;
      border-radius:50px;
      font-size:14px;
      font-weight:700;
      margin-bottom:20px;
    }

    .heroi h1{
      font-size:58px;
      line-height:1.1;
      margin-bottom:25px;
      font-weight:800;
    }

    .heroi p{
      font-size:20px;
      line-height:1.7;
      margin-bottom:35px;
      color:#e6e6e6;
    }

    .heroi-buttons{
      display:flex;
      gap:15px;
      flex-wrap:wrap;
    }

    .video-section{
      background:#111;
      color:white;
      text-align:center;
    }
    .video-section h2{
      color:#caa46a;
    }
    .video-box{
      margin-top:40px;
      border-radius:20px;
      overflow:hidden;
      box-shadow:0 20px 60px rgba(0,0,0,.4);
    }

    .video-box iframe{
      width:100%;
      height:600px;
      border:none;
    }

    .stats{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
      gap:25px;
      margin-top:50px;
    }

    .stat{
      background:#caa46a;
      color:white;
      padding:40px;
      border-radius:20px;
      text-align:center;
    }

    .stat h3{
      font-size:50px;
      color:#00b67a;
      margin-bottom:10px;
    }

    .stat p{
      color:#ccc;
    }


    /* LOCATION */

    .location{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:50px;
      align-items:center;
    }

    .location img{
      width:100%;
      border-radius:20px;
    }

    .location ul{
      list-style:none;
    }

    .location li{
      margin-bottom:18px;
      font-size:18px;
      color:#555;
    }

    /* TESTIMONIALS */

    .testimonialsi{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
      gap:30px;
    }

    .testimonial{
      background:#f8f8f8;
      padding:40px;
      border-radius:20px;
    }

    .testimonial i, .testimonial em{
      color:#caa46a;
      font-size:64px;
    }
    .testimonial p{
      line-height:1.8;
      color:#555;
      font-size:16px;
      font-style:italic;
      margin-bottom:20px;
    }

    .testimonial h4{
      color:#caa46a;
      font-size:18px;
    }



._novb{
  margin-bottom:30px;
}
.columns-3 {
  display:flex;
  flex-wrap: wrap;
}
.columns-3 .blog-item{
  width:33%;
  display:inline-block;
}
.columns-3 .item-content{
  margin-left:15px;
  margin-right:15px;
}
.blog .columns-3 .item-content .page-header{
  position:relative;
  padding:20px;
  margin:0px;
  backdrop-filter:blur(10px);
  background:rgba(255,255,255,.5);
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;

}
.blog .columns-3 .item-content .page-header h2 {
  line-height:18px;
  margin:0px;
  padding:0px;
}
.blog .columns-3 .item-content .page-header h2 a{
  font-family:'Playfair Display',serif;
color:#000;
  line-height:18px;
font-size:18px;
  font-weight:normal;
  text-decoration:none;
}
.blog .columns-3 .item-content .page-header h2 a:hover{
color:#caa46a;
}


._nov h2{
    font-family:'Playfair Display',serif;

}
.blog h1,._nov h1{
  text-align:center;
color:#caa46a;
}

.blog .item-content{
  position:relative;
}

.blog .item-content img{
  position:relative;
  widht:100%;
  height:auto;
}

.blog .item-content .page-header{
  position:absolute;
  z-index:5;
  bottom:0px;
  margin:15px;
  padding:20px;
  backdrop-filter:blur(10px);
  background:rgba(0,0,0,.5);
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;

}
.blog .item-content .page-header h2 a{
  font-family:'Playfair Display',serif;
color:#fff;
font-size:24px;
  font-weight:normal;
  text-decoration:none;
}
.blog .item-content .page-header h2 a:hover{
color:#caa46a;
}
.item-page iframe{
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
  
}
.whatsx{
z-index: 999;
right: 15px;
  bottom:15px;
  position:fixed;
  height:50px;
}
.whatsx a {
	background:#0dc152;
    color:#fff;
text-decoration:none;
  height:50px;
  line-height:50px;
  box-shadow: 0 0 30px rgba(0,0,0,.3);
  display:inline-block;
  max-width:450px;
  padding-left:0px;
  padding-bottom:0px;
  font-size:16px;
  font-weight:300;
  
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
}
.whatsx a i{
	background:#02993c;
    color:#fff;
  width:50px;
  height:50px;
  line-height:50px;
  font-size:30px;
  float:right;
  text-align:center;
  margin-left:0px;

-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
}

.whatsx a:hover {
  text-decoration:none;
  color:#000;
  box-shadow: 0 0 30px rgba(0,0,0,.5);
}

.tab-click-loadMore{
  background:#caa46a;
  border:#caa46a solid 1px;
  color:white;
  text-decoration:none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.tab-click-loadMore:hover{
  background:#fff;
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,0,0,.08);
}


.bggris img{
  width:100%;
  height:auto;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.bggris .item-page .page-header h1{
  text-align:center;
  margin-bottom:30px;
}
.bggris ._int, ._hero ._int{
  display:none;
}
.bggris ._bint{
  width:100%;
}

._terrenos .mod-articlesnews__item, ._terrenos_in {
background:rgba(255,255,255,.65);
border:1px solid rgba(202,164,106,.5);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:25px;
  backdrop-filter:blur(10px);
  transition:.4s;
  margin-bottom:20px;
}
._terrenos img{
  max-width:100%;
  height:auto;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;  
}
._terrenos h3{
  font-family:'Playfair Display',serif;
  font-size:2rem;
  margin-top:0px;
  margin-bottom:20px;
}
  

._top, #mod-custom122{
  height:150px;
display:block;
}
._zona{
  position:relative;
  margin-bottom:30px;
}
._zona .image-cardz{
  overflow:hidden;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
position:relative;
}

._zona .image-cardz h2{
  font-family:'Playfair Display',serif;
  font-size:3rem;
  margin-top:16px;
}

._zona .image-cardz img{
  width:100%;
  height:650px;
  object-fit:cover;
  transition:1s;
}

._zona .image-cardz:hover img{
  transform:scale(1.08);
}
._zona .captionz{
  position:absolute;
  top:0px;
  left:10px;
  padding:10px 10px;
  padding-top:5px;
}


._ads{
  background-color:#fff;
}
._bottom{
    background-color:#fff;
}
._360 iframe{
  z-index:-1;
  position:fixed;
  min-height:100vh;
    margin:0px;
}  

._360 p{
    margin:0px;
}  
body{
  font-family:'Inter',sans-serif;
  background:#f6f1ea;
  color:#1e1e1e;
  overflow-x:hidden;
}

.navbar{
  position:fixed;
  width:100%;
  top:0;
  left:0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 5%;
  z-index:1000;
  backdrop-filter:blur(10px);
  background:rgba(0,0,0,.75);
}

._logo p{
    margin:0px;
}
._logo img{
    height:90px;
    width:auto;
}
nav{
  display:flex;
  gap:30px;
}

.nav-btn{
  padding:12px 22px;
  border-radius:40px;
  text-decoration:none;
  background:#caa46a;
  color:white;
}

.hero{
  min-height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
    background:none;

}

.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.1);
}

.hero-content{
  position:relative;
  z-index:2;
  max-width:900px;
  padding:20px;
}

.tag{
  display:inline-block;
  margin-bottom:25px;
  padding:10px 18px;
  border-radius:40px;
  background:#efe3d0;
  color:#9b7743;
  font-size:.8rem;
  letter-spacing:1px;
}

.hero h1{
    color:#fff;
}
h1{
  font-family:'Playfair Display',serif;
  font-size:3rem;
  line-height:1.05;
  font-weight:400;
}

h1 strong{
  color:#caa46a;
  font-style:italic;
  font-weight:400;
}

.hero p{
  margin-top:28px;
  color:#fff;
  font-weight:bold;
  line-height:1.8;
}

.hero p small{
  margin-top:20px;
  color:#caa46a;
  text-transform:uppercase;
  font-weight:normal;
  line-height:1.8;
  padding:10px;
  backdrop-filter:blur(12px);
  background:rgba(0,0,0,.5);
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.hero-buttons{
  margin-top:40px;
  display:flex;
  gap:20px;
  justify-content:center;
  flex-wrap:wrap;
}

.primary-btn,.secondary-btn{
  padding:16px 28px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
  text-decoration:none;
  transition:.4s;
}

.primary-btn{
  background:#caa46a;
  border:#caa46a solid 1px;
  color:white;
}

.secondary-btn{
  border:1px solid #ddd;
  color:#333;
  background:white;
}
.primary-btn:hover{
  background:#fff;
}

.primary-btn:hover,
.secondary-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,0,0,.08);
}

section{
  padding:120px 8%;
  background:#f6f1ea;

background: linear-gradient(180deg, rgba(246, 241, 234, 1) 0%, rgba(252, 252, 250, 1) 100%);
}


.section-title{
  text-align:center;
  margin-bottom:60px;
}

.section-title span,
.process span{
  color:#caa46a;
  letter-spacing:2px;
  font-size:.8rem;
}

.section-title h2,
.gallery h2,
.process h2,
.testimonials h2,
.cta h2{
  font-family:'Playfair Display',serif;
  font-size:3rem;
  margin-top:16px;
}

.section-title em,
.gallery em,
.cta em,
.testimonials em{
  color:#caa46a;
  font-style:italic;
}

.section-title p{
  font-size:18px;
  font-style:italic;
}
.testimonials em{
  font-style:normal;
}

.section-subtitle h2{
  font-family:'Playfair Display',serif;
  font-size:1.5rem;
  font-style:italic;
  margin-top:30px;
  text-align:center;
}
.section-subtitle h2 em{
  color:#caa46a;
}

.benefits img{
    max-width:100%;
    height:auto;
}
.cxt{
    position:relative;
    display:flex;
}
.cx{
    display:inline-block;
    width:50%;
}
.cx img{
    margin-left:20px;
    -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:20px;
}

.cards3{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:20px;
}

.card{
  background:rgba(255,255,255,.65);
  border:1px solid rgba(202,164,106,.5);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding:25px;
  backdrop-filter:blur(10px);
  transition:.4s;
}

.card em{
  background:rgba(202,164,106,.20);
  width:54px;
  height:54px;
  line-height:54px;
  text-align:center;
  font-size:22px;
  color:#caa46a;
-webkit-border-radius: 64px;
-moz-border-radius: 64px;
border-radius: 64px;
  transition:.4s;
  margin-bottom:10px;
}

.card p{
  margin-bottom:0px;
}

.card h3, .card h1{
    font-size:18px;
  font-family:'Playfair Display',serif;
}
.card h3 strong, .card h1 strong{
  color:#caa46a;
    
}
.card h1{
    font-size:40px;
  font-family:'Playfair Display',serif;
}
.card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 40px rgba(0,0,0,.05);
}

.gallery-text{
    text-align:center;
}

.gallery-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:50px;
}
.gallery-grid2{
  display:grid;
  gap:24px;
}
.image-card{
  overflow:hidden;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
position:relative;
}

.image-card img{
  width:100%;
  height:400px;
  object-fit:cover;
  transition:1s;
}

.image-card:hover img{
  transform:scale(1.08);
}

.caption{
  position:absolute;
  bottom:20px;
  left:20px;
  background:rgba(255,255,255,.8);
  padding:12px 18px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}


.gallery-gridz{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:24px;
  margin-top:50px;
}
.image-cardz{
  overflow:hidden;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
position:relative;
}

.image-cardz img{
  width:100%;
  height:650px;
  object-fit:cover;
  transition:1s;
}

.image-cardz:hover img{
  transform:scale(1.08);
}
.captionz{
  position:absolute;
  top:0px;
  left:10px;
  padding:10px 10px;
  padding-top:5px;
}




.steps{
  display:flex;
  justify-content:center;
  gap:50px;
  margin-top:70px;
  flex-wrap:wrap;
}

.step{
  text-align:center;
}

.circle{
  width:80px;
  height:80px;
  border-radius:50%;
  background:white;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto auto 20px;
  box-shadow:0 10px 25px rgba(0,0,0,.05);
  color:#caa46a;
}

.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
  margin-top:50px;
}

.testimonial{
  background:white;
  border-radius:24px;
  padding:35px;
}

.cta{
  text-align:center;
}

footer{
  padding:40px;
  text-align:center;
  color:#888;
    background:#f6f1ea;

}

.reveal{
  opacity:0;
  transform:translateY(40px);
  transition:1s;
}

.reveal.active{
  opacity:1;
  transform:translateY(0);
}

/*
.item-page{
  padding:50px;
}
._inn{
  padding:0px;
}
header{
  position:absolute;
  width:100%;
  
}
._logos img {
  display:inline-block;
  height:80px;
  width:auto;
  
}

.bgwhite{
  background-color:#fff;
}
footer {
    background-color: #73bd44;
  padding-top:5px;
  padding-bottom:5px;
  
}
*/

.menuoculto {
    opacity: 0;
}

.menutopfixed {}


.menutopfixed {
    position: relative;
    margin: 0px;
}
header p {
    margin: 0px;
}
nav.desktop ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

nav.desktop ul li {
    position: relative;
    float: left;
}

nav.desktop  ul li a {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #999;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
  text-decoration:none;
}

nav.desktop ul li a:hover {
    color: #fff;
    background: none;
}



nav.desktop  li.current a {
    color: #caa46a;
}

nav.desktop ul._menu  li.item-108 a  {
    background-color: #fc7404;
    color: #fff;
  margin-top:25px;
    height: 50px;
    line-height: 50px;
  margin-left:20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;  
}

nav.desktop ul._menu  li button{
  display:none;
}

nav.desktop ul._menu  li ul {
    position: absolute;
  left:0px;
    z-index: 2;
    padding: 0px;
    top: 100px;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}

nav.desktop ul._menu  li:hover ul {
    left: 0px;
  display:block;
}

nav.desktop ul._menu  li ul li {
    position: relative;
}

nav.desktop ul._menu li ul li a {
    width: 220px;
    background-color: #fff;
    color: #333;
    height: 30px;
  font-size:16px;
    line-height: 30px;
    border-top: #f0f0f0 solid 1px;
    text-transform: none;
}

nav.desktop ul._menu  li ul li a:hover {
    background: none;
    background-color: #f0f0f0;
    color: #ec8827;
    text-decoration: none;
}
nav.desktop ul._menu  li ul li ul{
    position: absolute;
  left:0px;
    z-index: 2;
    padding: 0px;
    top: 30px;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}
nav.desktop ul._menu li ul li ul li a {
    width: 350px;
    background-color: #fff;
    color: #333;
    height: 30px;
  font-size:16px;
    line-height: 30px;
    border-top: #f0f0f0 solid 1px;
    text-transform: none;
}
nav.desktop ul._menu  li span {
    width: 350px;
    background-color: #fff;
    color: #333;
    height: 30px;
  font-size:16px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: #f0f0f0 solid 1px;
    text-transform: none;
  display:block;
}
a {
    transition: all 0.20s linear;
    -webkit-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    color: #000;
}

a:hover {
    transition: all 0.20s linear;
    -webkit-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    color: #666;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
}


/*********************************************************************************************************/

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

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

}

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

    .menuoculto {
        opacity: 1;
        filter: alpha(opacity=100);
        transition: all 0.20s linear;
        -webkit-transition: all 0.20s linear;
        -moz-transition: all 0.20s linear;
    }
  nav.desktop ._menu {
    display:none;
  }
}

@media only screen and (max-width: 767px) {
  h1{
    font-size:1.5rem;
  }

  .gallery-grid{
    grid-template-columns:1fr;
  }

  .navbar nav{
    display:none;
  }
  
}

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

  .btn-quiero-asesoria{
    display:none;
  }
.logo {
  text-align:center;
  width:100%;
}
._logo img{
  height:70px;
  width:auto;
}
.hero p{
  margin-top:20px;
  line-height:1.1;
}

.section-title h2,
.gallery h2,
.process h2,
.testimonials h2,
.cta h2{
  font-family:'Playfair Display',serif;
  font-size:1.5rem;
  margin-top:16px;
}

._top, #mod-custom122{
  height:120px;
display:block;
}


._novb{
  margin-top:30px;
}
  
.blog .item-content .page-header{
  position:relative;
  z-index:5;
  bottom:0px;
  margin:0px;
  padding:15px;
  backdrop-filter:blur(10px);
  background:rgba(0,0,0,.5);
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

}
.blog .item-content .page-header h2 a{
  font-family:'Playfair Display',serif;
color:#fff;
font-size:18px;
  font-weight:normal;
  text-decoration:none;
}
.columns-3 {
  display:block;
}
.columns-3 .blog-item{
  width:100%;
  display:inline-block;
  margin-bottom:30px;
}
section {
    padding: 100px 20px;
    background: #f6f1ea;
    background: linear-gradient(180deg, rgba(246, 241, 234, 1) 0%, rgba(252, 252, 250, 1) 100%);
}

.heroi .hero-content{
  position:relative;
  z-index:2;
  max-width:600px;
  padding:0px;
}
    .hero-badge{
      display:inline-block;
      background:#000;
      color:#caa46a;
      padding:10px 20px;
      border-radius:50px;
      font-size:14px;
      font-weight:700;
      margin-bottom:20px;
    }

    .heroi h1{
      font-size:32px;
      line-height:1;
      margin-bottom:20px;
      font-weight:500;
    }

    .heroi p{
      font-size:18px;
      line-height:1.2;
      margin-bottom:25px;
      color:#e6e6e6;
    }

    .heroi-buttons{
      display:table;
  gap:0px;
  justify-content:center;
  flex-wrap:nowrap;
    }
    .heroi-buttons a{
      display:block;
    }
    .video-section{
      background:#111;
      color:white;
      text-align:center;
    }
    .video-section h2{
      color:#caa46a;
    }
    .video-box{
      margin-top:40px;
      border-radius:20px;
      overflow:hidden;
      box-shadow:0 20px 60px rgba(0,0,0,.4);
    }

    .video-box iframe{
      width:100%;
      height:400px;
      border:none;
    }

    .stats{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
      gap:25px;
      margin-top:50px;
    }

    .stat{
      background:#caa46a;
      color:white;
      padding:40px;
      border-radius:20px;
      text-align:center;
    }

    .stat h3{
      font-size:50px;
      color:#00b67a;
      margin-bottom:10px;
    }

    .stat p{
      color:#ccc;
    }


    /* LOCATION */

    .location{
      display:table;
      grid-template-columns:1fr 1fr;
      gap:50px;
      align-items:center;
    }

    .location img{
      width:100%;
      border-radius:20px;
    }

    .location ul{
      list-style:none;
    }

    .location li{
      margin-bottom:18px;
      font-size:18px;
      color:#555;
    }
    .location iframe{
      margin-top:40px;
      height:400px;
    }

    /* TESTIMONIALS */

    .testimonialsi{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
      gap:30px;
    }

    .testimonial{
      background:#f8f8f8;
      padding:40px;
      border-radius:20px;
    }

    .testimonial i, .testimonial em{
      color:#caa46a;
      font-size:64px;
    }
    .testimonial p{
      line-height:1.8;
      color:#555;
      font-size:16px;
      font-style:italic;
      margin-bottom:20px;
    }

    .testimonial h4{
      color:#caa46a;
      font-size:18px;
    }

.input-group {
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
}
  .input-group .input-group-text, .input-group .form-control, .input-group .form-select{
    width:100%;
    margin-bottom:10px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  
}













  
}