/* ================================================================================== 
								Fonts
===================================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900'); */


/* ================================================================================== 
										Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	overflow-x: hidden;
    font-family: 'Nunito';
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    color: #efefef;
    font-size: 18px;
	width: 100%;
	background-color: #333333;
}
ol, ul {
	list-style: none;
}
a:hover {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	outline: none;
	cursor: pointer;
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #fff;
}
button {
	outline: none;
}
input {
	outline: none;
}
textarea {
	outline: none;
}
/* section {
	float: left;
	width: 100%;
	position: relative;
} */

img {
	float: left;
}
p {
	font-size: 18px;
	line-height: 24px;
}



/* ================ CROSS BROWSER COMPATABILITY ============ */

.banner-text > a,
nav ul li a,
.feature-icon > span,
.feature-icon > span i,
.about-list > a,
.price,
.price-head,
.price > a,
.user-info img,
.up-social-links ul li a,
.blog-img:before,
.blog-img:after,
.blog-info h3 a,
.social-links li a,
.mobile-menu ul li a,
.mb-social-links li a,
.overlay,
.wait-sec > a:hover,
.btn-sbmt:hover {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


.features {
	padding: 5rem 0 5rem 0;
}
.get-started {
	padding: 5rem 0 5rem 0;
}
.about {
	padding: 5rem 0 5rem 0;
}
.pricing {
	padding: 5rem 0 5rem 0;
	/* margin-top: -300px; */
}
.services {
	padding: 5rem 0 5rem 0;
}
.remove-top-gap {
	padding-top: 0 !important;
}

.bg4 {
	background-size: contain !important;
}
.bg5 {
	background-size: contain !important;
}


.remove-btm-gap {
	padding-bottom: 0 !important;
}
.half-bg2 {
	margin-top: 60px;
}
.half-bg2::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    width: 73%;
    height: 100%;
    background-color: rgba(255,255,255,0.90);
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    -webkit-box-shadow: 0 0 50px rgba(196,204,245,0.35);
    -moz-box-shadow: 0 0 50px rgba(196,204,245,0.35);
    -ms-box-shadow: 0 0 50px rgba(196,204,245,0.35);
    -o-box-shadow: 0 0 50px rgba(196,204,245,0.35);
    box-shadow: 0 0 50px rgba(196,204,245,0.35);
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    transform: rotate(-16deg);
}
.fixed-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
	background-repeat: no-repeat;
}
.footer-bg {
	background-position: center center;
	background-repeat: no-repeat;
}

/* ================== Revolution Slider ================ */


a:hover {
	color: #000;
}


/* =================== main-section-data ==================  */


.main-section {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5rem 0 5rem 0;
}
.main-section-data {
	float: left;
	width: 100%;
}
.banner-text { 
	float: left;
	width: 100%;
	padding-top: 12rem;
	/* padding-left: 50px; */
}
.banner-text h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.banner-text h2 {
	font-size: 66px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.banner-text p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 70px;
}
.banner-text > a {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 70px;
	padding: 0 100px;
	border:2px solid;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
}
.banner-imgs {
	float: right;
	width: 100%;
}
.banner-imgs img {
	width: 100%;
}

/* ================== Header ================= */

header {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	padding: 20px 0;
	z-index: 999999;
	/* -webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease; */
}
.logo {
	float: left;
}
/* nav {
	float: right;
} */

/* ================ features-sec ============== */

