#jqcheck {
	background: #fff9d7;
	text-align: center;
	color: #333;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 700;
	position: fixed;
	z-index: 9991;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif
}

* {
	margin: 0;
	padding: 0
}

::-moz-selection {
	background: var(--primary-color);
	color: var(--theme-white);
	text-shadow: none
}

::selection {
	background: var(--primary-color);
	color: var(--theme-white);
	text-shadow: none
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
	display: none
}

::-webkit-scrollbar-track-piece {
	background-color: #ecedf1;
	-webkit-border-radius: 0;
	border-left: 1px solid #888
}

::-webkit-scrollbar-thumb:vertical {
	-webkit-border-radius: 0;
	background: var(--primary-color)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		-webkit-appearance: none !important;
		line-height: 28px !important
	}
}

body {
	font-family: var(--primary-font-family);
	color: var(--default-color);
	font-size: var(--base-font-size);
	position: relative;
	scroll-behavior: smooth
}

.ordrpage {
	margin-top: 30px
}

.ff-primary {
	font-family: var(--primary-font-family)
}

.ff-secondary {
	font-family: var(--secondary-font-family)
}

.fc-primary {
	color: var(--primary-color)
}

.fc-secondary {
	color: var(--secondary-color)
}

.fc-dark {
	color: var(--theme-dark)
}

.fc-lite {
	color: var(--theme-lite)
}

.primary-btn,
.secondary-btn {
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 8px 15px;
	position: relative;
	display: table;
	border-radius: 3px
}

.primary-btn:after,
.secondary-btn:after {
	content: "\e957";
	font-family: icomoon !important;
	font-size: 13px;
	color: #fff;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle
}

.primary-btn {
	background: var(--primary-color);
	color: #fff
}

.primary-btn:hover {
	background: var(--primary-color-dark);
	color: #fff
}

.secondary-btn {
	background: var(--secondary-color);
	color: #fff
}

.secondary-btn:hover {
	background: var(--secondary-color-dark);
	color: #fff
}

.banner-btn {
	text-transform: capitalize;
	display: inline-block;
	transform: translateY(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff !important;
	background-color: transparent;
	padding: 20px 40px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid #fff !important
}

.secpad-100 {
	padding: 100px 0
}

.sm-btn {
	font-size: 14px
}

.md-btn {
	font-size: 16px
}

.lg-btn {
	font-size: 18px
}

.xl-btn {
	font-size: 20px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0
}

.h1,
.h2,
h1,
h2 {
	font-family: Oswald, sans-serif
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
	font-family: Oswald, sans-serif;
	padding-bottom: 10px;
	color: var(--theme-dark)
}

.h2,
h2 {
	font-size: 6.7vmin
}

.h3,
h3 {
	font-size: var(--font-size-h3);
	font-weight: 600
}

.h4,
h4 {
	font-size: var(--font-size-h4)
}

.h5,
h5 {
	font-size: var(--font-size-h5)
}

.h6,
h6 {
	font-size: var(--font-size-h6)
}

p {
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0 20px;
	margin: 0;
	font-size: 18px;
	color: #091e42
}

img {
	max-width: 100%
}

.sec-padding-100 {
	padding: 100px 0
}

.sec-padding-90 {
	padding: 90px 0
}

.sec-padding-80 {
	padding: 80px 0
}

.sec-padding-70 {
	padding: 70px 0
}

.sec-padding-60 {
	padding: 40px 0
}

.sec-padding-xlarge {
	padding: 50px 0
}

.sec-padding-large {
	padding: 40px 0
}

.sec-padding-medium {
	padding: 30px 0
}

.sec-padding-small {
	padding: 25px 0
}

.sec-padding-xsmall {
	padding: 10px 0
}

.sec-margin-100 {
	margin: 100px 0
}

.sec-margin-90 {
	margin: 90px 0
}

.sec-margin-80 {
	margin: 80px 0
}

.sec-margin-70 {
	margin: 70px 0
}

.sec-margin-60 {
	margin: 60px 0
}

.sec-margin-xlarge {
	margin: 50px 0
}

.sec-margin-large {
	margin: 40px 0
}

.sec-margin-medium {
	margin: 30px 0
}

.sec-margin-small {
	margin: 25px 0
}

.sec-margin-xsmall {
	margin: 10px 0
}

.p-0 {
	padding: 0
}

.pt-0 {
	padding-top: 0
}

.pb-0 {
	padding-bottom: 0
}

.pl-0 {
	padding-left: 0
}

.pr-0 {
	padding-right: 0
}

.m-0 {
	margin: 0
}

.mt-0 {
	margin-top: 0
}

.mb-0 {
	margin-bottom: 0
}

.ml-0 {
	margin-left: 0
}

.mr-0 {
	margin-right: 0
}

.tt-uppercase {
	text-transform: uppercase
}

.tt-capitalize {
	text-transform: capitalize
}

p strong {
	color: #000
}

p span {
	color: #000
}

a:hover {
	text-decoration: none
}

a:focus {
	outline: 0;
	text-decoration: none
}

img {
	border: 0;
	outline: 0
}

li,
ul {
	list-style-type: none
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.h2,
h2 {
	color: #171717;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 15px 0;
	position: relative;
	letter-spacing: -1px
}

.h2 span,
h2 span {
	color: var(--primary-color)
}

a {
	text-decoration: none
}

.list-simple {
	list-style: none;
	margin: 0 0 15px 0;
	width: 100%;
	display: inline-block
}

.list-simple li {
	color: var(--default-color);
	padding: 0 0 10px 16px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	position: relative
}

.list-simple li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
	color: var(--secondary-color);
	content: "\e93a";
	font-family: icomoon !important
}

.moreFull {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.scale-with-transition {
	-webkit-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05)
}

.header-main {
	padding: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	-ms-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.header-main.fixed {
	box-shadow: 0 5px 20px #00000012;
	-ms-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: fixed;
	background: #fff
}

.header-main.fixed .main-menu>ul>li>a {
	text-transform: capitalize;
	color: #223235
}

.header-main.fixed .logo {
	width: 100%
}

.resum-pkge .prce_box {
	margin: 15px 0 200px
}

.top-bar {
	background: #fff;
	padding: 0;
	width: 100%;
	top: -4px;
	left: 0;
	border-bottom: 1px solid #cbd6e2;
	z-index: 99
}

.top-info-list {
	float: right;
	margin: 25px 0
}

.top-info-list li {
	float: left;
	color: #171717;
	font-size: 14px;
	padding: 0 10px
}

.top-info-list li:first-child {
	padding-left: 0
}

.top-info-list li:last-child {
	padding-right: 0
}

.top-info-list li span {
	margin-right: 8px;
	color: #059358;
	font-size: 13px;
	line-height: 20px
}

.top-info-list li span.icon-phone2 {
	font-size: 15px;
	top: 1px;
	position: relative
}

.top-info-list li a {
	color: #42526e;
	font-size: 16px
}

.top-info-list li a img {
	width: 35px;
	padding-right: 5px
}

.top-info-list li a:hover {
	color: #223235
}

.nav-area-full {
	padding: 17px 0 0 0;
	width: 100%;
	margin-top: 0;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 2px 20px #01010130;
	top: 90px;
	left: 0;
	z-index: -1
}

.logo {
	width: 100%;
	margin: 0;
	float: left;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.logo a {
	display: block
}

.top-area {
	display: inline-block;
	width: 100%
}

.main-menu {
	width: 100%;
	display: inline-block;
	float: right;
	margin: 2px 0 0
}

.main-menu>ul {
	float: none;
	margin: 0
}

.main-menu>ul>li {
	padding: 0 13px;
	float: left;
	position: relative
}

.main-menu>ul>li.sr_hme {
	padding-left: 0
}

.main-menu>ul>li:last-child {
	padding-right: 0
}

.main-menu>ul>li:before {
	position: absolute;
	width: 1px;
	height: 12px;
	background: #71787e;
	left: 0;
	top: 30%
}

.main-menu>ul>li:first-child:before {
	display: none
}

.main-menu>ul>li>a {
	padding: 16px 0;
	font-size: 16px;
	color: #171717;
	font-weight: 600;
	text-transform: capitalize
}

.main-menu>ul>li.current a {
	color: #f23386
}

.header-main .has-submenu.progmenu {
	font-size: 16px;
	color: #171717;
	font-weight: 400;
	margin: 0;
	padding: 3px 0 4px;
	font-family: var(--primary-font-family)
}

.main-menu>ul>li.active>a,
.main-menu>ul>li>a.active,
.main-menu>ul>li>a:focus,
.main-menu>ul>li>a:hover {
	color: #049055
}

.cstn-column {
	display: inline-block;
	width: 100%;
	font-size: 0
}

.dropdown {
	width: 220px;
	position: absolute;
	top: 160%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #cbd6e2;
	border-radius: .1875rem;
	box-shadow: 0 1px 24px rgba(45, 62, 80, .12);
	z-index: 95
}

.main-menu>ul>li:hover .dropdown {
	visibility: visible;
	opacity: 1;
	left: 18px
}

.main-menu>ul>li:hover .progmenu .dropdown {
	left: 0
}

.dropdown>ul {
	padding: 10px 0;
	list-style: none
}

.dropdown>ul>li:before {
	display: none
}

.dropdown>ul>li>a {
	color: #42526e !important;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 15px 8px 15px;
	display: block
}

.dropdown>ul>li>a:hover {
	color: #42526e;
	background: 0 0
}

.dropdown>ul>li>a:hover:before {
	display: none
}

.double-drop {
	width: 400px !important
}

.dropdown>ul>li>ul {
	display: none
}

.dropdown>ul>li.level2:hover>ul {
	display: block
}

.stickyheader {
	position: fixed;
	z-index: 9999;
	min-height: auto
}

.stickyheader .logo img {
	width: 80px
}

.stickyheader .logo {
	margin: 5px 0
}

.stickyheader .navbar-inverse {
	margin: 10px 0 0 0
}

.stickyheader .top-info-list ul {
	margin: 5px 0
}

.sticky-container {
	padding: 0;
	margin: 0;
	position: fixed;
	right: -155px;
	top: 180px;
	width: 200px;
	display: none;
	z-index: 999
}

.sticky li {
	border-radius: 5px;
	list-style-type: none;
	background-color: #333;
	color: #efefef;
	height: 45px;
	padding: 0;
	margin: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	cursor: pointer
}

.sticky li:hover {
	margin-left: -115px
}

.sticky li img {
	float: left;
	border-radius: 5px 0 0 5px;
	margin: 0;
	margin-right: 10px
}

.sticky li p {
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	line-height: 45px;
	color: #fff
}

.sticky li a {
	border-radius: 5px;
	color: #fff
}

.home-banner {
	margin-top: 75px;
	width: 100%;
	height: 650px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table
}

.home-banner-content {
	position: relative;
	z-index: 9;
	padding-top: 60px
}

.home-banner-content.hme-bner-cntn {
	padding-top: 0
}

.home-banner-content.hme-bner-cntn .analyzeform {
	margin: 0
}

.slider-wrapper.black .home-banner {
	margin-top: 0
}

.home-banner-content h1:after {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	right: 0;
	bottom: -5px;
	border-radius: 200px
}

.home-banner-content a.home-banner-link {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 20px;
	background: var(--primary-color);
	color: #fff;
	position: relative;
	display: table;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px
}

.home-banner-content a.home-banner-link:after {
	content: "\e93a";
	font-family: icomoon !important;
	font-size: 13px;
	color: #fff;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle
}

.home-banner-content a.home-banner-link:hover {
	background: var(--primary-color-dark)
}

.home-slider .slick-dots {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	display: block;
	padding: 0 15px;
	margin: 0 auto;
	border-radius: 3px;
	list-style: none;
	width: 1140px
}

.home-slider .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0;
	cursor: pointer
}

.home-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	outline: 0;
	background: #fff;
	border: none;
	border-radius: 200px
}

.home-slider .slick-dots li.slick-active button {
	background: var(--primary-color);
	border: none
}

.home-slider .slick-next,
.home-slider .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index: 100;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.home-slider .slick-prev {
	left: 15px
}

.home-slider .slick-next {
	right: 15px
}

.home-slider .slick-next:before,
.home-slider .slick-prev:before {
	font-family: icomoon !important;
	color: #fff;
	font-size: 50px;
	line-height: 1
}

.home-slider .slick-prev:before {
	content: '\e958'
}

.home-slider .slick-next:before {
	content: '\e957'
}

.home-slider .slick-next:hover:before,
.home-slider .slick-prev:hover:before {
	color: var(--primary-color)
}

.slider-progress {
	width: 100%;
	height: 5px;
	background: 0 0;
	position: absolute;
	left: 0;
	bottom: 0
}

.slider-progress .progress {
	width: 0%;
	height: 5px;
	background: var(--primary-color)
}

.banner-form {
	border-radius: 0 0 6px 6px;
	width: 92%;
	background: #fff;
	padding: 0px 20px 20px 13px;
	position: absolute;
	z-index: 9;
	top: 136px
}

.ban-form input {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	height: 50px;
	font-weight: 400;
	outline: 0 !important;
	margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
	width: 100%
}

.massage-field textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	height: 50px;
	font-weight: 400;
	outline: 0 !important;
	margin: 0 0 15px 0;
	resize: none;
	height: 100px;
	margin-top: 15px
}

.ban-form input[type=submit] {
	border-radius: 7px;
	cursor: pointer;
	box-shadow: 7px 9px 30px 0 #0000005c;
	color: #fff;
	font-weight: 600;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%) !important;
	padding: 10px 15px;
	margin: 0 0 0;
	border: transparent
}

.banner-form h3 {
	color: #091e42;
	font-weight: 900;
	font-size: 28px
}

.ban-form input.frm-checkbox {
	width: auto;
	height: auto
}

.term span {
	width: 94%;
	float: right;
	line-height: 16px
}

.ban-form .term label {
	margin: 0 0 20px 0
}

.main-percent {
	font-size: 0;
	position: relative;
	top: 6px;
	background-image: url(../images/chat-banner.png);
	padding: 40px 15px 0px 15px;
	/* left:-1px; */
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.per-box1 {
	display: inline-block;
	width: 35%;
	vertical-align: top;
	padding: 25px 0 0 0
}

.per-box1 figure {
	margin: 0
}

.per-box2 {
	display: inline-block;
	width: 65%;
	vertical-align: top;
	text-align: right
}

.per-box2 h3 {
	font-size: 22px;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: lefct;
	margin: 0 0 15px;
}

.per-box2 h3 span {
	padding: 0;
	font-size: 30px
}

.per-box2 h3 p {
	padding: 0;
	line-height: 20px;
	font-size: 17px;
	color: #12ca8f;
	text-align: center;
}

.gt-strtd {
	text-align: center
}

.gt-strtd h3 {
	padding: 15px 0;
	font-size: 22px
}

.hme-lst-stle {
	font-size: 0
}

.main-hme-lgs img {
	margin: 0 10px
}

.main-hme-lgs img.good-firm {
	width: 140px;
	margin-left: 0
}

.main-hme-lgs img.clutch {
	width: 100px
}

.main-hme-lgs img.top-design-firm {
	width: 90px
}

.main-hme-lgs img.top-digital-agency {
	width: 130px
}

.ratingBr p {
	color: #fff;
	padding: 20px 0 15px 0
}

.ratingBr p span {
	color: #dfb10c
}

.hme-lst-stle li {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 16px;
	padding-left: 25px;
	font-weight: 600;
	width: 50%;
	padding: 0 0 10px 25px
}

.hme-lst-stle li:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 2px;
	font-family: fontawesome;
	font-size: 14px;
	color: #f5e204
}

.hme-lst-stle.hme-st-lft li {
	width: 40%;
	display: inline-block;
	vertical-align: top
}

.hme-lst-stle.hme-st-lft li:nth-child(2) {
	width: 50%
}

.cse-page .main-analyzing-frm,
.edng-page .main-analyzing-frm,
.wbdsgn-page .main-analyzing-frm,
.wiki-page .main-analyzing-frm {
	margin-top: 60px
}

.inner-banner {
	position: relative
}

.inner-banner:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000054;
	z-index: 0;
	content: ""
}

.inner-banner-content h1 {
	font-size: var(--font-size-h1-inner-vmin);
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #fff;
	position: relative;
	letter-spacing: -2px;
	text-shadow: 3px 2px 2px rgba(0, 0, 0, .7);
	line-height: 1.1;
	float: left
}

.inner-banner-content h1:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	right: 0;
	bottom: -5px;
	border-radius: 200px
}

.inner-banner-content h1 span {
	color: var(--primary-color)
}

.inner-banner-content .subtitle {
	color: #fff;
	font-size: 16px
}

.servicepg .inner-banner:before {
	display: none
}

.slider-wrapper-number {
	width: 100%;
	margin-bottom: 20px;
	position: relative
}

.number-banner {
	width: 100%;
	height: 438px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table
}

.number-banner-content h1 {
	font-size: var(--font-size-h1-home-vmin);
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #fff;
	position: relative;
	letter-spacing: -2px;
	text-shadow: 3px 2px 2px rgba(0, 0, 0, .7);
	line-height: 1.1
}

.number-banner-content h1:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	right: 0;
	bottom: -5px;
	border-radius: 200px
}

.number-banner-content h1 span {
	color: var(--primary-color)
}

.number-banner-content .subtitle {
	color: #fff;
	font-size: 16px
}

.number-banner-content a.number-banner-link {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 20px;
	background: var(--primary-color);
	color: #fff;
	position: relative;
	display: table;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px
}

.number-banner-content a.number-banner-link:after {
	content: "\e93a";
	font-family: icomoon !important;
	font-size: 13px;
	color: #fff;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle
}

.number-banner-content a.number-banner-link:hover {
	background: var(--primary-color-dark)
}

.number-slider .slick-dots {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	display: block;
	padding: 0 15px;
	margin: 0 auto;
	border-radius: 3px;
	list-style: none;
	width: 1140px;
	text-align: left
}

.number-slider .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	cursor: pointer
}

.number-slider .slick-dots li a {
	line-height: 35px;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	cursor: pointer;
	color: var(--theme-white);
	outline: 0;
	background-color: var(--secondary-color);
	border: none;
	border-radius: 200px;
	text-align: center;
	border: 1px solid var(--secondary-color-dark);
	transition: all .3s ease-in-out
}

.number-slider .slick-dots li a:hover {
	color: var(--theme-white)
}

.number-slider .slick-dots li.slick-active a {
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color)
}

.buttons-main {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 100
}

.prev-btn-main {
	position: absolute;
	left: -50px
}

.next-btn-main {
	position: absolute;
	right: -50px
}

.next-btn,
.prev-btn {
	width: 35px;
	height: 35px;
	background-color: var(--primary-color);
	border-radius: 100%;
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: center
}

.next-btn:hover,
.prev-btn:hover {
	background-color: var(--primary-color-dark)
}

.next-btn:before,
.prev-btn:before {
	font-family: icomoon !important;
	color: #fff;
	font-size: 13px;
	line-height: 35px
}

.prev-btn:before {
	content: "\e920"
}

.next-btn:before {
	content: "\e91f"
}

.home-box-main {
	margin: 10px 0
}

.home-box-main figure {
	margin-bottom: 15px
}

.home-box-main figure img {
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .5)
}

.home-box-main h3 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	padding: 0 0 10px 0
}

.home-box-main p {
	padding: 0 0 10px 0
}

.home-box-main a.more-link {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 8px 15px;
	background: var(--primary-color);
	color: #fff;
	display: inline-block;
	border-radius: 3px
}

.home-box-main a.more-link:hover {
	background: var(--primary-color-dark);
	color: #fff
}

.why-book-area {
	background: url(../why-book-bg.html) repeat 0 0
}

.why-book-area .hd01 {
	margin: 0 auto 15px auto
}

.book-icons-box {
	padding: 20px 60px;
	margin: 0;
	text-align: center;
	font-family: Poppins, sans-serif;
	position: relative
}

.book-icons-box:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 178px;
	right: -20px;
	top: 15%;
	background: url(../images/icon-box-sep.png) no-repeat 0 0
}

.book-icons-box img {
	margin: 0 auto 15px auto
}

.book-icons-box h3 {
	color: var(--secondary-color);
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
	padding: 25px 0 10px 0;
	position: relative
}

.book-icons-box h3:before {
	position: absolute;
	content: "";
	width: 48px;
	height: 5px;
	background: var(--primary-color);
	margin: 0 auto;
	display: table;
	top: 0;
	left: 0;
	right: 0
}

.book-icons-box p {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.book-icons-box.nosep:before {
	display: none
}

.why-book-area .col-lg-4:nth-child(3n) .book-icons-box:before {
	display: none
}

.testimonials-slider-main {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	padding-bottom: 40px
}

.testimonials-slider img {
	border-radius: 200px;
	margin: 0 auto 25px auto;
	box-shadow: 0 0 0 8px #fff, 0 0 0 10px #112c4a
}

.testimonials-slider p {
	font-size: 20px;
	line-height: 22px;
	position: relative
}

.testimonials-slider p .mCustomScrollBox {
	padding: 0 20px 0 0
}

.testimonials-slider p:after,
.testimonials-slider p:before {
	position: relative;
	display: inline-block;
	color: var(--secondary-color);
	font-family: icomoon !important;
	font-size: 15px;
	font-style: initial
}

.testimonials-slider-main .slick-dots {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0;
	margin: 0 auto;
	list-style: none
}

.testimonials-slider-main .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 3px 0 3px;
	padding: 0;
	cursor: pointer
}

.testimonials-slider-main .slick-dots li button {
	line-height: 0;
	display: block;
	width: 11px;
	height: 11px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	outline: 0;
	background: url(../images/slick-dots.png) no-repeat 0 0;
	border: none
}

.testimonials-slider-main .slick-dots li.slick-active button {
	border: none;
	background: url(../images/slick-dots.png) no-repeat top 0 left -11px
}

.testimonials-slider-main .slick-next,
.testimonials-slider-main .slick-prev {
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index: 100;
	display: block;
	width: 18px;
	height: 28px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.testimonials-slider-main .slick-prev {
	left: -20px;
	background: url(../images/slick-arrows.png) no-repeat top 0 left 0
}

.testimonials-slider-main .slick-next {
	right: -20px;
	background: url(../images/slick-arrows.png) no-repeat top 0 left -18px
}

.hover-boxes-area {
	padding: 25px 0 10px 0
}

.travel-box-main {
	margin: 15px 0;
	position: relative;
	min-height: 420px;
	overflow: hidden;
	text-align: center
}

.travel-box-main img {
	width: 100%
}

.travel-content {
	padding: 15px 15px 15px 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 75%;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: 0 0
}

.travel-content h4 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 10px 0;
	margin: 0;
	background: 0 0;
	width: 100%;
	font-family: Poppins, sans-serif;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

.travel-content h4 span {
	font-size: 18px;
	display: block
}

.travel-content .starts {
	margin: 0 auto 20px auto;
	display: table
}

.travel-content p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: none;
	margin: 0;
	padding: 0 0 10px 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

.travel-content a {
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 35px 10px 25px;
	background: 0 0;
	color: #fff;
	position: relative;
	border: 1px solid #fff;
	display: none
}

.travel-content a:before {
	position: absolute;
	content: "\f178";
	font-family: fontAwesome;
	font-size: 13px;
	color: #fff;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.travel-box-main:hover .travel-content {
	top: 0;
	height: 100%;
	padding: 70px 15px 20px 15px;
	background: rgba(0, 0, 0, .7)
}

.travel-box-main:hover .travel-content h4 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 30px 0 30px 0;
	margin: 0 0 20px 0;
	background: 0 0;
	width: 100%
}

.travel-box-main:hover .travel-content h4:before {
	position: absolute;
	content: "";
	width: 72px;
	height: 20px;
	left: 0;
	top: 0;
	margin: auto;
	right: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid transparent
}

.travel-box-main:hover .travel-content h4::after {
	position: absolute;
	content: "";
	width: 72px;
	height: 20px;
	left: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	border: 1px solid #fff;
	border-top: 1px solid transparent
}

.travel-box-main:hover .travel-content p {
	display: block;
	color: #fff
}

.travel-box-main:hover .travel-content a {
	display: table;
	margin: 0 auto
}

.destination-box-main {
	margin: 15px 0;
	position: relative;
	min-height: 260px;
	overflow: hidden
}

.destination-content {
	padding: 15px 15px 15px 15px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 67%;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: rgba(255, 255, 255, 0)
}

.destination-content h4 {
	font-size: 27px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	font-family: Cinzel, serif
}

.destination-content h4 span {
	font-size: 18px;
	display: block
}

.destination-content p {
	color: #fff;
	font-size: 14px;
	font-weight: 400
}

.destination-box-main:hover .destination-content {
	top: 0;
	height: 100%;
	padding: 20px 15px;
	background: rgba(13, 16, 43, .8)
}

.destination-box-main:hover .destination-content h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #f15b22;
	font-family: Cinzel, serif;
	margin-top: 0
}

.destination-box-main:hover .destination-content h4 span {
	font-size: 18px;
	display: inline-block
}

.destination-box-main:hover .destination-content p {
	display: block
}

.points-box-main {
	margin: 15px 0;
	position: relative;
	min-height: 358px;
	overflow: hidden
}

.points-content {
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 72%;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: rgba(255, 255, 255, 0)
}

.points-content h4 {
	font-size: 19px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	height: 58px;
	padding: 18px 0 0 90px;
	text-transform: uppercase;
	background: url(../benefit-hd-bg.html) no-repeat 0 0
}

.points-content p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: none
}

.points-box-main:hover .points-content {
	top: 0;
	height: 100%;
	padding: 100px 15px 20px 15px;
	background: rgba(8, 37, 142, .85)
}

.points-box-main:hover .points-content h4 {
	background: 0 0;
	border-left: 5px solid #d69d03;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	height: auto
}

.points-box-main:hover .points-content p {
	display: block
}

.tabs-custom-nav li a {
	color: #000
}

.tabs-custom-nav li a.current {
	color: #0076fb
}

.tabs-custom .tab-content-panel {
	display: none;
	overflow: hidden;
	width: 100%
}

.tabs-custom .tab-content-panel.selected {
	display: block
}

.tab-custom-nav li a {
	color: #000
}

.tab-custom-nav li a.current {
	color: #0076fb
}

.tab-custom .tab-content-panel {
	display: none;
	overflow: hidden;
	width: 100%
}

.tab-custom .tab-content-panel.selected {
	overflow: visible;
	display: inline-block;
	width: 100%
}

.tabs-main {
	display: inline-block;
	width: 100%;
	padding: 15px 0
}

.tabs-main ul.tabs-nav {
	padding: 0;
	width: 100%;
	float: left;
	margin: 0 0 -1px 0
}

.tabs-main ul.tabs-nav li {
	list-style: none;
	float: left
}

.tabs-main ul.tabs-nav li a {
	background: #003a7b;
	border: 1px solid #bcc5cb;
	border-bottom: 0;
	color: #fff;
	padding: 7px 15px;
	display: block;
	text-decoration: none
}

.tabs-main ul.tabs-nav li a.current {
	background: #fff;
	color: #003a7b
}

.tabs-main .tab-content-panel {
	background: #fff;
	padding: 15px 30px 25px 30px;
	border: 1px solid #bcc5cb;
	display: none;
	overflow: hidden;
	width: 100%
}

.points-boxes-area {
	background: #000
}

.points-boxes-area .col-lg-4 {
	border-right: 1px solid #292929
}

.points-boxes-area .col-lg-4:nth-child(3) {
	border-right: 0
}

.points-box {
	padding: 30px 0 30px 80px;
	position: relative
}

.points-box img {
	position: absolute;
	left: 0;
	top: 30px
}

.points-box h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: uppercase
}

.points-box p {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 0
}

.accordion,
.accordion * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.accordion {
	overflow: hidden;
	background: 0 0;
	margin-top: 50px
}

.quest-title {
	background-color: #f7f9fc;
	padding: 15px 20px;
	font-size: 22px;
	font-weight: 500;
	color: #253858;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	line-height: 1.4;
	display: inline-block;
	transition: all linear .15s;
	text-decoration: none;
	border-bottom: 1px solid #dbdbdb;
	padding-right: 40px
}

.quest-title:before {
	position: absolute;
	content: "\e955";
	width: 20px;
	height: 20px;
	right: 15px;
	top: 17px;
	font-family: icomoon !important;
	color: #1e1e1e;
	font-size: 20px
}

.quest-title.active,
.quest-title:hover {
	color: #059358;
	content: "\e91c"
}

.quest-title.active:before {
	content: "\e956"
}

.quest-content {
	padding: 15px 40px 15px 0;
	display: none;
	margin-bottom: 0;
	float: left;
	width: 100%
}

.quest-content p {
	line-height: 1.4;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	color: #42526e
}

.product-slider-gallery {
	position: relative;
	padding: 0 0 7px 0
}

.product-slider-gallery .slick-slide img {
	width: 100%;
	height: 370px
}

.product-gallery-nav-wrapper {
	margin: 0 0 7px 0;
	position: relative
}

.product-gallery-nav {
	position: relative
}

.product-gallery-nav .slick-slide {
	padding: 2px 0;
	border: 0;
	height: 93px;
	overflow: hidden
}

.product-gallery-nav .slick-slide img {
	width: 100%;
	height: 93px;
	cursor: pointer
}

.product-gallery-nav .slick-next,
.product-gallery-nav .slick-prev {
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
	text-align: center;
	z-index: 10;
	display: block;
	padding: 0;
	cursor: pointer;
	color: #fff;
	border: none;
	outline: 0;
	background: rgba(0, 0, 0, .5)
}

.product-gallery-nav .slick-prev {
	top: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.product-gallery-nav .slick-next {
	bottom: 0;
	top: initial;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.product-gallery-nav .slick-next:before,
.product-gallery-nav .slick-prev:before {
	font-family: icomoon;
	color: #fff;
	font-size: 20px;
	line-height: 1
}

.product-gallery-nav .slick-prev:before {
	content: '\e956'
}

.product-gallery-nav .slick-next:before {
	content: '\e955'
}

.product-gallery-nav .slick-next:hover:before,
.product-gallery-nav .slick-prev:hover:before {
	color: #fff
}

.pad-lft-15 {
	padding-left: 30px
}

.pad-left-10 {
	padding-left: 10px
}

.pad-right-10 {
	padding-right: 10px
}

.main-slider-sec {
	margin-top: 130px
}

.slide-1 {
	width: 100%;
	height: 575px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px
}

.slide-1 h1 {
	padding-top: 50px
}

section.main-frm-sec {
	position: absolute;
	top: 100px;
	right: 600px
}

section.main-frm-sec .banner-form {
	width: 365px
}

.main-slider-inner h2 {
	line-height: 1;
	font-size: 48px;
	margin-bottom: 15px;
	font-weight: 900;
	color: #fff;
	position: relative
}

.main-slider-inner .subtitle {
	color: #fff;
	font-size: 22px;
	padding-top: 10px;
	line-height: 1.4
}

.hme-slider .slick-prev {
	left: 20px;
	z-index: 9
}

.hme-slider .slick-next {
	right: 20px;
	z-index: 9
}

.home-banner-content h1 {
	font-size: 44px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #fff;
	position: relative;
	letter-spacing: -1px
}

.home-banner-content .subtitle {
	color: #fff;
	font-size: 22px;
	padding-top: 10px;
	line-height: 1.4
}

.gallery-slider-main {
	position: relative;
	margin: 25px 0 20px 0
}

.gallery-slider-main .slick-slide img {
	width: 100%
}

.gallery-nav-wrapper {
	width: 93%;
	margin: 0 auto 40px
}

.gallery-nav-main {
	position: relative
}

.gallery-nav-main .slick-slide {
	background: #fff;
	padding: 5px
}

.gallery-nav-main .slick-slide img {
	width: 100%;
	cursor: pointer;
	opacity: .5
}

.gallery-nav-main .slick-slide.slick-current img {
	opacity: 1
}

.gallery-nav-main .slick-dots {
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: center
}

.gallery-nav-main .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0;
	cursor: pointer
}

.gallery-nav-main .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 9px;
	height: 9px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	outline: 0;
	background: #1f8bf3;
	border: none;
	border-radius: 200px
}

.gallery-nav-main .slick-dots li.slick-active button {
	background: #003a7b;
	border: none
}

