@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap');
body {
	font-family: 'Nunito Sans', sans-serif;
}

a {
	text-decoration: none !important;
}
.container-fluid{
	padding: 0 65px;
}
.curved-btn:hover {
	color: #fff !important;
}

p {
	margin: 0px;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
}

.form-control {
	border: 1px solid #ced4da !important;
}

.form-select:focus {
	box-shadow: none !important;
}
.owl-dots{
	display: none;
}
.owl-nav {
	display: block;
}
.owl-prev span, .owl-next span {
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #d5a861;
	border-radius: 50%;
	font-size: 18px;
  }
  .clients-carousel .owl-prev {
	left: -50px;
  }
  .clients-carousel .owl-next {
	right: -50px;
  }
  .owl-prev {
	left: 7px;
  }
  .owl-next {
	right: 7px;
  }
  .owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
  }
.form-control:focus {
	box-shadow: none !important;
	border-color: #d5a861 !important;
}

.font-size-15 {
	font-size: 15px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-weight-600 {
	font-weight: 600;
}

.font-semibold {
	font-weight: 600;
}

.line-height-25 {
	line-height: 25px;
}

.my-100 {
	margin: 100px 0;
}

.text-gray {
	color: #666 !important;
}

.text-dark {
	color: #333 !important;
}

.text-light-grey {
	color: #ddd;
}

.text-orange {
	color: #d5a861 !important;
}

.background-orange {
	background-color: #d5a861 !important;
}
.slide-wrapper {
	height: 100vh;
}
.slide-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 10;
	background-color: #fff;
	padding: 20px 30px;
	padding: 70px;
}

footer .text-center .text-white a{
	display: inline;
}

.home .content{
	background-color: #ffffff85;
}
.content h1{
	font-size: 42px;
	font-weight: 700;
	color: #333;
}
.content h2{
	font-size: 25px;
	color: #d5a861;
}
.navbar{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}
.navbar .navbar-nav .nav-item .nav-link{
	padding: 10px 20px;
}
.navbar .navbar-nav .nav-item .nav-link.active{
	color: #d5a861;
}
.navbar .navbar-nav .nav-item{
	margin-right: 5px;
	position: inherit;
}

@media only screen and (min-width: 992px){
	.dropdown:hover .dropdown-menu{
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 55px;
	}
}