/* .features-sec:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 368px;
	height: 390px;
	background-image: url(../images/vector-shape.png);
	background-repeat: no-repeat;
} */
.feature {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
}
.feature-icon {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.feature-icon > span {
	width: 90px;
	height: 90px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
	line-height: 90px;
	-webkit-box-shadow: -5px 7px 11px rgba(0,0,0,0.35);
	-moz-box-shadow: -5px 7px 11px rgba(0,0,0,0.35);
	-ms-box-shadow: -5px 7px 11px rgba(0,0,0,0.35);
	-o-box-shadow: -5px 7px 11px rgba(0,0,0,0.35);
	box-shadow: -5px 7px 11px rgba(0,0,0,0.35);
}
.feature-icon > span i {
	font-size: 40px;
	font-weight: 700;
    margin-top: 23px;
}
.feature-info {
	float: left;
	width: 100%;
}
.feature-info h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

/* ============== services-sec ============== */

.about-sec {
	float: left;
	width: 100%;
}
.about-img {
	float: left;
	width: 100%;
	padding-top: 4rem;
}
.about-img img {
	width: 100%;
}
.about-list {
	float: left;
	width: 100%;
	/* padding-left: 2rem; */
	padding-top: 4rem;
}
.about-info {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.about-num {
	float: left;
	width: 120px;
	position: relative;
	z-index: 99;
}
.about-num:before {
	content: '';
	position: absolute;
	top: -50px;
	right: 0;
	width: 116px;
	height: 120px;
	z-index: -1;
	background-repeat: no-repeat;
}
.about-num.st2:before {
	left: -45px;
	top: -15px;
	-webkit-transform: rotate(254deg);
	-moz-transform: rotate(254deg);
	-ms-transform: rotate(254deg);
	-o-transform: rotate(254deg);
	transform: rotate(254deg);
}
.about-num.st3:before {
	top: auto;
	right: -50px;
	bottom: -50px;
	-webkit-transform: rotate(105deg);
	-moz-transform: rotate(105deg);
	-ms-transform: rotate(105deg);
	-o-transform: rotate(105deg);
	transform: rotate(105deg);
}
.about-num span {
	display: inline-block;
	font-size: 60px;
	font-weight: 900;
}
.abt-info h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}
.abt-info {
	float: left;
	width: 80%;
	position: relative;
	z-index: 99;
}
.about-list > a {
	float: left;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border:2px solid;
	height: 70px;
	padding: 0 70px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	line-height: 70px;
}



/* ================== services-sec ================ */

.services-sec {
	float: left;
	width: 100%;
}
.services-list {
	float: left;
	width: 100%;
	/* padding-top: 60px; */
}
.service-details {
	float: left;
	width: 100%;
	margin-bottom: 40px;
    display: flex;
}
.service-details > span {
	float: left;
	font-size: 60px;
}
.service-info {
	float: left;
	width: 85%;
	padding-left: 18px;
}
.service-info h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}
.no-pd {
	padding: 0 !important;
}

.service-img {
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
	
}
.service-img > img {
	width: 100%;	
}
.service-img > a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.video {
    /* position: absolute; */
    width: 100%;
    height: 0;
    /* padding-bottom: 56.25%; */
}