.gallery-nav-main .slick-next,
.gallery-nav-main .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index: 100;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.gallery-nav-main .slick-prev {
	left: -25px
}

.gallery-nav-main .slick-next {
	right: -25px
}

.gallery-nav-main .slick-next:before,
.gallery-nav-main .slick-prev:before {
	font-family: icomoon !important;
	color: var(--secondary-color);
	font-size: 50px;
	line-height: 12px
}

.gallery-nav-main .slick-prev:before {
	content: "\e958"
}

.gallery-nav-main .slick-next:before {
	content: "\e957"
}

.gallery-nav-main .slick-next:hover:before,
.gallery-nav-main .slick-prev:hover:before {
	color: var(--primary-color)
}

.slide-count-wrap {
	text-align: center;
	padding: 0 0 15px 0
}

.tablestyle1 {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	margin-bottom: 25px
}

.tablestyle1 th {
	padding: 9px 8px;
	background-color: #595959;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	width: 50%
}

.tablestyle1 tr {
	background-color: #fff
}

.tablestyle1 tr:nth-child(even) {
	background-color: #efefef
}

.tablestyle1 td {
	border: 1px solid #e1e1e1;
	padding: 9px 8px;
	font-size: 14px;
	vertical-align: middle
}

.tablestyle1 tr td:nth-child(1) {
	text-align: left;
	padding-left: 25px
}

.tablestyle2 {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	margin-bottom: 25px
}

.tablestyle2 tr {
	background-color: #fff
}

.tablestyle2 td {
	border: 1px solid #e1e1e1;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: middle;
	width: 50%
}

.tablestyle3 {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	margin-bottom: 25px
}

.tablestyle3 th {
	padding: 9px 8px;
	background-color: #ea333f;
	color: #fff;
	border: 1px solid #bf2d36;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	width: 50%
}

.tablestyle3 tr {
	background-color: #fff
}

.tablestyle1 tr:nth-child(even) {
	background-color: #efefef
}

.tablestyle3 td {
	border: 1px solid #ccc;
	padding: 9px 8px;
	font-size: 14px;
	vertical-align: middle
}

.form-box-main {
	background: #fff
}

.form-box-main h2 {
	text-align: left;
	font-size: 44px;
	width: 100%;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #091e42
}

.form-box-main form {
	width: 100%;
	margin: 0 auto
}

.form-box-main form .col-md-12,
.form-box-main form .col-md-6 {
	padding-bottom: 30px
}

.form-box-main form label.field-txt {
	font-weight: 500;
	font-size: 18px;
	color: #091e42;
	margin: 0 0 5px;
	width: 100%;
	display: block
}

.form-box-main form label.field-txt span {
	color: #ec1d23
}

.form-box-main form input[type=email],
.form-box-main form input[type=number],
.form-box-main form input[type=tel],
.form-box-main form input[type=text],
.form-box-main form textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #b2b9c1;
	background: #fff;
	padding: 18px 15px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	height: 55px;
	border-radius: 5px
}

.form-box-main form select {
	width: 100%;
	margin: 0;
	border: 1px solid #b2b9c1;
	background: #fff;
	padding: 12px 25px 12px 15px;
	color: #091e42;
	font-size: 18px;
	font-weight: 400;
	border-radius: 5px
}

.form-box-main form select[name=ddlDay],
.form-box-main form select[name=ddlMonth],
.form-box-main form select[name=ddlYear] {
	float: left;
	width: 32.5%;
	margin: 0 1% 0 0
}

.form-box-main form select[name=ddlYear] {
	margin: 0
}

.form-box-main form textarea {
	width: 100%;
	margin: 0;
	padding: 8px 12px;
	height: 100px
}

.check-list {
	float: left
}

.form-box-main form input[type=checkbox]:not(old),
.form-box-main form input[type=radio]:not(old) {
	width: 20px;
	margin: 0;
	padding: 0;
	opacity: 1;
	cursor: pointer
}

.form-box-main form input[type=checkbox]:not(old)+label,
input[type=radio]:not(old)+label {
	display: inline-block;
	margin-left: -28px;
	padding-left: 28px;
	background: url(../images/checks.png) no-repeat 0 0;
	line-height: 24px;
	font-weight: 500;
	font-size: 14px;
	color: #091e42
}

.form-box-main form .slct {
	position: relative
}

.form-box-main form .slct:after {
	position: absolute;
	content: "\e955";
	font-family: icomoon !important;
	bottom: 16px;
	right: 16px;
	font-size: 14px
}

.form-box-main form input[type=checkbox]:not(old):checked+label {
	background-position: 0 -24px
}

.form-box-main form input[type=radio]:not(old):checked+label {
	background-position: 0 -48px
}

.form-box-main form input[type=submit] {
	display: inline-block;
	transform: translateY(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff;
	border: 1px solid #f9653b;
	padding: 20px 60px;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer
}

.form-box-main form input[type=submit]:after {
	content: "\e93a";
	font-family: icomoon !important;
	font-size: 13px;
	color: #fff;
	padding-left: 10px
}

.form-box-main form input[type=submit]:hover {
	display: inline-block;
	color: #fff;
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%)
}

.form-box-main form input::-webkit-input-placeholder {
	color: gray;
	opacity: 1 !important
}

.form-box-main form input:-moz-placeholder {
	color: gray
}

.form-box-main form input::-moz-placeholder {
	color: gray
}

.form-box-main form input:-ms-input-placeholder {
	color: gray
}

.form-box-main form textarea::-webkit-input-placeholder {
	color: gray;
	opacity: 1 !important
}

.form-box-main form textarea:-moz-placeholder {
	color: gray
}

.form-box-main form textarea::-moz-placeholder {
	color: gray
}

.form-box-main form textarea:-ms-input-placeholder {
	color: gray
}

.form-box-main form input:focus,
.form-box-main form option:focus,
.form-box-main form select:focus,
.form-box-main form textarea:focus,
.selected-flag {
	outline: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.form-box-main form .intl-tel-input {
	width: 100%
}

.form-box-main form .intl-tel-input .country-list {
	width: 380px
}

.form-box-main form .intl-tel-input .country-list .country {
	font-size: 13px
}

.form-box-main form label.error,
label.error {
	color: red;
	font-style: italic;
	margin-bottom: 0;
	display: none !important
}

div.error {
	display: none
}

input.checkbox {
	border: none
}

input.error {
	border: 1px solid red !important
}

form.cmxform .gray * {
	color: gray
}

.sidebar h4 {
	color: #fff;
	background: #20cb98;
	padding: 15px 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600
}

.sidebar-list {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0;
	border: 1px solid #d9d9d9
}

.sidebar-list li {
	border-top: 1px solid #d9d9d9
}

.sidebar-list li:first-child {
	border-top: 0
}

.sidebar-list li a {
	background: #f5f5f5;
	color: #000810;
	text-transform: capitalize;
	font-size: 14px;
	padding: 12px 15px 12px 30px;
	position: relative;
	display: block
}

.sidebar-list li a:hover {
	color: var(--secondary-color)
}

.sidebar-list li a:before {
	position: absolute;
	content: "\e93a";
	font-family: icomoon !important;
	font-size: 18px;
	color: var(--secondary-color);
	left: 15px;
	top: 10px
}

.side-banner {
	margin: 10px 0
}

thumb-slider-main {
	position: relative
}

.thumb-slide {
	padding: 25px;
	position: relative
}

.thumb-slider .thumb-slide img {
	transition: all .3s ease
}

.thumb-slider .slick-center img {
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.thumb-content h3 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 26px
}

.thumb-content {
	position: absolute;
	bottom: 25px;
	padding: 0;
	transition: all .3s ease 0s;
	left: 40px
}

.thumb-content span {
	font-size: 14px;
	line-height: 26px;
	display: block;
	font-weight: 500;
	text-transform: capitalize;
	transition: all .3s ease 0s
}

.slick-center .thumb-content {
	bottom: 0;
	left: 0
}

.thumb-slider .slick-next,
.thumb-slider .slick-prev {
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index: 100;
	display: block;
	width: 57px;
	height: 57px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.thumb-slider .slick-prev {
	left: -65px;
	background: url(../slick-arrows-slider.html) no-repeat top 0 left 0
}

.thumb-slider .slick-next {
	right: -65px;
	background: url(../slick-arrows-slider.html) no-repeat top 0 left -57px
}

.thumb-slider .thumb-slide:focus {
	outline: 0
}

.bid-slider-gallery {
	position: relative;
	padding: 10px 5px 10px 0;
	float: left;
	width: 78%
}

.bid-slider-gallery .slick-slide {
	border: 1px solid #e7edef;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px
}

.bid-slider-gallery .slick-slide img {
	width: 100%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px
}

.bid-gallery-nav-wrapper {
	width: 22%;
	float: left;
	padding: 5px 0 0 5px
}

.bid-gallery-nav {
	position: relative
}

.bid-gallery-nav .slick-slide {
	padding: 5px 0;
	height: 88px;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px
}

.bid-gallery-nav .slick-slide img {
	width: 100%;
	height: 88px;
	cursor: pointer;
	opacity: .5;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px
}

.bid-gallery-nav .slick-slide.slick-current img {
	opacity: 1
}

.sliderxs .slick-dots {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 0 auto;
	border-radius: 3px;
	list-style: none;
	text-align: center
}

.sliderxs .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0;
	cursor: pointer
}

.sliderxs .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	outline: 0;
	background: #10171f;
	border: none;
	border-radius: 200px
}

.sliderxs .slick-dots li.slick-active button {
	background: var(--primary-color);
	border: none
}

.sliderxs .slick-dots li button:before {
	display: none
}

.sliderxs .col-lg-2:focus,
.sliderxs .col-lg-3:focus,
.sliderxs .col-lg-4:focus,
.sliderxs .col-lg-6:focus {
	outline: 0
}

.sitemap {
	list-style: none;
	margin: 0 0 15px 0;
	width: 100%;
	display: inline-block
}

.sitemap>li {
	color: #0f0b1f;
	padding: 0 0 10px 16px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	display: block
}

.sitemap>li:before {
	position: absolute;
	content: "\f0da";
	left: 0;
	top: 0;
	font-family: fontAwesome;
	font-size: 13px;
	color: #0f0b1f
}

.sitemap>li>a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #0f0b1f
}

.sitemap li a:hover {
	color: #23527c
}

.sitemap>li>ul {
	margin: 10px 0 0 15px
}

.sitemap>li>ul>li {
	color: #0f0b1f;
	padding: 0 0 5px 0;
	list-style-type: disc
}

.sitemap>li>ul>li>a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #0f0b1f
}

.sitemap>li>ul>li>ul {
	margin: 10px 0 0 20px
}

.sitemap>li>ul>li>ul li {
	color: #0f0b1f;
	padding: 0 0 5px 0;
	list-style-type: square
}

.sitemap>li>ul>li>ul li>a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #0f0b1f
}

.footer-main {
	background: #f4f5f7
}

.footer-top {
	padding: 40px 0 0
}

.footer-top h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 0;
	position: relative
}

.address-main ul {
	width: 100%;
	display: inline-block;
	margin: 10px 0
}

.address-main ul li {
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
	padding: 0 0 8px 18px;
	position: relative;
	color: #fff
}

.address-main ul li a {
	color: #fff
}

.address-main ul li a:hover {
	color: #c2c2c2
}

.address-main ul li span {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--primary-color);
	font-size: 15px
}

.ftr-social {
	text-align: center;
	display: table;
	margin: 0 auto
}

.ftr-social li {
	float: left;
	margin: 0 15px 0 0;
	position: relative;
	text-align: center
}

.ftr-social li a {
	display: block;
	padding: 0;
	text-align: center
}

.ftr-social li a span {
	color: #cbd6e2;
	font-size: 14px;
	margin: 0
}

.ftr-social li a:hover span {
	color: #fff !important
}

.ftr-social li a:hover span.icon-facebook {
	color: #3b5998
}

.ftr-social li a:hover span.icon-twitter {
	color: #1da1f2
}

.ftr-social li a:hover span.icon-google-plus {
	color: #dd5044
}

.ftr-social li a:hover span.icon-linkedin {
	color: #007bb6
}

.ftr-social li a:hover span.icon-youtube-play {
	color: #c4302b
}

.ftr-social li a:hover span.icon-pinterest-p {
	color: #c92228
}

.ftr-social li a:hover span.icon-instagram {
	color: #fb3958
}

.ftr-social li a:hover span.icon-vimeo {
	color: #4ebbff
}

.ftr-social li a:hover span.icon-medium {
	color: #347235
}

.ftr-social2 {
	display: inline-block;
	margin: 10px 0;
	width: 100%
}

.ftr-social2 li {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	text-align: center
}

.ftr-social2 li a {
	display: block;
	padding: 0;
	text-align: center
}

.ftr-social2 li a span {
	background: #3b5998;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	margin: 0;
	display: block
}

.ftr-social2 li a:hover span {
	color: #fff
}

.ftr-social2 li a span.icon-facebook {
	background: #3b5998
}

.ftr-social2 li a span.icon-twitter {
	background: #1da1f2
}

.ftr-social2 li a span.icon-google-plus {
	background: #dd5044
}

.ftr-social2 li a span.icon-linkedin {
	background: #007bb6
}

.ftr-social2 li a span.icon-youtube-play {
	background: #c4302b
}

.ftr-social3 {
	display: inline-block;
	margin: 10px 0;
	width: 100%
}

.ftr-social3 li {
	float: left;
	margin: 0 15px 0 0;
	position: relative;
	text-align: center
}

.ftr-social3 li a {
	display: block;
	padding: 0;
	text-align: center
}

.ftr-social3 li a span {
	color: #fff;
	font-size: 25px;
	margin: 0
}

.ftr-social3 li a:hover span {
	color: #d3d3d3
}

.footer-nav {
	text-align: right;
	list-style-type: none;
	margin: 12px 0 20px;
	width: 100%;
	display: inline-block
}

.footer-nav li {
	margin-right: 20px;
	position: relative;
	display: inline-block
}

.footer-nav li:before {
	position: absolute;
	font-family: icomoon !important;
	left: 0;
	top: 3px;
	font-size: 13px;
	color: var(--primary-color)
}

.footer-nav li a {
	font-size: 12px;
	font-weight: 400;
	color: #fff
}

.footer-nav li a:hover {
	color: #c2c2c2
}

.subscribe-main {
	margin: 30px 15px 10px;
	width: 100%;
	float: right;
	text-align: right;
	display: inline-block
}

.subscribe-main input[type=text] {
	background: #fff;
	border: 0;
	border-radius: 5px 0 0 5px;
	color: #9d9d9d;
	padding: 10px;
	font-size: 14px;
	font-weight: 300;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 65%
}

.subscribe-main input[type=submit] {
	background: #20cb98;
	border: 0;
	color: #fff;
	border-radius: 0 5px 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	cursor: pointer;
	float: left;
	height: 30px;
	width: 35%
}

.subscribe-main input[type=submit]:hover {
	background: #23bb8f
}

.subscribe-main input::-webkit-input-placeholder {
	color: #9d9d9d;
	opacity: 1 !important
}

.subscribe-main input:-moz-placeholder {
	color: #9d9d9d
}

.subscribe-main input::-moz-placeholder {
	color: #9d9d9d
}

.subscribe-main input:-ms-input-placeholder {
	color: #9d9d9d
}

.footer-bottom {
	background: #f4f5f7;
	padding: 30px 0
}

.footer-nav2 {
	list-style-type: none;
	margin: 10px 0 10px 0;
	float: right
}

.footer-nav2 li {
	float: left;
	padding: 0 12px;
	position: relative
}

.footer-nav2 li:first-child {
	padding-left: 0
}

.footer-nav2 li:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 13px;
	background: #fff;
	left: 0;
	top: 30%
}

.footer-nav2 li:first-child:before {
	display: none
}

.footer-nav2 li a {
	font-size: 13px;
	font-weight: 400;
	color: #091e42
}

.footer-nav2 li a:hover {
	text-decoration: underline
}

.copyright {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 12px;
	color: #091e42
}

.copyright span {
	color: #091e42
}

.disclaimer-area {
	background: #000;
	padding: 10px 0
}

.disclaimer {
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	margin: 0;
	padding: 10px 0
}

.disclaimer strong {
	color: var(--primary-color);
	font-weight: 500
}

.custom-popup {
	padding: 25px 25px;
	display: none;
	background: #e5e5e5;
	max-width: 550px
}

.custom-popup h4 {
	color: #003a7b;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid gray;
	text-align: left;
	position: relative
}

.myClose {
	height: 36px;
	width: 36px;
	background: url(../close-custom.html) no-repeat 0 0
}

.gallery-simple {
	overflow: hidden
}

.gallery-simple li {
	width: 750px;
	float: left;
	padding: 5px
}

.gallery-simple img {
	width: 100%
}

.thumbsmain {
	display: none
}

.gallery-simple .slick-dots {
	display: inline-block;
	width: 100%;
	padding: 0
}

.gallery-simple .slick-dots li {
	float: left;
	width: 20%;
	padding: 5px;
	margin-bottom: 0
}

.gallery-simple .slick-dots li button {
	border: none;
	background: 0 0;
	padding: 0;
	outline: 0
}

.stockdetails-main ul {
	width: 100%
}

.stock-det-large .slick-dots li,
.stockdetails-main ul.thumbsmain li {
	float: left;
	width: 20%;
	padding: 5px;
	margin-bottom: 0
}

.stock-det-large .slick-dots li button {
	border: none;
	background: 0 0;
	padding: 0;
	outline: 0
}

.stock-det-large .slick-dots li img,
.stockdetails-main ul.thumbsmain li img {
	width: 143px;
	height: 92px
}

.thumbsmain {
	display: none
}

.car-top {
	width: 85px;
	position: fixed;
	bottom: -180px;
	right: 0;
	z-index: 999;
	opacity: 1;
	cursor: pointer
}

.car-top.show {
	bottom: 5% !important;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s
}

.car-top.car-run {
	bottom: 100% !important;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s
}

.car-top.car-down {
	-webkit-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	transition: 1s
}

.car-top:after,
.car-top:before {
	content: "";
	position: absolute;
	-o-transition: .2s;
	-webkit-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	opacity: 0
}

.car-top.car-run:after,
.car-top.car-run:before,
.car-top:hover:after,
.car-top:hover:before {
	opacity: 1
}

.car-top.car-run:before,
.car-top:before {
	top: -1px;
	left: 0;
	width: 85px;
	height: 89px;
	background: url(../car-focus.html) no-repeat 0 0
}

#footer>.container>.row {
	padding: 60px 0
}

#footer>.container>.row~.row {
	padding: 0
}

footer .social-full {
	border-top: 1px solid rgba(0, 0, 0, .06);
	border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.main-servi-wrapper {
	background: #0b0b0b4a;
	border-radius: 7px
}

.services_form {
	width: 70%;
	margin: 20px auto 0;
	float: right
}

.services_form .container {
	max-width: 100%
}

.services_form .per-box1 {
	display: inline-block;
	padding: 0;
	display: none;
}

.services_form .banner-form {
	width: 100%;
	position: relative;
	top: 0;
	background: 0 0
}

.services_form .per-box2 {
	width: 100%;
	text-align: center;
}

.services_form .per-box2 h3 span {
	font-size: 22px;
	display: inline-block
}

.services_form .per-box2 h3 p {
	display: block;
	padding: 0 0 10px;
}

.services_form .gt-strtd h3 {
	display: none
}

.services_form .main-percent {
	background-image: none;
	top: 0;
	background-color: transparent
}

.services_form .ban-form .term label {
	color:white;
}

.services_form .ban-form input {
	height: 45px;
	background: #00000000;
	color: #fff
}

.services_form .massage-field textarea {
	height: 110px;
	background: 0 0;
	color: #fff
}

.services_form .massage-field textarea::placeholder {
	color: #fff
}

.services_form .ban-form input::-webkit-input-placeholder {
	color: #fff
}

.services_form .ban-form input::-ms-input-placeholder {
	color: #fff
}

.services_form .ban-form input::placeholder {
	color: #fff
}

.services_form .ban-form .intl-tel-input.separate-dial-code .selected-dial-code {
	color: #fff
}

.services_form .ban-form .intl-tel-input .selected-flag .iti-arrow {
	border-top: 4px solid #fff
}

.hompg .services_form {
	width: 100%;
	margin: 80px auto 0;
	float: right
}

.whatsapp {
	width: 250px;
	height: 0;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 100%;
	font-size: 14px;
	position: fixed;
	bottom: 100px;
	left: 20px;
	z-index: 9999;
	box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, .71);
	padding: 0 0;
	animation: scrollDownAnimation .5s ease infinite alternate;
	-webkit-animation: scrollDownAnimation .7s ease infinite alternate;
	background: #00e676;
	background: -moz-linear-gradient(left, #ea018e 0, #9b2c92 100%);
	bottom: 40px;
	transform: translate(50%)
}

.whatsapp:hover {
	color: #fff
}

.badge-dic {
	width: 160px;
	height: 160px;
	display: block;
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 9999;
	padding: 1px 0;
	animation: scrollDownAnimation .5s ease infinite alternate;
	-webkit-animation: scrollDownAnimation .5s ease infinite alternate
}

@keyframes scrollDownAnimation {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(-10px)
	}
}

@-webkit-keyframes scrollDownAnimation {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(-10px)
	}
}

@-webkit-keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 201, 226, .3), 0 0 0 10px rgba(1, 201, 226, .3), 0 0 0 20px rgba(1, 201, 226, .3), 0 0 0 30px rgba(1, 201, 226, .3)
	}

	100% {
		box-shadow: 0 0 0 1em rgba(1, 201, 226, .3), 0 0 0 20px rgba(1, 201, 226, .3), 0 0 0 30px rgba(1, 201, 226, .3), 0 0 0 50px rgba(1, 201, 226, 0)
	}
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(201, 205, 206, .3), 0 0 0 10px rgba(232, 238, 239, .3), 0 0 0 20px rgba(219, 224, 224, .3), 0 0 0 30px rgba(197, 199, 199, .3)
	}

	100% {
		box-shadow: 0 0 0 1em rgba(207, 219, 220, .3), 0 0 0 20px rgba(167, 174, 175, .3), 0 0 0 30px rgba(187, 194, 195, .3), 0 0 0 50px rgba(1, 201, 226, 0)
	}
}

.analyzeform {
	margin-top: 30px
}

.analyzeform form label.error {
	display: none !important
}

.analyzeform form input.error {
	border: 1px solid red !important
}

.analyzeform form input[type=email],
.analyzeform form input[type=number],
.analyzeform form input[type=tel],
.analyzeform form input[type=text],
.analyzeform form textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 13px 15px;
	color: gray;
	font-size: 13px;
	height: 50px;
	font-weight: 400;
	outline: 0 !important;
	margin-bottom: 10px
}

.round {
	border-radius: 5px 0 0 5px
}

.analyzeform form .intl-tel-input {
	width: 100%
}

.analyzeform form .intl-tel-input.separate-dial-code .selected-dial-code {
	padding-left: 14px
}

.analyzeform form .dtf {
	float: left;
	width: 25%;
	margin-bottom: 0
}

.analyzeform form input[type=submit] {
	border: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	padding: 18px 60px 19px;
	margin-left: -10px;
	text-align: left;
	letter-spacing: 1px;
	border-radius: 5px;
	font-family: var(--primary-font-family);
	background: #16b9bd
}

.analyzeform form .wrap {
	text-align: center;
	width: 100%
}

.analyzeform form .finput:focus {
	outline: 0 !important
}

.partners-cta {
	padding-bottom: 16px;
	margin-top: 0;
	padding: 15px 0 15px 0;
	background: #0e2b36
}

.partners-cta .container-custom {
	width: 1270px;
	margin: 0 auto
}

.partners-cta ul {
	z-index: 9;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	display: inline-block
}

.partners-cta ul li {
	display: inline-block
}

.partners-cta ul li:last-child {
	margin-right: 0
}

.partners-cta ul li figure {
	margin-bottom: 0
}

.partners-cta ul li figure img {
	margin: 0 auto;
	display: table;
	width: 70%
}

.counter {
	height: 100px;
	background: #171b23;
	display: block
}

.counter ul {
	display: inline-block;
	width: 100%;
	z-index: 2;
	margin-bottom: -6px
}

.counter ul li {
	width: 25%;
	float: left;
	padding: 18px 40px
}

.counter ul li a:hover {
	color: #fff
}

.counter ul li a figure {
	float: left;
	width: 20%;
	margin-bottom: 0
}

.counter ul li a figure img {
	max-width: 64px
}

.counter ul li a .wrap {
	width: 72%;
	float: right;
	padding-top: 8px;
	padding-left: 15px;
	color: #fff;
	font-size: 15px
}

.counter ul li:nth-child(1) {
	background: #272b34
}

.counter ul li:nth-child(2) {
	background: #22262f
}

.counter ul li:nth-child(3) {
	background: #272b34
}

.counter ul li.dkblk {
	background: #22262f
}

.cntent-page .main-princing-sec-hme {
	padding-bottom: 150px
}

.strugglesec {
	padding: 100px 0
}

.strugglesec h2 {
	text-align: left;
	font-size: 36px;
	width: 100%;
	font-weight: 700;
	line-height: 1.2
}

.strugglesec ul {
	display: inline-block
}

.strugglesec ul li {
	width: 50%;
	padding-left: 35px;
	line-height: 1.4;
	float: left;
	color: #687087;
	position: relative;
	font-size: 20px;
	padding-bottom: 20px
}

.strugglesec ul li a {
	color: #687087
}

.strugglesec ul li a:hover {
	color: #f23386
}

.strugglesec ul li:before {
	content: "\e962";
	position: absolute;
	font-family: icomoon !important;
	left: 0;
	font-size: 20px;
	color: #f23386;
	display: table-cell;
	vertical-align: middle
}

.helpsec {
	background: #33475b;
	padding: 100px 0
}

.helpsec h2 {
	text-align: left;
	font-size: 36px;
	width: 100%;
	color: #fff;
	font-weight: 700
}

.helpsec .img-container {
	background-image: url(../iphonex.html);
	margin: 0 auto 0;
	padding-top: 22px;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	width: 339px;
	height: 686px
}

.helpsec .img-container figure.abs {
	right: 0;
	top: 40px;
	position: absolute;
	z-index: 9;
	left: 0;
	text-align: center
}

.helpsec .img-container .cs-slider img {
	height: 647px
}

.hlpwrap {
	margin: 70px 0
}

.hlpwrap li {
	width: 100%;
	clear: both;
	padding-bottom: 20px;
	display: inline-block
}

.hlpwrap li .lft {
	width: 30%;
	float: left
}

.hlpwrap li .lft figure {
	margin: 22px auto 0;
	display: table
}

.hlpwrap li .rht {
	width: 70%;
	float: right;
	padding: 18px 0
}

.hlpwrap li .rht h3 {
	font-size: 22px;
	color: #223235;
	font-weight: 400
}

.hlpwrap li .rht p {
	text-align: left;
	font-size: 18px;
	line-height: 1.4;
	padding-bottom: 0
}

@keyframes bouncy {
	0% {
		margin-top: 0
	}

	25% {
		margin-top: 5px
	}

	50% {
		margin-top: 0
	}

	75% {
		margin-top: 5px
	}

	100% {
		margin-top: 0
	}
}

.hvr-bob:hover {
	animation-name: bouncy;
	animation-duration: 3s;
	animation-iteration-count: infinite
}

.packages-sec {
	background: url(../packagesbg.html) no-repeat;
	width: 100%;
	background-size: cover;
	background-position: top center;
	padding: 100px 0
}

.packages-sec h2 {
	text-align: center;
	font-size: 44px;
	width: 100%
}

.packages-sec p {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 40px
}

.packages-sec .pack-wrap {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 46px #0000001a
}

.packages-sec .pack-wrap .hdarea {
	text-align: center;
	padding: 30px 30px 20px
}

.packages-sec .pack-wrap .hdarea h4 {
	text-transform: capitalize;
	padding-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 13px 30px 10px;
	color: #488cfb;
	border-radius: 30px;
	background: #e6f6ff;
	display: inline-block
}

.packages-sec .pack-wrap .hdarea h2 {
	color: red;
	font-size: 20px
}

.packages-sec .pack-wrap .hdarea h3 {
	color: #323637;
	font-size: 30px;
	padding-bottom: 10px
}

.packages-sec .pack-wrap .hdarea p {
	color: #999;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	padding: 0 30px
}

.packages-sec .pack-wrap .bdarea {
	padding: 10px 35px 20px
}

.packages-sec .pack-wrap .bdarea ul {
	margin-bottom: 0
}

.packages-sec .pack-wrap .bdarea ul li {
	width: 100%;
	padding: 5px 0;
	color: var(--default-color);
	padding-left: 30px;
	font-size: 14px;
	position: relative
}

.packages-sec .pack-wrap .bdarea ul li.heading {
	padding-left: 0;
	font-weight: 700;
	font-size: 16px;
	font-style: italic
}

.packages-sec .pack-wrap .bdarea ul li.heading:before {
	display: none
}

.packages-sec .pack-wrap .bdarea ul li:before {
	content: "\e962";
	position: absolute;
	left: 0;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	display: table-cell;
	vertical-align: middle;
	height: 8px;
	border-radius: 50%;
	background-color: #4f88fe
}

.packages-sec .pack-wrap .ftarea {
	padding: 10px 35px 120px
}

.packages-sec .pack-wrap .ftarea .lft {
	width: 55%;
	float: left
}

.packages-sec .pack-wrap .ftarea .lft h4 {
	font-size: 34px;
	font-weight: 700;
	padding-bottom: 0;
	color: #4e8af8
}

.packages-sec .pack-wrap .ftarea .lft h4 strong {
	font-weight: 400;
	font-size: 22px
}

.packages-sec .pack-wrap .ftarea .lft h4 span {
	display: block;
	font-size: 14px;
	color: #b2b8ca
}

.packages-sec .pack-wrap .ftarea .rht {
	width: 45%;
	text-align: right;
	float: right
}

.packages-sec .pack-wrap .ftarea .rht p {
	line-height: 1.4;
	text-align: right;
	font-weight: 500;
	padding-bottom: 0;
	font-size: 13px
}

.packages-sec .pack-wrap .ftarea .rht p span {
	display: block;
	color: #999;
	font-size: 14px
}

.pkbtn {
	margin-top: -28px;
	text-align: center;
	clear: both
}

.btn-blue {
	color: #fff;
	background: #4a8cfc;
	padding: 14px 50px;
	font-size: 16px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	font-weight: 700;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #fff
}

.btn-blue:hover {
	transform: translateY(-3.925px);
	color: #fff
}

.btn-green {
	color: #fff;
	background: #20cb98;
	padding: 14px 50px;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #fff
}

.btn-green:hover {
	transform: translateY(-3.925px);
	color: #fff
}

.btn-red {
	color: #fff;
	background: #f45948;
	padding: 14px 50px;
	font-size: 16px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	font-weight: 700;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #fff
}

.btn-red:hover {
	transform: translateY(-3.925px);
	color: #fff
}

.packages-sec .pack-wrap.green .hdarea h4 {
	color: #20cb98;
	line-height: 1;
	text-transform: capitalize;
	background: #00a1593d
}

.packages-sec .pack-wrap.green .bdarea ul li:before {
	background-color: #20cb98
}

.packages-sec .pack-wrap.green .ftarea .lft h4 {
	color: #20cb98
}

.packages-sec .pack-wrap.red .hdarea h4 {
	color: #f75849;
	background: #f5594638
}

.packages-sec .pack-wrap.red .bdarea ul li:before {
	background-color: #fe5344
}

.packages-sec .pack-wrap.red .ftarea .lft h4 {
	color: #f85649
}

.list-scroll {
	height: 155px
}

.ticklist2.list-scroll {
	height: 146px
}

.cta-left {
	display: inline-block;
	width: 65%;
	vertical-align: middle
}

.cta {
	background: #f5f8fa;
	padding: 40px 0
}

.cta h3 {
	text-align: left;
	padding-bottom: 0;
	font-size: 30px;
	max-width: 65%;
	vertical-align: middle;
	font-weight: 500;
	display: inline-block
}

.cta p {
	padding: 0
}

.cta p a {
	color: #f23386
}

.cta h3 a {
	text-decoration: underline;
	color: #f23386
}

