:root {
	--primary-color: #0f2e36;
	--background--main-blue: #20343f;
	--text-color--main-blue-opacity80: #20343fcc;
	--text-color--total-white: white;
	--text-color--main-white: #f1f3f4;
	--text-color--main-blue: #20343f;
		--white: #ffffff;
	--black: #000000;
}

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
	font-family: 'Playfair Display', serif;
}

body {
	padding: 0;
	margin: 0;
	background-color: var(--white);
	font-family: 'Lato', sans-serif;
}

.unset-row>.row {
	all: unset;
}

.justify-center-row>.row {
	justify-content: center;
}

.center-row > .row {
	align-items: center;
}

a {
	text-decoration: none;
}


/*Anchor link*/
:target {
	display: block;
	position: relative;
	top: -200px;
	visibility: hidden;
}

p {
	color: var(--text-color--main-blue-opacity80);
	font-family: Lato, sans-serif;
	font-size: 1.125rem;
	line-height: 1.6875rem;
}

.section {
	padding-top: 75px;
	padding-bottom: 75px;
}


.hero-section {
	width: 100%;
	height: 100vh;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-section .hero-content {
	text-align: center;
}

.hero-section .hero-content img {
	width: 150px;
}

.hero-section .hero-content h1 {
	color: #dbdcdf00;
	text-align: center;
	-webkit-text-fill-color: transparent;
	background-color: #dbdcdf;
	background-image: linear-gradient(0deg, #86878d, #dbdcdf 46%, #86878d 97%);
	-webkit-background-clip: text;
	background-clip: text;
	margin-top: 48px;
	margin-bottom: 0;
	font-size: 6.875rem;
	font-weight: bold;
	line-height: 1.3;
}

.hero-cta {
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
	display: flex;
}


.border-btn {
	border: 2px solid var(--white);
	width: 325px;
	max-width: 100%;
	color: var(--white);
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 25px 50px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: all 0.3s ease;
}

.border-btn:hover {
	transform: scale(1.05);
	color: var(--white);
}

.primary-btn {
	background-color: var(--background--main-blue);
	color: var(--text-color--total-white);
	text-transform: uppercase;
	border-radius: 4px !important;
	padding: 15px 60px;
	font-size: 1.5rem;
	font-weight: 300;
	text-decoration: none;
	transition: all 0.3s ease;
}

.primary-btn:hover {
	color: var(--white);
	opacity: .85;
}

.section-title {
	color: var(--background--main-blue);
	margin-top: 0;
	margin-bottom: 90px;
	font-size: 4rem;
	font-weight: bold;
}

.service-card {
	border: 1px solid var(--background--main-blue);
	background-color: var(--white);
	box-shadow: 0 2px 10px 0 var(--background--main-blue);
	border-radius: 12px;
	margin-bottom: 64px;
	overflow: hidden;
}

.service-card>.row {
	align-items: center;
}

.service-card img {
	width: 100%;
	height: 100%;
}

.service-card .card-content {
	padding: 50px 50px 20px 50px;
}

.service-card h4 {
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
}

.service-card .primary-btn {
	margin-top: 150px;
	margin-left: auto;
}

.overlap-section {
	position: relative;
}

.overlap-card {
	max-width: 75%;
	z-index: 1;
	border: 2px solid var(--background--main-blue);
	height: 100%;
	box-shadow: 0 2px 10px 0 var(--background--main-blue);
	border-radius: 12px;
	inset: 0% auto 0% 0%;
	padding: 50px;
}

.overlap-card .tagline {
	font-size: 1.125rem;
	margin-bottom: 5px;
}

.overlap-card h2 {
	margin-bottom: 20px
}

.overlap-card p {
	width: 70%;
	letter-spacing: .13rem;
	font-size: 1.5rem;
	line-height: 1.79938rem;
}

.overlap-section img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 45%;
	box-shadow: 0 0 10px 7px #0003;
	border-radius: 12px;
}

.post-title{
	color: var(--text-color--main-blue);
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.post_author_wrapper{
	display: flex;
	gap: 15px;
	align-items: center;
}

.post_author_wrapper img{
	width: 50px;
	border-radius: 50%;
	aspect-ratio: 1/1;
}

.post_author_name_and_date_wrapper{
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}

.post_author_name_and_date_wrapper a{
	color: var(--text-color--main-blue);
	font-size: 0.9rem;
}

.post_author_name_and_date_wrapper .primary-btn{
	font-size: 0.9rem;
	padding: 10px 20px;
}

.contact-us-card{
	background-color: var(--primary-color);
	background-image: url(./data/editor/pattern-bg.svg) , linear-gradient(#0f2e36, #0f2e36d9 29%, #2e4a5a99);
	padding: 35px;
	border-radius: 12px;
}

.contact-us-card h2{
	  color: #dbdcdf00;
	text-align: center;
	-webkit-text-fill-color: transparent;
	background-color: #dbdcdf;
	background-image: linear-gradient(0deg, #86878d, #dbdcdf 46%, #86878d 97%);
	-webkit-background-clip: text;
	background-clip: text;
	margin-bottom: 25px;
	font-size: 4rem;
	line-height: 1.3;
}

.contact-us-card *{
	color: var(--white)
}

.contact-us-card img{
	margin-bottom: 25px;
}

.contact-us-card .title.large{
	font-size: 2rem;
	margin-bottom: 15px;
}

.inner-banner{
	background-color: var(--primary-color);
	min-height: 400px;
	text-align: center;
	padding: 175px 25px 25px 25px;
}

.inner-banner h1{
	 color: #dbdcdf00;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #dbdcdf;
  background-image: linear-gradient(0deg, #86878d, #dbdcdf 46%, #86878d 97%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size:3.75rem;
  font-weight: bold;
  line-height: 1.3;
}

.service-detail:not(:last-child){
	padding-bottom: 35px;
	border-bottom: 1px solid var(--black);
	margin-bottom: 35px;
}

.service-detail .tagline{
	 color: var(--text-color--main-blue-opacity80);
  font-size: 1rem;
  line-height: 1.79938rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-detail h3{
  margin-bottom: 15px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.contact-us-wrapper{
	background-color: var(--primary-color);	
	padding-top: 400px;
	padding-bottom: 75px;
}

.contact-us-wrapper p{
	color: var(--white);
	text-align: center;
}

.inner-banner.blog h1{
	-webkit-text-fill-color: unset;
	background-image: unset;
	color: var(--white) ;
	text-align: left;
	line-height: 0.9;
}

.blog-content-wrapper{
	padding-left: 150px;
	margin-bottom: 25px;
}

.blog-content-wrapper .date{
	font-size: 14px;
}

.author-wrapper{
	background-color: var(--primary-color);
	padding: 50px 50px 50px 50px;
	text-align: center;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.author-wrapper img{
	width: 200px;
	border-radius: 50%;
	aspect-ratio: 1/1;
}

.author-wrapper .author-sm-btn{
	background-color: var(--white);
	padding: 3px 25px;
	width: 200px;
	border-radius: 12px;
	margin-top: 15px;
	font-size: 34px;
	color: #0077b5;
	margin-bottom: 25px;
	transition: all 0.3s ease;
}

.author-wrapper .author-sm-btn:hover{
	transform: scale(1.1);
}

.author-wrapper .author-name, .author-wrapper .author-position{
	color: var(--white);
	margin-bottom: 15px;
}

.author-wrapper .author-name{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.author-wrapper .author-position{
	font-size: 1.5rem;
	opacity: .8;
	border-bottom: 1px solid var(--white);
	padding-bottom: 25px;
	display: inline-block;
}

.author-wrapper .section-title{
	font-size: 2.25rem;
	color: var(--white);
	font-weight: 600;
}

.author-wrapper .post-latest-title{
	font-family: 'Playfair Display', serif;
	font-size: 1.5rem;
	color: var(--white);
	margin-bottom: 50px;
	margin-top: 15px;
}


/**Footer**/
.footer-wrapper{
	background-color:var(--primary-color);
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-logo{
	display: flex;
	gap: 15px;
	align-items: center;
}

.footer-logo img{
	width:50px;
}

.footer-logo h5{
	color: #dbdcdf00;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #dbdcdf;
  background-image: linear-gradient(0deg, #86878d, #dbdcdf 46%, #86878d 97%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}

.footer-wrapper .footer-listing li{
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.footer-wrapper .footer-listing li a{
	color: var(--white);
	font-size: 1rem;
	text-transform: uppercase;
}

.footer-wrapper .footer-listing li:hover{
	transform: scale(1.1);
}


@media (min-width: 768px) and (max-width: 991px) {

	p {
		font-size: 1rem;
	}

	.hero-section .hero-content h1 {
		font-size: 4.5rem;
	}

	.border-btn {
		font-size: 1.15rem;
	}

	.primary-btn {
		font-size: 1.15rem;
	}

	.section-title {
		font-size: 3rem;
	}

	.service-card h4 {
		font-size: 2rem;
	}

	.overlap-card .tagline {
		font-size: 1rem;
	}

	.overlap-card p {
		font-size: 1.2rem;
	}

	.post-title {
		font-size: 1.3rem;
	}

	.post_author_name_and_date_wrapper a {
		font-size: 0.9rem;
	}

	.post_author_name_and_date_wrapper .primary-btn {
		font-size: 0.85rem;
	}

	.contact-us-card h2 {
		font-size: 3rem;
	}

	.contact-us-card .title.large {
		font-size: 1.6rem;
	}

	.inner-banner h1 {
		font-size: 3rem;
	}

	.service-detail .tagline {
		font-size: 0.95rem;
	}

	.service-detail h3 {
		font-size: 2.4rem;
	}

	.blog-content-wrapper .date {
		font-size: 13px;
	}

	.author-wrapper .author-sm-btn {
		font-size: 28px;
	}

	.author-wrapper .author-name {
		font-size: 1.7rem;
	}

	.author-wrapper .author-position {
		font-size: 1.25rem;
	}

	.author-wrapper .section-title {
		font-size: 1.9rem;
	}

	.author-wrapper .post-latest-title {
		font-size: 1.3rem;
	}

	.footer-logo h5 {
		font-size: 1.6rem;
	}

	.footer-wrapper .footer-listing li a {
		font-size: 0.95rem;
	}
}


/* =========================
   Mobile Font Size
   max 767px
========================= */
@media (max-width: 767px) {

	.hero-cta{
		flex-direction: column;
	}
	.section{
	padding-top: 35px;
	padding-bottom: 35px;
	}

		.blog-content-wrapper{
	padding-left: 25px;
	padding-right: 25px;
}

.author-wrapper{
	max-width: 100%;
}

	p {
		font-size: 0.95rem;
	}

	.hero-section .hero-content h1 {
		font-size: 2.8rem;
	}

	.border-btn {
		font-size: 1rem;
	}

	.primary-btn {
		font-size: 1rem;
	}

	.section-title {
		font-size: 2.3rem;
	}

	.service-card{
		text-align: center;
	}

	.service-card .card-content{
		padding: 25px;
	}

	.service-card h4 {
		font-size: 1.7rem;
	}

	.service-card .primary-btn{
		margin-top: 25px;
	}

	.overlap-card{
		all: unset;
		text-align: center;
		max-width: 100%;
		padding: 25px;
	}

	.overlap-section img{
		all: unset;
		width: 100%;;
		margin-top: 25px;
	}

	.overlap-card .tagline {
		font-size: 0.95rem;
	}

	.overlap-card p {
		width: 100%;
		font-size: 1rem;
	}

	.post-title {
		font-size: 1.2rem;
	}

	.post_author_name_and_date_wrapper a {
		font-size: 0.85rem;
	}

	.post_author_name_and_date_wrapper .primary-btn {
		font-size: 0.8rem;
	}

	.contact-us-wrapper{
		padding-top: 200px;
	}

	.contact-us-card h2 {
		font-size: 2.3rem;
	}

	.contact-us-card .title.large {
		font-size: 1.4rem;
	}

	.inner-banner h1 {
		font-size: 2.5rem;
	}

	.service-detail .tagline {
		font-size: 0.9rem;
	}

	.service-detail h3 {
		font-size: 2rem;
	}

	.blog-content-wrapper .date {
		font-size: 12px;
	}

	.author-wrapper .author-sm-btn {
		font-size: 26px;
	}

	.author-wrapper .author-name {
		font-size: 1.5rem;
	}

	.author-wrapper .author-position {
		font-size: 1.1rem;
	}

	.author-wrapper .section-title {
		font-size: 1.7rem;
	}

	.author-wrapper .post-latest-title {
		font-size: 1.2rem;
	}

	.footer-logo{
		justify-content: center;
	}

	.footer-logo h5 {
		font-size: 1.4rem;
	}

	.footer-wrapper .footer-listing li a {
		font-size: 0.9rem;
	}
}
