.btn {
	background-color: #fa836a;
	/* color: #1031eb9a; */
	font-weight: bold;


}

.custom-list-style>li {
	color: #1031eb9a;
}

hr {
	border-top: 1px solid #000;
	width: 50%;
}

a {
	color: #000;
}

a:link {
	text-decoration: none;
}

.box1 {
	background: rgb(76, 175, 80, 0.6);
}

.box2 {
	background: rgb(192, 192, 200, 0.6);
}

.box3 {
	background: rgb(255, 0, 0, 0.6);
	;
}



#author a {
	color: #fff;
	text-decoration: none;

}




.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}


.navbar-light .navbar- {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

/*
  .navbar-light .navbar-brand:focus,
  .navbar-light .navbar-brand:hover{
	color: #e46f0f88;
  }
  */
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
	color: #fa836a;
}

.dropdown-item.active {
	background-color: #1031eb9a;

}

.navbar-light .navbar-nav .navbar-link {
	color: #000;
}

.w-100 {
	height: 100vh;
}


.dropdown-item:hover {
	color: #fa836a;
}


.home .carousel-item {
	min-height: 100vh;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.home .carousel-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.home .carousel-item .container {
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.home .carousel-item h2 {
	font-size: 40px;
	color: #ffffff;
	margin: 0 0 10px;
	opacity: 0;
}

.home .carousel-item p {
	font-size: 25px;
	margin: 0;
	color: #eeeeee;
	opacity: 0;
}

.home .carousel-item.active h2 {
	animation: fadeInLeft 0.5s ease forwards;
}

.home .carousel-item.active p {
	animation: fadeInRight 0.5s ease forwards;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-30px);
	}

	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(30px);
	}

	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.home .carousel-controls {
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 10;
	transform: translateX(-50%);
}

.home .carousel-indicators {
	position: relative;
	margin: 0;
}

.home .carousel-indicators li {
	height: 70px;
	width: 70px;
	margin: 0 5px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	border: 3px solid transparent;
	transition: all 0.3s ease;
}

.home .carousel-indicators li.active {
	border-color: #ffffff;
	transform: scale(1.2);
}

.home .carousel-control-next,
.home .carousel-control-prev {
	height: 60px;
	width: 60px;
	opacity: 1;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: all 0.3s ease;
}

.home .carousel-control-next:hover,
.home .carousel-control-prev:hover {
	box-shadow: 0 0 10px #ffffff;
}

.home .carousel-control-next img,
.home .carousel-control-prev img {
	width: 30px;
}

.home .carousel-control-next {
	right: -90px;
}

.home .carousel-control-prev {
	left: -90px;
}


.mySection {
	padding: 5rem 0;
}

.mySection h2.s-heading {
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: "Monserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.mySection h3.s-subheading {
	font-size: 1rem;
	font-weight: 600;
	font-style: italic;
	font-family: "Roboto Slab"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



/* Portfolio start */
#portfolio .p-item {
	max-width: 26rem;
	margin-left: auto;
	margin-right: auto;
}

#portfolio .p-item .p-link {
	position: relative;
	display: block;
	margin: 0 auto;
}

#portfolio .p-item .p-link .p-hover {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(21, 22, 23, 0.75);
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;

}

#portfolio .p-item .p-link .p-hover .ph-content {
	font-size: 6.3rem;
}

#portfolio .p-item .p-link:hover .p-hover {
	opacity: 1;
}

#portfolio .p-item .p-caption .pc-heading {
	font-size: 1.5rem;
	font-family: "Moonserrat", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	margin-bottom: 0;
	font-weight: 700;
}

#portfolio .p-item .p-caption .pc-subheading {
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	margin-bottom: 0;
	font-weight: 700;
}

/* MODAL */
.p-modal .modal-dialog {
	margin: 1rem;
	max-width: 100vw;
}

.p-modal .modal-content h2 {
	font-size: 3rem;
	line-height: 3rem;
}

