@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@800&display=swap');

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Nanum Myeongjo', serif !important;
	font-weight: 800 !important;
	text-transform: uppercase;
}

.title+.text {
	margin-top: 0
}

.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email {
	overflow-wrap: anywhere;
}

/*-- Header --*/

.header .header-info-logo-img img {
	width: 222px;
}

.header .navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: .8rem
}
.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	/* background-color: var(--color-theme-highlight); */
	color: #0f0f0f;
}
.cw-header-contact {
	padding: .25rem;
}

.cw-phone {
	font-weight: bold;
	color: var(--color-theme-secondary)
}

.header .container {
	max-width: none
}

@media(min-width: 992px) {
	.header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1030;
		background: 0 0 !important
	}

	.header .header-info-logo-img {
		position: absolute;
		top: 10px;
		z-index: 2001;
		padding: 0;
	}

	.cw-header-contact {
		position: absolute;
		z-index: 1;
		top: 0;
		width: 100%;
		text-shadow: 0 0 4px #000
	}

	.header .navbar.bg-primary {
		top: 2.5rem;
		min-height: 84px;
		background: rgb(17 64 132 / 67%) !important;
	}

	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important
	}

	.header .navbar .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 230px);
		justify-content: center
	}

	.header .navbar.cw-scrolled .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 200px)
	}

	.cw-phone {
		font-size: 1.25rem;
		color: var(--color-theme-secondary)
	}

	.header .navbar.cw-scrolled {
		top: 0;
		background: rgb(18 22 31 / 100%) !important
	}

	.header .header-info-logo-img.cw-shrink {
		top: .25rem;
		width: 200px
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.header .navbar-dark .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px
	}
}

/*-- Hero --*/

.cw-hero {
	padding: 6rem 0;
	border-bottom: 5px solid var(--color-theme-highlight);
}

.cw-heroText {
	z-index: 2
}

.cw-heroText h1 {
	font-size: 2.25rem;
	text-shadow: 0 0 4px #000
}

.cw-heroText h1 span {
	font-size: 37%;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}


@media(min-width: 992px) {
	.cw-hero {
		padding: 21rem 0 15rem;
		background: 0 0
	}

	.cw-heroText h1 {
		font-size: 4.25rem
	}

	.cw-heroText .h2 {
		font-size: 2.5rem;
		text-shadow: 0 0 12px #000
	}
}

@media(min-width: 1240px) {
	.cw-heroText h1 {
		font-size: 5rem;
	}

	.cw-heroText .h2 {
		font-size: 2.75rem
	}
}


/*-- Subpages --*/

