/* ------------------------------------------------------------------------------

  Template Name: Provident
  Description: Provident Landing Page
  Author: Mudassar
  Version: 1.0
  
  1.  Global  
     
      1.1 General 
      1.2 Typography
      1.3 Fields
      1.4 Buttons 
      1.5 Icons
      1.6 Loader
      1.7 Helpers
 
  2.  Navbar 

      2.1 Navbar elements
      2.2 Navbar affix
      2.3 Sidebar Menu
      
  3.  Homepage

      3.1 Jumbotron
      3.2 Slider
      3.3 Section About
      3.4 Section Projects

          3.4.1 Projects Carousel

      3.5 Section Clients
      3.6 Section Partners
      3.7 Section Team
      3.8 Section Contacts
      3.9 Footer

  4.  Homepage v2

      4.1 Navbar
      4.2 Sections
      4.3 Section About
      4.4 Section Projects
      4.5 Section Partners
      4.6 Section Testimonials 
      4.7 Section Contacts

  5. Responsive styles

      5.1 Min width: 768px
      5.2 Min width 992px
      5.3 Min width 1200px 
      5.4 Min width 1550px 
      5.5 Min height 500px
      5.6 Min height 600px
      5.7 Min height 700px


      
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */

@import url("bootstrap.css");
@import url("ionicons.min.css");
@import url("linearicons.css");
@import url("animate.css");
@import url("magnific-popup.css");
@import url("jquery.pagepiling.css");
/*@import url('owl.carousel.css');*/
/*@import url('settings.css');*/
/*@import url('layers.css');*/
@import url("navigation.css");

html {
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 2.1428;
	color: #26374f;
	-webkit-overflow-scrolling: touch;
}

.body-fullpage {
	overflow: hidden;
}

/* .mfp-close-btn-in .mfp-close {
    color: #fff !important;
} */

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #f37233;
	border-radius: 10px;
}

::selection {
	background-color: #f37233;
	color: #fff;
}

-webkit-::selection {
	background-color: #f37233;
	color: #fff;
}

::-moz-selection {
	background-color: #f37233;
	color: #fff;
}

/* 1.2 Typography */

h1,
.h1 {
	font-size: 3.428rem;
	line-height: 1.2;
	font-weight: 600;
	color: #000;
	letter-spacing: -0.025em;
	margin: 0.5em 0;
}

h2,
.h2 {
	font-weight: 600;
	font-size: 2.571rem;
	line-height: 1.166;
	color: #000;
	letter-spacing: 0;
	margin: 2.6rem 0;
}

h3,
.h3 {
	font-weight: 600;
	font-size: 2.142rem;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #000;
	margin: 2.6rem 0;
}

h4,
.h4 {
	font-weight: 600;
	font-size: 1.714rem;
	line-height: 1.25;
	letter-spacing: 0.025em;
	color: #000;
	margin: 2.6rem 0;
}

h5,
.h5 {
	font-weight: 600;
	font-size: 1.571rem;
	line-height: 1.1;
	letter-spacing: 0;
	color: #000;
	margin: 2.6rem 0;
}

h6,
.h6 {
	font-weight: 600;
	font-size: 1.285rem;
	line-height: 1.3333;
	letter-spacing: 0;
	color: #000;
	margin: 2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	text-decoration: none;
}

strong {
	font-weight: 600;
}

p,
blockquote {
	margin-bottom: 2.6rem;
}