.listsec {
	padding: 60px 0;
	background: #36a879
}

.listsec h2 {
	font-size: 44px;
	text-align: center;
	color: #fff;
	width: 60%;
	margin: 0 auto;
	font-weight: 500;
	letter-spacing: -1px
}

.listsec .wrap ul {
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 0;
	border: 1px solid #ffffff70;
	margin-top: 40px
}

.listsec .wrap ul li {
	width: 33.33%;
	float: left;
	padding: 20px 35px
}

.listsec .wrap ul li.bb {
	border-bottom: 1px solid #ffffff70
}

.listsec .wrap ul li.br {
	border-right: 1px solid #ffffff70
}

.listsec .wrap ul li p {
	padding-left: 30px;
	font-size: 18px;
	position: relative;
	padding-bottom: 0;
	color: #fff
}

.listsec .wrap ul li p:before {
	content: "\e962";
	position: absolute;
	font-family: icomoon !important;
	left: 0;
	font-size: 20px;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}

.cta2 {
	overflow: hidden;
	background: url(../cta-fold.html);
	padding: 60px 0;
	text-align: center;
	height: 325px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.cta2 .wrap {
	position: relative;
	z-index: 2
}

.cta2 .wrap h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 20px
}

.cta2 .wrap h3 {
	text-align: center;
	padding-bottom: 0;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff
}

.cta2 .wrap a {
	padding: 20px 40px;
	color: #f23386;
	font-weight: 700;
	display: inline-block;
	font-size: 18px;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.cta2 .wrap a:hover {
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.testimonial-sec {
	padding: 60px 0;
	background: #fff
}

.testimonial-sec .test-wrap {
	text-align: center
}

.testimonial-sec .test-wrap span {
	font-size: 36px
}

.testimonial-sec .test-wrap h3 {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 400;
	font-style: italic;
	padding-bottom: 25px;
	margin-top: 12px
}

.testimonial-sec .test-wrap h5 {
	font-weight: 600;
	padding-bottom: 0;
	font-size: 14px
}

.testimonial-sec .test-wrap h5 span {
	display: block;
	font-style: italic;
	margin-top: 10px;
	font-weight: 400;
	font-size: 12px
}

.testboxes {
	padding-top: 30px
}

.testboxes .box-wrap {
	padding: 0 60px;
	margin-top: 40px;
	text-align: center
}

.testboxes .box-wrap figure span {
	font-size: 54px;
	color: #20cb98;
	-ms-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.testboxes .box-wrap figure {
	padding-top: 46px
}

.testboxes .box-wrap:hover figure span {
	color: #fff;
	-ms-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.testboxes .box-wrap:hover #egg {
	background: #20cb98;
	-ms-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.testboxes .box-wrap h3 {
	font-weight: 400;
	text-transform: capitalize;
	padding: 20px 0 20px;
	font-size: 20px
}

.testboxes .box-wrap p {
	font-size: 18px;
	line-height: 1.6
}

.testboxes .btn-wrap {
	width: 100%;
	margin-top: 80px;
	text-align: center
}

.testboxes .btn-wrap a {
	text-align: center
}

.testboxes .btn-wrap p {
	font-weight: 700;
	margin-top: 25px
}

.testboxes .btn-wrap p a {
	font-weight: 400;
	text-decoration: underline;
	color: #508beb
}

.cstudy-sec {
	padding: 60px 0 0
}

.cstudy-sec h2 {
	padding-bottom: 0;
	text-align: center;
	font-size: 34px;
	width: 100%;
	margin-bottom: 40px
}

.firstcs {
	display: table;
	position: relative;
	width: 100%
}

.firstcs:before {
	content: "";
	background: #138990;
	width: 50%;
	height: 100vh;
	left: 0;
	top: 0;
	position: absolute
}

.firstcs .txtarea {
	display: table-cell;
	padding: 80px 80px 60px 0;
	height: 100vh;
	vertical-align: middle
}

.firstcs.scndcs:before {
	display: none
}

.firstcs.scndcs:after {
	content: "";
	background: #f0584a;
	width: 50%;
	height: 100vh;
	right: 0;
	z-index: -1;
	top: 0;
	position: absolute
}

.firstcs.scndcs .txtarea {
	padding: 80px 0 60px 80px
}

.firstcs .txtarea ul li {
	width: 100%;
	padding: 20px 0
}

.firstcs .txtarea ul li h5 {
	text-transform: capitalize;
	font-weight: 700;
	color: #fff;
	font-size: 18px
}

.firstcs .txtarea ul li p {
	padding-bottom: 0;
	color: #fff;
	font-size: 16px
}

.figarea {
	display: table-cell;
	padding: 60px 0 60px 80px;
	height: 100vh;
	vertical-align: middle
}

.figarea ul {
	margin-bottom: 30px
}

.figarea ul li {
	width: 100%;
	display: inline-block;
	clear: both
}

.figarea ul li figure {
	margin-bottom: 0;
	float: left;
	width: 130px
}

.figarea ul li .tx {
	width: 70%;
	padding: 40px 40px 40px 20px;
	float: right
}

.figarea ul li .tx h3 {
	padding-bottom: 0;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.6;
	font-size: 16px
}

.figarea .single-test {
	position: relative;
	padding-left: 40px
}

.figarea .single-test span {
	position: absolute;
	font-size: 24px;
	left: 0
}

.figarea .single-test h4 {
	font-size: 20px;
	padding-bottom: 20px;
	font-style: italic
}

.figarea .single-test h5 {
	padding-bottom: 0;
	font-size: 14px;
	font-weight: 700
}

.figarea .single-test h5 span {
	font-size: 12px;
	position: relative;
	display: block;
	font-style: italic;
	font-weight: 400;
	margin-top: 6px
}

.story-sec {
	text-align: left;
	padding: 60px 0;
	background: #fff
}

.story-sec h2 {
	line-height: 1.1;
	width: 100%
}

.story-sec p {
	font-size: 18px;
	line-height: 1.6;
	padding-bottom: 0
}

.bottom-form {
	padding: 100px 0
}

.bottom-form .txtwrap h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2
}

.bottom-form .txtwrap figure {
	margin: 20px 0 30px
}

.bottom-form .txtwrap p {
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 0
}

.bot-form form label.error {
	display: none !important
}

.bot-form form input.error {
	border: 1px solid red !important
}

.bot-form form input[type=email],
.bot-form form input[type=number],
.bot-form form input[type=tel],
.bot-form form input[type=text],
.bot-form form select,
.bot-form form textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	height: 50px;
	font-weight: 400;
	outline: 0 !important
}

.bot-form form .intl-tel-input {
	width: 100%
}

.bot-form form .intl-tel-input.separate-dial-code .selected-dial-code {
	padding-left: 27px
}

.bot-form form .fldset {
	margin-bottom: 10px
}

.bot-form form input[type=submit] {
	border: none;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	padding: 20px 60px;
	letter-spacing: 1px;
	border-radius: 10px;
	font-family: var(--primary-font-family);
	background: #f23386;
	cursor: pointer
}

.bot-form form textarea {
	width: 100%;
	margin: 0;
	padding: 8px 12px;
	height: 100px;
	resize: none
}

.bot-form form .finput:focus {
	outline: 0 !important
}

.flogo {
	padding: 30px 0 10px
}

.btn-main {
	color: #fff !important;
	font-weight: 600;
	text-transform: capitalize;
	padding: 10px 15px;
	background: #16b9bd;
	border-radius: 10px;
	box-shadow: 7px 9px 30px 0 #17a2b85c;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%)
}

.btn-main:hover {
	color: #fff !important;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%)
}

.header-main.fixed .btn-main {
	color: #fff !important
}

.home-banner-content h5 {
	padding-bottom: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-family: var(--primary-font-family);
	padding-top: 10px
}

.home-banner-content h5 a {
	color: #f4bd2c
}

.cs-slider .slick-dots {
	bottom: -50px
}

.header-main .logo img.black {
	display: none
}

.header-main .logo img.white {
	display: block
}

.header-main.fixed .logo img.black {
	display: block
}

.header-main.fixed .logo img.white {
	display: none
}

.analyzeform form input[type=submit]:hover {
	color: #fff !important;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s
}

.pack-wrap.green {
	margin-top: -33px
}

.flogo figure {
	margin-bottom: 0
}

.sec-padding {
	padding: 60px 0
}

.approach-module h2 {
	text-align: center;
	font-size: 34px;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 0
}

.main-faq-sec {
	padding-top: 180px
}

.faq-page .nav-area-full {
	margin-top: 0
}

.aboutus-page .nav-area-full,
.ghostwriting-page .nav-area-full,
.services-page .nav-area-full,
.trustedreviews-page .nav-area-full {
	margin-top: 0
}

.approach-items {
	position: relative;
	counter-reset: my-sec-counter
}

.approach-items .approach-title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 15px;
	display: block
}

.approach-items .approach-content {
	font-size: 16px;
	line-height: 30px;
	color: #000
}

.approach-items .approach-item {
	position: relative;
	width: 100%;
	text-align: left
}

.approach-items .approach-item:before {
	position: absolute;
	left: 50%;
	height: 100%;
	width: 2px;
	display: block;
	content: '';
	background: -webkit-linear-gradient(top, #20cb98 50%, transparent 50%);
	background: linear-gradient(top, orange 50%, transparent 50%);
	background-size: 100% 6px
}

.approach-items .approach-item .approach-inner {
	position: relative;
	float: left;
	box-sizing: border-box;
	border: 2px solid #dfdfdf;
	padding: 40px
}

.approach-items .approach-item .approach-inner:after {
	position: absolute;
	content: '';
	display: inline-block;
	counter-increment: my-sec-counter;
	content: "0" counter(my-sec-counter) "";
	color: #20cb98;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px
}

.approach-items .approach-item:nth-child(2n) .approach-inner {
	float: right
}

.approach-items .approach-item:after {
	clear: both;
	display: block;
	content: ''
}

.approach-sub-module {
	padding: 0 0 100px 0
}

.approach-sub-module .container {
	padding-top: 40px;
	border-top: 1px solid #d0d0d0
}

.approach-sub-module .section-title {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 60px
}

.approach-sub-module .row:last-child .inner:before {
	display: none
}

.approach-sub-module .row:first-child .inner {
	padding: 25px 5% 25px 95px
}

.approach-sub-module .row:first-child .inner:before {
	top: 25px;
	height: calc(100% - 25px)
}

.approach-sub-module .row:last-child .approach-list:not(.active) .inner .column-count:before {
	position: absolute;
	height: 27px;
	z-index: 8;
	left: 50%;
	margin-left: -1px;
	top: -27px;
	display: block;
	content: '';
	width: 2px;
	background-color: #d0d0d0
}

.approach-selection {
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0)
}

.approach-selection .inner {
	position: absolute;
	top: -5px;
	left: 0;
	padding: 0 !important
}

.approach-selection .approach-title {
	position: relative;
	z-index: 19;
	text-transform: uppercase;
	color: #333743;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 10px;
	display: block
}

.approach-selection .approach-content {
	position: relative;
	z-index: 11;
	font-size: 24px;
	line-height: 38px;
	color: #9297a3;
	opacity: .75;
	font-weight: 400
}

.approach-list {
	position: relative;
	padding-right: 8%;
	box-sizing: border-box
}

.approach-list:before {
	position: absolute;
	content: '';
	display: block;
	z-index: 21;
	right: 0;
	height: 100%;
	width: 8%
}

.approach-list .approach-title {
	position: relative;
	z-index: 19;
	text-transform: uppercase;
	color: #333743;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 12px;
	display: block
}

.approach-list .approach-content {
	position: relative;
	z-index: 11;
	font-size: 14px;
	line-height: 20px;
	color: #9297a3;
	opacity: .75;
	font-weight: 400
}

.approach-list .column-count {
	position: absolute;
	z-index: 12;
	top: 25px;
	left: 32px;
	background-color: #fff;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	font-weight: 500;
	color: #106674;
	border-radius: 34px;
	box-sizing: border-box;
	border: 2px solid #d0d0d0
}

.approach-list .inner {
	position: relative;
	padding: 25px 5% 25px 95px;
	box-sizing: border-box;
	z-index: 22
}

.approach-list .inner:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: '';
	display: block;
	height: 100%;
	background-color: #fff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.approach-list .inner:before {
	position: absolute;
	height: 100%;
	z-index: 8;
	left: 48px;
	top: 0;
	display: block;
	content: '';
	width: 2px;
	background-color: #d0d0d0
}

.inner-pages .header-main {
	border-bottom: 1px solid #f5f8fa
}

.inner-pages .inner-banner {
	background-size: cover;
	overflow: hidden;
	width: 100%;
	height: 800px
}

.inner-pages .header-main .logo img.black {
	display: block
}

.inner-pages .header-main .logo img.white {
	display: none
}

.inner-pages .header-main .main-menu>ul>li>a {
	text-transform: capitalize
}

.inner-pages .header-main .btn-main {
	color: #fff !important
}

.inner-banner-content {
	text-align: center;
	margin-top: 130px
}

.inner-banner-content h5 {
	color: #fff;
	padding-bottom: 15px;
	font-size: 20px
}

.inner-banner-content h2 {
	font-size: 42px;
	color: #fff;
	line-height: 1.2;
	padding-bottom: 15px
}

.inner-banner-content h2 span {
	color: #171717;
	font-size: 36px;
	display: block;
	font-weight: 300;
	margin-top: 10px
}

.inner-banner-content p {
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 40px
}

.inner-banner-content a {
	margin-bottom: 60px;
	-moz-transition: .4s;
	-o-transition: .4s
}

.inner-banner {
	height: 570px
}

.lgonly img {
	width: 150%;
	position: relative;
	left: -140px;
	top: -20px
}

.inner-banner-content {
	display: table-cell;
	vertical-align: middle;
	height: 440px
}

.firstcs .txtarea figure img {
	width: auto;
	position: unset
}

.landingp2.landing-pagetext figure img {
	left: -50px
}

.landing-pagetext figure img {
	position: relative;
	top: 0
}

.inner-pages .partners-cta {
	margin-top: -76px;
	padding-top: 16px;
	background: #d0d0d0
}

.inner-pages .partners-cta.ctabb {
	margin-top: -135px;
	padding-top: 16px;
	background: 0 0
}

.inner-pages .strugglesec {
	background: #f7f9fc
}

.socialpg .inner-banner-content a {
	color: #5d82c2
}

.socialpg .approach-items .approach-item .approach-inner:after {
	color: #5d82c2
}

