body {
	background-color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #242424;
	font-weight: normal;
	line-height: 28px;
	position: relative;
}

/* #wrapper {
    background-color: #333;
} */

#content {
	max-width: 1680px;
	margin: auto;
	background-color: #fff;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background-color: #73c82c;
	color: #fff;
}

::selection {
	background-color: #73c82c;
	color: #fff;
}

::-moz-selection {
	background-color: #73c82c;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

p {
	margin: 0 0 15px;
}

.th-primary-color {
	color: #263873;
}

ul,
li {
	list-style-position: inside;
}

ul:last-child,
ol:last-child,
p:last-child {
	margin-bottom: 0;
}

p:last-child:after {
	clear: both;
	content: "";
	display: block;
}

img,
figure {
	height: auto;
	max-width: 100%;
}

figcaption {
	font-size: 0.95em;
	line-height: 1.4;
	padding: 10px 0 7px;
}

figcaption p {
	margin-bottom: 0;
}

b,
strong {
	font-weight: 700;
}

label {
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}

a:hover {
	color: #73c82c;
	text-decoration: none;
	transition: all 0.15s linear 0s;
}

a.color-main:hover {
	color: #000;
}

blockquote {
	border-left: 1px solid #ebebee;
	font-weight: 300;
	margin-bottom: 35px;
	margin-left: 46px;
	margin-top: 43px;
	max-width: 770px;
	padding-left: 50px;
	padding-top: 60px;
	position: relative;
}

blockquote>p {
	font-style: italic;
}

@media (max-width: 575px) {
	blockquote {
		margin-bottom: 15px;
		margin-left: 15px;
		margin-top: 15px;
		padding-left: 15px;
		padding-top: 40px;
	}
}

blockquote footer {
	display: flex;
	margin-top: 35px;
}

blockquote footer a {
	color: #9b9aac;
}

blockquote footer a:hover {
	color: #73c82c;
}

blockquote footer span.divider {
	margin: 0 26px;
}

@media (max-width: 575px) {
	blockquote footer span.divider {
		margin: 0 10px;
	}
}

@media (max-width: 575px) {
	blockquote footer {
		margin-top: 15px;
	}
}

blockquote:before {
	background: url(../img/quote.png) no-repeat center;
	background-size: contain;
	content: "";
	height: 37px;
	left: 49px;
	position: absolute;
	top: -1px;
	width: 46px;
}

@media (max-width: 575px) {
	blockquote:before {
		height: 30px;
		left: 17px;
		top: -1px;
		width: 30px;
	}
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
	outline: medium none;
	text-decoration: none;
}

a>img {
	transition: all 0.15s ease-in-out 0s;
}

a:hover>img {
	opacity: 0.8;
}

a.btn:active,
a.button:active,
button:active,
input[type="submit"]:active {
	position: relative;
	top: 1px !important;
}

hr {
	border-color: #ebebee;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}

iframe {
	border: none;
	max-width: 100%;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

pre {
	background-color: rgba(150, 150, 150, 0.05);
	line-height: 1.5;
	padding: 0.5em 1em;
}

.big {
	font-size: 20px;
	line-height: 1.8em;
	margin: 0.85em 0 1.3em;
}

.big em {
	display: inline-block;
	margin: 0.3em 0 0;
}

@media (min-width: 768px) {
	.big em {
		margin: 1em 0 0.5em;
	}
}

/* @media (min-width: 1200px) {
	.container.container996 {
		width: 996px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
} */

.media h3 {
	text-transform: uppercase;
}

.media .dropcap {
	margin-right: 0;
}

.small-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	text-transform: capitalize;
}

.common-shadow {
	-webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.2);
}

/* margin-common */
.m-0 {
	margin: 0 !important
}

.m-5 {
	margin: 5px !important
}

.m-10 {
	margin: 10px !important
}

.m-15 {
	margin: 15px !important
}

.m-20 {
	margin: 20px !important
}

.m-25 {
	margin: 25px !important
}

.m-30 {
	margin: 30px !important
}

.m-35 {
	margin: 35px !important
}

.m-40 {
	margin: 40px !important
}

.m-45 {
	margin: 45px !important
}

.m-50 {
	margin: 50px !important
}

.m-55 {
	margin: 55px !important
}

.m-60 {
	margin: 60px !important
}

.m-65 {
	margin: 65px !important
}

.m-70 {
	margin: 70px !important
}

.m-75 {
	margin: 75px !important
}

.m-80 {
	margin: 80px !important
}

.m-85 {
	margin: 85px !important
}

.m-90 {
	margin: 90px !important
}

/* margin-tb */
.mtb-5 {
	margin: 5px 0 !important
}

.mtb-10 {
	margin: 10px 0 !important
}

.mtb-15 {
	margin: 15px 0 !important
}

.mtb-20 {
	margin: 20px 0 !important
}

.mtb-25 {
	margin: 25px 0 !important
}

.mtb-30 {
	margin: 30px 0 !important
}

.mtb-35 {
	margin: 35px 0 !important
}

.mtb-40 {
	margin: 40px 0 !important
}

.mtb-45 {
	margin: 45px 0 !important
}

.mtb-50 {
	margin: 50px 0 !important
}

.mtb-55 {
	margin: 55px 0 !important
}

.mtb-60 {
	margin: 60px 0 !important
}

.mtb-65 {
	margin: 65px 0 !important
}

.mtb-70 {
	margin: 70px 0 !important
}

.mtb-75 {
	margin: 75px 0 !important
}

.mtb-80 {
	margin: 80px 0 !important
}

.mtb-85 {
	margin: 85px 0 !important
}

.mtb-90 {
	margin: 90px 0 !important
}

/* margin Top */
.mt-0 {
	margin-top: 0 !important
}

.mt-5 {
	margin-top: 5px !important
}

.mt-10 {
	margin-top: 10px !important
}

.mt-15 {
	margin-top: 15px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mt-25 {
	margin-top: 25px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mt-35 {
	margin-top: 35px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mt-45 {
	margin-top: 45px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mt-55 {
	margin-top: 55px !important
}

.mt-60 {
	margin-top: 60px !important
}

.mt-65 {
	margin-top: 65px !important
}

.mt-70 {
	margin-top: 70px !important
}

.mt-75 {
	margin-top: 75px !important
}

.mt-80 {
	margin-top: 80px !important
}

.mt-85 {
	margin-top: 85px !important
}

.mt-90 {
	margin-top: 90px !important
}

/* margin-bottom */
.mb-0 {
	margin-bottom: 0
}

.mb-5 {
	margin-bottom: 5px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.mb-15 {
	margin-bottom: 15px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mb-25 {
	margin-bottom: 25px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mb-35 {
	margin-bottom: 35px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.mb-45 {
	margin-bottom: 45px !important
}

.mb-50 {
	margin-bottom: 50px !important
}

.mb-55 {
	margin-bottom: 55px !important
}

.mb-60 {
	margin-bottom: 60px !important
}

.mb-65 {
	margin-bottom: 65px !important
}

.mb-70 {
	margin-bottom: 70px !important
}

.mb-75 {
	margin-bottom: 75px !important
}

.mb-80 {
	margin-bottom: 80px !important
}

.mb-85 {
	margin-bottom: 85px !important
}

.mb-90 {
	margin-bottom: 90px !important
}

/* margin-right */
.mr-0 {
	margin-right: 0
}

.mr-5 {
	margin-right: 5px !important
}

.mr-10 {
	margin-right: 10px !important
}

.mr-15 {
	margin-right: 15px !important
}

.mr-20 {
	margin-right: 20px !important
}

.mr-25 {
	margin-right: 25px !important
}

.mr-30 {
	margin-right: 30px !important
}

.mr-35 {
	margin-right: 35px !important
}

.mr-40 {
	margin-right: 40px !important
}

.mr-45 {
	margin-right: 45px !important
}

.mr-50 {
	margin-right: 50px !important
}

.mr-55 {
	margin-right: 55px !important
}

.mr-60 {
	margin-right: 60px !important
}

.mr-65 {
	margin-right: 65px !important
}

.mr-70 {
	margin-right: 70px !important
}

.mr-75 {
	margin-right: 75px !important
}

.mr-80 {
	margin-right: 80px !important
}

.mr-85 {
	margin-right: 85px !important
}

.mr-90 {
	margin-right: 90px !important
}

/* margin-left */
.ml-0 {
	margin-left: 0
}

.ml-5 {
	margin-left: 5px !important
}

.ml-10 {
	margin-left: 10px !important
}

.ml-15 {
	margin-left: 15px !important
}

.ml-20 {
	margin-left: 20px !important
}

.ml-25 {
	margin-left: 25px !important
}

.ml-30 {
	margin-left: 30px !important
}

.ml-35 {
	margin-left: 35px !important
}

.ml-40 {
	margin-left: 40px !important
}

.ml-45 {
	margin-left: 45px !important
}

.ml-50 {
	margin-left: 50px !important
}

.ml-55 {
	margin-left: 55px !important
}

.ml-60 {
	margin-left: 60px !important
}

.ml-65 {
	margin-left: 65px !important
}

.ml-70 {
	margin-left: 70px !important
}

.ml-75 {
	margin-left: 75px !important
}

.ml-80 {
	margin-left: 80px !important
}

.ml-85 {
	margin-left: 85px !important
}

.ml-90 {
	margin-left: 90px !important
}

/* padding-common */
.p-0 {
	padding: 0 !important
}

.p-5 {
	padding: 5px !important
}

.p-10 {
	padding: 10px !important
}

.p-15 {
	padding: 15px !important
}

.p-20 {
	padding: 20px !important
}

.p-25 {
	padding: 25px !important
}

.p-30 {
	padding: 30px !important
}

.p-35 {
	padding: 35px !important
}

.p-40 {
	padding: 40px !important
}

.p-45 {
	padding: 45px !important
}

.p-50 {
	padding: 50px !important
}

.p-55 {
	padding: 55px !important
}

.p-60 {
	padding: 60px !important
}

.p-65 {
	padding: 65px !important
}

.p-70 {
	padding: 70px !important
}

.p-75 {
	padding: 75px !important
}

.p-80 {
	padding: 80px !important
}

.p-85 {
	padding: 85px !important
}

.p-90 {
	padding: 90px !important
}

/* margin-tb */
.ptb-5 {
	padding: 5px 0
}

.ptb-10 {
	padding: 10px 0 !important
}

.ptb-15 {
	padding: 15px 0 !important
}

.ptb-20 {
	padding: 20px 0 !important
}

.ptb-25 {
	padding: 25px 0 !important
}

.ptb-30 {
	padding: 30px 0 !important
}

.ptb-35 {
	padding: 35px 0 !important
}

.ptb-40 {
	padding: 40px 0 !important
}

.ptb-45 {
	padding: 45px 0 !important
}

.ptb-50 {
	padding: 50px 0 !important
}

.ptb-55 {
	padding: 55px 0 !important
}

.ptb-60 {
	padding: 60px 0 !important
}

.ptb-65 {
	padding: 65px 0 !important
}

.ptb-70 {
	padding: 70px 0 !important
}

.ptb-75 {
	padding: 75px 0 !important
}

.ptb-80 {
	padding: 80px 0 !important
}

.ptb-85 {
	padding: 85px 0 !important
}

.ptb-90 {
	padding: 90px 0 !important
}

/* padding Top */
.pt-0 {
	padding-top: 0 !important
}

.pt-5 {
	padding-top: 5px !important
}

.pt-10 {
	padding-top: 10px !important
}

.pt-15 {
	padding-top: 15px !important
}

.pt-20 {
	padding-top: 20px !important
}

.pt-25 {
	padding-top: 25px !important
}

.pt-30 {
	padding-top: 30px !important
}

.pt-35 {
	padding-top: 35px !important
}

.pt-40 {
	padding-top: 40px !important
}

.pt-45 {
	padding-top: 45px !important
}

.pt-50 {
	padding-top: 50px !important
}

.pt-55 {
	padding-top: 55px !important
}

.pt-60 {
	padding-top: 60px !important
}

.pt-65 {
	padding-top: 65px !important
}

.pt-70 {
	padding-top: 70px !important
}

.pt-75 {
	padding-top: 75px !important
}

.pt-80 {
	padding-top: 80px !important
}

.pt-85 {
	padding-top: 85px !important
}

.pt-90 {
	padding-top: 90px !important
}

/* padding bottom */
.pb-0 {
	padding-bottom: 0 !important
}

.pb-5 {
	padding-bottom: 5px !important
}

.pb-10 {
	padding-bottom: 10px !important
}

.pb-15 {
	padding-bottom: 15px !important
}

.pb-20 {
	padding-bottom: 20px !important
}

.pb-25 {
	padding-bottom: 25px !important
}

.pb-30 {
	padding-bottom: 30px !important
}

.pb-35 {
	padding-bottom: 35px !important
}

.pb-40 {
	padding-bottom: 40px !important
}

.pb-45 {
	padding-bottom: 45px !important
}

.pb-50 {
	padding-bottom: 50px !important
}

.pb-55 {
	padding-bottom: 55px !important
}

.pb-60 {
	padding-bottom: 60px !important
}

.pb-65 {
	padding-bottom: 65px !important
}

.pb-70 {
	padding-bottom: 70px !important
}

.pb-75 {
	padding-bottom: 75px !important
}

.pb-80 {
	padding-bottom: 80px !important
}

.pb-85 {
	padding-bottom: 85px !important
}

.pb-90 {
	padding-bottom: 90px !important
}

/* padding right */
.pr-0 {
	padding-right: 0 !important
}

.pr-5 {
	padding-right: 5px !important
}

.pr-10 {
	padding-right: 10px !important
}

.pr-15 {
	padding-right: 15px !important
}

.pr-20 {
	padding-right: 20px !important
}

.pr-25 {
	padding-right: 25px !important
}

.pr-30 {
	padding-right: 30px !important
}

.pr-35 {
	padding-right: 35px !important
}

.pr-40 {
	padding-right: 40px !important
}

.pr-45 {
	padding-right: 45px !important
}

.pr-50 {
	padding-right: 50px !important
}

.pr-55 {
	padding-right: 55px !important
}

.pr-60 {
	padding-right: 60px !important
}

.pr-65 {
	padding-right: 65px !important
}

.pr-70 {
	padding-right: 70px !important
}

.pr-75 {
	padding-right: 75px !important
}

.pr-80 {
	padding-right: 80px !important
}

.pr-85 {
	padding-right: 85px !important
}

.pr-90 {
	padding-right: 90px !important
}

/* padding left */
.pl-0 {
	padding-left: 0 !important
}

.pl-5 {
	padding-left: 5px !important
}

.pl-10 {
	padding-left: 10px !important
}

.pl-15 {
	padding-left: 15px !important
}

.pl-20 {
	padding-left: 20px !important
}

.pl-25 {
	padding-left: 25px !important
}

.pl-30 {
	padding-left: 30px !important
}

.pl-35 {
	padding-left: 35px !important
}

.pl-40 {
	padding-left: 40px !important
}

.pl-45 {
	padding-left: 45px !important
}

.pl-50 {
	padding-left: 50px !important
}

.pl-55 {
	padding-left: 55px !important
}

.pl-60 {
	padding-left: 60px !important
}

.pl-65 {
	padding-left: 65px !important
}

.pl-70 {
	padding-left: 70px !important
}

.pl-75 {
	padding-left: 75px !important
}

.pl-80 {
	padding-left: 80px !important
}

.pl-85 {
	padding-left: 85px !important
}

.pl-90 {
	padding-left: 90px !important
}

/* font-size */
.fs-12 {
	font-size: 12px
}

.fs-14 {
	font-size: 14px
}

.fs-16 {
	font-size: 16px
}

.fs-18 {
	font-size: 18px
}

.fs-20 {
	font-size: 20px
}

.fs-22 {
	font-size: 22px
}

.fs-24 {
	font-size: 24px
}

.fs-26 {
	font-size: 26px
}

.fs-28 {
	font-size: 28px
}

.fs-30 {
	font-size: 30px
}

.fs-32 {
	font-size: 32px
}

.fs-34 {
	font-size: 34px
}

.fs-36 {
	font-size: 36px
}

.fs-38 {
	font-size: 38px
}

.fs-40 {
	font-size: 40px
}

.fs-42 {
	font-size: 42px
}

.fs-44 {
	font-size: 44px
}

.fs-46 {
	font-size: 46px
}

.fs-48 {
	font-size: 48px
}

.fs-50 {
	font-size: 50px
}

.fs-55 {
	font-size: 55px
}

.fs-60 {
	font-size: 60px
}

.fs-65 {
	font-size: 65px
}

.fs-70 {
	font-size: 70px
}

.fs-75 {
	font-size: 75px
}

.fs-80 {
	font-size: 80px
}

.fs-85 {
	font-size: 85px
}

.fs-90 {
	font-size: 90px
}

.fs-95 {
	font-size: 95px
}

.fs-100 {
	font-size: 100px
}

/* Font - weight */
.fw-normal {
	font-weight: normal;
}

.fw-bold {
	font-weight: bold;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

/* line-height */
.l-height {
	line-height: 0;
}

.no-line-height {
	line-height: initial;
}

/* border-radius */
.bradius-3 {
	border-radius: 3px;
}

.bradius-5 {
	border-radius: 5px;
}

.bradius-10 {
	border-radius: 10px;
}

.bradius-15 {
	border-radius: 15px;
}

.bradius-20 {
	border-radius: 20px;
}

.bradius-25 {
	border-radius: 25px;
}

.bradius-30 {
	border-radius: 30px;
}

.bradius-35 {
	border-radius: 35px;
}

/* Button */
.wtl-btn-div {
	margin-top: 18px;
}

.btn.wtl-btn {
	padding: 14px 28px;
	border-radius: 0;
	font-size: 18px;
	border-radius: 50px;
	transition: .7s ease;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.30);
}

.btn.wtl-btn.wtl-btn-primary {
	background-color: #39a2f6;
	color: #fff;
}

.btn.wtl-btn.wtl-btn-primary:hover {
	background-color: #ea4b13;
}

.btn.wtl-btn.wtl-btn-secondary {
	background-color: #ea4b13;
	color: #fff;
}

.btn.wtl-btn.wtl-btn-secondary:hover {
	background-color: #39a2f6;
}

.btn.wtl-btn.wtl-btn-lg {
	padding: 18px 42px;
	font-size: 24px;
}

.btn.btn-gutter {
	margin-right: 25px;
}

.wise-btn {
	display: inline-block;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border: 1px solid transparent;
	background-color: transparent;
	border-radius: 5px;
	outline: none;
	line-height: 1.5;
}

.wise-btn.wise-btn-lg {
	padding: 12px 24px;
	font-size: 18px;
}

.wise-btn.wise-btn-sm {
	padding: 4px 8px;
	font-size: 14px;
}

.wise-btn.wise-btn-block {
	display: block;
	width: 100%;
}

.wise-btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.wtl-common-btn {
	background-color: #263873;
	border-color: #263873;
	color: #fff;
	-webkit-box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.37);
	box-shadow: 0px 5px 12px 1px rgba(0, 0, 0, 0.37);
}

.wtl-common-btn:hover {
	color: #fff;
}

.wtl-common-btn:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 56, 115, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(38, 56, 115, 0.25);
}

.btn-link {
	color: #3190E7;
}

.btn-link.white {
	color: #fff;
}

.btn-products {
	font-size: 18px;
	border-radius: 9px;
	margin: 15px 10px 0 10px;
	padding: 12px 24px;
	-webkit-box-shadow: 0 0 24px 3px rgb(0 0 0 / 20%);
	box-shadow: 0 0 25px 1px rgb(0 0 0 / 20%);
}

.btn-download {
	color: #fff;
	background-color: #2ba45f;
}

.btn-download:hover {
	color: #fff;
	background-color: #268850;
}

.btn-purchase {
	color: #fff;
	background-color: #ff9400;
}

.btn-purchase:hover {
	color: #fff;
	background-color: #c77604;
}

/* Animated gate started button */
/* .getstarted-btn {
	display: inline-block;
    width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 50%;
}

.getstarted-btn:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 50%;
}


.getstarted-btn:active:after {
    background: #ddd;
}

.getstarted-btn:before {
    opacity: 1;
}

.getstarted-btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 50%;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
} */

.divid-line {
	display: inline-block;
	width: 70px;
	height: 3px;
	margin: 25px 0;
	border-radius: 3px;
	background-color: #73c82c;
}

.divid-line-sm {
	display: inline-block;
	width: 50px;
	height: 2px;
	margin: 18px 0;
	border-radius: 3px;
	background-color: #73c82c;
}

.section-heading {
	font-size: 52px;
	color: #3d4253;
}

.section-heading-70 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width: 767px) {
	.section-heading-70 {
		width: 100%;
	}
}

/* toTop */
#toTop {
	background-color: #73c82c;
	bottom: 0;
	color: transparent;
	display: none;
	font-size: 0;
	height: 50px;
	opacity: 0.7;
	overflow: hidden;
	position: fixed;
	right: 0;
	text-decoration: none;
	width: 50px;
	z-index: 1000;
}

#toTop:after {
	bottom: 0;
	color: #fff;
	content: "\f106";
	display: block;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 16px;
	font-weight: 900;
	left: 0;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.2s linear;
}

#toTopHover,
#toTop:hover {
	bottom: 3px;
	opacity: 1;
}

#toTop:hover:after {
	color: #fff;
}

#toTop:active,
#toTop:focus {
	outline: medium none;
}

.modal-open #toTop {
	visibility: hidden;
}

