body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1 {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2,
h3,
h4,
h5,
h6 {
	padding: 0 0;
	margin: 0 0;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0;
	margin: 0 0;
}

ul {
	padding: 0 0;
	margin: 0 0;
}

body {
	padding: 0 0;
	margin: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.intro__title {
	margin: 0;
	font-size: 45px;
	color: #fff;
	text-align: center;
}

.container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: center
}

.container_video {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: center
}

.video {
	position: relative;
	z-index: 2;
	padding-bottom: 15px;
}

.video__media {
	width: auto;
	height: auto;
	position: center;
}


.services-section {
	padding: 3em 0;
}

.services-header {
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

.services-grid h4 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 15px 0;
	color: #2a404e;
	text-transform: uppercase;
}

.services-grid p {
	font-size: 15px;
	color: #7e7e7e;
	padding: 0 22px;
}

.arrow1 {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.b-link-stripe {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow: hidden;
}

.b-link-stripe .b-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
}

.b-link-stripe .b-wrapper:hover {
	background: rgba(255, 214, 112, 0.49);
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.b-animate-go {
	text-decoration: none;
}

.b-animate {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size: 1.1em;
	font-weight: 700;
	width: 75%;
	margin: 0 auto;
	top: 45%;
	color: #FFD670;
}

.b-animate img {
	display: -webkit-inline-box;
}

.b-animate-go:hover .b-animate {
	visibility: visible;
}

.b-from-left {
	position: relative;
	left: -100%;
}

.b-animate-go:hover .b-from-left {
	left: 0;
}

.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(../images/zoom-icon.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.grid_box .zoom-icon {
	top: -50px;
	width: 100%;
	height: 182px;
}

.grid_box a:hover .zoom-icon {
	top: 20px;
	opacity: 1;
	filter: alpha(opacity=99);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after,
.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.arrow {
	padding-top: 15px;
	text-align: center;
}

.about-section {
	padding: 0 0;
}

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

.about-header h1 {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 70px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.about-header  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 10px; 
}

.about-imag {
	float: left;
	width: 27%;
	margin-right: 5%
}

.about-imag img {
	border: 2px solid #F0C514;
	border-radius: 103px;
}

.about-text {
	float: left;
	width: 65%;
	margin-top: 3%;
}

.about-text p {
	font-size: 15px;
	color: #7e7e7e;
	line-height: 1.5em;
}

.about-sectiongrids {
	padding: 40px 0px;
}

.polls {
	padding: 10px 0;
}

.poll-desc {
	float: left;
}

.polls h3 {
	font-size: 19px;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-transform: none;
	font-weight: 400;
}

.polls h6 {
	display: inline;
	background-color: #009933;
	padding: 1px 10px;
	color: #FFFFFF;
	font-size: 19px;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-transform: none;
	font-weight: 400;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.poll-desc h4 {
	font-size: 22px;
	font-weight: 600;
	text-transform: none;
	text-align: left;
}

.poll-desc p {
	float: left;
	font-size: 12px;
}

.percentage {
	float: right;
	margin-right: 6%
}

.percentage p {
	font-size: 22px;
	font-weight: 600;
}

.poll-desc h5 {
	font-size: 27px;
	font-weight: bold;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-transform: uppercase;
}

.percentage1 {
	float: right;
	margin-right: 4%
}

.percentage1 p {
	font-size: 27px;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight: bold;
}

.skills {
	width: 100%;
	margin: 3px 0;
	height: 6px;
	background: #009933;
}

.skills>div {
	height: 100%;
	display: block;
	background-color: #009933;
}

.notice {
	padding-bottom: 50px;
}

.notice p {
	text-align: left;
	letter-spacing: 0.4px;
	font-size: 18px;
    font-weight: 600;
}

.notice a {
	color: #22B4B8;
}

.notice a:hover,
a:focus {
	color: #009933;
	text-decoration: underline;
}

.number {
	padding-bottom: 50px;
}

.number h2 {
	text-align: center;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 70px;
}

.number h3 {
	text-align: center;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 30px;
}

.number h4
{
	text-align: center;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 25px;
}

.number p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	font-style: italic;
	font-size: 25px;
}

.number h3 a {
	color: #000000;
}

.number a:hover,
a:focus {
	color: #009933;
	text-decoration: underline;
}

.about-maket {
	text-align: center;
	padding-top: 25px;
}

.about-maket h2 {
	text-align: center;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 45px;
	padding-bottom: 20px;
}

.about-maket p {
	text-align: left;
	letter-spacing: 0.3px;
	font-size: 17px;
	padding-top: 10px;
}

.maket-text h5 {
	text-align: left;
	letter-spacing: 0.3px;
	font-size: 17px;
	font-weight: 500;
}

.about-maket h6 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.3px;
	font-size: 17px;
	color: red;
}

.maket-text p {
	text-align: left;
	letter-spacing: 0.3px;
	font-size: 25px;
}

.footer-section {
	padding: 20px 0px;
	background: #2e3e4e;
}

.contact-header {
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

.contact-header h3 {
	font-size: 2.5em;
	font-family: 'Arvo', serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #f0c514;
}

.contact-header h3 span {
	color: #fefefe;
}

.contact-header p {
	line-height: 1.5em;
	font-size: 15px;
	color: #fefefe;
	padding: 25px 0;
}

.contact {
	padding-bottom: 20px;
	border-bottom: 1px solid#55626f;
}

.contactgrid {
	padding-bottom: 2em;
}

.contactgrid1 textarea {
	width: 100%;
	background: none;
	outline: none;
	border: none;
	resize: none;
	border-bottom: 1px solid#d5d6d7;
	font-size: 15px;
	color: #d5d6d7;
	text-transform: capitalize;
	padding: 10px 0;
	height: 2.8em;
}

.contactgrid2 {
	padding: 2em 0 0 17em;
}

.footer-bottom {
	text-align: center;
	padding-top: 20px;
}

.footer-bottom p {
	font-size: 17px;
	color: #d5d6d7;
	font-weight: 400;
}

.footer-bottom a {
	font-size: 19px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
}

.footer-bottom a:hover {
	color: #d5d6d7;
}

.footer-bottom p a {
	margin: 0 6px 0 6px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
}

@media(max-width:1250px) {
	.polls h6 {
		font-size: 15px;
	}
}

@media(max-width:1024px) {
	.about-header h1 {
		font-size: 50px;
	}

	.about-header h2 {
		font-size: 30px;
	}

	.number h2 {
		font-size: 60px;
	}

	.polls h6 {
		font-size: 13px;
	}

	.services-grid h4 {
		font-size: 1.2em;
	}

	.services-grid p {
		font-size: 1em;
	}

	.b-animate {
		top: 40%;
	}

	.grid_box a:hover .zoom-icon {
		top: 10px;
	}

	.about-header h3 {
		font-size: 2.2em;
	}

	.about-text p {
		font-size: 1em;
	}

	.poll-desc h4 {
		font-size: 16px;
	}

	.percentage p {
		font-size: 16px;
	}

	.contact-header h3 {
		font-size: 2.2em;
	}

	.contact-header {
		width: 100%;
	}

	.contact-header p {
		font-size: 1em;
	}

	.contactgrid2 {
		padding: 2em 0 0 13em;
	}

	.contact {
		padding-bottom: 3em;
	}

	.footer-bottom p {
		font-size: 16px;
	}

	.footer-bottom p a {
		font-size: 16px;
	}
}

@media(max-width:993px) {
	.polls h6 {
		font-size: 11px;
	}

	.services-grid img {
		width: 100%;
	}
}

@media(max-width:800px) {
	.video__media {
		width: 700px;
	}

	.number h2 {
		font-size: 50px;
	}

	.number h3 {
		font-size: 40px;
	}

	.number p {
		font-size: 20px;
	}

	.services-grid img {
		width: 100%;
	}

	.grid_box a:hover .zoom-icon {
		top: -17px;
	}

	.about-section {
		padding: 0 0;
	}

	.about-imag img {
		width: 80%;
	}

	.about-text p {
		height: 65px;
		overflow: hidden;
	}

	.about-sectiongrids {
		padding: 25px 0px;
	}

	.arrow1 {
		padding-top: 5px;
	}

	.contact-section {
		padding: 2em 0;
	}

	.contact-header h3 {
		font-size: 2em;
	}

	.contact-header p {
		padding: 15px 0;
	}

	.contactgrid {
		padding-bottom: 1em;
		float: left;
	}

	.contactgrid1 textarea {
		width: 86%;
	}

	.contactgrid2 {
		padding: 1em 0 0 0;
		text-align: center;
	}

	.contact {
		padding-bottom: 2em;
	}

	.footer-bottom {
		padding-top: 35px;
	}
}

@media(max-width:768px) {
	.about-header h1 {
		font-size: 45px;
	}

	.about-header h2 {
		font-size: 25px;
	}

	.number h3 {
		font-size: 40px;
	}

	.number p {
		font-size: 20px;
	}

	.polls h6 {
		font-size: 18px;
	}

	.services-grid img {
		width: 100%;
	}
}

@media(max-width:640px) {
	.about-header h1 {
		font-size: 38px;
	}

	.about-header h2 {
		font-size: 22px;
	}

	.polls h6 {
		font-size: 16px;
	}

	.number h2 {
		font-size: 40px;
	}

	.number p {
		font-size: 16px;
	}

	.number h3 a {
		font-size: 30px;
	}

	.notice p {
		font-size: 16px;
	}

	.services-grid img {
		width: 100%;
	}

	.services-grid {
		padding: 16px 0;
		width: 100%;
	}

	.services-grid p {
		font-size: 0.9em;
		width: 55%;
		margin: 0 auto;
	}

	.grid_box a:hover .zoom-icon {
		top: -30px;
	}

	.about-text p {
		height: 46px;
		overflow: hidden;
	}

	.about-header h3 {
		font-size: 30px;
	}

	.about-imag img {
		width: 70%;
	}

	.poll-desc h4 {
		font-size: 18px;
	}

	.percentage p {
		font-size: 15px;
	}

	.footer-section {
		padding: 20px 0px;
	}

	.contact-header h3 {
		font-size: 1.5em;
	}

	.contact-header p {
		font-size: 0.9em;
	}

	.contactgrid {
		float: none;
	}

	.contactgrid1 textarea {
		width: 100%;
	}

	.contactgrid input[type="text"] {
		padding: 7px 0;
	}

	.contactgrid2 input[type="button"] {
		font-size: 13px;
	}

	.contact {
		padding-bottom: 1.5em;
	}

	.footer-bottom p {
		font-size: 14px;
	}

	.footer-bottom p a {
		font-size: 14px;
	}

	.footer-bottom {
		padding-top: 20px;
	}
}

@media(max-width:480px) {
	.about-header h1 {
		font-size: 30px;
	}

	.about-header h2 {
		font-size: 17px;
	}

	.polls h6 {
		font-size: 14px;
	}

	.number h2 {
		font-size: 40px;
	}

	.number h3 {
		font-size: 28px;
	}

	.number h3 a {
		font-size: 25px;
	}

	.number p {
		font-size: 16px;
	}

	.notice p {
		font-size: 16px;
	}

	.maket-text p {
		font-size: 20px;
	}

	.about-maket p {
		font-size: 16px;
	}

	.services-grid h4 {
		font-size: 1em;
		padding: 10px 0;
	}

	.services-grid p {
		width: 70%;
	}

	.grid_box a:hover .zoom-icon {
		top: -4px;
	}

	.b-animate {
		top: 30%;
	}

	.about-maket h2 {
		font-size: 30px;
	}

	.about-imag img {
		width: 90%;
	}

	.about-text {
		float: left;
		width: 64%;
		margin-top: 4%;
	}

	.poll-desc h4 {
		font-size: 14px;
	}

	.percentage p {
		font-size: 14px;
	}

	.contact-header h3 {
		font-size: 1.4em;
	}

	.contact-header p {

		height: 66px;
		overflow: hidden;
	}

	.contact-header p {
		padding: 10px 0;
	}

	.contactgrid input[type="text"] {
		padding: 5px 0;
	}

	.contact {
		padding-bottom: 1em;
	}

	.footer-bottom {
		padding-top: 15px;
	}
}

@media(max-width:400px) {
	.number h2 {
		font-size: 30px;
	}

	.number h3 a {
		font-size: 20px;
	}
}

@media(max-width:320px) {
	.services-section {
		padding: 1em 0;
	}

	.services-header p {
		padding: 10px 0;
	}

	.services-grid img {
		width: 25%;
	}

	.services-grid {
		padding: 10px 0;
	}

	.services-grid p {
		width: 96%;
		margin: 0 auto;
		padding: 0 0px;
	}

	.b-animate {
		width: 45%;
	}

	.grid_box a:hover .zoom-icon {
		top: -27px;
	}

	.about-section {
		padding: 1em 0;
	}

	.about-text p {
		height: 37px;
		overflow: hidden;
		font-size: 0.9em;
	}

	.about-imag {
		width: 30%;
		margin-right: 5%;
	}

	.about-text {
		width: 61%;
		margin-top: 4%;
	}

	.about-imag img {
		width: 100%;
	}

	.about-sectiongrids {
		padding: 15px 0px;
	}

	.poll-desc h4 {
		font-size: 13px;
	}

	.percentage p {
		font-size: 13px;
	}

	.footer-section {
		padding: 15px 0px;
	}

	.footer-bottom p {
		font-size: 13px;
	}
}