a {
	color: #f37233;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

a:hover,
a:focus {
	color: #f37233;
	outline: none;
}

a:focus {
	text-decoration: none;
}

p {
	font-size: 1.2rem;
}

/* 1.3 Fields */

input[type="text"],
input[type="address"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="date"],
textarea {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	border-radius: 0.75em;
	color: #3d3d3d;
	background-color: #fff;
	border: 0;
	border: 1px solid #d1d1d1;
	border-radius: 0;
	padding: 0.2rem 1rem 0;
	height: 3.6em;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

select {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	border-radius: 20px;
	color: #3d3d3d;
	background-color: #fff;
	border: 0;
	border: 1px solid #d1d1d1;
	padding: 0.2rem 1rem 0;
	height: 3.6em;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	outline: 0;
}

textarea {
	padding-top: 0.8rem;
	border-radius: 20px;
	height: 15rem;
	resize: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="text"]:focus,
input[type="address"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border-color: #f37233;
	outline: 0;
}

input.input-gray,
textarea.input-gray {
	background: #f6f6f6;
}

input.input-gray:focus,
textarea.input-gray:focus {
	background: #fff;
}

input::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

.form-group {
	margin-bottom: 30px;
}

input.error {
	border-color: #f37233;
}

.mc-label,
label.error {
	font-size: 0.93em;
	font-weight: 400;
	margin: 0.7em 0 0 0;
	color: #747474;
}

/* 1.4 Buttons */

.btn {
	color: #fff;
	letter-spacing: 0.025em;
	font-size: 1rem;
	display: inline-block;
	border: 0;
	border-radius: 0;
	padding: 1.1em 2.28em 1em;
	background-color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;
}

.over-btns {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}

.benifits-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.benifit img {
	text-align: center;
	margin: 0 auto;
	max-width: 120px;
}

.benifit-name {
	font-weight: 600;
	margin-top: 15px;
}

.pfinder h2 {
	font-size: 6rem;
	color: #ef5e4e;
	margin: 0 0 1.5rem 0;
}

.pfinder p {
	margin: 0 0 1.5rem 0;
}

.pfinder h3 {
	margin: 0 0 2.5rem 0;
	font-size: 1.5rem;
}

.pfinder img {
	max-width: 500px;
	margin: 0 auto;
}

.testimonials {
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.testimonials .testimonial-wrap {
	border-radius: 35px;
	padding: 25px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.stars img {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}

.testimonials .testimonial-wrap p {
	margin-top: 15px;
}

.testimonials .testimonial-wrap .person-name {
	font-weight: 700;
	font-size: 1.5rem;
	color: black;
	text-align: right;
}

.relative {
	position: relative;
}

/* 1.5 Icons */

.icon {
	display: inline-block;
	font-size: 4.2rem;
}

.link-arrow {
	display: inline-block;
	color: #000;
	line-height: 1 !important;
	font-weight: 600;
}

.link-arrow .icon {
	position: relative;
	top: 0.1rem;
	margin-left: 0.7rem;
	font-size: 2.1em;
	vertical-align: middle;
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}

.link-arrow .ion-ios-arrow-right {
	font-size: 1.5em;
}

.link-arrow:hover {
	color: #f37233;
	text-decoration: none;
}

.link-arrow:hover .icon {
	-webkit-transform: translateX(0.5rem);
	-o-transform: translateX(0.5rem);
	transform: translateX(0.5rem);
}

/* 1.6 loader */

.loader {
	position: fixed;
	overflow: hidden;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #4b4b4b;
	text-align: center;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f37233;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/* 1.7 Helpers */

.text-dark {
	color: #000;
}

.text-muted {
	color: #999;
}

.text-white {
	color: #fff;
}

.text-primary {
	color: #f37233;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.rel-1 {
	position: relative;
	z-index: 1;
}

.overflow-hidden {
	overflow: hidden;
}

.visible-xl {
	display: none;
}

.switech-text {
	display: none;
}

/*-------------------------------------------------------------------------------
  -. My Custom Css
-------------------------------------------------------------------------------*/

/* The hero image */

#banner {
	height: 100vh;
	background: url(../images/banner.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	position: relative;
	z-index: 1;
}

#banner::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom, transparent, #000000);
	opacity: 1;
	z-index: -1;
}

.banner-content {
	height: 100%;
	display: flex;
	justify-content: space-between;
	margin-right: 5%;
}

.about-form {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.banner-title {
	margin-top: 5%;
	margin-left: 5%;
	margin-bottom: 5%;
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 15px;
}

.banner-title h1 {
	color: white;
	text-transform: uppercase;
	font-size: 3rem;
}

.banner-join h2 {
	color: white;
	font-size: 2.5rem;
	margin: 0;
}

.banner-join p {
	color: white;
	font-size: 1.5rem;
}

.banner-head h1 {
	color: white;
	text-transform: uppercase;
	font-size: 6rem;
	line-height: 5rem;
}

.banner-head h1 span {
	font-size: 3rem;
}

.banner-join {
	padding-top: 25px;
}

.address-wrap {
	line-height: 0;
	position: relative;
	top: 15px;
}

.address-wrap .box {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 0;
}

.address-wrap .box img {
	width: 30px;
	max-width: 100%;
}

.address-wrap .box a {
	color: white;
	font-size: 1.2rem;
	line-height: 2rem;
}

.logos-box {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 10px;
	margin-top: 3%;
	margin-left: 3%;
	margin-bottom: 1%;
	z-index: 9;
}

.logos-box img {
	width: 100%;
	max-width: 215px;
}

.flex {
	display: flex;
	gap: 10px;
	align-items: baseline;
}

.popup-form {
	background: white !important;
	max-width: 450px;
	text-align: center;
}
.popup-form-title {
	font-size: 1.6099rem;
	color: #5577a8;
	margin-top: 0px;
}
.popup-form textarea {
	height: 10rem;
	border-radius: 20px;
}

div#popup-form input {
	border-radius: 20px;
}

div#popup-form .btn {
	border-radius: 12px;
}

/* About Area */

.about-form,
.reletive-form {
	position: relative;
}

.mob-center {
	text-align: center;
}

.about-form .sliderForm p {
	margin: 0;
	line-height: 2rem;
	padding: 0 30px 20px 30px;
	font-weight: 600;
	text-transform: uppercase;
}

#sliderFormID input {
	border-radius: 20px;
}

#sliderFormID textarea {
	border-radius: 20px;
	height: 100px;
}

#sliderFormID button {
	background: black;
	border-radius: 20px;
	width: 100%;
	border: 2px solid black;
}