iframe {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#html5-watermark{display:none!important}
#html5-image {padding: 0 !important;}

.service-main-info {
	position: absolute;
	top: 90%;
	right: 0;
	width: 58%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 70px;
}
.service-main-info h3 {
	font-size: 60px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 30px;
}
.main-srv-sec {
	/* float: left; */
	/* width: 100%; */
	/* position: relative; */
	height: 45vh;
	/* padding-top: 8rem; */
	-webkit-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-moz-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-ms-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-o-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	box-shadow: 0 0 30px rgba(2,2,2,0.30);
}

/* ================== pricing-plan ================= */

.pricing-plan {
	float: left;
	width: 100%;
}
.price {
    float: left;
    width: 100%;
    height: 32rem;
    position: relative;
    text-align: center;
    padding: 2rem .50rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
}

.price-sin-animacion {
	float: left;
	width: 100%;
	text-align: center;
	padding: 65px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
.price:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-moz-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-ms-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-o-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	box-shadow: 0 0 30px rgba(2,2,2,0.30);
	padding: 3rem .50rem;
}
/* .price:hover .price-head {
	padding-top: 60px;
} */
.price:hover .btn-norm {
	background-color: #06d59f;
	color: #333333;
	border-color: transparent;
}

.price.active {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-moz-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-ms-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-o-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	box-shadow: 0 0 30px rgba(2,2,2,0.30);
	padding: 3rem .50rem;
}
.price-sin-animacion.active {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-moz-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-ms-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	-o-box-shadow: 0 0 30px rgba(2,2,2,0.30);
	box-shadow: 0 0 30px rgba(2,2,2,0.30);
	padding: 60px 10px 55px 10px;
}
.price.active .price-head {
	padding-top: 0px;
}
.price.active .btn-norm {
	background-color: #06d59f;
	color: #333333;
	border-color: transparent;
}
.price-head {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.price-head h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	margin-bottom: 13px;
}
.price-head ul {
	float: left;
	width: 100%;
}
.price-head ul li {
	display: inline-block;
}
.price-head ul li h3 {
	font-size: 64px;
	font-weight: 700;
}
.price-head ul li h3 span {
	font-size: 30px;
	display: inline-block;
}
.price-head ul li > span {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
}
.price-head ul li:nth-child(2) {
	position: relative;
	top: -3px;
}
.price-head ul li b {
	display: block;
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.price-sin-animacion > p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.price-sin-animacion .btn-norm {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border:2px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
	color: #e1e1e1;
}
.price-sin-animacion > .btn-norm:hover {
	background-color: #06d59f;
	color: #333333;
	border-color: transparent;
}
.price > p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 35px;
}
.price .btn-norm {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border:2px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
	color: #e1e1e1;
}
/* ================== heading ================== */

.heading {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.heading.st2 {
	margin-bottom: 75px;
}
.heading h3 {
	font-size: 60px;
	font-weight: 700;
	text-transform: capitalize;	
}


/* ================== wait-sec ================== */

.wait-sec {
	/* float: left; */
	width: 100%;
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	padding: 180px 0;
}
.wait-sec h3 {
	color: #333333;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 80px;
}
.wait-sec > a {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	border:2px solid #333333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	padding: 25px 75px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-box-shadow: 3px 3px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 25px rgba(0,0,0,0.15);
	-ms-box-shadow: 3px 3px 25px rgba(0,0,0,0.15);
	-o-box-shadow: 3px 3px 25px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 25px rgba(0,0,0,0.15);
}

.btn-sbmt:hover {
	/* background-color: #907bf6; */
	background-color: transparent;
	/* border-color: transparent; */
	border: 2px solid;
	color: #efefef;
}
.wait-sec > a:hover {
	background-color: #333333;
	border: 2px solid;
	color: #efefef;
}




/* ================== FOOTER =============== */


footer {
	/* float: left; */
	width: 100%;
}
.top-footer {
	/* float: left; */
	width: 100%;
	padding: 50px 0 50px 0;
	position: relative;
	margin-top: -22px;
}
.top-footer-title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.top-footer-data {
	/* float: left; */
	width: 100%;
}
.widget {
	/* float: left; */
	width: 100%;
}
.widget-title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.widget > p {
	/* float: left; */
	width: 100%;
	font-size: 16px;
	line-height: 22px;
}


/* ============ widget-contact ========= */

.widget-contact ul {
	float: left;
	width: 100%;
}
.widget-contact ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.widget-contact ul li span {
	font-size: 16px;
	font-weight: 400;
	display: block;
	line-height: 24px;
}


/* ============== contact-form ============= */

.contact-form {
	float: left;
	width: 100%;
}
.contact-form form {
	float: left;
	width: 100%;
}
.contact-form form input {
	height: 55px;
	padding: 0 30px;
}
.contact-form form textarea {
	height: 150px;
	padding: 30px;
}
.contact-form form input,
.contact-form form textarea {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 30px;
	border:0;
}
.btn-sbmt {
	/* float: left; */
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	/* height: 60px; */
	padding: 10px 40px;
	border:2px transparent solid;
	letter-spacing: 1px;
	/* background-color: transparent; */
	background-color: #06d59f;
	z-index: 99;
}
.form-group {
	float: left;
	width: 100%;
	margin-top: 5px;
}


/* =============== bottom-footer ============ */

.bottom-footer {
	/* float: left; */
	width: 100%;
	/* background-color: #111111; */
	padding: 50px 0;
}
.bottom-footer-data p {
	color: #ffffff;
	font-size: 14px;
	/* float: left; */
}

/* ============= social-links ============ */

.social-links {
	float: left;
	margin-top: 2px;
}
.social-links li {
	display: inline-block;
	padding: 0 6px;
}
.social-links li a {
	color: #efefef;
	font-size: 15px;
	text-decoration: none;
}
.social-links li a:hover {
	color: #b6e5e6;
}

/* ============= social-links ============ */

.term-links {
	float: right;
	margin-top: 2px;
}
.term-links li {
	display: inline-block;
	padding: 0 6px;
}
.term-links li a {
	color: #efefef;
	font-size: 15px;
	text-decoration: none;
}
.term-links li a:hover {
	color: #b6e5e6;
}



/* ============= mb-social-links ============= */

.mb-social-links {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.mb-social-links li {
	display: inline-block;
	margin-right: 15px;
}
.mb-social-links li a {
	color: #333;
	font-size: 20px;
}



/* ================= LANDING PAGE ============== */

.landing-sec {
	text-align: center;
	padding: 150px 0 250px 0;
	background-image: url(../images/landing-bg.png);
	background-size: cover;
}
.logo {
	float: left;
	/* width: 100%; */
	text-align: center;
	/* margin-bottom: 50px; */
}
.logo img {
	float: none;
}
.landing-sec p {
	width: 665px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.ld-pages {
	float: left;
	width: 100%;
}
.ld-pages li {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.ld-pages li img {
	width: 100%;
	-webkit-box-shadow: 0 0 60px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 60px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 60px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 60px rgba(0,0,0,0.10);
	box-shadow: 0 0 60px rgba(0,0,0,0.10);
}
.ld-pages li h3 {
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.success-message{
  display: none;
}

.error-message{
  display: none;
}


/* #06d59f */
/* #333333 */
/* #efefef */

nav ul li a,
.feature-info h3,
p,
.about-num span,
.abt-info h3,
.about-list > a,
.service-details > span,
.service-info h3,
.service-main-info h3,
.price-head h4,
.price-head ul li h3,
.price-head ul li > span,
.price > a,
.heading h3,
.user-comment p,
.user-info h3,
.user-info > span,
.blog-info h3,
.blog-info h3 a,
.blog-catgs li a,
.cms-links li,
.widget-title,
.widget > p,
.widget-contact ul li span,
.mobile-menu-btn a,
.mobile-menu-btn a:hover,
.banner-text h3,
.banner-text h2,
.banner-text p,
.banner-text > a,
.up-social-links ul li a,
.form-group,
.js-ajax-form label
{
	color: #efefef;
}
.btn-sbmt {
	color: #333333;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.feature-icon > span i {
	color: #333333;
}

.banner-text > a:hover,
.about-list > a:hover {
	background-color: #06d59f;
	color: #333333;
	border-color: transparent;
}

.feature-icon > span {
	background-color: #06d59f;
}

.wait-sec {
	background-color: #06d59f;
	box-shadow: 0 0 45px rgba(0,0,0,0.35);
}

.double-bounce1,
.double-bounce2 {
	background-color: #7260c8;
}

/* .main-section {
	background-image: url(../images/main-sec-bg2.png);
} */


.main-header {
    border: none!important;
}

.bs-stepper-circle {
    justify-content: center;
    width: 4em!important;
    height: 4em!important;
    padding: 1.5em 0!important;
    /* margin: .25rem; */
    /* line-height: 1em; */
    color: #333333!important;
    /* background-color: #6c757d; */
    border-radius: 2em!important;
}

.active .bs-stepper-circle {
    background-color: #06d59f!important;
}

.bs-stepper-label {
    color: #efefef!important;
}

.bs-stepper .line, .bs-stepper-line {
    background-color: #efefef!important;
}

@media only screen and (max-width:768px) {
    /* .dtfc-fixed-end {
        text-align: right !important;
    } */
    .btn-group-sm>.btn, .btn-sm {
        padding: 0.12rem 0.3rem;
        font-size: .675rem;
        line-height: 1.5;
        border-radius: .2rem;
    }
	.banner-text h2 {
		font-size: 3rem;
	}
	.main-section {
		padding: 2.5rem 0 2.5rem 0;
	}
}

@media only screen and (min-width:577px) and (max-width:768px) {

}

@media only screen and (min-width:769px) and (max-width:992px) {

}

@media only screen and (min-width:1441px) and (max-width:1919px) {

}

@media only screen and (min-width:1920px) and (max-width:2560px) {

}

@media only screen and (max-width:1080px) {
	.banner-text {
		padding-top: 7.5rem;
		text-align: center;
	}
	.main-srv-sec {
		height: 35vh;
	}
	.price > a {
		font-size: 14px;
	}
	.term-links {
		float: none;
		text-align: center;
	}
	.social-links {
		float: none;
		text-align: center;
	}
}