/*
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap');
@import url(//db.onlinewebfonts.com/c/305615e1c1c30050333c83c48c25d260?family=Noor);
@import url(//db.onlinewebfonts.com/c/2198aaf390d572069df197d2730643da?family=Noor);
*/
@import url('https://fonts.googleapis.com/css2?family=Changa&display=swap');

/*
@font-face {
    font-family: 'Noor';
    src: url('/assets/font/Noor-Bold.woff2') format('woff2'),
        url('/assets/font/Noor-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/


body {
  background-color: #fff;
  margin: 0;
/*
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
*/
  font-weight: normal;
  line-height: 1.5;
  font-size: 14px;
  color: #555;
   font-family: 'Changa',sans-serif;
}

*,
::after,
::before {
  box-sizing: border-box;
}

* {
  outline: 0 !important;
}
header.sticky {
  background-color: #3a3a3a;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
}

a.nav-link:hover {
  color: #e2d27d !important;
  transition-duration: 0.5s;
}
a.nav-link {
  font-size: 0.9rem;
  color: #fff !important;
}

a.dropdown-item:hover {
  background-color: #e2d27d;

  transition-duration: 0.5s;
}

a {
  background-color: transparent;
  transition: all 0.3s;
  text-decoration: none !important;
  color: #000;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

dl,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
div.dropdown-menu {
  border-radius: 10px;

  overflow: hidden;
  text-align: center;
  padding: 0;
}

img.navbar-brand {
  height: 70px;
}
.navbar div {
  margin-top: 10px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.3s;
}

header .navbar {
  height: 100px;
}

section {
  position: relative;
  padding: 70px 0;
}

.main-slider {
  height: 95vh;
  position: relative;
  overflow: hidden;
  padding: 0 0 55px;
}

.slider-text {
  position: absolute;
  z-index: 4;
  transition: all 0.6s;
  bottom: -70%;
  height: 60%;
  width: 100%;
}

.swiper-slide-active .slider-text{
  bottom: 20%;
}

.slider-text h1 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #e2d27d;
}

.slider-text p {
  opacity: 0.7;
  color: #fff;
  font-size: 2vh;
  margin-bottom: 40px;
}

.swiper-slide {
  position: relative;
  overflow: hidden !important;
  background-color: #555;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  /*width: 100%;*/
  /*min-height: 100vh;*/
  /*position: absolute;*/
  /*left: 0;*/
  opacity: 0.4;
  flex: 1;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: inset 0 300px 70px -170px rgba(0, 0, 0, 0.5);
}

.swiper-wrapper .swiper-slide {
  overflow: auto;
  width: 100%;
   object-fit:cover;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  opacity: 1;
  border-radius: 0;
/*  font-size: 1.5vh;*/
  padding: 0.5rem 1rem 0.575rem;
  background-color: transparent;
  border: 2px solid #e2d27d;
  color: #e2d27d;
  box-shadow: 0 0 0 !important;
  transition: all 0.3s;
}

.account-btn {
  margin-right: 1rem;
  margin-left: 1rem;
  width: 190px;
}

@media (max-width: 990px){
  .account-btn {
    display: block;
    margin: 10px auto;
  }
}

.swiper-pagination {
  left: 15%;
  transform: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
  left: -35%;
  width: 100%;
}

.swiper-pagination-bullet {
  height: 20px !important;
  width: 20px !important;
  display: inline-block;
  border-radius: 0;
  background: #555;
}

.swiper-pagination-bullet-active {
  background: #e2d27d;
}

.separate {
  background-color: #555;
  color: #fff;
  padding: 40px 0;
  width: 100%;
}

.primary-color {
  color: #e2d27d;
}

.secondary-color {
  color: #a09e9e;
}

.fa-download {
  color: #e2d27d;
}

.downloads {
}

.download-click:hover {
  color: #e2d27d !important;
  transition-duration: 0.5s;
}

.download-click {
  text-decoration: none !important;
  color: #000;
}

.download-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.download-item h4 {
}

