* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #333;
	font-weight: 400;
	position: relative;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-size: 50px;
	font-weight: 700;
}

h2 {
	font-size: 28px;
	font-weight: 600;
}

h3 {
	font-size: 18px;
	font-weight: 600;
}

h4,
h5,
h6 {
	font-size: 14px;
}

img {
	border: none;
	outline: none;
	width: 100%;
}

ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

a,
a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

button {
	background: none;
	border: none;
	outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #111 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #111 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #111 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #111 !important;
}


/* Helper Class */

.padding {
	padding: 35px 0 0;
}

.pb-60 {
	padding-bottom: 60px;
}

.no-padding {
	padding: 0;
}

.dark-color {
	color: #111;
}

.light-color {
	color: #ffffff;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.fl-right {
	float: right;
}

.fl-left {
	float: left;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}


/* Transition Effect */

a,
a:hover,
.owl-prev,
.owl-next,
.form-control,
.form-control:hover,
.contact_btn,
.contact_btn:hover,
.header_area,
.navbar-header,
.feature_icon,
img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/* Section Heading Styles */

.section_heading {
	display: block;
	text-align: center;
}

.section_heading h2 {
	margin: 0 0 10px;
}

.section_heading h2 span {
	color: #ffc327;
}

.section_heading p {
	margin: 0;
}


/* Pre Loader */

.loaded .loader {
	opacity: 0;
	visibility: hidden;
}

.loader {
	-webkit-transition: all .5s .5s ease;
	-moz-transition: all .5s .5s ease;
	transition: all .5s .2s ease;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #111;
	z-index: 1200;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
}

.tt-loading {
	background-color: #111;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 2000;
	margin-top: 0px;
	top: 0px;
}

.tt-loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

.tt-loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}

.tt-object {
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #ffc327;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ffc327;
	border-right: 5px solid transparent;
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;
	-moz-animation: animate 2s infinite;
	-ms-animation: animate 2s infinite;
}

.object_one {
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
}

.object_two {
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
}

.object_three {
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
}

.object_four {
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
}

#loading-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 70px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
}

@-webkit-keyframes animate {
	50% {
		-ms-transform: rotate(360deg) scale(0.8);
		-webkit-transform: rotate(360deg) scale(0.8);
		transform: rotate(360deg) scale(0.8);
	}
}

@-moz-keyframes animate {
	50% {
		-ms-transform: rotate(360deg) scale(0.8);
		-webkit-transform: rotate(360deg) scale(0.8);
		transform: rotate(360deg) scale(0.8);
		-moz-transform: rotate(360deg) scale(0.8);
	}
}

@keyframes animate {
	50% {
		-ms-transform: rotate(360deg) scale(0.8);
		-webkit-transform: rotate(360deg) scale(0.8);
		-moz-transform: rotate(360deg) scale(0.8);
		transform: rotate(360deg) scale(0.8);
	}
}


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

.header_area {
	background-color: rgba(24, 24, 24, 1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 999;
}

.header_area:before {
	background-color: #ee5a50;
	display: block;
	content: '';
	width: 30%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.navbar {
	border: medium none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin: 0;
	position: relative;
}

.scrollActive .header_area {
	height: 60px;
	position: fixed;
	-moz-box-shadow: 1px 0px 1px 0px #666;
	-webkit-box-shadow: 1px 0px 1px 0px #666;
	-ms-box-shadow: 1px 0px 1px 0px #666;
	box-shadow: 1px 0px 1px 0px #666;
}

.navbar-header {
	padding: 0;
}

.navbar-header .brand {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	line-height: 70px;
	font-weight: 900;
	letter-spacing: -2px;
	color: #111;
}

.scrollActive .navbar-header .brand {
	line-height: 60px;
}

.navbar-header .nav-btn {
	background-color: #ee5a50;
}

.navbar-header .nav-btn .icon-bar {
	background-color: #fff;
}

.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
	opacity: 0.8;
}


/* Nav Menu */

#navbar {
	z-index: 999;
}

