@charset "UTF-8";
/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
@font-face {
    font-family: Aquire;
    src: url("../fonts/Aquire.otf") format("opentype");
}

@font-face {
    font-family: Aquirebold;
    font-weight: bold;
    src: url("../fonts/AquireBold.otf") format("opentype");
}

/* Identity */
.text-iconic {
	color: #C2AB7D;
}
.text-logo-color{
	color: #e4cd9f;
}
.text-logo-colordark{
	color: #c1ad84!important;
}

.text-logo {
	font-family: 'Aquire', cursive;
	letter-spacing: 5px;
	line-height: 50px;
	font-size: 50px;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
	color: #C2AB7D!important;
	font-size: 20px!important;
}

.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background-color: #C2AB7D;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background-color: #C2AB7D;
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

.background-gradient{
	background: rgb(0,0,0);
background: -moz-linear-gradient(181deg, rgb(20 20 20) 19%, rgba(125,125,125,1) 65%, rgba(255,255,255,1) 91%);
background: -webkit-linear-gradient(181deg, rgb(20 20 20) 19%, rgba(125,125,125,1) 65%, rgba(255,255,255,1) 91%);
background: linear-gradient(181deg, rgb(20 20 20) 19%, rgba(125,125,125,1) 65%, rgba(255,255,255,1) 91%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.mp {
		margin-bottom: 400px;
	}

/* About */

#about .expe{
	width: auto;
	padding-bottom: 1rem;
}



#about .btn-solid-lg:hover {
	border: 0.125rem solid #333;
	background-color: transparent;
	color: #333;
	text-decoration: none;
}



#about .border-primary {
	border-color: #C2AB7D!important;	
}

#service .service-item {
	text-align: center;
	font-size: 8px;
	color: #C2AB7D!important;
	background: rgba(33,33,33,1.00);
	padding: 15px 10px 20px;
	margin-bottom: 30px;
	height: 220px;
}

#service .service-item:hover {
    background-color: #C2AB7D;
}

#service .service-item * {
    transition: .5s;
}

#service .service-item:hover i,h3{
    color: #111 !important;
}

/*projects*/
.project {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: rgba(255,255,255,1.00);
	margin-bottom: 0px;
}

.project-image {
	border-radius: 4px;
	margin-bottom: 10px;
	position: relative;
}

.project-image img {
	border-radius: 20px;
	width: 100%;
	opacity: 1;
	transition: all ease 0.3s;
	cursor: pointer;
}

.project-image:hover img {
	opacity: 0.7;
}

.project-image .project-title {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
	bottom: 0px;
	color: #fff;
	font-weight: 600;
	padding: 10px 10px 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 18px;
	border-radius: 0 0 4px 4px;
	float: left;
}

.project-badge {
	background: #e01a33 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 0.8333em;
	font-weight: bold;
	height: 42px;
	line-height: 1.0833em;
	margin: 0;
	padding: 10px 0 0;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	width: 42px;
	z-index: 1;
}

.project-details {
	margin-bottom: 20px;
	padding: 0 5px;
	

}

.project-details>p {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 12px;
	padding-bottom: 10px;
	height: 140px;

}


/* Highlight */

.highlight {
  position: relative;
}

.highlight .naccs {
  margin-top: 15px;
  position: relative;
}

.highlight .naccs .menu div {
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.highlight .naccs .menu div {
  transition: all 0.3s;
}

.highlight .naccs .menu div.active .thumb .inner-content {
  text-align: center;
  width: 60%;
  height: 100%;
  border-radius: 23px;
}

.highlight .naccs .menu div.active .thumb .inner-content h4 {
  top: 40%;
  transform: translateY(-55%);
  position: relative;
}

.highlight .naccs .menu div.active .thumb .inner-content span {
  display: block;
  position: relative;
  top: 55%;
  transform: translateY(-55%);
}

.highlight ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.highlight ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.highlight ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);

	
}


.highlight ul.nacc li {
	width: 100%;
}

.highlight .nacc .thumb {
  position: relative;
  border-radius: 23px;
}

.highlight .nacc .active .swiper-pagination {
	position: relative;
	top: 0px!important;
	right: 10px;
	width: auto !important;
	left: auto !important;
}

.highlight .nacc .thumb iframe {
  border-radius: 23px;
  height: 675px;
}

.highlight .slider-container {
	position: inherit;
}

.highlight .swiper-container {
	position: static;
	width: 100%;
	border-radius: 0.75rem;
}

.highlight .nacc .swiper-wrapper .swiper-slide img{
  border-radius: 23px;
  height: auto;
  width: 100%;
}

.highlight .nacc .thumb .overlay-effect {
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(254,161,22,0.5) 0%, rgba(0,0,0,0.2) 100%);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  padding: 20px 15px;
  text-align: center;
}

.highlight .nacc .thumb .overlay-effect h4 {
  font-size: 17px;
  margin-top: 5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: -4px;
}

.highlight .nacc .thumb .overlay-effect span {
  font-size: 12px;
  color: #fff;
}

.highlight .menu .thumb {
  position: relative;
}

.highlight .menu .thumb img{
	border-radius: 23px;
}

.highlight .menu .thumb .inner-content {
  background: rgb(254,161,22);
  background: linear-gradient(105deg, rgba(254,161,22,1) 0%, rgba(254,161,22,0.8) 100%);
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px;
  transition: all 0.3s;
}

.highlight .menu .thumb .inner-content h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s;
  margin: -7px 0;
}

.highlight .menu .thumb .inner-content span {
	margin-top: -20px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  display: none;
  transition: all 0.3s;
}

/*****************************/
/*     21. Media Queries     */
/*****************************/	

/* Min-width width 414px */
@media only screen and (min-width: 200px) and (max-width: 767px){
	
	.inspiro-slider .slide .slide-captions { text-align: center; bottom: 10px; position: absolute;}

	.text-logo {
	font-size: 28px;
	line-height: 30px
}
	.mp {
		margin-bottom: 50px;
	}
	#about .col-lg-3 {
		width: 50%;
		margin-right: -0.10rem !important;
		margin-bottom: -0.4rem !important;
	}
	
	#service .service-item {
		text-align: center!important;
		font-size: 8px;
		/* height: 270px; */
	}
	
	#service h3 {
		line-height: auto;
	}
	#service p {
		font-size: 12px;
	}
	
	
/*highlight*/
	.highlight .nacc .thumb .overlay-effect {
	 	padding: 5px 5px;
	  	text-align: center;
	}
	.highlight .menu .thumb img{
		width: 70%;
		border-radius: 23px;
	}
	
	.section-quote p{
		font-size:  14px;
	}
	.widget.widget-newsletter .form-control { height: 32px!important; }
	
	input:not([type="checkbox"]):not([type="radio"]), select, .input-group-text {
    min-height: 32px;
	}
}
#logo img{
height: 	50px;
}
#footer img {
height: 	50px;
}