.download-item p {
  font-size: 1.5vh;
  color: #a09e9e;
}

.download-img {
  width: 40px;
  margin: 15px;
}
.philosophy {
  background-color: #f9f9f9;
  color: #fff;
}

.philosophy::before {
  content: "";
  position: absolute;
  width: 76%;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  background-color: #555;
}

.philosophy .ph-img {
  position: relative;
  overflow: hidden;
  height: 540px;
  background-color: #e2d27d;
}

.philosophy .ph-img img {
  position: absolute;
  width: 100%;
   object-fit:cover;
   object-position: right;
  min-height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.8;
}

.philosophy .ph-content {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.philosophy .ph-content span {
  margin-bottom: 20px;
  display: block;
  color: #e2d27d;
}

.philosophy .ph-content h2 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 4em;
}

.philosophy .ph-content p {
  font-size: 1.2em;
  opacity: 0.7;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .philosophy {
    background-color: #555;
  }
}

@media (max-width: 991px) {
  .philosophy .ph-content {
    position: static;
    left: unset;
    right: unset;
    top: unset;
    transform: unset;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .philosophy .ph-content p {
    font-size: 1em;
  }
}

.post-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
}

.post-card .post-img {
  position: relative;
  height: 250px;
  overflow: hidden;
   object-fit: cover;
  background-color: #555;
}

.post-card .post-text {
  padding: 15px;
}

.post-card .post-img img {
  height: 100%;
  min-width: 100%;
   object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.9s;
  opacity: 0.6;
}

.post-card .post-text h4 {
  font-size: 1.3em;
  font-weight: 700;
  transition: all 0.3s;
}

.post-card .post-text span {
  color: #999;
}

.post-card .post-text p {
  color: #999;
  margin-top: 10px;
}

.post-card .post-text .btn {
  padding: 0.4rem 1rem;
}

.separate .sep-btn,
.separate .sep-content {
  display: flex;
  vertical-align: middle;
}

.separate .sep-content h4 {
  font-size: 2.4em;
  color: #e2d27d;
}

.separate .sep-content p {
  font-size: 1.5em;
}

.separate .sep-btn,
.separate .sep-content {
  display: flex;
  vertical-align: middle;
}

.separate .sep-btn .btn {
  font-size: 1.2em;
  min-width: 160px;
}

.contact {
  background-color: #f9f9f9;
}

section .sec-head {
  display: table;
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
  padding: 0 15px;
}

section .sec-head p {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 0;
}

section .sec-head h1 {
  font-weight: 700;
  font-size: 2.8em;
  text-transform: uppercase;
}

section .sec-head > img {
  width: 100px;
}

.form-group {
  margin-bottom: 1rem;
}

.contact form .btn {
  margin-top: 20px;
}

.form-control {
  transition: all 0.3s;
  outline: 0;
  box-shadow: none;
  border: 2px solid #d8d8d8;
  border-radius: 2px;
  height: 42px !important;
  background-color: transparent;
  box-shadow: 0 0 0;
  padding: 0.575rem 1rem;
  font-size: 1em;
}
.form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control {
  height: auto !important;
}

@media (max-width: 720px) {
  .contact form .form-group .form-control {
    margin-bottom: 1rem;
  }
}
@media (max-width: 720px) {
  .contact form .form-group {
    margin-bottom: 0;
  }
}

.contact .map {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.contact .map img {
  width: 85%;
  border: 1px solid #eee;
}

@media (max-width: 991px) {
  .contact .map {
    margin-top: 57px;
  }
}

@media (max-width: 720px) {
  .contact .map {
    margin-top: 30px;
  }
}

footer {
  background-color: #555;
  padding: 70px 0 30px;
  color: #fff;
}

footer .logo-footer {
  height: 70px;
  margin-bottom: 30px;
}

footer p {
  color: #999;
}

footer h4 {
  margin-bottom: 15px;
}

footer ul {
  list-style-type: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #fff;
}

footer ul li img {
  height: 7px;
  position: relative;
  top: -2px;
  margin: 5px;
}

footer ul li i {
  color: #e2d27d;
  font-size: 1.3em;
  margin: 5px;
}

footer .social-icons {
  margin-top: 30px;
}

footer .social-icons li {
  display: inline-block;
}

footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #e2d27d;
  transition-duration: 0.5s;
}