@media (max-width: 1199px) {
	#toTop {
		height: 40px;
		width: 40px;
	}

	#toTop::after {
		line-height: 40px;
	}
}

/* heading-style */
.heading-style-center {
	text-align: center;
	margin-bottom: 30px;
}

.heading-style-center .title {
	margin-bottom: 18px;
	font-weight: 700;
}

.heading-style-center .sub-title {
	font-size: 24px;
	font-weight: 500;
}

.heading-style-center .title-divide {
	display: inline-block;
	width: 70px;
	height: 3px;
	margin: 25px 0;
	border-radius: 3px;
	background-color: #73c82c;
}

.section-heading {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}

.section-heading .title {
	font-size: 48px;
	font-weight: 700;
}

.section-heading .title-line {
	font-size: 18px;
	color: #848484;
}

/* heading seprater center */
.heading-separate {
	display: inline-block;
	width: 70px;
	height: 7px;
	background-color: #837ace;
	border-radius: 10px;
	position: relative;
	margin: 15px 0;
}

.heading-separate:before,
.heading-separate:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #9d96d6;
	border-radius: 10px;
	top: 0;
}

.heading-separate:before {
	left: -12px;
}

.heading-separate:after {
	right: -12px;
}

/* heading seprater left */
.heading-separate-left {
	display: inline-block;
	width: 70px;
	height: 7px;
	background-color: #837ace;
	border-radius: 10px;
	position: relative;
	margin: 15px 0;
}