#sliderFormID button:hover {
	background: white;
	color: black;
}

.about-form .sliderForm {
	max-width: 475px;
	background: white;
	text-align: center;
	padding: 35px;
	border-radius: 25px;
	box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}

.about-title {
	color: #000;
	line-height: 3.8rem;
}

#about h1 {
	padding-bottom: 1rem;
}

#about h3 {
	padding-bottom: 0.6rem;
}

#about img {
	width: 100%;
}

.about-wrap h2 {
	font-size: 2rem;
}

.about-wrap ul {
	list-style: none;
	font-weight: 600;
	color: black;
	font-size: 1.2rem;
	padding: 0;
}

.about-wrap p {
	margin-bottom: 2rem;
}

.black-about-wrap h2,
.black-about-wrap p {
	color: #fff;
}

.black-about-wrap h2 {
	font-size: 1.8rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
	margin-top: 0;
}

.black-about-wrap p {
	margin-bottom: 0rem;
}

.register-img-box {
	display: flex;
	align-items: center;
	gap: 20px;
}

.form-box {
	max-width: 400px;
	background: white;
	text-align: center;
	padding: 35px;
	border-radius: 25px;
	box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}

.flex-btns {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.flex-btns .btn {
	width: 275px;
	max-width: 100%;
}

.primaryColor a {
	background: #000 !important;
	color: #fff !important;
	border: 2px solid;
}

.primaryColor a:hover {
	background: #fff !important;
	border-color: #000 !important;
	color: #000 !important;
}

.bannerColor a {
	background: #000000c7 !important;
	border-radius: 40px !important;
	color: #ffffff;
}

.bannerColor a:hover {
	background: #000 !important;
}

.secondaryColor a {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #000 !important;
	border: 2px solid;
}

.secondaryColor a:hover {
	background: #000000 !important;
	border-color: #000000 !important;
	color: #fff !important;
}

.thirdColor a {
	border-color: #000 !important;
	color: #000 !important;
	background: transparent;
	border: 1px solid;
	border-radius: 53px;
	font-weight: 600;
	font-size: 1.5rem;
	padding: 0.8em 2.4em 0.8em;
}

.thirdColor a:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.pt40 {
	padding-top: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

/* Community Slider Area */

.slider-item {
	position: relative;
	padding: 0px 10px;
}
.slider-item img {
	width: 100%;
	transition: all 0.8s ease-in-out;
	border-radius: 25px;
}
.slider-item .community-name {
	font-size: 18px;
	text-align: center;
	color: #26374f;
	padding-top: 12px;
	font-weight: 500;
}

.slider-item a {
	text-decoration: none;
}

.slider-item a:hover .community-name {
	color: #f37233;
}

.exploreBtn a {
	background: #26374f;
	border-radius: 15px;
}

.exploreBtn a:hover {
	background: #f37233;
}

.center {
	text-align: center;
}

.hide-area,
.seo-area {
	display: none;
}
.iti--separate-dial-code .iti__selected-flag {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.iti__selected-flag {
	height: 50px !important;
}
form#visitPop {
	text-align: left;
}

.bro-form {
	max-width: 480px;
	width: 100%;
}

/* Laptop CSS */

@media screen and (max-width: 1775px) {
	.broImg img {
		max-width: 920px;
	}
}

@media screen and (max-width: 1775px) {
	.broImg img {
		max-width: 836px;
	}
}

@media screen and (max-width: 1442px) {
	.inner-about h2,
	.inner-about h1 {
		font-size: 3.5rem;
	}
	.inner-about {
		padding: 35px;
	}
	.broImg img {
		max-width: 740px;
	}
}

@media screen and (max-width: 1413px) {
	.banner-wrap {
		max-width: 85%;
	}
}

@media screen and (max-width: 1385px) {
	#mainCarousel {
		height: 100%;
	}

	.banner-title h1 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 1248px) {
	.banner-wrap {
		margin-top: 12%;
	}

	.banner-logo img {
		max-width: 135px;
	}
	.broImg img {
		max-width: 664px;
	}
	#benifits:after {
		width: 100%;
	}

	#trust:after {
		width: 100%;
	}

	.banner-title h1 {
		font-size: 2.2rem;
	}

	.full-wrap {
		padding-right: 15px;
	}
}

