/* Google Font Import
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");

/* Common CSS
-----------------------------------------*/
html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Rajdhani", sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: "Rajdhani", sans-serif;
	font-weight: 500;
	margin: 0;
	color: #1d2143;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 20px;
}

a {
	font-family: "Rajdhani", sans-serif;
	text-decoration: none;
	cursor: pointer;
	color: #262B3E;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

p {
	font-family: "Rajdhani", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	position: relative;
	color: #4F4F67;
	white-space: pre-line;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

img {
	display: inline-block;
}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}

/* Section Padding CSS*/
.section-padding {
	padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 80px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 60px 60px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 50px 35px;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 50px 20px;
	}
}

/* Margin & Padding */
.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-150 {
	padding-top: 150px;
}

.pb-150 {
	padding-bottom: 150px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-30 {
	margin-bottom: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-120 {
	margin-top: 120px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mt-150 {
	margin-top: 150px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-50 {
	margin-left: 50px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-50 {
	margin-right: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-50 {
	padding-right: 50px;
}

.ml-auto {
	margin-left: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.spacer {
	margin-top: 100px;
}

/* Section Title */
.section-title {
	position: relative;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.section-title {
		margin-bottom: 0;
	}
}

.section-title h1 b {
	color: #C89D66;
	font-style: italic;
	font-weight: 600;
}

.section-title h2 {
	font-size: 60px;
	font-weight: 500;
	line-height: 65px;
	margin: 20px 0;
	color: #2f3140;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-title h2 {
		font-size: 55px;
		line-height: 60px;
		margin: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title h2 {
		font-size: 50px;
		line-height: 60px;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.section-title h2 {
		font-size: 35px;
		line-height: 40px;
		margin: 15px 0;
	}
}

.section-title h2 b {
	font-family: "Rajdhani", serif;
	color: #C89D66;
	font-style: italic;
	font-weight: 600;
}

.section-title h6 {
	font-size: 17px;
	font-weight: 600;
	color: #C89D66;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	padding-left: 15px;
}

.section-title h6:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 18px;
	background: #C89D66;
	top: 50%;
	left: 0;
	margin-top: -9px;
}

.text-black {
	color: #333;
}

/* Button Style */
.main-btn {
	display: inline-block;
	background: #C89D66;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 12px 30px;
	border: 2px solid #C89D66;
	border-radius: 7px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.main-btn:hover {
	background-color: #262B3E;
	border-color: #262B3E;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-btn {
		padding: 12px 12px;
	}
}

.main-btn.transparent {
	background: transparent;
	color: #fff;
	margin-right: 20px;
	border: 2px solid #fff;
}

.main-btn.transparent:hover {
	background-color: #C89D66;
	border-color: #C89D66;
	color: #fff;
}

.main-btn.border-btn {
	background: #fff;
	color: #333;
	margin-right: 20px;
	border: 2px solid #C89D66;
}

.main-btn.border-btn:hover {
	background-color: #C89D66;
	border-color: #C89D66;
	color: #fff;
}

/* Form Style CSS */
input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	padding: 13px 20px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 20px;
	border-radius: 7px;
}

textarea {
	height: 135px;
	resize: none;
}

input[type=submit],
button[type=submit] {
	border: none;
	border-radius: 0;
	display: inline-block;
	background: #C89D66;
	color: #fff;
	padding: 15px 30px;
	width: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	border-radius: 7px;
	margin: 20px 0;
}

input[type=submit]:hover,
button[type=submit]:hover {
	background: #C89D66;
	color: #fff;
}

input::placeholder,
textarea::placeholder {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

input.form-control {
	padding: 12px 20px;
	line-height: 1.2;
}

/* Bootstrap CSS*/
.navbar-toggler-icon {
	background-image: none;
}

/* Background Color & Overlay CSS
============== */

.sky-bg {
	background: #EBF1ED;
}

.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #191f2d;
	opacity: 0.9;
	top: 0;
	left: 0;
	z-index: -1;
}

/* Pre-Loader CSS
============== */

#preloader {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -webkit- flex;
	display: -ms- flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	background: #ffffff;
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#circle_loader {
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-top-color: #1F2839;
	border-right-color: #1F2839;
	border-bottom-color: #d5eaff;
	border-left-color: #d5eaff;
	border-radius: 50%;
	-webkit-animation: spinLoader 2s linear infinite;
	animation: spinLoader 2s linear infinite;
}

@-webkit-keyframes spinLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Sticky CSS
============== */

.header-area .is-sticky .sticky-area {
	background: #fff;
	z-index: 999 !important;
	-webkit-animation: slideInDown 0.6s forwards;
	animation: slideInDown 0.6s forwards;
	margin-top: 0;
}

#header.header-area .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px rgba(76, 74, 74, 0.8705882353);
}

.header-area.absolute-header .is-sticky .sticky-area {
	background: #192336;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}

.header-area .is-sticky .navigation {
	margin-top: 0;
}

/* Header Area
============== */

.header-area .logo img {
	margin: 17px 0;
	max-height: 60px;
	height: auto;
	width: auto;
	object-fit: contain;
}

.header-area .logo-pibr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.header-area .logo-pibr img {
    margin: 0;
    max-height: 40px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.header-area .navigation {
	padding: 0px 30px;
	height: 90px;
	position: relative;
	z-index: 9;
}

#header.header-area .navigation {
	background: #1C212E;
}

/* Main Menu
============== */

.main-menu .navbar {
	padding: 0;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 40px;
}

.main-menu li.nav-item:last-child {
	margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: block;
	padding: 35px 0;
	letter-spacing: 1px;
}

.main-menu .navbar-nav .nav-link {
	padding: 35px 0;
}

.main-menu .navbar-nav .nav-link.active {
	color: #C89D66;
}

.main-menu li.nav-item:hover>a {
	color: #968064;
}

/* Slider CSS
==================*/

.single-slide-item {
	background-image: url(../img/slider/1.jpeg);
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	color: #fff;
	width: 100%;
	height: 700px;
	display: table;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.single-slide-item {
		height: 600px;
		background-position: inherit;
	}
}

.single-slide-item .hero-area-content {
	display: table-cell;
	vertical-align: middle;
}

.single-slide-item h1 {
	color: #fff;
	font-size: 95px;
	font-weight: 600;
	line-height: 95px;
	letter-spacing: 1px;
	margin: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-slide-item h1 {
		font-size: 75px;
		line-height: 85px;
	}
}

@media (max-width: 767px) {
	.single-slide-item h1 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-slide-item h1 {
		font-size: 50px;
		line-height: 60px;
	}
}

.single-slide-item p {
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 30px;
}

#home.homepage-slides {
	margin-top: -50px;
	z-index: -1;
}

#home .single-slide-item {
	height: 900px;
}

/* About Section
============== */

.about-area {
	position: relative;
}

.about-area .section-title {
	margin-bottom: 30px;
}

.about-content-area {
	padding-left: 30px;
	padding-right: 30px;
}

.about-content-area .section-title h2 {
	position: relative;
}

#about .about-content-area .section-title h2 {
	position: relative;
	font-size: 55px;
	line-height: 60px;
}

@media (max-width: 767px) {
	#about .about-content-area .section-title h2 {
		position: relative;
		font-size: 40px;
		line-height: 55px;
	}
}

.about-key {
	overflow: hidden;
}

.about-key li {
	margin-bottom: 16px;
	float: left;
	width: 50%;
}

.about-key li i {
	position: relative;
}

.about-key li i:before {
	font-size: 25px;
	color: #C89D66;
	margin-right: 10px;
	position: absolute;
	top: -18px;
}

.about-key li p {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	color: #262B3E;
	position: relative;
	padding-left: 35px;
	margin: 0;
}

.about-bg {
	width: 100%;
	height: 100%;
}

.about-bg img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 5px;
	box-shadow: 0 1px 73px 0 rgba(38, 43, 62, 0.1);
}