.socialpg .approach-items .approach-item:before {
	position: absolute;
	background: -webkit-linear-gradient(top, #5d82c2 50%, transparent 50%);
	background: linear-gradient(top, orange 50%, transparent 50%);
	background-size: 100% 6px
}

.locsearchpg .inner-banner-content {
	text-align: left
}

.locsearchpg .inner-banner-content a {
	color: #20cb98
}

.locsearchpg .approach-items .approach-item .approach-inner:after {
	color: #20cb98
}

.locsearchpg .approach-items .approach-item:before {
	position: absolute;
	background: -webkit-linear-gradient(top, #20cb98 50%, transparent 50%);
	background: linear-gradient(top, orange 50%, transparent 50%);
	background-size: 100% 6px
}

.inner-pages .bottom-form {
	background: #f6f8fb
}

.servicesec {
	background: url(../packagesbg.html) no-repeat;
	width: 100%;
	background-size: cover;
	background-position: top center;
	padding: 60px 0;
	text-align: center
}

.servicesec h4 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
	font-weight: 700
}

.servicesec p {
	text-align: center;
	font-size: 20px;
	width: 100%
}

.servicesec .boxwrap {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	text-align: center
}

.servicesec .boxwrap li {
	box-shadow: 0 0 30px #0000000f;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	margin: 0 10px 20px;
	position: relative;
	border-radius: 10px;
	min-height: 215px;
	padding: 40px;
	float: left;
	background: #fff;
	width: 18.1%
}

.servicesec .boxwrap li i {
	background-image: url(../services-icons.html);
	background-repeat: no-repeat;
	width: 75px;
	display: inline-block;
	height: 80px;
	margin: 0 auto 10px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.servicesec .boxwrap li i.one {
	background-position: 13px 10px
}

.servicesec .boxwrap li i.two {
	background-position: -70px 10px
}

.servicesec .boxwrap li i.three {
	background-position: -150px 10px
}

.servicesec .boxwrap li i.four {
	background-position: -230px 10px
}

.servicesec .boxwrap li i.five {
	background-position: -320px 10px
}

.servicesec .boxwrap li h6 {
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: #2c2c2c;
	font-size: 16px
}

.servicesec .boxwrap li:hover {
	background: #f23386;
	box-shadow: 0 0 45px #20cB9817;
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.servicesec .boxwrap li:hover i.one {
	background-position: 13px -70px
}

.servicesec .boxwrap li:hover i.two {
	background-position: -70px -70px
}

.servicesec .boxwrap li:hover i.three {
	background-position: -150px -70px
}

.servicesec .boxwrap li:hover i.four {
	background-position: -230px -70px
}

.servicesec .boxwrap li:hover i.five {
	background-position: -320px -70px
}

.servicesec .boxwrap li:hover h6 {
	color: #fff
}

.wbcontentpg .inner-banner-content a {
	color: #f2bd19
}

.wbcontentpg .approach-items .approach-item .approach-inner:after {
	color: #f2bd19
}

.wbcontentpg .approach-items .approach-item:before {
	position: absolute;
	background: -webkit-linear-gradient(top, #f2bd19 50%, transparent 50%);
	background: linear-gradient(top, orange 50%, transparent 50%);
	background-size: 100% 6px
}

.three-testimonials {
	padding: 60px 0;
	background: #fff
}

.three-testimonials h2 {
	padding-bottom: 60px;
	font-size: 34px;
	width: 100%;
	text-align: center
}

.three-testimonials .box {
	-webkit-transition: .4s;
	min-height: 320px;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 5px;
	background: #f7f9fc;
	padding: 30px 30px 20px
}

.three-testimonials .box h3 {
	font-size: 24px
}

.three-testimonials .box span {
	display: inline-block;
	font-size: 26px;
	color: #21caa6;
	margin-bottom: 20px
}

.three-testimonials .box .capt {
	width: 100%;
	display: inline-block
}

.three-testimonials .box .capt .lft {
	float: left;
	width: 20%
}

.three-testimonials .box .capt .lft h5 {
	background: #21caa6;
	padding-bottom: 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	padding: 15px
}

.three-testimonials .box .capt .rht {
	width: 73%;
	padding-top: 8px;
	float: right
}

.three-testimonials .box .capt .rht h4 {
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 600
}

.three-testimonials .box .capt .rht h4 span {
	display: block;
	padding-top: 5px;
	font-size: 14px;
	font-weight: 400
}

.three-testimonials .box:hover {
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	box-shadow: 0 0 30px #0000000f
}

.aboutpg .bottom-form,
.servicespg .bottom-form {
	background: #fff
}

.aboutpg .listsec,
.aboutpg .story-sec {
	background: #fff
}

.aboutpg .cta2 {
	background: #f7f9fc
}

.testsec .firsttesti {
	background: #20cb98;
	padding: 60px 0;
	position: relative
}

.testsec .firsttesti.second {
	background: #f0584a
}

.testsec .firsttesti.third {
	background: #5d82c2
}

.testsec .firsttesti.fourth {
	background: #f2bd19
}

.testsec .firsttesti:before {
	content: "";
	background: #0b9a70;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute
}

.testsec .firsttesti.second:before {
	background: #cc4437;
	left: 0
}

.testsec .firsttesti.third:before {
	background: #4166a7;
	right: 0
}

.testsec .firsttesti.fourth:before {
	background: #dea905;
	left: 0
}

.testsec .firsttesti .lgarea {
	text-align: right;
	padding: 40px 40px
}

.testsec .firsttesti .lgarea figure {
	margin-bottom: 25px
}

.testsec .firsttesti .lgarea h6 {
	color: #fff
}

.testsec .firsttesti .lgarea p {
	color: #fff;
	padding-bottom: 0
}

.testsec .firsttesti .txarea {
	padding: 0 40px
}

.testsec .firsttesti .txarea p {
	line-height: 1.6;
	color: #fff;
	padding-bottom: 0;
	font-size: 16px
}

.testsec .firsttesti .txarea p span {
	padding: 0 10px;
	font-size: 20px;
	color: #fff
}

.testsec .firsttesti .txarea .rating {
	padding-top: 20px
}

.testsec .firsttesti .txarea .rating i {
	color: #fff;
	font-size: 20px
}

.sidebar .accordion {
	margin-top: 0
}

.sidebar .accordion .quest-section .quest-title {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600
}

.sidebar .accordion .quest-section .quest-title:before {
	font-weight: 400;
	font-size: 16px
}

.sidebar .accordion .quest-content p {
	padding-bottom: 10px
}

.sidebar .accordion .quest-content a {
	color: #20cb98
}

.wbcontentpg .inner-banner-content a {
	color: #f2bd19
}

.tabs {
	display: none
}

.tabs.current {
	display: block
}

.tabs li {
	padding: 0 15px;
	width: 33.33%;
	float: left
}

.tabbing-links {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0 auto 75px
}

.tabbing-links li {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block;
	padding: 10px 60px;
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: #fff
}

.tabbing-links li.current,
.tabbing-links li:hover {
	transform: translateY(-5.925px);
	color: #fff;
	background: #20cb98
}

.tphead {
	padding: 20px 0;
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%
}

.analyzepg .home-banner-content h1 {
	font-size: 36px;
	color: #333;
	text-shadow: none
}

.tphead a {
	color: #333
}

.tphead a span {
	font-size: 34px
}

.analyzepg .analyzeform form .dtf {
	width: 100%
}

.analyzepg .home-banner-content .subtitle {
	color: #333;
	font-size: 18px
}

.analyzepg .analyzeform form input[type=text] {
	border-radius: 5px
}

.analyzepg .analyzeform form input[type=submit] {
	margin-left: 0;
	width: 100%
}

.lgonly {
	display: block
}

.xsonly {
	display: none
}

.slider-wrapper:before {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1
}

.header-main.fixed .main-menu {
	margin: 35px 0 0
}

.counter ul li a {
	cursor: default
}

.checklist {
	display: inline-block;
	padding: 0 30px
}

.checklist li {
	width: 50%;
	padding-left: 30px;
	line-height: 1.4;
	float: left;
	color: #687087;
	position: relative;
	font-size: 18px;
	padding-bottom: 12px
}

.checklist li:before {
	content: "\e962";
	position: absolute;
	font-family: icomoon !important;
	left: 0;
	font-size: 18px;
	color: #f23386;
	display: table-cell;
	vertical-align: middle
}

.bookshowcase {
	margin: 0 auto -120px
}

.btn-simple {
	font-size: 20px;
	color: #20cb98
}

.btn-simple:hover {
	color: #20cb98
}

.helpsec p {
	text-align: left;
	font-size: 20px;
	padding-bottom: 0;
	color: #fff;
	line-height: 1.4
}

.testimonial-sec h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	width: 100%
}

.testimonial-sec p {
	text-align: center;
	font-size: 20px;
	line-height: 1.4
}

.testimonial-sec p span {
	color: #20cb98
}

.fc-black {
	color: #223235
}

#egg {
	margin: 0 auto 1em;
	display: block;
	width: 150px;
	height: 150px;
	background-color: #edf1f8;
	-webkit-border-radius: 13px 53px 63px 13px/108px 60px 72px 72px;
	border-radius: 77% 125% 75% 50%/143% 99% 88% 89%;
	-ms-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.counter ul li:last-child a figure img {
	max-width: 73px
}

.innerpackages-sec.leftinner .checklist li {
	display: block;
	width: 100%
}

.leftinner .checklist {
	padding: 0
}

.leftinner .checklist li {
	font-size: 16px
}

.leftinner h2 {
	font-size: 36px
}

.three-testimonials.approach h2 {
	padding-bottom: 20px
}

.three-testimonials.approach p {
	text-align: center;
	font-size: 18px;
	width: 100%;
	padding: 0 40px 40px;
	line-height: 1.4
}

.three-testimonials .box p {
	font-size: 14px;
	text-align: left;
	padding: 0 0 20px;
	line-height: 1.6;
	min-height: 190px
}

.three-testimonials.approach .box {
	box-shadow: 0 0 20px #0000000d;
	background: #fff;
	min-height: 280px
}

.three-testimonials.approach {
	background: #f7f9fc
}

.testimonial-sec.innertestimonial {
	background: #fff
}

.testimonial-sec.innertestimonial .box-wrap {
	padding: 0 20px
}

.testimonial-sec.innertestimonial .box-wrap #circle {
	margin: 0 auto 20px;
	height: 110px;
	padding-top: 36px;
	width: 110px;
	background: #f23386;
	border-radius: 50%
}

.testimonial-sec.innertestimonial .box-wrap #circle span {
	font-size: 28px;
	color: #fff
}

.testimonial-sec.innertestimonial .box-wrap h3 {
	font-weight: 700
}

.testimonial-sec.innertestimonial .box-wrap p {
	font-style: italic;
	line-height: 1.4
}

.testimonial-sec.innertestimonial .box-wrap h6 {
	font-weight: 600;
	padding-bottom: 0;
	font-size: 14px
}

.testimonial-sec.innertestimonial .box-wrap h6 span {
	display: block;
	color: #f23386;
	font-style: italic;
	margin-top: 10px;
	font-weight: 400;
	font-size: 11px
}

.inner-banner-content h6 {
	color: #fff;
	font-size: 60px
}

.cltestpg .story-sec {
	background: #f7f9fc
}

.policypg h2 {
	color: #091e42;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: -1px
}

.policypg h3 {
	font-size: 24px
}

.policypg h4 {
	font-size: 22px;
	color: #253858
}

.who-we-sec {
	padding: 100px 0;
	background: #f6f8fb
}

.who-we-sec h2 {
	font-size: 36px;
	font-weight: 700
}

.who-we-sec p {
	font-size: 20px;
	line-height: 1.4
}

.who-we-sec figure {
	float: right;
	margin-bottom: 0;
	width: 90%
}

.who-we-sec figure img {
	width: 100%;
	max-width: 100%;
	box-shadow: 0 0 20px #00000012;
	border-radius: 10px
}

.weDifferent-sec {
	padding: 100px 0;
	background: #f6f8fb
}

.weDifferent-sec .wrap {
	padding-right: 25px
}

.weDifferent-sec h2 {
	font-size: 36px;
	font-weight: 700
}

.weDifferent-sec h5 {
	font-size: 22px;
	color: #f23386
}

.weDifferent-sec p {
	font-size: 20px;
	line-height: 1.4
}

.diff-wrap {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 20px
}

.diff-wrap li {
	float: left;
	margin-right: 20px;
	width: 30%
}

.diff-wrap li:nth-child(2) {
	margin-top: 45px
}

.diff-wrap li:nth-child(3) {
	margin-right: 0;
	margin-top: 90px
}

.diff-wrap li:nth-child(4) {
	margin-top: -80px
}

.diff-wrap li:nth-child(5) {
	margin-top: -35px
}

.diff-wrap li figure {
	margin-bottom: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 15px 0 #0000000f
}

.diff-wrap li figure img {
	width: 100%;
	border-radius: 10px
}

.diff-wrap li h6 {
	font-size: 18px;
	text-align: center
}

.who-we-sec.left figure {
	float: left
}

.who-we-sec.left {
	background: #fff
}

.servicesec .centerwrap {
	width: 100%;
	margin: 0 auto;
	text-align: center
}

.servicepg .cta {
	background: #fff
}

.wow-testimonial h2 {
	text-align: center
}

.wow-testimonial p {
	font-size: 18px;
	line-height: 1.6;
	text-align: center
}

.wow-testimonial .tsbox {
	box-shadow: 0 0 31px #0000001a;
	border-radius: 10px;
	padding: 40px 10px 40px;
	margin-top: 30px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	min-height: 290px
}

.wow-testimonial .tsbox .lft {
	width: 30%;
	padding-top: 30px;
	float: left
}

.wow-testimonial .tsbox .lft figure {
	width: 134px;
	height: 134px;
	margin: 0 auto;
	background: #20cb98;
	border-radius: 50%
}

.wow-testimonial .tsbox .lft figure span {
	font-size: 30px;
	width: 100%;
	display: inline-block;
	padding-top: 45px;
	color: #fff;
	text-align: center
}

.wow-testimonial .tsbox .rht {
	width: 70%;
	text-align: left;
	padding: 0 20px;
	display: inline-block
}

.wow-testimonial .tsbox .rht h3 {
	font-size: 20px;
	text-align: left;
	padding-bottom: 15px
}

.wow-testimonial .tsbox .rht p {
	padding-bottom: 15px;
	font-size: 16px;
	font-style: italic;
	line-height: 1.4;
	text-align: left
}

.wow-testimonial .tsbox .rht span {
	color: #20cb98
}

.wow-testimonial .tsbox .rht .rating {
	margin-top: 5px
}

.wow-testimonial .tsbox .rht .rating i {
	color: #ff7e65
}

.wow-testimonial .tsbox:hover {
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.main-menu>ul>li.callus {
	margin-top: -21px
}

.main-menu>ul>li.callus span {
	display: block;
	color: #fff;
	text-align: right
}

.main-menu>ul>li.callus a {
	font-weight: 700;
	color: #20cb98
}

.nopadd {
	padding: 0
}

.nopadd-left {
	padding-left: 0
}

.header-main.fixed .main-menu>ul>li.callus span {
	color: #20cb98
}

.counter {
	position: relative
}

.pricing-sec {
	background: #f5f8fa;
	width: 100%;
	padding: 100px 0;
	background-size: cover;
	background-position: top center
}

.pricing-sec h2 {
	font-size: 36px;
	text-align: center;
	font-weight: 700
}

.pricing-sec p {
	font-size: 20px;
	line-height: 1.4;
	text-align: center
}

.pricing-sec .pricingwrap {
	display: inline-block;
	margin: 40px auto 0;
	text-align: center
}

.pricing-sec .pricingwrap li {
	width: 46.7%;
	float: left;
	margin: 0 15px
}

.pricing-sec .pricingwrap li .box {
	display: inline-block;
	margin-bottom: 30px;
	box-shadow: 0 0 25px #00000040;
	border-radius: 10px;
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.pricing-sec .pricingwrap li .box:hover {
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.pricing-sec .pricingwrap li .box figure {
	border-radius: 10px 10px 0 0;
	margin-bottom: 0
}

.pricing-sec .pricingwrap li .box figure img {
	border-radius: 10px 10px 0 0;
	max-width: 100%
}

.pricing-sec .pricingwrap li .box .txt-wrap {
	padding: 25px 20px 20px;
	border-radius: 0 0 10px 10px;
	background: #fff
}

.pricing-sec .pricingwrap li .box .txt-wrap h4 {
	color: #223235;
	text-align: left;
	line-height: 1.2;
	text-decoration: none;
	font-size: 24px;
	border: 0
}

.pricing-sec .pricingwrap li .box .txt-wrap p {
	font-size: 16px;
	color: var(--default-color);
	line-height: 1.4;
	min-height: 95px;
	text-align: left;
	padding-bottom: 0
}

.pricing-sec .tabbing-links {
	text-align: center;
	display: block;
	width: 100%;
	margin: 20px 0
}

.pricing-sec .tabbing-links li {
	margin-right: 10px;
	display: inline-block;
	background: 0 0
}

.pricing-sec .tabbing-links li {
	color: #717171;
	padding: 10px;
	border: 1px solid transparent
}

.pricing-sec .tabbing-links li.current {
	border-color: #f23386
}

.pricing-sec .tabbing-links li a {
	color: #717171;
	font-size: 14px
}

.pricing-sec .tabbing-links li.current a {
	color: #f23386
}

.tabs .portfoliolist {
	font-size: 0
}

.tabs .portfoliolist li {
	float: none;
	width: 43%;
	padding: 0;
	display: inline-block
}

.pricing-sec .tabbing-links li.current,
.pricing-sec .tabbing-links li:hover {
	transform: none
}

.main-princing-sec-hme .nav-pills {
	text-align: center;
	display: block;
	width: 100%;
	margin: 20px 0
}

.main-princing-sec-hme .nav-pills li {
	margin: 22px 4px;
	display: inline-block;
	background: 0 0
}

.main-princing-sec-hme .nav-pills li:first-child {
	margin-left: 0
}

.main-princing-sec-hme .pricing-hme-content .nav-pills li:nth-child(6) {
	margin-left: 0
}

.main-princing-sec-hme .nav-pills li a {
	color: #253858;
	padding: 10px 13px;
	border: 1px solid transparent;
	font-size: 16px;
	background: #fff;
	box-shadow: 5px 6px 30px #00000012
}

.main-princing-sec-hme .nav-pills li a.active {
	border-color: #f0f8ff;
	color: #fff;
	border-radius: 3px;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%)
}

.tabs .portfoliolist {
	font-size: 0
}

.tabs .portfoliolist li {
	float: none;
	width: 43%;
	padding: 0;
	display: inline-block
}

.main-princing-sec-hme .nav-pills li.current,
.main-princing-sec-hme .nav-pills li:hover {
	transform: none
}

.main-princing-sec-hme .pricingboxes {
	padding-top: 1px
}

.pricing-hme-content .smallboxes:hover {
	border: 1px solid #c1c7d0;
	color: #0065ff
}

.pricing-hme-content .smallboxes:hover .more-less,
.pricing-hme-content .smallboxes:hover h4,
.pricing-hme-content .smallboxes:hover p {
	color: #f23386
}

.pricing-hme-content .small-serces {
	display: inline-block;
	width: 96%;
	vertical-align: middle;
	text-align: left
}

.pricing-hme-content .plus-pri {
	display: inline-block;
	width: 4%;
	vertical-align: middle
}

.main-princing-sec-hme .smallboxes h4 {
	color: #091e42;
	font-weight: 900;
	font-size: 20px;
	text-align: left;
	padding-bottom: 3px
}

.main-princing-sec-hme .smallboxes p {
	color: #091e42;
	font-size: 14px;
	padding: 0;
	text-align: left;
	line-height: 18px
}

.inner-pages .main-menu>ul>li.callus span {
	color: #20cb98
}

.top-box {
	margin: 0 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 25px #00000040
}

.top-box .hdarea {
	height: 200px;
	display: inline-block
}

.top-box .hdarea .lf {
	padding: 35px 25px 25px;
	width: 66%;
	float: left
}

.top-box .hdarea .lf h4 {
	color: #223235;
	text-align: left;
	line-height: 1.2;
	text-decoration: none;
	font-size: 24px;
	border: 0
}

.top-box .hdarea .lf p {
	font-size: 14px;
	color: var(--default-color);
	line-height: 1.4;
	text-align: left;
	padding-bottom: 0
}

.top-box .hdarea .lf a {
	color: #21caa8;
	font-size: 16px;
	margin-top: 10px;
	font-weight: 700;
	display: inline-block
}

.top-box .hdarea .rt {
	width: 33%;
	float: right
}

.top-box .hdarea .rt figure {
	margin-bottom: 0
}

.top-box .hdarea .rt figure img {
	width: 100%
}

.top-box .bdarea {
	padding: 0 25px 25px
}

.top-box .bdarea ul {
	margin-bottom: 0
}

.top-box .bdarea ul li {
	margin-right: 34px;
	display: inline-block
}

.top-box .bdarea ul li:last-child {
	margin-right: 0
}

.top-box .bdarea ul li h5 {
	color: #f84768;
	padding-bottom: 0;
	font-size: 26px
}

.top-box .bdarea ul li h5 span {
	color: #000;
	display: block;
	font-size: 18px
}

.top-box .bdarea ul li h6 {
	color: #21caa8;
	font-size: 18px
}

.btn-price {
	color: #fff;
	font-weight: 700 !important;
	text-transform: capitalize !important;
	background: #20cb98;
	border-radius: 4px;
	padding: 16px 20px !important
}

.main-princing-sec-hme .pricingwrap li .box .txt-wrap ul {
	margin-top: 20px;
	width: 100%;
	display: inline-block;
	margin-bottom: 0
}

.pricing-sec .pricingwrap li .box .txt-wrap ul li {
	display: inline-block;
	width: 50%;
	margin: 0
}

.pricing-sec .pricingwrap li .box .txt-wrap ul li a {
	display: inline-block;
	padding: 12px 20px !important
}

.pricing-sec .pricingwrap li .box .txt-wrap ul li h5 {
	text-align: left;
	color: #f84768;
	padding-bottom: 0;
	font-size: 26px
}

.pricing-sec .pricingwrap li .box .txt-wrap ul li span {
	color: #000;
	display: block;
	font-size: 18px
}

.btn-price:hover {
	color: #fff
}

.strugglesec p {
	text-align: left;
	font-size: 20px;
	width: 100%;
	padding-bottom: 0;
	line-height: 1.4
}

.servicesec p span {
	color: #f23386
}

.footer-top .wrapper {
	display: inline-block;
	width: 100%;
	padding: 60px 0 0
}

.addressnav li {
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
	margin-left: 8px;
	padding: 0 0 8px 20px;
	position: relative;
	color: #fff
}

.addressnav li a {
	color: #fff
}

.addressnav li a:hover {
	color: #c2c2c2
}

.addressnav li span {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--primary-color);
	font-size: 15px
}

.three-testimonials.approach .box p {
	min-height: auto
}

.ghst-writng-img-sec {
	padding-top: 20px
}

.menuside {
	position: relative;
	color: #059358;
	font-size: 16px;
	margin-top: 0;
	font-weight: 600;
	display: inline-block
}

.menuside i {
	font-size: 12px
}

.sr_hme a i {
	font-size: 22px
}

.menuside:hover {
	color: #149962
}

.menuside .xicon {
	position: absolute;
	right: -18px;
	top: 2px;
	font-size: 20px;
	color: #171717
}

.counternew {
	background: #f5f8fa
}

.gclients h5 {
	padding-bottom: 0;
	margin-top: 50px;
	width: 100%;
	font-size: 18px;
	position: relative;
	color: #171717;
	font-weight: 600;
	padding-left: 30px;
	display: inline-block
}

.gclients h5:before {
	position: absolute;
	top: 0;
	color: #f23386;
	left: 0;
	content: "\e916";
	font-family: icomoon !important
}

.counternew .figorelist {
	margin-bottom: 0
}

.counternew .figorelist li {
	padding: 0 60px;
	display: inline-block
}

.counternew .figorelist li figure {
	margin-bottom: 0
}

.counternew .figorelist li figure img {
	width: 90px
}

.btn-theme {
	transform: translateY(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	border-radius: 10px;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%)
}

.bk-white {
	background: #fff;
	color: #000
}

.bk-white:hover {
	background: #fff !important;
	color: #000 !important
}

.btn-theme:hover {
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%)
}

.helpsec .cstn-column .imgplace {
	width: 50%;
	display: inline-block
}

.helpsec .cstn-column .txtwrap {
	width: 50%;
	display: inline-block;
	vertical-align: middle
}

.helpsec .imgplace figure {
	margin-bottom: 0
}

.helpsec .imgplace figure img {
	width: 500px
}

.helpsec .txtwrap {
	padding-top: 40px
}

.helpsec .wayswrapper {
	width: 100%;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.helpsec .wayswrapper ul {
	display: inline-block;
	margin-bottom: 0
}

.helpsec .wayswrapper ul li {
	float: left;
	width: 31%;
	padding-right: 10px;
	margin-right: 22px
}

.helpsec .wayswrapper ul li h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 900
}

.helpsec .wayswrapper ul li h3 a {
	color: #fff;
	font-size: 20px;
	font-weight: 900
}

.helpsec .wayswrapper ul li p {
	color: #fff;
	font-size: 16px
}

.innerctabottom {
	display: inline-block;
	width: 65%
}

.helpsec .ctabottom .innerctabottom h3 {
	font-size: 30px
}

.helpsec .ctabottom .innerctabottom h6 {
	color: #ffffffba;
	padding: 5px 0 0;
	margin: 0
}

.helpsec .ctabottom .innerctabottom a {
	float: none;
	color: #fff
}

.helpsec .ctabottom {
	padding-top: 40px;
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.helpsec .ctabottom h3 {
	padding-bottom: 0;
	color: #fff;
	padding-top: 20px;
	font-size: 22px;
	display: inline-block
}

.helpsec .ctabottom a {
	margin-top: 0;
	padding: 20px 40px;
	float: right
}

.strugglesec .paright {
	padding-right: 80px
}

.strugglesec.withimages .paright {
	padding-right: 60px
}

.satisfactionfold {
	background: #f5f5f56b;
	overflow: hidden;
	width: 100%;
	padding: 100px 0 80px
}

.satisfactionfold .textwrap h2 {
	text-align: left;
	font-size: 36px;
	width: 100%;
	font-weight: 700;
	line-height: 1.2
}

.satisfactionfold .textwrap p {
	text-align: left;
	font-size: 20px;
	width: 100%;
	padding-bottom: 0;
	line-height: 1.4
}

.satisfactionfold .textwrap .satisfylist {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 20px
}

.satisfactionfold .textwrap .satisfylist li {
	width: 50%;
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 235px
}

.satisfactionfold .textwrap .satisfylist li .figg {
	margin-bottom: 15px
}

.satisfactionfold .textwrap .satisfylist li .figg img {
	color: #f23386;
	font-size: 40px;
	width: 40px;
	height: 40px
}

.satisfactionfold .textwrap .satisfylist li h3 {
	font-size: 17px;
	font-weight: 700
}

.satisfactionfold .textwrap .satisfylist li p {
	font-size: 16px
}

.satisfactionfold figure {
	margin-bottom: 0
}

.satisfactionfold figure img {
	width: 650px
}

.cta h6 {
	text-align: center;
	font-size: 18px;
	padding-bottom: 0;
	display: inline-block;
	width: 34%;
	vertical-align: middle
}

.cta h6 a {
	color: #f23386;
	display: block;
	font-size: 24px;
	margin-top: 10px
}

.singletestimonials {
	padding: 100px 0
}

.singletestimonials .testwraper {
	width: 80%;
	margin: 0 auto
}

.singletestimonials .testwraper .item .figpart {
	width: 13%;
	margin-right: 70px;
	display: inline-block;
	vertical-align: top
}

.singletestimonials .testwraper .item .figpart figure {
	margin-bottom: 0;
	width: 100px;
	height: 100px;
	background: #f23386;
	border-radius: 50%;
	text-align: center;
	padding-top: 26px;
	margin: 0 auto
}

.singletestimonials .testwraper .item .figpart figure h3 {
	color: #fff;
	padding-bottom: 0;
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: 700
}

.singletestimonials .testwraper .item .quotepart {
	width: 78%;
	display: inline-block;
	vertical-align: top
}

.singletestimonials .testwraper .item .quotepart h4 {
	line-height: 1.3;
	font-size: 34px;
	font-weight: 300;
	position: relative
}

.singletestimonials .testwraper .item .quotepart h4 span.top {
	position: absolute;
	color: #f23386;
	left: -48px;
	top: 0;
	font-size: 36px
}

.singletestimonials .testwraper .item .quotepart h4 span.bottom {
	font-size: 36px;
	color: #f23386;
	margin-left: 15px
}

.singletestimonials .testwraper .item .quotepart h5 {
	padding-bottom: 0;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1
}

.singletestimonials .testwraper .item .quotepart h5 span {
	font-weight: 400;
	display: block;
	font-size: 14px;
	margin-top: 5px
}

.quest-section {
	margin-bottom: 0
}

.faqsection {
	background: #f5f8fa6e;
	padding: 100px 0
}

.faqsection h2 {
	font-size: 36px;
	font-weight: 700
}

.footer-top ul.scalmdia {
	padding: 5px 0 0 0
}

.footer-top ul.scalmdia li {
	display: inline-block;
	margin: 0 10px 0 0
}

.footer-top ul.scalmdia li a {
	color: #253858;
	font-size: 16px;
	font-weight: 600
}

.footer-top ul.scalmdia li a:hover {
	text-decoration: underline
}

.footer-top h3 {
	color: #253858;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 20px;
	margin: 25px 0 0
}

.footer-top .linkinglist {
	display: inline-block;
	margin-bottom: 0
}

.footer-top .linkinglist li {
	padding: 5px 0
}

.footer-top .linkinglist li a {
	color: #091e42;
	font-size: 15px
}

.footer-top .socialmid {
	border-bottom: 1px solid #dfe1e5;
	margin: 0 auto 0;
	padding-bottom: 30px
}

.footer-bottom .fologo {
	width: 150px
}

.oddinner-banner {
	height: 350px
}

.oddinner-banner .inner-banner-content {
	padding-right: 0;
	text-align: center
}

.oddinner-banner .inner-banner-content h3 {
	color: #fff;
	font-size: 42px;
	font-weight: 700
}

.oddinner-banner .inner-banner-content p {
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 0
}

.twoboxes .contactboxeswrap {
	font-size: 0;
	margin-top: -60px
}

.twoboxes .contactboxeswrap .contactbox {
	text-align: center;
	border-radius: 3px;
	padding: 50px 40px;
	background-color: #fff;
	border: 1px solid #eaf0f6;
	width: 49%;
	display: inline-block
}

.twoboxes .contactboxeswrap .contactbox.left {
	margin-right: 22px
}

.twoboxes .contactboxeswrap .contactbox figure span {
	color: #171717;
	font-size: 60px
}

.twoboxes .contactboxeswrap .contactbox figure figcaption {
	color: #171717;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 600
}

.twoboxes .contactboxeswrap .contactbox p {
	line-height: 1.4;
	font-size: 18px;
	padding-bottom: 50px
}

.maparea {
	padding: 100px 0
}

.maparea .mapwrap {
	font-size: 0;
	border: 1px solid #cbd6e2;
	border-radius: 3px
}

.maparea .mapwrap .mappart {
	vertical-align: top;
	width: 60%;
	display: inline-block
}

.maparea .mapwrap .mappart iframe {
	width: 100%;
	height: 500px
}

.maparea .mapwrap .infopart {
	width: 40%;
	padding: 70px 90px 37px 50px;
	vertical-align: top;
	display: inline-block;
	height: 500px
}

.maparea .mapwrap .infopart .chunk {
	padding-bottom: 40px
}

.maparea .mapwrap .infopart .chunk h3 {
	color: #171717;
	font-size: 22px;
	padding-bottom: 15px
}

.maparea .mapwrap .infopart .chunk p {
	font-size: 16px;
	line-height: 1.4
}

.maparea .mapwrap .infopart .chunk a {
	color: #687087;
	font-size: 16px;
	display: block
}

.maparea h2 {
	font-size: 36px;
	width: 100%;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 100px;
	text-align: center
}

.dropdown>ul:before {
	position: absolute;
	content: "";
	top: -11px;
	left: 180px;
	z-index: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(44deg);
	border-radius: 5px;
	border-top: 1px solid #cbd6e2;
	border-left: 1px solid #cbd6e2
}

.dropdown>ul>li:hover {
	background-color: #f5f8fa
}

.dropdown>ul>li:hover a {
	color: #f23386
}

.header-main .othermenu {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header-main.showmenu .othermenu {
	opacity: 1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 99
}

.header-main .has-submenu {
	width: 50px;
	display: inline-block;
	padding-bottom: 16px;
	position: relative
}

.header-main.showmenu .has-submenu {
	z-index: 99
}

.header-main .has-submenu:hover .dropdown {
	visibility: visible;
	top: 35px;
	opacity: 1;
	left: -170px
}

.header-main.showmenu .has-submenu .dropdown>ul {
	margin-bottom: 0
}

.header-main.showmenu .has-submenu .dropdown>ul>li>a {
	color: #171717;
	margin-top: 0;
	font-weight: 400
}

.header-main .has-submenu .dropdown>ul>li {
	width: 100%;
	margin-right: 0
}

.pricingboxes {
	padding-top: 40px
}

.pricingboxes .largebox {
	box-shadow: 0 0 11px #eaf0f6;
	font-size: 0;
	margin-top: 32px;
	padding: 20px 35px 45px;
	background: #fff;
	border-radius: 3px
}

.pricingboxes .largebox .leftarea {
	width: 35%;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px
}

.pricingboxes .largebox .leftarea figure {
	margin-bottom: 20px
}

.btn-packages {
	transform: translateY(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	background: #f23386;
	border-radius: 3px;
	font-size: 16px;
	padding: 16px 20px;
	display: inline-block
}

.btn-packages:hover {
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff
}

.pricingboxes .largebox .rightarea {
	display: inline-block;
	width: 60%;
	padding-top: 32px
}

.pricingboxes .largebox .rightarea h4 {
	font-size: 24px;
	font-weight: 600
}

.pricingboxes .largebox .rightarea p {
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	padding-bottom: 30px
}

.pricingboxes .largebox .rightarea h3 {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	overflow: hidden
}

.pricingboxes .largebox .rightarea h3:before {
	right: 0;
	content: '';
	position: absolute;
	height: 5px;
	margin-left: 10px;
	border-bottom: 1px solid #e0e6ed;
	top: 5px;
	width: 330px;
	z-index: -1
}

.ticklist {
	width: 100%;
	margin-bottom: 0;
	display: inline-block
}

.ticklist li {
	width: 50%;
	vertical-align: top;
	display: inline-block
}

.ticklist li img {
	height: 50px
}

.ticklist li a {
	color: #f23386;
	font-size: 16px;
	font-weight: 700
}

.ticklist li h6 {
	font-size: 20px;
	padding-bottom: 0
}

.ticklist li.ralign {
	text-align: right
}

.smallboxes {
	padding-top: 32px;
	font-size: 0;
	text-align: center
}

.smallboxes .smallbox {
	vertical-align: top;
	min-height: 630px;
	display: inline-block;
	width: 31%;
	box-shadow: 0 0 11px #eaf0f6;
	padding: 30px 25px;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 32px;
	margin-right: 25px
}

.smallboxes .smallbox figure img {
	height: 150px;
	width: 100%
}

.smallboxes .smallbox h4 {
	margin: 0 auto;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	max-width: 72%
}

.smallboxes .smallbox p {
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	padding-bottom: 0
}

.smallboxes .smallbox h3 {
	font-size: 16px;
	font-weight: 600;
	z-index: 99;
	text-align: center;
	position: relative
}

.smallboxes .smallbox .hrline {
	height: 1px;
	border-bottom: 1px solid #e0e6ed;
	margin: 30px 0
}

.ticklist2 li {
	font-size: 16px;
	padding: 0 0 7px 30px;
	text-align: left;
	position: relative
}

.ticklist2 li>ol {
	padding: 7px 0
}

.ticklist2 li span {
	margin-right: 12px;
	font-size: 15px;
	color: #f23386;
	position: absolute;
	left: 0;
	top: 4px
}

.smallboxes .smallbox .price-btnwrap {
	margin-top: 30px;
	text-align: center
}

.smallboxes .smallbox h2 {
	font-size: 34px;
	color: #f23386;
	padding-bottom: 0
}

.smallboxes .smallbox h2 span {
	display: block;
	color: #687087;
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px
}

.smallbox.mid {
	margin: 0 32px
}

.aboutbg {
	background: #f2545b;
	background: -moz-linear-gradient(45deg, #f2545b 0, #ff7a59 100%);
	background: -webkit-linear-gradient(45deg, #f2545b 0, #ff7a59 100%);
	background: linear-gradient(45deg, #f2545b 0, #ff7a59 100%)
}

.inner-banner.aboutbg {
	position: relative
}

.inner-banner.aboutbg .circles {
	position: absolute
}

.dropdown>ul>li.seclvl {
	position: relative
}

.dropdown>ul>li.seclvl:hover .seclvldrop {
	display: block;
	position: absolute;
	width: 200px;
	background: #fff;
	height: auto;
	top: -10px;
	padding: 10px 0;
	right: -200px;
	border: 1px solid #cbd6e2;
	border-radius: .1875rem;
	box-shadow: 0 1px 24px rgba(45, 62, 80, .12);
	z-index: 95
}

.dropdown>ul>li.seclvl .seclvldrop {
	display: none
}

.dropdown>ul>li.seclvl .seclvldrop .droplist {
	z-index: 99;
	position: relative
}

.dropdown>ul>li.seclvl .seclvldrop .droplist:before {
	position: absolute;
	content: "";
	top: 5px;
	left: -12px;
	z-index: -1;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-transform: rotate(-44deg);
	transform: rotate(-44deg);
	border-radius: 5px;
	border-top: 1px solid #cbd6e2;
	border-left: 1px solid #cbd6e2
}

.dropdown>ul>li.seclvl .seclvldrop .droplist li:hover {
	background-color: #f5f8fa
}

.dropdown>ul>li.seclvl .seclvldrop .droplist li a {
	color: #171717;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 10px 8px 15px;
	display: block;
	font-weight: 400
}

.gclients {
	padding: 60px 0;
	position: relative
}

.gclients:before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #f5f8fa;
	width: 100%;
	bottom: 0;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0
}

.gclients .textw h3 {
	font-size: 50px;
	font-weight: 700;
	padding-bottom: 0
}

.gclients .textw p {
	font-size: 18px;
	padding-bottom: 0
}

.gclients .clientslist {
	margin-top: 36px;
	display: inline-block;
	margin-bottom: 0;
	font-size: 0
}

.gclients .clientslist li {
	margin: 0 15px;
	display: inline-block
}

.gclients .clientslist li figure {
	margin: 10px 0
}

.gclients .clientslist li figure img {
	width: 135px
}

.header-main {
	position: fixed;
	z-index: 10
}

.header-main .othermenu {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding: 25px 0
}

.header-main .othermenu li {
	margin-right: 10px;
	display: inline-block
}

.header-main .othermenu li h6 {
	color: #171717;
	font-size: 16px;
	margin-top: 8px;
	font-weight: 400;
	cursor: default
}

.header-main .othermenu li a {
	color: #42526e;
	font-size: 16px;
	font-weight: 400
}

.header-main .secondlogo {
	position: relative;
	padding: 10px 0 10px 0;
	margin-right: 30px;
	display: inline-block;
	vertical-align: top
}

.header-main .secondlogo a {
	display: inline-block
}

.header-main .secondlogo a img {
	width: 100px
}

.ourapproachsec {
	background: #f5f8fa;
	padding: 100px 0;
	overflow: hidden
}

.ourapproachsec h2 {
	text-align: center;
	font-size: 36px;
	width: 100%;
	font-weight: 700;
	line-height: 1.2
}

.ourapproachsec p {
	text-align: center;
	font-size: 20px;
	width: 100%;
	padding-bottom: 60px;
	line-height: 1.4
}

.ourapproachsec .wrapper .chunk {
	margin-bottom: 30px
}

.ourapproachsec .wrapper .chunk h3 {
	font-size: 24px;
	line-height: 1.2
}

.ourapproachsec .wrapper .chunk p {
	text-align: left;
	line-height: 1.4;
	font-size: 18px;
	padding-bottom: 0
}

.ourapproachsec figure {
	margin-bottom: 0
}

.ourapproachsec figure img {
	border-radius: 3px;
	border: 1px solid #cbd6e2
}

.smallbox.mright {
	margin-right: 32px
}

.ourapproachsec .wrapper .cta {
	padding-bottom: 0
}

.ourapproachsec .wrapper .cta h4 {
	font-size: 20px
}

.ourapproachsec .wrapper .cta h6 {
	text-align: left;
	float: none;
	width: 100%
}

.ourapproachsec .wrapper .cta h6 a {
	display: inline-block;
	margin-top: 0;
	margin-left: 20px
}

.ourprocesses {
	padding: 100px 0
}

.ourprocesses .paright {
	height: 100%;
	position: relative;
	padding-right: 50px
}

.ourprocesses .paright h2 {
	text-align: left;
	font-size: 36px;
	width: 100%;
	font-weight: 700;
	line-height: 1.2
}

.ourprocesses .paright p {
	text-align: left;
	font-size: 20px;
	width: 100%;
	padding-bottom: 0;
	line-height: 1.4
}

.ourprocesses .processlistdown {
	display: inline-block;
	margin-bottom: 0
}

.ourprocesses .processlistdown li {
	width: 33%;
	float: left;
	height: 200px;
	padding-right: 40px
}

.ourprocesses .processlistdown li .check {
	font-size: 26px;
	color: #f23386
}

.ourprocesses .processlistdown li h3 {
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 10px;
	line-height: 1.4;
	padding-bottom: 15px
}

.ourprocesses .processlistdown li p {
	font-size: 14px;
	padding-bottom: 0
}

.ourprocesses .cta {
	padding: 0;
	position: absolute;
	margin-top: 60px;
	bottom: 0;
	background: 0 0
}

.ourprocesses .cta h4 {
	font-size: 20px
}

.ourprocesses .cta h6 {
	text-align: left;
	float: none;
	width: 100%
}

.ourprocesses .cta h6 a {
	display: inline-block;
	margin-top: 0;
	margin-left: 20px
}

.logo img {
	width: 120px
}

.ourprocesses .processlistdown li.noheight {
	height: auto
}

.contactpg .oddinner-banner .inner-banner-content {
	margin-top: 0
}

.header-main .emailsec {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: absolute;
	font-family: var(--primary-font-family);
	top: 24px
}

.header-main .emailsec a {
	position: relative;
	font-family: var(--primary-font-family);
	color: #171717;
	font-size: 14px;
	font-weight: 400;
	padding-left: 20px
}

.header-main .emailsec a span {
	left: 0;
	top: 3px;
	position: absolute
}

.innerservices .inner-banner .inner-banner-content {
	margin-top: 0;
	text-align: left
}

.innerservices .inner-banner .inner-banner-content h5 {
	color: #f23386
}

.innerservices .inner-banner .inner-banner-content h2 {
	color: #171717
}

.innerservices .inner-banner .inner-banner-content h2 span {
	color: #171717
}

.innerservices .inner-banner .inner-banner-content h1 {
	color: #fff;
	font-size: 42px;
	line-height: 1.2;
	padding-bottom: 15px;
	text-shadow: none;
	border-bottom: none
}

.innerservices .inner-banner .inner-banner-content h1:after {
	display: none
}

.innerservices .inner-banner .inner-banner-content h1 span {
	color: #fff;
	font-size: 36px;
	display: block;
	font-weight: 300;
	margin-top: 10px;
	text-shadow: none
}

.innerservices .inner-banner .inner-banner-content p {
	color: #fff
}

.innerservices .inner-banner .inner-banner-content a {
	margin-bottom: 0
}

.servicepg .inner-banner-content {
	margin-top: 70px;
	display: block
}

.servicepg .inner-banner-content figure img.servicefigure {
	width: 550px
}

.servicepg .inner-banner {
	background: #fff0eb;
	position: relative
}

.servicepg .inner-banner .inner-banner-content h5 {
	color: #f23386
}

.servicepg .inner-banner .inner-banner-content h2 {
	color: #171717
}

.servicepg .inner-banner .inner-banner-content h2 span {
	color: #171717
}

.servicepg .inner-banner .inner-banner-content p {
	color: #687087
}

.servicepg .inner-banner .inner-banner-content a {
	margin-bottom: 25px
}

.servicepg .inner-banner .round1 {
	position: absolute;
	width: 90px;
	height: 90px;
	background: #7d4cc040;
	border-radius: 50%;
	top: 10%;
	left: 10%
}

.servicepg .inner-banner .round2 {
	position: absolute;
	width: 60px;
	height: 60px;
	background: #f58e6a69;
	border-radius: 50%;
	top: 33%;
	right: 10%
}

.servicepg .inner-banner .round3 {
	position: absolute;
	width: 120px;
	height: 120px;
	background: #b3de6178;
	border-radius: 50%;
	bottom: 10%;
	left: 22%
}

.servicepg .inner-banner .round4 {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #6bdfd291;
	border-radius: 50%;
	bottom: 36%;
	right: 33%
}

.servicepg .inner-banner .round5 {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #ffdd6ea3;
	border-radius: 50%;
	right: 10%;
	bottom: -10%
}

.servicepg .inner-banner .round6 {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #69daced1;
	border-radius: 50%;
	left: 2%;
	top: 55%
}

.servicepg .inner-banner .round7 {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #ec764e61;
	border-radius: 50%;
	right: 65%;
	bottom: 55%
}

.footer-top .linkinglist li a.address {
	cursor: default
}

.footer-top .linkinglist li a.address:hover {
	color: #091e42
}

.footer-top .linkinglist li a:hover {
	text-decoration: underline
}

.accordlist li {
	color: #687087;
	padding-left: 20px;
	position: relative
}

.accordlist li:before {
	content: "";
	position: absolute;
	left: 0;
	border-bottom: 1px solid #687087;
	width: 10px;
	height: 1px;
	top: 10px
}

.header-main .othermenu li:hover a {
	color: #079459
}

.main-menu>ul>li:hover a {
	color: #149962
}

.header-main .othermenu li.current a {
	color: #059358
}

.header-main .othermenu li.current h6 a {
	color: #f23386
}

.sale-blckfriday.open {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.sale-blckfriday {
	position: fixed;
	z-index: 999;
	left: 20px;
	bottom: 120px;
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.sale-blckfriday .salecrcle-btn {
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	padding: 15px 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: absolute;
	box-shadow: 0 5px 30px 0 #0000004d
}

.sale-blckfriday .salecrcle-btn h3 {
	color: #fb293f;
	font-size: 34px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
	font-weight: 700
}

.sale-blckfriday .salecrcle-btn h3 span {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #000
}

.sale-blckfriday .salecrcle-btn.open {
	padding: 30px 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.sale-blckfriday .salecrcle-btn.open h3 {
	font-size: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.sale-blckfriday .salecrcle-btn.open h3 span {
	font-size: 0
}

.sale-blckfriday .salecrcle-btn.open h3:after {
	position: relative;
	content: "X";
	color: #fb293f;
	font-size: 38px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.sale-blckfriday .sale-box {
	width: 350px;
	margin: 0 0 20px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	height: 0;
	overflow: hidden;
	background: url(../sale.html) no-repeat;
	background-size: cover;
	border-radius: 10px;
	cursor: default
}

.sale-blckfriday .sale-box.open {
	height: 450px;
	overflow: visible;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.sale-blckfriday .sale-box.open a {
	position: absolute;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding: 10px 0;
	left: -1px;
	right: 0;
	font-size: 16px;
	bottom: 46px !important;
	width: 77%;
	background: #fff;
	color: #000;
	bottom: 30px;
	text-align: center;
	border-radius: 5px;
	margin: auto;
	display: inline-block;
	left: 0;
	right: 0
}

.sale-blckfriday .salecrcle-btn h3:before {
	display: none !important
}

.portfolio-inner {
	text-align: center
}

.portfolio-inner h2 {
	text-align: center;
	font-size: 36px;
	width: 100%;
	font-weight: 700;
	line-height: 1.2
}

.portfolio-inner p {
	text-align: center;
	font-size: 20px;
	width: 100%;
	padding-bottom: 10px;
	line-height: 1.4
}

.portfolio-inner a.btn-secondary {
	margin: 60px auto 0
}

.portfoliolist {
	text-align: center;
	margin-bottom: 0;
	font-size: 0
}

.border-box-effect {
	position: relative;
	margin: 0;
	display: inline-block;
	width: 25%;
	padding: 5px
}

.prtflio-slider-web .slick-slide img {
	display: inline-block
}

.border-box-effect img {
	width: 100%;
	border-radius: 3px
}

.border-box-effect figure {
	margin-bottom: 0
}

.border-box-effect:before {
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform-origin: 0 100%
}

.border-box-effect:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform-origin: 100% 0
}

.border-box-effect:after,
.border-box-effect:before {
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	z-index: 3;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 1
}

.border-box-effect:hover:after,
.border-box-effect:hover:before {
	-webkit-transform: scale(1)
}

.border-box-effect>* {
	position: relative;
	display: block
}

.border-box-effect>.new-anim:after {
	content: "\e92d";
	font-family: ingicdesign;
	color: #fb2224;
	font-size: 50px
}

.border-box-effect>:before {
	background: rgba(0, 0, 0, .2);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.border-box-effect>:after {
	content: "+";
	font-size: 74px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	line-height: 36px;
	z-index: 2;
	font-weight: 200;
	display: none;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.border-box-effect>:hover:after,
.border-box-effect>:hover:before {
	display: block
}

.portfoliolist.portfoliolist-logo li {
	width: 100%;
	font-size: 0
}

.portfoliolist.portfoliolist-logo li>div {
	width: 50%;
	padding: 20px;
	display: inline-block
}

.portfoliolist.portfoliolist-logo .border-box-effect:hover:after,
.portfoliolist.portfoliolist-logo .border-box-effect:hover:before,
.portfoliolist.portfoliolist-logo .border-box-effect>:hover:after,
.portfoliolist.portfoliolist-logo .border-box-effect>:hover:before {
	display: none
}

.portfoliolist.portfoliolist-logo .border-box-effect>div {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	transition: transform .5s
}

.portfoliolist.portfoliolist-logo .border-box-effect>div:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	transition: transform .5s
}

.gtquote .home-banner:before {
	display: none
}

.analyzepg .home-banner:before {
	display: none
}

#packages option.colr {
	color: #f23386;
	font-weight: 700
}

.form-box-main p {
	text-align: left;
	font-size: 20px;
	width: 100%;
	padding-bottom: 30px;
	line-height: 1.4
}

.form-box-main form input::placeholder,
.form-box-main form select::placeholder,
.form-box-main form textarea::placeholder {
	color: #091e42
}

.form-box-main form input[type=file] {
	color: #091e42
}

.smallnote {
	color: #091e42;
	padding-bottom: 10px;
	display: inline-block
}

.nopaddding {
	padding: 0
}

.nopaddding label {
	font-size: 16px !important;
	margin-left: -36px !important
}

.forarrowselect {
	position: relative
}

.forarrowselect:after {
	position: absolute;
	content: "\e955";
	font-family: icomoon !important;
	bottom: 16px;
	right: 16px
}

.servicepg .inner-banner.justbg {
	background: url(../culture.html);
	position: relative;
	background-position: top center;
	background-size: cover
}

.logopg .helpsec {
	background: #7a23fa
}

.webpg .helpsec {
	background: #8933fa
}

.seopg .helpsec {
	background: #6b64cc
}

.mobpg .helpsec {
	background: #04113e
}

.videopg .helpsec {
	background: #120043
}

.btn-simplect {
	color: #f23386;
	font-size: 24px;
	font-weight: 600;
	text-decoration: underline
}

.smallfont {
	font-size: 18px
}

.smpltxt {
	width: 100%
}

_::-webkit-full-page-media,
_:future,
:root .safari_only {
	color: #5b6b7f;
	background-color: #fff
}

.introduction-sec {
	padding: 60px 0;
	background-color: #ffedf5;
	position: relative
}

.introduction-new-sec {
	padding: 60px 0 0;
	background-color: #fff;
	position: relative;
	margin: 0 0 40px
}

.introduction-new-sec:before {
	content: "";
	position: absolute;
	background-image: url(../images/innovative-content-writing.png);
	background-position: center center;
	height: 100%;
	background-size: cover;
	width: 100%;
	top: 0;
	left: 0;
	display: revert
}

.ltus-hlp-sced h3 {
	color: #091e42;
	font-weight: 500;
	font-size: 44px;
	letter-spacing: -1px
}

.ltus-hlp-sced p {
	color: #42526e;
	font-size: 22px;
	padding-top: 10px;
	line-height: 1.4
}

.introduction-sec.ctaindex {
	background-image: none;
	padding: 30px 0
}

.introduction-sec .wrapper h3 {
	color: #091e42;
	font-weight: 500;
	font-size: 44px;
	text-transform: uppercase;
	letter-spacing: -1px
}

.introduction-sec .wrapper h3 span {
	color: #42526e;
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0
}

.introduction-sec .wrapper p {
	color: #091e42;
	font-size: 18px;
	padding-bottom: 10px
}

.btn-theme-outline {
	transform: translateY(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff;
	background-color: transparent;
	padding: 10px 20px;
	border: 1px solid #059358;
	border-radius: 10px;
	display: inline-block;
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%) !important
}

.btn-theme-outline:hover {
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff;
	background: #169a63
}

.tools-sec {
	padding: 60px 0
}

.tools-sec h2 {
	color: #091e42;
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -1px
}

.tools-sec p {
	color: #42526e;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px
}

.tools-sec .seperator {
	width: 140px;
	height: 4px;
	background: #f23386;
	margin: 0 auto
}

.tools-sec .tboxen {
	padding: 35px 10px;
	background-color: #fff;
	border-radius: 3px
}

.tools-sec .tbox {
	padding: 30px;
	margin-top: 30px;
	box-shadow: 5px 6px 30px #00000012;
	border-radius: 6px;
	min-height: 369px;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tools-sec .tbox:hover {
	box-shadow: -1px 14px 30px 0 #17a2b85c;
	background: #16b9bd;
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tools-sec .tbox:hover img.hme-hvr-img {
	display: inline-block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tools-sec .tbox:hover img.hme-nmrl-img {
	display: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tools-sec .tbox img.hme-hvr-img {
	display: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tools-sec .tbox:hover a,
.tools-sec .tbox:hover h5,
.tools-sec .tbox:hover p {
	color: #fff
}

.tools-sec .tbx {
	margin-top: 50px
}

.tbox-icon img {
	width: 50px;
	height: auto;
	display: inline-block;
	border-radius: 0;
	margin: 0;
	box-shadow: none
}

.tools-sec .tbox-icon figure {
	padding: 0
}

.tools-sec .tbox h5 {
	color: #42526e;
	font-size: 20px;
	font-weight: 900;
	padding: 20px 0
}

.tools-sec .tbox p {
	text-align: left;
	color: #091e42;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 30px
}

.tools-sec .tbox a {
	font-size: 16px;
	font-weight: 600;
	color: #f23386;
	position: absolute;
	bottom: 40px
}

.tools-sec figure {
	margin-bottom: 0;
	padding: 20px 0 0
}

.tools-sec figure.sevr-img img {
	width: 88%;
	float: right;
	margin: 0 0 0
}

.mycta {
	background-color: #17b8bc;
	padding: 40px 0 0 0
}

.cta-dr .btnwrap {
	border-bottom: 1px solid #e5e8ec;
	padding: 0 0 40px 0
}

.mycta h2 {
	color: #fff;
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -1px
}

.mycta p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px;
	width: 80%;
	margin: 0 auto
}

.mycta .btnwrap {
	text-align: center
}

.mycta .btnwrap a {
	margin: 0 10px
}

.introduction-sec2 {
	padding: 40px 0
}

.main-intrdon-img-sec {
	position: relative
}

.main-intrdon-img-sec:before {
	content: "";
	background-image: url(../images/turn-your-dreams-ideas.png);
	position: absolute;
	width: 100%;
	background-size: cover;
	height: 100%;
	background-position: right center;
	top: 0;
	left: 0
}

.introduction-sec2 figure {
	margin-bottom: 0
}

.introduction-sec2 figure img {
	width: 248px
}

.introduction-sec2 .wrapper h3 {
	color: #091e42;
	font-weight: 500;
	font-size: 44px;
	text-transform: uppercase;
	letter-spacing: -1px
}

.introduction-sec2 .wrapper h3 span {
	color: #42526e;
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 0
}

.introduction-sec2 .wrapper p {
	color: #091e42;
	font-size: 18px;
	padding-bottom: 10px
}

.clientele-sec {
	padding: 60px 0
}

.clientele-sec h2 {
	color: #091e42;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	padding: 0 0 30px 0
}

.clientele-sec figure {
	margin-bottom: 0
}

.clientele-sec figure img {
	width: 100%
}

.myprocess {
	padding: 40px 0
}

.myprocess h2 {
	color: #091e42;
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -1px
}

.myprocess p {
	color: #42526e;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px;
	margin: 0 auto
}

.myprocess ul {
	display: inline-block;
	width: 100%;
	font-size: 0;
	margin-bottom: 0;
	margin-top: 40px
}

.myprocess ul li {
	display: inline-block;
	width: 33.33%;
	text-align: center;
	padding: 0 15px;
	vertical-align: top
}

.myprocess ul li figure {
	margin-bottom: 30px
}

.myprocess ul li figure img {
	height: 140px
}

.myprocess ul li h3 {
	color: #253858;
	font-size: 20px
}

.myprocess ul li h3 span {
	display: block;
	color: #253858
}

.myprocess ul li p span {
	display: block;
	color: #42526e
}

.myprocess ul li p {
	color: #42526e;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 0;
	width: 100%
}

.built-sec {
	font-size: 0;
	padding: 40px 0 40px 0;
	background: #004b1b
}

.built-sec h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: -1px
}

.built-sec p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 0;
	margin: 0 auto
}

.built-sec h5 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	margin: 20px 0 5px 0;
	padding-bottom: 0
}

.built-sec h5 a {
	color: #f5e204
}

.built-sec figure {
	margin-bottom: 0
}

.built-sec figure img {
	width: 100%;
	height: auto;
	margin: 15px -20px 0
}

.collaboration-sec {
	padding: 40px 0;
	background: #f4f5f7
}

.collaboration-sec figure {
	margin-bottom: 0
}

.collaboration-sec figure img {
	width: 100%
}

.collaboration-sec .wrapper {
	padding-top: 30px
}

.collaboration-sec .wrapper h3 {
	color: #42526e;
	display: block;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase
}

.collaboration-sec .wrapper h2 {
	color: #091e42;
	font-size: 44px;
	font-weight: 500;
	text-align: left;
	letter-spacing: -1px
}

.collaboration-sec .wrapper p {
	color: #42526e;
	font-size: 20px;
	text-align: left;
	font-weight: 400
}

.main-Ghost-book-writing-sec {
	margin-top: 70px;
	background: linear-gradient(135deg, #0079bf, #5067c5);
	height: 600px;
	padding: 100px 0 0 0
}

.Ghost-book-writing-content h1 {
	font-size: 44px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #091e42;
	position: relative;
	letter-spacing: -1px
}

.Ghost-book-writing-content p {
	color: #091e42;
	font-size: 22px;
	padding-top: 10px;
	line-height: 1.4
}

.Ghost-book-writing-content .hme-lst-stle li {
	color: #091e42 !important
}

.main-team-sec {
	vertical-align: middle
}

.team-content {
	vertical-align: middle
}

.prc-head {
	text-align: center;
	font-size: 50px;
	margin-bottom: 15px;
	font-weight: 900;
	color: #091e42
}

.info-content h3,
.main-ghst-sec h3,
.strt-cta h3,
.team-content h3,
.works-content h3 {
	color: #091e42;
	font-weight: 500;
	font-size: 44px;
	letter-spacing: -1px
}

.info-content p,
.main-ghst-sec p,
.strt-cta p,
.team-content p,
.works-content p {
	color: #42526e;
	font-size: 22px;
	padding-top: 10px;
	line-height: 1.4
}

.team-img {
	vertical-align: middle
}

.info-img {
	text-align: center
}

.works-content {
	text-align: center
}

p.app-store a {
	display: inline-block
}

p.app-store a img {
	border-radius: .3em;
	box-shadow: 0 1px 0 #a5acb0;
	display: inline;
	height: 44px;
	margin: 0;
	opacity: .8;
	width: auto
}

p.app-store a img:hover {
	opacity: 1
}

.main-ghst-sec {
	text-align: center
}

.myprocess.main-ghst-sec ul {
	margin-top: 0
}

.myprocess.main-ghst-sec ul li {
	vertical-align: top
}

.myprocess.main-ghst-sec p {
	padding-bottom: 0
}

p.app-store {
	margin-top: 11px
}

.strt-cta {
	text-align: center
}

.strt-bg {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(46%, #f7ecff), color-stop(74%, #d2ecff), to(#fff));
	background: linear-gradient(to bottom, #fff 0, #f7ecff 46%, #d2ecff 74%, #fff 100%)
}

.main-strt-cta-sec {
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: center center
}

.main-strt-cta-sec.main-cnt-wat-sec {
	height: 340px
}

.main-ghst-writng-first-sec {
	margin-top: 76px;
	width: 100%;
	height: auto;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px
}

.prosl_pge .ghst-writng-content {
	padding: 65px 0 0 0
}

.blg_pge .ghst-writng-content,
.gust_pge .ghst-writng-content,
.seo_pge .ghst-writng-content,
.wbste_pge .ghst-writng-content {
	padding: 60px 0 0 0
}

.artcle_page .ghst-writng-content,
.cse-page .ghst-writng-content,
.manscpt_pge .ghst-writng-content,
.smc_pge .ghst-writng-content,
.spec_pge .ghst-writng-content {
	padding: 45px 0 0 0
}

.artcle_wrtng_pge .ghst-writng-content {
	padding: 0
}

.artcle_wrtng_pge .main-ghst-writng-first-sec,
.blg_pge .main-ghst-writng-first-sec {
	padding-top: 50px
}

.tbs-inner-srvcess h3 {
	color: #091e42;
	font-weight: 700;
	font-size: 30px
}

.tbs-inner-srvcess p {
	color: #42526e;
	font-size: 22px;
	padding-top: 10px;
	line-height: 1.4;
	font-weight: 400
}

.tbs-inner-srvcess.portfolio-box ul li {
	position: relative;
	padding: 0 0 0 25px;
	font-size: 16px;
	color: #42526e;
	display: inline-block;
	margin: 0 30px 0 0
}

.tbs-inner-srvcess.portfolio-box ul li:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 5px;
	font-family: fontawesome;
	font-size: 14px;
	color: #16b9bd
}

.main-princing-sec-hme.main_artcle_pblctn_sec .nav-pills {
	margin-bottom: 25px
}

ul.artcle-lst li {
	position: relative;
	padding: 0 0 0 25px;
	font-size: 16px;
	color: #42526e;
	display: block
}

ul.artcle-lst li:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 5px;
	font-family: fontawesome;
	font-size: 14px;
	color: #16b9bd
}

.artcl_pblntn .info-content {
	padding: 0 0 100px 0
}

.artcl_pblntn .prce_box ul li.pck-heading:before {
	display: none
}

.artcl_pblntn .prce_box ul li.pck-heading {
	font-size: 16px;
	font-weight: 700
}

.wbdsgn-page .ghst-writng-content {
	padding: 25px 0 0 0
}

.ebk_pge .ghst-writng-content,
.edng-page .ghst-writng-content,
.wht_pge .ghst-writng-content {
	padding: 55px 0 0 0
}

.prs_pge .ghst-writng-content {
	padding: 25px 0 0 0
}

.ghst-writng-content {
	padding: 65px 0 0 0
}

.wiki-page .ghst-writng-content {
	padding: 30px 0 0 0
}

.home-banner-slide {
	width: 100%;
	height: 650px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.home-banner-slide .item {
	padding: 30px 0
}

.main-cnt-slider .slick-prev {
	left: 30px;
	box-shadow: 0 0 0 #eaf0f6
}

.main-cnt-slider .slick-next {
	right: 30px;
	box-shadow: 0 0 0 #eaf0f6
}

.main-cnt-slider .slick-next,
.main-cnt-slider .slick-prev {
	top: auto;
	bottom: 200px
}

.cntent-page .ghst-writng-content {
	padding: 45px 0 0 0
}

.ghst-writng-content h1 {
	font-size: 44px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #fff;
	position: relative;
	letter-spacing: -1px
}

.blck-cntn h1,
.blck-cntn p {
	color: #091e42 !important
}

.blck-cntn .hme-lst-stle li {
	color: #091e42 !important
}

.ghst-writng-content p {
	color: #fff;
	font-size: 22px;
	padding-top: 10px;
	line-height: 1.4
}

.ghst-writng-content a {
	margin: 0 10px
}

.main-ghst-writng-second-sec {
	background: linear-gradient(to left, #02884d 0, #12cc91 100%);
	position: relative
}

.hompg .main-ghst-writng-second-sec {
	padding-top: 40px
}

.main-ser {
	font-size: 0
}

.ser-box1 {
	display: inline-block;
	width: 30%;
	font-size: 20px;
	vertical-align: top
}

.ser-box2 {
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.wy-chseus-heading h3 {
	color: #fff;
	font-weight: 900;
	font-size: 40px
}

.wy-chseus-heading p {
	color: #fff;
	font-size: 22px
}

.wy-cseus {
	text-align: left
}

.wy-cseus a.btn-theme {
	background: #fff;
	color: #059358;
	margin: 0;
}

.wy-cseus a.btn-theme:hover {
	background: #fff;
	color: #000
}

.ser-box2 ul li {
	color: #fff;
	font-size: 15px;
	padding-left: 20px;
	line-height: 1.8;
	display: block;
	position: relative
}

.ser-box2 ul li:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 6px;
	font-family: fontawesome;
	font-size: 12px;
	color: #f5e204
}

.mycta a.btn-theme,
.ser-box2 a.btn-theme {
	background: #fff;
	color: #17b8bc
}

.mycta a.btn-theme:hover,
.ser-box2 a.btn-theme:hover {
	background: #18999c;
	color: #fff
}

.curve-container__curve {
	margin-bottom: 0;
	padding-bottom: 0;
	position: absolute;
	display: block
}

.fourth-sec-content h3,
.git h3,
.thierd-sec-content h3 {
	color: #091e42;
	font-weight: 500;
	font-size: 44px;
	letter-spacing: -1px
}

.thierd-sec-content h4.subhead {
	font-size: 20px;
	color: #059459
}

.fourth-sec-content p,
.git p,
.thierd-sec-content p {
	color: #42526e;
	font-size: 22px;
	padding-top: 10px;
	line-height: 1.4
}

.thierd-sec-img {
	text-align: center
}

.thierd-sec-img img {
	width: 100%
}

.fifth-sec-img img {
	width: 60%
}

.slick-prev:before {
	content: "\e958";
	font-family: icomoon !important
}

.slick-next:focus:before,
.slick-prev:focus:before {
	color: #d4d0d0 !important
}

.slick-next:before {
	content: "\e957";
	font-family: icomoon !important
}

.slick-next,
.slick-prev {
	width: 50px;
	top: 50%;
	height: 50px;
	background: #d4d0d0;
	border-radius: 50%;
	box-shadow: 0 0 11px #eaf0f6
}

.slick-next:focus,
.slick-prev:focus {
	outline: 0;
	background: #fff !important
}

.slick-next:hover,
.slick-prev:hover {
	background: #fff !important;
	color: #d4d0d0 !important
}

.slick-next:hover:before,
.slick-prev:hover:before {
	color: #d4d0d0
}

.slick-next {
	right: -70px
}

.slick-prev {
	left: -70px;
	z-index: 9
}

.git {
	text-align: center
}

.git-main {
	font-size: 0;
	padding: 25px 0 0 0
}

.git-box1 {
	display: inline-block;
	width: 17%;
	vertical-align: top
}

.git-box2 {
	display: inline-block;
	width: 83%;
	vertical-align: top
}

.git-box2 h3 {
	color: #091e42;
	font-weight: 900;
	font-size: 24px
}

.git-box2 p {
	color: #42526e;
	font-size: 18px;
	padding-top: 10px;
	line-height: 1.4
}

.main-team_work-sec {
	margin-top: 70px;
	padding-top: 110px
}

.main-abot-img {
	height: 600px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%
}

.main-afrble-img-sec,
.main-buld-img-sec,
.main-clbr-img-sec,
.main-cnvrt-img-sec,
.main-colbortr-img-sec,
.main-cont-img-sec,
.main-crat-img-sec,
.main-ctrin-img-sec,
.main-ddcted-img-sec,
.main-dsng-img-sec,
.main-ecep-img-sec,
.main-ednt-img-sec,
.main-etb-img-sec,
.main-exprt-img-sec,
.main-gtqu-sec-img,
.main-hlp-img-sec,
.main-hrus-img-sec,
.main-indst-img-sec,
.main-ltus-img-sec,
.main-mblefren-img-sec,
.main-mkng-img-sec,
.main-nvle-img-sec,
.main-pfrps-img-sec,
.main-prmn-img-sec,
.main-profnal-img-sec,
.main-qltedit-img-sec,
.main-qual-img-sec,
.main-quklty-img-sec,
.main-qulfrmt-img-sec,
.main-slctd-img-sec,
.main-smc-img-sec,
.main-team-img-sec,
.main-thierd-sec-img,
.main-thired-sec-img,
.main-trn-img-sec,
.main-upa-img-sec,
.main-whte-img-sec,
.main-wkng-opn-img-sec {
	position: relative
}

.main-wkng-opn-img-sec:before {
	content: "";
	background-image: url(../images/one-stop-solution.png);
	position: absolute;
	width: 100%;
	background-size: cover;
	height: 804px;
	background-position: center center;
	top: 0;
	left: 0
}

.main-belve-sec span,
.main-team_work-sec span,
.main-wkng-opn-sec span {
	color: #42526e;
	font-size: 18px;
	padding: 0 0 15px 0;
	line-height: 1.4;
	display: inline-block;
	text-transform: uppercase
}

.main-ghost-book-writing-img-sec {
	width: 100%;
	height: 575px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.main-atls figure {
	margin: 0
}

.main-atls {
	font-size: 0;
	margin: 25px 0 0 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding: 40px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	box-shadow: 5px 6px 30px #00000012;
	min-height: 214px;
	border-radius: 6px
}

.main-atls:hover {
	box-shadow: -1px 14px 30px 0 #17a2b85c;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: #059358;
	transform: translateY(-.625rem)
}

.main-atls:hover .alts-box1 img.hver-img {
	display: inline-block;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.main-atls:hover .alts-box1 img.nmrl-img {
	display: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.main-atls:hover .alts-box2 p {
	color: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.alts-box1 img.hver-img {
	display: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.alts-box1 {
	display: inline-block;
	width: 100%;
	vertical-align: middle
}

.alts-box1 img {
	width: 75px
}

.alts-box2 {
	display: inline-block;
	width: 100%;
	vertical-align: middle
}

.alts-box2 p {
	color: #42526e;
	font-size: 16px;
	padding: 15px 0 0 0;
	line-height: 1.4;
	font-weight: 600
}

.val_ues p {
	color: #42526e;
	font-size: 18px;
	padding: 0;
	line-height: 1.4
}

.hart-bg {
	background-color: #091e42;
	position: relative;
	padding-bottom: 77px;
	overflow-x: hidden
}

.hart-bg:before {
	content: "";
	position: absolute;
	background-image: url(../images/Customer_Eventbrite.png);
	background-repeat: no-repeat;
	left: -180px;
	bottom: 50px;
	height: 500px;
	width: 44%;
	background-position: bottom left;
	background-size: auto 100%;
	display: block;
	height: 60%
}

.hart-bg:after {
	content: "";
	position: absolute;
	background-image: url(../images/Customer_Kiva.png);
	background-repeat: no-repeat;
	right: -180px;
	bottom: 50px;
	height: 500px;
	width: 44%;
	background-position: bottom right;
	background-size: auto 100%;
	display: block;
	height: 60%
}

.main-strt-cta-sec.main-hart-sec .strt-cta h3,
.main-strt-cta-sec.main-hart-sec .strt-cta p {
	color: #fff
}

.vis-sec {
	background-color: #fff;
	padding: 40px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .1);
	border-radius: 3px;
	min-height: 490px
}

.vis-sec h3 {
	color: #091e42;
	font-weight: 900;
	font-size: 22px
}

.vis-sec p {
	color: #42526e;
	font-size: 16px;
	padding-top: 10px;
	line-height: 1.4
}

.tls-wrap {
	padding: 35px 10px;
	background-color: #fff;
	border-radius: 3px
}

.testimonials-slider .tls-sft {
	padding: 30px 30px 30px 30px;
	box-shadow: 5px 6px 30px #00000012;
	border-radius: 6px;
	min-height: 340px;
	position: relative;
	max-width: 465px
}

.tls-sft {
	padding: 25px 40px;
	box-shadow: 5px 6px 30px #00000012;
	border-radius: 6px;
	min-height: 315px;
	position: relative
}

.tls-sft .btn-theme {
	position: absolute;
	bottom: 40px
}

.testimonials-slider .slick-prev {
	left: -50px
}

.testimonials-slider .slick-next {
	right: -50px
}

.filterportfolio h2,
.main-tstiml-cntn h2 {
	color: #091e42;
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -1px
}

.filterportfolio p,
.main-tstiml-cntn p {
	color: #42526e;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px;
	margin: 0 auto;
	width: 70%
}

.tls-sft span {
	color: #f5a623;
	font-size: 14px;
	padding: 0;
	line-height: 1.4;
	display: inline-block;
	text-transform: uppercase
}

.tls-sft h3 {
	color: #091e42;
	font-weight: 900;
	font-size: 20px;
	padding-top: 30px
}

.tls-sft p {
	color: #42526e;
	font-size: 16px;
	padding-top: 10px;
	line-height: 1.4
}

.tls-sft h5 {
	color: #42526e;
	font-size: 18px;
	padding: 0 0 5px 0
}

.main-wrkup-sec {
	background-size: cover;
	width: 100%;
	height: 655px;
	background-repeat: no-repeat
}

.ini-box2 {
	position: absolute;
	top: -35px;
	left: 25px;
	text-align: center;
	padding: 20px 0;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%);
	font-weight: 700;
	box-shadow: 8px 9px 30px #00000029
}

.ini-box2 span {
	font-size: 22px;
	color: #fff;
	display: inline-block;
	font-weight: 700
}

.wrk-up-wrap {
	padding: 80px 0 143px 0;
	background-color: #fff
}

.wrk-up {
	padding: 40px
}

.wrk-up h3 {
	color: #091e42;
	font-weight: 900;
	font-size: 36px
}

.wrk-up p {
	color: #42526e;
	font-size: 22px;
	padding-top: 10px;
	line-height: 1.4;
	position: relative;
	padding-bottom: 50px
}

.wrk-up p:before {
	content: "";
	position: absolute;
	background: #f23386;
	height: 4px;
	width: 150px;
	left: 0;
	bottom: 0
}

.wrk-up a {
	font-size: 16px;
	vertical-align: top;
	margin-top: 50px;
	display: inline-block;
	color: #f23386
}

.wrk-up a:hover {
	text-decoration: underline
}

.wrk-up a i {
	padding-right: 10px;
	font-size: 22px;
	vertical-align: top
}

.main-ourteam-sec {
	margin-top: 70px
}

.our-team {
	text-align: center;
	padding: 0 0 60px 0
}

.our-team h1 {
	font-size: 50px;
	margin-bottom: 15px;
	font-weight: 900;
	color: #091e42;
	position: relative
}

.our-team h1:before {
	content: "";
	position: absolute;
	background: #f23386;
	height: 4px;
	width: 150px;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto
}

.team-box1 {
	text-align: center;
	padding: 30px
}

.team-box1 h3 {
	color: #091e42;
	font-weight: 900;
	font-size: 20px;
	padding-bottom: 20px
}

.team-box1 p {
	color: #42526e;
	font-size: 16px;
	line-height: 1.4;
	padding: 5px 0 20px 0
}

.team-box1 img {
	border-radius: 50%;
	background-color: #f4f5f7;
	width: 150px
}

.team-box1 a {
	margin: 30px 0
}

.team-box1 a.team-lnk {
	display: block;
	margin: 0;
	font-size: 16px;
	color: #f23386
}

.team-box1 a.team-lnk:hover {
	text-decoration: underline
}

.team-box1.brdr {
	position: relative
}

.team-box1.brdr:after,
.team-box1.brdr:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 435px;
	background-color: #ebecf0
}

.team-box1.brdr:before {
	left: 0;
	top: 0
}

.team-box1.brdr:after {
	right: 0;
	top: 0
}

.main-trst-rvw-sec {
	margin-top: 70px;
	padding-top: 110px
}

.trst-rvw {
	text-align: center;
	padding: 0 0 75px 0
}

.trst-rvw h1 {
	font-size: 44px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #091e42;
	letter-spacing: -1px
}

.trst-rvw p {
	color: #42526e;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 0
}

.main-trst-rvw-sec .tls-sft {
	min-height: 275px;
	position: relative
}

.main-trst-rvw-sec .tls-wrap {
	padding: 0;
	margin: 0 0 70px 0
}

.main-trst-rvw-sec .tls-sft h5 {
	position: absolute;
	bottom: 25px;
	padding: 0
}

.wdt-80 {
	width: 76.5%;
	margin: 0 auto
}

.main-pricing-sec {
	margin-top: 70px;
	padding-top: 110px
}

.custom-qoute {
	margin-top: 30px
}

.custom-package .field-blank-clr {
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	font-size: 14px;
	color: #636b6f;
	text-align: left;
	text-transform: capitalize
}

.custom-package .field-blank-clr:hover {
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: none;
	z-index: 2;
	-webkit-transition: none;
	-webkit-transform: none;
	-ms-transition: none;
	-ms-transform: none;
	-moz-transition: none;
	-moz-transform: none;
	transition: none;
	transform: none
}

.custom-package p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 100%;
	vertical-align: top;
	padding: 0
}

.pri-service>p {
	color: #091e42;
	font-size: 16px;
	padding: 15px 0 0 0
}

.custom-package input.cost_calc_row-2 {
	width: 100%;
	color: #5c6468;
	border-radius: 4px;
	font-weight: 700;
	padding: 15px 10px;
	text-align: left;
	opacity: 0;
	height: 59px;
	cursor: pointer;
	z-index: 9999
}

.parent input[type=checkbox] {
	float: none;
	position: relative;
	z-index: 999;
	height: 50px;
	opacity: 0
}

.custom-checkbox {
	background: #000;
	width: 100%;
	display: inline-block;
	border-radius: 3px
}

.custom-package input.cost_calc_row-2.cost_calc_calculate.single.cost_calc_active {
	background: #b8285a;
	background: -moz-linear-gradient(left, #b8285a 0, #a32974 50%, #90298b 100%);
	background: -webkit-linear-gradient(left, #b8285a 0, #a32974 50%, #90298b 100%);
	background: linear-gradient(to right, #b8285a 0, #a32974 50%, #90298b 100%);
	background-color: #a32974;
	color: #fff !important
}

.custom-package input.cost_calc_button {
	transform: translateY(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff;
	background-color: #f23386;
	padding: 10px 20px;
	border-radius: 3px;
	display: inline-block;
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	cursor: pointer;
	width: 100%;
	border: 1px solid transparent
}

.custom-package input.cost_calc_button:hover {
	transform: translateY(-.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff;
	background: #0047b3
}

.custom-package #cost_calc_total_cost {
	color: #333
}

.custom-package input.cost_calc_row-2:hover {
	box-shadow: none;
	-webkit-transition: none;
	-webkit-transform: none;
	-ms-transition: none;
	-ms-transform: none;
	-moz-transition: none;
	-moz-transform: none;
	transition: none;
	transform: none
}

.custom-package #cost_calc_breakdown_container {
	padding: 15px 20px;
	border-radius: 3px;
	border: 1px solid #d7d7d7;
	margin-top: 65px;
	width: 360px
}

.box-custom-package-2 {
	padding: 30px 30px 15px;
	border: 1px solid #a2a6a9;
	border-radius: 3px
}

.box-custom-package-2 input {
	margin: 0 0 15px 0;
	border-radius: 3px;
	padding: 10px 18px;
	border: 1px solid #a2a6a9;
	color: #a2a6a9
}

.box-custom-package-2 input::placeholder {
	color: #a2a6a9
}

.box-custom-package h4 {
	margin-top: 0;
	cursor: pointer;
	padding: 0;
	color: #091e42;
	font-size: 22px
}

.parent {
	height: 50px;
	margin: 0 0 15px 0
}

input.data-item-custom-quantity {
	width: 100%;
	height: 50px;
	border-radius: 3px;
	border: 1px solid #a2a6a9;
	padding: 15px 8px;
	outline: 0;
	color: #a2a6a9
}

.parent small {
	display: inline-block;
	text-align: right;
	width: 100%;
	padding-right: 15px;
	font-size: 13px
}

h3.breakdown-before-left {
	color: #091e42;
	font-weight: 900;
	font-size: 36px;
	padding: 15px 15px
}

a[data-toggle=tooltip] {
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	left: -23px;
	color: grey;
	height: 16px;
	width: 16px;
	text-align: center;
	background-color: #eaeaea;
	border-radius: 50%;
	font-size: 10px;
	display: none;
	line-height: 18px
}

.more-less {
	float: right;
	color: #a2a6a9;
	position: relative;
	top: 0;
	font-size: 20px
}

.box-custom-package h4 .more-less {
	font-size: 16px
}

.box-custom-package h4[aria-expanded=true] .icon-plus2 {
	display: none
}

.box-custom-package h4[aria-expanded=true] .icon-minus2 {
	display: block
}

.box-custom-package h4[aria-expanded=false] .icon-plus2 {
	display: block
}

.box-custom-package h4[aria-expanded=false] .icon-minus2 {
	display: none
}

#section1 h4,
#section2 h4,
#section3 h4,
#section4 h4 {
	padding: 15px 0 15px 0
}

.parent input[type=checkbox]:checked+span {
	border-color: #f23386;
	color: #f23386
}

div#custom-item-list div {
	border-bottom: 1px solid #a2a6a9;
	padding: 10px 0
}

.custom-package .item-detail-cart {
	font-size: 14px;
	display: inline-block;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
	max-width: 80%;
	min-width: 80%;
	color: #091e42
}

.custom-package .item-price-cart {
	text-align: right;
	color: #f23386;
	width: 20%
}

p#custom-totalCost {
	font-size: 36px;
	color: #f23386;
	font-weight: 700;
	margin-bottom: 20px;
	padding-top: 15px
}

h4.margin-top-20.mad {
	font-size: 24px;
	color: #f23386;
	font-weight: 900
}

.box-cstm-pckge {
	position: absolute;
	width: 100%
}

.totl-cst {
	color: #091e42;
	font-weight: 900;
	font-size: 26px;
	text-align: center
}

.sction-hght .col-lg-10 {
	height: 65px
}

.fologo {
	vertical-align: top
}

.fologo img {
	vertical-align: top;
	width: 120px;
	margin: 0 0 40px
}

input.btn-theme {
	background: linear-gradient(to left, #02884d 0, #12cc91 100%);
	border: 1px solid transparent !important
}

.info-content {
	text-align: center;
	padding: 0 100px 0
}

.home-banner-content.hme-bner-cntn {
	position: absolute;
	width: 100%;
	background-color: transparent
}

.home-banner-content.hme-bner-cntn input.submit {
	margin-top: 0;
	background: #16b9bd !important;
	border: 1px solid transparent !important;
	font-size: 16px;
	height: 75px;
	padding: 15px 70px 19px !important
}

.home-banner-content.hme-bner-cntn input {
	font-size: 16px !important
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.main-princing-sec-hme .smallboxes .more-less {
	font-size: 20px;
	top: 0
}

.main-y-selectd p {
	color: #091e42;
	font-size: 16px;
	padding: 0 0 20px 0
}

.main-selected-product {
	font-size: 0;
	background: #ebecf0;
	padding: 20px 10px 20px 20px;
	border-radius: 6px
}

.selected-box1 {
	display: inline-block;
	width: 87%;
	vertical-align: top
}

.selected-box1 h4 {
	font-size: 16px;
	padding: 0
}

.selected-box1>h4 small {
	display: block;
	color: #091e42;
	font-size: 16px;
	padding: 10px 0 0 20px
}

.selected-box2 {
	display: inline-block;
	width: 13%;
	vertical-align: top
}

.selected-box2 a {
	font-size: 16px
}

.main-analyzing-frm {
	margin: 0 0 60px 0
}

.floatbutton {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: fixed;
	right: -650px;
	top: 18%;
	font-size: 0;
	width: 700px;
	z-index: 200
}

.floatbutton.active {
	right: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	top: -20px
}

.floatbutton.active .floating-overlay {
	display: block
}

.floatbutton .clickbutton {
	width: 50px;
	z-index: 99;
	height: 50px;
	cursor: pointer;
	border-radius: 40px 0 0 40px;
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	margin-top: 125px
}

.floatbutton .clickbutton .crossplus:before {
	content: "";
	display: none;
	position: absolute;
	width: 20px;
	height: 2px;
	right: 0;
	background: #fbb334;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

.floatbutton .clickbutton .crossplus:after {
	content: "";
	display: none;
	position: absolute;
	width: 2px;
	height: 20px;
	right: 0;
	background: #fab334;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

.floatbutton .clickbutton .crossplus {
	position: relative;
	display: block;
	transform: rotate(0);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.floatbutton .clickbutton .crossplus:before {
	position: absolute;
	content: "";
	background-image: url(../images/quotebtn.png);
	background-repeat: no-repeat;
	width: 124px;
	height: 96px;
	left: -73px;
	top: 200px;
	display: block;
	background-color: transparent
}

.floatbutton .clickbutton .crossplus i {
	font-size: 18px;
	color: #f23386;
	margin: 17px 0 0 15px
}

.floatbutton .banner-form {
	background: #fff;
	padding: 20px 30px 20px 20px;
	position: relative;
	z-index: 9;
	border-radius: 5px 0 0 5px;
	margin: 0;
	width: 650px;
	display: inline-block;
	box-shadow: 0 0 30px #0000001f
}

.floatbutton .ban-form input {
	position: relative;
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px 10px 40px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	height: 40px;
	font-weight: 400;
	outline: 0 !important;
	margin: 0 0 15px 0
}

.floatbutton .ban-form select {
	position: relative;
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 7px 15px 10px 40px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	height: 40px;
	font-weight: 400;
	outline: 0 !important;
	margin: 0 0 15px 0
}

.floatbutton .ban-form .flt-slct:after {
	position: absolute;
	content: "\e955";
	font-family: icomoon !important;
	bottom: 23px;
	right: 16px;
	font-size: 14px
}

.floatbutton .ban-form i {
	position: absolute;
	top: 14px;
	left: 30px;
	font-size: 14px;
	color: #16b9bd
}

.floatbutton .col-lg-12,
.floatbutton .col-lg-6 {
	padding-right: 0
}

.floatbutton .banner-form .intl-tel-input {
	width: 100%
}

.floatbutton .banner-form h3 {
	color: #333;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: 400;
	padding-left: 30px;
	position: relative
}

.floatbutton .banner-form h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 85%;
	border-radius: 15px;
	background-color: #16b9bd
}

.floatbutton .banner-form h3 strong {
	font: 24px/24px gilroy-bold, sans-serif;
	font-weight: 800
}

.floatbutton .ban-form input[type=submit] {
	color: #fff;
	font-weight: 600;
	background: #16b9bd;
	border-radius: 6px;
	text-align: center;
	padding: 10px 15px;
	margin: 20px 0 0;
	border: transparent
}

.floatbutton .ban-form textarea {
	position: relative;
	width: 100%;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px 10px 40px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	font-weight: 400;
	height: 90px;
	outline: 0 !important;
	margin: 0
}

.floatbutton .ban-form textarea+i {
	position: absolute;
	top: 16px;
	left: 30px;
	font-size: 14px;
	color: #16b9bd
}

.floating-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 46%);
	width: 100%;
	height: 100%;
	z-index: -9;
	display: none
}

.floatbutton .btns_wrap {
	position: fixed;
	right: -6px
}

.floatbutton .btns_wrap a:hover {
	text-decoration: none !important;
	right: 0
}

.floatbutton .btns_wrap .call_wrap {
	width: 280px;
	position: absolute;
	right: -225px;
	background: #fff;
	top: 60px;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
	box-shadow: 0 0 40px #00000026 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.floatbutton .btns_wrap .call_wrap span {
	border-left: 1px solid #ded9d9;
	color: #333;
	font-size: 20px;
	vertical-align: middle;
	background: #fff;
	padding: 15px 20px 15px 15px
}

.floatbutton .btns_wrap .chat_wrap {
	display: block;
	position: absolute;
	right: -225px;
	width: 280px;
	background: #fff;
	top: -5px;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 0 40px #00000026 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 50px 0 0 50px
}

.floatbutton .btns_wrap .call_wrap span.icoo,
.floatbutton .btns_wrap .chat_wrap span.icoo {
	color: #059358;
	background: #fff;
	font-size: 18px;
	padding: 15px 20px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50px 0 0 50px
}

.floatbutton .btns_wrap .chat_wrap span {
	color: #333;
	font-size: 20px;
	vertical-align: middle;
	background: #fff;
	padding: 15px 30px 15px 15px
}

.floatbutton .btns_wrap .call_wrap2 {
	width: 280px;
	position: absolute;
	right: -225px;
	background: #fff;
	top: 120px;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
	box-shadow: 0 0 40px #00000026 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.floatbutton .btns_wrap .call_wrap2 span {
	border-left: 1px solid #ded9d9;
	color: #333;
	font-size: 20px;
	vertical-align: middle;
	background: #fff;
	padding: 15px 20px 15px 15px
}

.floatbutton .btns_wrap .chat_wrap2 {
	display: block;
	position: absolute;
	right: -225px;
	width: 280px;
	background: #fff;
	top: -5px;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 0 40px #00000026 !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 50px 0 0 50px
}

.floatbutton .btns_wrap .call_wrap2 span.icoo,
.floatbutton .btns_wrap .chat_wrap2 span.icoo {
	color: #059358;
	background: #fff;
	font-size: 18px;
	padding: 15px 20px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50px 0 0 50px
}

.floatbutton .btns_wrap .chat_wrap2 span {
	color: #333;
	font-size: 20px;
	vertical-align: middle;
	background: #fff;
	padding: 15px 30px 15px 15px
}

.cntc-form {
	padding: 40px
}

.main-cntc-form .wrk-up-wrap {
	padding: 0
}

.clientele-sec ul {
	font-size: 0;
	list-style: none;
	margin: 0
}

.clientele-sec ul li {
	display: inline-block
}

.clientele-sec ul li img {
	height: 50px
}

.cntc-form h3 {
	color: #091e42;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: -1px
}

.small-a {
	text-transform: lowercase
}

.cntc-form p {
	color: #42526e;
	font-size: 18px;
	line-height: 1.3
}

.fortest {
	height: 145px
}

.fortest.fortstmo {
	height: 100px
}

.main-counter-sec {
	height: 120px;
	background: #f4f5f7;
	margin: 0 !important
}

.ghostwriting-page .main-counter-sec .counter-box1 {
	padding-top: 30px
}

.quick-ser {
	height: 100px
}

.counter-box1 {
	font-size: 0;
	vertical-align: middle;
	padding: 30px 10px
}

.conter-img-box {
	display: inline-block;
	width: 25%;
	vertical-align: middle
}

.conter-img-box figure {
	margin: 0
}

.conter-cont-box {
	display: inline-block;
	width: 75%;
	vertical-align: middle;
	padding: 0 0 0 20px
}

.conter-cont-box p {
	font-size: 20px;
	padding: 0;
	color: #42526e;
	font-weight: 600
}

.conter-cont-box p span {
	color: #42526e;
	display: block
}

.mob-services {
	display: none
}

,
.Ghost-book-writing-content h1,
.built-sec h2,
.clientele-sec h2,
.cntc-form h3,
.collaboration-sec .wrapper h2,
.form-box-main h2,
.fourth-sec-content h3,
.ghst-writng-content h1,
.git h3,
.home-banner-content h1,
.info-content h3,
.introduction-sec .wrapper h3,
.introduction-sec2 .wrapper h3,
.main-ghst-sec h3,
.mycta h2,
.myprocess h2,
.our-team h1,
.policypg h2,
.prc-head,
.strt-cta h3,
.team-content h3,
.thierd-sec-content h3,
.tools-sec h2,
.trst-rvw h1,
.works-content h3 {
	text-transform: capitalize
}

.prce_box.prc-trms-box1.minheight {
	min-height: auto
}

.prce_box.box-prce-trnsfrm.minheight {
	min-height: auto
}

.prce_box.prc-trms-box2.minheight {
	min-height: auto
}

.prce_box {
	text-align: center
}

.prce_box b {
	color: #f23386;
	font-weight: 700;
	font-size: 14px;
	padding: 0;
	display: block
}

.prce_box h3 {
	color: #091e42;
	font-weight: 900;
	font-size: 24px;
	padding: 0
}

.prce_box h3 span {
	display: block;
	font-size: 20px;
	color: #969696;
	font-weight: 400;
	padding-top: 3px
}

.prce_box h5 {
	color: #091e42;
	font-weight: 900;
	font-size: 32px;
	padding: 0
}

.prce_box p {
	color: #091e42;
	font-size: 14px;
	padding: 7px 0 7px 0;
	line-height: 16px
}

.prce_box a.odr-plce {
	width: 100%
}

.prce_box a {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	color: #16b9bd;
	border-radius: 0 0 6px 6px
}

.prce_box a.minusan {
	padding: 5px 4px 5px 4px;
	margin: 0;
	text-align: center
}

.prce_box a.plusan {
	padding: 5px 4px 5px 4px;
	margin: 0
}

.val-inp {
	font-size: 20px;
	display: inline-block;
	width: 100px;
	border: none;
	text-align: center;
	color: #000;
	outline: 0
}

.main-inner-price {
	border: 1px solid #e0e0e0;
	width: 150px;
	margin: 0 auto 10px;
	border-radius: 7px;
	position: relative
}

.main-inner-price:after {
	content: "";
	position: absolute;
	right: 33px;
	top: 4px;
	width: 1px;
	height: 25px;
	background-color: #e0e0e0
}

.main-inner-price:before {
	content: "";
	position: absolute;
	left: 33px;
	top: 4px;
	width: 1px;
	height: 25px;
	background-color: #e0e0e0
}

,
.prce_box p {
	font-size: 14px;
	color: #a3a3a3;
	margin: 15px 0 0 0;
	padding: 0
}

.prce_box a.confused {
	font-size: 14px;
	color: #f23386;
	margin: 0;
	padding: 0
}

.prce_box a.confused i {
	padding: 0 2px 0 15px;
	position: relative
}

.prce_box a.confused i:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #c1c1c1;
	top: 0;
	left: 5px
}

.prce_box:hover h3:before {
	color: #f23386
}

.prc_boxess {
	background: #fff;
	padding: 27px 20px 20px 20px;
	border-radius: 6px;
	border: 1px solid transparent;
	min-height: 150px;
	font-size: 0;
	margin: 15px 0;
	position: relative;
	box-shadow: 5px 6px 30px #00000012;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.prce_box.prc-trms-box1 {
	margin-left: 50px;
	transform: scale(1.17)
}

.prce_box.prc-trms-box2 {
	margin-right: 50px;
	transform: scale(1.17)
}

.prce_box {
	background: #fff;
	border-radius: 6px;
	border: 1px solid transparent;
	min-height: auto;
	font-size: 0;
	margin: 15px 0;
	position: relative;
	box-shadow: 5px 6px 30px #00000012;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.pce-box-1 {
	padding: 35px 35px 20px 35px
}

.prce_box button {
	color: #fff !important;
	font-weight: 600;
	padding: 10px 25px;
	background: #16b9bd;
	border-radius: 0 0 6px 6px;
	box-shadow: 7px 9px 30px 0 #17a2b85c;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border: 1px solid transparent;
	font-size: 12px;
	cursor: pointer;
	margin: 0;
	outline: 0;
	width: 100%;
	text-transform: inherit
}

.main-cht-us {
	background: #e2e2e257
}

.prce_box.box-prce-trnsfrm {
	transform: scale(1.5);
	z-index: 9;
	margin: 15px 55px;
	overflow: hidden
}

.prce_box.box-prce-trnsfrm.notag:after {
	display: none
}

.prce_box.box-prce-trnsfrm:after {
	content: "BEST SELLER";
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	vertical-align: middle;
	padding: 7px 10px;
	text-indent: -15px;
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 30px;
	width: 180px;
	background-color: red;
	position: absolute;
	border: 2px solid #b70000;
	box-shadow: 2px 1px 7px -1px #b70000;
	right: -72px;
	top: 16px;
}

.prce_box.box-prce-trnsfrm.tagwrp:after {
	display: none
}

.box-prce-trnsfrm.prce_box a.confused,
.prc-trms-box1.prce_box a.confused,
.prc-trms-box2.prce_box a.confused {
	font-size: 12px
}

.box-prce-trnsfrm.prce_box a,
.prc-trms-box1.prce_box a,
.prc-trms-box2.prce_box a {
	font-size: 12px
}

.box-prce-trnsfrm.prce_box a.cht-wdht-us,
.prc-trms-box1.prce_box a.cht-wdht-us,
.prc-trms-box2.prce_box a.cht-wdht-us {
	color: #16b9bd;
	padding: 10px 4px;
	margin: 0
}

.box-prce-trnsfrm.prce_box p,
.prc-trms-box1.prce_box p,
.prc-trms-box2.prce_box p {
	font-size: 11px;
	padding: 3px 0 3px 0
}

.box-prce-trnsfrm.prce_box h5,
.prc-trms-box1.prce_box h5,
.prc-trms-box2.prce_box h5 {
	font-size: 14px;
	padding: 8px 0 8px 0;
	border-radius: 30px;
	width: 70%;
	margin: 0 auto 10px
}

h5.clr-heading-1 {
	background-color: #16b9bd26;
	color: #16b9bd
}

h5.clr-heading-2 {
	background-color: #f9924747;
	color: #f99247
}

h5.clr-heading-3 {
	background-color: #f3da6d40;
	color: #b1982c
}

.box-prce-trnsfrm.prce_box h3,
.prc-trms-box1.prce_box h3,
.prc-trms-box2.prce_box h3 {
	font-size: 17px
}

.box-prce-trnsfrm.prce_box h3 span,
.prc-trms-box1.prce_box h3 span,
.prc-trms-box2.prce_box h3 span {
	font-size: 12px;
	font-weight: 300
}

.box-prce-trnsfrm.prce_box ul li,
.prc-trms-box1.prce_box ul li,
.prc-trms-box2.prce_box ul li {
	font-size: 11.5px
}

.box-prce-trnsfrm.prce_box .growth h4,
.prc-trms-box1.prce_box .growth h4,
.prc-trms-box2.prce_box .growth h4 {
	font-size: 10.5px;
	padding-bottom: 0;
	font-weight: 700
}

.box-prce-trnsfrm.prce_box .growth.grwth a,
.prc-trms-box1.prce_box .growth.grwth a,
.prc-trms-box2.prce_box .growth.grwth a {
	font-size: 7px
}

.box-prce-trnsfrm.prce_box .growth p,
.prc-trms-box1.prce_box .growth p,
.prc-trms-box2.prce_box .growth p {
	font-size: 10.5px
}

.mntly-heading {
	margin: 100px 0
}

.artcle_page .info-content,
.cntent-page .info-content,
.ebk_pge .info-content,
.gust_pge .info-content,
.manscpt_pge .info-content,
.seo_pge .info-content,
.smc_pge .info-content,
.wbste_pge .info-content,
.wht_pge .info-content {
	padding: 0 0 120px
}

.artcle_page .main-counter-sec,
.blg_pge .main-counter-sec,
.cntent-page .main-counter-sec,
.ebk_pge .main-counter-sec,
.gust_pge .main-counter-sec,
.manscpt_pge .main-counter-sec,
.prs_pge .main-counter-sec,
.seo_pge .main-counter-sec,
.smc_pge .main-counter-sec,
.spec_pge .main-counter-sec,
.wbste_pge .main-counter-sec,
.wht_pge .main-counter-sec {
	margin-top: 50px
}

.main-princing-sec-hme .nav-pills {
	margin-bottom: 125px
}

.cntr-mod .prce_box.prc-trms-box1 {
	padding-right: 0;
	margin-left: 0
}

.cntr-mod .slick-center .prce_box.cntr-slck-pad {
	transform: scale(1.3);
	z-index: 99;
	margin: 20px 15px;
	overflow: hidden
}

.cntr-mod .slick-center .prce_box.cntr-slck-pad:after {
	content: "BEST SELLER";
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
	padding: 7px 10px;
	text-indent: -15px;
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 35px;
	width: 180px;
	background-color: red;
	position: absolute;
	border: 2px solid #b70000;
	box-shadow: 2px 1px 7px -1px #b70000;
	right: -62px;
	top: 23px
}

.cntr-mod .slick-active .prce_box img {
	display: inline-block
}

.cntr-mod .slick-list.draggable {
	padding: 65px 0 40px 0 !important
}

.cntr-mod .prce_box h3 {
	font-size: 13px
}

.cntr-mod .prce_box h3 span {
	font-size: 13px;
	padding-bottom: 8px
}

.cntr-mod .prce_box .growth h4 {
	font-size: 12px;
	padding-bottom: 0
}

.cntr-mod .prce_box .growth p {
	font-size: 12px
}

.cntr-mod .prce_box ul li {
	font-size: 12px
}

.cntr-mod .prce_box h5 {
	font-size: 14px;
	padding: 8px 0 8px 0;
	border-radius: 30px;
	width: 70%;
	margin: 0 auto 10px
}

.cntr-mod .prce_box p {
	font-size: 13px;
	padding: 5px 0 5px 0
}

.cntr-mod .prce_box a.cht-wdht-us {
	color: #16b9bd;
	padding: 10px 8px;
	margin: 0
}

.cntr-mod .prce_box {
	box-shadow: 0 13px 15px #00000012
}

.prce_box img {
	width: 32%;
	padding-top: 5px
}

.growth {
	background: #f4f6f8;
	padding: 15px;
	border-radius: 6px;
	text-align: left
}

.growth h4 {
	font-size: 14px
}

.growth p {
	padding: 0;
	color: #091e42
}

.growth p small {
	font-size: 14px;
	position: relative;
	padding: 0 0 0 15px
}

.growth p small:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #091e42
}

.prce_box:hover .growth p {
	color: #091e42
}

.icn-box-ser {
	display: inline-block;
	width: 7%;
	vertical-align: middle
}

.prc_boxess .small-serces {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	padding: 0 10px 0 15px
}

.grwth {
	margin: 10px 0 0 0
}

.growth.grwth a {
	margin: 0 0 0 2px;
	background: #03d0dd;
	padding: 3px 5px;
	border-radius: 6px;
	font-size: 10px;
	color: #fff
}

.pcrc .growth.grwth a {
	margin: 0
}

.prc_boxess .plus-pri {
	display: inline-block;
	width: 23%;
	vertical-align: middle;
	text-align: center
}

.prc_boxess .plus-pri p {
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 14px 0;
	color: #091e42
}

.prc_boxess .plus-pri a {
	font-size: 14px;
	font-weight: 700;
	display: block;
	padding: 10px 10px
}

.prc_boxess .smallboxes {
	padding-top: 0
}

.sample-page .main-portfolio-sec {
	margin-top: 70px
}

.prce_box ul {
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
	height: 112px
}

.prce_box ul li {
	display: block;
	font-size: 14px;
	color: #091e42;
	position: relative;
	padding-left: 15px;
	margin: 0 0 6px
}

.prce_box ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #16b9bd;
	border-radius: 50%
}

.prce_box ul li b {
	color: #a3a3a3;
	display: inline-block
}

.prce_box .mCustomScrollBox {
	padding: 0 10px 0 0
}

.pck-scrl {
	height: 180px
}

.ys-layer {
	display: none;
	opacity: .7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000
}

.ys-container {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999
}

.ys-container.visible,
.ys-layer.visible {
	display: block
}

.ys-box {
	background-color: #fff;
	width: 0;
	height: 0;
	margin: 0 auto;
	position: relative;
	top: 43.5%;
	transform: translateY(-50%);
	border-radius: 10px 10px 20px 20px;
	transition: height .2s ease-in-out
}

.ys-popup-close {
	position: absolute;
	color: #000;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
	display: block;
	right: 20px;
	top: 20px;
	font-weight: 700
}

.ys-container.finished .ys-popup-close {
	width: 40px;
	height: 40px;
	text-indent: 0
}

.ys-popup-content {
	display: none;
	padding: 20px 40px;
	background: #f5f5f5;
	border-radius: 0 0 10px 10px
}

.ys-container.finished .ys-popup-content {
	display: block
}

.ys-popup-close:hover {
	text-decoration: none;
	color: red
}

.ys-box {
	border-top: 5px solid #524a61;
	height: 574px;
	width: 572px !important;
	background: #f5f5f5;
	padding: 0;
	background-size: cover
}

.ys-box .mainbann {
	border-radius: 20px 20px 0 0;
	width: 100%
}

.popupform h2 {
	color: #1a74f0;
	font-size: 26px;
	font-weight: 400
}

.popupform h2 span {
	color: #ea2d62
}

.popupform p {
	color: #42526e;
	font-size: 18px;
	padding: 0 0 8px;
	text-align: center
}

.popupform form p {
	color: #42526e;
	font-size: 14px;
	font-weight: 500
}

.popupform form p span {
	color: #0c71f4
}

p.small {
	font-size: 14px;
	color: #000;
	text-align: center;
	display: block
}

.popupform form {
	font-size: 0
}

.popupform form .fldst {
	margin: 0;
	display: block;
	width: 100%
}

.popupform form .fldst .intl-tel-input {
	width: 100%;
	margin-bottom: 15px
}

.popupform form .fldst.btnattach button {
	outline: 0;
	position: relative;
	bottom: 0;
	border: 0;
	display: block;
	right: 0;
	background: #f23386;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #fff
}

.popupform form p a {
	color: #f23386
}

.popupform form .lst-p {
	text-align: center;
	padding: 15px 0
}

.popupform form input {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 5px;
	height: 50px;
	font-weight: 400;
	outline: 0 !important;
	margin: 0 0 15px 0
}

.popupform h3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto 10px;
	display: block;
	width: 55%;
	text-align: center;
	background: #524a61;
	color: #fff;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	font-size: 30px
}

.popupform figure {
	text-align: center;
	margin: 20px 0 0 0
}

.popupform figure img {
	width: 30%
}

.fldst textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 5px;
	height: 50px;
	font-weight: 400;
	outline: 0 !important;
	margin: 0 0 15px 0;
	resize: none;
	height: 100px
}

.ghostwriting-page .clientele-sec {
	background-color: #f4f5f7
}

.mobile-res-logo {
	display: none
}

.mntly-heading {
	text-align: center;
	padding: 20px 0 15px 0
}

.main-photo-book-sec,
.main-trde-bok-sec {
	width: 100%;
	height: 450px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center
}

.main-photo-book-sec {
	margin-top: 70px
}

.pht-boks {
	padding: 50px 0 0 0
}

.pht-boks h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 600
}

.pht-boks p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	width: 50%;
	margin: 0 auto;
	padding: 30px 0 50px 0
}

.pht-boks a {
	font-size: 18px;
	padding: 10px 40px
}

.vbrn-box {
	text-align: center
}

.vbrn-box figure {
	margin: 0
}

.vbrn-box figure img {
	width: 100px
}

.vbrn-box h3 {
	color: #253858;
	font-size: 20px;
	font-weight: 600
}

.vbrn-box p {
	color: #42526e;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0;
	width: 100%
}

.kick-strt {
	padding-top: 100px
}

.kick-strt p {
	color: #42526e
}

.main-pfrn-sec {
	background: #212640;
	padding: 20px 0
}

.main-wtn-sec ul {
	font-size: 0;
	margin: 0
}

.main-wtn-sec ul li {
	display: inline-block;
	width: 35%;
	vertical-align: middle
}

.main-wtn-sec ul li:last-child {
	width: 30%
}

.crte-prf {
	padding: 0
}

.crte-prf h3 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0
}

.crte-prf p {
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 0
}

.dext .main-percent {
	background-image: none;
	padding: 0;
	position: unset
}

.chtnow {
	text-align: right
}

.chtnow .btn-theme {
	margin-right: 15px
}

.dext {
	padding: 0 60px
}

.main-modal-sec .modal-content {
	background-color: transparent;
	border: transparent
}

.main-modal-sec .modal-header {
	border: transparent;
	background: #fff
}

.main-modal-sec button.close {
	position: absolute;
	z-index: 9999;
	color: #fff;
	right: 10px;
	top: 12px;
	font-size: 30px;
	outline: 0
}

.main-modal-sec button.close span {
	color: #16b9bd
}

.main-modal-sec .banner-form {
	top: 135px;
	width: 100%;
	left: 1px
}

.main-modal-sec .main-percent {
	top: -10px;
	left: -16px;
	width: 107%;
	padding: 0 40px 10px 25px
}

.mobile-cta {
	position: fixed;
	bottom: 1.5%;
	z-index: 14;
	left: 3%;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	display: none
}

.mobile-cta .xicon {
	font-size: 24px;
	color: #fff;
	text-align: center;
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	border: 4px solid #f34892;
	background: #16b9bd;
	padding-top: 4px;
	text-decoration: none
}

.lts-btn-hme {
	text-align: right
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #02884d;
	z-index: 999
}

.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: 0;
	z-index: 100;
	cursor: pointer
}

.overlay nav {
	position: relative;
	top: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative
}

.overlay ul li {
	display: inline-block
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color .2s;
	transition: color .2s;
	font-size: 18px;
	padding: 10px 20px;
	font-weight: 500
}

.overlay ul li a:first-child {
	padding-left: 0
}

.our-srcis {
	display: block
}

.overlay ul li a:focus,
.overlay ul li a:hover {
	color: #059358
}

.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s, visibility 0s .5s;
	transition: opacity .5s, visibility 0s .5s
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	background: #3e3e3e
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.overlay-hugeinc nav ul {
	opacity: .4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0);
	transform: rotateX(0)
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg)
}

.overlay-inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	height: 100%
}

nav.our-services {
	text-align: left;
	padding: 0;
	position: relative;
	top: 35%;
	width: auto;
	margin: 0 auto
}

nav.our-services ul li {
	float: left;
	width: 33%
}

.our-services h3 {
	color: #fff;
	text-align: left;
	margin: 0 0 30px 0;
	font-size: 38px
}

.overlay .our-services ul li a {
	padding: 10px 20px 10px 0
}

.prvcy-nav {
	position: relative
}

.main-overlay-privacy-policy {
	font-size: 0;
	position: absolute;
	bottom: -120px;
	top: 160px;
	width: 100%;
	border-top: 1px solid #fff;
	padding: 0
}

.overlay-privacy-box1 {
	display: inline-block;
	width: 50%;
	vertical-align: top
}

.overlay-privacy-box2 {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: right
}

.overlay-privacy-box1 p {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding: 0
}

.overlay-privacy-box2 ul li {
	display: inline-block
}

.overlay-privacy-box2 ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding: 0 20px 0 15px
}

.overlay-privacy-box2 ul li:last-child a {
	padding-right: 0
}

.book-call-ys-layer {
	display: none;
	opacity: .7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000
}

.book-call-ys-container {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999
}

.inp-dsleb {
	position: relative
}

.inp-dsleb:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .08);
	height: 100%;
	border-radius: 6px
}

.book-call-ys-container.visible,
.book-call-ys-layer.visible {
	display: block
}

.book-call-ys-box {
	background-color: #fff;
	width: 0;
	height: 0;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 20px 20px 20px 20px;
	transition: height .2s ease-in-out
}

.crossbtn {
	float: right;
	font-size: 30px;
	border: 2px solid #000;
	padding: 2px 7px;
	border-radius: 3px;
	color: #212529
}

.crossbtn:hover {
	color: #212529
}

.book-call-ys-popup-close {
	position: absolute;
	color: #f23386;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	display: block;
	right: 10px;
	top: 10px;
	font-weight: 700;
	border: solid 1px #f23386;
	padding: 3px 9px;
	line-height: initial;
	border-radius: 100%
}

.book-call-ys-container.finished .book-call-ys-popup-close {
	width: 30px;
	height: 30px;
	text-indent: 0
}

.book-call-ys-popup-content {
	display: none;
	padding: 20px 40px;
	background: #fff;
	border-radius: 20px 20px 20px 20px
}

.book-call-ys-container.finished .book-call-ys-popup-content {
	display: block
}

.book-call-ys-popup-close:hover {
	text-decoration: none;
	color: #000
}

.book-call-ys-box {
	height: auto;
	width: 572px !important;
	background: #f3c06a;
	padding: 0;
	background-size: cover
}

.book-call-ys-box .mainbann {
	border-radius: 20px 20px 0 0;
	width: 100%
}

.book-call-popupform h2 {
	font-weight: 700;
	font-size: 20px;
	color: #3a3a3a;
	margin: 10px 0 20px
}

.book-call-popupform h2 span {
	color: #f23386
}

.book-call-popupform p {
	color: #000;
	padding: 0 0 8px;
	font-size: 14px
}

.book-call-popupform form p {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin: 0
}

.book-call-popupform form p span {
	color: #0c71f4
}

p.small {
	font-size: 14px;
	color: #000;
	text-align: center;
	display: block
}

.book-call-popupform form {
	font-size: 0
}

.book-call-popupform form .fldst {
	margin: 0 0 30px;
	display: block;
	width: 100%
}

.book-call-popupform span.heading {
	font-size: 30px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	text-align: center;
	display: block
}

.book-call-popupform figure {
	-webkit-animation: ripple .9s linear infinite;
	animation: ripple .9s linear infinite;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: block;
	margin: -40px auto 30px;
	border: solid 1px #ededed;
	background: #f23386;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%
}

.book-call-popupform form .fldst .intl-tel-input {
	width: 79%;
	margin-bottom: 15px
}

.book-call-popupform form input[type=text] {
	border-radius: 3px
}

.book-call-popupform form .fldst.btnattach button {
	position: relative;
	bottom: 0;
	border: 0;
	display: block;
	right: 0;
	background: #f23386;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	color: #fff
}

.book-call-popupform form .callus {
	border-top: 3px solid transparent;
	background-color: #f23386;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 33px;
	padding: 8px 25px;
	outline: 0;
	cursor: pointer;
	border-radius: 3px;
	display: block;
	text-align: center
}

.book-call-popupform form .callus i {
	margin: 0 0 0 15px
}

.book-call-popupform form .lst-p {
	text-align: center;
	padding: 0 0 15px
}

.book-call-popupform form .lst-p a {
	font-weight: 700;
	color: #f23386
}

.book-call-popupform form .lst-p a:hover {
	color: #000
}

.book-call-popupform form input {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	height: 50px;
	font-weight: 400;
	outline: 0 !important;
	margin: 0
}

.book-call-popupform form .newbtn {
	background: #f23386;
	height: 51px;
	width: 100px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	border-left: 0;
	font-size: 16px;
	font-weight: 700
}

.callusnow {
	width: 50px;
	height: 50px;
	color: #f23386;
	display: block;
	text-align: center;
	border-radius: 100%;
	font-size: 24px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9999;
	box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, .71);
	padding: 6px 0 12px 0;
	animation: scrollDownAnimation .5s ease infinite alternate;
	-webkit-animation: scrollDownAnimation .5s ease infinite alternate;
	background: #fff;
	background: -moz-linear-gradient(left, #f23386 0, #9b2c92 100%);
	border: solid 3px #f23386;
	bottom: 110px;
	transform: translate(50%)
}

.callusnow:hover {
	color: #f23386
}

.fldst-two {
	width: 50%;
	display: inline-block;
	padding: 5px 5px 5px 0
}

.fldst-two.last {
	padding: 5px 4px 5px 5px
}

.flagimg-exit {
	width: 20px;
	margin-left: 10px;
	margin-right: 2px
}

@keyframes scrollDownAnimation {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(-10px)
	}
}

@-webkit-keyframes scrollDownAnimation {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(-10px)
	}
}

@-webkit-keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 201, 226, .3), 0 0 0 10px rgba(1, 201, 226, .3), 0 0 0 20px rgba(1, 201, 226, .3), 0 0 0 30px rgba(1, 201, 226, .3)
	}

	100% {
		box-shadow: 0 0 0 1em rgba(1, 201, 226, .3), 0 0 0 20px rgba(1, 201, 226, .3), 0 0 0 30px rgba(1, 201, 226, .3), 0 0 0 50px rgba(1, 201, 226, 0)
	}
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(201, 205, 206, .3), 0 0 0 10px rgba(232, 238, 239, .3), 0 0 0 20px rgba(219, 224, 224, .3), 0 0 0 30px rgba(197, 199, 199, .3)
	}

	100% {
		box-shadow: 0 0 0 1em rgba(207, 219, 220, .3), 0 0 0 20px rgba(167, 174, 175, .3), 0 0 0 30px rgba(187, 194, 195, .3), 0 0 0 50px rgba(1, 201, 226, 0)
	}
}