@media screen and (max-width: 1140px) {
	.broImg img {
		max-width: 610px;
	}
	.banner-title h1 {
		font-size: 2rem;
	}
	.banner-join h2 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1089px) {
	.banner-line h1 {
		font-size: 5rem;
	}
	.inner-about h2,
	.inner-about h1 {
		font-size: 2.5rem;
		margin: 1.2rem 0;
	}
	.inner-about h3 {
		font-size: 2rem;
		margin: 1.2rem 0;
	}
	.inner-about {
		padding: 25px;
	}
	.inner-about p {
		font-size: 1rem;
	}
	.head-title {
		font-size: 3rem;
	}
	.broImg img {
		display: none;
	}

	#about::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 733px;
	}
}

@media screen and (max-width: 991px) {
	.aboutbg-img img {
		height: 100%;
	}
	.inner-about h2,
	.inner-about h1 {
		font-size: 4.5rem;
		margin: 2rem 0;
	}
	.inner-about h3 {
		font-size: 3rem;
		margin: 2.5rem 0;
	}
	.inner-about p {
		font-size: 1.2rem;
	}
	.banner-content {
		flex-direction: column;
	}

	.banner-title h1 {
		text-align: center;
		font-size: 3rem;
	}

	.banner-title h1::after {
		width: 100%;
	}

	.mob-hide-area {
		display: none;
	}

	.address-wrap {
		padding-bottom: 50px;
		text-align: left;
	}

	#banner {
		height: 100%;
	}
}

.mob-only {
	display: none;
}

/* Mobile CSS */

