
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&display=swap');

body{
	font-family: 'Ibarra Real Nova', sans-serif;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 24px;
	font-weight: 500;
	font-style: normal;
	/* letter-spacing: 0.5px; */
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #1a1a1a;
	outline: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
.bg-color1{
    background-color: rgb(42 47 113 / 10%);
}
.bg-color2{
	background-color: #292a60;
}
.text-color1{
	color: #292a60!important;
}
.text-color2{
	color: #d4af37!important;
}
.txt-hover:hover,
.txt-hover:focus{
    color: #a9a9a9;
}
.width-30{
    width: 30%;
}
.width-40{
    width: 40%;
}
.width-50{
    width: 50%;
}
.width-70{
    width: 70%;
}
.width-60{
    width: 60%;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%;
}

.fixed-top{
    position: sticky;
}

.header{    
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}

.header-top{
	background-color: #f7cb34;
	padding: 4px 0;
}
.header-bottom{
	background-color: #1a1a1a;
	padding: 12px 0;
	position: relative;
	/* box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);	 */
}
.logo{
	display: inline-block;
	margin: 5px auto;
}
.logo .img-fluid{
	max-width: 70%;
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	display: block;
	text-align: right;
}
.navigation > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}
.navigation > li:last-child{
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #9a9a9a;
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #1a1a1a;
	padding:10px 15px;
	color: #f7cb34;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 600;
	color: #f7cb34;
	padding: 0px 14px;
    transition: all 500ms ease 0s;
}
.navigation li.dropdown > a{
	padding-right:35px;
}
.navigation > li.dropdown > a:after {
    font-family:"bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
/*    display: block;*/
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a{
	color: #fff;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #fff;
	/* background-color: #000; */
}
.slider-wrapper{
	position: relative;
}
.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00000045;
    border-radius: 50%;
    opacity: 1;
    transition: background-color 0.3s ease;
  }

  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    background-color: #00000075;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-size: 70% 70%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .overlay {
    background: rgba(0, 0, 0, 0.4); /* Semi-transparent black */
    z-index: 1;
  }

  .caption-content {
    z-index: 2; /* Ensures text appears above overlay */
  }

  .carousel-control-next {
    right: 4%;
  }

.carousel-control-prev {
    left: 4%;
  }

.caption-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  content: "";
  z-index: 2;
  text-align: center;
  transform: translateY(-50%);
  /* padding-top: 139px; */
}

.caption-content h1 {
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 44px;

}

.caption-content h1 {
  /* color: #ffffff; */
  text-align: center;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #666666;
  letter-spacing: -0.03em;
  /* padding-top: 50px; */

}

.caption-content p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}

.caption-content p a:hover{
	color: #fff;
}

.caption-content .contact a {
	border-style: solid;
    border-width: 1px;
    border-color: #f7cb34;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #f7cb34;
	padding: 9px 15px;
}

.caption-content .contact a:hover{
	background-color: #f7cb34;
	color: #000;
}

.fs-70{
	font-size: 70px;
}
.list1 li,
.list2 li,
.areas-list li{
	padding: 0px 0 15px 26px;
	position: relative;
}
.list1 li:before,
.list2 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #1a1a1a;
}
.areas-list li:before{
	content: '\F3E7';
}
.list2 li:before{
	color: #ca4421;
}