.rangeslider,
.rangeslider__fill {
	display: block;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.rangeslider {
	background: #e6e6e6;
	position: relative
}

.rangeslider--horizontal {
	height: 8px;
	width: 100%;
	margin: 8px 0
}

.rangeslider--vertical {
	width: 20px;
	min-height: 150px;
	max-height: 100%
}

.rangeslider--disabled {
	opacity: .4
}

.rangeslider__fill {
	background: #16b9bd;
	position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
	top: 0;
	height: 100%
}

.rangeslider--vertical .rangeslider__fill {
	bottom: 0;
	width: 100%
}

.rangeslider__handle {
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .1)));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
	-moz-box-shadow: -1px 2px 10px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: -1px 2px 10px 0 rgba(0, 0, 0, .3);
	box-shadow: -1px 2px 10px 0 rgba(0, 0, 0, .3);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.rangeslider--active .rangeslider__handle,
.rangeslider__handle:active {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .12)));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
	background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

.rangeslider--horizontal .rangeslider__handle {
	top: -8px;
	touch-action: pan-y;
	-ms-touch-action: pan-y
}

.rangeslider--vertical .rangeslider__handle {
	left: -10px;
	touch-action: pan-x;
	-ms-touch-action: pan-x
}

input[type=range]:focus+.rangeslider .rangeslider__handle {
	-moz-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
	-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
	box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

.main-prce-rnge #words-price,
.main-prce-rnge #words-price2,
.main-prce-rnge #words-price3 {
	opacity: 0
}

