@font-face {
	font-family: 'AvenirNextLTPro-Regular';
	src: url('../fonts/AvenirNextLTPro-Regular.eot');
	src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
	url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
	url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
	url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg'),
	url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AvenirNextLTProBold';
	src: url('../fonts/AvenirNextLTProBold.eot');
	src: url('../fonts/AvenirNextLTProBold.eot') 
	format('embedded-opentype'), url('../fonts/AvenirNextLTProBold.woff2') 
	format('woff2'), url('../fonts/AvenirNextLTProBold.woff') 
	format('woff'), url('../fonts/AvenirNextLTProBold.ttf') 
	format('truetype'), url('../fonts/AvenirNextLTProBold.svg#AvenirNextLTProBold') 
	format('svg');
}

body {
    /* font-family: 'Libre Baskerville', serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Source Sans Pro', sans-serif; */
    color: #4a4a4a;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 16px;
    outline: none !important;
    text-decoration: none !important;
}

::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: #025fdf;
}

::selection {
	color: #fff;
	background: #025fdf;
}  

/* Starts General  */

a {
	text-decoration: none !important;
	color: #333;
}


/* Ends General  */

/*Starts Header Section*/

.header-top {
	background: #025fdf none repeat scroll 0 0;
	padding: 15px 0;
}

.header-top .mail-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header-top .mail-part ul li {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin-right: 25px;
}

.header-top .mail-part ul li:last-child {
	margin-right: 0;
}

.header-top .mail-part ul li .fa {
	font-size: 16px;
	margin-right: 7px;
	vertical-align: middle;
}

.header-top .mail-part ul li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.header-top .mail-part ul li a:hover {
	color: #43d3e8;
	text-decoration: none;
}

.header-bottom {
	padding: 30px 0;
}

.header-bottom nav {
	background: #fff none repeat scroll 0 0;
	border-bottom: 0 none;
	margin: 0;
}

.header-bottom nav img {
	width: 225px;
	margin-left: 13px;
}

.header-bottom .navbar-brand {
	height: auto;
	padding: 0;
}

.header-bottom .navbar-nav {
	float: right;
	margin: 15px 0;
}

.header-bottom .navbar-nav li {
	color: #4a4a4a;
	font-size: 17px;
	margin-right: 12px;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.header-bottom .navbar-nav li:nth-child(1) {
	font-weight: bold;
	margin-right: 40px;
	padding-left: 20px;
	position: relative;
	text-transform: uppercase;
}

.header-bottom ul li span {
	color: #3caaeb;
	margin-left: 5px;
}

.header-bottom .navbar-nav li:nth-child(1)::before {
	background: #555 none repeat scroll 0 0;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 12px;
}

/*Ends Header Section*/

/* ---- stats.js ---- */

canvas{
  display:block;
  vertical-align:bottom;
}

#particles-js{
  width: 100%;
  height: 500px;
  background-color: #262626;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide-text {
  left: 13%;
  max-width: 570px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 25%;
}

/* ---- stats.js ---- */

/*Starts Webticker Css*/

.ticker {
	background: #025fdf none repeat scroll 0 0;
	padding: 5px 0;
}

.ticker ul {

}

.ticker ul li {
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	line-height: 15px !important;
}

.ticker ul li span {
	color: #f9b707;
}

/*Ends Webticker Css*/

/*Starts Welcome Section */

.welcome-section {
	/*background: rgba(0, 0, 0, 0) url("../images/bg-coin.png") no-repeat scroll right center;*/
	padding: 70px 0;
}

.welcome-section .heading {
	margin-bottom: 40px;
	text-align: center;
}

.welcome-section .heading h4::after {
	background: #025fdf none repeat scroll 0 0;
	content: "";
	height: 2px;
	position: absolute;
	right: 440px;
	top: 9px;
	width: 50px;
}

.welcome-section .heading h4 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 22px;
	position: relative;
}

.welcome-section .heading h3 {
	color: #4a4a4a;
	display: table;
	font-size: 40px;
	font-weight: bold;
	margin: 0 auto 30px;
	max-width: 565px;
	text-align: center;
}

.welcome-section img {
	width: 100%;
}

