@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Oswald.woff') format('woff');
	font-display: swap;
}

html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
}

li,
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.logo {
	width: 264px;
}

.anchor-new {
	display: block;
	height: 80px!important;
	margin-top: -100px!important;
	visibility: hidden;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
	z-index: 1040;
	background: #ffffff;
    border-bottom: 2px solid #0D635D;
}

.visible-title {
    visibility: visible;
}

.bg-color {
	background: #F5F5F5;
}

.btn-view {
	color: #0D635D;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	display: inline-block;
}

.btn-view:hover {
	text-decoration: underline;
}

.btn-quote {
	color: #ffffff;
	background: #2B6764;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	border: 1px solid #2B6764;
	padding: 10px;
	width: 200px;
	display: inline-block;
	border-radius: 4px;
	margin-left: 15px;
}

.btn-quote:hover {
	color: #ffffff;
	background: #0a4743;
	text-decoration: none;
}

.stat, #english-editing, #quality-assurance, #our-editors, .faq {
	padding: 50px 0px;
}

.sec-hrading {
	color: #2B6764;
	font-family: 'Oswald';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 40px;
	margin-bottom: 15px;
}


.globalDiv{background:#2B6764;width: 100%;padding: 5px 0;text-align: right;}
.globalDiv ul {margin: 0;}
.globalDiv .list-inline>li {display: inline-block;padding-right: 5px;padding-left: 0;}
.globalDiv a {color: #fff!important;font-size: 12px;padding-right: 10px;}
.globalDiv .border-right {border-right: 1px solid #2B6764;}

/* nav section start here */
.navbar {
	padding-top: 5px;
	margin-bottom: 0px;
}

.navbar-nav {
	padding-top: 0px;
	margin-left: 15px;
}

.navbar-toggle {
	margin-right: 0px;
	margin-top: 15px;
	border: 1px solid rgb(0 0 0 / 1);
}

.navbar-toggle .icon-bar {
	background: #000;
}

.navbar-brand {
	float: left;
	height: auto;
	padding: 0px 0px;
}

.nav>li>a {
	padding: 10px;
}

.navbar .cta {
	float: right;
	padding-top: 9px;
}

.navbar .cta .btn-warn {
	border-radius: 4px;
	background-color: #2B6764;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Oswald';
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: center;
}

.navbar .cta .btn-warn:hover {
	background-color: #0a4743;
	color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.8);
}

.navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #262626;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 20px;
}

.get-quote {
	color: #ffffff!important;
	background: #0D635D;
	;font-size: 14px!important;
	font-weight: 500!important;
	line-height: 21px!important;
	text-align: center;
	border: 1px solid #2B6764;
	width: 110px;
	display: inline-block;
	border-radius: 4px;
	margin-left: 15px;
}

.get-quote:hover {
	color: #ffffff;
	background: #0a4743;
	text-decoration: none;
}

@media (max-width: 767px) {
	.navbar .cta {
		float: left;
		width: 100%;
	}

	.navbar .cta .btn-warn {
		width: 100%;
	}

	.navbar-nav {
		margin-left: 0px;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/* nav section end here */

/* .wmu-hero-banner start here */
.wmu-hero-banner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 530px;
	justify-content: center;
}

.wmu-hero-banner:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(13, 99, 93, 0.7);
}

.wmu-banner-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.wmu-home-a-banner {
	background-image: url('../images/banner.jpg');
	height: 530px;
	background-position: center;
	background-size: cover;
}

.wmu-hero-caption {
	position: relative;
	z-index: 2;
	text-align: center;
}

.wmu-hero-banner .head {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-size: 72px;
	line-height: 107px;
	color: #FFFFFF;
}

.wmu-hero-banner .head1 {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 71px;
	color: #FFFFFF;
}

.wmu-hero-banner .cta a {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
	border: 1px solid #BD9B60;
	border-radius: 4px;
	background-color: #BD9B60;
	width: 260px;
	text-align: center;
	padding: 10px;
	display: inline-block;
}

.wmu-hero-banner .cta a:hover {
	border: 0.9px solid rgba(13, 99, 93, 0.7);
	box-shadow: 0 5px 12px 0 rgba(13, 99, 93, 0.7);
}
/* .wmu-hero-banner end here */

/* stat start here */
.stat {
	background-color: #F5F5F5;
}

.stat .num {
	color: #2B6764;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 40px;
	font-family: 'Oswald';
	margin-bottom: 10px;
}

.stat .head {
	color: #000000;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 20px;
}

.stat .para {
	color: #000000;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	padding-right: 20px;
}
/* stat end here */

/* english editing section start here */
#english-editing .box {
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	padding: 30px 0px;
	margin: 0px auto 30px;
	position: relative;
}

#english-editing .tag {
	color: #FFFFFF;
	font-family: 'Oswald';
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 20px;
	text-align: center;
	border-radius: 8px 8px 0 0;
	margin-top: -28px;
	background: #2B6764;
	width: 100%;
	padding: 5px;
}