ul.nav {}

ul.nav>li {}

ul.nav>li>a {
	color: #e5e5e5;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 70px;
	padding: 0 13px;
	position: relative;
}

.scrollActive ul.nav>li>a {
	line-height: 60px;
}

ul.nav>li>a:hover,
ul.nav>li>a:focus,
ul.nav>li.active>a {
	background: none;
	color: #ee5a50;
}


/*==========================================================================Hero Section==========================================================================*/

.hero_section {
	background-image: url('https://www.cyberintelligence.in/course/images/hero-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 1;
	margin-top: 40px;
}

.hero_section:before {
	background-color: rgba(24, 24, 24, 0.7);
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero_inner {
	width: 100%;
	height: 700px;
	display: table;
}

.hero_content {
	color: #fff;
	padding-bottom: 30px;
}

.hero_content h1.big_title {
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 20px;
	color:white;
}

.hero_content p {
	margin: 20px 0 30px;
}

.hexa_btn {
	background-color: #ee5a50;
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 50px;
	padding: 0 30px;
	color: #111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.hexa_btn,
.buy_now_btn,
.more_project_btn {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.buy_now_btn:before,
.hexa_btn:before,
.more_project_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #111;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.buy_now_btn:hover,
.buy_now_btn:focus,
.buy_now_btn:active,
.hexa_btn:hover,
.hexa_btn:focus,
.hexa_btn:active,
.more_project_btn:hover,
.more_project_btn:focus,
.more_project_btn:active {
	color: white;
}

.buy_now_btn:hover:before,
.buy_now_btn:focus:before,
.buy_now_btn:active:before,
.hexa_btn:hover:before,
.hexa_btn:focus:before,
.hexa_btn:active:before,
.more_project_btn:hover:before,
.more_project_btn:focus:before,
.more_project_btn:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*==========================================================================Feature Section==========================================================================*/

.feature_section {
	background-color: #111;
}

.feature_img {
	position: relative;
}

.feature_img:before {
	background: url(../img/feature-img.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.feature_wrap {
	margin-left: -55px;
}

.feature_items {
	display: block;
	padding: 15px 0;
}

.feature_items .feature_item {
	color: #fff;
	display: block;
	padding-left: 110px;
	margin-bottom: 15px;
	position: relative;
}

.feature_items .feature_item:last-child {
	margin: 0;
}

.feature_item .feature_icon {
	background-color: #ffc327;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 30px;
	color: #111;
	line-height: 70px;
	position: absolute;
	left: 0;
	top: 0;
}

.feature_items .feature_item:hover .feature_icon {
	background-color: #111;
	border: 2px solid #ffc327;
	color: #ffc327;
}

.feature_item .feature_content {}

.feature_item .feature_content h3 {
	margin: 0 0 10px;
}

.feature_item .feature_content p {
	margin: 0;
}


/*==========================================================================Portfolio Setion==========================================================================*/

.portfolio_section {
	background-color: #eee;
}

.portfolio_bg_img {
	position: relative;
}

.portfolio_bg_img:before {
	background: url(../img/portfolio-bg.jpg) no-repeat scroll 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	content: '';
	width: 45%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.portfolio_items {}

.portfolio_items .portfolio_item {}

.portfolio_items .portfolio_item:hover .overlay {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.portfolio_thumb {
	position: relative;
	overflow: hidden;
}

.portfolio_thumb img {
	-webkit-transition: transform 4s ease-in-out;
	-o-transition: transform 4s ease-in-out;
	transition: transform 4s ease-in-out;
}

.portfolio_items .portfolio_item:hover .portfolio_thumb img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.portfolio_thumb .overlay {
	background-color: rgba(255, 195, 39, 0.8);
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.portfolio_thumb .overlay a {
	width: 100%;
	height: 100%;
	display: table;
	font-size: 35px;
	color: #111;
}

.portfolio_items .owl-controls {
	z-index: 1;
}

.portfolio_items .owl-controls .owl-nav {
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -60px;
}

.portfolio_items .owl-controls .owl-nav .owl-prev,
.portfolio_items .owl-controls .owl-nav .owl-next {
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.portfolio_items .owl-controls .owl-nav .owl-prev:hover,
.portfolio_items .owl-controls .owl-nav .owl-next:hover {
	color: #ffc327;
}

.more_project_btn {
	background-color: #ffc327;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #111;
	line-height: 40px;
	padding: 0 20px;
	letter-spacing: 1px;
	margin-top: 30px;
	z-index: 9;
}


/*==========================================================================Skills Section==========================================================================*/

.skills_section {
	background-color: #111;
}

.skills_items {}

.skill_item {
	display: block;
	color: #fff;
	padding-left: 100px;
	margin-bottom: 30px;
	position: relative;
}

.skills_items .skill_item:nth-child(4),
.skills_items .skill_item:nth-child(5),
.skills_items .skill_item:nth-child(6) {
	margin-bottom: 0;
}

.skill_item .skill_counter {
	border: 2px solid #ffc327;
	width: 70px;
	height: 70px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.skill_item .skill_counter span {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 62px;
}

.skill_item .skill_conetent {}

.skill_item .skill_conetent h3 {
	margin: 0 0 5px;
}

.skill_item .skill_conetent p {
	margin: 0;
	font-size: 13px;
}


/*==========================================================================Video Section==========================================================================*/

.video_section {
	background-image: url(../img/big-video.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.video_section:before {
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.video_inner {
	display: table;
	width: 100%;
	height: 100%;
}

.video_inner a {
	font-size: 80px;
	color: #ffc327;
}

.video_inner a:hover {
	opacity: 0.5;
}


/*==========================================================================Team Section==========================================================================*/

.team_section {
	background-color: #111;
}

.team_members {}

.team_member {}

.team_member:hover .member_thumb img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.team_member .member_thumb {}

.team_member .member_info {
	background-color: #ffc327;
	display: block;
	text-align: center;
	padding: 20px 0;
	color: #111;
}

.team_member .member_info h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px;
}

.team_member .member_info p {
	margin: 0 0 15px;
}

.social_links {
	display: block;
	text-align: center;
}

.social_links li {
	display: inline-block;
	margin: 0 5px;
}

.social_links li a {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border: 1px solid #111;
	color: #111;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.social_links li a:hover {
	background-color: #111;
	color: #ffc327;
}


/*==========================================================================Call To Action==========================================================================*/

.cta_section {
	background-color: #ffc327;
}

.cta_content {}

.cta_content h2 {
	font-size: 40px;
	margin: 0 0 10px;
}

.cta_content h4 {
	font-size: 18px;
	margin: 0 0 5px;
}

.cta_content p {
	margin: 0;
}

.cta_content .more_project_btn {
	background-color: #111;
	color: #fff;
}

.cta_content .more_project_btn:hover {
	color: #111;
}

.cta_content .more_project_btn:before {
	background-color: #fff;
}


/*==========================================================================Pricing Section==========================================================================*/

.pricing_section {
	background-color: #eee;
}

.pricing_wrap {}

.pricing_inner {
	background-color: #111;
	color: #ffc327;
	display: block;
	padding: 25px 105px 25px 25px;
	position: relative;
}

.pricing_inner.inverted {
	padding: 25px 25px 25px 105px;
}

.pricing_inner .pricing_title {
	background-color: #ffc327;
	height: 100%;
	width: 70px;
	position: absolute;
	right: 0;
	top: 0;
}

.pricing_inner.inverted .pricing_title {
	left: 0;
	right: inherit;
}

.pricing_inner .pricing_title h3 {
	writing-mode: vertical-rl;
	display: block;
	color: #111;
	margin: 25px 0 0;
	line-height: 70px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
}

.pricing_inner .price {
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 25px;
}

.pricing_inner .feature_list {}

.pricing_inner .feature_list li {
	letter-spacing: 1px;
}

.pricing_inner .buy_now_btn {
	font-size: 14px;
	line-height: 40px;
	color: #111;
	background-color: #ffc327;
	display: inline-block;
	padding: 0 25px;
	position: absolute;
	bottom: 25px;
	left: 0;
}

.pricing_inner.inverted .buy_now_btn {
	right: 0;
	left: inherit;
}

.pricing_inner .buy_now_btn:hover {
	color: #111;
}

.pricing_inner .buy_now_btn:before {
	background-color: #fff;
}


/*==========================================================================Blog Section==========================================================================*/

.blog_section {
	background-color: #f8f8f8;
}

.blog_items {}

.blog_item {}

.blog_item .blog_thumb {
	width: 50%;
	display: block;
	float: left;
	overflow: hidden;
}

.blog_item .blog_content {
	background-color: #fff;
	display: block;
	padding: 15px;
	margin: 25px 0;
	float: left;
	width: 60%;
	margin-left: -10%;
	box-shadow: 0px 2px 6px #999;
}

.blog_item .blog_content h3 {
	margin: 0 0 5px;
}

.blog_item .blog_content h3 a {
	color: #111;
}

.blog_item .blog_content .posted_by {
	display: block;
	letter-spacing: 1px;
	margin: 0 0 20px;
}

.blog_item .blog_content p {}

.blog_item .blog_content .read_more {
	color: #111;
}

.blog_item .blog_content h3 a:hover,
.blog_item .blog_content .read_more:hover {
	color: #ffc327;
}


/*==========================================================================Contact Section==========================================================================*/

.contact_section {
	width: 100%;
	position: relative;
	background: #eee;
	padding: 20px 0;
}


}
.google_map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_wrap {
	width: 100%;
	height: 100%;
	display: table;
}
.contact_form_wrap {}
.contact_form_wrap h2 {
	color: #ffc327;
	margin: 0 0 40px;
}
.contact_form {}
.contact_form .form-control {
	background-color: rgba(255, 195, 39, 0.8);
	color: #111;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.contact_form .form-control:hover,
.contact_form .form-control:focus,
.contact_form .form-control:active {
	background-color: rgba(255, 195, 39, 1);
}
.contact_form .more_project_btn {
	margin: 0;
}
#ajax_form .alert {
	display: none;
}
#ajax_form .alert.alert-success,
#ajax_form .alert.alert-danger {
	display: block;
}
/*==========================================================================Footer Section==========================================================================*/
.footer_section {
	background-color: #111;
	display: block;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}
.footer_section:before {
	background-color: #ffc327;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width:991px) {
	.brand img {
		width: 92px;
	}
}
.copyright {
	margin: 3px 0;
	color: #111;
}
.logo {
	padding-top: 15px;
	height: 60px;
	width: 70px;
}
.footer_social {
	display: block;
	text-align: right;
}
.footer_social li {
	display: inline-block;
	margin-left: 10px;
}
.footer_social li a {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	color: #ffc327;
	width: 30px;
	height: 30px;
	border: 1px solid #ffc327;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.footer_social li a:hover {
	background-color: #ffc327;
	color: #111;
}
/*==========================================================================ScrollToTop Button Style==========================================================================*/
.scroll-to-top {
	background-color: #ffc327;
	display: none;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999;
}
.scroll-to-top:hover {
	background-color: #111;
	color: #fff;
}
.who {
	text-align: center;
	margin: 40px 0;
	padding: 10px;
	box-shadow: 0px 2px 6px #999;
}
.spy img {
	width: 100%;
}
.skill_counter img {
	width: 50px;
}
.sys {
	background: #ffc327;
	padding: 15px;
	margin-bottom: 15px;
	min-height: 190px;
}
input[type='number'] {
	-moz-appearance: textfield;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: inner-spin-button;
	display: inline-block;
	cursor: default;
	flex: 0 0 auto;
	align-self: stretch;
	-webkit-user-select: none;
	opacity: 0;
	pointer-events: none;
	-webkit-user-modify: read-only;
}
#blog {
	padding: 35px 0;
}