.features-texts-s2 {
	left: 80px;
	position: absolute;
	top: -8px;
}

.features-list-s2 li:last-child::before {
	display: none;
}

.features-item-s2::before {
	background: #2b56f5 none repeat scroll 0 0;
	content: "";
	height: calc(100% + 70px);
	left: 31px;
	position: absolute;
	top: 2px;
	width: 1px;
	z-index: -1;
}

.features-item-s2 {
	margin-bottom: 72px;
	position: relative;
	list-style-type: none;
}

.features-icon-s2 {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #2b56f5 0%, #46bdf4 100%) repeat scroll 0 0;
	border-radius: 50%;
	flex-shrink: 0;
	height: 60px;
	margin-right: 35px;
	width: 60px;
}

.features-title-s2 {
	margin-bottom: 12px;
}

.welcome-section .wel-box h2 {
	font-size: 40px;
	font-weight: bold;
	margin: 22px 0;
}

.features-texts-s2 h5 {
	font-family: AvenirNextLTProBold;
	font-size: 18px;
}

.welcome-section .wel-box p {
	font-size: 17px;
	line-height: 26px;
	margin: 0;
	position: relative;
}

.welcome-section .wel-box p {
	font-size: 19px;
	line-height: 26px;
	margin: 0;
	position: relative;
}

.welcome-section .wel-box h4::after {
	background: #025fdf none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: 200px;
	position: absolute;
	top: 12px;
	width: 50px;
}

.welcome-section .wel-box a {
	color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 21px 32px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	background: #025fdf none repeat scroll 0 0;
	font-size: 16px;
	display: table;
	margin-top: 70px;
}

.welcome-section .wel-box a:hover {
	color: #ffffff;
	background: #222222 none repeat scroll 0 0;
}

/*Ends Welcome Section */

/*Starts Pricing Section */

.price-wrap {
	/*background: #025fdf;*/
	padding: 0;
}

.price-wrap .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.price-wrap .container-fluid .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

.price-wrap .price-item {
	padding: 80px 0;
}

.price-wrap .price-item.hot {
	background: #ec521e;
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.price-wrap .price-item.cold {
	background: #025fdf;
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.price-wrap .price-item img {

}

.price-wrap .price-item ul {
	list-style-type: none;
	margin: 25px 0 0;
	padding: 0 25px;
}

.price-wrap .price-item ul li {
	color: #fff;
	font-size: 19px;
	line-height: 36px;
	text-indent: -12px;
}

.price-wrap .price-item ul li .fa {
	margin-right: 5px;
}

.price-wrap .price-item h3 {
	color: #fff;
	font-family: AvenirNextLTProBold;
}

.price-wrap .heading h3 {
	color: #4a4a4a;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 40px;
	text-align: center;
}

/*Ends Pricing Section */

/*Starts Buy Section */

.buy-section {
	padding: 70px 0;
}

.buy-section .heading {
	margin-bottom: 40px;
	text-align: center;
}

.buy-section .heading h3 {
	color: #4a4a4a;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
	display: table;
	margin: 0 auto 30px;
	max-width: 565px;
}

.buy-section .heading h4 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 22px;
	position: relative;
}

.buy-section .heading h4::after {
	background: #025fdf none repeat scroll 0 0;
	content: "";
	height: 2px;
	right: 410px;
	position: absolute;
	top: 12px;
	width: 50px;
}

.buy-section .heading p {
	font-size: 19px;
	font-weight: normal;
	margin: 0;
}

.buy-section .buy-box {
	text-align: center;
	border: 1px solid #f2f2f2;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	padding: 30px 15px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.buy-section .buy-box:hover {
	border: 1px solid #025fdf;
}

.buy-section .buy-box img {
	margin-bottom: 40px;
}

.buy-section .buy-box p {
	font-size: 17px;
	margin: 0 0 25px;
}

.buy-section .buy-box span {
	font-size: 17px;
	margin: 0 0 25px;
	display: block;
}

/*Ends Buy Section */

/*Starts Money Mobile Section*/

.money-section {
	background: #025fdf;
	padding: 50px 0 0;
}

.money-section .left-part {
	margin-top: 80px;
}

.money-section .left-part h3 {
	color: #ffffff;
	display: inline-block;
	font-family: "AvenirNextLTProBold",sans-serif;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 30px;
	padding: 0;
	text-transform: uppercase;
	margin-top: 0;
}

.money-section .left-part h5 {
	color: #ffffff;
	display: inline-block;
	font-family: "AvenirNextLTPro-Regular",sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
	padding: 0;
	text-transform: uppercase;
}

.money-section .left-part a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 4px;
	color: #025fdf;
	display: table;
	font-size: 16px;
	margin-top: 40px;
	padding: 21px 32px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.money-section .left-part a:hover {
	background: #222222 none repeat scroll 0 0;
	color: #ffffff;
}

.money-section img {
	float: right;
}

/*Ends Money Mobile Section*/

/*Starts Service Section */

.service-section {
	padding: 70px 0;
}

.service-section .heading {
	margin-bottom: 40px;
	text-align: center;
}

.service-section .heading h3 {
	color: #4a4a4a;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	display: table;
	margin: 0 auto 40px;
	max-width: 565px;
}

.service-section .heading h4 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 22px;
	position: relative;
}