@media screen and (max-width: 767px) {
	#banner {
		height: 100%;
		background-position: 65% 50%;
		background-size: cover;
		-webkit-background-size: cover;
	}

	.benifits-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.images-grid {
		display: flex;
		gap: 0px;
		flex-direction: column;
	}

	.popbtn.regBtn.thirdColor.center.mob-only {
		padding-top: 25px;
	}

	.mob-only {
		display: block !important;
	}

	.pt40 {
		padding-top: 0;
	}

	.about-wrap ul {
		text-align: center;
	}

	.about-wrap h2 {
		line-height: 3rem;
		text-align: center;
	}

	.banner-scroll {
		display: none;
	}

	.full-img img {
		width: 100%;
		border-radius: 25px;
	}

	.black-about-wrap h2 {
		text-align: center;
	}

	.black-about-wrap p {
		margin-bottom: 1rem;
	}

	.mob-center {
		text-align: center;
	}

	.left-heads {
		text-align: center;
	}

	.banner-content {
		justify-content: flex-start;
		align-items: center;
		margin-right: 0;
		padding: 0 15px;
		text-align: center;
	}

	.banner-title h1 br {
		display: none;
	}

	.banner-title {
		margin-top: 10%;
		margin-left: 0;
		margin-right: 0;
	}

	.banner-join h2 {
		padding-bottom: 8px;
		line-height: 2.5rem;
	}

	.banner-join p {
		line-height: 2.5rem;
	}

	.banner-join {
		text-align: center;
	}

	.full-wrap {
		padding-right: 0;
	}

	.time-box .area p {
		text-align: left;
	}

	.logos-box {
		display: flex !important;
		align-items: center;
		padding-bottom: 0;
		margin-left: 0;
	}

	.banner-head h1 {
		color: white;
		text-transform: uppercase;
		font-size: 5rem;
		line-height: 5rem;
	}

	.banner-title h1 {
		text-align: center;
		font-size: 2.5rem;
	}

	.banner-title h1::after {
		top: 0px;
	}

	.about-form {
		width: 100%;
	}

	.logos-box img {
		max-width: 190px;
	}

	.bottom-section {
		padding: 1rem 0 0rem 0 !important;
	}

	#about h1 {
		text-align: center;
		font-size: 3rem;
	}

	.booking-form-area {
		position: initial;
	}

	.draw-line {
		max-width: 300px !important;
	}
	.project-name a {
		padding: 8px 25px;
		font-size: 1.1rem;
	}

	.videoBtn img {
		max-width: 60px !important;
	}

	.logo-three,
	.over-btns {
		display: none;
	}
	.banner-logo-first,
	.banner-logo-last,
	.banner-logo {
		align-items: center;
		justify-content: start;
		gap: 35px;
		margin-top: 10%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	.banner-btns {
		display: flex;
		flex-direction: column;
		width: 100%;
		text-align: center;
		margin-left: 0%;
		gap: 12px !important;
		align-items: center;
	}

	.banner-logo h3 {
		font-size: 3rem;
	}

	.switech-text {
		display: block !important;
		text-align: center;
	}

	.project {
		height: auto;
	}
	.projects-grid-half {
		grid-template-columns: 1fr;
	}
	.paragraph-area {
		padding: 0 15px;
	}
	.paragraph-area h2 {
		font-size: 2rem;
		line-height: 3rem;
	}
	#contactPopup .mfp-close {
		color: #fff !important;
	}

	.banner-wrap {
		max-width: 85%;
		margin-top: 20%;
	}
	.about-content {
		height: 100%;
	}
	.aboutbg-img img {
		display: none;
	}
	.inner-about h2 span,
	.inner-about h1 span {
		font-weight: 100;
		color: #000;
	}
	.inner-about {
		padding: 25px 0;
		text-align: center;
		padding-bottom: 45px;
	}
	.inner-about h1 {
		font-size: 2.8rem;
	}
	.inner-about h2 {
		font-size: 2rem;
	}
	.inner-about h3 {
		font-size: 2rem;
	}
	.inner-about h1 br,
	.inner-about h2 br,
	.inner-about h3 br {
		display: none;
	}
	.banner-wrap .banner-area h2 {
		font-size: 2.5rem !important;
	}
	.inner-video h2 {
		font-size: 4rem;
	}
	.inner-video img {
		max-width: 100px;
	}
	.box-section {
		flex-direction: column;
		gap: 40px;
	}
	.iti__selected-flag {
		height: 42px !important;
	}
	.section-about-title br {
		display: none !important;
	}
	.inner-about h2,
	.inner-about h1,
	h3,
	p {
		text-align: center;
	}

	.project-btns {
		bottom: 15px;
		right: 15px;
	}

	.project-btns a {
		width: 185px;
	}

	.agent-contact {
		display: block !important;
	}

	.agent-contact .agents {
		padding-top: 30px;
	}

	.row-actions {
		flex-direction: column;
		align-items: center;
		gap: 25px;
		padding: 25px 0 !important;
	}

	.flex-btns {
		flex-direction: column;
		gap: 0;
	}

	.info-title {
		font-size: 2rem;
	}

	.mob-mt25 {
		margin-top: 25px;
	}

	.mob-mt50 {
		margin-top: 50px;
	}

	.mt40 {
		margin-top: 25px;
	}
	.mt40-desk-only {
		margin-top: 0px !important;
	}
	.mt80 {
		margin-top: 50px !important;
	}

	.line-seperator {
		max-width: 260px;
	}
}

.zero-section {
	padding: 0 0 !important;
}

.less-section {
	padding: 1rem 0 !important;
}

.bottom-section {
	padding: 1rem 0 10rem 0;
}

.section {
	padding: 3rem 0;
}

.draw-line {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.draw-line hr {
	border-top: 2px solid #eee;
}

section#about {
	padding-bottom: 4rem;
}

.section-title {
	margin: 0;
}

.mt40,
.mt40-desk-only {
	margin-top: 40px;
}

.mt85 {
	margin-top: 85px;
}

