/*=========================================================
Author       : Firoz Malik
Company Name : Pixologix
Version      : 1.0
==============================================================*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, overlay, section-padding etc)
    02. HEADER DESIGN
	03. BANNER SECTION

*=============================================================*/

/*===================================*
GENERAL STYLE
*===================================*/
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #616161;
	line-height: 28px;
}

a {
	color: #0277ff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

a:hover, a:focus {
	color: #061d51;
	text-decoration: none;
	outline: 0;
}

.offset-0 {
	padding-left: 0;
	padding-right: 0;
}

h1,
h2,
h3,
h4 {
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-weight: 700;
	font-size: 52px;
}

h3 {
	font-weight: 700;
	font-size: 36px;
}

p{
	color: #585858;
	font-size: 16px !important;
}

img {
	max-width: 100%;
}

.wrapper {
	overflow: hidden;
}

input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea, select {
	width: 100%;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 40px;
	height: 46px;
	max-width: 100%;
	vertical-align: middle;
	padding: 2px 15px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="month"]:focus, input[type="week"]:focus, textarea:focus {
	color: #495057;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0px 0px 5px 1px rgba(0, 123, 255, .25);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 123, 255, .25);
}

textarea {
	height: 150px;
	border: 1px solid #ebebeb;
}

textarea.form-control {
	border: 1px solid #ebebeb;
}
p{text-align: justify;}
#msmw{color: #f00;}
.ab{display: inline-block;color: #000;}
.p-tb {
	padding-top: 90px;
	padding-bottom: 90px;
}

.p-t {
	padding-top: 90px;
}

.p-b {
	padding-bottom: 90px;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.lead, p.lead {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}

.brand-light-blue-color {
	color: #0277ff;
}

.brand-dark-blue-color {
	color: #061d51;
}

.octovia-layout .white-sec .sub-txt {
	color: #ffffff;
	font-size: inherit;
}

@media (min-width: 1200px) {
	.container {
		/*max-width: 1200px;*/
		max-width: 90%;
	}
}

.bg-curve {
	width: 100%;
	background-image: url('../images/bg-curve.jpg');
	background-position: top;
}

.black-bg {
	background-color: #000000;
}

.dark-gray-bg {
	background-color: #0f0f0f;
}

.dark-gray-bg-tone-2 {
	background-color: #333333;
}

.white-bg {
	background-color: #ffffff;
}

.light-gray-bg {
	background-color: #f2f2f2;
}

ol, ul, dl {
	padding: 0px 0px 0px 15px;
}

.mobile-visible {
	display: none;
}

/*===================================*
HEADER DESIGN
*===================================*/
header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-top: 15px;
	padding-bottom: 10px;
	transition: all 300ms;
	z-index: 1000000;
}

header.light {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 300ms;
	z-index: 1000000;
}

.logo .dark {
	display: none;
}

header.fixed .logo img, header.light .logo img {
	display: none
}

header.fixed .logo .dark, header.light .logo .dark {
	display: block;
}

.menu-icon {
	display: none
}

nav {
	margin-top: 8px;
	text-align: right;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	list-style: none;
	display: inline-block;
	margin-left: 30px;
}

nav ul li:first-child {
	margin-left: 0;
}

nav ul li a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	/*text-transform: uppercase;*/
	padding: 10px 0;
	display: block;
}

nav ul li a:hover,
nav ul li.active a {
	color: #0277ff;
	text-decoration: none
}

nav ul li.nav-btn a {
	color: #ffffff !important;
	padding: 5px 27px;
	background: #0277ff;
	border: 1px solid #0277ff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 10px 40px rgb(255 255 255 / 50%);
}

nav ul li.nav-btn a:hover {
	background: #061d51;
	border: 1px solid #061d51;
	color: #ffffff !important;
}


nav ul li.nav-btn-join a {
	color: #061d51 !important;
	padding: 5px 27px;
	background-color: #ffffff;
	border: 1px solid #0277ff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 10px 40px rgb(255 255 255 / 50%);
}

nav ul li.nav-btn-join a:hover {
	background: #061d51;
	border: 1px solid #061d51;
	color: #ffffff !important;
}

header.fixed {
	position: fixed;
	padding-top: 8px;
	background: #fff;
	border-top: 1px solid #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.fixed nav ul li a, .light nav ul li a {
	color: #1d1d1d;
}

.fixed nav ul li a:hover,
.fixed nav ul li.active a,
.light nav ul li a:hover,
.light nav ul li.active a {
	color: #0277ff;
}

.fixed nav ul li.nav-btn a:hover, .light nav ul li.nav-btn a:hover {
	color: #1d1d1d
}

.midd-container {
	background-color: #f4f9ff;
}

.show-in-desktop {
	display: block !important;
}

.show-in-mobile {
	display: none !important;
}

/*===================================*
BANNER SECTION
*===================================*/
.octovia-layout .hero-main .container, .octovia-layout .hero-main .row {
	height: 100%;
}

.octovia-layout .hero-main h1 {
	font-size: 3.0rem;
	margin: 2.0em 0px 0.5em 0px;
}

.octovia-layout .hero-main:before {
	display: none;
}

.octovia-logo {
	position: absolute;
	top: 40%;
	/*max-width: 360px;*/
	transform: translate(-30%, -30%);
	left: 32%;
}

.hero-section {
	padding: 16% 0% 0% 7%;
	z-index: 999;
}

.hero-section span {
	font-size: 20px;
	font-weight: 700;
	background-color: rgba(2, 119, 255, .15);
	border-radius: 16px;
	padding: 4px 18px;
	color: #0277ff;
}

.hero-section h1 {
	color: #061d51;
	padding: 18px 0px 0px 0px;
	font-weight: 800;
	font-size: 50px;
}

.hero-section h3 {
	color: #061d51;
	font-weight: 300;
	font-size: 30px;
	padding: 0px 25px 45px 0px;

}

.hero-section h3 b {
	font-weight: bold;
}

.hero-section a {
	background: #0277FF;
	box-shadow: 0px 10px 40px rgb(15 113 242 / 90%);
	border-radius: 80px;
	color: #fff;
	padding: 3% 8%;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}

.hero-section a:hover {
	background: #061d51;
}

.pointer_style {
	background: #fff;
	box-shadow: 0px 10px 51px rgb(2 119 255 / 30%);
	width: 80%;
	padding: 3%;
	margin: 0px auto;
	border-radius: 16px;
	position: relative;
	margin-top: 60px;
}

.pointer-box img {
	filter: contrast(0%);
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.pointer-box h1 {
	font-weight: 800;
	padding-top: 7px;
	color: #061d51;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.pointer-box:hover img {
	filter: contrast(100%);
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.pointer-box:hover h1 {
	color: #0277ff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}


/*===================================*
ABOUT SECTION
*===================================*/
.about-box h5 {
	color: #0277FF;
	font-weight: 600;
	font-size: 20px;
}

.about-box h2 {
	color: #061D51;
	font-size: 39px;
	font-weight: 700;
	padding-bottom: 11px;
}

.about-box p {
	font-size: 18px;
	font-weight: 400;
	color: #585858 !important;
	text-align: justify; !important;
}

.about-icon {
	border-radius: 19px;
	background: #fff;
	padding: 35px 30px 30px 30px;
	width: 160px;
	float: left;
	margin: 10px;
	height: 160px;
	text-align: center;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.about-icon img {
	width: 50px;
	height: 50px;
	padding-bottom: 7px;
}

.about-icon:hover {
	background: #0277FF;
	color: #fff;
	box-shadow: 0px 5.76471px 40.3529px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}

.about-icon img {
	filter: grayscale(10%);
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.about-icon p {
	font-size: 15px;
	font-weight: 500;
	color: #585858;
}

.about-icon:hover img {
	filter: contrast(00%) brightness(250%);
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.about-icon:hover p {
	color: #ffffff;
}

.about-section {
	width: 100%;
	float: left;
	padding-bottom: 7%;
}

/*===================================*
WHY CHOOSE US SECTION
*===================================*/
.why-choose {
	width: 100%;
	float: left;
	background-image: url("../images/bg-why-us.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 6% 0%;
	background-color: #061d51;
}

.why-choose-box {
	text-align: center;
	color: #fff;
}

.why-choose-box h2 {
	font-weight: 700;
	font-size: 40px;
	color: #fff;
}

.why-choose-box p {
	font-size: 18px;
	color: #ccc !important;
	width: 80%;
	margin: 0px auto;
	text-align: center !important;
}

.choose-box img {
	width: 100px;
	margin: 0px auto;
}

.choose-box {
	text-align: center;
	color: #fff;
	margin-top: 50px;
	display: block;
	background: linear-gradient(134.35deg, rgba(255, 255, 255, 0.2) 1.46%, rgba(255, 255, 255, 0.04) 97.08%);
	border-radius: 20px;
	height: 294px;
	padding: 30px 20px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.why-choose h3 {
	padding-top: 16px;
}

.why-choose p {
	font-size: 16px;
	margin: 0px auto;
}

.choose-box:hover {
	background: #0277FF;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.choose-box h3 {
	font-weight: 600;
	font-size: 22px;
	margin: 10px 0px;
}

/*===================================*
MONEY SECTION
*===================================*/
.money-section {
	padding: 7% 0%;
	width: 100%;
	float: left;

}

.money-box {
	text-align: center;
}

.money-box h1 {
	font-weight: 800;
	font-size: 48px;
	color: #061d51;
}

.money-box p {
	font-size: 16px;
	width: 90%;
}

.money-details img {
	width: 80px;
	height: 90px;
	margin: 0px auto;
	display: block;
	filter: contrast(00%);
}

.money-details {
	margin-top: 4%;
	background: #fff;
	padding: 47px 30px;
	height: 310px;
	border-radius: 15px;
	text-align: center;
}

.money-details h4 {
	text-align: center;
	padding: 31px 0px;
	color: #061D51;
}

.money-details:hover h4 {
	color: #0277FF;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.money-details:hover img {
	filter: contrast(100%);
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.money-advantage-box {
	text-align: center;
	margin-top: 10%;
}

/*===================================*
AFFILIATES SECTION
*===================================*/
.section-partner {
	background: #fff;
	padding: 7% 0%;
	width: 100%;
	float: left;
}

.section-partner p {
	font-size: 18px;
	color: #585858;
}

.btn-par {
	margin: 30px 0px;
}

.btn-par a {
	background: #0277FF;
	box-shadow: 0px 10px 40px rgb(15 113 242 / 90%);
	border-radius: 80px;
	color: #fff;
	padding: 3% 8%;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}

.btn-par a:hover {
	background: #061d51;
}

/*===================================*
MEMBERSHIP SECTION
*===================================*/
.membership-section {
	width: 100%;
	float: left;
	background-image: url('../images/bg-membership.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 6% 0%;
	background-color: #061d51;
}

.membership-detailbox h2, p {
	color: #fff;
}

.membership-box h5 {
	color: #0277FF;
	font-weight: 600;
	font-size: 20px;
}

.membership-box h2 {
	color: #ffffff;
	font-size: 39px;
	font-weight: 700;
	padding-bottom: 11px;
}

.membership-box p {
	font-size: 18px;
	font-weight: 400;
	color: lightgray;
}

.membership-icon {
	border-radius: 19px;
	background: #fff;
	padding: 15px;
	width: 160px;
	float: left;
	margin: 10px;
	height: 160px;
	text-align: center;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.membership-icon img {
	width: 50px;
	padding-bottom: 11px;
	filter: grayscale(100%);
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.membership-icon h1 {
	font-size: 40px;
	font-weight: 900;
	color: #585858;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.membership-icon p {
	font-size: 15px;
	font-weight: 700;
	color: #585858;
	text-transform: uppercase;
}

.membership-icon:hover {
	background: #0277FF;
	color: #fff;
	box-shadow: 0px 5.76471px 40.3529px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}

.membership-icon:hover img {
	filter: contrast(00%) brightness(250%);
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.membership-icon:hover h1 {
	color: #ffffff;
}

.membership-icon:hover p {
	color: #ffffff;
}


/*===================================*
DOWNLOAD SECTION
*===================================*/

.col-action {
	background: #0277FF;
	padding: 5% 0%;
	width: 100%;
	float: left;
}

.col-action-box {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px #ffffff;
	display: inline-block;
	padding: 12px 41px;
	border-radius: 90px;
	color: #0277FF;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
}

.col-action-box:hover {
	background: #061d51;
	color: #ffffff;
}

.col-action-text h1 {
	font-size: 39px;
	font-weight: 700;
	color: #fff;
	margin: 0px;
}

/*===================================*
Convenient Money SECTION
*===================================*/

.convenint-box p {
	color: #585858;
}

.convenient-money-section {
	width: 100%;
	float: left;
	padding: 7% 0%;
}

.convenient_cover {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	width: 228px;
	height: 180px;
	margin: 10px;
	float: left;
	text-align: center;
}

.convenient_cover img {
	height: 60px;
	margin: 0px auto;
	display: block;
}

.convenient_cover h4 {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	margin: 0px;
	padding: 11px 0px 7px 0px;
}

.convenient_cover p {
	text-align: center !important;
	font-size: 14px;
	line-height: normal;
}

.convenint-iconbox {
	float: left;
	background: #fff;
	padding: 15px 15px 0px 15px;
	margin: 10px 10px 20px 10px;
	width: 160px;
	height: 100px;
	border-radius: 15px;
}

.convenint-iconbox img {
	margin: 0px auto;
	display: block;
	vertical-align: middle;
}

.convenint-cop-icon {
	float: left;
	margin: 16% 0%;
}

/*===================================*
Freedomnxs App SECTION
*===================================*/

.app-boxsection {
	width: 100%;
	float: left;
	background-image: url('../images/bg-freedom.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 6% 0%;
	background-color: #061d51;
}

.appdetail-box h2, p {
	color: #fff;
}

.app-icon {
	width: 50px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

.app-icon img {
	width: 45px;
	margin: 0px auto;
	display: block;
}

.app-list-box {
	width: 100%;
	float: left;
	margin: 15px 0px;
}

.app-list-box p {
	margin: 1rem 0rem;
}


.app-d-icon img {
	width: 75px;
	margin: 15px auto;
	display: block;
}

.app-d-icon {
	width: 90px;
	float: left;
	margin-left: 3%;
}

.app-point-details {
	color: #fff;
	float: left;
	padding: 12px 0px;
}

.app-point-details h4 {
	font-size: 16px;
	font-weight: 300;
	margin: 0px;
}

.app-point-details h2 {
	font-size: 21px;
	font-weight: 500;
	margin: 0px;
}

.app-btn-download {
	background: #0277FF;
	border-radius: 80px;
	padding: 5px 0px;
	width: 40%;
	float: left;
	margin-right: 25px;
	box-shadow: 0px 10px 40px rgb(15 113 142 / 90%);
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.app-btn-download img {
	width: 36%;
}

.app-btn-download:hover {
	background: #061d51;
	color: #ffffff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

/*===================================*
FAQ SECTION
*===================================*/
.questions-secton {
	padding: 7% 0%;
	width: 100%;
	float: left;
}

.questions-box {
	text-align: center;

}

#pills-tab .nav-item a {
	font-size: 15px;
}


.money-box p {
	color: #585858 !important;
}

/*===================================*
Get Started SECTION
*===================================*/
.getstart-section {
	width: 100%;
	float: left;
	background-image: url('../images/bg-getstart.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 6% 0%;
	background-color: #061d51;
}

.getstart-box p {
	text-align: center !important;
	color: #fff !important;
}

.partner-details p {
	color: #585858 !important;
	text-align: justify !important;
}

.getstart-box h2 {
	color: #fff !important;
	text-align: center;
	display: block;
	width: 70%;
	margin: 0px auto;
}

.getstart-box {
	text-align: center;
}

.getstart-button {
	font-size: 16px;
	font-weight: 700;
	background: #0277FF;
	color: #ffffff;
	border-radius: 80px;
	padding: 15px 30px;
	box-shadow: 0px 10px 40px rgb(15 113 142 / 90%);
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.getstart-button:hover {
	background: #061d51;
	color: #ffffff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}


/*===================================*
Contact us + Subscribe SECTION
*===================================*/

.Contact-section {
	width: 100%;
	padding: 7% 0% 4% 0%;
	float: left;
}

.contact_box p {
	text-align: left !important;
}

.contact_box .btn-primary {
	border-color: #007bff;
	display: inline;
	font-weight: 700;
	background: #0277FF;
	color: #fff;
	text-decoration: none;
	border-radius: 100px !important;
	padding: 10px 30px !important;
	position: absolute;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.contact_box .btn-primary:hover {
	background: #061d51;
	color: #ffffff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.contact_image {
	padding-top: 55px;
}

.Subscribe-box {
	border-radius: 16px;
	background: #0277FF;
	text-align: center;
	margin-top: 11%;
	padding: 6% 15%;
	color: #fff;
}

.Subscribe-box h5 {
	margin: 0px;
}

.Subscribe-box h1 {
	font-weight: 800;
	font-size: 35px;
	margin:10px 0px 25px 0px;
}

input.sub-btnf {
	display: block;
	min-width: 300% !important;
	max-width: 100% !important;
	width: 100% !important;
	border-radius: 100px;
	padding: 17px 0px 17px 26px;
	border: none;
}

.input-group {
	border-radius: 100px;
	background: #fff;
	border: 2px solid #fff;
}

.btn-primary1 {
	border-color: #007bff;
	display: inline;
	background: #0277FF;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border-radius: 100px !important;
	padding: 10px 30px !important;
	position: absolute;
	right: 0;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.btn-primary1:hover {
	background: #061d51;
	color: #ffffff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}


/*===================================*
FOOTER SECTION
*===================================*/
.footer-section {
	border-top: 1px solid #ccc;
	width: 100%;
	float: left;
	padding: 15px 0px;
}

.footer-details p {
	text-align: left;
	display: block;
	margin: 0px;
}

.footer-nav ul {
	margin: 0px;
}

.footer-nav ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 15px;
	padding: 0px 10px;
	text-align: right;
	margin: 0px;
}


/* ---- particles.js container ---- */
#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(193, 221, 255);
	background: linear-gradient(180deg, rgba(0, 0, 255, 0.3) 0%, rgba(255, 255, 255, 0) 39%);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 99;
}

canvas {
	display: block;
	vertical-align: bottom;
}

.brdred{ border: 2px solid #f00 !important; }

/************************* modal */
.modal {
	z-index: 9999;
	animation-name: example;
	animation-duration: 100s;
	animation-delay: -2s;
}
.overflowwsmTest {
  /*background: #4CAF50;*/
  color: white;
  padding: 5px;
  height: 580px;
  overflow: scroll;
  border: 1px solid #ccc;
}
@keyframes example {
	0% {
		background-color: rgba(0, 0, 0, 0.7);
		left: 0px;
		top: 0px;
	}

	100% {
		background-color: rgba(0, 0, 0, 0.7);
		left: 0px;
		top: 0px;
	}
}

.modal-content { 
	top:130px !important;
	/*top:40% !important;*/
	border-radius: 15px;
	animation-name: dialog;
	animation-duration: 1s;
	animation-delay: 0s;
	background: url('../images/bg-curve.jpg') top right ;
}
@keyframes dialog {
	0% {
		left: 00px;
		top: 30px;
	}

	100% {
		left: 0px;
		top: 0px;
	}
}

.modal-header .close {
    padding: 0.5rem 1.0rem;
	color: red;
	font-weight: 900;
}