#english-editing .box .head {
	font-family: 'Oswald';
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 32px;
	text-align: center;
	margin-bottom: 20px;
}

#english-editing .box .price {
	color: #000000;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}

#english-editing .box .price span {
	font-family: 'Oswald';
	font-size: 20px;
	line-height: 26px;
}

#english-editing .box .info {
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 20px 25px;
}

#english-editing .box ul {
	padding: 30px 30px 0px;
	height: 495px;
}

#english-editing .box ul li {
	margin-bottom: 15px;
	padding: 0px 0px 0px 30px;
	color: #000000;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 20px;
}

#english-editing .box ul li::before {
	content: "\2714";
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	color: #030303;
	width: 1.5em;
	margin-left: -1.5em;
}

#english-editing #primium ul li::before {
	color: #2B6764;
}

#english-editing .box .plan-fe {
	color: #000000;
	font-family: 'Oswald';
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 0px 30px 5px;
}

#english-editing .box .para {
	color: #000000;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;
	padding: 30px;
}

#english-editing .box .btn {
	color: #ffffff;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: Bold;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
	display: inline-block;
	border: 0px;
}

#stander {
	border: 1px solid #BAA27B;
}

#primium {
	border: 1px solid #2B6764;
	border-radius: 0px 0px 8px 8px!important;
}

#primium-plus {
	border: 1px solid #CB9B27;
}

.peri-plus-bg {
	background-color: rgba(218, 171, 81, 0.3);
}

.stand-bg {
	background-color: rgba(186, 162, 123, 0.3);
}

.peri-bg {
	background: rgb(43, 103, 100, 0.3);
}

.perimium {
	color: #2B6764;
}

.perimium-plus {
	color: #DAAB51;
}

.stander {
	color: #BAA27B;
}

.stander-border, .pre-border, .pre-plus-border {
	padding-bottom: 4px;
}

.stander-border {
	border-bottom: 4px solid #EAE3D7;
}

.pre-border {
	border-bottom: 4px solid #BFD1D1;
}

.pre-plus-border {
	border-bottom: 4px solid rgba(203, 155, 39, 0.2);
}

.stand-btn, .primium-btn, .pre-plus-btn {
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	width: 300px;
	line-height: 24px;
	text-align: center;
	padding: 10px;
}

.stand-btn {
	background: #BAA27B;
}

.stand-btn:hover {
	color: #ffffff;
	background: #886f46;
}

.primium-btn {
	background: #2B6764;
}

.primium-btn:hover {
	color: #ffffff;
	background: #1c514e;
}

.pre-plus-btn {
	background: #DAAB51;
}

.pre-plus-btn:hover {
	color: #ffffff;
	background: rgba(203, 155, 39, 0.7);
}

/*english editing section end here */


/* editage-promise section start here */
#quality-assurance .table-ver {
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	overflow: hidden;
	height: 310px;
	-moz-box-shadow: 0 0 22px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, .15);
}

#quality-assurance .table-ver .title-one {
	color: #000000;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 15px;
}

#quality-assurance .table-ver .title-two {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgba(38, 38, 38, 0.7);
	padding-bottom: 15px;
	height: 110px;
}

#quality-assurance .table-ver .title-three {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #4C4C4C;
}

.guaranteed-box-1 {
	border-left: 5px solid #2B6764;
}

.guaranteed-box-2 {
	border-left: 5px solid #6C4E30;
}

.guaranteed-box-3 {
	border-left: 5px solid #BAA27B;
}

/* editage-promise section end here */


/* our-editors section star here */
#our-editors .box {
	background-color: #FFFFFF;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,0.1);
	padding: 20px;
	margin: 0px auto;
}

#our-editors .box .img-right {
	margin-right: 15px;
}

#our-editors .box .intro-sec {
	display: flex;
	border-bottom: 0.85px solid #979797;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#our-editors .box .intro {
	color: rgba(38,38,38,1);
	font-family: 'Oswald';
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 15.79px;
}

#our-editors .box .fw100 {
	display: flex;
	width: 100%;
	color: #262626;
	font-family: 'Oswald';
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 14px;
}

#our-editors .box .fw100 .hw50 {
	width: 50%;
}

.font-16 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}

.pad-b5 {
	padding-bottom: 5px;
}

.des {
	color: rgba(38,38,38,60%);
	font-weight: 500;
}

.text-right {
	text-align: right;
}

.font-12 {
	font-size: 12px;
	line-height: 16px;
}
/* our-editors section star here */

/* faq section star here */
.faq .faqs-container {
	max-width: 850px;
	margin: auto;
}

.faq .faqs-body:last-child .card-header {
	border-bottom: none;
}

.faq .card-header {
	background-color: transparent;
	padding: 15px 0px;
	border-bottom: 1px solid rgba(151, 151, 151, 20%);
	position: relative;
}