.pt165 {
	padding-top: 165px;
}

.mt80 {
	margin-top: 80px;
}

.info-title {
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	color: #26374f;
}

@media (min-width: 900px) {
	.mfp-container {
		padding: 0;
	}
}

.zoom-anim-dialog {
	background: #fff;
	padding: 2.6rem;
	margin: 0 auto;
}

/*
* Fade-zoom animation for first dialog
*/
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* .mfp-close-btn-in .mfp-close {
	color: #000;
} */

.mfp-close {
	font-family: "Linearicons";
	line-height: 1;
	width: auto;
	height: auto;
	top: 0px;
	right: 8px;
	font-size: 2.6rem;
	transition: all 0.5s;
}

@media (min-width: 1200px) {
	.mfp-close {
		top: 5px;
		right: 15px;
	}
}

.project-detail-img {
	width: 100%;
	display: block;
}

.project-detail-title {
	font-size: 2.57rem;
	letter-spacing: -0.025em;
	line-height: 1.16666;
	margin: 4rem 0 3.4rem 0;
}

@media (min-width: 1200px) {
	.project-detail-img {
		padding-right: 7px;
	}

	.project-detail-title {
		font-size: 2.57rem;
		letter-spacing: -0.025em;
		line-height: 1.16666;
		margin: 2.5rem 0 3.4rem 0;
	}
}

.project-detail-list {
	list-style: none;
	padding-left: 0;
	margin-top: 3.6rem;
}

.project-detail-list li {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 0.6rem;
	margin-top: 0.65rem;
	overflow: hidden;
}

.project-detail-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.project-detail-list li .left {
	float: left;
	font-weight: 600;
}

.project-detail-list li .right {
	float: right;
}

.project-detail-meta {
	margin-top: 4.5rem;
	overflow: hidden;
}

.project-detail-meta .left {
	font-weight: 600;
}

/* 3.5  Section Clients */

.section-clients .section-title {
	margin-right: 7rem;
}

.client-carousel {
	margin-top: 4.8rem;
}

.client-carousel .client-carousel-item img {
	display: inline-block;
	width: auto;
}

.client-box {
	position: relative;
	color: #808080;
	background-color: #fff;
	padding: 6rem 3.28rem 3.28rem;
}

.image-quote {
	position: absolute;
	top: 3.28rem;
	right: 3.28rem;
}

.client-img {
	position: relative;
	z-index: 1;
	margin: 0 0 -3rem 2.6rem;
	border-radius: 50%;
}

.client-title {
	letter-spacing: 0;
}

.client-name {
	font-size: 1.28rem;
	line-height: 1;
	color: #000;
}

.client-description {
	margin: 1.5rem 0 0;
	line-height: 1.71em;
}