.list3{
  margin-left: 16px;
}
.list3 li{
  list-style-type: decimal;
  padding-bottom:18px;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.overlap{
	position: relative;
}
.overlap:before,
.overlap1:before,
.overlap2:before{
	background-color: rgba(41, 42, 96, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlap1:before{
    background-color: rgba(0,0,0,0.7);
}
.overlap2:before{
    background-color: rgb(55 57 60 / 80%);
}

.heading-h1{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.5);
    display: inline-block;
}
 
.heading-h2{
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.5);
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
}
 
.heading-h3{
    background-color: #1a1a1a;  
}
 
.heading-h3 h3{
    color: #f7cb34;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}

.card {
	border: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* Optional shadow for a raised effect */
	overflow: hidden;
	text-align: center;
	background-color: black;
	/* Background for the text area */
	height: 100%;
	border-radius: 0;
}

.card-text {
	margin-bottom: 0px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
	padding: 14px 0;
	background-color: #1a1a1a;
}

.heading-h3 h3 a:hover{
    color: #fff;
}
 
.inner-box{
    padding: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(26, 26, 26, 0.3);
    background-color: #eee;
    width: 100%;
    margin-top: 20px;
}

.heading-h3 h3 a{
    display: inline-block;
}

.sub-heading {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.3);
    font-size: 18px;
}

.read-more {
    margin-top: 20px;
    padding: 10px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #1a1a1a;
    border-radius: 220px;
    background-color: #fff;
    -webkit-transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
    transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
	display: inline-block;
}

.read-more:hover{
	background-color: #f7cb34;
	color: #fff;
	border-color: #f7cb34;
}

.thick-underline {
    width: 100px;
    height: 5px;
    margin-top: 20px;
    background-color: #1a1a1a;
	display: inline-block;
}

.service-box {
	padding: 0 10px;
}

.service-box img{
	margin-bottom: 25px;
}

.bg-image{
	height: 600px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/bg-1.jpg);
	background-position: 0px 0px, 50% 22%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
}

.bg-image-content .bold {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
}

.bg-image-content .white-large {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

.bg-image-content .white-large a:hover{
	color: #fff;
}

.btn-1{
	margin-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
	background-color: #f7cb34;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	display: inline-block;
    padding: 9px 15px;
	text-transform: uppercase;
}

.btn-1:hover{
	background-color: #fff;
}

.widget-title{
	font-size: 24px;
    font-weight: 600;
    color: #018859;
    margin-bottom: 20px;
}
.widget-title a:hover{
    color: #a9a9a9;
}
.footer-menu li a{
	position: relative;
	padding:2px 0 2px 20px;
	display: inline-block;
	color: #fff;
}
.footer-menu li a:before{
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F231';
	font-family:'bootstrap-icons';
}
.footer-links{
	display: block;
	color: #000;
}
.footer-menu li a:hover,
.footer-links a:hover{
	color: #1a1a1a;
}

.footer-section {
	background-color: #1a1a1a;
	border-top: 1px solid hsla(0, 0%, 86.7%, 0.2);
}

.footer-content {
	position: relative;
	z-index: 2;
}

.footer-widget-heading h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #f7cb34	;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
}

.footer-widget ul li {
	margin-bottom: 10px;
}

.footer-widget ul li a:hover,
.footer-widget ul li:active a,
.bottom-container a:hover {
	color: #b3b3b3 !important;
}

.footer-widget ul li a,
.bottom-container a {
	color: #fff !important;
	font-weight: 500;
}

.footer-widget ul li i,
.bottom-container i {
	color: #fff !important;
	margin-right: 10px;
	font-size: 20px;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
	max-width: 300px;
}

.footer-text p {
	margin-bottom: 0;
	color: #fff;
}

.bottom-container {
	display: flex;
	margin-bottom: 15px;
}

.bottom-text p{
	margin-top: 20px;
	color: #fff;
}
.footer-bottom{
	background-color: #f7cb34;
}

.navigation li.dropdown > .dropdown-menu.child-dropdown{
    top: 0;
    left: 100%;
    padding: 15px;
}

.testimonial-block {
    margin-bottom: 40px;
    padding: 30px;  
    border-left: 5px solid #f7cb34;
    background-color: #fff;
    box-shadow: 3px 3px 4px 0 rgba(26, 26, 26, 0.3);
    font-size: 16px;
    line-height: 24px;
}

.custom-ol{
    list-style:decimal;
    padding-left: 15px;
}
 
