/*fonts-css-start---*/
        
@font-face {
    font-family: 'Archivo-Regular';
    src: url('./fonts/Archivo-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Bold';
    src: url('./fonts/Archivo-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-MediumItalic';
    src: url('./fonts/Archivo-MediumItalic.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo-Italic';
    src: url('./fonts/Archivo-MediumItalic.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo-Medium';
    src: url('./fonts/Archivo-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo-SemiBold';
    src: url('./fonts/Archivo-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('./fonts/BebasNeue-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('./fonts/Montserrat-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Archivo-Regular';
}

h2 {
	font-size: 40px;
	font-family: "Archivo-Bold";
}
h3 {
	font-size: 26px;
	font-family: "Archivo-Medium";
}
h4 {
	font-size: 20px;
	line-height: 30px;
	font-family: "Archivo-MediumItalic";
}
span {
	font-size: 20px;
	line-height: 26px;
	font-family: "Archivo-SemiBold";
}
p {
	font-size: 16px;
	line-height: 28px;
}

.bg-green {
	background-color: #248073;
	color: #fff;
}
.bg-yellow {
	background-color: #EE980F;
	color: #171717;
	padding: 30px;
}
.bg-yellow span {
	color: #791146;
	position: relative;
	padding-right: 10px;
	display: table;
}
.bg-yellow span::after {
	content: "";
	border-bottom: 2px solid #791146;
	width: 50px;
	position: absolute;
	bottom: 11px;
	margin-left: 15px;
}
.bg-dark-pink {
	background-color: #791146;
	color: #fff;
}

.top-head {
	padding: 10px 0;
}
.top-head li {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
}
.top-head .right {
	height: 100%;
	display: flex;
	justify-content: end;
}
.top-head a:hover,
.parallex-footer a:hover {
	text-decoration: none;
}
.top-head .right ul {
	margin: 0;
  	align-items: center;
  	justify-content: end;
  	height: 100%;
  	gap: 25px;
}
.top-head .right ul li a {
	color: #171717;
	font-size: 15px;
	display: flex;
  	align-items: center;
}
.top-head .right ul li i {
	font-size: 20px;
}

.parallex-sec .bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	position: relative;
	color: #fff;
	background-attachment: fixed;
	background-position: center ,center;
}
.parallex-sec .bg-img h2 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.parallex-sec .bg-img h2:before {
	content: "";
	border-bottom: 1px solid #fff;
	width: 160px;
	position: absolute;
	bottom: 0px;
}
.parallex-sec .bg-img h3 {
	margin-bottom: 0;
	color: #FFA412;
}
.parallex-sec .bg-img:before {
	content: "";
	background-color: #0009;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.parallex-sec .bg-img .container {
	height: 100%;
}
.parallex-sec .bg-img .col-md-12 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.parallex-1 .carousel-control-next, .parallex-1 .carousel-control-prev {
	width: 60px;
	height: 60px;
	opacity: 1;
	background-color: #fff;
	border-radius: 50%;
	top: 50%;
}
.parallex-1 .carousel-control-prev {
	left: 30px;
}
.parallex-1 .carousel-control-prev span {
	background-image: url('img/left-arrow.svg');
	background-repeat: no-repeat;
}
.parallex-1 .carousel-control-next span {
	background-image: url('img/right-arrow.svg');
	background-repeat: no-repeat;
}
.parallex-1 .carousel-control-next {
	right: 30px;
}
.parallex-1 .carousel-item .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}
.parallex-1 .carousel-item .slider-bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(100vh - 80px);
	background-attachment: fixed;
	background-position: center top;
}
.parallex-1 .carousel-item .slider01 {
	background-image: url('img/Saedi Home.png');
}
.parallex-1 .carousel-item .slider02 {
	background-image: url('img/Frame 18.png');
}
.parallex-1 .carousel-item .slider03 {
	background-image: url('img/Frame 19.png');
}
.parallex-1 .carousel-item .slider04 {
	background-image: url('img/Frame 20.jpg');
}
.parallex-1 .carousel-item .slider01 + .slider-text h2 {
	display: flex;
	align-items: baseline;
	color: #fff;
	font-family: "Archivo-Medium";
	margin-bottom: 0;
	justify-content: center;
}
.parallex-1 .carousel-item .slider01 + .slider-text h1 {
	color: #FFA412;
	font-size: 100px;
	letter-spacing: -10px;
	font-family: "Archivo-Bold";
	font-weight: bold;
}
.parallex-1 .carousel-item .slider-text .border {
	border-radius: 50%;
	width: 180px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #FFA412;
	border-color: #FFA412 !important;
	margin: 70px auto 70px;
	position: relative;
}
.parallex-1 .carousel-item .slider-text .action-block .border {
	background-color: #248073;
  border-color: #248073 !important;
}
.parallex-1 .carousel-item .slider-text .action-block .border::before {
	border: 4px solid #248073;
}
.parallex-1 .carousel-item .slider-text .action-block .border h2,
.parallex-1 .carousel-item .slider-text .action-block .border h3 {
	color: #fff;
}
.row.gap-50 {
	gap: 50px;
	justify-content: center;
}
.parallex-1 .carousel-item .slider-text .border::before {
	content: "";
	border: 4px solid #FFA412;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	left: -11px;
	top: -11px;
	position: absolute;
}
.parallex-1 .carousel-item .slider-text .border h2 {
	color: #791146;
	font-size: 80px;
	margin-bottom: 0;
	font-family: "BebasNeue-Regular";
}
.parallex-1 .carousel-item .slider-text .border h3 {
	font-family: "Archivo-Bold";
	color: #171717;
}
.parallex-1 .carousel-item .slider-text h2 span {
	font-size: 50px;
	font-family: "Archivo-Bold";
	color: #FFA412;
}
.parallex-1 .carousel-item .slider-text h1 {
	font-size: 70px;
	font-family: "Archivo-Bold";
}
.parallex-1 .carousel-item .slider-text h1 span {
	font-size: 70px;
	font-family: "Archivo-Bold";
	color: #FFA412;
}
.parallex-1 .carousel-item .slider03.slider-bg-img + .slider-text {
	position: absolute;
  	top: 150px;
  	left: 50%;
  	transform: translate(-50%);
}
.parallex-2 {
	padding: 120px 0 90px;
	position: relative;
}
.parallex-2 h2 {
	margin-bottom: 120px;
}
.parallex-2 p {
	margin-bottom: 24px;
	font-style: italic;
}
.parallex-2 p img {
	position: relative;
  	top: -10px;
}
.parallex-2 .left-img img {
	box-shadow: -20px 20px 0px 0px #EE980F;
}
.parallex-2 .left-img .padd_15 {
	position: sticky;
  	top: 0;
}
.parallex-2 span {
	color: #FFA412;
	margin-top: 60px;
	display: table;
}
.parallex-2 .quote-close {
	position: absolute;
	right: -8%;
	bottom: -120px;
	z-index: 9;
}
.parallex-2 .dots {
	position: absolute;
	left: 0;
	top: 130px;
}
.parallex-3,
.parallex-5,
.parallex-7,
.parallex-8 {
	padding-bottom: 120px;
}
.parallex-3 .bg-dark-pink {
	height: 560px;
	padding-top: 120px;
	position: relative;
}
.decoration {
	position: absolute;
	top: -50px;
}
.parallex-3 .bg-yellow {
	margin-top: 30px;
}
.parallex-3 .sec-overlay {
	margin-top: -200px;
}
.parallex-4 .bg-green {
	padding-top: 120px;
	position: relative;
}
.parallex-4 .align-center,
.parallex-6 .align-center {
	display: flex;
  	justify-content: center;
  	flex-direction: column;
}
.parallex-4 .two-column-img {
	margin: 60px 0 120px;
}
.parallex-5 .bg-dark-pink,
.parallex-8 .bg-green {
	padding: 120px 0 230px;
	position: relative;
}
.parallex-5 .bg-yellow,
.parallex-8 .bg-yellow {
	margin-top: -180px;
	position: relative;
}
.parallex-5 .bg-dark-pink p,
.parallex-8 .bg-green p {
	margin-bottom: 60px;
}
.parallex-6 .bg-green {
	padding: 120px 0 60px;
	position: relative;
}
.parallex-6 .ius-bottom {
	padding: 60px 0 120px;
}
.parallex-6 .ius-bottom .bg-yellow {
	margin-top: 60px;
}
.parallex-7 .bg-dark-pink {
	height: 480px;
	padding-top: 120px;
	position: relative;
}
.parallex-7 .bg-yellow {
	margin-top: -230px;
	position: relative;
}

.parallex-3 .bg-img {
	background-image: url("img/bg-01.png");
}
.parallex-4 .bg-img {
	background-image: url("img/bg-02.png");
}
.parallex-5 .bg-img {
	background-image: url("img/bg-03.png");
}
.parallex-6 .bg-img {
	background-image: url("img/bg-04.png");
}
.parallex-7 .bg-img {
	background-image: url("img/bg-05.png");
}
.parallex-8 .bg-img {
	background-image: url("img/bg-06.png");
}


.parallex-footer {
	background-color: #171717;
	padding: 60px 0 30px;
}
.parallex-footer ul {
	justify-content: center;
	gap: 25px;
	color: #898989;
}
.parallex-footer ul li {
	list-style: none;
	display: flex;
  	align-items: center;
  	gap: 10px;
}
.parallex-footer ul li a,
.parallex-footer p {
	color:#898989;
	font-size: 15px;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	font-family: 'Montserrat-Medium';
}
.parallex-footer ul li a i {
	font-size: 19px;
}
.parallex-footer hr {
	border-color: #2C2C2C;
}
.parallex-footer .top-btn {
	cursor: pointer;
	display: table;
	margin: 50px auto 0;
}
.parallex-footer .top-btn span {
	color:#898989;
	font-size: 15px;
	display: block;
	font-family: 'Montserrat-Medium';
}
.parallex-footer .top-btn img {
	margin-bottom: 8px;
}

.parallex-footer .up {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}
.celebrating-banner-1 {
	overflow: hidden;
}
.celebrating-banner-1 .carousel-item .slider01 {
	background-image: url('img/Leaf BG.png');
	background-repeat: no-repeat;
	height: 550px;
  	background-attachment: inherit;
	padding: 50px 0;
	position: relative;
}
.celebrating-banner-1 .carousel-inner {
	overflow: inherit;
}
.celebrating-banner-1 .carousel-item .slider-text {
	z-index: 9;
}
.celebrating-banner-1 .carousel-item .slider01::after {
	content: "";
	background-image: url('img/Left.png');
	width: 364px;
	height: 298px;
	position: absolute;
	top: -0;
	z-index: 9;
	right: 0;
}
.celebrating-banner-1 .carousel-item .slider01::before {
	content: "";
	background-image: url('img/right.png');
	width: 364px;
	height: 298px;
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 0;
}
.celebrating-banner-1 .carousel-item .slider01 + .slider-text h1 {
	color: #fff;
	letter-spacing: 0;
}
.celebrating-banner-1 .carousel-item .slider01 + .slider-text h2 {
	color: #FFA412;
	font-family: "Archivo-Bold";
}
.celebrating-banner-2 .carousel-item .slider-bg-img {
	height: 700px;
  	background-attachment: inherit;
	background-image: none;
	background-color: #248073;
	padding: 50px 0;
}
.celebrating-banner-2 .carousel-item .slider-text .border {
	background-color: transparent;
  	border-color: transparent !important;
	width: auto !important;
	height: 312px !important;
	border-radius: 0;
	background-size: contain;
	background-position: center;
}
.celebrating-banner-2 .carousel-item .slider-text .border.leaf-1 {
	background-image: url("img/leaf-1.svg");
	background-repeat: no-repeat;
}
.celebrating-banner-2 .carousel-item .slider-text .border.leaf-2 {
	background-image: url("img/leaf-2.svg");
	background-repeat: no-repeat;
}
.celebrating-banner-2 .carousel-item .slider-text .border.leaf-3 {
	background-image: url("img/leaf-3.svg");
	background-repeat: no-repeat;
}
.celebrating-banner-2 .carousel-item .slider-text .border.leaf-4 {
	background-image: url("img/leaf-4.svg");
	background-repeat: no-repeat;
}
.celebrating-banner-2 .carousel-item .slider-text .border h2,
.celebrating-banner-2 .carousel-item .slider-text .border h3 {
	color: #fff;
}
.celebrating-banner-2  .carousel-item .slider-text .border::before {
	display: none;
}
.celebrating-banner-2 .carousel-item .slider-text h2 span {
	color: #ffb07f;
}
.celebrating-banner-2 .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.celebrating-banner-2 .owl-theme .owl-nav [class*=owl-] {
	background-color:#791146;
	color:#fff;
	width:40px;
	height:40px;
	border-radius:50%;
	position: absolute;
}
.celebrating-banner-2 .owl-theme .owl-nav .owl-prev {
	left: -50px;
}
.celebrating-banner-2 .owl-theme .owl-nav .owl-next {
	right: -50px;
}
.celebrating-banner-2 .owl-theme .owl-nav [class*=owl-] span {
     font-size: 40px;
     line-height: 40px;
}
.our_projects h1 {
	background-color: #248073;
	margin: 0;
	padding: 40px 0;
	font-size: 80px;
	font-family: "Archivo-Bold";
	color: #fff;
}
.our_projects.parallex-sec .bg-img h3 {
	color: #a2cee7;
}
.our_projects.parallex-sec .bg-yellow {
	background-color: #a2cee7;
	position: relative;
}
.our_projects.parallex-sec .bg-yellow .quote-img {
	position: absolute;
	top: -30px;
	left: -100px;
}

.report-here.bg-dark-pink {
	padding: 40px 0;
}
.report-here.bg-dark-pink h2 {
	margin: 0;
	font-size: 55px;
}
.report-here.bg-dark-pink .yellow {
	background-color: #e19300;
	display: flex;
	align-items: center;
	flex: 1;
	z-index: 9;
}
.report-here.bg-dark-pink .align-center {
	display: flex;
	align-items: center;
	position: static;
}
.report-here.bg-dark-pink .align-center::before {
	content: "";
	background-color: #e19300;
	height: 240px;
	position: absolute;
	left: 0;
	width: 247px;
	z-index: 0;
}

.reel-sec {
	background-image: url('img/bg-05.png');
  height: 100vh;
  background-attachment: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  padding: 50px 0;
  position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	background-attachment: fixed;
}
.reel-sec .leaf-bg {
	width: 100%;
	background-image: url('img/Leaf BG.png');
	text-align: center;
	padding: 40px 0;
	color: #fff;
}
.reel-sec .leaf-bg h2 {
	font-size: 50px;
}
.reel-sec .leaf-bg iframe {
	border: 15px solid #fff;
  border-radius: 60px;
	width: 40%;
}

@-webkit-keyframes uparrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(-0.4em); opacity: 0.9 }
}

@media(max-width:1600px) {
	.parallex-2 .quote-close {
		right: 0%;
	}
	.our_projects.parallex-sec .bg-yellow .quote-img {
		top: -30px;
		left: -40px;
		width: 80px;
	}
}
@media(min-width:1440px) {
	h2 {
		font-size: 50px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 24px;
		line-height: 34px;
	}
	span {
		font-size: 24px;
		line-height: 30px;
		font-family: "Archivo-SemiBold";
	}
	.reel-sec .leaf-bg iframe {
		width: 30%;
	}
	p {
		font-size: 18px;
		line-height: 32px;
	}
	.bg-yellow {
		padding: 50px;
	}
	.container {
		max-width: 1440px;
	}
	.parallex-sec .bg-img {
		height: 650px;
	}
	.top-head .right ul {
		gap: 35px;
	}
	.parallex-1 .carousel-item .slider-text .border::before {
		width: 265px;
		height: 265px;
		left: -14px;
		top: -14px;
	}
	.parallex-1 .carousel-item .slider-text .border {
		width: 240px;
		height: 240px;
	}
	.parallex-1 .carousel-control-prev {
		left: 70px;
	}
	.parallex-1 .carousel-control-next {
		right: 70px;
	}
	.bg-yellow span::after { 
		bottom: 14px;
	}
}

@media(max-width:1199px) {
	.parallex-1 .carousel-item .slider-text .action-block .border {
		width: 140px;
  		height: 140px;
	}
	.parallex-1 .carousel-item .slider-text .action-block .border::before { 
		width: 160px;
  		height: 160px;
	}
	.parallex-sec .bg-img {
		height: 400px;
	}
	.parallex-1 .carousel-item .slider-text h1,
	.parallex-1 .carousel-item .slider-text h1 span {
		font-size: 50px;
	}
	.parallex-1 .carousel-item .slider-text .border h2 {
		font-size: 50px;
	}
	.parallex-1 .carousel-item .slider-text .border h3 {
		font-size: 20px;
	}
	.parallex-1 .carousel-item .slider-text h2 span {
		font-size: 40px;
	}
}

@media(max-width:992px) {
	h2 {
		font-size: 30px;
		font-family: "Archivo-Bold";
	}
	h3 {
		font-size: 22px;
		font-family: "Archivo-Medium";
	}
	h4 {
		font-size: 18px;
		line-height: 24px;
		font-family: "Archivo-MediumItalic";
	}
	span {
		font-size: 16px;
		line-height: 22px;
		font-family: "Archivo-SemiBold";
	}
	.bg-yellow {
		padding: 20px;
	}
	.reel-sec .leaf-bg iframe {
		width: 60%;
	}
	.parallex-sec .bg-img {
		height: 300px;
	}
	.parallex-1 .carousel-item .slider-text h2 span {
		font-size: 30px;
	}
	.parallex-1 .carousel-item .slider-text h1, .parallex-1 .carousel-item .slider-text h1 span {
		font-size: 40px;
	}
	.parallex-1 .carousel-item .slider01 + .slider-text h1 {
		font-size: 70px;
		letter-spacing: -8px;
	}
	.parallex-1 .carousel-item .slider01 + .slider-text h2 > img {
		width: 130px;
	}
	.parallex-1 .carousel-item .slider-text .border {
		width: 140px;
		height: 140px;
	}
	.parallex-1 .carousel-item .slider-text .border::before {
		width: 160px;
		height: 160px;
		left: -11px;
		top: -11px;
	}
	.parallex-1 .carousel-control-next, .parallex-1 .carousel-control-prev {
		width: 40px;
		height: 40px;
	}
	.parallex-1 .carousel  a > span {
		width: 15px;
		height: 15px;
	}
	.parallex-2 {
		padding: 70px 0 60px;
	}
	.parallex-2 h2 {
		margin-bottom: 70px;
	}
	.parallex-3 .bg-dark-pink {
		padding-top: 60px;
		height: 540px;
	}
	.parallex-3, .parallex-5, .parallex-7, .parallex-8 {
		padding-bottom: 60px;
	}
	.parallex-4 .bg-green {
		padding-top: 70px;
	}
	.parallex-4 .two-column-img {
		margin: 30px 0 60px;
	}
	.parallex-5 .bg-dark-pink p, .parallex-8 .bg-green p {
		margin-bottom: 30px;
	}
	.parallex-5 .bg-dark-pink, .parallex-8 .bg-green {
		padding: 60px 0 210px;
	}
	.parallex-6 .bg-green {
		padding: 60px 0 30px;
	}
	.parallex-6 .ius-bottom {
		padding: 30px 0 60px;
	}
	.parallex-6 .ius-bottom .bg-yellow {
		margin-top: 30px;
	}
	.parallex-7 .bg-dark-pink {
		height: 430px;
		padding-top: 60px;
	}
	.top-head .right ul {
		gap: 15px;
	}
	.top-head li {
		gap: 5px;
	}
	.parallex-2 .quote-close {
		right: 0%;
		width: 150px;
		bottom: -80px;
	}
	.bg-yellow span::after { 
		bottom: 9px;
	}
	.row.gap-50 {
		gap: 30px;
	}
	.parallex-1 .carousel-item .slider-text .action-block .border {
		margin-bottom: 0;
	}
	.parallex-1 .carousel-item .slider-text .action-block:last-child .border {
		margin-top: 10px;
	}
}

@media (max-width:767px) {
	.top-head {
		text-align: center;
	}
	.top-head .right {
		height: auto;
		display: block;
	}
	.top-head .right ul {
		justify-content: center;
		margin-top: 10px;
	}
	.parallex-1 .carousel-item .slider-text .border {
		margin: 15px auto;
	}
	.parallex-1 .carousel-control-prev {
		left: 10px;
	}
	.parallex-1 .carousel-control-next {
		right: 10px;
	}
	.top-head .right ul li a {
		font-size: 13px;
	}
	.parallex-1 .carousel-item .slider01 + .slider-text h2 {
		font-size: 20px;
	}
	.parallex-1 .carousel-item .slider01 + .slider-text h2 > img {
		width: 100px;
	}
	.parallex-1 .carousel-item .slider01 + .slider-text h2 > img {
		width: 100px;
	}
	.our_projects h1 {
		font-size: 50px;
	}
	.report-here.bg-dark-pink h2 {
		font-size: 30px;
		text-align: center;
	}
	.report-here.bg-dark-pink .align-center .d-md-flex {
		position: relative;
	}
	.report-here.bg-dark-pink .yellow {
		padding: 20px;
  	width: 238px;
  	margin: 0 auto 120px;
	}
	.report-here.bg-dark-pink .align-center img {
		transform: translate(-50%,0) rotate(90deg);
		position: absolute;
		top: 52px;
		margin: 0 auto;
		display: block;
		left: 50%;
	}
	.report-here.bg-dark-pink .align-center::before {
		display: none;
	}
	.our_projects.parallex-sec .bg-yellow .quote-img {
		top: -45px;
		left: -12px;
		width: 70px;
	}
	.reel-sec .leaf-bg iframe {
		width: 90%;
	}
	.parallex-2 {
		padding: 40px 0 30px;
	}
	.parallex-2 .left-img img {
		box-shadow: -8px 8px 0px 0px #EE980F;
		position: sticky;
		top: 0;
		margin-bottom: 50px;
		z-index: 9;
	}
	.parallex-2 .left-img {
		display: contents;
	}
	.parallex-2 span {
		margin-top: 30px;
	}
	.parallex-2 h2 {
		margin-bottom: 40px;
		padding: 0 15px;
	}
	.parallex-2 .padd_15 {
		position: sticky;
		top: 10px;
		z-index: 9;
		padding: 0 15px;
	}
	.decoration {
		top: -30px;
		width: 70px;
	}
	.parallex-6.parallex-sec h2,
	.parallex-8.parallex-sec h2 {
		font-size: 24px;
	}
	.parallex-7 .bg-dark-pink {
		height: auto;
		padding-bottom: 60px;
	}
	.parallex-7 .bg-yellow {
		margin-top: -50px;
	}
	.parallex-7 .bg-yellow span {
		max-width: 250px;
	}
	.parallex-8 .bg-green img {
		margin-bottom: 20px;
	}
	.parallex-footer ul li a, .parallex-footer 	p {
		font-size: 14px;
	}
	.parallex-footer ul li {
		justify-content: center;
	}
	.parallex-footer .col-xl-5 ul.footer-top li {
		margin-top: 10px;
	}
	.parallex-footer {
		padding: 40px 0 20px;
	}
	.parallex-footer .top-btn {
		margin: 30px auto 0;
	}
	.parallex-2 .quote-close {
		right: 10px;
		width: 100px;
		bottom: -50px;
	}
	.parallex-3 .sec-overlay {
		margin-top: -100px;
	}
	.parallex-3 .bg-dark-pink {
		height: auto;
		padding-bottom: 100px;
	}
	.parallex-3 .sec-overlay img,
	.parallex-4 .two-column-img img,
	.parallex-5 .bg-dark-pink img {
		margin-bottom: 20px;
	}
	.celebrating-banner-1 .carousel-item .slider01::before {
		left: -150px;
		bottom: -100px;
	}
	.celebrating-banner-1 .carousel-item .slider01::after {
		right: -150px;
		top: -100px;
	}
}