@media only screen and (max-width: 991px){
	.dropdown:hover .dropdown-menu{
		position: absolute;
		left: 0;
		right: 0;
		top: 55px;
		overflow-y: auto;
		max-height:100%;
	}
}
.navbar-collapse{
	justify-content: space-between;
}
.dropdown-menu{
	margin-top: 7px !important;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #eee !important;
	padding: 20px 0;
}
.dropdown-item{
	padding: 10px 20px;
}
.seo-section{
	padding: 70px 0;
}
.seo-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 60px;
}
.big-seo-image{
	width: 100%;
	height: 400px;
	padding: 2px;
}
.big-seo-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.small-seo-image{
	width: 100%;
	height: 200px;
	padding: 2px;
}
.small-seo-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.seo-content h2{
	font-weight: bold;
	color: #d5a861;
}
.seo-section p{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin: 30px 0;
}
.seo-section a,  .cta a, .get-in-touch-now a{
	padding: 8px 25px;
	background-color: #d5a861;
	color: #fff;
	display: inline-block;
}
.button-styled{
	padding: 8px 25px;
	background-color: #d5a861;
	color: #fff;
	display: inline-block;
}
.read-more-btn{
	padding: 8px 25px;
	background-color: #d5a861;
	color: #fff;
	display: inline-block;
}
.read-more-btn:hover{
	color: #fff;
}
.separator{
	height: 2px;
	background-color: #d5a861;
	width: 150px;
	display: block;
	margin-top: 20px;
}
.latest-articles{
	padding: 70px 0;
}
.common-heading h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}	
.single-press h4{
	color: #000;
	margin-top: 15px;
	font-size: 22px;
	font-weight: bold;
}
.single-press p{
	font-size: 16px;
	color: #888;
}
.single-press small{
	color: #666;
}
.single-press{
	padding: 0 20px 0 0;
}
.footer-row-1 p{
	color: #fff;
	font-size: 15px;
	margin: 20px 0;
}
footer{
	background-color: #333;
	padding: 50px 0;
}
footer a{
	color: #d5a861;
	display: block;
	margin-bottom: 10px;
}
.footer-row-2 ul li a{
	color: #fff;
}
.footer-row-2 ul{
	list-style-type: none;
	padding-left: 0px;
}
.footer-row-2 a{
	display: inline-block;
}
footer a:hover{
	color: #d5a861;
}
.footer-row-2 ul li {
	line-height: 30px;
}
footer h5{
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}
footer ul li::before {
	content: "\2022"; 
	color: #fff; 
	margin-right: 10px;
	display: inline-block;
  }
  .footer-row-3 p{
	  color: #fff;
	  margin-bottom: 15px;
	  font-size: 16px;
  }
  .cta{
	  padding: 70px 0;
	  background: url(/images/banner-img1.jpg) no-repeat center center;
	  background-attachment: fixed;
	  text-align: center;
	  position: relative;
  }
  .cta h2, .cta p{
	  color: #fff;
  }
  .cta p{
	  margin: 20px 0;
  }
  .overlay{
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: rgba(0, 0, 0, 0.4);
  }
  .cta h2, .cta p, .cta a{
	  z-index: 10;
	  position: relative;
  }

  .big-seo-image2{
	width: 100%;
	height: 700px;
	padding: 2px;
}
.big-seo-image2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.small-seo-image2{
	width: 100%;
	height: 350px;
	padding: 2px;
}
.small-seo-image2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.play-btn {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	font-size: 25px;
	background-color: #d5a861;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  #banner-video{
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
.about-banner-video{
	padding: 70px 0;
	background: none !important;
	background-attachment: fixed;
	text-align: center;
	position: relative;
	margin-top: 105px;
	height: 300px;

}
  .small-banner{
	padding: 70px 0;
	background: url(/images/banner-img1.jpg) no-repeat center center;
	background-attachment: fixed;
	text-align: center;
	position: relative;
	margin-top: 105px;
	height: 300px;
  }
  .small-banner h1, .about-banner-video{
	text-align: left;
	z-index: 10;
	position: relative;
	color: #fff;
  }
  .banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
  }
  .breadcrumb  li a, .breadcrumb  li {
	color: #fff;
	padding: 0 5px;
  }
  .gallery, .clients{
	  padding: 70px 0;
  }
  .single-gallery{
	  margin-top: 30px;
  }
  .gallery-img{
	  width: 100%;
	  height: 250px;
  }
  .gallery-img img{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  .gallery-details{
	  border: 1px solid #eee;
	  background-color: rgb(253, 253, 253);
	  padding: 20px;
  }
  .gallery-details h4{
	  font-size: 20px;
	  color: #d5a861;
	  margin-bottom: 20px;
  }
  .view-details-btn{
	  padding: 8px 25px;
	  background-color: #fff;
	  color: #d5a861;
	  display: inline-block;
	  border: 1px solid #d5a861;
  }
  .view-details-btn:hover{
	  padding: 8px 25px;
	  background-color: #d5a861;
	  color: #fff;
	  display: inline-block;
  }
  .group-fancybox {
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
  }
.group-fancybox img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.single-client-img{
	width: 100%;
	height: 200px;
}
.single-client-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.client-names ul{
	list-style-type: none;
}
.client-names ul li{
	line-height: 32px;
	color: #666;	
}
.border-right{
	border-right: 1px solid #d5a861;
}
.contact-popup {
	border: 1px solid #d5a861;
	padding: 10px 25px;
	color: #d5a861;
}
.contact-popup:hover {
background-color: #d5a861;
color: #fff;
}
.modal-header .close {
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-color: #d5a861;
	border-radius: 50%;
	padding: 0px;
	opacity: 1;
	color: #fff;
	border: 0px;
  }
  .catalog{
	  padding: 70px 0;
  }
  .catalog-image{
	  width: 100%;
	  height: 300px;
	  border-radius: 50%;
	  overflow: hidden;
	  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.09);
  }
  .single-catalog{
	  position: relative;
	  margin-top: 30px;
  }
  .catalog-image img{
	  width: 100%;
	  height: 300px;
	  object-fit: contain;
	  padding: 20px;
  }
  .catalog-details{
	  display: none;
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: rgba(213, 168, 97, 0.9);
	  border-radius: 50%;
  }
  .catalog-details h4{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  color: #fff;
	  text-align: center;
  }
  .single-catalog:hover .catalog-details{
	  display: block;
  }
  .catalog-img-big{
	  width: 100%;
	  height: 500px;
  }
  .catalog-img-big img{
	  width: 100%;
	  height: 100%;
	  object-fit: contain;
  }
  .catalog-big-img a{
	  width: 100%;
	  height: 400px;
  }
  .catalog-big-img img{
	  width: 100%;
	  height: 100%;
	  object-fit: contain;
  }
  .catalog-big-img a{
	background-color: #fff;
  }
  .catalog-small-img .group-fancybox{
	background-color: #fff;
	width: 100%;
	height: 140px;
	margin-bottom: 10px;
	padding: 0px;

  }
  .email2{display:none;}
  
  .addthis_toolbox  a{
	  background-color: #fff;
  }
  .press{
	  background-color: #fbfbfb;
  }
  .news-details{
	  padding: 70px 0;
  }
  .news-details small{
	  color: #999;
  }
  .news-details p{
	  color: #666;
  }
  .news-detail-img{
	  width: 100%;
	  height: 500px;
	  margin-bottom: 30px;
  }
  .news-detail-img img{
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
  }
  .gallery-detail-text p{
	  color: #999;
	  margin-top: 30px;
  }
  #welcomeModal .modal-content{
	padding: 15px;
}
#welcomeModal .modal-header{
	text-align: center !important;
	margin: 0 auto;
	border: 0;
}
.modal-header .btn-close {
	height: 20px;
	width: 20px;
	line-height: 20px;
	background-color: #d5a861;
	border-radius: 50%;
	opacity: 1;
	color: #fff !important;
	margin-left: 30px;
	font-size: 12px;
  }
  .modal-header .btn-close:focus {
	box-shadow: none;
}