.heading-separate-left:before,
.heading-separate-left:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #9d96d6;
	border-radius: 10px;
	top: 0;
}

.heading-separate-left:before {
	right: -12px;
}

.heading-separate-left:after {
	right: -26px;
}

/* sections */
section {
	padding: 70px 0;
}

.wtl-sec-comm-padding {
	padding: 90px 0;
}

@media (max-width: 767px) {
	section {
		padding: 55px 0;
	}
}

.page-title-section {
	padding-top: 150px;
}

/* Single site top title */
.single-site-top-title .title {
	background-size: cover;
}

.single-site-top-title .title {
	color: #fff;
	font-weight: 700;
	font-size: 55px;
}

.single-site-top-title .sub-title {
	color: #f5f5f5;
	font-weight: 700;
	font-size: 24px;
}

.wise-bg-primary {
	background-color: #ecf5fe;
}

.wise-bg-secondary {
	background-color: #f2f2f2;
}

.wise-bg-blue {
	background-color: #263873;
}

/* Sub-header */
.subheader {
	border-bottom: 1px solid #ddd;
}

.fixed-suvheader {
	position: fixed;
	top: 0;
	left: 0;
	transition: .3s ease;
	width: 100%;
	z-index: 111;
}

.navbar-brand {
	font-weight: 700;
	font-size: 24px;
}

