@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
	position:relative;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/big_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
	padding-top:0;
	padding-bottom:0;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}
.btn-sec{
	border:1px solid #c9c9c9;
    background-color: #fff;
    color: #666;
}
.btn-sec:hover {
    background-color: #fbfbfb;
    color: #555;
}
.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
	transition: all 0.5s ease;
}
.info-box img, .info-box h5{
	transition: all 0.5s ease-out;
}
.info-box:hover img {
    rotate:90deg;
}
.info-box:hover h5{
	color: var(--brand);
}
.info-box img {
    width: 90px;
}


#about{
	background:url(../img/abs1.png) no-repeat -281px 756px;
}
#about:after{
	background:url(../img/dotted.png) no-repeat right;
	content:"";
	display:block;
	width:190px;
	height:119px;
	position: absolute;
    right: 0;
    top: 30px;
}


#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}
.d-flex{ display:flex;}
.ml-100{ margin-left:190px;}

#services{
	background:url(../img/dots.png) no-repeat -620px -78px;
}
#services:after{
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -77px;
    background: url(../img/trisq.png) no-repeat 0 0;
    height: 417px;
    width: 175px;
	z-index: -1;
}
.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
	flex-grow:1;
	transition: all 0.5s ease;
}
.service img, .service h5{
	transition: all 0.5s ease;
}
.service:hover, .service:hover img{
	translate: 0px -10px;
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}




#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/review-bg.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}



footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

.mx-none{
	max-width:none !important;
	text-align:justify;
}
.medwidth{
	max-width:1000px !important;
}
.btn-big{
	font-weight: 600;
    padding: 10px 32px;
    font-size: 17px;
}
.modal .form-check .form-check-input{
	margin-left: -0.9em;
	margin-right:6px;
}
.modal .form-check-input{
	margin-top: 0.4em;
}
/* USP Section - Home Page
------------------------------*/
.usp-image-five{
	padding: 0px 50px 50px 50px;
    position: relative;
    z-index: 2;
}
.usp-image-five img{
	transition: all 0.5s ease;
}
.usp-image-five:hover img{
	transform: scale(1.03);
}
.usp-image-five .shape {
    position: absolute;
    left: 30px;
    top: -30px;
    z-index: -1;
}
.usp-five-content {
    /*padding-left: 50px;*/
}
.usp-five-content .usp-five-tab {
    margin-top: 40px;
}
.usp-five-content .usp-five-tab nav {
    border: none;
    background-color: #efefef;
    padding: 15px;
    border-radius: 5px;
}
.usp-five-content .usp-five-tab nav .nav-tabs {
    border: none;
}
.usp-five-content .usp-five-tab nav button {
    border: none;
    color: #2d2d2d;
    font-weight: 600;
    padding: 0;
    margin-right: 20px;
    position: relative;
    background-color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    text-transform: capitalize;
}
.usp-five-content .usp-five-tab nav button.active {
    background-color: var(--brand);
    color: #fff;
}
.usp-five-content .usp-five-tab .tab-content {
    border: none;
    padding-top: 30px;
}



@media (max-width: 1200px) {
.usp-five-content .usp-five-tab nav button{
	margin-right: 10px;
	padding: 10px 10px;
}
.usp-five-content .usp-five-tab nav button:last-child{
	margin-right: 0px;
}
}
@media (max-width: 991px) {
.usp-image-five{
	/*padding:20px;*/
	margin-bottom:0px;
}	
.ml-100{
	margin-left:0;
}

#contact .php-email-form{
	margin-top:1.5rem;
}
}
@media (max-width: 767px) {
.usp-five-content .usp-five-tab nav button {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
}
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact{
	/*background:url(../img/rect-sm.png) no-repeat -78px -60px;*/
	/*background:url(../img/hols.png) no-repeat -101px 360px;*/
	background:url(../img/map.png) no-repeat center top;
	
}


.contact .box-info {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 28px 0 28px 0;
  border-radius: 4px;
  transition: all 0.5s ease;
  background-color:#fff;
}

.contact .box-info i {
  font-size: 32px;
  color: var(--brand);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
  transition: all 0.8s ease-in;
}

.contact .box-info:hover i{
	rotate:360deg;
}

.contact .box-info h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
  transition: all 0.3s ease-in;
}

.contact .box-info:hover h3{
	color: var(--brand);
}

.contact .box-info p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 4px;
  background-color:#fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--brand);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: var(--brand);
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e35052;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fade-inn {
  animation: fade-in 1s ease-in-out both;
}

.fade-inn-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}


/*--------------------------------------------------------------
# innerpage
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f2f2;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li a{
	color: var(--brand);
	text-decoration:none;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #635551;
  content: "/";
}



/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/
#portfolio{
	padding-top:10px;
}

#filters {
	margin:0px 0 30px 0;
	padding:0;
	list-style:none;
	text-align:center;
}

	#filters li {
		display:inline-block;
	}
	
	#filters li span {
	cursor: pointer;
    display: inline-block;
    padding: 13px 20px 12px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #313030;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
	}
	
	#filters li span.active {
	color: #ff5821;
    background: #fff1ed;

	}
 


#portfoliolist{
	overflow:hidden;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:31%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		cursor:pointer;
}

	.portfolio img {
		max-width:100%;
		position: relative;
		top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: #e95a44;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:10px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
			}
	
	.portfolio:hover .label {
    bottom:0;
  }
	.portfolio:hover img {
    top:-30px;
  }  
  
.text-title{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.text-title:hover{
	color:#fff;
}

@media (max-width: 991px) {
	#portfoliolist .portfolio{
		width:48%;
	}
}


#portfoliodetail{
	padding-top:0;
}
#portfoliodetail .slide{
	min-height:inherit;
}
.hero-slider .owl-prev, .hero-slider .owl-next{
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--brand);
  left: 0;
  bottom: 0;
}

.portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  color:#333;
}
.portfolio-info ul li a{
	color: var(--brand);
	text-decoration:none;
}

.portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #999;
  font-size: 15px;
}

.portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--brand);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-decoration:none;
}

.portfolio-info .btn-visit:hover {
  background:  var(--brand), 0.8);
  opacity:0.8;
}

.portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-description p {
  padding: 0;
}

/* Confirmation Popup */

.popup {
    width: 400px;
    /* height: 300px; */
    background: #ffffff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    transform: transform 0.4s, top 0.4s;

}
.popup img {
    width: 100px;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.popup h2 {
    font-size: 38px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.popup button {
    width: 100%;
    margin-top: 30px;
    padding: 8px 0;
    background: #ed3c0d;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