.service-section .heading h4::after {
	background: #025fdf none repeat scroll 0 0;
	content: "";
	height: 2px;
	right: 410px;
	position: absolute;
	top: 12px;
	width: 50px;
}

.service-section .item {
	text-align: left;
	border: 1px solid #d7dce8;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	padding: 20px 30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 25px;
}

.service-section .item:hover {
	box-shadow: 0 11px 21px rgba(204, 204, 223, 0.5);
	-webkit-box-shadow: 0 11px 21px rgba(204, 204, 223, 0.5);
	-moz-box-shadow: 0 11px 21px rgba(204, 204, 223, 0.5);
	-ms-box-shadow: 0 11px 21px rgba(204, 204, 223, 0.5);
	-o-box-shadow: 0 11px 21px rgba(204, 204, 223, 0.5);
}

.service-section .item.bottom {
	margin-bottom: 0;
}

.service-section .item .icon-box {
	background: #f2f2f2 none repeat scroll 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	height: 98px;
	line-height: 98px;
	text-align: center;
	width: 98px;
}

.service-section .item img {

}

.service-section .item p {
	font-size: 17px;
	margin: 28px 0 15px;
	font-family: "AvenirNextLTProBold",sans-serif;
}

.service-section .item span {
	font-size: 15px;
	margin: 0;
	display: block;
}

/*Ends Service Section */

/*Starts Video Section */

.video-section {
	background: #025fdf;
	padding: 70px 0;
}

.video-section .heading h4 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 22px;
	text-align: center;
}

.video-section .heading h3 {
	color: #ffffff;
	font-size: 48px;
	letter-spacing: 1px;
	margin: 0 0 40px;
	text-align: center;
	font-family: "AvenirNextLTProBold",sans-serif;
	text-transform: uppercase;
}

.video-section a {
	display: table;
	margin: 0 auto;
	outline: medium none;
	text-decoration: none;
}

.video-section .video {
	border: 2px dashed #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	height: 154px;
	width: 154px;
	text-align: center;
}

.video-section .video img {
	margin-top: 10px;
}

/*Ends Video Section */

/*Starts Security Section */

.security-section {
	padding: 70px 0;
}

.security-section .heading {
	margin-bottom: 60px;
	text-align: center;
}

.security-section .heading h3 {
	color: #4a4a4a;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	display: table;
	margin: 0 auto 40px;
	max-width: 565px;
}

.security-section .heading h4 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 22px;
	position: relative;
}

.security-section .heading h4::after {
	background: #025fdf none repeat scroll 0 0;
	content: "";
	height: 2px;
	right: 410px;
	position: absolute;
	top: 9px;
	width: 50px;
}