footer .social-icons li a i {
  font-size: 1.8em;
  transition: all 0.3s;
  margin-left: 0;
}

footer .copyright {
  display: table;
  width: 100%;
  border-top: 2px solid #e2d27d;
  padding: 30px 0 0;
}

footer .copyright p {
  margin-bottom: 0;
}

.main-slider .slider-contact {
  position: absolute;
  right: 0;
  bottom: 55px;
  z-index: 1;
  background-color: rgba(226, 210, 125, 0.7);
  width: 60%;
  color: #fff;
  padding: 30px;
  height: 150px;
}

.main-slider:after {
  content: "";
  height: 100px;
  width: 120%;
  position: absolute;
  bottom: 30px;
  left: -15%;
  display: block;
  background-color: #e2d27d;
  transform: rotate(-2deg);
}

.main-slider .slider-contact .sc-item {
  display: inline-block;
  vertical-align: top;
  width: 32.33333%;
}

.main-slider .slider-contact h4 {
  font-size: 1.4em;
}

.main-slider .slider-contact ul {
  list-style-type: none;
}

.text-withe {
  color: #fff;
}

.main-slider .slider-contact:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 150px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 150px solid rgba(226, 210, 125, 0.7);
  position: absolute;
  right: 100%;
  bottom: 0;
}
@media (max-width: 991px) {
  .main-slider .slider-contact {
    display: none;
  }
}

.page-head {
  background-color: #555;
  color: #fff;
  text-align: center;
  padding-top: 130px;
  overflow: hidden;
  padding-bottom: 55px;
}

.page-head:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: inset 0 300px 70px -170px rgba(0, 0, 0, 0.5);
}

.page-head > img {
  position: absolute;
   
   object-fit: cover;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 100%;
  display: block;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.5;
}

.page-head:after {
  content: "";
  height: 100px;
  width: 120%;
  position: absolute;
  bottom: -80px;
  left: -15%;
  display: block;
  background-color: #e2d27d;
  transform: rotate(-2deg);
}
.page-head .container {
  position: relative;
  z-index: 2;
}

.page-head h4 {
  display: table;
  width: 100%;
  margin: 0 auto;
  font-size: 2.4em;
}

.page-head p {
  display: table;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  max-width: 700px;
  opacity: 0.9;
  padding: 0 15px;
}

.page-videos {
  overflow: hidden;
  min-height: 800px;
}

.page-videos .video {
  position: absolute;
  right: 0;
  top: 70px;
}

.page-videos .video a {
  display: block;
  cursor: pointer;
}