.client-carousel .owl-nav {
	right: 0;
	top: -7.8rem;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.client-carousel .owl-prev {
	margin-right: 2rem;
}

/* 3.8 Section Contacts */

.map {
	width: 100%;
	height: 26rem;
	border: 0;
	text-align: center;
}

.map-info {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #666666;
	text-align: left;
	padding: 1.1rem;
}

.map-title {
	margin-bottom: 2rem;
}

.map-address-row {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.7;
}

.map-address-row .fa {
	margin-right: 0.5rem;
}

.gmap-open {
	margin: 2rem 0 0;
}

.row-contact {
	margin: -6rem -3.5rem 0;
}

.col-contact {
	margin-top: 6rem;
	padding: 0 3.5rem;
}

.contact-title {
	letter-spacing: 0;
	margin: 0;
}

.contact-top {
	margin-bottom: 1.3rem;
}

.contact-title span {
	color: #999;
	font-weight: 400;
}

.contact-address {
	font-size: 1.142rem;
	line-height: 1.875;
	letter-spacing: -0.025rem;
	margin-bottom: 2rem;
}

.contact-row {
	margin-bottom: 0.6rem;
}

.phone-lg {
	font-size: 2.142rem;
	line-height: 1.3;
	margin-bottom: 3.6rem;
}

.contact-social {
	margin-top: 1rem;
}

.contact-social a {
	color: #999999;
	font-size: 1.3rem;
}

.section-message {
	padding-top: 8rem;
}

/* 3.9 Footer */

.footer {
	color: #000;
	line-height: 1.71;
	padding-bottom: 5rem;
	background-color: #fff;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li a {
	color: #000;
}

.footer ul .active a,
.footer ul li a:hover {
	color: #000;
	text-decoration: none;
}

.footer-flex {
	width: 100%;
}

.footer-flex .flex-item {
	margin-top: 0;
	text-align: center;
}

.footer-flex .flex-item h2 {
	color: #000;
	text-transform: uppercase;
}

.permit {
	font-size: 0.9rem;
	margin-top: 5px;
}

.lang-list li {
	float: left;
}

.lang-list li + li {
	margin-left: 1.5rem;
}

/*-------------------------------------------------------------------------------
  4. Homepage v2
-------------------------------------------------------------------------------*/

/* 4.2 Sections */

.pagepiling .section {
	background: #fff;
	padding-top: 11.3rem;
	padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred {
	padding-top: 10rem;
	padding-bottom: 11rem;
}

.pagepiling .pp-scrollable {
	padding: 0;
}

.pp-scrollable .vertical-centred {
	padding-top: 11.3rem;
	padding-bottom: 7rem;
}

.scroll-wrap {
	position: relative;
	min-height: 100%;
}

.scrollable-content {
	white-space: nowrap;
	width: 100%;
	font-size: 0;
}

.scrollable-content:before {
	content: "";
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
}

.vertical-centred {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 1rem;
}

.boxed-inner {
	position: relative;
	padding: 0;
}

.section-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.vertical-title {
	position: absolute;
	white-space: nowrap;
	width: 0;
	top: -0.55rem;
	left: 4.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.vertical-title span {
	display: block;
	float: right;
}

.section .intro {
	opacity: 0;
	-webkit-transition: opacity 1s 0.3s ease;
	-o-transition: opacity 1s 0.3s ease;
	transition: opacity 1s 0.3s ease;
}

.section:not(.scrollable-home) .intro {
	-webkit-transform: translateY(7rem);
	-ms-transform: translateY(7rem);
	-o-transform: translateY(7rem);
	transform: translateY(7rem);
	-webkit-transition: all 0.35s 0.6s ease;
	-o-transition: all 0.35s 0.6s ease;
	transition: all 0.35s 0.6s ease;
}

.section.active .intro {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.display-1 {
	font-size: 5.14rem;
	line-height: 1;
	letter-spacing: -0.05em;
	margin: 0;
	text-transform: uppercase;
}

.subtitle-top {
	line-height: 1.714;
	margin-bottom: 2.8rem;
	letter-spacing: 0.1em;
}

/* 4.3 Section About */

.scrollable-home .vertical-centred {
	padding-top: 10rem;
	padding-bottom: 11rem;
}

.hr-bottom {
	position: absolute;
	margin-top: 13vh;
	margin-bottom: 0;
	height: 0.2858rem;
	width: 7.142rem;
	background: #f37233;
}

.title-uppercase {
	text-transform: uppercase;
	letter-spacing: -0.025em;
	line-height: 1.33333;
	margin: 0 0 5rem;
}

.service-list {
	margin-bottom: 5rem;
	font-size: 1.2857rem;
	padding-left: 0;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: -0.025rem;
	font-weight: 300;
}

.service-list li {
	margin-bottom: 0.7rem;
}

.service-list li a {
	color: inherit;
}

.service-list li a:hover {
	color: #000;
	text-decoration: none;
}

.dots-image-2 {
	display: inline-block;
	position: relative;
}

.dots-image-2 .dots {
	position: absolute;
	z-index: -1;
	left: -25%;
	bottom: -19%;
	width: 101%;
	top: 50%;
	opacity: 0.8;
	background: url(../images/bg/dots.png) 0 0 repeat;
}

.dots-image-2 .experience-info {
	position: absolute;
	left: 12%;
	margin-top: -4.4rem;
	top: 100%;
}

.experience-info .number {
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	font-size: 10.71rem;
	margin-right: 1.7rem;
}

.experience-info .text {
	display: inline-block;
	font-size: 1.571rem;
	font-weight: 600;
	line-height: 1.181;
	text-transform: uppercase;
}

/* 4.7 Section Contacts */

.map-2 {
	width: 100%;
	height: 18rem;
	border: 0;
	text-align: center;
}

.contact-info {
	overflow: hidden;
	margin-top: 5.5rem;
}

.row-contact-info {
	margin: -5rem -4% 0;
}

.success-message,
.error-message {
	display: none;
	margin-top: 2rem;
}

.col-contact-info {
	padding: 0 4%;
	margin-top: 5rem;
	padding-top: 5rem;
	border-top: 1px solid #cacaca;
}

.col-contact-info:first-child {
	border-top: 0;
	padding-top: 0;
}

.contact-info h3 {
	font-size: 1.92rem;
	line-height: 1.06;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin: 0 0 2rem 0;
}

.contact-info .col-right {
	word-wrap: break-word;
	padding-left: 0;
	padding-right: 0;
}

.contact-info-row {
	line-height: 1.5;
	margin-bottom: 2.14rem;
}

.contact-info-row:last-child {
	margin-bottom: 0;
}

.contact-info-row strong {
	font-size: 1.1428rem;
	text-transform: uppercase;
	color: #000;
}

.footer-flex .flex-item .bg {
	padding: 10px 0;
	border-radius: 25px;
}

/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */

/* 5.1 Min width 768px */

@media (min-width: 768px) {
	html {
		font-size: 13px;
	}

	.pull-sm-left {
		float: left;
	}

	.pull-sm-right {
		float: right;
	}

	/* Sidebar Menu */

	.menu {
		width: 50%;
	}

	/* Homepage */

	.boxed {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.boxed-inner {
		padding-left: 0;
	}

	.right-boxed {
		right: 3rem;
	}

	.left-boxed {
		left: 3rem;
	}

	/* Section About */

	.section-about {
		padding-top: 12rem;
	}

	/* Homepage v2 */

	.project-box {
		padding-bottom: 75%;
	}

	.row-contact-info {
		margin-top: -2rem;
	}

	.col-contact-info {
		padding-top: 4rem;
		margin-top: 2rem;
	}

	/* Footer */

	.footer-flex .flex-item {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

/* 5.2 Min width 992px */

@media (min-width: 992px) {
	html {
		font-size: 14px;
	}

	/* Helpers */

	.pull-md-right {
		float: right;
	}

	/* Sidebar Menu */

	.menu {
		width: 35%;
		max-width: 550px;
	}

	/* Homepage */

	.boxed {
		padding-left: 4.2857rem;
		padding-right: 4.2857rem;
	}

	.right-boxed {
		right: 4.2857rem;
	}

	.left-boxed {
		left: 4.2857rem;
	}

	.map {
		height: 36rem;
	}

	/* Homepage v2 */

	.boxed-inner .boxed {
		padding-left: 6rem;
	}

	.service-list {
		margin-bottom: 0;
	}

	.col-contact-info {
		border-top: 0;
		padding-top: 0;
	}

	.row-contact-info {
		margin-top: -5rem;
	}

	.col-contact-info {
		margin-top: 5rem;
	}

	.col-contact-info:nth-child(2n) {
		border-left: 1px solid #cacaca;
	}
}

/* 5.3 Min width 1200px */

@media (min-width: 1200px) {
	/* Helpers */

	.pull-lg-right {
		float: right;
	}

	/* Section Projects */

	.section-projects .filter-content {
		margin-top: 0;
	}

	/* Homepage v2 */

	.scrollable-testimonials .title-uppercase {
		margin-top: 22vh;
		margin-bottom: 0;
	}

	.scrollable-testimonials .vertical-centred {
		padding-top: 17rem;
		padding-bottom: 8rem;
	}

	.col-contact-info {
		border-left: 1px solid #cacaca;
	}

	/* Footer */

	.footer-flex .flex-item {
		-webkit-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
}

/* 5.4 Min width 1550px */

@media (min-width: 1550px) {
	.visible-xl {
		display: block !important;
	}
}

/* 5.5 Min Height 500px */

@media (min-height: 500px) {
	#pp-nav .pp-nav-up,
	#pp-nav .pp-nav-down {
		display: block;
	}
}

/* 5.6 Min Height 600px */

@media (min-height: 600px) {
	/* Sidebar Menu */

	.menu .menu-lang {
		top: 7rem;
	}

	.mobile-menu ul {
		top: 11rem;
	}

	.mobile-menu ul > li {
		font-size: 2.571rem;
	}

	.menu-footer {
		bottom: 6rem;
	}

	.menu-footer .copy {
		display: block;
	}
}

/* 5.7 Min Height 700px */

@media (min-height: 700px) {
	/* Homepage v2 */

	.copy-bottom {
		display: block;
	}

	.lang-bottom {
		display: block;
	}
}