.main-prce-rnge {
	margin: 25px 0 0 0
}

.main-prce-rnge span.rnge-wrds {
	font-size: 14px;
	font-weight: 700;
	color: #8e8d8d
}

.main-prce-rnge b.dsply-wrds {
	display: inline-block;
	margin: 0 5px 0 5px;
	font-size: 14px;
	color: #091e42;
	font-weight: 700
}

.main-prce-rnge span.rnge-prices {
	font-size: 14px;
	font-weight: 700;
	color: #091e42
}

.main-prce-rnge span.rnge-prce {
	font-size: 14px;
	font-weight: 700;
	color: #091e42;
	text-align: center
}

.calc-inner-wrap {
	background-color: #fff;
	padding: 40px 40px;
	border-radius: 6px;
	-webkit-box-shadow: 5px 6px 30px #00000012;
	-moz-box-shadow: 5px 6px 30px #00000012;
	-o-box-shadow: 5px 6px 30px #00000012;
	box-shadow: 5px 6px 30px #00000012
}

.prc-vlu {
	text-align: right
}

.prc-vlu label {
	width: 100%;
	margin: 0 0 30px 0
}

.prc-vlu label span {
	font-size: 30px;
	font-weight: 700;
	color: #16b9bd
}

.prc-vlu label small {
	font-size: 16px font-weight:bold;
	color: #dee0ec
}