.nav-link {
	font-size: 14px;
}

/* --------sub header logo and nav link color start--------- */
.page_logo {
	margin-right: 20px;
}

.subheader_logo {
	display: none;
}

.fixed-logo {
	display: block;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
}

.nav_items_color {
	color: rgb(0, 0, 0) !important;
	font-size: 15px;
}

/* --------sub header logo and nav link color end--------- */
/* footer */
/* footer {
	padding-top: 70px;
	background-color: #242424;
	color: #fff;
}

.footer-line {
	display: inline-block;
	width: 55px;
	height: 2px;
	margin: 12px 0;
	border-radius: 3px;
	background-color: #73c82c;
}

footer .brand-icon {
	display: inline-block;
	margin-right: 8px;
	vertical-align: bottom;
}

.footer-links {
	list-style: none;
}

.footer-links li {
	margin-bottom: 8px;
}

.footer-links li a {
	font-size: 14px;
	color: #bbb;
	font-weight: 500;

}

.footer-links li a:hover {
	color: #73c82c;
}

.wise-footer-col-bottom .footer-bottom-item {
	background-color: rgba(224, 224, 224, 0.15);
	border-radius: 3px;
	padding: 25px 15px;
	height: 100%;
	-webkit-box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.10);
}

.footer-bottom-item h5 {
	margin-bottom: 18px;
}

.foot-social {
	list-style: none;
	text-align: right;
}

.foot-social li {
	color: #bbb;
	font-size: 14px;
	display: inline-block;
}

.foot-social li a {
	display: block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 3px;
	background-color: #73c82c;
}

.foot-social li .facebook:hover {
	background-color: #3b5999;
}

.foot-social li .twitter:hover {
	background-color: #55acee;
}

.foot-social li .pinterest:hover {
	background-color: #bd081c;
}

.foot-social li .linkedin:hover {
	background-color: #0077B5;
}

footer .support {
	font-size: 14px;
	color: #bbb;
}

footer .terms-menu {
	list-style: none;
	text-align: right;
}

footer .terms-menu li {
	display: inline;
	padding: 0 12px;
	border-right: 1px solid #bbb;
	font-size: 14px;
}

footer .terms-menu li:last-child {
	border-right: none;
	padding-right: 0;
}

footer .terms-menu li a {
	color: #bbb;
}

.footer .terms-menu li a:hover {
	color: #73c82c;
} */