.custom-ol li{
    padding: 0px 0 15px 15px;
    position: relative;
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.submit-icon {
    display: none;
}
.rotating i{
    color: #000;
}
.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.site-map-list li a {
  color: #000;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: '';
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}
.b-logos img{
	max-width: 200px;
	padding: 0 !important;
}
 .my-table table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 40px;
    }
    .my-table th, td {
      border: 1px solid #ddd;
      padding: 8px;
      text-align: center;
    }
    .my-table th {
      background: #f4f4f4;
    }
    .my-table .section-title {
      background: #eee;
      font-weight: bold;
      text-align: left;
      padding: 10px;
      font-size: 18px;
    }
    .my-table .knight { background: #f7ca347a; }
    .my-table .van-gogh { background: #f7ca347a; }
    .my-table .art-select { background: #f7ca347a; }

	.whatsapp-box {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background-color: #f1fdf4;
    font-family: Arial, sans-serif;
    text-align: center;
    border-radius: 6px;
  }

  .whatsapp-box p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #075e54;
  }

  .whatsapp-button {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .whatsapp-button:hover {
    background-color: #1ebc5c;
  }

@media (min-width: 1200px) {
	.col-xl-5th {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/* col-xxl */
@media (min-width: 1400px) {

}
/* col-xl */
@media (min-width: 1200px) and (max-width:1400px){

}
/* col-lg */
@media (min-width: 992px) and (max-width:1200px){

}
/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px){
	.mobile-menu{
		display: block;
		font-size: 22px;
		/* background: #fff; */
		color: #f7cb34;
		cursor: pointer;
		margin: 0 auto;
		text-align: left;
	}
	.mobile-menu i{
		float: right;
		padding:8px 20px;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding: 0;
	}
	.navigation{
		text-align: left;
	}
	.nav-wrapper.open{
		right: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
	}
	.navigation > li:first-child{
		display: block;
	}
	.navigation > li:before{
		display: none;
	}
	.navigation li a{
		padding:10px 20px;
		color: #fff;
		text-transform: none;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #f7cb34;
		color: #ffffff;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
	.navigation li.dropdown > .dropdown-menu,
	.navigation li.dropdown:hover > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}
	.fixed-top{
		position: static;
	}
}
/* col-md */
@media (min-width: 768px) and (max-width:991px){
	.parallax-window {
        height: 550px !important;
    }

	.bg-image {
    	height: 500px;
	}
}
/* for all mobile */
@media (min-width: 220px) and (max-width:767px){
	.footer-widget-heading h3 {
		margin-bottom: 5px !important;
	}
	.my-table th, td{
		min-width: 252px;
	}
}
/* col-sm  */
@media (min-width: 576px) and (max-width:767px){
	.caption-content h1 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 500;
		margin: 0px 0 0;
		color: #FFFFFF;
		text-shadow: 1px 1px 1px #666666;
		letter-spacing: -0.03em;
		/* padding-top: 50px; */
   }
	.carousel-control-next {
		right: 2%;
	}

	.carousel-control-prev {
		left: 2%;
	}

	.parallax-window {
        height: 400px !important;
    }

	.bg-image {
    	height: 450px;
	}

	.bg-image-content .bold {
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 30px;
	}

	.bg-image-content .white-large {
		margin-bottom: 20px;
		font-size: 40px;
		line-height: 40px;
	}	
}
/* col-xs */
@media (min-width: 220px) and (max-width:575px){
	.carousel-control-prev,
  	.carousel-control-next {
    	display: none !important;
 }

   .caption-content h1 {
		/* color: #ffffff; */
		margin-bottom: 10px;
		text-align: center;
		font-size: 24px;
		line-height: 26px;
		font-weight: 500;
		color: #FFFFFF;
		text-shadow: 1px 1px 1px #666666;
		letter-spacing: -0.03em;
		/* padding-top: 50px; */
  	}

	.logo .img-fluid {
		max-width: 80%;
	}

	.parallax-window {
		height: 300px !important;
	}

	.caption-content p {
		font-size: 18px;
		margin-bottom: 12px;
  	}

	.service-box img {
   	 	width: 100%;
	}

	.bg-image {
        height: 400px;
    }

	.bg-image-content .bold {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 22px;
	}

	.bg-image-content .white-large {
		margin-bottom: 15px;
		font-size: 25px;
		line-height: 25px;
	}	

	.btn-1 {
    	margin-top: 15px;
	}
	.credit-cards{
		width: 1;
	}

	.footer-logo img {
    	max-width: 100%;
	}
	.testimonial-block {
	   padding: 15px; 
	}
}