.p-modal .modal-content .p-intro {
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.p-modal .close-modal {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	background-color: transparent;
}

.p-modal .close-modal:hover {
	opacity: 0.5;
}



@media(min-width:768px) {
	.btn {
		padding: 10px;
		font-size: 20px;


	}


	.navbar-nav {
		text-align: center;
	}

	.dropdown-menu {
		display: block;
		opacity: 0;
		transition: all 0.6s;
		color: #fa836a;


	}


	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
		opacity: 1;
		color: #fa836a;
		pointer-events: none;
		cursor: pointer;

	}



	.p-modal .close-modal {
		width: 2rem;
		height: 2rem;

	}

	.p-modal .modal-content h2 {
		font-size: 2rem;
		line-height: 2rem;
	}

}



@media(max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}

	.home .carousel-control-next,
	.home .carousel-control-prev {
		display: none;
	}

	.home .carousel-indicators li {
		height: 60px;
		width: 60px;
	}

	.home .carousel-item h2 {
		font-size: 45px;
	}

	.home .carousel-item p {
		font-size: 22px;
	}

}



/* __________________________________________________ */



.section-margin {
	margin-top: 120px;
	margin-bottom: 120px;
}

.section {
	/* float: left; */
	width: 100%;
}

.m-b-n30 {
	margin-bottom: -30px;
}

.service-layer-image {
	position: relative;
	height: 300px;
}

.about-image {
	max-width: 530px;
}

.service-layer-image .about-image-1 {
	-webkit-box-shadow: #fa836a 0px 0px 41px;
	box-shadow: #074fef 0px 0px 41px;
	border-radius: 50px;
}

.service-layer-image .about-image-2 {
	position: absolute;
	right: 0px;
	top: 255px;
}

.mw-100 {
	max-width: 100% !important;
}

h2 {
	/*     font-family: "Vidaloka", serif; */
	font-weight: 600 !important;
	line-height: 1.2;
	color: #fa836a;
	font-size: 36px;

}

.about-content span {
	position: relative;
	margin-top: 200px;
	padding-bottom: 30px;
	display: block;
}

p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #8a8a8a;
	line-height: 2;
}

.section-heading h5 {
	color: #fa836a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 22px;
	text-transform: uppercase;
	display: inline-block;
}