.faq .card-body {
	padding: 10px 0px 0px;
	color: rgba(38, 38, 38, 0.7);
	font-family: 'Oswald';
	font-size: 13px;
	line-height: 20px;
	padding-left: 40px;
	font-weight: 400;
}

.faq .card-header .btn-link {
	color: #333333;
	font-family: 'Oswald';
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	padding: 0px 25px 0px 40px;
	white-space: normal;
	text-align: left;
}

.faq .faqs-body {
	padding-left: 45px;
}

.faq .faqs-body .faq .faqs-body .mb-0 > button {
	display: block;
	position: relative;
}

.faq .faqs-body .mb-0 > button::after {
	content: '\002B';
	color: #BD9B60;
	font-size: 30px;
	right: 0;
	top: 10px;
	line-height: 26px;
	position: absolute;
}

.faq .faqs-body .mb-0 > button[aria-expanded="true"]::after {
	content: "\2212";
}

.faq .faqs-body .mb-0 > button[aria-expanded="true"] {
	color: #BD9B60;
	font-family: 'Oswald';
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
}

.faq .faqs-body .mb-0 > button[aria-expanded="true"] .count-faqs {
	color: #BD9B60;
}

.faq .faqs-body .mb-0 > button > .count-faqs {
	position: absolute;
	float: left;
	left: 0px;
	color: rgba(38, 38, 38, 0.5);
	font-family: 'Oswald';
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

.faq .card-body ul {
	list-style-type: square;
	margin-left: 30px;
}

.faq .card-body li {
	color: #000000;
	font-size: 13px;
	line-height: 25px;
	margin: 0px;
}
/* faq section end here */

.bg-color1 {
	background: #F5F5F5;
	padding: 40px 0px;
}

.bg-color1 .text {
	color: #000000;
	font-family: 'Oswald';
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 30px;
}

.bg-color1 .cta {
	text-align: right;
}

/* footer start here */
footer {
	background: #333333;
	padding: 40px 20px 20px;
}

footer .head {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Oswald';
	color: rgb(255 255 255 / 1);
	padding-bottom: 25px;
}

footer p {
	color: rgb(255 255 255 / 80%);
	padding-bottom: 20px;
	margin-bottom: 0;
}

footer .col-md-7 {
	padding-left: 0px;
}

footer .col-md-5 img {
	border-radius: 10px;
	display: inline-block;
}

footer .hr-line {
	border-bottom: 1px solid rgb(255 255 255 /60%);
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 48px;
}

.copywrite {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 28.48px;
	border-bottom: 0px!important;
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.foot-logo {
	width: 230px;
	background: #ffffff;
	padding: 5px;
	border-radius: 4px;
}
/* footer end here */

.form-sec {
	width: 850px;
	margin: 0px auto;
	padding: 40px 0px;
}

.thank-text {
	margin-bottom: 15px;
}

@media screen and (max-width:900px) {
	.form-sec {
		width: 100%;
		padding: 30px;
	}
}

@media screen and (max-width:952px) {
	.logo {
		width: 200px;
		padding: 10px 0px 0px;
	}

	.wmu-hero-banner, #editage-promise .table-ver .title-two {
		height: auto;
	}

	#quality-assurance .table-ver {
		margin-bottom: 25px;
		height: auto;
	}

	#quality-assurance .promise-img {
		margin-top: 0px;
		margin-bottom: 40px;
	}

	#english-editing .tag {
		margin-top: 0;
	}

	.btn-quote {
		margin-left: 0px;
		margin-top: 15px;
	}

	.bg-color1 .cta {
		text-align: center;
	}

	footer .col-md-5 {
		padding-top: 20px;
		margin-bottom: 20px;
	}

	footer .col-md-7 {
		padding-left: 0px;
		padding-right: 0px;
	}

	footer .col-md-12 {
		padding-left: 0px;
	}

	#our-editors .box {
		margin-bottom: 20px;
	}

	#english-editing .box .info, #english-editing .box ul, quality-assurance .table-ver .title-two {
		height: auto;
	}

	.faq .faqs-body {
		padding-left: 0px;
	}

	.bg-color1 {
		text-align: center;
	}
}

/* 404 page */
.list-ul li {
	list-style-type: none;
	line-height: 24px;
	padding: 0 0 0 22px;
	margin: 15px 0 0 0;
}

.list-ul li:before {
	content: "\2714";
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	color: #030303;
	width: 1.5em;
	margin-left: -1.5em;
}

.dash-list {
	margin: 0 auto;
	display: block;
}

.dash-list li {
	display: inline-block;
}

.dash-list li::after {
	border-right: 1px solid #ccc;
	content: "";
	margin: 0px 10px 0px 16px;
}

.dash-list li:last-child::after {
	border: none;
}

.dotted-line {
	border-bottom: 1px dotted #ccc;
	width: 100%;
	padding: 15px 0px;
}