:root {
	--themecolor: #0081C5;
	--secondarycolor: #98BF55;
	--anchorcolor: #BFCF33;
}
*,
 ::after,
 ::before {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "pressiono._51_light";
}

a {
	color: var(--themecolor);
	text-decoration: underline;
}

img {
	max-width: 100%;
}

ul {
	padding-left: 0rem;
}

.container {
	width: 1152px;
	margin: auto;
}




/**Header css**/


.aboutus_banner {
	background: url(../images/about-banner.jpg)no-repeat top;
	min-height: 360px;
	padding: 4rem 0;
	background-size: cover;
}

.about_bannercontent {
	background: #fff;
	width: auto;
	display: inline-block;
	padding: 70px 50px;
	border-left: 8px solid var(--secondarycolor);
	border-radius: 0px 10px 10px 0px;
	min-width: 360px
}

.about_bannercontent h2 span {
	color: var(--secondarycolor);
}

.about_bannercontent h2 {
	color: var(--themecolor);
	font-weight: bold;
	font-size: 42px;
}

.aboutus_sec li {
	margin-left: 40px;
	position: relative;
}

.aboutus_sec ul li::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: var(--themecolor);
	top: 16px;
	left: -25px;
}

h2.about_titlemain span {
	color: var(--secondarycolor);
}

h2.about_titlemain {
	margin-bottom: 20px;
	font-weight: bold;
}


/** How to use page **/

.howto_subheading {
	text-align: center;
}

.howtovideo_inner video {
	width: 100%;
	height: 100%;
	border-bottom: 5px solid var(--themecolor);
}

.howto_videosec {
	-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	border-radius: 5px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

.howtovideo_inner {
    position: relative;
    min-height: 220px;
}

.howtouse_conetent {
	padding: 15px;
	min-height: 120px;
}

.howtouse_conetent h3 {
	color: var(--themecolor);
	text-align: center;
}

.howtouse_conetent h3 span {
	color: var(--secondarycolor);
}

.howtouse_conetent h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

h4.howtovide_bgtitle {
	position: absolute;
	padding: 10px;
	color: #fff;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	background: rgba(0, 0, 0, .8);
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .7) 30%, rgba(0, 0, 0, .7) 70%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .7) 30%, rgba(0, 0, 0, .7) 70%, rgba(0, 0, 0, 0) 100%);
	padding: 1em 25% 2em 1em;
}

.howto_videosec:hover .play_btn {
	background: var(--themecolor) url(../images/play.png)no-repeat center;
}
.howto_videosec:hover .download_btn {
	background: var(--themecolor) url(../images/download_icon.png)no-repeat center;
}
.howtovideo_inner.cursor, {
    cursor: zoom-in;
}

.howtovideo_inner img {
    border-bottom: 5px solid var(--themecolor);
}
.play_btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 43px;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	width: 98px;
	height: 98px;
	line-height: 98px;
	cursor: pointer;
	z-index: 9;
	background: #565656b8 url(../images/play.png)no-repeat center;
}
.download_btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 43px;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	width: 98px;
	height: 98px;
	line-height: 98px;
	cursor: pointer;
	z-index: 9;
	background: #565656b8 url(../images/download_icon.png)no-repeat center;
}

.howto_videotitlemain h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0px 20px;
}

.howto_subheading h4 {
	font-size: 22px;
	font-weight: bold;
	margin: 50px 0px;
}


/* ########################## */

.howtovideo_inner.cursor a {
    cursor: zoom-in;
}



.howto_videosec .download_btn, .howto_videosec .play_btn {
    top: 83px;
}
