@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);
body,
html {
	padding: 0;
	margin: 0;
	background: #fff;
	font-weight: 400;
	color: #666;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: .5px;
	font-family: Raleway, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-style: normal;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern'
}

a {
	color: inherit
}

ul {
	margin: 0;
	padding: 0
}

li,
ol,
ul {
	list-style: none;
	list-style-type: none
}

a,
a:hover,
button:hover,
input[type=submit],
input[type=submit]:hover,
span,
span:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #21222b;
	margin-top: 0;
	text-transform: none;
	font-family: Montserrat, sans-serif;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 1.5rem
}

.h1,
h1 {
	font-size: 3.813rem
}

.h2,
h2 {
	font-size: 2.3rem
}

.h4,
h4 {
	font-size: 1.3rem;
	margin-bottom: .5rem
}

.full-width {
	width: 100%;
	box-sizing: border-box
}

h3 {
	font-size: 1.5rem
}

.center-align {
	margin: 0 auto;
	display: table;
	content: '';
	clear: both
}

button {
	border-radius: 0
}

p {
	float: left;
	width: 100%;
	margin-bottom: 1.25rem
}

.wrapper {
	z-index: 2;
	background: #fff;
	position: relative
}

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 none
}

.gry-bg {
	background-color: #f7f7f7
}

.yllw-btn {
	-webkit-border-radius: 5px;
	color: #21222b;
	border-radius: 5px;
	background: #fc0;
	font-size: 1.25rem;
	font-weight: 700;
	padding: .438rem 1.25rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: capitalize;
	border: 2px solid #fc0
}

.yllw-btn:hover {
	background: #21222b;
	border: 2px solid #21222b;
	color: #fc0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.dark-clr {
	display: none;
	opacity: 0;
	visibility: hidden
}

.mobile-header {
	display: none;
	opacity: 0;
	visibility: hidden
}

.sec-pdd7 {
	padding: 7rem 0
}

.sec-pdd6 {
	padding: 6rem 0
}

.sec-pdd5 {
	padding: 5rem 0
}

.sec-pdd4 {
	padding: 4rem 0
}

.sec-pdd3 {
	padding: 3rem 0
}

.mrg-pdd7 {
	margin: 7rem 0
}

.mrg-pdd6 {
	margin: 6rem 0
}

.mrg-pdd5 {
	margin: 5rem 0
}

.mrg-pdd4 {
	margin: 4rem 0
}

.mrg-pdd3 {
	margin: 4rem 0
}

.content-box h2,
.content-box h3,
.content-box p {
	margin-bottom: 1.5rem
}

.content-box p {
	margin-bottom: 1.5rem;
	text-align: justify
}

section {
	position: relative
}

.mbl-hide {
	display: none;
	opacity: 0;
	visibility: hidden
}

.dsk-hide {
	display: block;
	opacity: 1;
	visibility: visible
}

.hd-title h2 {
	font-size: 2.813rem
}

.gry-bg {
	background: #f7f7f7
}

.reverse {
	flex-direction: row-reverse!important
}

.bx-shdw-n img {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

header {
	-webkit-transition: .5s all;
	transition: .5s all;
	z-index: 9999;
	position: absolute;
	width: 100%;
	top: 0;
	padding-top: 10px;
	padding-bottom: 10px
}

.lp-btn-ylw {
	-webkit-border-radius: 5px;
	color: #21222b;
	border-radius: 5px;
	background: #fc0;
	font-size: 18px;
	font-weight: 700;
	width: auto;
	padding: .65rem 1.5rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 0;
	text-transform: uppercase
}

.lp-btn-ylw:focus,
.lp-btn-ylw:hover {
	background: #21222b;
	color: #fc0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.nav-contact {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.lp-phone-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 4rem
}

.lp-phone-btn li.phone-tp {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-left: 1.5rem;
	line-height: 24px
}

.lp-phone-btn li.phone-tp a {
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	color: #21222b;
	font-size: 32px
}

.lp-phone-btn li.phone-tp a.email-tp {
	font-weight: 400;
	font-size: 16px
}

.banner-box {
	position: relative
}

.lp-banner-bg {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	background: rgba(0, 0, 0, 0) url(../img/white-shadow.png) no-repeat;
	background-position: top center;
	background-size: contain
}

.lp-banner-bg img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block
}

.banner-box {
	padding-top: 11rem
}

.banner-box-dtls h1 {
	font-size: 45px;
	font-weight: 800;
	margin-bottom: 2.5rem;
	line-height: normal;
	position: relative
}

.banner-box-dtls h1>span {
	position: relative;
	z-index: 2
}

.banner-box-dtls h1>span:before {
	content: "";
	width: 100%;
	background: #fc0;
	height: 20px;
	left: 0;
	bottom: 5px;
	position: absolute;
	z-index: -1
}

.banner-lst {
	margin: 0 0 2rem 0;
	display: flex;
	flex-wrap: wrap
}

.banner-lst li {
	width: 50%;
	position: relative;
	margin: 1rem 0;
	font-size: 20px;
	font-weight: 600;
	padding-left: 45px;
	line-height: normal
}