.checbox-box {
	position: relative;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	width: 85px;
	display: inline-block;
	margin-left: 8px
}

.checbox-box.box-nomar {
	margin-left: 0
}

.checbox-box input {
	position: absolute;
	content: "";
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 999
}

.checbox-box div {
	width: 100%;
	height: 100%;
	border: 3px solid #dee0ec;
	border-radius: 6px;
	padding: 18px 15px;
	cursor: pointer;
	text-align: center;
	position: relative;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.checbox-box:hover div {
	border-color: #16b9bd;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out
}

.checbox-box div:before {
	content: "\f00c";
	font-family: fontawesome;
	position: absolute;
	left: 5px;
	top: 3px;
	font-size: 8px;
	color: #fff;
	background-color: #16b9bd;
	padding: 1px 3px;
	border-radius: 50%;
	display: none
}

.checbox-box div span {
	font-size: 15px;
	font-weight: 700;
	color: #dee0ec
}

.checbox-box input[type=radio]:checked+div {
	border: 3px solid #16b9bd
}

.checbox-box input[type=radio]:checked+div span {
	color: #16b9bd
}

.checbox-box input[type=radio]:checked+div:before {
	display: block
}

.main-rnge-slider {
	margin: 100px 0 0 0
}

.rnge-inner-wrap .rangeslider--horizontal {
	cursor: pointer
}

.rnge-inner-wrap .rangeslider__handle {
	background-image: url(../dragger-2.html) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #16b9bd;
	height: 40px;
	width: 40px;
	top: -17px
}

.rnge-inner-wrap .rangeslider__handle:hover {
	background-color: #18999c
}

.rnge-inner-wrap .rangeslider__value-bubble {
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 2.5rem;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	text-align: center;
	background-color: #16b9bd;
	padding: .8rem;
	color: #fff;
	width: auto;
	margin: 0;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 700
}

.rnge-inner-wrap .rangeslider__value-bubble::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid #16b9bd;
	position: absolute;
	top: auto;
	left: 50%;
	bottom: -1rem;
	transform: translate(-50%, -45%);
	-webkit-transform: translate(-50%, -45%);
	-ms-transform: translate(-50%, -45%)
}

.artcle-quntity {
	text-align: center
}

.artcle-quntity span {
	font-size: 16px;
	color: #16b9bd;
	font-weight: 700;
	padding: 20px 0 0 0;
	display: inline-block;
	text-transform: uppercase
}

.cal-sbt-btn {
	text-align: right
}

.cal-sbt-btn button {
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	outline: 0
}

.artcl-qunt,
.dmon-atity {
	text-align: center
}

.artcl-qunt h3,
.dmon-atity h3 {
	color: #091e42;
	font-weight: 500;
	font-size: 44px;
	letter-spacing: -1px
}

.artcl-qunt h3 {
	padding: 50px 0 20px 0
}

.odrd-img-sec {
	text-align: center
}

.odrd-img-sec button {
	cursor: pointer;
	border: none;
	outline: 0;
	font-size: 16px;
	width: 100%
}

.or-athrs {
	padding-top: 15px;
	text-align: center
}

.ctnt-tam {
	padding-top: 49px
}

.or-athrs figure {
	margin: 0
}

.or-athrs p {
	color: #42526e;
	font-size: 18px;
	line-height: 1.4;
	padding: 0 0 10px 0
}

.or-athrs img {
	height: 50px
}

.ctnt-tam {
	text-align: right
}

.ctnt-tam a {
	color: #42526e;
	font-size: 18px;
	line-height: 1.4
}

.ctnt-tam h6 {
	padding: 0
}

.gst-cst-pkge {
	border: 3px solid #dee0ec;
	width: 168px;
	margin: 10px auto 0;
	border-radius: 6px;
	position: relative
}

.gst-cst-pkge .form-control {
	border: none;
	padding: 0 10px 0 10px;
	height: 34px;
	text-align: center;
	outline: 0
}

.gst-cst-pkge .input-group-btn .btnfirst,
.gst-cst-pkge .input-group-btn .btnsecond {
	border-radius: 5px 0 0 5px;
	background: 0 0;
	box-shadow: none;
	padding: 5px 10px
}

.gst-cst-pkge .input-group-btn .btnfirst i,
.gst-cst-pkge .input-group-btn .btnsecond i {
	color: #16b9bd;
	font-size: 16px
}

.gst-cst-pkge:before {
	content: "";
	position: absolute;
	left: 33px;
	top: 5px;
	width: 3px;
	height: 25px;
	background-color: #dee0ec;
	z-index: 9
}

.gst-cst-pkge:after {
	content: "";
	position: absolute;
	right: 33px;
	top: 5px;
	width: 3px;
	height: 25px;
	background-color: #dee0ec
}

h2.atle-qunti {
	text-align: center;
	font-size: 10px;
	padding: 0;
	color: #091e42;
	letter-spacing: 1px
}

.calc-inner-wrap .col-lg-1 {
	padding-left: 0
}

.pdft-lft {
	padding-left: 30px
}

.gst-heading-pkge h2 {
	color: #091e42;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: -1px
}

.gst-heading-pkge p {
	color: #42526e;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 15px;
	margin: 0 auto
}

.gst-heading-pkge h2 span {
	float: right;
	font-size: 38px;
	color: #16b9bd
}

.no-pad-left {
	padding-left: 0
}

.pkges-dcrip {
	position: relative
}

.pkges-dcrip textarea {
	width: 100%;
	height: 142px;
	border: 3px solid #dee0ec;
	border-radius: 6px;
	margin: 40px 0 0 0;
	resize: none;
	padding: 10px 15px;
	font-size: 14px;
	outline: 0;
	font-weight: 600
}

.book-cover-slider .slick-slide img {
	display: inline-block;
	width: 100%
}

.main-book-cover-sec {
	padding: 40px 0;
	text-align: center
}

.main-book-cover-sec h2 {
	padding: 0;
	color: #091e42;
	font-weight: 500;
	font-size: 44px;
	padding-bottom: 10px;
	letter-spacing: -1px
}

.main-book-cover-sec p {
	color: #42526e;
	font-size: 22px;
	padding-top: 10px;
	line-height: 1.4
}

.main-book-cover-sec .nav-pills {
	text-align: center;
	display: block;
	width: 100%;
	margin: 20px 0
}

.main-book-cover-sec .nav-pills li {
	margin: 22px 4px;
	display: inline-block;
	background: 0 0
}

.main-book-cover-sec .nav-pills li:first-child {
	margin-left: 0
}

.main-book-cover-sec .nav-pills li a.active {
	border-color: #0db87d;
	color: #fff;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%);
	border-radius: 3px
}

.main-book-cover-sec .nav-pills li a {
	color: #253858;
	padding: 10px 13px;
	border: 1px solid transparent;
	font-size: 16px;
	background: #fff;
	box-shadow: 5px 6px 30px #00000012
}

.main-book-cover-sec .pricingboxes {
	padding-top: 0
}

.book-cover-slide .slick-slide img {
	max-width: 100% !important
}

.book-cover-slider .slick-prev {
	left: -35px
}

.book-cover-slider .slick-next {
	right: -35px
}

.book-cover-slider {
	padding: 0 15px 0 15px
}

.formbox .package-pricing {
	font-size: 16px;
	text-align: center;
	width: 100%
}

.formbox .input-group-btn {
	font-size: 14px;
	width: 30px;
	float: left
}

.formbox .input-group-btn .btnfirst,
.formbox .input-group-btn .btnsecond {
	font-size: 14px;
	padding: 7px 10px;
	display: inline-block;
	text-align: center
}

.formbox .input-group-btn .btnfirst {
	border-radius: 5px 0 0 5px
}

.formbox .input-group-btn .btnsecond {
	border-radius: 0 5px 5px 0
}

.formbox input[type=text] {
	width: 56%;
	float: left
}

.growth.grwth .formbox {
	transform: scale(.9)
}

.grwth.wb-cpy-writng .formbox {
	border: 1px solid #e0e0e0;
	width: 150px;
	margin: 25px auto 10px;
	border-radius: 7px;
	position: relative
}

.grwth.wb-cpy-writng .formbox:before {
	content: "";
	position: absolute;
	left: 33px;
	top: 4px;
	width: 1px;
	height: 25px;
	background-color: #e0e0e0;
	z-index: 9
}

.grwth.wb-cpy-writng .formbox:after {
	content: "";
	position: absolute;
	right: 33px;
	top: 4px;
	width: 1px;
	height: 25px;
	background-color: #e0e0e0
}

.grwth.wb-cpy-writng .package-pricing {
	font-size: 14px;
	font-weight: 700;
	color: #091e42
}

.grwth.wb-cpy-writng .form-control {
	border: none;
	padding: 0 10px 0 10px;
	height: 34px;
	text-align: center
}

.grwth.wb-cpy-writng .input-group {
	height: 34px
}

.grwth.wb-cpy-writng .form-control:focus {
	box-shadow: none
}

.grwth.wb-cpy-writng .formbox .input-group-btn .btnsecond {
	border-radius: 0 5px 5px 0;
	background: 0 0;
	box-shadow: none;
	padding: 5px 10px
}

.grwth.wb-cpy-writng .formbox .input-group-btn .btnfirst {
	border-radius: 5px 0 0 5px;
	background: 0 0;
	box-shadow: none;
	padding: 5px 10px
}

.grwth.wb-cpy-writng .formbox .input-group-btn .btnfirst i,
.grwth.wb-cpy-writng .formbox .input-group-btn .btnsecond i {
	color: #16b9bd;
	font-size: 12px
}

.item.blackfriday {
	position: relative
}

.item.blackfriday:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 2
}

.overlay-bg.vis {
	display: block !important
}

.overlay-bg {
	display: none;
	background-image: url(../pattern.html);
	background: rgba(0, 0, 0, .5);
	opacity: .94;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999
}

.mypopup-wrap.active {
	position: fixed;
	top: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.mypopup-wrap {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 800px;
	height: 600px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: -20000px;
	bottom: 0;
	margin: auto;
	z-index: 99999
}

.mypopup-wrap .mypopup {
	border-radius: 10px;
	font-size: 0;
	background: #fff
}

.mypopup-wrap .mypopup .left {
	width: 50%;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle
}

.mypopup-wrap .mypopup .left figure {
	border-radius: 10px 0 0 10px;
	overflow: hidden
}

.mypopup-wrap .mypopup .left figure img {
	margin-left: 0;
	margin-top: 0;
	width: 100%
}

.mypopup-wrap .mypopup .right {
	width: 50%;
	padding: 19px 20px;
	vertical-align: top;
	display: inline-block;
	vertical-align: middle
}

.mypopup-wrap .mypopup .right .closebutton {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transform: rotate(45deg);
	right: 20px;
	top: 20px
}

.mypopup-wrap .mypopup .right .closebutton:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 1px;
	top: 0;
	background: #000;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block
}

.mypopup-wrap .mypopup .right .closebutton:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 20px;
	top: 0;
	left: 0;
	background: #000;
	display: block;
	bottom: 0;
	margin: auto
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap {
	padding-top: 0;
	padding-left: 30px;
	padding-right: 30px
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
	font-size: 26px;
	line-height: 30px !important
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span {
	font-size: 38px;
	display: block;
	font-weight: 900;
	color: #e9292c;
	margin-top: 5px;
	margin-bottom: 10px
}

.mypopup-innerwrap .form_wrap {
	padding: 20px 15px
}

.mypopup-innerwrap .form_wrap .hero_form .form-control {
	border-radius: 10px;
	border: 1px solid #b9b8b8
}

.mypopup-innerwrap .form_wrap .hero_form .form-control:focus {
	border: 1px solid #5d03db
}

.mypopup-innerwrap .form_wrap .hero_form textarea.form-control {
	color: #000
}

.mypopup-innerwrap .form_wrap #quoteForm textarea.form-control {
	min-height: 85px
}

.mypopup-innerwrap .form_wrap .hero_form #quoteSubmit {
	border-radius: 10px;
	min-width: 100%
}

.mypopup-innerwrap .form_wrap .hero_form .col-md-6 {
	width: 100%
}

.mypopup-innerwrap .form_wrap .hero_form .col-sm-6 {
	width: 100%
}

.hero_form .field-mergedleft {
	padding-left: 15px
}

.hero_form .field-mergedright {
	padding-right: 15px
}

.mypopup-innerwrap .form_wrap .hero_form .margin-bottom-20 {
	margin-bottom: 10px
}

.eggoffer.show {
	position: fixed;
	bottom: 8px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.eggoffer .top {
	position: relative;
	z-index: -1
}

.eggoffer .top figure {
	text-align: center
}

.eggoffer .top figure img {
	opacity: 1
}

.eggoffer .bottom {
	cursor: pointer;
	padding: 16px 5px;
	border-radius: 5px;
	background: #16a07d
}

.eggoffer .bottom h3:before,
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3:before {
	display: none
}

.eggoffer .bottom h3 {
	font-size: 14px;
	margin: 0;
	color: #fff
}

.eggoffer .bottom span {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	width: 100%;
	padding-top: 6px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	text-shadow: 0 2px 2px #666
}

.form_wrap .analyzeform form .dtf {
	width: 100%
}

.form_wrap .analyzeform form input[type=submit] {
	width: 100%;
	margin: 0;
	text-align: center;
	margin-top: 10px
}

.form_wrap .analyzeform form .wrap {
	padding-left: 0
}

.form_wrap .analyzeform {
	margin: 0
}

.eggoffer .broken {
	display: none
}

.eggoffer .unbroken {
	display: block
}

.mypopup-wrap .easter {
	display: none !important
}

section.year-profile {
	padding-bottom: 50px
}

section.year-profile {
	background: #fbfbfb;
	margin-top: 10%
}

section.year-profile #demo {
	margin-top: 20px
}

.carousel-item .rap-up span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 15px;
	background: #139961;
	color: #fff;
	font-size: 1.3em
}

.asdfasdf .carousel-item {
	padding: 15px
}

.asdfasdf .rap-up {
	box-shadow: 0 0 13px 2px #696969;
	width: 90%;
	margin: -15px auto 0 auto;
	padding: 15px;
	background: #fff;
	position: relative
}

.asdfasdf .rap-up p {
	margin: 0
}

.asdfasdf .col-md-12 {
	padding: 15px 0
}

section.writer-section-about .owl-item h4 {
	font-size: 1.19em
}

section.writer-section-about h3 {
	font-family: Poppins, sans-serif;
	font-size: 2.5em;
	font-weight: 400
}

section.writer-section-about p {
	font-family: Poppins, sans-serif;
	color: #777
}

section.writer-section-about .owl-stage .owl-item .item {
	padding: 10px 0
}

section.writer-section-about .owl-stage .owl-item .item i.fa-star {
	color: #ffb618
}

section.writer-section-about .owl-stage .owl-item .item i.grey {
	color: #a1a1a1 !important
}

section.writer-section-about .owl-stage .owl-item .item p {
	color: #14cfb6
}

section.writer-section-about .owl-stage .owl-item .item h5 {
	font-family: Poppins, sans-serif;
	font-size: 1em;
	font-weight: 100;
	padding: 10px 0
}

section.writer-section-about {
	padding: 50px 0
}

section.writer-section-about .owl-stage .owl-item .item i.fa-facebook {
	background: 0 0;
	color: #222a30
}

section.writer-section-about .owl-stage .owl-item .item i.fa-twitter {
	background: 0 0;
	color: #babbbb
}

section.writer-section-about .owl-stage .owl-item .item i.fa-google-plus {
	background: 0 0;
	color: #babbbb
}

section.user-plugin {
	background: #2c2c2c url(../images/about-plugin-bg.png) no-repeat 20%;
	padding: 60px 0
}

section.user-plugin .col-md-6 {
	padding-top: 50px
}

section.user-plugin .col-md-6+.col-md-6 {
	padding-top: 0
}

section.user-plugin .col-md-6 h3 {
	color: #fff;
	font-family: Poppins, sans-serif;
	text-transform: uppercase
}

section.user-plugin .col-md-6 p {
	color: #fff;
	font-family: Poppins, sans-serif
}

section.user-plugin .col-md-6 button {
	text-transform: uppercase;
	border: none;
	border-radius: 30px;
	padding: 14px 30px;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	transition: .5s;
	background-size: 200% auto;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%)
}

section.user-plugin .col-md-6 button:hover {
	background-position: center right
}

section.writer-section-about .owl-item {
	border: 1px solid #bdbdbd;
	text-align: center;
	border-bottom: 5px solid #3bb0ce
}

section.writer-section-about .owl-item img {
	margin: 0 auto
}

section.CEO {
	background: #272c30
}

section.CEO .col-md-4 {
	color: #fff
}

section.CEO .col-md-4 p {
	color: #fff;
	font-size: .8em
}

section.CEO .col-md-4 h5 {
	padding-top: 15px;
	color: #73cfb6
}

section.CEO .col-md-4+.col-md-4 {
	padding-top: 50px
}

section.CEO .col-md-4+.col-md-4 h1 {
	font-size: 2em
}

section.CEO .col-md-4+.col-md-4 h1 span {
	font-weight: 100
}

.who-we-are-sect {
	padding: 25px 0
}

.who-we-are-sect input[type=submit] {
	margin-top: 10px;
	border-radius: 30px;
	color: #fff;
	font-weight: 600;
	border: none;
	background-image: linear-gradient(to right, #14cfb6 0, #41abd2 20%, #19fadc 100%);
	transition: .5s;
	background-size: 200% auto
}

.who-we-are-sect form input[type=submit]:hover {
	background-position: center right
}

.who-we-are-sect .col-sm-12 {
	padding-left: 0
}

.who-we-are-sect .col-sm-12 {
	margin-bottom: 20px;
	float: left;
	padding-left: 0
}

.who-we-are-sect h2 {
	color: #059359;
	font-weight: 300;
	font-family: Poppins, sans-serif
}

.who-we-are-sect h3 {
	color: #14cfb6;
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 1.4em
}

.who-we-are-sect ul {
	font-family: Poppins, sans-serif;
	color: #777;
	padding-left: 20px
}

.who-we-are-sect ol {
	font-family: Poppins, sans-serif;
	color: #777;
	padding-left: 20px
}

.who-we-are-sect .col-md-12 {
	padding: 20px 0;
	background: url(../underline-img.html) no-repeat center bottom
}

.who-we-are-sect .col-md-6 p {
	font-family: Poppins, sans-serif;
	color: #777
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	opacity: .5
}

.eggoffer.show {
	position: fixed;
	bottom: 8px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.eggoffer .top {
	position: relative;
	z-index: -1
}

.eggoffer .top figure {
	text-align: center
}

.eggoffer .top figure img {
	opacity: 1
}

.eggoffer .bottom {
	cursor: pointer;
	padding: 16px 5px;
	border-radius: 5px;
	background: #16a07d
}

.eggoffer .bottom h3:before,
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3:before {
	display: none
}

.eggoffer .bottom h3 {
	font-size: 14px;
	margin: 0;
	color: #fff
}

.eggoffer .bottom span {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	width: 100%;
	padding-top: 6px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	text-shadow: 0 2px 2px #666
}

.form_wrap .analyzeform form .dtf {
	width: 100%
}

.form_wrap .analyzeform form input[type=submit] {
	width: 100%;
	margin: 0;
	text-align: center;
	margin-top: 10px;
	border-radius: 4px
}

.form_wrap .analyzeform form .wrap {
	padding-left: 0
}

.form_wrap .analyzeform {
	margin: 0
}

.eggoffer .broken {
	display: none
}

.eggoffer .unbroken {
	display: block
}

.mypopup-wrap .easter {
	display: none !important
}

.overlay-bg.vis {
	display: block !important
}

.analyzeform form input[type=email],
.analyzeform form input[type=number],
.analyzeform form input[type=tel],
.analyzeform form input[type=text],
.analyzeform form textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 13px 15px;
	color: gray;
	font-size: 13px;
	height: 50px;
	font-weight: 400;
	outline: 0 !important;
	margin-bottom: 10px
}

.mypopup-wrap.active {
	position: fixed;
	top: 0px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: #000000ad;
	width: 100%;
	height: 100%
}

.mypopup-wrap {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 800px;
	height: 600px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: -20000px;
	bottom: 0;
	margin: auto;
	z-index: 99999;
	background-repeat: no-repeat;
	background-size: cover
}

.mypopup-wrap .mypopup {
	border-radius: 10px;
	font-size: 0;
	background-image: url(../images/popup-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	height: 580px;
	border: 1px solid #10c287;
	width: 29%;
	margin: 70px auto 0;
	position: relative;
}

.mypopup-wrap .mypopup .left {
	width: 50%;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	display: none;
}

.mypopup-wrap .mypopup .left figure {
	border-radius: 10px 0 0 10px;
	overflow: hidden
}

.mypopup-wrap .mypopup .left figure img {
	margin-left: 0;
	margin-top: 0;
	width: 100%
}

.mypopup-wrap .mypopup .right {
	width: 100%;
	padding: 40px 20px 20px;
	vertical-align: top;
	display: inline-block;
	vertical-align: middle
}

.mypopup-wrap .mypopup .right .closebutton {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transform: rotate(45deg);
	right: 20px;
	top: 20px;
	color: #fff
}

.mypopup-wrap .mypopup .right .closebutton:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 2px;
	top: 0;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block
}

.mypopup-wrap .mypopup .right .closebutton:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 20px;
	top: 0;
	left: 0;
	background: #fff;
	display: block;
	bottom: 0;
	margin: auto;
	font-weight: 900
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap {
	padding-top: 0;
	padding-left: 30px;
	padding-right: 30px
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
	font-size: 22px;
	line-height: 1;
	color: #fff
}

.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span {
	font-size: 30px;
	display: block;
	font-weight: 900;
	color: #10c287;
	margin: 0 0 2px;
	text-transform: uppercase
}

.mypopup-innerwrap .form_wrap {
	padding: 10px 15px
}

.mypopup-innerwrap .form_wrap .hero_form .form-control {
	border-radius: 10px;
	border: 1px solid #b9b8b8
}

.mypopup-innerwrap .form_wrap .hero_form .form-control:focus {
	border: 1px solid #5d03db
}

.mypopup-innerwrap .form_wrap .hero_form textarea.form-control {
	color: #000
}

.mypopup-innerwrap .form_wrap #quoteForm textarea.form-control {
	min-height: 85px
}

.mypopup-innerwrap .form_wrap .hero_form #quoteSubmit {
	border-radius: 10px;
	min-width: 100%
}

.mypopup-innerwrap .form_wrap .hero_form .col-md-6 {
	width: 100%
}

.mypopup-innerwrap .form_wrap .hero_form .col-sm-6 {
	width: 100%
}

.hero_form .field-mergedleft {
	padding-left: 15px
}

.hero_form .field-mergedright {
	padding-right: 15px
}

.mypopup-innerwrap .form_wrap .hero_form .margin-bottom-20 {
	margin-bottom: 10px
}

.submit:hover {
	background-color: #1f1f1f
}

.form_wrap .analyzeform form input[type=submit] {
	width: 100%;
	margin: 0;
	text-align: center;
	margin-top: 10px;
	border-radius: 4px;
	color: #fff !important;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%);
	height: 60px;
	font-size: 15px;
	padding: 0
}

.submit {
	border: 0;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	padding: 5px 51px;
	outline: 0;
	cursor: pointer;
	transition: background-color .3s;
	border-radius: 5px;
	background: #000
}

a.btn-main.ne {
	width: 100%
}

.extra-bnr-pg .main-servi-wrapper {
	background: #0e2b36b8
}

.bg-clr-wrp {
	position: relative
}

.bg-clr-wrp .ovrlaywrp {
	background-image: url(../images/video-overlay.png);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0
}

.resm-pg .main-hme-lgs img.good-firm {
	width: 140px
}

.resm-pg .main-hme-lgs {
	margin: 0 0 20px
}

.ghst-writng-content a {
	margin: 10px 10px 0 0
}

.btm-formwrp .home-banner {
	margin: 0
}

.btm-formwrp .home-banner-content {
	padding: 0
}

.btm-formwrp {
	padding: 30px 0 40px
}

.overlay-hugeinc ul li a img {
	width: 120px
}

.pricingSec {
	font-family: Poppins, sans-serif
}

.pricingSec .container {
	max-width: 1170px
}

.mn-h1 {
	color: #091e42;
	font-weight: 500;
	font-size: 44px;
	letter-spacing: -1px
}

.mn-h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	color: #222b45
}

.pricingTab {
	font-size: 0;
	display: block;
	border-radius: 53px;
	background: #222;
	padding: 15px 0;
	margin-bottom: 100px
}

.pricingTab>li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px
}

.pricingTab a {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	color: #fff;
	border-radius: 35px;
	padding: 20px 25px;
	display: inline-block;
	font-family: Poppins, sans-serif
}

.pricingTab>li.active a,
.pricingTab>li:hover a {
	background: #fbad18
}

.pricingList {
	font-size: 0;
	display: block
}

.pricingList>li {
	display: inline-block;
	vertical-align: top;
	width: 31.5%;
	margin-right: 30px;
	position: relative;
	margin-bottom: 120px
}

.pricingList>li:nth-child(3n) {
	margin-right: 0
}

.pricingBox {
	border-radius: 4px;
	box-shadow: 0 15px 12px 0 rgba(0, 0, 0, .04), 0 20px 40px 0 rgba(33, 56, 90, .12);
	background-color: #fff;
	padding: 40px 30px
}

.pricingBox h6 {
	font-size: 26px;
	line-height: 1.23;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase
}

.pricingBox h5 {
	font-size: 48px;
	line-height: 1.33;
	color: #059359;
	margin-bottom: 10px;
	font-family: Poppins, sans-serif;
	font-weight: 700
}

.pricingBox p {
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	color: #222b45;
	margin-bottom: 30px;
	font-family: Poppins, sans-serif
}

.pricingBox h6.include {
	font-size: 18px;
	line-height: 1.33;
	color: #222b45;
	font-family: Poppins, sans-serif;
	font-weight: 700
}

.pricingBox .mn-btn {
	width: 100%;
	font-weight: 500
}