/* Service Section
============== */

.service-icon i:before {
	font-size: 50px;
	color: #C89D66;
}

.single-serv-bg {
	height: 325px;
}

#service .single-serv-area {
	height: 325px;
	padding: 40px;
	margin-top: 0;
	text-align: center;
	background: #fff;
	box-shadow: none;
	transition: 0.3s;
}

.single-serv-area h5 {
	font-size: 24px;
	margin: 20px 0;
}

#service .serv-icon i:before {
	color: #002C42;
}

#service .single-serv-area a.read-more {
	margin: 12px 0 0;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}

#service .single-serv-area:hover {
	background: #C79C66;
}

#service .single-serv-area:hover .service-icon i:before {
	color: #fff;
}

#service .single-serv-area:hover h5 {
	color: #fff;
}

#service .single-serv-area:hover a.read-more {
	color: #fff;
}

#service .single-serv-area:hover p {
	color: #fff;
}

/* Contact Section
============== */

.contact-section {
	background-image: url(../img/footer/footer-bg.jpeg);
	background-attachment: fixed;
	background-color: rgba(25, 31, 45, 1);
	background-blend-mode: overlay;
}

.contact-content {
	margin-top: 50px;
}

.contact-section h2 {
	color: #fff;
}

.contact-section p {
	color: #c5bfbf;
}