.security-section .item {
	text-align: center;
	border: 1px solid #d7dce8;
	padding: 30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.security-section .item:hover {
	box-shadow: 0 11px 21px rgba(204, 204, 223, 0.1);
	-webkit-box-shadow: 0 11px 21px rgba(204, 204, 223, 0.1);
	-moz-box-shadow: 0 11px 21px rgba(204, 204, 223, 0.1);
	-ms-box-shadow: 0 11px 21px rgba(204, 204, 223, 0.1);
	-o-box-shadow: 0 11px 21px rgba(204, 204, 223, 0.1);
}

.security-section .item .icon-box {
	height: 125px;
	line-height: 125px;
	text-align: center;
	width: 125px;
	border: 2px dashed #d7dce8;
	display: table;
	margin: 0 auto;
}

.security-section .item img {

}

.security-section .item p {
	font-size: 17px;
	margin: 28px 0 15px;
	font-family: "AvenirNextLTProBold",sans-serif;
}

.security-section .item span {
	font-size: 17px;
	margin: 0;
	display: block;
}

/*Ends Security Section */

/*Starts Partnered Section */

.partnered-section {
	background-attachment: scroll, scroll;
	background-clip: border-box, border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(0deg, rgba(2, 95, 223, 0.6), rgba(2, 95, 223, 0.6)), url("../images/partnered-bg.jpg");
	background-origin: padding-box, padding-box;
	background-position: center calc(-305px);
	background-repeat: repeat, repeat;
	padding: 70px 0;
}

.partnered-section .heading h4 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 22px;
	text-align: center;
}

.partnered-section .heading h3 {
	color: #ffffff;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 40px;
	text-align: center;
}

.partnered-section .partner-box .item {
	margin-right: 20px;
}

.partnered-section .partner-box .item img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.partnered-section .partner-box .owl-nav {
	margin-top: 40px;
	text-align: center;
}

.partnered-section .partner-box .owl-dots {
	display: none;
}

.partnered-section .partner-box .owl-nav .owl-next {
	background: #fff none repeat scroll 0 0;
	height: 30px;
	width: 40px;
	margin-left: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 54px
}

.partnered-section .partner-box .owl-nav .owl-prev {
	background: #fff none repeat scroll 0 0;
	height: 30px;
	width: 40px;
	margin-right: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 54px
}

.partnered-section .partner-box .owl-nav span {
	color: #025fdf;
	font-size: 35px;
	line-height: 22px;
}

/*Ends Partnered Section */


/*starts footer section*/

.footer_section {
	padding: 60px 0;
	background: #202020;
}

.footer_section .footer-sec h3 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.footer_section .footer-sec h3::after {
	background-color: #025fdf;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 70px;
}

.footer_section .footer-sec img {
	filter: invert(100%);
	width: 220px;
}

.footer_section .footer-sec p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	margin: 22px 0;
}

.footer-sec ul li .fa {
	color: #025fdf;
	margin-right: 8px;
}

.footer-sec address {
	margin-bottom: 0;
}

.footer-sec .continfo {
	color: #fff;
	float: left;
	line-height: 24px;
	width: calc(100% - 34px);
}