.page-videos .video a .puls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  display: block;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.page-videos .video a .puls:after,
.page-videos .video a .puls:before {
  content: "";
  border: 3px solid #e2d27d;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0);
  height: 180px;
  width: 180px;
  position: absolute;
  -webkit-animation-name: puls;
  animation-name: puls;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.page-videos .video a .puls:after {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.page-videos .video a > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #555;
  color: #e2d27d;
  font-size: 5em;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  padding-left: 5px;
  z-index: 2;
}

.page-videos .video a > img {
  max-height: 660px;
  max-width: 33.3333vw;
}

.page-videos .video-content {
  margin-top: 10vw;
}

.page-videos .video-content h2 {
  font-weight: 700;
  font-size: 2.6em;
  margin-top: 10px;
  margin-bottom: 40px;
}

.page-videos .video-content p {
  font-size: 1.2em;
  opacity: 0.7;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .page-videos .video a > img {
    max-height: unset;
    max-width: unset;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .page-videos .video {
    overflow: hidden;
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-videos .video-content {
    margin-top: 400px;
  }
}

.card-box {
  background-image: url(../assets/img/weekly.png);
  padding: 4rem 3rem 4rem 0;
  border-radius: 15px;
  background-repeat: no-repeat;
  width: 90%;
}

.card-box .desc-box {
  background-color: #f9f9f9;
  color: #555;
  padding: 2rem 2rem 1rem;
  margin-left: -2rem;
}

.weekly-analysis .v-btn {
  color: red;
}

.weekly-analysis .v-btn > i {
  font-size: 1.6em;
  position: relative;
  top: 3px;
  margin-right: 4px;
}

accordion {
  width: 100%;
}
accordion accordion-group {
  margin-bottom: 30px;
}
accordion accordion-group .card {
  border: 0;
  background-color: #f9f9f9;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-header.panel-enabled {
  cursor: pointer;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
accordion accordion-group .card-header {
  border-bottom: 0;
  background-color: #f9f9f9;
  position: relative;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

accordion accordion-group .card-header:before {
  content: "";
  font-family: unicons;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6em;
}

[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

accordion accordion-group .card-header .btn {
  border: 0;
  color: #555;
  font-weight: 600;
  text-decoration: none;
  white-space: unset;
  text-align: left;
  padding-right: 40px;
}

accordion accordion-group .card-body {
  border-top: 2px solid #ddd;
  margin: 0 1.25rem;
  padding: 1.25rem 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

accordion accordion-group.panel-open .card-header:before {
  content: "";
}
accordion accordion-group .card-header:hover:before,
accordion accordion-group.panel-open .card-header:before {
  color: #e2d27d;
  transition: all 0.3s;
}

accordion accordion-group .card-header:hover .btn,
accordion accordion-group.panel-open .card-header .btn {
  color: #e2d27d;
}

.services .content-item {
  margin-bottom: 30px;
}

.services
  .content-item
  p {
  padding-left: 30px;
  color: #999;
  font-size: 1.2rem;
}

.page-blank .page-actions {
  width: 100%;
  display: table;
  margin-bottom: 50px;
}

.page-blank .page-actions > div {
  font-size: 1.1em;
  font-weight: 700;
}
.page-blank .page-actions i {
  font-size: 1.4rem;
  transition: all 0.3s;
  color: #e2d27d;
  top: 2px;
  position: relative;
}

.page-content {
  padding: 0 15px;
}



/*
FLOATING BUTTON CSS
*/
.label-container{
	position:fixed;
	bottom:48px;
	right:105px;
	display:table;
	visibility: hidden;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#E2D27D;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:1000;
	animation: bot-to-top 2s ease-out;
}

#floating-btn-contact{
	position:fixed;
	right:40px;
	padding-bottom:10px;
	bottom:80px;
	z-index:100;
}

#floating-btn-contact li{
	list-style:none;
	margin-bottom:10px;
/*   padding: 10px 20px;*/
}
.inicon i{
   margin: 10px;
   padding-right: 10px;
}
.inicon span{
   margin: 10px;
}
#floating-btn-contact li {
   display: flex;
  
}
#floating-btn-contact li a{
	 background-color: #555555!important;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	width:190px;
    display: block;
   
}

.float:hover{
	background-color:#E2D27D;
	color:#FFF!important;
	
   
}

#floating-btn-contact:hover{
	visibility:visible!important;
	opacity:1!important;
}


.my-float{
	font-size:24px;
	margin-top:18px;
}

a#menu-share + ul{
  visibility: hidden;
}

a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i{
	animation: rotate-in 0.5s;
   transform: rotate(-45deg);
   
}

a#menu-share:hover > i{
	animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0%   {bottom:-40px}
    50%  {bottom:40px}
}

@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

@keyframes rotate-in {
    from {transform: rotate(-45deg);}
    to {transform: rotate(315deg);}
}

@keyframes rotate-out {
    from {transform: rotate(315deg);}
    to {transform: rotate(-45deg);}
}

/*
FLOATING BUTTON CSS
*/