.contact-section .contact-info i {
	font-size: 30px;
	margin-left: 0;
	background: #C79C65;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	float: left;
}

.contact-inner {
	margin-bottom: 30px;
}

.contact-inner h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-left: 100px;
}

.contact-inner p {
	padding-left: 100px;
}

.contact-section button.main-btn {
	border: none;
}

.contact-section button.main-btn:hover {
	background: #25283a;
	color: #fff;
}

.contact-section .section-title h2 {
	color: #fff;
}

.contact-form .main-btn {
	border-radius: 0;
	border: none;
	margin: 40px 0;
}

.contact-section input,
.contact-section textarea {
    color: #fff;
}

/* Footer Section
============== */

.footer-area {
	background-color: #192336;
	color: #fff;
}

.footer-area h6 {
	font-size: 18px;
	color: #fff;
	margin: 20px 0;
}

.footer-area p {
	font-size: 16px;
	margin-top: 14px;
	margin-left: 0;
	color: #eee;
}

.footer-area ul li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #d7d7d7;
	padding: 7px 0;
}

.footer-area ul li a:hover {
	color: #C89D66;
}

.footer-area img {
	max-width: 393px;
}

@media (max-width: 767px) {
	.footer-area {
		text-align: center;
	}
	.footer-area .contact-info {
		text-align: center;
	}
	.map-container {
		height: 250px;
		margin-top: 30px;
	}
}

.footer-area .contact-info {
	text-align: left;
}

.contact-info p {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.map-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.google-map {
	height: 100%;
	width: 100%;
}

.footer-up {
	padding: 60px 0;
	padding-top: 80px;
}

.footer-bottom {
	background: #192336;
	padding: 20px 0;
}

.footer-bottom p {
	font-size: 16px;
	color: #95999e;
	margin-bottom: 0;
}

.footer-bottom a {
	font-size: 16px;
	color: #95999e;
	font-weight: 400;
}

.footer-bottom p.privacy {
	text-align: center;
}

.copyright-area {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.copyright-area {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.copyright-area {
		text-align: center;
	}
}

/* Promo Section
============== */
.single-promo-item {
	text-align: center;
	padding: 50px;
	position: relative;
	z-index: 1;
	background: #191D33;
	height: 280px;
	margin-top: -120px;
	transition: 0.5s;
}

.single-promo-item h5 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin: 30px 0 25px;
}

.single-promo-item p {
	color: #fff;
	font-weight: 400;
}

.single-promo-item.spro {
	background: #C79C65;
	color: #fff;
}

.single-promo-item.spro h5 {
	color: #fff;
}

.single-promo-item.spro p {
	color: #fff;
}

.single-promo-item.spro .promo-icon {
	color: #fff;
}

.single-promo-item.spro .promo-icon i:before {
	color: #fff;
}

.single-promo-item i {
	position: relative;
}

.promo-icon i:before {
	font-size: 50px;
	font-weight: 400;
	color: #C79C65;
}