.footer-sec .continfo strong {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.footer-sec ul li {
	line-height: 30px;
	margin-top: 5px;
	font-size: 15px;
	color: #fff;
}

.ftcontact li {
	display: table;
	margin-bottom: 15px;
	width: 100%;
}

.footer-sec ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.ftcontact li i {
	color: #ec0000;
	float: left;
	font-size: 16px;
	margin-right: 0;
	padding-top: 5px;
	text-align: left;
	width: 20px;
	margin-right: 8px;
}

.footer-sec ul li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.footer-sec ul li a:hover {
	color: #025fdf;
	text-decoration: none;
}

.footer-sec .social-box {
	margin-top: 25px;
}

.footer-sec .social-box ul li {
	display: inline-block;
}

.footer-sec .social-box ul li a {
	background: #ffffff none repeat scroll 0 0;
	display: block;
	height: 40px;
	text-align: center;
	width: 40px;
	text-decoration: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.footer-sec.seconds {
	margin-left: 65px;
}

.footer-sec .social-box ul li a:hover {
	background: #025fdf none repeat scroll 0 0;
	text-decoration: none;
}

.footer-sec .social-box ul li a .fa {
	color: #025fdf;
	display: table;
	line-height: 38px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
}

.footer-sec .social-box ul li a:hover .fa {
	color: #fff;
}

.footer-sec .tweets a {
	color: #2a9f47;
}

.footer-sec .tweets a:hover {
	color: #fff;
}

.footer-sec .abt {
	color: #fff;
}

.footer-sec .abt:hover {
	color: #2a9f47;
}

.copyright {
	background: #151515 none repeat scroll 0 0;
	padding: 20px 0;
}

.copyright p {
	color: #fff;
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.copyright p span {
	margin: 0 10px;
}

.copyright p a {
	color: #025fdf;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	text-decoration: none;
}

.copyright p a:hover {
	color: #fff;
	text-decoration: none;
}

.scrollup {
	background-color: #025fdf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	bottom: 50px;
	display: none;
	height: 44px;
	line-height: 44px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 44px;
	bottom: 8px;
	outline: none;
	z-index: 999999;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
}

.scrollup:hover {
	background-color: #222222;
	outline: none;
}


.scrollup .fa {
	color: #fff;
	font-size: 18px;
	outline: none;
}

/*ends footer section*/

/*Starts About Page*/

.all-iner-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 130px 0;
	position: relative;
	height: 280px;
}

.all-iner-banner .image-overlay {
	background-color: rgba(70, 70, 70, 0.4);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.all-iner-banner .page-title {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
}

.all-iner-banner .breadcumb {
	text-align: right;
}

.all-iner-banner .breadcumb ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.all-iner-banner .breadcumb ul li {
	font-size: 17px;
}

.all-iner-banner .breadcumb ul li::after {
	color: #fff;
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	right: -8px;
	top: 2px;
}

.all-iner-banner .breadcumb ul li {
	color: #fff;
	display: inline-block;
	padding: 0 24px;
	position: relative;
}

.all-iner-banner .breadcumb ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	font-size: 17px;
}

.all-iner-banner .breadcumb ul li a:hover {
	color: #025fdf;
	text-decoration: none;
}

.all-iner-banner .breadcumb ul li:last-child::after {
	display: none;
}

.about-section {
	padding: 50px 0;
}

.about-section h4 {
	font-family: AvenirNextLTProBold;
	font-size: 17px;
	margin-bottom: 35px;
	margin-top: 25px;
	position: relative;
	text-transform: uppercase;
}

.about-section h4::after {
	border: 1px solid #025fdf;
	content: "";
	left: 0;
	position: absolute;
	top: 30px;
	width: 50px;
}

.about-section p {
	font-size: 17px;
	line-height: 32px;
}

.about-section img {
	margin-bottom: 25px;
	margin-top: 25px;
}

.about-section ul li {
	font-size: 17px;
	line-height: 32px;
}

.about-section a {
	color: #025fdf;
	text-decoration: underline !important;
}

.about-section .rgt-box .latest-works-widget {
	background: #fff none repeat scroll 0 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.about-section .rgt-box .latest-works-widget li {
	clear: both;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
}

.about-section .rgt-box .latest-works-widget li .work-widget-thumb {
	float: left;
	width: 15%;
}

.about-section .rgt-box .latest-works-widget li .work-widget-content {
	float: left;
	width: 85%;
}

.about-section .rgt-box .latest-works-widget img {
	margin: 0;
}

.about-section .rgt-box .latest-works-widget li .work-widget-content h6 {
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
}

.about-section .rgt-box .latest-works-widget li .work-widget-content h6 a {
	color: #4a4a4a;
	font-size: 17px;
	text-decoration: none !important;
	text-transform: none;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.about-section .rgt-box .latest-works-widget li .work-widget-content h6 a:hover {
	color: #025fdf;
}

.about-section .rgt-box .latest-works-widget li .work-widget-content p {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
}

.rgt-box {
	margin-top: 85px;
}

.search input[type="text"] {
	border: 1px solid #ddd;
	font-size: 17px;
	margin-top: 8px;
	padding: 6px;
	width: 100%;
}

.search button {
	background: #025fdf none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	font-size: 17px;
	padding: 7px 20px;
	position: absolute;
	right: 0;
	top: 8px;
}

.search button .fa {
	color: #fff;
}

/*Ends About Page*/

/*Starts Charts Page*/

.charts-box {
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 70px;
}

.charts-box img {
	width: 100%;
}

.action-box {
	background: #025fdf none repeat scroll 0 0;
	padding: 45px 25px;
}

.action-box img {
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}

.action-box .action-text {
	color: #fff;
	margin-left: 100px;
}

.action-box .action-text h3 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.action-box .action-text p {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 10px;
}

.action-box .action-text a {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	position: relative;
	text-decoration: none;
}

/*Ends Charts Page*/

/*Starts Responsive CSS*/

@media only screen and (max-width:1280px) {
	.price-wrap .price-item img {
		width: 100%;
	}

	.price-wrap .price-item h3 {
		margin-top: 0;
	}
}


@media only screen and (max-width:1199px) {
	.header-bottom .navbar-nav li {
		font-size: 15px;
	}

	.header-bottom .navbar-nav li:nth-child(1)::before {
		top: 3px;
	}

	.welcome-section .heading h4::after {
		right: 340px;
	}

	.buy-section .heading h4::after {
		right: 310px;
	}

	.service-section .heading h4::after {
		right: 320px;
	}

	.security-section .heading h4::after {
		right: 320px;
	}
}

@media only screen and (max-width:991px) {

	.header-bottom .navbar-nav li:nth-child(2n+1) {
		display: none;
	}

	.header-bottom {
		padding: 20px 0;
	}

	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in { 
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}

	.header-bottom .navbar-toggle {
		background: none;
		border: 0 none !important;
	}

	.header-bottom .navbar-toggle .icon-bar {
		background-color: #000000;
	}

	.header-bottom .navbar-toggle:hover {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}

	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: transparent;
	}

	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		background: #025fdf;
		border-color: transparent;
		padding: 0 10px;
		position: absolute;
		right: 25px;
		width: 300px;
		z-index: 999999;
		top: 70px;
	}

	.header-bottom .navbar-nav {
		margin: 0;
	}

	.header-bottom .navbar-nav li {
		border-bottom: 1px dashed #fff;
		color: #fff;
		line-height: 40px;
		margin-right: 0;
	}

	.header-bottom .navbar-nav li:nth-child(1)::before {
		background: #fff none repeat scroll 0 0;
		top: 14px;
	}

	.header-bottom .navbar-nav li:nth-child(1) {
		margin-right: 0;
	}

	.header-bottom .navbar-nav li:last-child {
		border: 0 none;
	}

	.welcome-section, .buy-section, .service-section, .video-section, .security-section {
		padding: 20px 0;
	}

	.welcome-section .heading h4::after {
		right: 230px;
	}

	.features-item-s2::before {
		height: calc(100% + 100px);
	}

	.features-item-s2 {
		margin-bottom: 102px;
	}

	.price-wrap .price-item {
		padding: 20px 0;
	}

	.price-wrap .price-item img {
		display: table;
		margin: 0 auto;
		width: auto;
	}

	.price-wrap .price-item h3 {
		margin-top: 20px;
		text-align: center;
		margin-bottom: 0;
	}

	.buy-section .heading h4::after {
		right: 200px;
	}

	.buy-section .buy-box {
		margin-bottom: 20px;
	}

	.buy-section .buy-box.bottom {
		margin-bottom: 0;
	}

	.money-section .left-part {
		margin-top: 20px;
	}

	.money-section .left-part h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.money-section {
		padding: 20px 0 0 0;
	}

	.money-section img {
		float: none;
		width: 100%;
	}

	.service-section .heading h4::after {
		right: 210px;
	}

	.security-section .heading h4::after {
		right: 210px;
	}

	.footer-sec {
		min-height: 240px;
	}

	.footer-sec.seconds {
		margin-left: 0;
	}
}

@media only screen and (max-width:767px) {

	.video-section .video {
		height: 120px;
		width: 120px;
	}

	.video-section .video img {
		margin-top: 8px;
		width: 100px;
	}

	.welcome-section .heading h3, .buy-section .heading h3, .service-section .heading h3, .security-section .heading h3 {
		font-size: 30px;
	}

	.video-section .heading h3 {
		font-size: 40px;
	}

	.welcome-section .heading h4::after, .buy-section .heading h4::after, .service-section .heading h4::after, .security-section .heading h4::after {
		display: table;
		left: 0;
		margin: 0 auto;
		right: 0;
		top: 30px;
	}

	.welcome-section .col-xs-6 {
		width: 100%;
	}

	.navbar-toggle {
		margin-right: 6px;
	}

	.action-box {
		margin-bottom: 25px;
	}

}

@media only screen and (max-width:750px) {
	.header-top .col-xs-6 {
		width: 100%;
	}

	.header-top .mail-part {
		margin-bottom: 5px;
		text-align: center;
	}

	.header-top .mail-part.pull-right {
		float: none !important;
		text-align: center;
	}
}

@media only screen and (max-width:640px) {

	.welcome-section .features-list-s2 {
		padding: 0;
	}

	.features-item-s2 {
		margin-bottom: 50px;
	}

	.money-section .left-part h3 {
		margin-bottom: 10px;
	}

	.money-section .left-part a {
		font-size: 14px;
		margin-top: 20px;
		padding: 15px 20px;
	}

	.service-section .col-xs-4 {
		width: 50%;
	}

	.service-section .item.bottom {
		margin-bottom: 0;
	}

	.security-section .col-xs-4 {
		width: 100%;
	}

	.security-section .item {
		margin-bottom: 25px;
	}

	.welcome-section .heading, .buy-section .heading, .service-section .heading, .security-section .heading {
		margin-bottom: 10px;
	}

	.welcome-section .heading h3, .buy-section .heading h3, .service-section .heading h3, .security-section .heading h3 {
		margin: 0 auto 10px;
		font-size: 24px;
	}

	.buy-section .heading p {
		font-size: 15px;
	}

	.welcome-section .wel-box p {
		font-size: 15px;
		line-height: 20px;
	}

	.price-wrap .price-item ul li {
		font-size: 15px;
		line-height: 32px;
		text-indent: -12px;
	}

	.buy-section .buy-box p {
		font-size: 15px;
	}

	.buy-section .buy-box span {
		font-size: 15px;
	}

	.money-section .left-part h5 {
		font-size: 17px;
		line-height: 22px;
	}

	.service-section .item {
		margin-bottom: 0;
		margin-top: 15px;
	}

	.security-section .item span {
		font-size: 15px;
	}

	.price-wrap .col-xs-6 {
		width: 100%;
	}

    /* .price-wrap .price-item ul {
      text-align: center;
      } */

      .money-section .col-xs-7, .money-section .col-xs-5 {
      	width: 100%;
      }

      .money-section img {
      	display: table;
      	float: none;
      	margin: 0 auto;
      	width: 100%;
      }

      .money-section .left-part {
      	margin-top: 0;
      	text-align: center;
      }

      .money-section .left-part a {
      	display: table;
      	margin: 20px auto;
      }
  }

  @media only screen and (max-width:480px) {
  	.buy-section .col-xs-6 {
  		width: 100%;
  	}

  	.buy-section .buy-box p {
  		margin: 0 0 15px;
  	}

  	.money-section .left-part h3 {
  		font-size: 24px;
  		line-height: 30px;
  	}

  	.buy-section .buy-box.bottom {
  		margin-bottom: 20px;
  	}

  	.service-section .col-xs-4 {
  		width: 100%;
  	}

  	.video-section .heading h3 {
  		font-size: 30px;
  		margin: 0 0 20px;
  	}

  	.footer_section .col-xs-6 {
  		width: 100%;
  	}

  	.welcome-section img {
  		margin-bottom: 25px;
  	}

  	.header-top .mail-part ul li {
  		display: block;
  		line-height: 25px;
  		margin-right: 0;
  	}

  	.features-item-s2 {
  		height: 100px;
  	}

  	.action-box img {
  		display: table;
  		float: none;
  		margin: 0 auto 25px;
  	}

  	.action-box .action-text {
  		margin-left: 0;
  		text-align: center;
  	}
  }

  @media only screen and (max-width:340px) {
  	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  		right: 10px;
  	}

  	.features-item-s2 {
  		height: 120px;
  	}
  }

  /*Ends Responsive CSS*/