.innerPrice {
	display: block;
	margin-bottom: 35px
}

.innerPrice>li {
	display: block;
	padding: 15px 0;
	border-top: 1px solid #e4e9f2
}

.innerPrice>li p {
	margin-bottom: 0
}

.innerPrice>li p strong {
	display: block;
	font-weight: 700
}

.innerPrice>li.last {
	padding-bottom: 0
}

.pricingList>li:hover .mn-btn {
	color: #fff;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%)
}

.recom {
	border-radius: 4px 4px 0 0;
	background-color: #059358;
	width: 100%;
	height: 48px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 48px;
	text-transform: uppercase;
	position: absolute;
	top: 0
}

ul.check-bullets li:before {
	content: "\f058";
	font-family: "Font Awesome 5";
	font-weight: 300;
	position: absolute;
	left: 0
}

.mn-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: .5px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 16px 30px;
	border: 1px solid #038a4f;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%)
}

.mn-btn:hover {
	background: 0 0;
	color: #222
}

.resum-pkge .info-content {
	padding: 0 100px 100px
}

.main-counter-sec {
	margin: 0 0 0 !important
}

.extra-mrgn {
	margin: 0 0 0 !important
}

.prce_box h6 {
	color: #16b9bd;
	display: block;
	text-align: center;
	font-size: 26px;
	padding: 6px 0 0
}

.prce_box h6 span {
	color: #777;
	font-size: 16px;
	text-decoration: line-through
}

section.main-ourteam-sec.sec-padding-60.contact {
	padding: 120px 0 0
}

.main-hme-lgs {
	margin: 0 0 20px
}

.subscribe-fold {
	padding: 90px 0 50px
}

.subscribe-fold .myheading {
	position: relative;
	padding-bottom: 40px;
	font-size: 44px;
	color: #160c28;
	line-height: 1.1em;
	margin-bottom: 30px;
	padding: 0
}

.subscribe-fold .mytext {
	text-align: left;
	margin: 0 0 30px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	width: 75%
}

.subs-pac {
	box-shadow: 0 3px 30px #0000001f;
	display: block;
	width: 100%;
	text-align: center;
	height: 315px;
	margin: 0 0 60px;
	-ms-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border-radius: 10px;
	padding: 55px 0 0
}

.subscribe-fold h3 {
	font-size: 28px;
	margin: 0;
	font-weight: 400;
	position: relative;
	text-transform: capitalize;
	font-weight: 800;
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
	color: #000
}

.subs-pac h6 {
	color: #b10655;
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	display: none;
	line-height: .9;
	margin: 30px 0 0;
	position: relative;
	padding: 0 20px
}

.subs-pac h6 span.old {
	position: absolute;
	right: 0;
	left: 0;
	top: -30px;
	display: none;
	text-decoration: line-through;
	font-weight: 700;
	margin: 0;
	font-size: 16px
}

.subs-pac h6 span {
	font-size: 16px;
	color: #687087;
	display: inline-block;
	margin: 30px 0 0;
	padding: 0;
	position: relative;
	line-height: 1.3
}

.subs-pac h6 span {
	font-size: 16px;
	color: #000;
	display: inline-block;
	margin: 30px 0 0;
	padding: 0;
	position: relative;
	line-height: 1.3
}

.subs-pac a.ordrrrr {
	text-align: center;
	margin: 30px auto 0;
	border: none;
	padding: 14px 60px;
	color: #fff;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%);
	font-family: var(--heading-font-family)
}

.subs-pac .actions {
	border-top: 1px solid #eee;
	padding: 0 0;
	margin: 40px 0 0;
	position: relative
}

.subs-pac .actions a.chatbtn {
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0;
	display: inline-block;
	color: #000;
	margin: 0
}

.subs-pac .actions a.numberbtn {
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0;
	color: #000;
	display: inline-block;
	margin: 0
}

.subscribe-fold .table-packages .head {
	width: 100%
}

.subscribe-fold .table-packages .head h5 {
	text-align: left;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #160c28
}

.subscribe-fold .table-packages .body ul li {
	text-align: left;
	padding: 14px 0 14px 30px;
	border-bottom: 1px solid #eaeaea;
	width: 94%;
	list-style: none;
	margin-left: 0;
	position: relative;
	font-size: 16px
}

.subscribe-fold .table-packages .body ul li:after {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 15px;
	color: #0fc186
}

.subscribe-fold .table-packages .body ul li h6 {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	display: inline-block
}

.subscribe-fold .table-packages .body ul li span.tick {
	font-size: 20px;
	color: #b10655;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30px;
	height: 32px;
	line-height: 1.6;
	float: right
}

.subscribe-fold .table-packages .body ul li span.tick:before {
	font-family: fontawesome;
	content: "\f00c";
	position: absolute;
	top: -20px
}

.subscribe-fold .table-packages .body .subscription-list {
	height: 180px;
	margin-top: 20px;
	padding: 0
}

.subs-pac.bronze:hover h6 {
	color: #fff
}

.subs-pac.bronze:hover h3 {
	color: #000
}

.subs-pac.bronze:hover .old {
	color: #fff
}

.subs-pac.bronze:hover span {
	color: #fff
}

.subs-pac.bronze:hover .ordrrrr {
	background-color: #fff;
	color: #fff
}

.subs-pac.bronze:hover .chatbtn,
.subs-pac.bronze:hover .numberbtn {
	color: #fff
}

.subs-pac.bronze:hover .chatbtn,
.subs-pac.bronze:hover .numberbtn {
	color: #000
}

.detail-pg .lgo-lit {
	display: none
}

.detail-pg footer {
	padding: 80px 0 60px
}

.subscribe-fold .txtdiv {
	padding: 0 0 40px;
	display: block;
	text-align: center
}

.subscribe-fold .table-packages .body ul li.heading {
	color: #b10655;
	font-weight: 600;
	font-size: 20px
}

.subscribe-fold .table-packages .body ul li.heading:after {
	display: none
}

.subscribe-fold .txtdiv h2 {
	padding: 0;
	color: #091e42;
	font-weight: 500;
	font-size: 44px;
	padding-bottom: 10px;
	letter-spacing: -1px
}

.subscribe-fold .sub-list {
	box-shadow: 0 3px 30px #0000001f;
	padding: 30px 20px;
	border-radius: 7px
}

.prce_box.prc-trms-box1:hover {
	box-shadow: -4px 1px 30px #444141
}

.prce_box.box-prce-trnsfrm:hover {
	box-shadow: -4px 1px 30px #444141
}

.prce_box.prc-trms-box2:hover {
	box-shadow: -4px 1px 30px #444141
}

.pck-scrl.fontwrp li {
	font-size: 14px !important
}

.prce_box.box-prce-trnsfrm.reswrp {
	margin: 85px 55px
}

.prce_box.prc-trms-box1.reswrptwo {
	margin-top: 70px
}

.prce_box.prc-trms-box2.reswrptwo {
	margin-top: 70px
}

.prce_box.prc-trms-box2.reswrptwo {
	margin-top: 70px !important
}

.dswrp {
	font-size: 16px;
	color: #867f7f;
	padding: 5px 0 0
}

.resm-pkge {
	margin: 0 0 40px
}

.ghst-writng-content h4 {
	color: #fff
}

.ser-box2 img {
	width: 26%;
	position: absolute;
	right: 330px;
	bottom: -43px
}

.wikipge ul li {
	width: 24.33%
}

.introduction-new-sec.wikpwg:before {
	content: "";
	background-image: url(../images/planing.webp)
}

.prce_box.prc-trms-box2.no-pd {
	margin: 0 20px 0
}

.prce_box.box-prce-trnsfrm.pdng {
	margin: 15px 55px 60px
}

.main-princing-sec-hme .tab-pane {
	display: none
}

.main-princing-sec-hme .tab-pane.active {
	display: block
}

.res-page .main-princing-sec-hme .nav-pills {
	margin-bottom: 15px
}

.res-page .prce_box.box-prce-trnsfrm.reswrp {
	margin: 15px 55px
}

.res-page .prce_box.prc-trms-box1.reswrptwo {
	margin-top: 15px
}

.res-page .prce_box.prc-trms-box2.reswrptwo {
	margin-top: 15px !important
}

.res-page .main-sft-sec {
	margin: -70px 0 0
}

.wiki-page section.main-princing-sec-hme {
	padding: 80px 0 60px 0
}

.wiki-page .short-pera {
	font-size: 18px
}

.wiki-page section.myprocess.mypcros.wikipge {
	background: #e9ebed
}

.wiki-page .wiki-cta li {
	font-size: 18px
}

.home_cta_left.laps {
	background-image: url(../images/planing-laptop.png);
	background-repeat: no-repeat;
	position: relative;
	height: 315px;
	background-position: center
}

img.rotates {
	position: absolute;
	width: 35%;
	left: 135px;
	top: 30px;
	animation: spin 40s linear infinite
}

.wpp .introduction-new-sec {
	padding: 50px 0
}

.wpp .introduction-new-sec.wikpwg:before {
	width: 100%
}

.wpp .ltus-hlp-sced h3 {
	color: #fff
}

.wpp .ltus-hlp-sced p {
	color: #fff
}

.wpp section.main-ghst-writng-sixth-sec.sec-padding-60 {
	background: #e9ebed
}

.wpp .resum-pkge .prce_box {
	margin: 15px 20px 10px 10px
}

.wpp .prce_box ul {
	height: 200px
}

.wpp .services_form {
	border: 1px solid #0b8e57
}

.wpp .wp-cta {
	position: relative
}

.wpp .wp-cta img {
	position: absolute;
	right: 80px
}

.wpp .resum-pkge .info-content {
	padding: 0 100px 20px
}

.wy-cseus.res {
	display: none
}

.wpp .prce_box .pck-scrl li {
	font-size: 14px !important
}

.res-page .introduction-new-sec {
	padding: 50px 0
}

.res-page .introduction-new-sec .wrapper h3 {
	color: #fff
}

.res-page .introduction-new-sec .wrapper p {
	color: #fff
}

.res-page .wp-cta {
	position: relative
}

.res-page .wp-cta img {
	position: absolute;
	right: 80px
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.ght-pg .main-ghst-writng-first-sec {}

.bk-pg .main-ghst-writng-first-sec {
	padding-bottom: 600px
}

.bk-pg .sec-padding-60 {
	padding: 50px 0 60px;
}

.bk-pg .main-counter-sec {
	margin: 0px 0 0 !important;
}

.introduction-new-sec .ltus-hlp-sced {
	margin: 0 0 0 20px
}

.speech-pg .info-content {
	padding: 0 100px 110px
}

.speech-pg .main-counter-sec {
	margin: 110px 0 0 !important
}

.guest-pg .main-counter-sec {
	margin: 110px 0 0 !important
}

.presspg .info-content {
	padding: 30px 100px 110px
}

.presspg .main-counter-sec {
	margin: 120px 0 0 !important
}

.lg-pg .imgwrap img {
	width: 33%;
	position: absolute;
	right: 0;
	bottom: 0
}

.professional-pggg .main-ghst-writng-first-sec {
	margin-top: 80px
}

.professional-pggg .top-bar {
	border: unset
}

.col-md-3.mapbg {
	position: relative
}

.col-md-3.mapbg:before {
	position: absolute;
	content: ''
}

.getpedia .resum-pkge .info-content {
	padding: 0 100px 0
}

.getpedia section.main-sft-sec.sec-padding-60 {
	margin: 0 0 0 !important
}

.getpedia .prce_box.prc-trms-box1:hover {
	border: 1px solid #16b9bd;
	box-shadow: none
}

.mbl-res {
	display: none
}

header .flgwrp {
	display: inline;
	margin: 0 0 0 20px
}

header .navwrp .flgwrp ul {
	display: block;
	margin: 6px 0 0;
	transition: all .2s ease-in 0s
}

header .flgwrp i {
	color: #000
}

header .flgwrp:hover ul li img {
	opacity: 1
}

header .flgwrp ul li {
	margin: 0;
	position: relative;
	left: 20px;
	top: 3px
}

header .flgwrp ul li img {
	opacity: 0;
	transition: all .2s ease-in 0s
}

.mypopup-wrap .mypopup .left .imgwpr {
	display: none;
}

.mypopup-wrap .mypopup .left .imgwpr img {
	width: 50%;
	position: absolute;
	top: 53px;
	left: 20px;
	transform: rotate(354deg)
}

.mypopup-wrap .mypopup .dtf textarea {
	margin: 10px 0 0
}

.professional-pggg .nav-area-full {
	top: 80px;
	padding-bottom: 15px;
	border-top: 1px solid #dddada
}

.professional-pggg .main-menu>ul>li {
	display: inline-block;
	float: unset
}

.professional-pggg .main-menu {
	float: none;
	text-align: center
}

html {
	scroll-behavior: smooth
}

.professional-pggg .main-ghst-writng-second-sec {
	padding: 80px 0
}

.professional-pggg .main-ghst-writng-second-sec .imgwrap img {
	position: absolute;
	top: -68px
}


.bdr-btn {
	background: #fff;
	color: #08a166;
	border: 1px solid #038b50;
	margin: 0 0 0 10px;
}


#countryCode {
	width: 25%;
	margin: 0 !important;
	height: 100% !important;
	height: 46px !important;
	position: relative;
	float: left;
	padding: 0 3px;
	-webkit-appearance: menulist !important;
}

input#free_cons_phone1 {
	padding: 15px !important;
	width: 63%;
	margin: 0 !important;
	float: left;
}

.services_form .ban-form #countryCode {
	background: #00000000;
	color: #fff;
	border: 1px solid #e5e5e5;
	width: 23%;
	margin: 0 5px 0 0 !important;
	border-radius: 3px;
}

.services_form .ban-form #countryCode option {
	color: #000;
}

.form-box-main form #countryCode {
	height: 55px !important;
	width: 22%;
	margin: 0 10px 0 0 !important;
	padding: 0 10px 0 6px;
}

.ban-form input#free_cons_phone1 {
	width: 74%;
}

.analyzeform #countryCode {
	font-size: 14px;
	height: 50px !important;
}

.floatbutton .ban-form #countryCode {
	height: 40px !important;
}

.g-recaptcha {
	overflow: hidden;
	padding: 5px 0 5px;
}

.home-b {
	height: auto;
	margin: 0;
	padding: 120px 0 50px;
}

.home-b .ratingBr p {
	padding: 0px 0 15px 0;
}


.eggoffer-2 {
	width: 150px;
	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: fixed;
	bottom: 60px;
	left: 8px;
	z-index: 999;
	overflow: hidden;
}


.home-banner .offr-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
}

.getpedia section.myprocess.mypcros.wikipge {
	background: #e9ebed;
}

/*.getpedia section.main-ghst-writng-sixth-sec.sec-padding-60{background: #fff;}*/
.getpedia .main-ghst-writng-first-sec {
	height: auto;
	max-height: unset;
}

.professional-pggg .main-ghst-writng-first-sec {
	height: auto;
	max-height: unset;
}

.services_form {
	width: 65%;
}

.getpedia .main-ghst-writng-first-sec {
	margin-top: 77px;
}

.getpedia .btn-theme-outline {
	background: unset !important;
	border: 1px solid #059459;
	color: #fff;
}

.white-btn {
	border: 1px solid #059459 !important;
	color: #059459 !important;
}

.getpedia .main-menu>ul {
	float: left;
}

.getpedia .top-info-list {
	margin: 0;
}

.getpedia .top-info-list li {
	padding: 0 4px;
}

.getpedia .main-menu>ul>li>a {
	font-size: 15px;
	font-weight: normal;
}

.getpedia .top-info-list li a {
	font-size: 15px;
}

.getpedia .main-menu>ul>li {
	padding: 0 8px 0 0;
}


.trust-review .txtwrp {
	text-align: center;
}

.trust-review .txtwrp h6 {
	font-size: 30px;
	padding: 0;
}

.trust-review-imgwrp {
	text-align: center;
}

.trust-review-imgwrp img {
	width: 150px;
}

.imgmain {}

.imgmain ul {}

.imgmain ul li {
	display: inline-block;
	margin: 20px 35px 0 0;
}

.imgmain ul li img {
	width: 110px;
}

.getpedia .services_form .ban-form input,
.getpedia .services_form .ban-form input#free_cons_phone1,
.getpedia .services_form .ban-form .massage-field textarea {
	padding: 10px 5px !important;
	;
}


.chris-pg .main-percent {
	position: relative;
}

.chris-pg .main-percent .chris-form {
	position: absolute;
	right: -60px;
	top: -50px;
	transform: rotate(15deg);
}

.chris-pg .main-percent .chris-form img {
	width: 150px;
}

.chris-pg .bg-clr-wrp .ovrlaywrp {
	background-image: none !important;
}

.chris-pg .main-servi-wrapper {
	background: #0e2b36b8;
}

.chris-pg .main-ghst-writng-first-sec {
	margin-top: 149px;
	padding: 100px 0 70px;
}

.chris-pg.ebk_pge .ghst-writng-content,
.chris-pg.edng-page .ghst-writng-content,
.chris-pg.wht_pge .ghst-writng-content {
	padding: 0px 0 0 0 !important;
}

.chris-pg.professional-pggg .main-ghst-writng-first-sec {
	margin-top: 140px;
	padding: 70px 0 70px;
}

.chris-pg.getpedia .main-ghst-writng-first-sec {
	margin-top: 75px;
	padding: 70px 0 70px;
}

.chris-pg .home-b {
	padding: 160px 0 50px;
}

.chris-pg .home-banner {
	background-position: unset;
}

.chris-pg .home-banner .ovrlaywrp {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000040;
	top: 0;
}

.bg-clr-wrp .ovrlaywrp {
	background: #0000001f;
}

.wpp .ovrlaywrp {
	background: #00000070
}


.main-process .tls-sft .imgwrp {}

.main-process .tls-sft .imgwrp img {
	width: 70px;
	border-radius: unset;
	box-shadow: unset;
	margin: 0;
}

.main-process .tls-sft {
	padding: 20px;
}

.professional-pggg.getpedia.wpp .main-ghst-writng-first-sec {
	background-position: -1131px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.professional-pggg.getpedia.wpp .imgmain ul {
	margin: 0 0 30px;
}

.professional-pggg.getpedia.wpp .imgmain ul li {
	display: inline-block;
	margin: 20px 0px 0 0;
	width: 25%;
}


.mybanform {
	z-index: 1;
	position: relative;
	padding: 50px 0px 0px;
}

.mybanform form {
	position: relative;
	display: inline-block;
}

.mybanform form .wrap {
	font-size: 0px;
	width: 100%;
	border-radius: 10px;
	display: block;
	position: relative;
	height: 70px;
}

.mybanform form .wrap .dtf {
	display: inline-block;
	vertical-align: top;
	width: 27%;
}

.mybanform form .wrap .dtf #countryCode {
	font-size: 13px;
	height: 70px !important;
	padding: 0 10px 0 17px;
	border: none;
}


.mybanform {
	z-index: 1;
	position: relative;
	padding: 20px 0px 0px;
}

.mybanform form {
	position: relative;
	display: inline-block;
}

.mybanform form .wrap {
	font-size: 0px;
	width: 100%;
	border-radius: 10px;
	display: block;
	position: relative;
	height: 70px;
}

.mybanform form .wrap .dtf {
	display: inline-block;
	vertical-align: top;
	width: 18%;
}

.mybanform form .wrap .dtf #countryCode {
	font-size: 13px;
	height: 55px !important;
	padding: 0 10px 0;
	border: none;
	width: 37%;
}


.mybanform form .wrap .dtf.posrelative {
	width: 17%;
}

.mybanform form .wrap .dtf input[type="text"],
.mybanform form .wrap .dtf input[type="email"],
.mybanform form .wrap .dtf input[type="number"] {
	background: rgb(255, 255, 255);
	border-width: 0px 1px 0px 0px;
	border-top-style: initial;
	border-bottom-style: initial;
	border-left-style: initial;
	border-top-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-image: initial;
	font-size: 14px;
	height: 55px;
	width: 100%;
	padding: 20px;
	border-right-style: solid;
	border-right-color: rgb(232, 233, 235);
	color: rgb(0, 0, 0);
}

.mybanform form .wrap .dtf input[type="submit"] {
	font-size: 16px;
	background: linear-gradient(to left, #02884d 0, #12cc91 100%);
	border: 0px;
	color: rgb(255, 255, 255);
	padding: 10px 48px;
	cursor: pointer;
	border-radius: 0px 10px 10px 0px;
	height: 55px !important;
}

.mainfrm .mainwrp {
	display: block;
	padding: 30px 0px 0px;
}

.mainfrm .mainwrp h4 {
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 500;
}

.mainfrm .mainwrp span i {
	color: rgb(255, 202, 29);
}

.mainfrm .mainwrp span {
	margin: 0px 10px;
}

.careers-carousel__cta.chng {
	padding: 14px 56px;
	background-color: rgb(1, 51, 203);
	color: rgb(255, 255, 255);
	margin-left: 20px;
}

.btnwrphdr {
	border: 1px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	border-radius: 3px;
}

.btnwrphdr:hover {
	color: rgb(255, 255, 255);
}

.form-box-main form label.field-txt {
	font-weight: 500;
	font-size: 18px;
	color: rgb(91, 107, 127);
	margin: 0px 0px 5px;
	width: 100%;
	display: block;
	padding: 10px 0px 0px;
}

.form-box-main form label.field-txt span {
	color: rgb(230, 3, 3);
}

.form-box-main form input[type="text"],
.form-box-main form input[type="email"],
.form-box-main form input[type="number"],
.form-box-main form input[type="tel"],
.form-box-main form textarea {
	width: 100%;
	margin: 0px;
	border: 1px solid rgb(178, 185, 193);
	background: white;
	padding: 18px 15px;
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 400;
	height: 55px;
	border-radius: 8px;
}

.form-box-main form select {
	width: 100%;
	margin: 0px;
	border: 1px solid rgb(178, 185, 193);
	background: white;
	padding: 12px 15px;
	color: rgb(91, 107, 127);
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	appearance: auto;
}

.form-box-main form select:focus {
	border-radius: 8px 8px 0px 0px;
}

.form-box-main form select[name="ddlMonth"],
.form-box-main form select[name="ddlDay"],
.form-box-main form select[name="ddlYear"] {
	float: left;
	width: 32.5%;
	margin: 0px 1% 0px 0px;
}

.form-box-main form select[name="ddlYear"] {
	margin: 0px;
}

.form-box-main form textarea {
	width: 100%;
	margin: 0px;
	padding: 8px 12px;
	height: 100px;
}

.form-box-main form .intl-tel-input {
	width: 100%;
}

.form-box-main form .intl-tel-input .country-list {
	width: 380px;
}

.form-box-main form .intl-tel-input .country-list .country {
	font-size: 13px;
}

.form-box-main form label.error,
label.error {
	color: red;
	font-style: italic;
	margin-bottom: 0px;
	display: none !important;
}

.mybannerform form {
	margin-bottom: 0px;
}

#opup {
	display: none;
}

.avil-wrp {
	/* background: #fff; */
	padding: 35px 35px;
}

.whole {
	border: 1px solid #7777;
	border-radius: 20px;
	box-shadow: 0px 6px 21px 11px rgb(0 0 0 / 8%);
	width: 80%;
	margin: auto;
	background: #09150E;
	height: 470px;
	border-radius: 10px;
	font-size: 0;
	background-image: url(../images/popup-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 440px;
	border: 1px solid #10c287;
	width: 59%;
	margin: 0px auto 0;
	position: relative;
}

section.avil-sec .container {
	/* margin-top: -70px; */
}

.avil-ctn h5 {
	margin-bottom: 10px;
}

#form1 label:hover {
	background: unset;
}

.av-filedwrp input {
	width: 100%;
	padding: 10px;
	border: 1px solid #77777754;
	border-radius: 8px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	height: 33%;
	background-color: black;
	/* margin: 0 19px 20px 0px; */
	box-shadow: 13px 6px 30px #c3d5cf;
	cursor: pointer;
}

.av-filed {
	margin-bottom: 15px;
}

.av-btn {
	text-align: left;
	padding: 0 0 0 12px;
}

.av-btn button {
	padding: 11px 50px;
	font-family: 'Roboto', sans-serif;
}

.cir {
	position: absolute;
	border: 6px solid #F6806B;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	bottom: -20px;
	left: -24px;
	z-index: 9999;
	display: none;
}

#form1 {
	text-align: center;
}

input.checkbox8 {
	/* opacity:0; */
	width: 19%;
	position: absolute;
	top: 0;
	right: 0;
	/* height: 72px; */
	box-shadow: none;
	/* margin: 0px 25px 20px; */
	/* opacity: 0; */
	bottom: 0;
	left: 0;
}

#form1 label {
	border-radius: 6px;
	box-shadow: -3px 4px 2px 0 #d0d5e166;
	font-size: 17px;
	vertical-align: text-bottom;
	/* margin: 43px 0 0px 0; */
	/* margin-left: 50px; */
	background: no-repeat;
	/* border: 1px solid black; */
	height: 60px;
	padding: 18px 0 0 30px;
	width: 100%;
	text-align: left;
	text-align: center;
	margin: 0 0 20px 0px;
	background: linear-gradient(to left, #02884D 0, #12CC91 100%);
	color: white;
}

.startbtn2 {
	/* top:10%; */
	/* position: relative; */
	margin: 25% 0 0 0%;
}

#form2 label {
	border-radius: 6px;
	font-size: 16px;
	vertical-align: text-bottom;
	margin: 18px 18px 0px 0;
	background: no-repeat;
	/* border: 1px solid black; */
	padding: 14px 18px;
	width: 43%;
	background: linear-gradient(to left, #02884D 0, #12CC91 100%);
	color: white;
	box-shadow: -3px 4px 2px 0 #d0d5e166;
}

#form3 textarea {
	width: 48%;
	padding: 10px;
	border: 1px solid #77777754;
	border-radius: 8px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	height: 55px;
	margin: 0 19px 0 0px;
	box-shadow: 5px 6px 30px #00000012;
}

section.avil-sec.pad-btm {
	padding: 50px 0;
}

.av-filed h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}

#form3 select {
	width: 62%;
	padding: 10px;
	border: 1px solid #77777754;
	border-radius: 8px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	height: 55px;
	/* margin: 0 19px 0 0px; */
	box-shadow: 5px 6px 30px #00000012;
}

#form4 {
	/* overflow: hidden; */
	position: relative;
}

#form4 textarea {
	width: 48%;
	padding: 10px;
	border: 1px solid #77777754;
	border-radius: 8px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	height: 55px;
	/* margin: 8px 0px 0 11px; */
	position: relative;
	top: 22px;
	left: 4px;
	box-shadow: 5px 6px 30px #00000012;
}

.av-filed {
	position: relative;
	text-align: center;
}

.startbtn {
	position: absolute;
	/* width: 56%; */
	height: 11%;
	z-index: 1;
	top: 46px;
	opacity: 0;
	background-color: black;
}

#header_customer_email,
#header_phone_number {
	height: 55px;
	margin: 8px;
	width: 86%;
	border: 1px solid #77777754;
	border-radius: 8px;
	padding: 10px;
	outline: none;
	font-size: 14px;
}

#header_customer_email2 {
	height: 55px;
	margin: 8px;
	border: 1px solid #77777754;
	border-radius: 8px;
	width: 62%;
	padding: 10px;
}

/*popup*/
section#opup {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 99;
	background: #000000d6;
	padding: 6%;
}

.closebtnwrp a {
	margin-left: 0;
	/* width: 10px; */
	color: #10C187;
	background-color: unset;
	border-radius: 2px;
	font-size: 26px;
	padding: 6px 21px;
	position: absolute;
	right: 0px;
	/* border: 1px solid; */
	/*top: -60px;*/
	z-index: 9999;
}

section#opup .container {
	background: unset;
}

.avil-sec .main-heading {
	font-size: 24px;
	padding: 0;
	color: #fff;
}

.avil-sec h2 {
	color: #fff;
}

.avil-sec img {
	width: 90%;
	/*margin: 133px 0 0;*/
	text-align: center;
	margin: 0 0px 0 20px;
}

.checkbox81 {
	width: 41%;
	position: absolute;
	top: 27%;
	height: 53px;
	opacity: 0;
	left: 2%;
	cursor: pointer;
}

.checkbox82 {
	width: 41%;
	position: absolute;
	top: 27%;
	height: 53px;
	opacity: 0;
	cursor: pointer;
}

.checkbox83 {
	width: 41%;
	position: absolute;
	top: 53%;
	opacity: 0;
	right: 57%;
	height: 53px;
	cursor: pointer;
}

.checkbox84 {
	width: 41%;
	width: 41%;
	position: absolute;
	opacity: 0;
	top: 54%;
	height: 53px;
	cursor: pointer;
}

.checkbox85 {
	width: 41%;
	position: absolute;
	opacity: 0;
	top: 15%;
	height: 53px;
	cursor: pointer;
}

.checkbox86 {
	width: 41%;
	position: absolute;
	opacity: 0;
	top: 80%;
	height: 53px;
	right: 32%;
	cursor: pointer;
}

input#nextbtn2 {
	left: 0;
}

input#nextFinal {
	margin: 0 0 0 10px;
}

#form1 label:hover {
	transform: translateY(-0.625rem);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}


.professional-resume-1 .main-book-cover-sec {
	background: #028a4f;
}

.professional-resume-1 .main-book-cover-sec h2 {
	color: #FFFF;
}

.professional-resume-1 .main-book-cover-sec p {
	color: #ffff;
}


.fliewrp2 {
	background: #0b0b0b4a;
	padding: 50px 10px;


}

.uptext {
	text-align: center;

}

.uptext h1 {
	padding: 0;
	color: #fff;
	font-weight: 500;
	font-size: 32px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

.uptext p {
	color: #fff;
	font-size: 18px;
	padding-top: 10px;
	line-height: 1.4;
}

.fliewrp {
	position: relative;
	/*box-shadow: 7px 9px 30px 0 #17a2b85c;*/
	border: 1px dashed #0fc085;
	/*background: #f4f5f7;*/
	width: 50%;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	transition: all ease-in-out 0.4s;
	padding-bottom: 25px;
}


.fliewrp .hidden-input {
	transition: all ease-in-out 0.4s;
	margin: auto;
	/* border: 0px dotted black; */
	margin-bottom: 30px;
	cursor: pointer;
	background: url("../images/upload.svg");
	background-color: #0fc085;
	height: 125px;
	width: 125px;
	border-radius: 50%;
	font-size: 0;
}

.fliewrp:hover {
	transform: scale(1.1);
	/*background-color: #0fc085;*/
	box-shadow: 1px 13px 60px 0 #8994ac66;
	cursor: pointer;
}

.fliewrp .btn-theme {
	/* background: #fff; */
	/* color: #059358; */

	display: block;
	margin: auto;
}

.fliewrp img {
	border-radius: 50%;

}


.cmxform input#free_cons_phone1 {
	width: 75%;
}

#banform input#free_cons_phone1 {
	width: 75%;
}

.av-filedwrp input:hover {}

.av-btn a {
	background: unset;
	text-decoration: underline;
	padding: 0;
	margin: 10px 0px 0 0;
}

.av-btn a:hover {
	background-image: none;
	transform: unset;
}


.activenow {
	color: #0aa96e !important;
}

.dmcol .main-servi-wrapper {
	background: #0b473f;
}

.trust-p-sec {
	border: 2px solid;
	padding: 20px;
}

.trust-p-sec a {
	display: contents;
}


.seo_pge section.main-princing-sec-hme.main-portfolio-sec.sec-padding-60.main-srv-prc {
	padding: 50px 0 150px;
}

.gust_pge section.main-princing-sec-hme.main-portfolio-sec.sec-padding-60.main-srv-prc {
	padding: 40px 0 120px;
}

.manscpt_pge section.main-princing-sec-hme.main-portfolio-sec.sec-padding-60.main-srv-prc {
	padding: 40px 0 140px;
}

.smc_pge section.main-princing-sec-hme.main-portfolio-sec.sec-padding-60 {
	padding: 50px 0 140px;
}

.wht_pge section.main-princing-sec-hme.main-portfolio-sec.sec-padding-60 {
	padding: 40px 0 140px;
}

main.app-container {
	padding-top: 1px;
}

.nav-area-full {
	position: absolute;
}

.header-main {
	position: absolute;
	z-index: 999;
}