.banner-lst li:before {
	content: '';
	width: 28px;
	height: 28px;
	background: url(../img/check.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0
}

.session-btn {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	flex-direction: column
}

.session-btn img.arrw {
	position: absolute;
	right: -50px;
	z-index: 2;
	top: -10px
}

.session-btn .lp-btn-ylw {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: Montserrat, sans-serif;
	position: relative;
	padding: 1.25rem 2.5rem
}

.session-btn .lp-btn-ylw .link-text {
	font-weight: 700;
	font-size: 21px;
	line-height: normal;
	margin-left: 0;
	display: flex;
	flex-direction: column;
	white-space: nowrap
}

.session-btn .lp-btn-ylw .link-text p {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400
}

.session-btn .lp-btn-ylw .btn-icon img {
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.session-btn .lp-btn-ylw:hover .btn-icon {
	background: 0 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.session-btn .lp-btn-ylw:hover .btn-icon img {
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.session-btn .lp-btn-ylw:hover .btn-icon {
	background: url(../img/cnd-blk-yllw.png) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.container {
	position: relative
}

.banner-awards {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 2.5rem 0 0 0
}

.banner-awards li {
	margin-right: 1.5rem
}

.banner-awards li img {
	width: auto;
	height: 65px
}

.client-logo-grid {
	margin-top: 2.5rem
}

.brand-list li img {
	width: 100%;
	height: auto
}

.mn-title-line {
	position: relative;
	padding-bottom: 1.5rem
}

.mn-title-line:before {
	width: 200px;
	height: 10px;
	background: #fc0;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0
}

.mn-title-line-cnt {
	display: flex;
	align-items: center;
	justify-content: center
}

.mn-title-line-cnt:before {
	width: 200px;
	height: 10px;
	background: #fc0;
	content: '';
	position: absolute;
	left: auto;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.case-study-banner {
	background-color: #21222b;
	min-height: 520px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 4rem 0;
	box-shadow: 4px 4px 22px -1px rgba(0, 0, 0, .4)
}

.case-study-box {
	position: relative
}

.case-study-box .gry-bg {
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	top: 0
}

.case-stats-list {
	background: rgba(33, 34, 43, .71);
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.case-stats-list li {
	width: auto;
	padding: 15px;
	display: flex;
	flex-direction: column;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #fff;
	text-transform: capitalize
}

.case-stats-list li span {
	font-weight: 800;
	color: #fc0;
	font-size: 36px
}

.case-study-dtls {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.case-study-dtls .h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 1rem
}

.case-study-dtls p {
	color: #fff;
	font-size: 22px;
	font-weight: 500
}

.case-study-banner {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.rvrs-grid {
	display: flex;
	flex-direction: row-reverse
}

.call-action-grid {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	padding: 3rem
}

.call-action-grid p {
	margin-bottom: 1.5rem
}

.call-action-grid a,
.call-action-grid h2,
.call-action-grid p {
	position: relative;
	z-index: 2
}

.call-action-img img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 519px
}

.call-action-grid:before {
	content: "";
	width: 125%;
	border-radius: 10px;
	background: #f7f7f7;
	position: absolute;
	z-index: 0;
	height: 100%;
	left: 0;
	top: 0;
	box-shadow: 8px 8px 22px 0 rgb(0 0 0 / 15%)
}

.dot-spread {
	position: absolute;
	width: 250px;
	height: 250px;
	background: url(../img/dots-opec.png);
	background-repeat: no-repeat;
	left: -70px;
	bottom: -73px
}

.service-dtls p {
	margin-bottom: 0
}

.service-dtls {
	padding: 2rem 1.5rem;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px;
	box-shadow: 8px 8px 22px 0 rgba(0 0 0 / 15%);
	display: flex;
	flex-direction: column;
	margin: 1.5rem 0
}

.service-dtls h3 {
	font-size: 24px;
	margin-bottom: 2rem
}

.service-dtls .srvc-icon {
	margin: 0 0 2rem 0;
	position: relative
}

.service-dtls .srvc-icon img {
	position: relative;
	z-index: 1;
	top: -10px;
	left: 10px
}

.service-dtls .srvc-icon .circle {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #fc0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-dtls p {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 0;
	min-height: 161px
}

.service-dtls:hover {
	background: #fc0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-dtls:hover .srvc-icon .circle {
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.service-wrapp .circle {
	position: absolute;
	width: 250px;
	height: 250px;
	background: url(../img/dots-opec.png);
	background-repeat: no-repeat;
	right: -70px;
	bottom: -53px
}

.processdemo img {
	width: 100%
}

.srv-dots {
	width: 120px;
	height: 250px;
	background: url(../img/dots-opec.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -120px
}

.why-box-dtls {
	background: #fff;
	border-radius: 10px;
	box-shadow: 8px 8px 22px 0 rgb(0 0 0 / 15%);
	padding: 3rem
}

.fact-title h2 {
	font-size: 85px;
	line-height: 85px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 10px
}

.fact-title>p {
	text-align: right
}

.fact-title h2>span {
	position: relative;
	padding-bottom: 0;
	z-index: 2
}

.fact-title h2>span:before {
	content: "";
	width: 100%;
	background: #fc0;
	height: 20px;
	left: 0;
	bottom: 12px;
	position: absolute;
	z-index: -1
}

.fact-dlts {
	display: flex;
	flex-direction: column
}

.fact-dlts p {
	margin-top: 1rem
}

.fact-dlts h3 {
	margin-bottom: 0;
	margin-top: 1rem
}

.agency-vs h3 {
	font-size: 28px
}

.agency-list {
	display: flex;
	flex-direction: column
}

.agency-list li {
	padding-left: 40px;
	font-size: 16px;
	line-height: normal;
	margin: 10px 0;
	position: relative
}

.agency-list li:before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../img/close.png) no-repeat;
	background-size: 25px;
	position: absolute;
	left: 0;
	top: 0
}

.tick-mark li:before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../img/tick.png) no-repeat;
	background-size: 25px;
	position: absolute;
	left: 0;
	top: 0
}

.why-box .circle {
	position: absolute;
	width: 250px;
	height: 250px;
	background: url(../img/dots-opec.png);
	background-repeat: no-repeat;
	right: -60px;
	bottom: -53px
}

.testimonial-box-grid {
	background-color: #21222b;
	padding: 3rem;
	min-height: 524px;
	display: flex;
	align-items: center;
	position: relative;
	box-shadow: 4px 4px 22px -1px rgb(0 0 0 / 40%);
	background-size: cover;
	background-position: 50% 50%
}

.testimonial-dtls h3 {
	color: #fff;
	font-weight: 600
}

.testimonial-dtls h3 span {
	color: #fc0;
	font-weight: 800
}

.testimonial-dtls p {
	color: #fff
}

.play {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.stats-wrapp {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 2rem 0
}

.clickmatix-stats {
	padding-left: 3rem
}

.stats-icon {
	width: 75px;
	height: auto;
	margin-right: 2rem
}

.stats-icon img {
	width: 100%;
	height: auto
}

.stats-wrapp .h4 span {
	font-size: 36px;
	font-weight: 800;
	color: #fc0
}

.stats-wrapp .h4 {
	line-height: normal;
	width: 100%
}

.stats-wrapp p {
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0
}

.cta-box-1 {
	background: #fc0
}

.cta-title .h2 {
	font-size: 48px
}

.cta-btn-dw img.arrw {
	position: absolute;
	left: -110px;
	right: auto;
	z-index: 2;
	top: -30px
}

.cta-btn-dw .lp-btn-ylw {
	background: #21222b;
	color: #fff;
	text-align: left;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.cta-btn-dw .lp-btn-ylw .btn-icon img {
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.cta-btn-dw .lp-btn-ylw .btn-icon {
	background: url(../img/cnd-blk-yllw.png) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.cta-btn-dw .lp-btn-ylw:hover {
	background: #fff;
	color: #21222b
}

.cta-btn-dw .lp-btn-ylw:hover .btn-icon {
	background: 0 0
}

.cta-btn-dw .lp-btn-ylw:hover .btn-icon img {
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.hd-title h2 {
	font-size: 2.5rem
}

.faq-title {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left
}

.faq .card {
	border-radius: 0;
	border: 0
}

.faq .card .card-header {
	background: #fff;
	border: 0;
	padding: 0
}

.faq .card .card-header h3 button {
	border: 0;
	padding: 1rem 1rem 1rem 1.25rem;
	position: relative;
	margin: 0;
	text-align: left;
	color: #21222b;
	font-weight: 700;
	font-size: 1.125rem
}

.faq .card .card-header h3 .btn-link.collapsed:before {
	content: "+";
	position: absolute;
	left: 0;
	height: 100%;
	display: flex;
	font-weight: 600;
	top: 9px;
	left: -20px;
	align-items: flex-start;
	color: #fc0;
	font-size: 2rem
}

.faq .card .card-header h3 .btn-link:before {
	content: "-";
	position: absolute;
	left: 0;
	height: 100%;
	display: flex;
	font-weight: 600;
	top: 9px;
	left: -20px;
	align-items: flex-start;
	color: #fc0;
	font-size: 2rem
}

.faq .card .card-header .btn-link.focus,
.faq .card .card-header .btn-link:focus,
.faq .card .card-header .btn-link:hover {
	color: #fc0;
	text-decoration: none
}

.card-body {
	display: flex;
	padding-top: 0
}

.footer-logo {
	margin-bottom: 2rem
}

footer {
	background: #232326;
	background-position: center
}

.ftr-line {
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.footer-btn-box {
	padding: 2rem
}

.ftr-txt p {
	margin-bottom: 0;
	margin-right: 1.5rem
}

.ftr-txt a,
.ftr-txt p {
	color: #cdcdcd;
	font-size: .938rem;
	width: auto;
	line-height: normal
}

.ftr-txt a {
	padding: 0 1.5rem;
	position: relative
}

.ftr-txt a:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #cdcdcd;
	position: absolute;
	left: 0;
	top: 0
}

.ftr-txt a:hover {
	color: #cdcdcd
}

.ftr-social ul {
	float: right;
	display: flex;
	align-items: center
}

.ftr-social ul li {
	margin-left: .8rem
}

.ftr-social ul li a img {
	opacity: .7;
	-webkit-transition: all .5s;
	transition: all .5s
}

.ftr-social ul li a:hover img {
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s
}

.footer-box {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.footer-address {
	display: flex;
	flex-direction: column
}

.footer-address .h5,
.footer-address a,
.footer-address address {
	color: #fff;
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 0;
	color: #cdcdcd;
	font-size: 1.063rem;
	line-height: 1.7rem
}

.footer-address .h5 {
	font-size: 1.125rem;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 600
}

.footer-links-box .h4 {
	color: #fff;
	font-size: 1.313rem;
	font-weight: 600;
	margin-bottom: 1rem
}

.footer-links-box ul li {
	position: relative;
	margin: .3rem 0;
	padding-left: 1rem
}

.footer-links-box ul li a {
	color: #cdcdcd;
	font-size: 1.063rem;
	position: relative
}

.footer-links-box ul li:before {
	content: "-";
	position: absolute;
	left: 0;
	font-size: 1.063rem
}

.footer-links-box ul li a:hover {
	color: #fc0
}

.footer-box {
	padding-top: 3rem;
	padding-bottom: 3rem
}

.ptnr-logo {
	margin-bottom: 1.5rem
}

.ptnr-logo img {
	width: 100%;
	padding: 10px
}

.ftr-social ul li:before {
	content: none
}

.ftr-social ul li {
	padding: 0 10px;
	margin: 0
}

.card-body ul {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	margin: 0;
	padding: 0
}

.card-body ul li {
	padding-left: 20px;
	position: relative
}

.card-body ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #fc0;
	border-radius: 100px;
	position: absolute;
	left: 4px;
	top: 10px
}

.offer-one {
	margin-top: 13px;
	font-weight: 600;
	color: #21222b;
	text-align: center;
	width: 100%;
	font-size: 24px;
	text-decoration: underline
}

.brand-list {
	display: flex;
	flex-wrap: wrap
}

.brand-list li {
	max-width: 20%;
	flex: 0 0 20%;
	padding: 0 1.2rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.brand-list li img {
	width: 100%;
	filter: grayscale(1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	transform: scale(1)
}

.brand-list li:hover img {
	filter: grayscale(0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	transform: scale(1.03)
}

.owl-nav {
	display: none
}

.owl-theme .owl-dots .owl-dot span {
	width: 70px;
	height: 7px;
	border-radius: 0;
	background: #bdbdc0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #21222b
}

.owl-theme .owl-dots .owl-dot:focus {
	outline: 0
}

.owl-theme .owl-dots {
	margin-top: 35px
}

.card-body {
	flex-direction: column
}

.card-body p {
	font-size: 16px;
	line-height: 25px;
	text-align: justify
}

.card-body ul {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	margin: 0;
	padding: 0
}

.card-body ul li {
	padding-left: 20px;
	position: relative
}

.card-body ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #fc0;
	border-radius: 100px;
	position: absolute;
	left: 4px;
	top: 10px
}

.faq-box {
	background: #f7f7f7
}

.footer-links-box ul li {
	color: #cdcdcd;
	font-size: 1.063rem;
	position: relative
}

.faq .card .card-header h3 .btn-link.collapsed:before {
	left: 15px;
	top: 9px
}

.faq .card .card-header h3 .btn-link:before {
	left: 21px;
	top: 9px
}

.faq .card .card-header h3 button {
	padding: 1rem 1rem 1rem 3rem;
	line-height: normal
}

.faq .card {
	margin: 11px 0;
	box-shadow: 2px 2px 3px -1px rgb(0 0 0 / 15%)
}

.faq {
	display: flex;
	flex-direction: column
}

header {
	-webkit-transition: .5s all;
	transition: .5s all
}

.sticky-head {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: .5s all;
	transition: .5s all;
	background: #fff;
	box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, .2)
}

.dsk-btn-appr {
	opacity: 0;
	visibility: hidden;
	z-index: -999;
	-webkit-transition: .5s all;
	transition: .5s all
}

header.sticky-head .dsk-btn-appr {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transition: .5s all;
	transition: .5s all
}

.et_pb_text_inner p {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 12px 4px 4px;
	border-radius: 50px;
	background: #21222b;
	color: #fff;
	letter-spacing: .05rem;
	margin-bottom: 15px;
	width: auto;
	font-family: Montserrat, sans-serif
}

.pulse-dot {
	background-color: #fc0;
	content: " ";
	width: 28px;
	height: 28px;
	border-radius: 20px;
	top: 0;
	position: relative;
	margin-right: 12px;
	vertical-align: middle
}

.pulse-dot:before {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #fc0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	-webkit-animation: smallPulse 1.5s ease-out infinite;
	animation: smallPulse 1.5s ease-out infinite
}

@-webkit-keyframes smallPulse {
	0% {
		-webkit-transform: scale(.75);
		transform: scale(.75);
		opacity: 1
	}
	95%,
	to {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes smallPulse {
	0% {
		-webkit-transform: scale(.75);
		transform: scale(.75);
		opacity: 1
	}
	95%,
	to {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

.lp-btn-ylw svg {
	margin-left: 14px;
	display: flex;
	align-items: center;
	-webkit-transition: .5s all;
	transition: .5s all;
	width: 28px;
	fill: #21222b
}

.lp-btn-ylw:hover svg {
	fill: #fc0;
	-webkit-transition: .5s all;
	transition: .5s all
}

.str-btn {
	font-weight: 700;
	font-size: 21px;
	padding: 16px 30px
}

.banner-box-dtls .session-btn {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	flex-direction: column
}

.session-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column
}

.r-view {
	margin-top: 10px;
	font-weight: 500;
	font-family: Montserrat, sans-serif
}

.r-view img {
	width: 100px;
	height: auto
}

.r-view img.g-logo-lp {
	width: 65px;
	height: auto
}

.btm-review {
	text-align: center
}

.session-btn .lp-btn-ylw .link-text {
	font-weight: 800;
	line-height: 24px;
	font-size: 24px
}

.session-btn .lp-btn-ylw .link-text p {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 23px
}

.btm-review-wht {
	color: #21222b
}

.session-btn .lp-btn-ylw .link-text p {
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	margin-top: 3px;
	font-weight: 400
}

.cta-btn-dw .lp-btn-ylw .btn-icon {
	display: none
}

.btn-icon {
	display: none
}

.contact-wrapp {
	position: relative
}

.contact-bg {
	padding: 3rem;
	background: #fc0;
	-webkit-box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, .2)
}

.contact-wrapp .mb-dots1 {
	left: auto;
	top: auto;
	right: -65px;
	bottom: -43px;
	width: 300px;
	height: 204px
}

.contact-form-box {
	position: relative
}

.contact-form-field {
	background: #fff;
	padding: 2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-box-shadow: 2px 2px 14px -1px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 14px -1px rgba(0, 0, 0, .2)
}

.input-form input[type=text] {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #ceced0;
	padding: 20px 0;
	width: 100%;
	color: #21222b;
	font-size: 1.25rem
}

.input-form {
	margin-bottom: 1.5rem
}

.input-form input::-webkit-input-placeholder {
	color: #21222b;
	opacity: 1
}

.input-form input::-moz-placeholder {
	color: #21222b;
	opacity: 1
}

.input-form input:-ms-input-placeholder {
	color: #21222b;
	opacity: 1
}

.input-form input::-ms-input-placeholder {
	color: #21222b;
	opacity: 1
}

.input-form input::placeholder {
	color: #21222b;
	opacity: 1
}

.input-form a {
	color: #21222b;
	font-size: .938rem;
	margin: 4px 0 0 16px
}

.contact-list-box {
	padding: 0 3rem;
	display: flex;
	flex-direction: column
}

.contact-list-box p,
.contact-list-box ul li {
	font-size: 20px;
	color: #21222b;
	margin-bottom: 1rem
}

.contact-list-box p span {
	font-weight: 700
}

.contact-list-box ul {
	margin: 1rem 0 0 0;
	display: flex;
	flex-direction: column
}

.contact-list-box ul li {
	font-size: 20px;
	margin: .5rem 0;
	position: relative;
	padding-left: 1rem
}

.contact-list-box ul li:before {
	content: "";
	width: 7px;
	height: 7px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #21222b;
	position: absolute;
	left: 0;
	top: 11px
}

.modal-box {
	position: relative
}

.modal-box img {
	position: absolute;
	width: 94%;
	right: 0;
	bottom: -51px
}

.contact-form-field .input-form input {
	border: 0;
	border-bottom: 1px solid #ceced0;
	border-radius: 0;
	padding: 20px 0;
	width: 100%;
	height: auto;
	color: #21222b;
	font-size: 18px
}

.contact-form-field .input-form input[type=submit] {
	border-radius: 5px;
	border: 0;
	font-size: 18px;
	font-weight: 700;
	border: 2px solid #fc0;
	width: auto;
	padding: .65rem 1.5rem;
	text-transform: uppercase
}

.contact-form-field .input-form input[type=submit]:hover {
	color: #fc0;
	border: 2px solid #21222b
}

.lp-banner-bg {
	background: 0 0
}

.banner-box-dtls h1>span:before {
	content: none
}

.banner-box-dtls h1>span {
	text-decoration: underline
}

.banner-box-dtls>p {
	color: #21222b;
	font-size: 21px;
	font-weight: 400;
	line-height: 32px;
}

.banner-box {
	padding-bottom:12rem;
	padding-top: 12rem
}

.banner-box-dtls h1,
.banner-box-dtls>p {
	margin-bottom: 2rem
}

.banner-box-dtls {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.r-view {
	margin-top: 15px
}

.lp-btn-ylw svg {
	width: 18px
}

.session-btn .lp-btn-ylw {
	box-shadow: 2px 2px 3px -1px rgb(0 0 0 / 20%)
}

.lead-box {
	position: relative
}

.lead-box:before {
	background: #f7f7f7;
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	top: 0
}

.lp-banner-bg img {
	z-index: 8
}

.lead-box-inn h3,
.lead-box-inn p {
	text-align: left
}

.lead-box-inn h3 {
	font-size: 21px;
	margin-bottom: 1rem
}

.lead-box-inn p {
	margin-bottom: 0
}

.lead-box-inn {
	display: flex;
	flex-direction: column
}

.lead-box-inn .ld-icon img {
	width: 62px;
	height: auto;
	position: relative;
	z-index: 2
}

.lead-box-inn .ld-icon {
	margin-bottom: 1.5rem
}

.lead-box-inn .ld-icon i {
	width: 45px;
	height: 45px;
	position: absolute;
	-webkit-transition: .5s all;
	transition: .5s all;
	background: #fc0;
	border-radius: 100px;
	top: 10px;
	left: 0;
	animation: one-animated 3s infinite
}

@keyframes one-animated {
	0% {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70% box-shadow: 15px 15px 50px rgba(0, 0, 0, .2)
	}
	25% {
		border-radius: 58% 42% 75% 25%/76% 46% 54% 24%
	}
	50% {
		border-radius: 50% 50% 33% 67%/55% 27% 73% 45% box-shadow: -10px -5px 50px rgba(0, 0, 0, .2)
	}
	75% {
		border-radius: 33% 67% 58% 42%/63% 68% 32% 37%
	}
}

.ppc-sd-img img {
	width: 100%;
	height: auto
}

.ppc-sd-dtls {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.reverse {
	flex-direction: row-reverse
}

.service-dtls h3 {
	min-height: 58px
}

.service-dtls .srvc-icon img {
	width: 62px;
	height: auto
}

.ads-src img {
	width: 100%;
	height: auto
}

.cta-list {
	display: flex;
	flex-direction: column;
	margin: 0;
	z-index: 1;
	margin-top: 0
}

.cta-list li {
	color: #444;
	padding-left: 15px;
	position: relative;
	margin: 4px 0
}

.cta-list li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #444;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 9px
}

.box-title-dtls {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.box-title-lst {
	padding-left: 3rem
}

.box-title-grid {
	margin: 0 0 1.5rem 0;
	display: flex;
	flex-direction: column
}

.box-title-grid h3 {
	font-size: 20px;
	margin-bottom: 1rem;
	line-height: normal
}

.anlyst-box {
	position: relative
}

.anlyst-box .gry-bg-clr {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	background: #f7f7f7
}

.box-title-grid img {
	width: 50px;
	height: auto;
	margin-bottom: 15px
}

.sticky-ptnr-logo {
	display: block;
	position: fixed;
	z-index: 3;
	bottom: 15px;
	left: 15px;
	border-radius: 2px;
	overflow: hidden;
	width: 230px
}

.sticky-ptnr-logo img {
	width: 100%;
	height: auto
}

.banner-box-dtls h4 {
	font-size: 28px;
	margin-bottom: 2rem
}

.lp-btn-ylw {
	display: flex;
	align-items: center
}

.banner-box-dtls h4 {
    font-size: 21px;
    margin-bottom: 0.5rem;
}

.book-cta-list {display: flex; flex-direction: column; margin: 0; padding: 0;}
.book-cta-list li{padding-left:54px; position: relative; margin: 15px 0px; font-size: 18px; line-height: 28px;}
.book-cta-list li:before{content: ""; width: 30px; height: 30px; position: absolute; background:url(../img/checked.png) no-repeat; background-size: 30px 30px; left: 0; top:0px;}

.owl-theme .owl-dots .owl-dot span{width: 13px; height: 13px; border-radius: 100px;}
.cnt-box{padding-left: 2rem; padding-right: 2rem;}

.book-img-mb{display: none; opacity: 0; visibility: hidden;}
.book-img-mb img{width: 90%; height: auto;}

.footer-links-box {
    color: #cdcdcd;
}

.footer-links-box ul li {
    position: relative;
    margin: 0.3rem 0rem;
    padding-left: 1rem;
}
.footer-links-box ul li a {
    color: #cdcdcd;
    font-size: 1.063rem;
    position: relative;
}


.footer-links-box .h5{color: #fff;}

.footer-logo {
    margin-bottom: 2rem;
}

.new-grid-box-input > input{padding:15px 20px; border: 1px solid #e1e1e1; border-radius: 5px; background: #fff; margin-top: 1rem; height: auto; width: 90%;}

.new-grid-box-input > input[type="button"]{    -webkit-border-radius: 5px;
    color: #21222b;
    border-radius: 5px;
    background: #fc0;
    font-size: 18px;
    font-weight: 700;
    width: auto;
    padding: .65rem 1.5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    text-transform: uppercase; width: auto; margin-bottom: 2rem;}

.new-grid-box-input > input[type="button"]:hover{background: #21222b; color: #ffcc00;}
#errorMsgDiv{font-size: 12px;
    position: relative;
    top: 15px;
    text-align: left;}





    header {
	-webkit-transition: .5s all;
	transition: .5s all;
	z-index: 9999;
	position: fixed;
	width: 100%;
	top: 0;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.top-quote ul li a.icon .svg-phone {
	fill: #21222b;
	margin-right: 1.25rem
}

.top-quote ul li {
	display: flex;
	flex-direction: column
}

.top-quote ul li.phone-tp a {
	color: #21222b;
	font-family: Montserrat, sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.563rem
}

.top-quote ul li.phone-tp a.email-tp {
	color: #21222b;
	font-size: 1rem;
	font-family: Raleway, sans-serif;
	font-weight: 400
}

.menu-navigation {
	display: flex;
	align-items: center
}

.menu-navigation li a {
	color: #fff;
	font-size: 1.25rem;
	text-transform: uppercase;
	padding: .75rem 1.563rem
}

.menu-navigation li a:hover {
	color: #fc0
}

header .yllw-btn:hover {
	background: rgba(0, 0, 0, 0);
	border: 2px solid #fc0
}

.contact-page header,
header.sticky-head {
	background: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem
}

.contact-page header .dark-clr,
header.sticky-head .dark-clr {
	display: block;
	opacity: 1;
	visibility: visible
}

.contact-page header .white-clr,
header.sticky-head .white-clr {
	display: none;
	opacity: 0;
	visibility: hidden
}

.contact-page header .top-quote ul li a.icon .svg-phone,
header.sticky-head .top-quote ul li a.icon .svg-phone {
	fill: #21222b;
	margin-right: 20px
}

.contact-page header .top-quote ul li a,
.contact-page header .top-quote ul li a.email-tp,
header.sticky-head .top-quote ul li a,
header.sticky-head .top-quote ul li a.email-tp {
	color: #21222b
}

.contact-page header .yllw-btn:hover,
header.sticky-head .yllw-btn:hover {
	background: #21222b;
	border: 2px solid #21222b
}

.contact-page header .menu-navigation li a,
header.sticky-head .menu-navigation li a {
	color: #21222b
}

.contact-page header .yllw-btn {
	background: #21222b;
	color: #fc0;
	border: 2px solid #21222b
}

.contact-page header .yllw-btn:hover,
header.sticky-head .yllw-btn:hover {
	background: #fc0;
	border: 2px solid #fc0;
	color: #21222b
}

header.clicked .dark-clr {
	display: none;
	opacity: 0;
	visibility: hidden
}

header.clicked .white-clr {
	display: none;
	opacity: 0;
	visibility: hidden
}

header.clicked .top-quote ul li a.icon .svg-phone {
	fill: #21222b
}

header.mobile-header .dark-clr-mn {
	display: none;
	opacity: 0;
	visibility: hidden
}

header.clicked .dark-clr-mn {
	display: block;
	opacity: 1;
	visibility: visible
}

header.sticky-head{padding-top: 0.5rem; padding-bottom: 0.5rem;}


.toogle-menu {
	position: relative;
	-webkit-user-select: none;
	user-select: none;
	width: 33px
}

.toogle-menu input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 11px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none
}

.toogle-menu span {
	width: 33px;
	height: 4px;
	display: block;
	background: #21222b;
	margin: 3px 0;
	position: relative;
	transform-origin: 4px 0;
	transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}

.mn-z-index {
	z-index: 99999
}

.toogle-menu span:first-child {
	transform-origin: 0 0
}

.toogle-menu span:nth-last-child(2) {
	transform-origin: 0 100%
}

.toogle-menu input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-9px, -17px);
	background: #21222b
}

.toogle-menu input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0) scale(.2, .2)
}

.toogle-menu input:checked~span:nth-last-child(2) {
	transform: rotate(-45deg) translate(-3px, 13px)
}

header.mobile-header .mobile-menu-hd {
	background: #fc0;
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
	padding: 6rem 1.5rem 1.5rem;
	left: 0;
	height: 100vh;
	transform-origin: 0 0;
	transform: translate(-100%, 0);
	transition: transform .5s cubic-bezier(.77, .2, .05, 1)
}

header.clicked .mobile-menu-hd {
	transform: none
}

.mobile-navigation {
	position: relative
}

.menu-navigation a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.mobile-navigation>li,
.mobile-navigation>li .hm-dropdown li {
	display: flex;
	flex-direction: column
}

.mobile-navigation>li a {
	padding: 1rem 0;
	color: #21222b;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	width: 100%;
	position: relative
}

.mobile-navigation>li.nav-item a:after {
	content: "+";
	position: absolute;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: 0;
	font-size: 40px;
	font-weight: 300
}

.mobile-navigation>li .hm-dropdown li a {
	padding: .5rem 1rem 0 1rem;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 1.188rem;
	border: 0
}

.mobile-navigation>li .hm-dropdown li a:after {
	content: none
}

.mobile-navigation>li .hm-dropdown {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	-webkit-transition: .5s all;
	transition: .5s all
}

.mobile-navigation>li .hm-dropdown.open-drop {
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transition: .5s all;
	transition: .5s all
}

.mobile-navigation>li:last-child a {
	border: 0
}

.mbl-hd-links a {
	color: #21222b;
	font-size: 1.125rem
}

.mbl-hd-links a.yllw-btn {
	background: #21222b;
	color: #fc0;
	border-color: #21222b
}

.mbl-hd-links a.yllw-btn:hover {
	background: #fc0;
	color: #21222b
}

ul.sub-menu-box {
	position: absolute;
	left: auto;
	top: 50px;
	border: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s, top .3s;
	display: block!important;
	-o-transition: opacity .3s, visibility .3s, top .3s;
	transition: opacity .3s, visibility .3s, top .3s;
	background: #fc0;
	-webkit-border-radius: 5px;
	z-index: -2;
	border-radius: 5px;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .4);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .4);
	text-align: left;
	padding: 18px 0
}

.menu-navigation li.sub-menu-drop>a {
	background: url(../img/arrow.svg) no-repeat;
	background-size: 12px auto;
	background-position: 97% 50%
}

.menu-navigation li:hover ul.sub-menu-box {
	opacity: 1;
	visibility: visible;
	z-index: 99;
	-webkit-transition: opacity .3s, visibility .3s, top .3s;
	display: block!important;
	-o-transition: opacity .3s, visibility .3s, top .3s;
	transition: opacity .3s, visibility .3s, top .3s;
	top: 50px
}

ul.sub-menu-box::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 15%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: transparent transparent #fc0
}

.menu-navigation li.sub-menu-drop ul.sub-menu-box li {
	display: flex
}

.menu-navigation li.sub-menu-drop ul.sub-menu-box li a {
	color: #21222b;
	font-size: 1.125rem;
	position: relative;
	text-transform: capitalize;
	background-color: rgba(33, 34, 43, 0);
	line-height: 20px;
	width: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-left: 2px solid rgba(255, 255, 255, 0)
}

.menu-navigation li.sub-menu-drop ul.sub-menu-box li a:hover {
	color: #fc0;
	background-color: #21222b;
	border-left: 2px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.menu-navigation li a {
	font-size: 1.125rem;
	font-weight: 400
}

.dsk-menu {
	display: none;
	opacity: 0;
	visibility: hidden;
	align-items: center;
	justify-content: flex-end
}

.menu-cover {
	display: none;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100vh;
	background: rgba(33, 34, 43, .7);
	position: fixed;
	top: 0
}

.cover-open {
	display: block;
	opacity: 1;
	visibility: visible
}

.main-logo {
	z-index: 1
}

.contact-dsk {
	display: none;
	opacity: 0;
	visibility: hidden;
	border-top: 1px solid #21222b;
	margin-top: 2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 97%;
	padding: 2rem
}

.contact-dsk>.row {
	align-items: flex-start
}

.contact-dsk .ftr-social .hdr-ptrn {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.contact-dsk .ftr-social .ptnr-logo img {
	width: 154px;
	height: auto;
	padding: 0 .5rem
}

.contact-dsk .ftr-social .ptnr-logo {
	margin-bottom: 1rem
}

.svg-phone {
	animation: shake 2.5s ease infinite;
	transform-origin: 50% 50%
}

/**********************/

ul.dsk-nav.clicked {
		display: flex
	}
	ul.sub-menu-box {
		display: none!important
	}
	.menu-navigation li:hover ul.sub-menu-box {
		display: block!important
	}
	.dsk-menu {
		display: flex;
		position: relative;
		z-index: 999;
		visibility: visible;
		opacity: 1;
		align-items: center;
    justify-content: flex-end;
	}
	.contact-dsk {
		display: block;
		opacity: 1;
		visibility: visible;
		position: relative;
		width: 100%;
		padding: 2rem 0 0 0;
		align-self: flex-end;
		margin-top: 4rem
	}
	ul.menu-navigation {
		background: #fc0;
		position: fixed;
		z-index: 999;
		top: 0;
		width: 400px;
		margin: 0!important;
		padding: 6rem 2rem 2rem!important;
		right: -130%;
		height: 100%;
		overflow-y: auto;
		align-items: flex-start!important;
		flex-direction: column;
		-webkit-transition: right .3s;
		-o-transition: right .3s;
		transition: right .3s
	}
	ul.dsk-nav.clicked {
		right: -24px
	}
	ul.dsk-nav li,
	ul.dsk-nav li a {
		color: #21222b;
		width: 100%;
		display: flex;
		font-weight: 500;
		font-size: 1.25rem
	}
	ul.dsk-nav li>a {
		position: relative;
		font-weight: 700
	}
	ul.dsk-nav li a:before {
		content: "";
		background: #21222b;
		border: 0;
		width: 0;
		height: 3px;
		position: absolute;
		left: 0;
		top: 47%;
		border: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	ul.dsk-nav li a:hover:before {
		width: 30px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}
	ul.dsk-nav li a:hover {
		color: #21222b;
		padding-left: 40px
	}
	ul.dsk-nav li.sub-menu-drop>a {
		background: #fc0 url(https://www.clickmatix.com.au/wp-content/themes/clickmatix/css/../img/arrow-dw.svg) no-repeat;
		background-size: 12px auto;
    background-position: 0% 50%;
	}
	ul.dsk-nav li>a{padding-left: 1.5rem;}
	ul.sub-menu-box {
		padding: 0
	}
	.menu-navigation li a {
		padding: 8px 15px 8px 15px
	}
	ul.sub-menu-box {
		position: absolute;
		width: 330px;
		right: 24px;
		left: auto;
		top: 140%;
		border: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s, top .3s;
		-o-transition: opacity .3s, visibility .3s, top .3s;
		transition: opacity .3s, visibility .3s, top .3s;
		background: #fc0;
		-webkit-border-radius: 5px;
		z-index: -2;
		border-radius: 5px;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
		padding: 0 0
	}
	.menu-navigation li.sub-menu-drop>a {
		background: url(../img/arrow.svg) no-repeat;
		background-size: 12px auto;
		background-position: 97% 50%
	}
	.menu-navigation li:hover ul.sub-menu-box {
		opacity: 1;
		visibility: visible;
		z-index: 99;
		top: auto
	}
	.menu-navigation li.sub-menu-drop ul.sub-menu-box li a {
		font-weight: 400;
		font-size: 1.125rem;
		padding: .6rem;
		border: 0
	}
	.menu-navigation li.sub-menu-drop ul.sub-menu-box li a:before {
		content: "";
		background: #21222b;
		border: 0;
		width: 0;
		height: 3px;
		position: absolute;
		left: 0;
		top: 47%;
		border: 0
	}
	.menu-navigation li.sub-menu-drop ul.sub-menu-box li a:hover:before {
		opacity: 1;
		z-index: -1;
		-webkit-transition: .5s all;
		transition: .5s all;
		border: 0;
		width: 20px
	}
	.menu-navigation li.sub-menu-drop ul.sub-menu-box li a:hover {
		color: #21222b;
		padding-left: 25px;
		background: no-repeat;
		border: 0
	}
	.contact-dsk .mbl-hd-links a.yllw-btn:hover {
		background: #fff;
		color: #21222b;
		border-color: #fff
	}
	.contact-dsk .ftr-social ul li a {
		padding: 0
	}
	.contact-dsk .ftr-social ul li a:before {
		content: none
	}
	ul.dsk-nav li a:before,
	ul.dsk-nav li a:hover:before{content: none;}
	ul.dsk-nav li a:hover{padding-left:1.5rem;}
	ul.dsk-nav li.sub-menu-drop:hover  > a{background: #fc0 url(https://www.clickmatix.com.au/wp-content/themes/clickmatix/css/../img/arrow-up.svg) no-repeat;
    background-size: 12px auto;
    background-position: 0 50%;}

    .ftr-social ul  li a:hover {
    padding-left: 0rem;
}

ul.sub-menu-box{position: relative; right: 0; left: 1rem; width: 100%;}
ul.dsk-nav li {
    display: flex;
    flex-direction: column;
}


.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    border-radius: 100px;
}



.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #21222b
}

.owl-theme .owl-dots .owl-dot:focus {
	outline: 0
}

.owl-theme .owl-dots {
	margin-top: 35px
}

/*----------------------------------------------------------------------------*/

.book-header{background-color: #fff; box-shadow: 2px 2px 5px -1px rgb(0 0 0 / 20%);     padding-top:0.5rem;
    padding-bottom:0.5rem;}

.guide-header{background: #ffcc00;}
.reverse{flex-direction: row-reverse;}

.guide-header{padding-top:1rem; padding-bottom: 0;}
.book-banner-img-grid img{width: 100%; height: auto; position: relative; top:107px; z-index: 9;}
.book-banner-grid h1{text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: flex-start;}
.book-banner-grid h1 span{text-decoration: none; background: #21222b; color: #fff; text-align: center; padding: 3px 10px;}
.guide-list{position: relative;}
.guide-list .yllw-bg{background: #ffcc00; position:absolute; left: 0; top: 0; width: 100%; height: 200px;}
.guide-content .yllw-bg{background: #ffcc00;
    position: absolute; left: 0; top: 0; width: 100%; min-height: 500px;
    font-weight: 900; color: #f7f7f7; text-align: left;}
.table-content-box, .guide-content-box, .box-content{padding: 4rem; background: #fff; box-shadow: 2px 2px 5px -1px rgb(0 0 0 / 10%);}
.guide-title{font-size: 45px; font-weight: 800;}
.table-content-box h2.guide-title{color: #21222b; font-size: 45px; text-transform: capitalize; position: relative; padding-bottom: 1rem; margin-bottom: 2rem;}
.table-content-box h2.guide-title:before{content: ""; width: 100px; height: 5px; background: #ffcc00; position: absolute; left: 0; bottom: 0;}
.table-content-box{display: flex; flex-direction: column;}
.chapter-box{display: flex;}
.chapter-box a{position: relative; margin: 0px; display: flex; flex-direction: column; color: #21222b;   font-size: 24px; font-weight: 600;  border-bottom: 1px solid #efefef; width: 100%; padding: 20px 0px;}
.chapter-box a span {    position: relative; left: 0; font-weight: 400; color: #888; margin-bottom:5px; font-size: 18px;}
.chapter-box:last-child a{border-color: #fff;}
.chapter-box a:hover{color: #21222b; border-color: #ffcc00;  padding: 20px; background: #f7f7f7;}
.chapter-box a:hover span{color: #21222b;}

.guide-top-title h2{color: #21222b;  margin-bottom: 3rem; font-size: 45px; text-transform: capitalize;
    font-weight: 800; position: relative; padding-left: 100px;}
.guide-top-title h2 span{position: absolute; left: -1rem; color: #fff; font-size: 140px; top: 0; line-height: 112px;}
.guide-content-box{display: flex; flex-direction: column;}
.guide-content-box p,
.guide-content-box h4,
.guide-content-box h3,
.guide-content-box h6,
.guide-content-box ul,
.guide-content-box ol,
.guide-content-box img{margin-bottom: 1.5rem;}
.guide-content-box ul{    display: flex;
    flex-wrap: wrap;
    padding: 0;}
.guide-content-box ul li{margin: 0;
    padding: 28px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffcc00;
    color: #21222b;
    font-weight: 600;
    font-size: 24px;
    width: 50%;
    flex-direction: column;
    border: 10px solid #fff;}
.guide-content-box ul li img{width: 65px; height: auto; margin-right: 20px; margin-bottom: 0;}
.inside-box {padding-left: 3rem; border-left: 1px solid #efefef; margin-bottom: 2rem;}
.inside-box:last-child{margin-bottom: 0;}
.inside-box >  h3{position: relative; padding-bottom: 1.5rem;}
.inside-box >  h3:before{content: ""; width: 13px;  height: 100%; background: #ffcc00;  position: absolute; left: -3rem; bottom: 0;}

.img-tag{margin-bottom:1.5rem; margin-top: 1.5rem; display: flex; }
.img-tag img{width: 100%; height: auto;}
.img-wdth-sm img{width: 250px; height: auto; box-shadow: none;}
.inside-box  > .row{margin-bottom: 1.5rem;}
.inside-box p strong{color: #21222b;}
.a-box-one .col-12{display: flex; flex-direction: column; padding: 2rem; background: #f5f5f5; margin: 1rem 0rem;}
.a-box-one .col-12 span{width: 90px; margin-bottom: 20px;}
.a-box-one .col-12 span img{width: 100%; height: auto;}
.eco-arch, .arch-box{display: flex; flex-direction: column;}

ul.ext-four, ul.dont-list{display: flex; flex-direction: column; margin: 1rem 0rem; padding: 0;}
ul.ext-four li{display: flex;align-items: center; margin: 10px 0px; color: #21222b; font-size: 21px; font-weight: 600; }
ul.ext-four li span{width: 50px; height: 50px; border-radius: 100px; background: #ffcc00; color: #21222b; font-size: 30px; display: flex; align-items: center; justify-content: center; padding: 10px;
margin-right: 1rem;}
ul.dont-list li{display: flex;align-items: center; margin: 5px 0px; color: #21222b;  }
.tips{    padding: 1.5rem;
    color: #21222b;
    font-style: italic;
    background: #f5f5f5;
    border: 7px solid #ffcc00;}

.box-two{margin-bottom: 2rem; display: flex; align-items: center; justify-content: center;}
.box-two .page-box{padding: 18px;
    background: #ffcc00;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin: 5px 10px;
    border-radius: 100px;
    padding-left: 80px;
    padding-right: 30px;
    color: #21222b;}
.box-two .page-box span {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background: #21222b;
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.on-page-seo{display: flex; flex-direction: column;}
.in-tag{background: #f5f5f5; padding: 1.5rem; line-height: 25px; margin-bottom: 1rem;}
.has{font-size: 24px; font-weight: 700; color: #ffcc00;}

ul.smp-lst{margin: 0px 0px 20px 0px; padding: 0px; display: flex; flex-direction: column; width: 100%; padding-left: 15px;}
ul.smp-lst li{list-style: disc; list-style-position: outside; margin: 3px 0px;}
.yllw-box{padding: 2rem; background: #ffcc00; margin: 1rem 0rem 2rem 0rem; color: #21222b; position: relative;}
.tag{    position: absolute;
    left: -74px;
    padding: 8px 20px;
    background: #21222b;
    color: #ffcc00;
    transform: rotate(-90deg);
    text-transform: capitalize;
    font-weight: 500;
    top: 35px;}


ul.simple{display: flex; flex-direction: column; margin:1.5rem 0rem; padding: 0; padding-left: 15px} 
ul.simple li{ list-style-position: outside; list-style-type: disc; margin: 2px 0px;  }
.steps-box{    background: #f5f5f5; padding: 1.5rem;}
.kpi-drk-box{background: #21222b;}
.kpi-box-inn{position: relative; display: flex; flex-direction: column; margin: 2rem 0rem;}
.kpi-box-inn span img{width: auto; height: 75px; margin-bottom: 0.5rem;}
.kpi-box-inn h4{color: #fff;}
.guide-top-title h2{padding-left: 0; display: flex; align-items: center;}
.guide-top-title h2 > p{margin-bottom: 0;}
.guide-top-title h2 span{position: relative; padding-right: 05rem;}
.kpi-box-inn:before{content: ""; width: 5px; height: 42%; position: absolute; left: -5px; bottom: 12px; background: #ffcc00;}

.last-box{background: #f5f5f5; margin-top: 2rem; padding: 2rem; padding-bottom: 4rem; }
.last-box h4{font-size: 30px;}
 .th-frm-box .yllw-btn span{   font-size: 32px;
    font-weight: 500;
    color: #ffcc00;
}
.th-frm-box .yllw-btn {padding: 21px 35px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 41px;
    color: #fff;
    background: #21222b;
    width: 100%;
    border-radius: 10px; border: 0;
    margin-top: -61px; line-height: 36px;}

.th-frm-box .yllw-btn:hover{background: #ffcc00; color: #21222b;}
.th-frm-box .yllw-btn:hover span{color:  #21222b;}


/*------------------------------lawyer----------------------------------*/

.lw-strip-1{background: #ffcc00; padding: 2rem;  }
ul.cp-dots-li{display: flex; flex-direction: column; margin-bottom: 2rem;}
ul.cp-dots-li li{font-size: 21px; padding:0px 0px 0px 20px !important; font-weight: 400; position: relative; margin: 10px 0px; color: #21222b; padding: 0; border-radius: 0; background: none; align-items: flex-start; width: 100%; border:0px; text-align: left;  }
ul.cp-dots-li li:before{content:""; width: 5px; height: 5px; background: #21222b; position: absolute; border-radius: 100px; top: 10px; left: 0px;}
.lw-inb-qt, .lw-strip-1{padding-top: 2rem; padding-bottom: 2rem; font-style: italic; font-weight: 800; font-size: 2rem;}
.lw-box-inn-one{padding-top: 3rem; padding-bottom: 1rem;}
.lw-mrk-intro-no{ position: relative; display: flex;align-items: center; justify-content: flex-start; padding-left: 70px; min-height: 50px; }
.lw-mrk-intro-no span{width: 50px; height: 50px; border-radius: 100px; background: #ffcc00; color: #21222b; 
	position: absolute; align-items: center; justify-content: center;display: flex; left:0; top:0;} 
.guide-content-box ul.intro-line{padding-left: 70px;}
.lw-ch2-box-img img{width: 100%; height: auto;}
.lw-ch2-box-dtls ul{display: flex; flex-direction: column; width: 100%;}
.lw-ch2-box-dtls ul li{    width: 100%;
    position: relative;
    margin:5px 0px;
    padding: 0px;
    padding-left: 15px;
    align-items: flex-start;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    background: none;
    border: 0;}
.lw-ch2-box-dtls ul li:before{content:""; width: 5px; height: 5px; border-radius: 100px; background: #666; position: absolute; left: 0; top:9px;}
.lw-gry-box{padding: 2rem 1.5rem; background: #f7f7f7;}
.lw-ch2-box-title{background: #ffcc00; padding: 10px 20px; color: #21222b; margin: 0;}
.lw-ch2-point{display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1rem;}
.lw-ch2-point img{margin-bottom: 1rem;}
.lw-ch2-point h4{ min-height: 60px; }
.lw-ch2-open-img img{width: 100%; }
.lw-ch3-list-img img{width: 100%;}
.lw-ch3-list ul{display: flex; flex-direction: column;}
.lw-ch3-list ul li{ width: 100%;
    position: relative;
    margin:5px 0px;
    padding: 0px;
    padding-left: 20px;
    align-items: flex-start;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    background: none;
    border: 0; color: #21222b;}
 .lw-ch3-list ul li:before{content: ""; background: url('https://www.clickmatix.com.au/clickmatix/ecommerce-book/img/lw-ch3-tick.png');
position: absolute; width: 12px; height: 12px; background-size: 12px;  left: 0; top:8px;}

 .lw-ch3-list.close-list ul li:before{background: url('https://www.clickmatix.com.au/clickmatix/ecommerce-book/img/lw-ch3-close.png');}

.lw-ch4-banner{background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; position: relative; padding-top: 150px; padding-bottom: 150px;}
.lw-ch4-banner:after{content: ""; background-color: rgba(33,34,43, 0.4); position: absolute; left: 0; top:0; width: 100%; height: 100%;}
.lw-ch4-banner .h3{position: absolute; left: 0; padding: 11px 30px; bottom: 10%; width: auto; background: #ffcc00; z-index: 9; text-transform: capitalize;}
.lw-ch4-brds-logo{ display: flex; align-items: center; justify-content: center; padding: 5px;}
.lw-ch4-brds-logo img{width: 100%; height: auto; background: #ffcc00; padding: 10px 40px;}
.lw-ch4-rw-box .lw-ch4-points:nth-child(odd){background: #f7f7f7; padding: 2rem;}
.lw-ch13-img img{width: 100%; height: auto;}
.lw-ch15-cta{padding: 2rem; background: #ffcc00; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 5rem;}
.lw-ch15-cta p{color: #21222b; text-align: center;}
.lw-ch15-cta .yllw-btn{background: #21222b; color: #fff; padding: 1.2rem 3rem; border-radius: 5px;transform: scale(1);}
.lw-ch15-cta .yllw-btn:hover{transform: scale(1.1);}
.lw-ch15-cnt{padding: 2rem; background: #f7f7f7; border-left: 3px solid #fff; border-right: 3px solid #fff; display:
 flex; flex-direction: column;     align-items: center; justify-content: flex-start; font-weight: 500; font-size: 21px; text-align: center;}
.lw-ch15-cnt img{width: 80px; margin-bottom:1.5rem;}
.lw-ch15-cnt .h5{font-size: 21px; font-weight: 500; display: flex; flex-direction: column;}
.lw-ch15-cnt .h5 span{font-weight: 700; margin-bottom: 1rem;}
.lw-ch5-list{padding: 2rem; background: #ffcc00;}
.lw-ch5-list ul{display: flex; flex-direction: column;}
.lw-ch5-list ul li{position: relative; padding-left: 15px; color:#21222b; margin: 8px 0px;}
.lw-ch5-list ul li:before{content: ""; width: 5px; height: 5px; border-radius: 100px; background: #21222b; position: absolute; left: 0; top:9px;}
ul.lw-ch6-list-do{padding:2rem 0rem; display: flex; flex-direction: column;}
ul.lw-ch6-list-do li{margin: 2rem 0rem;}
ul.lw-ch6-list-do li .lw-ch6-list-dtls{ padding: 2rem; background: #ffcc00; border-radius:30px; display: flex; flex-direction: column;}
ul.lw-ch6-list-do li .lw-ch6-list-dtls .h4{display: flex; align-items: center; justify-content: flex-start; font-size: 24px; margin-bottom: 1.5rem;}
ul.lw-ch6-list-do li .lw-ch6-list-dtls .h4 span{width: 40px; height: 40px; color: #ffcc00; background: #21222b; display: flex; align-items: center; justify-content: center; font-size: 24px; border-radius: 100px; margin-right: 1.5rem;}
ul.lw-ch6-list-do li .lw-ch6-list-dtls p{color: #21222b; margin-bottom:0px; font-size: 18px;}
ul.lw-ch6-list-do li .lw-ch6-list-img{display: flex; align-items: center;}
ul.lw-ch6-list-do li .row{display: flex; align-items: center; justify-content: center; flex-direction: row;}
ul.lw-ch6-list-do li:nth-child(even) .row{flex-direction: row-reverse;}
ul.lw-ch6-list-do li:nth-child(even) .lw-ch6-list-img{justify-content: flex-end;}
.in-tag{word-break: break-all;}
.guide-content-box p > img{width: 100%; height: auto;}
.kpi-box-inn p >img{width: 90px; height: auto;}
.a-box-one p > img{width: 150px; margin-bottom: 0;}
.lw-ch10-box{padding:2rem; background: #f7f7f7; position: relative; padding-top: 4rem; margin-top:5rem; display: flex; flex-direction: column;}
.lw-ch10-box .h3{position: absolute; width: auto; padding: 1rem 2rem; left: 0; top: -2.5rem; background: #ffcc00;}
.lw-ch10-box ul{display: flex; flex-direction: column;}
.lw-ch10-box ul li{    width: 100%;
    position: relative;
    margin:5px 0px;
    padding: 0px;
    padding-left: 15px;
    align-items: flex-start;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    background: none;
    border: 0;}
.lw-ch10-box  ul li:before{content:""; width: 5px; height: 5px; border-radius: 100px; background: #666; position: absolute; left: 0; top:9px;}

.footer-box .prnt-logo-box > div{ display: flex; justify-content: space-between; }
.footer-box .prnt-logo-box > div img{width: 110px; height: auto;}
.contact-dsk .ftr-social .ptnr-logo img{width: 100% !important;}
.contact-dsk .ftr-social .gtnr-logo img{width: 85px !important;}