section:not(.page-home) .title {
	text-align: center;
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2rem;
	padding: 2rem 0;
	background: url(https://apihoard.webit.com/api/v1/Image/C34168ED0BCF666A5093100E96406B98/C34168ED0BCF666A5093100E96406B98.jpg?size=1920x1440) no-repeat center;
	background-size: cover;
	text-align: center
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 2;
	text-shadow: 0 0 3px #000;
	color: #fff;
	font-size: 1.75rem;
}

@media(min-width: 992px) {
	section:not(.page-home) .title {
		margin-bottom: 2.5rem;
		padding: 11rem 0 1.5rem
	}

	section:not(.page-home) .title .title-heading {
		font-size: 2.5rem
	}
}



/* ========================= Price section ================================ */
.grand-content,
.pg-services {
	background-color: #f4f4f4;
}

.pricing-table {
	/* font-family: 'Montserrat', sans-serif; */
}

.pricing-table .block-heading {
	padding-top: 50px;
	margin-bottom: 40px;
	text-align: center;
}

.pricing-table .block-heading h2 {
	color: #114084;
}

.btn-outline-primary {
	color: #114084;
	border-color: #114084;
}

.btn-outline-primary:hover {
	background-color: #114084;
}

.pricing-table .block-heading p {
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity: 0.7;
}

.pricing-table .heading {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .item {
	background-color: #ffffff;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	border-top: 2px solid #114084;
	padding: 30px;
	overflow: hidden;
	position: relative;
}

.pricing-table .col-md-5:not(:last-child) .item {
	margin-bottom: 30px;
}

.pricing-table .item button {
	font-weight: 600;
}

.pricing-table .ribbon {
	width: 160px;
	height: 32px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
	background: #4dbe3b;
	transform: rotate(45deg);
	position: absolute;
	right: -42px;
	top: 20px;
	padding-top: 7px;
}

.pricing-table .item p {
	text-align: center;
	margin-top: 20px;
	opacity: 0.7;
}

.pricing-table .features .feature {
	font-weight: 600;
}

.pricing-table .features h4 {
	text-align: center;
	font-size: 18px;
	padding: 5px;
}

.pricing-table .price h4 {
	margin: 15px 0;
	font-size: 45px;
	text-align: center;
	color: #114084;
}

.pricing-table .buy-now button {
	text-align: center;
	margin: auto;
	font-weight: 600;
	padding: 9px 0;
}

/* Services - Effect List 
    =================================================================================================*/
.cw-effect-list {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	margin: 0 auto 1.5em auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cw-effect-list::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0, 0, 6);
	background: linear-gradient(180deg, rgba(0, 0, 6, 0.4) 0%, rgba(0, 0, 6, 0.1) 100%);
}

.cw-effect-list::before {
	background-color: var(--color-theme-secondary);
	width: 0;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9;
}

.cw-effect-list:hover::before {
	width: 100%;
}

.cw-effect-list .cw-effect-list-img {
	position: relative;
	display: block;
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.cw-effect-list .cw-effect-list-content {
	padding: 1em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
}

.cw-effect-list .cw-effect-list-content::before,
.cw-effect-list .cw-effect-list-content::after {
	pointer-events: none;
}

.cw-effect-list .cw-effect-list-content,
.cw-effect-list .cw-effect-list-content>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cw-effect-list .cw-effect-list-content>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.cw-effect-list h2 {
	font-size: 1.1em;
	position: relative;
	z-index: 3;
	padding: 1rem 1rem;
	background-color: var(--color-theme-primary);
	color: #ffffff;
	text-align: left;
	transition-duration: 0.3s;
}

.cw-effect-list:hover h2 {
	background-color: var(--color-theme-secondary);
	color: #000000;
}

.effect-arrow {
	width: 20px;
	color: #fff;
	height: auto;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.cw-effect-list .effect-arrow {
	position: absolute;
	top: 1.45em;
	right: 0;
	z-index: 5;
}

.cw-effect-list h2,
.cw-effect-list p {
	margin: 0;
}

.cw-effect-list .cw-effect-list-content>div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.cw-effect-list p {
	padding: 1.5em;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

.cw-effect-list:hover p {
	opacity: 1;
}

.cw-effect-list:hover .cw-effect-list-img,
.cw-effect-list:hover p,
.cw-effect-list:hover .effect-arrow {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.cw-effect-list:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

@media (max-width: 767px) {
	.cw-effect-list p {
		opacity: 1;
	}

	.cw-effect-list .cw-effect-list-img,
	.cw-effect-list h2,
	.cw-effect-list p,
	.cw-effect-list .effect-arrow {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-effect-list h2 {
		font-size: 1em;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-effect-list h2 {
		font-size: 1.4em;
	}
}

/* ========== Banner Section =========== */
.cw-banner {
	background:
		linear-gradient(rgba(0, 0, 0, 0.7),
			rgba(0, 0, 0, 0.7)),
		url(https://apihoard.webit.com/api/v1/Image/5945359123F67EAA83B1EDA56FEAC1B4/5945359123F67EAA83B1EDA56FEAC1B4.jpg?size=1920x1440);
	background-size: cover;
	background-position: center;
}