/* Copyright */
/* .copyright {
	background-color: #2e2e2e;
	color: #ddd;
	border-top: 1px dashed rgba(255, 255, 255, 0.28);
	padding: 18px 0;
	text-align: center;
}

.copyright .copyright-details {
	width: 70%;
	margin: auto;
}

.copyright .copy {
	margin-bottom: 4px;
}

.copyright span {
	color: #73c82c;
}

.copyright .apple-line {
	font-size: 12px;
	color: #9a9a9a;
	line-height: 18px;
}

@media (max-width: 767px) {
	.copyright .copyright-details {
		width: 100%;
	}
} */

footer {
	background-color: #1c1f2c;
}

.footer-top {
	padding-top: 30px;
}

.usercount {
	float: right;
	list-style: none;
}

.usercount li {
	display: inline;
	margin-left: 30px;
	color: #fff;
}

.footer-mid {
	padding: 20px 0 5px;
	border-top: 1px solid #353741;
	border-bottom: 1px solid #353741;
}

.usercount li span {
	color: #7d7d7d;
	font-size: 14px;
}

.foot-links h3 {
	color: #fff;
}

.footer-heading {
	font-size: 15px;
	color: #bdbdbd;
}

.footer-heading span.icon {
	display: inline-block;
	width: 18px;
	margin-right: 5px;
	vertical-align: text-top;
}

.footer-links {
	list-style: none;
}

.footer-links li {
	list-style: none;
}

.footer-links li a {
	color: #7d7d7d;
	font-size: 14px;
}

.footer-links li a:hover {
	color: #73c82c;
}

.app-notification {
	padding: 0 6px;
	font-size: 9px;
	margin-left: 5px;
	border-radius: 15px;
	vertical-align: super;
}

.app-notification.new-app {
	background-color: #ff9d03;
	color: #1c1f2c;
}

.app-notification.upcomming-app {
	background-color: #bdbdbd;
	color: #1c1f2c;
}

.newslatter-form {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 15px;
}

.newslatter-form input[type="email"] {
	color: #767676;
	font-size: 14px;
	font-weight: 600;
	border: 0;
	padding: 0 10px;
	border-radius: 5px;
	margin-right: 10px;
}

.foot-bottom {
	padding: 15px 0;
}

.footer-terms-link {
	list-style: none;
}

.footer-terms-link li {
	display: inline;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #7d7d7d;
}

.footer-terms-link li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.footer-terms-link li a {
	color: #7d7d7d;
	font-size: 14px;
}

.footer-terms-link li a:hover {
	color: #73c82c;
}

.copyright {
	color: #7d7d7d;
	font-size: 14px;
}

.footer-social {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.footer-social .connect-text {
	color: #7d7d7d;
	font-size: 14px;
	margin-right: 8px;
}

.social-connect.social-connect {
	list-style: none;
}

.social-connect li {
	display: inline;
}

.social-connect li a span {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #bdbdbd;
	color: #1c1f2c;
	border-radius: 50%;
}

.social-connect li a span:hover {
	color: #73c82c;
}

.copyright-text {
	color: #7d7d7d;
	font-size: 12px;
	padding: 15px 0;
	line-height: 21px;
	border-top: 1px solid #353741;
}


.subscribe-text {
	color: #7d7d7d;
	font-size: 13px;
	width: 130%;
}

@media (max-width: 1350px) {
	.subscribe-text {
		width: 120%;
	}
}

@media (max-width: 1300px) {
	.subscribe-text {
		width: 110%;
	}
}

@media (max-width: 1280px) {
	.subscribe-text {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.footer-social {
		justify-content: flex-start;
	}
}

@media (max-width: 1200px) {
	.footer-social {
		justify-content: start;
		-webkit-justify-content: start;
		margin-top: 15px;
	}
}

.footer_counter {
	display: flex;
	justify-content: end;
	align-items: center;
	justify-content: flex-end;
	align-items: flex-end;
}

@media (max-width: 767px) {
	.footer_counter {
		justify-content: start;
	}

	.usercount li {
		margin-left: 0;
		margin-right: 30px;
	}
}

/* home-banner */
.banner-section {
	padding: 170px 0 70px;
	height: 930px;
	background: url(../images/wise-tech-labs-home-top-bg.jpg) no-repeat center;
	background-size: cover;
}

.banner-desc .title {
	color: #000;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 500;
}

.banner-desc .title span {
	font-size: 72px;
	display: block;
	font-weight: 600;
}

.banner-desc .title strong.bold {
	font-size: 60px;
	font-weight: 500;
}

.banner-desc .tagline {
	font-size: 24px;
	color: #000;
}

.banner-desc p {
	font-size: 17px;
	color: #000;
	line-height: 28px;
	width: 85%;
}

.banner-desc .winsupport {
	font-size: 14px;
	color: #000;
}

.btn-link:hover {

	text-decoration: underline;
}

.btn.btn-them {
	padding: 12px 24px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 50px;
	border: 1px transparent;
	-webkit-box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.50);
	transition: .5s;
}

.btn.btn-them span {
	margin-right: 12px;
}

.btn.btn-them.gutter {
	margin-right: 15px;
}

.btn.btn-them.download {
	background-image: linear-gradient(to left, #0a49e7, #005cef, #0f6df6, #257efb, #3b8eff);
	;
}

.btn.btn-them.download:hover {
	/* background-image: linear-gradient(to right, #0a49e7, #005cef, #0f6df6, #257efb, #3b8eff); */
}

.btn.btn-them.buy {
	background-image: linear-gradient(to left, #ff7c00, #f98300, #f48901, #ee8f05, #e9940d);
}

.btn.btn-them.buy:hover {
	/* background-image: linear-gradient(to right, #ff7c00, #f98300, #f48901, #ee8f05, #e9940d); */
}

.btn.btn-them.buy.width {
	width: 235px;
	-webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.44);
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.44);
}

.btn.btn-them.learn-more {
	color: #666;
	-webkit-box-shadow: inset 0 0 0 2px #7d7d7d;
	box-shadow: inset 0 0 0 2px #7d7d7d;
}

.btn.btn-them.learn-more:hover {
	background-color: #666;
	color: #fff;
}

.btn.btn-them.buynow-outline {
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

.btn.btn-them.buynow-outline:hover {
	background-color: #ff7c00;
	color: #fff;
}

/* Features */
.pro-features {
	background: url(../images/top-rect.png) no-repeat center bottom;
	background-size: contain;
	padding: 0;
	margin-top: -248px;
}

.pro-features .features {
	color: #fff;
	text-align: center;
}

.pro-features .features img {
	margin-bottom: 15px;
}

.pro-features .features h3 {
	font-size: 15px;
	margin-bottom: 24px;
}

.pro-features .features p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 16px;
}


@media(max-width: 1200px) {
	.pro-features {
		margin-top: -1px;
		background-color: #42352d;
		padding: 30px 0;
	}
}

@media(max-width: 991px) {
	.banner-section {
		height: 640px;
		padding-top: 130px;
	}

	.banner-desc .title {
		font-size: 40px;
	}

	.banner-desc .title span {
		font-size: 62px;
	}

	.banner-desc p {
		width: 100%;
	}
}

@media(max-width: 767px) {
	.banner-section {
		height: auto;
	}

	.pro-features .features {
		margin-bottom: 30px;
	}
}

@media(max-width: 580px) {
	.banner-desc .title {
		font-size: 36px;
	}

	.banner-desc .title span {
		font-size: 52px;
	}

	.banner-desc .title strong.bold {
		font-size: 36px;
	}

	.sec-memory-clean .bigrocket {
		width: 70px;
	}
}

@media(max-width: 320px) {
	.banner-desc .title {
		font-size: 24px;
	}

	.banner-desc .title span {
		font-size: 36px;
	}

	.banner-desc .title strong.bold {
		font-size: 24px;
	}

	.banner-desc .tagline {
		font-size: 18px;
	}

	.btn.btn-them.gutter {
		margin-right: 0;
		margin-bottom: 25px;
	}
}

/* footer-top-section */
.footer-top-section {
	background-color: #000;
	color: #fff;
}

.btn-top-space {
	margin-top: 30px;
}

.product-version {
	margin-top: 30px;
}

/* Back to Top */
#scrollToTop {
	width: 45px;
	height: 43px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: none;
	background: #73c82c url(../images/go-top.png) no-repeat center;
	background-size: 24px;
	border-radius: 3px;
	transition: .5s;
	z-index: 1;
}

