html {
  scroll-behavior: smooth; overflow-x: hidden; 
}


	

h1{margin: 0px; padding: 0px;}
p{margin: 0px; padding: 0px;  }


.spctx-n1{  padding-left: 15px !important;}

/*fonts-are-here */navbar

@font-face {
   font-family:Quicksand-Bold;
   src:url("../font/Quicksand-Bold.ttf")
}

@font-face {
   font-family:Quicksand-Light;
   src:url("../font/Quicksand-Light.ttf")
}

@font-face {
   font-family: Quicksand-Medium;navbar
   font-family:Quicksand-SemiBold;
   src:url("../font/Quicksand-SemiBold.ttf")
}
body{
   margin: 0px; padding: 0px; font-family: Quicksand-Medium; font-size: 20px; color: #444444;  

}
/*fonts-are-here */



/*google-map-styles-are-here*/

.map-container {
    width: 60%;
}
.map-container iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
    pointer-events: auto;
}

/*google-map-styles-are-here*/

/*ui css here*/
.pltx{ color: #fff !important; text-decoration: none !important;}
.pltx:hover{ color: #fff !important; text-decoration: none !important;}
.pltx:active{ color: #fff !important; text-decoration: none !important;}
.pltx:visited{ color: #fff !important; text-decoration: none !important;}


.txtwhite1{color: #000; text-decoration: none;}
.bspc1{ margin-bottom: 0px;}
.cont-img{margin: 0;
    
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }




.lsize{ width: 272px; height: auto;}

.audit-space{margin-top: 70px;}

.touchb{width: 90%;}

.lalg{text-align: left;}


.button-loggin{color: #9D4F21;
    background-color: #fff;
    border-radius: 50px;
    padding: 12px 29px 12px 29px; margin-top:-33px;
	border: none;
    text-transform: uppercase;}

.button-loggin:hover{color: #9D4F21;
    background-color: #dba46c; color: #fff;
    border-radius: 50px;
    padding: 12px 29px 12px 29px;
    text-transform: uppercase;}

.button-loggin:active{color: #9D4F21;
    background-color: #9d4f21; color: #fff;
    border-radius: 50px;
    padding: 12px 29px 12px 29px;
    text-transform: uppercase;}



.button-submit{background-color: #4a5f57; color: #fff; border-radius:50px; padding: 10px 30px; margin-left: 10px; margin-top: 15px; border:none;font-size:18px !important; }

.button-submit:hover{background-color: #3b4642; color: #fff; border-radius:22px; padding: 10px 30px; margin-left: 10px; margin-top: 15px; border:none; }
.button-submit:active{background-color: #000; color: #fff; border-radius:22px; padding: 10px 30px; margin-left: 10px; margin-top: 15px; border:none; }





	.footerc{float: left; width: 50%; font-size: 16px; height: 100%;}
.footerp{float: left; width: 50%; font-size: 16px; text-align: right;}.wealthfooter{background-color: #4a5f57 !important; padding: 10px 0px 50px; color: #fff;}





.wealth-textarea1{width: 100%; border: 1px solid #d2cdb9; font-size: 16px;  padding-left: 30px; padding-top: 20px;}
.wealth-input1{width: 100%; border: 1px solid #d2cdb9; font-size: 16px; height: 37px; padding-left: 30px;}
.inptspc2{width: 100%; padding: 0px; margin: 0px; margin-top: 30px !important;}
.getintouch{font-family:Quicksand-Medium; font-size: 34px; padding-top: 20px; }
.wealth-name{ font-family: font-family:Quicksand-Bold; font-size: 16px; padding-top: 10px; padding-bottom: 0px; }
.logoalign{ text-align: left !important; }

#myBtn {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
	background-color: #45554f;
    
    transition: all 0.3s;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    margin: 4px 2px;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    line-height: 20px;
    width: 60px;
  /*display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: -moz-linear-gradient(left, #FDA10E 0%, #FF6C0D 100%);
    background: -webkit-linear-gradient(left, #FDA10E 0%, #FF6C0D 100%);
    background: -o-linear-gradient(left, #FDA10E 0%, #FF6C0D 100%);
    background: -ms-linear-gradient(left, #FDA10E 0%, #FF6C0D 100%);
    background: linear-gradient(to right, #FDA10E 0%, #FF6C0D 100%);
    transition: all 0.3s;
  color: white;
  cursor: pointer;
 padding: 20px;
  border-radius: 30%;*/
}




#myBtn:hover {
  background-color: #3b4642;
}


#myBtn:active {
  background-color: #000;
}

.solution-spc{padding-top: 40px; padding-right: 0%; }

.card {
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); width: 100%;
 
  text-align: center; color: #4A5F57;
   border-radius: 10px; 
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
	background-color: #fff;
}
.card:hover  {
  box-shadow: 8px 12px 31px -10px #ab98ab; cursor: pointer; color: #343632;  
}

.card2 h1{font-size: 21px; font-family:Quicksand-SemiBold; color: #4A5F57; text-transform: uppercase;}

.card2 p{ padding-top: 12px; padding-left: 20px; padding-right: 20px; }

.card2 {
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); width: 100%;
 
  text-align: center; color: #4A5F57;
   border-radius: 10px; 
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
	background-color: #fff;
}

.teambox{width: 23%; margin-right: 2% !important; float: left;}

.greyradi{background-color: #f3f2ed; padding-top: 25px; width: 115px; height: 115px; margin: 0px auto; border-radius: 50%; margin-top: 60px; margin-bottom: 45px; position: relative;}







.card-title{ font-size: 34px; font-family:Quicksand-SemiBold; line-height: 44px;  }
.card-title:hover{font-weight: normal!important; color: #444444; }

.card-text{color:#444444; font-size: 17px; font-family:Quicksand-SemiBold; padding-left: 20px; padding-right: 20px; padding-top: 7px;} 

.card-body .card-title {
  margin-bottom: calc(50% + 120px);
  
}
.card:hover .card-body .card-title {
  margin-bottom: .75rem;transition: all 0.3s ease-out;font-weight: normal;
}

.card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64%;
  background-color: #fff;
  
}
.card-content {
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
 
}
.card:hover .card-body {
  height: 80%;transition: all 0.3s ease-out; font-weight: normal;
}
.card:hover .card-content {
  bottom: 0; transition: all 0.3s ease-out;
}

.column {
  /*float: left;
  width:30%; margin-right: 1% !important;
  padding: 0 10px;*/
}	
	
.phalcon-heading{color:##4A5F57; font-family:Quicksand-SemiBold; font-size: 38px; text-align: center; padding-bottom: 40px;}

.team-heading{color:#343632; font-family:Quicksand-SemiBold; font-size: 38px;  padding-bottom: 40px;}
.greybg{background-color:#F3F2ED }
.p-spc1{ padding-top: 22px; }
.p-spc2{ padding-top: 22px; }

.mission{ font-size: 38px !important; font-family:Quicksand-SemiBold; color:#343632;  }

.wealth-heading{font-family:Quicksand-Bold; font-size: 65px; }
.sectionP60{
	
    padding-top: 100px;
    padding-bottom: 100px;
}
.logo2-text{ text-align: left; width: 252px !important; height: auto;}
.wealth-designation{color:#C4BDB5; font-size: 14px; }

.offer-spc{     width: 40%; float: left; padding-top: 15%; padding-left: 0%; padding-right: 2%;"  align="left}
.computer-img{float: left; width: 60%;}
.autoimg{width: 100% !important; height: auto;}
.wealthgen{position: relative;  bottom: 20px; font-size: 78px!important; color: #fff; width: 100%; font-family:Quicksand-Bold; text-shadow: 0px 0px 10px #000; }
.wealthlogows{ width: 626px; height: auto;}

.logowlth{ width: 100%; max-width: 170px !important; min-width: 60px; height: auto;}

/*ui css end here*/



/*video styling here*/
.videobge {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  position: relative;
}


.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que el video cubra toda la pantalla */
    z-index: -1; /* El video está detrás del contenido */
  }

/*navbar-styling-is-here*/

.navbar-default{
    background: transparent;
    border: none;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: 999;
}
.navbar-nav.navbar-right > li{
    padding-top: 50px;
    padding-bottom: 20px;
    margin-left: 1px;
}
.navbar-nav.navbar-right > li > a{
    padding: 10px 20px;
    color: #fff;
    font-family: Quicksand-Bold;

    letter-spacing: 1px;
    font-size: 17px;
    border-radius: 3px;
}
.navbar-nav.navbar-right > li > a:focus{
    background: transparent;
    color: #FDA10E;
}
.navbar-nav.navbar-right > li > a:hover{
    background: transparent;
    color: #DBA46C;
}
.navbar-nav.navbar-right > li > a.active{
    background: transparent;
    color: #DBA46C;
}
.navbar-nav.navbar-right > li > a.active:hover{
    background: transparent;
    color: #FDA10E;
}
.navbar-nav.navbar-right > li.gold{
    padding-top: 12px;
}
.navbar-nav.navbar-right > li.gold > a{
    color: #FC7C11;
}
.navbar-nav.navbar-right > li.gold > a:hover{
    color: #fff;
    background: transparent;
}
/* Align navbar brand (logo) vertically */
.navbar-brand {
    display: flex;
    align-items: center; /* Vertically center items */
    height: 90px; /* Match the navbar's total height */
    padding-top: 0; /* Remove default top padding */
    padding-bottom: 0; /* Remove default bottom padding */
}

/* Ensure the image fits and aligns within the brand container */
.navbar-brand > img.img-responsive {
    height: 30px; /* Keep your desired logo height */
    width: auto; /* Maintain aspect ratio */
    margin: 0; /* Remove any default margins */
    align-self: center; /* Center the image within the flex container */
}

/* Style PHALKON text if it's not an image */
.navbar-brand > span {
    font-family: Quicksand-Bold; /* Use your desired font */
    font-size: 24px; /* Adjust as needed */
    line-height: normal; /* Reset line height */
    margin: 0; /* Remove default margins */
    align-self: center; /* Center the text within the flex container */
}

/* Adjust toggle button alignment */
.navbar-toggle {
    margin-top: 25px; /* Adjust this value if needed */
    align-self: center; /* Center the toggle button within the flex container */
}

/* Make navbar-header a flex container for better control */
.navbar-header {
    display: flex;
    align-items: center; /* Vertically center all elements */
    justify-content: space-between; /* Space out the brand and toggle */
    height: 100%; /* Ensure it spans the full height of the navbar */
}.navbar-collapse.collapse.in{
    max-height: 80vh !important;
    overflow-y: scroll;
}

.nav-justified{
    border: none;
}
.nav-tabs.nav-justified > li > a{
    border-radius: 0;
    border-color: #eee;
    border-bottom: none !important;
    padding-top: 25px;
    padding-bottom: 25px;
    background: transparent;
    color: #6011b1;
    font-family:Quicksand-Bold;
    font-size: 16px;
}
.nav-tabs.nav-justified > li > a:hover{
    background-color: #fff;
}
.nav-tabs.nav-justified > li.active{
    background-color: #fff;
    border-color: #fff !important;
}
.nav-tabs.nav-justified > li.active > a:hover{
    color: #6011b1;
}
.nav-fixed{
    position: fixed;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(8, 27, 73, 0.6);
    background: -moz-linear-gradient(45deg, rgba(8,27,73,0.97) 0%, rgba(30,101,178,0.97) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(8,27,73,0.97)), color-stop(100%, rgba(30,101,178,0.97))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(8,27,73,0.97) 0%, rgba(30,101,178,0.97) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(8,27,73,0.97) 0%, rgba(30,101,178,0.97) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(8,27,73,0.97) 0%, rgba(30,101,178,0.97) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(8,27,73,0.97) 0%, rgba(30,101,178,0.97) 100%); /* w3c */
}

/*navbar-styling-is-here*/

@media (max-width: 1199px) {
	
	.solution-spc{padding-top: 0px !important; padding-right: 0%; }
	
	.card2 { margin-bottom: 40px !important;
	 
}
	.audit-space{margin-top: 0px !important;}
	
	
	
	
}


@media (max-width: 1200px) {
	
	.sectionP60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
	
	.wealthgen{position: relative;  bottom: 10px; font-size: 68px!important; color: #fff; width: 100%; }
	
	.wealthlogows{ width: 600px; height: auto;}
	
	.navbar-nav.navbar-right > li > a{
    
    font-size: 14px;
   
	}}


@media (max-width: 482px) {
	
	
	.touchb{width: 100%; padding: 20px;}
	.footerc {
    float: left;
    width: 100%;
    height: 100%;
   
}
	
.footerp {
    float: left;
    width: 100%;
    font-size: 16px;
}	
.wealthfooter{
    background-color: #4a5f57 !important; 
    padding: 20px 0%  60px; color: #fff;}
	
}

@media (max-width: 996px) {
	
	.solution-spc{padding-top: 0px; padding-right: 0%; }
	.navbar-collapse.collapse.in {
    max-height: 80vh !important;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100% !important; left: 0; right: 0; padding-bottom: 20px;
    z-index: 9;
    padding-top: 125px;
}
	.navbar-header{z-index: 9999;
    position: absolute;
    width: 100%;}
	
	.card{margin-bottom: 40px;}
	
}

@media (max-width: 425px) {
	
	.card-title {
    font-size: 25px !important;
    font-family: Quicksand-SemiBold; 
    line-height: 30px; padding-left: 20px; padding-right: 20px;
}
	
	
	.wealthgen{position: relative;  bottom: 20px; font-size: 12px!important; color: #fff; width: 100%;  }
	
	.wealthlogows{ width: 290px !important; height: auto;}
	
	}
 

@media (max-width: 802px) {
	
	


	
	
	.spctx-n1{ padding-bottom: 20px !important; }
	.card-body .card-title {
  margin-bottom: calc(0% + 1px);
  
}
.card:hover .card-body .card-title {
  margin-bottom: .75rem;transition: all 0.3s ease-out;font-weight: normal;
}
	
	
	
	
	
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -0px !important;
    margin-left: -0px !important;
}
	
	.solution-spc{padding-top: 30px !important; padding-right: 0%; padding-left: 25px; padding-right: 25px; }
	.sectionP60{
	
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
	.offer-spc{     width: 40%; float: left; padding-top: 15%; padding-left: 25px; padding-right: 25px;"  align="left}
	
	.solution-spc{padding-top: 0px; padding-right: 0%; padding-left: 25px; padding-right: 25px; }
	.getintouch{ padding-bottom: 15px; }
	.footerc {
    float: left;
    width: 100%;
    height: 100%;
   
}
	.footerp{ text-align: left; width: 100%; height: 100%;}
    .wealthfooter{
        background-color: #4a5f57 !important; 
        padding: 20px 0% 80px; color: #fff;}
        
    }
	.inptspc2{margin-top: 0px !important;}
	.bspc1{ margin-bottom: 22px;}
	
	.inptspc3{margin-top: 77px !important;}
	
	.card-title{ font-size: 26px; font-family:Quicksand-SemiBold; line-height: 30px;  }
	
	.mission {
    font-size: 28px !important;
    font-family: Quicksand-Medium;
    color: #343632;
    text-align: center !important;
}
	.lsize{ width: 150px !important; height: auto; padding-bottom: 20px; padding-top: 0px;}
	
	.offer-spc{ width: 100%; clear: both; }
	.computer-img{ width: 100%; clear: both;}
	.wealthgen{position: relative;  bottom: 20px; font-size: 28px!important; color: #fff; width: 100%;  }
	
	.wealthlogows{ width: 390px ; height: auto;}
	.touchb{width: 100%; padding: 20px;}
	
	.teambox {
    width: 47%;
    margin-right: 2% !important; margin-bottom: 30px;
    float: left;
}
	.navbar-collapse.collapse.in {
    max-height: 80vh !important;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    padding-top: 125px;
}
	.card-body {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    height: auto;
    background-color: #fff;
    top: 50%;
     transform: translate(-50%, -50%);
    width: 100%;
}
	.navbar-header{z-index: 9999;
    position: absolute;
    width: 100% !important;}
	#contact {overflow-x: hidden;}
	.card:hover .card-body {
    height: auto!important;
    transition: all 0.3s ease-out;
    font-weight: normal;
}
	.card:hover .card-body .card-title {
    margin-bottom: .0!important;
    transition: all 0.3s ease-out;
    font-weight: normal;
}
	.card{margin-bottom: 40px;}
	.p-spc2{ padding-top: 22px; text-align: center !important; }
	.p-spc1{ padding-top: 22px; text-align: center !important;}	
	
	}

.lalg{text-align: center !important;}
	
	.logo2-text{ width: 160px !important; height: auto; padding-bottom: 60px;}
	
}
 
@media (max-width: 991px) {
	
	
	
	
	.card {
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); width: 100%;
 
  text-align: center; color: #4A5F57;
   border-radius: 10px; 
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-height: 300px; margin-bottom: 50px !important;
  height: 100%;
	background-color: #fff;
}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #9D4F21;
    background-color: #fff;
    border-radius: 50px;
    padding: 12px 29px 12px 29px; width: 160px; margin-bottom: 30px;
    text-transform: uppercase;
}
}
	

	
}






@media (max-width: 767px) {
	
	
	.logoalign{ text-align: center!important; padding-bottom: 70px; background-color: #000;  }
	
		
	
	
	
	.card {
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); width: 100%;
 
  text-align: center; color: #4A5F57;
   border-radius: 10px; 
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-height: 230px; margin-bottom: 40px;
  height: 100%;
	background-color: #fff;
}
	
	.card-title{ font-size: 26px; font-family:Quicksand-SemiBold; line-height: 30px;  }
.card-title:hover{font-weight: normal!important; color: #444444; }

	.logoalign{ text-align: center!important; padding-bottom: 70px;}
	
		
	.p-spc2{ padding-top: 22px; text-align: center; }
	.p-spc1{ padding-top: 22px; text-align: center;}	
		
	

	.mission{ font-size: 38px !important; font-family: Quicksand-Medium; color:#343632; text-align: center; }}
.p-spc1{ padding-top: 22px;}
.p-spc2{ padding-top: 22px; }}