.section-heading h2 {
	color: #fa836a;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

/* button */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

button {
	padding: 12px 24px;
	background-color: #fa826a17;
	color: #fa836a;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	letter-spacing: 4px;
	overflow: hidden;
	transition: 0.5s;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
}

button:hover {
	background: #fa836a;
	color: #000000;
	box-shadow: 0 0 5px #fa836a,
		0 0 25px #fa836a,
		0 0 50px #fa836a,
		0 0 200px #fa836a;
	-webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}



/* ___________________________________ */



.carousel-item {
	min-height: 100vh;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.carousel-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.carousel-item .container {
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.carousel-item h2 {
	font-size: 40px;
	color: #ffffff;
	margin: 0 0 10px;
	opacity: 0;
}

.carousel-item p {
	font-size: 25px;
	margin: 0;
	color: #eeeeee;
	opacity: 0;
}

.carousel-item.active h2 {
	animation: fadeInLeft 0.5s ease forwards;
}

.carousel-item.active p {
	animation: fadeInRight 0.5s ease forwards;
}


.carousel-controls {
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 10;
	transform: translateX(-50%);
}

.carousel-indicators {
	position: relative;
	margin: 0;
}

.carousel-indicators li {
	height: 70px;
	width: 70px;
	margin: 0 5px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	border: 3px solid transparent;
	transition: all 0.3s ease;
}

.carousel-indicators li.active {
	border-color: #ffffff;
	transform: scale(1.2);
}

.carousel-control-next,
.carousel-control-prev {
	height: 60px;
	width: 60px;
	opacity: 1;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: all 0.3s ease;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
	box-shadow: 0 0 10px #ffffff;
}

.carousel-control-next img,
.carousel-control-prev img {
	width: 30px;
}

.carousel-control-next {
	right: -90px;
}

.carousel-control-prev {
	left: -90px;
}



/* ___________________________________ */


body {
	margin: 0;
	font-family: sans-serif;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

.wrapper {
	width: 100vw;
	height: 300vh;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	box-sizing: content-box;
}

.homeSlider {
	height: 80vh;
	overflow: hidden;
	position: relative;
}

.homeSlider .slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	display: none;
	padding: 0 15px;
	animation: slide 2s ease;
}

.homeSlider .slide.active {
	display: flex;
}

@keyframes slide {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.container {
	max-width: 1170px;
	margin: auto;

}

.homeSlider .container {
	flex-grow: 1;
}

.homeSlider .caption {
	width: 50%;
}

.homeSlider .caption h1 {
	font-size: 42px;
	color: #000000;
	margin: 0;

}

.homeSlider .slide.active .caption h1 {
	opacity: 0;
	animation: captionText .5s ease forwards;
	animation-delay: 1s;
}

.homeSlider .caption p {
	font-size: 18px;
	margin: 15px 0 30px;
	color: #222222;
}

.homeSlider .slide.active .caption p {
	opacity: 0;
	animation: captionText .5s ease forwards;
	animation-delay: 1.2s;
}

.homeSlider .caption a {
	display: inline-block;
	padding: 10px 30px;
	background-color: #000000;
	text-decoration: none;
	color: #ffffff;
}

.homeSlider .slide.active .caption a {
	opacity: 0;
	animation: captionText .5s ease forwards;
	animation-delay: 1.4s;
}

@keyframes captionText {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}

	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.homeSlider .controls .prev,
.homeSlider .controls .next {
	position: absolute;
	z-index: 2;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	color: #ffffff;
	background-color: #fa836a;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
	transition: all .5s ease;
}

.homeSlider .controls .prev:hover,
.homeSlider .controls .next:hover {
	background-color: #fa836a;
}

.homeSlider .controls .prev {
	left: 0;
}

.homeSlider .controls .next {
	right: 0;
}

.homeSlider .indicator {
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 2;
	transform: translateX(-50%);
}

.homeSlider .indicator div {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #ffffff;
	background-color: #fa836a;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	margin: 0 3px;
}

.homeSlider .indicator div.active {
	background-color: #1f58d498;
}

/*responsive*/
@media(max-width: 767px) {
	.controls {
		display: none;
	}
}



/* ====================================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");








:root {
	--header-height: 3.5rem;
	--body-font: "Montserrat", sans-serif;
	--normal-font-size: .938rem;
	--font-regular: 400;
	--font-semi-bold: 600;
	--z-tooltip: 10;
	--z-fixed: 100;
}






ul {
	list-style: none;
}

a {
	text-decoration: none;
}


.container {
	max-width: 1120px;
	/* margin-inline: 1.5rem; */
}


.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	box-shadow: 0 2px 16px hsla(220, 32%, 8%, .3);
	z-index: var(--z-fixed);

}

/*=============== NAV ===============*/
.nav {
	height: var(--header-height);
}

.nav__logo,
.nav__burger,
.nav__close {
	color: var(--white-color);
}

.nav__data {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav__logo {
	display: inline-flex;
	align-items: center;
	column-gap: .25rem;
	font-weight: var(--font-semi-bold);
	/* Color highlighting when pressed on mobile devices */
	/*-webkit-tap-highlight-color: transparent;*/
}

.nav__logo i {
	font-weight: initial;
	font-size: 1.25rem;
}

.nav__toggle {
	position: relative;
	width: 32px;
	height: 32px;
}

.nav__burger,
.nav__close {
	position: absolute;
	width: max-content;
	height: max-content;
	inset: 0;
	margin: auto;
	font-size: 1.25rem;
	cursor: pointer;
	transition: opacity .1s, transform .4s;
}

.nav__close {
	opacity: 0;
}




@media screen and (max-width: 1118px) {
	.nav__menu {
		position: absolute;
		left: 0;
		top: 2.5rem;
		width: 100%;
		height: calc(100vh - 3.5rem);
		overflow: auto;
		pointer-events: none;
		opacity: 0;
		transition: top .4s, opacity .3s;
	}

	.nav__menu::-webkit-scrollbar {
		width: 0;
	}

	.nav__list {
		background-color: white;
		padding-top: 1rem;
	}
}



.nav__link {
	color: var(--white-color);
	background-color: white;
	font-weight: var(--font-semi-bold);
	padding: 1.25rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color .3s;
}

.nav__link:hover {
	background-color: white;
}






/* Show menu */
.show-menu {
	opacity: 1;
	top: 3.5rem;
	pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
	opacity: 0;
	transform: rotate(90deg);
}

.show-icon .nav__close {
	opacity: 1;
	transform: rotate(90deg);
}



.dropdown__item {
	cursor: pointer;
}

.dropdown__arrow {
	font-size: 1.25rem;
	font-weight: initial;
	transition: transform .4s;
}

.dropdown__link,
.dropdown__sublink {
	padding: 1.25rem 1.25rem 1.25rem 2.5rem;
	color: #1031eb9a;
	background-color: white;
	display: flex;
	align-items: center;
	column-gap: .5rem;
	font-weight: var(--font-semi-bold);
	transition: background-color .3s;
}

.dropdown__link i,
.dropdown__sublink i {
	font-size: 1.25rem;
	font-weight: initial;
}

.dropdown__link:hover,
.dropdown__sublink:hover {
	background-color: white;
}

.dropdown__menu,
.dropdown__submenu {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease-out;
}

/* Show dropdown menu & submenu */
.dropdown__item:hover .dropdown__menu,
.dropdown__subitem:hover>.dropdown__submenu {
	max-height: 1000px;
	transition: max-height .4s ease-in;
}

.active-nav {
	color: #fa836a;
}

/* Rotate dropdown icon */
.dropdown__item:hover .dropdown__arrow {
	transform: rotate(180deg);
}

/*=============== DROPDOWN SUBMENU ===============*/
.dropdown__add {
	margin-left: auto;
}

.dropdown__sublink {
	background-color: white;
}

@media screen and (max-width: 340px) {
	/* .container {
        margin-inline: 1rem;
    } */

	.nav__link {
		padding-inline: 1rem;
	}
}

@media screen and (min-width: 1118px) {
	.container {
		margin-inline: auto;
	}

	.nav {
		height: calc(var(--header-height) + 2rem);
		display: flex;
		justify-content: space-between;
	}

	.nav__toggle {
		display: none;
	}

	.nav__list {
		height: 100%;
		display: flex;
		column-gap: 3rem;
	}

	.nav__link {
		height: 100%;
		padding: 0;
		justify-content: initial;
		column-gap: .25rem;
	}

	/* background-color: #1031eb9a; */
	.nav__link:hover {
		color: #fa836a;
	}

	.dropdown__item,
	.dropdown__subitem {
		position: relative;
	}

	.dropdown__menu,
	.dropdown__submenu {
		max-height: initial;
		overflow: initial;
		position: absolute;
		left: 0;
		top: 6rem;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s, top .3s;
	}

	.dropdown__link,
	.dropdown__sublink {
		padding-inline: 1rem 3.5rem;
	}

	.dropdown__subitem .dropdown__link {
		padding-inline: 1rem;
	}

	.dropdown__submenu {
		position: absolute;
		left: 100%;
		top: .5rem;
	}

	/* Show dropdown menu */
	.dropdown__item:hover .dropdown__menu {
		opacity: 1;
		top: 5.5rem;
		pointer-events: initial;
		transition: top .3s;
	}

	/* Show dropdown submenu */
	.dropdown__subitem:hover>.dropdown__submenu {
		opacity: 1;
		top: 0;
		pointer-events: initial;
		transition: top .3s;
	}
}