#scrollToTop:hover {
	background-color: #263873;
	border: 1px solid #73c82c;
}

/*sticky Contact*/
.sticky_slide_section {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

/*Section position when open*/
.sticky_slide_section.open {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/*Module content alignment*/
.sticky_slide_section .sticky_contact_hidden_area {
	min-height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*Button position*/
.sticky_slide_section .sticky_contact_hidden_area .contact-icon {
	position: absolute;
	right: 100%;
	bottom: 50%;
	padding: 10px;
	width: 70px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	background: #73c82c url(../images/support_24icon.png) no-repeat center;
	background-size: 50px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

.sticky_slide_section .contact-info {
	background-color: #fff;
	border: 1px solid #fff;
	text-align: center;
	-webkit-box-shadow: 10px 0 14px 0px rgba(0, 0, 0, 0.36);
	box-shadow: 10px 0 14px 0px rgba(0, 0, 0, 0.36);
}

.sticky_slide_section .contact-info .contact-title {
	background-color: #73c82c;
	color: #fff;
	padding: 8px;
	font-size: 16px;
	font-weight: 500;
}

.sticky_slide_section .contact-info .contact-body {
	padding: 30px 15px;
}

.sticky_slide_section .contact-info .contact-no {
	font-weight: bold;
	font-size: 32px;
	color: #73c82c;
}

/*Mobile styling*/
@media all and (max-width: 767px) {

	/*Section position*/
	.sticky_slide_section {
		display: none;
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	/*Section position when open*/
	.sticky_slide_section.open {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	/*Button position*/
	.sticky_slide_section .sticky_contact_hidden_area .contact-icon {
		bottom: 100%;
		right: 50%;
		-webkit-transform: translateX(50%) rotate(0);
		transform: translateX(50%) rotate(0);
	}

	#scrollToTop {
		right: 15px;
		bottom: 15px;
	}
}

/*home-featur-box */
.featur-box {
	color: #fff;
	padding: 50px;
	background-color: #424242;
}

.featur-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #424242;
	z-index: -1;
}

.featur-box .icon {
	margin-bottom: 25px;
}

.featur-box.featur-box-2 {
	background-color: #383838;
}

.featur-box.featur-box-3 {
	background-color: #2e2e2e;
}

.featur-box.featur-box-4 {
	background-color: #242424;
}

@media(max-width: 575px) {
	.featur-box {
		padding: 30px;
	}
}

/* permotion Modal */
.modal-permotion-cusotom-position .modal-dialog {
	max-width: 320px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	margin: 0;
}

/* Testimonial Carousel */
.shadow-effect {
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#testimonial-carousel .shadow-effect p {
	font-size: 18px;
	margin: 0 0 17px 0;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#testimonial-carousel .item {
	text-align: center;
	padding: 0 35px;
	margin-bottom: 45px;
	opacity: .5;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#testimonial-carousel .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item .user-img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
	border-radius: 50%;
	border: 2px solid #242424;
}

#testimonial-carousel.owl-carousel .owl-dots .owl-dot.active span,
#testimonial-carousel.owl-carousel .owl-dots .owl-dot:hover span {
	background: #242424;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#testimonial-carousel.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#testimonial-carousel.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}

#testimonial-carousel.owl-carousel .owl-dots .owl-dot span {
	background: #73c82c;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

.card.home-top-apps {
	border-radius: 15px;
	overflow: hidden;
	height: 100%;
}

/* home-top-products */
.bgc-dark {
	background-color: #464c56;
	color: #fff;
}

.bgc-red {
	background-color: #eb3e5e;
	color: #fff;
}

.bgc-home-center {
	background-color: #fceee5;
	color: #3d4253;
}

.whychoose-feature {
	position: relative;
	padding: 25px 15px 25px 85px;
	border: 5px solid #fff;
	border-radius: 13px;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}

.whychoose-feature img {
	position: absolute;
	top: 25px;
	left: 15px;
}

.home-offer .left-bg {
	background: url(../images/exclusive-offer-smart-system-repair.jpg) no-repeat center;
	background-size: cover;
	height: 700px;
}

@media(min-width: 991px) {
	.container-paddin-lg {
		padding: 0 90px;
	}
}





.btn-single-page {
	border-radius: 9px !important;
}

.wise-menu-download-img {
	max-width: 280px;
	height: 60px;
	margin: 15px 10px 0 10px;
}

.wise-menu-download-img:hover {
	text-decoration: none;
}





/* footer popular app notification */
.Popular-app {
	background-color: #bdbdbd;
	color: #1c1f2c;
}

.comming-app {
	background-color: #a7ffa7;
	color: #1c1f2c;
}

/* ---------footer newslatter------------- */
@media (max-width: 1440px) {
	.newslatter-form {
		display: flex;
		flex-direction: column;
	}

	.btn-group-sm>.btn,
	.btn-sm {
		width: 120px;
		margin-top: 10px;
	}
}

@media (max-width: 990px) {
	.newslatter-form {
		display: flex;
		flex-direction: row;
	}

	.btn-group-sm>.btn,
	.btn-sm {
		width: auto;
		margin-top: 0px;
	}
}


/* ----Button hover effects------- */
.btn-single-page.btn-buy:hover {
	background-color: #268850;
}

.btn-single-page.btn-freetrial:hover {
	background-color: #635a68;
}




.btn.btn-them.download:hover {
	background: darkgray !important;
}

/* bottom bg image part  */
.section-product-download {
	padding: 35px 0 70px 0;
}

.product-main-features p {
	font-size: 16px !important;
}

.product_logo {
	width: 100px;
	margin-bottom: 20px;
}

.btn-single-page {
	margin: 15px 10px 0 0px;
}

.app_store_btn {
	/* width: 256px; */
}








/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ---------After insatll page---------- */


/* -----banner----- */

.after_install_banner_heading_col {
	padding-right: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.after_install_banner_heading_col h2 {
	font-size: 42px;
	font-weight: 600;
	color: #242424;
	line-height: 60px;
}

.product_bold_name {
	font-weight: 800;
	font-size: 50px;
}

.after_install_banner_heading_col p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 28px;
	margin-top: 40px;
}

.after_install_banner_bg_col {
	padding: 50px 50px;
	background-color: #1d233b;
	border-radius: 5px;
}

.banner_logo {
	display: flex;
	justify-content: center;
}

.banner_logo img {
	max-width: 160px;

}

.after_install_banner_bg_col .logo_bottom_para {
	/* text-align: center; */
	padding: 30px 0 0 0;
	color: #ccc;
	font-size: 18px;
	line-height: 28px;
}

.after_install_banner_bg_col h4 {
	font-size: 20px;
	max-width: 400px;
	margin: 80px auto 30px auto;
	text-align: center;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
}

.icon_content_outer_div {
	display: flex;
	/* align-items: center; */
}

.after_install_dot_div {
	display: flex;
}

.after_install_dot {
	cursor: pointer;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	transition: background-color 0.6s ease;
	position: relative;
	line-height: 30px;
	margin-right: 10px;
	/* margin-top: 5px; */
}


.after_download_step_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 8px;
}

.icon_content_outer_div p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

.register_now_div {
	display: flex;
	justify-content: center;
}

.register_now_div a {
	margin-top: 30px;
	padding: 10px 30px;
	background: #2ba45f;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #fff;
	border-radius: 9px;
	/* border: 2px solid #fff; */
}

.register_now_div a:hover {
	background: #229052;
}



/* ----------How_does_it_works------ */

.How_does_it_works_section {
	background: whitesmoke;
	text-align: center;
	padding: 100px 0;
	margin-top: -120px;
}

.How_does_it_works_section h2 {
	font-size: 36px;
	color: #333;
	/* line-height: 28px; */
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 100px;
}

.how_does_it_work_img {
	max-width: 54px;
	display: flex;
	margin: 0 auto;
}

.how_it_work_steps_col {
	max-width: 400px;
	margin: 0 auto;
}

.how_it_work_steps_col h3 {
	font-size: 20px;
	margin: 40px 0 20px 0;
	font-weight: 700;
	color: #242424;
}

.how_it_work_steps_col p {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #242424;
}



/* ---reviews_section----- */


.reviews_section_heading h2 {
	max-width: 800px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 700;
	color: #333;
	line-height: 50px;
	text-align: center;
}

.review_slider {
	margin: 100px auto 0;
}

.review_box {
	background: #f1f1f9;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 20px;
	min-height: 332px;
}

.start_icons {
	margin: 20px 0;
}

.start_icons i {
	color: #f68d2d;
}

.review_box p {
	font-size: 16px;
	line-height: 28px;
	color: #242424;
}

.review_box h4 {
	font-size: 20px;
	font-weight: 600;
	color: #242424;
}

/* ----Background image section------ */
.after_install_bg_img {
	padding: 100px;
	background-image: linear-gradient(to right, rgb(0, 0, 0, 0.9), rgb(0, 0, 0, 0.4)), url(../images/afte-install-bg-image-mac.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	border-radius: 5px;
}

.after_install_bg_img_windows {
	padding: 100px;
	background-image: linear-gradient(to right, rgb(0, 0, 0, 0.9), rgb(0, 0, 0, 0.4)), url(../images/afte-install-bg-image-windows.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	border-radius: 5px;
}

.after_install_bg_img h2 {
	font-size: 52px;
	font-weight: 700;
	color: whitesmoke;
	line-height: 64px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.after_install_bg_img p {
	font-size: 16px;
	color: whitesmoke;
	line-height: 28px;
	/* max-width: 500px; */
}

.after_install_buy_now_btn {
	margin-top: 60px;
}

.after_install_buy_now_btn a {
	background: #2ba45f;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 10px;
	padding: 14px 25px;
}

.after_install_buy_now_btn a:hover {
	background: #229052;
}


@media screen and (max-width: 991px) {
	.after_install_banner_bg_col {
		margin-top: 50px;
	}

	.after_install_banner_heading_col {
		padding-right: 0;
	}

	.how_it_work_steps_col {
		margin-bottom: 50px;
	}

}

@media screen and (max-width: 768px) {

	.after_install_bg_img {
		/* background-image: none; */
		padding: 50px;
	}
}

@media screen and (max-width:767px) {
	.bottom_icons_text_col {
		margin-bottom: 20px;
		/* display: flex;
	 
	   justify-content: center;
	   align-items: center; */
	}
}

@media screen and (max-width:425px) {

	.after_install_banner_heading_col h2,
	.product_bold_name,
	.How_does_it_works_section h2,
	.reviews_section_heading h2 {
		font-size: 36px;

	}

	.after_install_banner_heading_col h2,
	.product_bold_name {
		line-height: 50px;
	}

	.How_does_it_works_section {
		padding: 50px 0;
		margin-top: -50px;
	}

	.after_install_buy_now_btn a {
		padding: 20px 40px;
	}

	.after_install_banner_bg_col {
		padding: 40px 15px;
	}
}

.usercount li span {
	color: #7d7d7d;
	font-size: 14px;
}

.total_counter {
	color: #fff !important;
}

/* .navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
} */
.app_store_btn {
	width: 256px;
}

.yellow_buy_now_button {
	background-color: #ff9400 !important;
	font-weight: 500 !important;
}

.yellow_buy_now_button:hover {
	background-color: #c77604 !important;
}

.green_free_download_button {
	background-color: #2ba45f !important;
	font-weight: 500 !important;
}

.green_free_download_button:hover {
	background-color: #268850 !important;
}





/* ------Footer--- */
@media(max-width: 1024px) {
	.social-connect li a span {
		margin-bottom: 5px;
	}

	.footer-social,
	.copyright {
		margin-top: 7px;
	}
}














.img_thumbnail_section {
	background-color: whitesmoke;
}

/* user-reviews  section*/



.sec-user-review {
	background: url("../images/reviews-section/user-reviews.jpg") no-repeat center;
	background-size: cover;
}

.heading-style {
	width: 80%;
	margin: 0 auto 45px auto;
}

.item {
	cursor: pointer;
}

.text-center {
	text-align: center !important;
}

.heading-style .title {
	margin-bottom: 30px;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}

.user_reviews_sec .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.user-reviews {
	max-width: 290px;
	margin: auto;
	text-align: center;
}

.user-reviews img {
	margin: auto;
	width: 130px !important;
	margin-bottom: 15px;
}

.user-reviews h5 {
	color: #fff;
	margin-bottom: 30px;
}

.user-reviews .quote {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #323852;
	padding: 15px;
	border-radius: 10px;
	position: relative;
}

.user-reviews .quote:after {
	content: '';
	top: -14px;
	position: absolute;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	border-right: 15px solid transparent;
	border-bottom: 15px solid #323852;
	border-left: 15px solid transparent;
}






.owl-theme .owl-nav {
	position: relative !important;
}

.user_reviews_sec .owl-carousel .owl-nav button.owl-next,
.user_reviews_sec .owl-carousel .owl-nav button.owl-prev,
.user_reviews_sec .owl-carousel button.owl-dot {
	position: absolute;
	top: -200px !important;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: #353c58 !important;
	color: #7b7f92;
	transform: translateY(-50%);
	transition: .5s ease;
	text-align: center;
}


.user_reviews_sec .owl-carousel .owl-nav button.owl-prev {
	color: #7b7f92 !important;
	left: -120px;
	font-size: 22px !important;
}

.user_reviews_sec .owl-carousel .owl-nav button.owl-next {
	color: #7b7f92 !important;
	font-size: 22px !important;
	right: -120px;
}

.user_reviews_sec .owl-carousel .owl-nav button.owl-prev:hover,
.user_reviews_sec .owl-carousel .owl-nav button.owl-next:hover {
	color: #fff !important;
	background-color: #49506b !important;
}

@media screen and (max-width: 991px) {
	.user_reviews_sec .owl-carousel .owl-nav button.owl-next {
		right: 0px;
	}

	.user_reviews_sec .owl-carousel .owl-nav button.owl-prev {
		left: 0px;
	}
}

@media screen and (max-width: 768px) {
	.user_reviews_sec .owl-carousel .owl-nav button.owl-next {
		right: 70px;
	}

	.user_reviews_sec .owl-carousel .owl-nav button.owl-prev {
		left: 70px;
	}
}

@media screen and (max-width: 767px) {
	.user_reviews_sec .owl-carousel .owl-nav button.owl-next {
		right: 40px;
		top: -250px !important;
	}

	.user_reviews_sec .owl-carousel .owl-nav button.owl-prev {
		left: 40px;
		top: -250px !important;
	}
}

@media screen and (max-width: 425px) {
	.user_reviews_sec .owl-carousel .owl-nav button.owl-next {
		top: -320px !important;
	}

	.user_reviews_sec .owl-carousel .owl-nav button.owl-prev {
		top: -320px !important;
	}
}





/* ----Sitemap page---- */
.site_map_section {
	padding-top: 150px;
	background-color: whitesmoke;
}

.site_map_section h2 {
	font-size: 30px;
	font-weight: 700;
	/* margin-top: 30px; */
	margin-bottom: 10px;
}

.site_map_section h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.site_map_section ul li {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
	list-style: none;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

@media screen and (max-width: 991px) {
	.site_map_section h4 {
		margin-top: 30px;
	}
}


.footer_categores {
	font-size: 11px;
	font-weight: 600;
	color: #BDBDBD;
	margin-top: 20px;
	text-transform: uppercase;
}

.footer_products_underline {
	margin-top: 20px;
	border-top: 1px solid #353741;
}


.footer-links:nth-last-child(2) {
	margin-top: 12px;
}


/* background images */
.Featusres_img_ {
	position: relative;
	z-index: 2;
}

.features_bg_dots_img_two_inner {
	position: absolute;
	z-index: 1;
	top: -40px;
	right: -30px;
}

.features_bg_dots_img_three {
	position: absolute;
	opacity: 1;
	width: 70%;
	left: -50px;
	animation: rotateme 40s infinite linear;
}

/* @keyframes rotateme {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
} */

.features_bg_dots_img {
	position: absolute;
	z-index: 1;
	width: 85%;
	top: 15px;
	left: -50px;
}


.features_bg_dots_img_two {
	position: absolute;
	z-index: 1;
	top: -26px;
	left: -50px;
}

.features_bg_dots_img_four {
	position: absolute;
	z-index: 1;
	top: -16px;
	right: 30px;
	width: 70%;
	opacity: 0.05;
	animation: rotateme 40s infinite linear;
}


.features_bg_dots_img_five {
	position: absolute;
	z-index: 1;
	top: -26px;
	right: -50px;
}

@media screen and (max-width: 1440px) {
	.features_bg_dots_img_three {
		left: 0px;
	}

	.features_bg_dots_img {
		top: 0px;
		left: 0px;
	}

	.features_bg_dots_img_four {
		top: 0px;
		right: 0px;
	}

	.features_bg_dots_img_five {
		top: 0px;
		right: 0px;
		width: 40%;

	}

	.features_bg_dots_img_two {
		top: 0px;
		left: 0px;
		width: 40%;
	}
}


@media (max-width: 1500px) {

	.btn-group-sm>.btn,
	.btn-sm {
		width: 120px;
	}
}




/* when leave the site popup window */
#confirm {
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #333333;
	position: fixed;
	width: 650px;
	height: auto;
	padding: 40px;
	text-align: center;
	box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.5);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	z-index: 1000;
	border-radius: 4px;
}

#confirm button {
	width: 100%;
	height: 70px;
	color: #fff;
	background: #595959;
	display: inline-block;
	border: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 40px;
	bottom: 10px;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.9s;
}

#confirm button:hover {
	opacity: 1;
}

#confirm .message {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}


