/*# sourceMappingURL=style.css.map */

@charset "UTF-8";

/*
Theme Name: Itac safety
*/
@import url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/static/source/rev-1e0a9b6/fonts.googleapis.com/b5dd3b7fced47fe75806003b86ba12b4.css2");

@import url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/static/source/rev-1e0a9b6/fonts.googleapis.com/c0383a31b8a8b7b69c363acb838fbc55.css2");

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide>base, .fancybox-slide>link, .fancybox-slide>meta, .fancybox-slide>script, .fancybox-slide>style, .fancybox-slide>title {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%;
}

.fancybox-error, .fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff;
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all;
	position: relative;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

.fancybox-slide>.fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, .4);
	border-top: 6px solid hsla(0, 0%, 100%, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 33px;
	font-weight: 700;
	text-align: center;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.fancybox-share p:first-of-type {
	margin-right: -10px;
}

.fancybox-share_button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
	background: #fff;
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 140px;
	color: #707070;
	transition: all .2s;
}

.fancybox-share_button:focus, .fancybox-share_button:hover {
	text-decoration: none;
	color: #333;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
}

.fancybox-share_button svg {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
}

.fancybox-share input {
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0 0;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background: #ebebeb;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x>ul {
	overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px;
	}
	
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	
	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px);
	}
}

.container, .container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container::after, .container-fluid::after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 576px) {
	.container {
		width: 540px;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 720px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
		max-width: 100%;
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	position: relative;
	min-height: 1px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.col-xs-1 {
	float: left;
	width: 8.333333%;
}

.col-xs-2 {
	float: left;
	width: 16.666667%;
}

.col-xs-3 {
	float: left;
	width: 25%;
}

.col-xs-4 {
	float: left;
	width: 33.333333%;
}

.col-xs-5 {
	float: left;
	width: 41.666667%;
}

.col-xs-6 {
	float: left;
	width: 50%;
}

.col-xs-7 {
	float: left;
	width: 58.333333%;
}

.col-xs-8 {
	float: left;
	width: 66.666667%;
}

.col-xs-9 {
	float: left;
	width: 75%;
}

.col-xs-10 {
	float: left;
	width: 83.333333%;
}

.col-xs-11 {
	float: left;
	width: 91.666667%;
}

.col-xs-12 {
	float: left;
	width: 100%;
}

.pull-xs-0 {
	right: auto;
}

.pull-xs-1 {
	right: 8.333333%;
}

.pull-xs-2 {
	right: 16.666667%;
}

.pull-xs-3 {
	right: 25%;
}

.pull-xs-4 {
	right: 33.333333%;
}

.pull-xs-5 {
	right: 41.666667%;
}

.pull-xs-6 {
	right: 50%;
}

.pull-xs-7 {
	right: 58.333333%;
}

.pull-xs-8 {
	right: 66.666667%;
}

.pull-xs-9 {
	right: 75%;
}

.pull-xs-10 {
	right: 83.333333%;
}

.pull-xs-11 {
	right: 91.666667%;
}

.pull-xs-12 {
	right: 100%;
}

.push-xs-0 {
	left: auto;
}

.push-xs-1 {
	left: 8.333333%;
}

.push-xs-2 {
	left: 16.666667%;
}

.push-xs-3 {
	left: 25%;
}

.push-xs-4 {
	left: 33.333333%;
}

.push-xs-5 {
	left: 41.666667%;
}

.push-xs-6 {
	left: 50%;
}

.push-xs-7 {
	left: 58.333333%;
}

.push-xs-8 {
	left: 66.666667%;
}

.push-xs-9 {
	left: 75%;
}

.push-xs-10 {
	left: 83.333333%;
}

.push-xs-11 {
	left: 91.666667%;
}

.push-xs-12 {
	left: 100%;
}

.offset-xs-1 {
	margin-left: 8.333333%;
}

.offset-xs-2 {
	margin-left: 16.666667%;
}

.offset-xs-3 {
	margin-left: 25%;
}

.offset-xs-4 {
	margin-left: 33.333333%;
}

.offset-xs-5 {
	margin-left: 41.666667%;
}

.offset-xs-6 {
	margin-left: 50%;
}

.offset-xs-7 {
	margin-left: 58.333333%;
}

.offset-xs-8 {
	margin-left: 66.666667%;
}

.offset-xs-9 {
	margin-left: 75%;
}

.offset-xs-10 {
	margin-left: 83.333333%;
}

.offset-xs-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm-1 {
		float: left;
		width: 8.333333%;
	}
	
	.col-sm-2 {
		float: left;
		width: 16.666667%;
	}
	
	.col-sm-3 {
		float: left;
		width: 25%;
	}
	
	.col-sm-4 {
		float: left;
		width: 33.333333%;
	}
	
	.col-sm-5 {
		float: left;
		width: 41.666667%;
	}
	
	.col-sm-6 {
		float: left;
		width: 50%;
	}
	
	.col-sm-7 {
		float: left;
		width: 58.333333%;
	}
	
	.col-sm-8 {
		float: left;
		width: 66.666667%;
	}
	
	.col-sm-9 {
		float: left;
		width: 75%;
	}
	
	.col-sm-10 {
		float: left;
		width: 83.333333%;
	}
	
	.col-sm-11 {
		float: left;
		width: 91.666667%;
	}
	
	.col-sm-12 {
		float: left;
		width: 100%;
	}
	
	.pull-sm-0 {
		right: auto;
	}
	
	.pull-sm-1 {
		right: 8.333333%;
	}
	
	.pull-sm-2 {
		right: 16.666667%;
	}
	
	.pull-sm-3 {
		right: 25%;
	}
	
	.pull-sm-4 {
		right: 33.333333%;
	}
	
	.pull-sm-5 {
		right: 41.666667%;
	}
	
	.pull-sm-6 {
		right: 50%;
	}
	
	.pull-sm-7 {
		right: 58.333333%;
	}
	
	.pull-sm-8 {
		right: 66.666667%;
	}
	
	.pull-sm-9 {
		right: 75%;
	}
	
	.pull-sm-10 {
		right: 83.333333%;
	}
	
	.pull-sm-11 {
		right: 91.666667%;
	}
	
	.pull-sm-12 {
		right: 100%;
	}
	
	.push-sm-0 {
		left: auto;
	}
	
	.push-sm-1 {
		left: 8.333333%;
	}
	
	.push-sm-2 {
		left: 16.666667%;
	}
	
	.push-sm-3 {
		left: 25%;
	}
	
	.push-sm-4 {
		left: 33.333333%;
	}
	
	.push-sm-5 {
		left: 41.666667%;
	}
	
	.push-sm-6 {
		left: 50%;
	}
	
	.push-sm-7 {
		left: 58.333333%;
	}
	
	.push-sm-8 {
		left: 66.666667%;
	}
	
	.push-sm-9 {
		left: 75%;
	}
	
	.push-sm-10 {
		left: 83.333333%;
	}
	
	.push-sm-11 {
		left: 91.666667%;
	}
	
	.push-sm-12 {
		left: 100%;
	}
	
	.offset-sm-0 {
		margin-left: 0%;
	}
	
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md-1 {
		float: left;
		width: 8.333333%;
	}
	
	.col-md-2 {
		float: left;
		width: 16.666667%;
	}
	
	.col-md-3 {
		float: left;
		width: 25%;
	}
	
	.col-md-4 {
		float: left;
		width: 33.333333%;
	}
	
	.col-md-5 {
		float: left;
		width: 41.666667%;
	}
	
	.col-md-6 {
		float: left;
		width: 50%;
	}
	
	.col-md-7 {
		float: left;
		width: 58.333333%;
	}
	
	.col-md-8 {
		float: left;
		width: 66.666667%;
	}
	
	.col-md-9 {
		float: left;
		width: 75%;
	}
	
	.col-md-10 {
		float: left;
		width: 83.333333%;
	}
	
	.col-md-11 {
		float: left;
		width: 91.666667%;
	}
	
	.col-md-12 {
		float: left;
		width: 100%;
	}
	
	.pull-md-0 {
		right: auto;
	}
	
	.pull-md-1 {
		right: 8.333333%;
	}
	
	.pull-md-2 {
		right: 16.666667%;
	}
	
	.pull-md-3 {
		right: 25%;
	}
	
	.pull-md-4 {
		right: 33.333333%;
	}
	
	.pull-md-5 {
		right: 41.666667%;
	}
	
	.pull-md-6 {
		right: 50%;
	}
	
	.pull-md-7 {
		right: 58.333333%;
	}
	
	.pull-md-8 {
		right: 66.666667%;
	}
	
	.pull-md-9 {
		right: 75%;
	}
	
	.pull-md-10 {
		right: 83.333333%;
	}
	
	.pull-md-11 {
		right: 91.666667%;
	}
	
	.pull-md-12 {
		right: 100%;
	}
	
	.push-md-0 {
		left: auto;
	}
	
	.push-md-1 {
		left: 8.333333%;
	}
	
	.push-md-2 {
		left: 16.666667%;
	}
	
	.push-md-3 {
		left: 25%;
	}
	
	.push-md-4 {
		left: 33.333333%;
	}
	
	.push-md-5 {
		left: 41.666667%;
	}
	
	.push-md-6 {
		left: 50%;
	}
	
	.push-md-7 {
		left: 58.333333%;
	}
	
	.push-md-8 {
		left: 66.666667%;
	}
	
	.push-md-9 {
		left: 75%;
	}
	
	.push-md-10 {
		left: 83.333333%;
	}
	
	.push-md-11 {
		left: 91.666667%;
	}
	
	.push-md-12 {
		left: 100%;
	}
	
	.offset-md-0 {
		margin-left: 0%;
	}
	
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg-1 {
		float: left;
		width: 8.333333%;
	}
	
	.col-lg-2 {
		float: left;
		width: 16.666667%;
	}
	
	.col-lg-3 {
		float: left;
		width: 25%;
	}
	
	.col-lg-4 {
		float: left;
		width: 33.333333%;
	}
	
	.col-lg-5 {
		float: left;
		width: 41.666667%;
	}
	
	.col-lg-6 {
		float: left;
		width: 50%;
	}
	
	.col-lg-7 {
		float: left;
		width: 58.333333%;
	}
	
	.col-lg-8 {
		float: left;
		width: 66.666667%;
	}
	
	.col-lg-9 {
		float: left;
		width: 75%;
	}
	
	.col-lg-10 {
		float: left;
		width: 83.333333%;
	}
	
	.col-lg-11 {
		float: left;
		width: 91.666667%;
	}
	
	.col-lg-12 {
		float: left;
		width: 100%;
	}
	
	.pull-lg-0 {
		right: auto;
	}
	
	.pull-lg-1 {
		right: 8.333333%;
	}
	
	.pull-lg-2 {
		right: 16.666667%;
	}
	
	.pull-lg-3 {
		right: 25%;
	}
	
	.pull-lg-4 {
		right: 33.333333%;
	}
	
	.pull-lg-5 {
		right: 41.666667%;
	}
	
	.pull-lg-6 {
		right: 50%;
	}
	
	.pull-lg-7 {
		right: 58.333333%;
	}
	
	.pull-lg-8 {
		right: 66.666667%;
	}
	
	.pull-lg-9 {
		right: 75%;
	}
	
	.pull-lg-10 {
		right: 83.333333%;
	}
	
	.pull-lg-11 {
		right: 91.666667%;
	}
	
	.pull-lg-12 {
		right: 100%;
	}
	
	.push-lg-0 {
		left: auto;
	}
	
	.push-lg-1 {
		left: 8.333333%;
	}
	
	.push-lg-2 {
		left: 16.666667%;
	}
	
	.push-lg-3 {
		left: 25%;
	}
	
	.push-lg-4 {
		left: 33.333333%;
	}
	
	.push-lg-5 {
		left: 41.666667%;
	}
	
	.push-lg-6 {
		left: 50%;
	}
	
	.push-lg-7 {
		left: 58.333333%;
	}
	
	.push-lg-8 {
		left: 66.666667%;
	}
	
	.push-lg-9 {
		left: 75%;
	}
	
	.push-lg-10 {
		left: 83.333333%;
	}
	
	.push-lg-11 {
		left: 91.666667%;
	}
	
	.push-lg-12 {
		left: 100%;
	}
	
	.offset-lg-0 {
		margin-left: 0%;
	}
	
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		float: left;
		width: 8.333333%;
	}
	
	.col-xl-2 {
		float: left;
		width: 16.666667%;
	}
	
	.col-xl-3 {
		float: left;
		width: 25%;
	}
	
	.col-xl-4 {
		float: left;
		width: 33.333333%;
	}
	
	.col-xl-5 {
		float: left;
		width: 41.666667%;
	}
	
	.col-xl-6 {
		float: left;
		width: 50%;
	}
	
	.col-xl-7 {
		float: left;
		width: 58.333333%;
	}
	
	.col-xl-8 {
		float: left;
		width: 66.666667%;
	}
	
	.col-xl-9 {
		float: left;
		width: 75%;
	}
	
	.col-xl-10 {
		float: left;
		width: 83.333333%;
	}
	
	.col-xl-11 {
		float: left;
		width: 91.666667%;
	}
	
	.col-xl-12 {
		float: left;
		width: 100%;
	}
	
	.pull-xl-0 {
		right: auto;
	}
	
	.pull-xl-1 {
		right: 8.333333%;
	}
	
	.pull-xl-2 {
		right: 16.666667%;
	}
	
	.pull-xl-3 {
		right: 25%;
	}
	
	.pull-xl-4 {
		right: 33.333333%;
	}
	
	.pull-xl-5 {
		right: 41.666667%;
	}
	
	.pull-xl-6 {
		right: 50%;
	}
	
	.pull-xl-7 {
		right: 58.333333%;
	}
	
	.pull-xl-8 {
		right: 66.666667%;
	}
	
	.pull-xl-9 {
		right: 75%;
	}
	
	.pull-xl-10 {
		right: 83.333333%;
	}
	
	.pull-xl-11 {
		right: 91.666667%;
	}
	
	.pull-xl-12 {
		right: 100%;
	}
	
	.push-xl-0 {
		left: auto;
	}
	
	.push-xl-1 {
		left: 8.333333%;
	}
	
	.push-xl-2 {
		left: 16.666667%;
	}
	
	.push-xl-3 {
		left: 25%;
	}
	
	.push-xl-4 {
		left: 33.333333%;
	}
	
	.push-xl-5 {
		left: 41.666667%;
	}
	
	.push-xl-6 {
		left: 50%;
	}
	
	.push-xl-7 {
		left: 58.333333%;
	}
	
	.push-xl-8 {
		left: 66.666667%;
	}
	
	.push-xl-9 {
		left: 75%;
	}
	
	.push-xl-10 {
		left: 83.333333%;
	}
	
	.push-xl-11 {
		left: 91.666667%;
	}
	
	.push-xl-12 {
		left: 100%;
	}
	
	.offset-xl-0 {
		margin-left: 0%;
	}
	
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.float-xs-left {
	float: left !important;
}

.float-xs-right {
	float: right !important;
}

.float-xs-none {
	float: none !important;
}

@media (min-width: 480px) {
	.float-sm-left {
		float: left !important;
	}
	
	.float-sm-right {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	
	.float-md-right {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	
	.float-lg-right {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	
	.float-xl-right {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
	
	.hidden-xl {
		display: none;
	}
	
	.visible-xl {
		display: block;
	}
}

hr {
	margin: 5px auto !important;
}

.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}

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

.text-xs-right {
	text-align: right !important;
}

.text-xs-center {
	text-align: center !important;
}

@media (max-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (max-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (max-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (max-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

.hidden-xs-up, .hidden-xl-down {
	display: none !important;
}

@media (max-width: 576px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 577px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-md-down, .main_header .top_header {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none !important;
	}
}

.ml-100 {
	margin-left: 100%;
}

.ml-99 {
	margin-left: 99%;
}

.ml-98 {
	margin-left: 98%;
}

.ml-97 {
	margin-left: 97%;
}

.ml-96 {
	margin-left: 96%;
}

.ml-95 {
	margin-left: 95%;
}

.ml-94 {
	margin-left: 94%;
}

.ml-93 {
	margin-left: 93%;
}

.ml-92 {
	margin-left: 92%;
}

.ml-91 {
	margin-left: 91%;
}

.ml-90 {
	margin-left: 90%;
}

.ml-89 {
	margin-left: 89%;
}

.ml-88 {
	margin-left: 88%;
}

.ml-87 {
	margin-left: 87%;
}

.ml-86 {
	margin-left: 86%;
}

.ml-85 {
	margin-left: 85%;
}

.ml-84 {
	margin-left: 84%;
}

.ml-83 {
	margin-left: 83%;
}

.ml-82 {
	margin-left: 82%;
}

.ml-81 {
	margin-left: 81%;
}

.ml-80 {
	margin-left: 80%;
}

.ml-79 {
	margin-left: 79%;
}

.ml-78 {
	margin-left: 78%;
}

.ml-77 {
	margin-left: 77%;
}

.ml-76 {
	margin-left: 76%;
}

.ml-75 {
	margin-left: 75%;
}

.ml-74 {
	margin-left: 74%;
}

.ml-73 {
	margin-left: 73%;
}

.ml-72 {
	margin-left: 72%;
}

.ml-71 {
	margin-left: 71%;
}

.ml-70 {
	margin-left: 70%;
}

.ml-69 {
	margin-left: 69%;
}

.ml-68 {
	margin-left: 68%;
}

.ml-67 {
	margin-left: 67%;
}

.ml-66 {
	margin-left: 66%;
}

.ml-65 {
	margin-left: 65%;
}

.ml-64 {
	margin-left: 64%;
}

.ml-63 {
	margin-left: 63%;
}

.ml-62 {
	margin-left: 62%;
}

.ml-61 {
	margin-left: 61%;
}

.ml-60 {
	margin-left: 60%;
}

.ml-59 {
	margin-left: 59%;
}

.ml-58 {
	margin-left: 58%;
}

.ml-57 {
	margin-left: 57%;
}

.ml-56 {
	margin-left: 56%;
}

.ml-55 {
	margin-left: 55%;
}

.ml-54 {
	margin-left: 54%;
}

.ml-53 {
	margin-left: 53%;
}

.ml-52 {
	margin-left: 52%;
}

.ml-51 {
	margin-left: 51%;
}

.ml-50 {
	margin-left: 50%;
}

.ml-49 {
	margin-left: 49%;
}

.ml-48 {
	margin-left: 48%;
}

.ml-47 {
	margin-left: 47%;
}

.ml-46 {
	margin-left: 46%;
}

.ml-45 {
	margin-left: 45%;
}

.ml-44 {
	margin-left: 44%;
}

.ml-43 {
	margin-left: 43%;
}

.ml-42 {
	margin-left: 42%;
}

.ml-41 {
	margin-left: 41%;
}

.ml-40 {
	margin-left: 40%;
}

.ml-39 {
	margin-left: 39%;
}

.ml-38 {
	margin-left: 38%;
}

.ml-37 {
	margin-left: 37%;
}

.ml-36 {
	margin-left: 36%;
}

.ml-35 {
	margin-left: 35%;
}

.ml-34 {
	margin-left: 34%;
}

.ml-33 {
	margin-left: 33%;
}

.ml-32 {
	margin-left: 32%;
}

.ml-31 {
	margin-left: 31%;
}

.ml-30 {
	margin-left: 30%;
}

.ml-29 {
	margin-left: 29%;
}

.ml-28 {
	margin-left: 28%;
}

.ml-27 {
	margin-left: 27%;
}

.ml-26 {
	margin-left: 26%;
}

.ml-25 {
	margin-left: 25%;
}

.ml-24 {
	margin-left: 24%;
}

.ml-23 {
	margin-left: 23%;
}

.ml-22 {
	margin-left: 22%;
}

.ml-21 {
	margin-left: 21%;
}

.ml-20 {
	margin-left: 20%;
}

.ml-19 {
	margin-left: 19%;
}

.ml-18 {
	margin-left: 18%;
}

.ml-17 {
	margin-left: 17%;
}

.ml-16 {
	margin-left: 16%;
}

.ml-15 {
	margin-left: 15%;
}

.ml-14 {
	margin-left: 14%;
}

.ml-13 {
	margin-left: 13%;
}

.ml-12 {
	margin-left: 12%;
}

.ml-11 {
	margin-left: 11%;
}

.ml-10 {
	margin-left: 10%;
}

.ml-9 {
	margin-left: 9%;
}

.ml-8 {
	margin-left: 8%;
}

.ml-7 {
	margin-left: 7%;
}

.ml-6 {
	margin-left: 6%;
}

.ml-5 {
	margin-left: 5%;
}

.ml-4 {
	margin-left: 4%;
}

.ml-3 {
	margin-left: 3%;
}

.ml-2 {
	margin-left: 2%;
}

.ml-1 {
	margin-left: 1%;
}

.mr-100 {
	margin-right: 100%;
}

.mr-99 {
	margin-right: 99%;
}

.mr-98 {
	margin-right: 98%;
}

.mr-97 {
	margin-right: 97%;
}

.mr-96 {
	margin-right: 96%;
}

.mr-95 {
	margin-right: 95%;
}

.mr-94 {
	margin-right: 94%;
}

.mr-93 {
	margin-right: 93%;
}

.mr-92 {
	margin-right: 92%;
}

.mr-91 {
	margin-right: 91%;
}

.mr-90 {
	margin-right: 90%;
}

.mr-89 {
	margin-right: 89%;
}

.mr-88 {
	margin-right: 88%;
}

.mr-87 {
	margin-right: 87%;
}

.mr-86 {
	margin-right: 86%;
}

.mr-85 {
	margin-right: 85%;
}

.mr-84 {
	margin-right: 84%;
}

.mr-83 {
	margin-right: 83%;
}

.mr-82 {
	margin-right: 82%;
}

.mr-81 {
	margin-right: 81%;
}

.mr-80 {
	margin-right: 80%;
}

.mr-79 {
	margin-right: 79%;
}

.mr-78 {
	margin-right: 78%;
}

.mr-77 {
	margin-right: 77%;
}

.mr-76 {
	margin-right: 76%;
}

.mr-75 {
	margin-right: 75%;
}

.mr-74 {
	margin-right: 74%;
}

.mr-73 {
	margin-right: 73%;
}

.mr-72 {
	margin-right: 72%;
}

.mr-71 {
	margin-right: 71%;
}

.mr-70 {
	margin-right: 70%;
}

.mr-69 {
	margin-right: 69%;
}

.mr-68 {
	margin-right: 68%;
}

.mr-67 {
	margin-right: 67%;
}

.mr-66 {
	margin-right: 66%;
}

.mr-65 {
	margin-right: 65%;
}

.mr-64 {
	margin-right: 64%;
}

.mr-63 {
	margin-right: 63%;
}

.mr-62 {
	margin-right: 62%;
}

.mr-61 {
	margin-right: 61%;
}

.mr-60 {
	margin-right: 60%;
}

.mr-59 {
	margin-right: 59%;
}

.mr-58 {
	margin-right: 58%;
}

.mr-57 {
	margin-right: 57%;
}

.mr-56 {
	margin-right: 56%;
}

.mr-55 {
	margin-right: 55%;
}

.mr-54 {
	margin-right: 54%;
}

.mr-53 {
	margin-right: 53%;
}

.mr-52 {
	margin-right: 52%;
}

.mr-51 {
	margin-right: 51%;
}

.mr-50 {
	margin-right: 50%;
}

.mr-49 {
	margin-right: 49%;
}

.mr-48 {
	margin-right: 48%;
}

.mr-47 {
	margin-right: 47%;
}

.mr-46 {
	margin-right: 46%;
}

.mr-45 {
	margin-right: 45%;
}

.mr-44 {
	margin-right: 44%;
}

.mr-43 {
	margin-right: 43%;
}

.mr-42 {
	margin-right: 42%;
}

.mr-41 {
	margin-right: 41%;
}

.mr-40 {
	margin-right: 40%;
}

.mr-39 {
	margin-right: 39%;
}

.mr-38 {
	margin-right: 38%;
}

.mr-37 {
	margin-right: 37%;
}

.mr-36 {
	margin-right: 36%;
}

.mr-35 {
	margin-right: 35%;
}

.mr-34 {
	margin-right: 34%;
}

.mr-33 {
	margin-right: 33%;
}

.mr-32 {
	margin-right: 32%;
}

.mr-31 {
	margin-right: 31%;
}

.mr-30 {
	margin-right: 30%;
}

.mr-29 {
	margin-right: 29%;
}

.mr-28 {
	margin-right: 28%;
}

.mr-27 {
	margin-right: 27%;
}

.mr-26 {
	margin-right: 26%;
}

.mr-25 {
	margin-right: 25%;
}

.mr-24 {
	margin-right: 24%;
}

.mr-23 {
	margin-right: 23%;
}

.mr-22 {
	margin-right: 22%;
}

.mr-21 {
	margin-right: 21%;
}

.mr-20 {
	margin-right: 20%;
}

.mr-19 {
	margin-right: 19%;
}

.mr-18 {
	margin-right: 18%;
}

.mr-17 {
	margin-right: 17%;
}

.mr-16 {
	margin-right: 16%;
}

.mr-15 {
	margin-right: 15%;
}

.mr-14 {
	margin-right: 14%;
}

.mr-13 {
	margin-right: 13%;
}

.mr-12 {
	margin-right: 12%;
}

.mr-11 {
	margin-right: 11%;
}

.mr-10 {
	margin-right: 10%;
}

.mr-9 {
	margin-right: 9%;
}

.mr-8 {
	margin-right: 8%;
}

.mr-7 {
	margin-right: 7%;
}

.mr-6 {
	margin-right: 6%;
}

.mr-5 {
	margin-right: 5%;
}

.mr-4 {
	margin-right: 4%;
}

.mr-3 {
	margin-right: 3%;
}

.mr-2 {
	margin-right: 2%;
}

.mr-1 {
	margin-right: 1%;
}

.pr-100 {
	padding-right: 100%;
}

.pr-99 {
	padding-right: 99%;
}

.pr-98 {
	padding-right: 98%;
}

.pr-97 {
	padding-right: 97%;
}

.pr-96 {
	padding-right: 96%;
}

.pr-95 {
	padding-right: 95%;
}

.pr-94 {
	padding-right: 94%;
}

.pr-93 {
	padding-right: 93%;
}

.pr-92 {
	padding-right: 92%;
}

.pr-91 {
	padding-right: 91%;
}

.pr-90 {
	padding-right: 90%;
}

.pr-89 {
	padding-right: 89%;
}

.pr-88 {
	padding-right: 88%;
}

.pr-87 {
	padding-right: 87%;
}

.pr-86 {
	padding-right: 86%;
}

.pr-85 {
	padding-right: 85%;
}

.pr-84 {
	padding-right: 84%;
}

.pr-83 {
	padding-right: 83%;
}

.pr-82 {
	padding-right: 82%;
}

.pr-81 {
	padding-right: 81%;
}

.pr-80 {
	padding-right: 80%;
}

.pr-79 {
	padding-right: 79%;
}

.pr-78 {
	padding-right: 78%;
}

.pr-77 {
	padding-right: 77%;
}

.pr-76 {
	padding-right: 76%;
}

.pr-75 {
	padding-right: 75%;
}

.pr-74 {
	padding-right: 74%;
}

.pr-73 {
	padding-right: 73%;
}

.pr-72 {
	padding-right: 72%;
}

.pr-71 {
	padding-right: 71%;
}

.pr-70 {
	padding-right: 70%;
}

.pr-69 {
	padding-right: 69%;
}

.pr-68 {
	padding-right: 68%;
}

.pr-67 {
	padding-right: 67%;
}

.pr-66 {
	padding-right: 66%;
}

.pr-65 {
	padding-right: 65%;
}

.pr-64 {
	padding-right: 64%;
}

.pr-63 {
	padding-right: 63%;
}

.pr-62 {
	padding-right: 62%;
}

.pr-61 {
	padding-right: 61%;
}

.pr-60 {
	padding-right: 60%;
}

.pr-59 {
	padding-right: 59%;
}

.pr-58 {
	padding-right: 58%;
}

.pr-57 {
	padding-right: 57%;
}

.pr-56 {
	padding-right: 56%;
}

.pr-55 {
	padding-right: 55%;
}

.pr-54 {
	padding-right: 54%;
}

.pr-53 {
	padding-right: 53%;
}

.pr-52 {
	padding-right: 52%;
}

.pr-51 {
	padding-right: 51%;
}

.pr-50 {
	padding-right: 50%;
}

.pr-49 {
	padding-right: 49%;
}

.pr-48 {
	padding-right: 48%;
}

.pr-47 {
	padding-right: 47%;
}

.pr-46 {
	padding-right: 46%;
}

.pr-45 {
	padding-right: 45%;
}

.pr-44 {
	padding-right: 44%;
}

.pr-43 {
	padding-right: 43%;
}

.pr-42 {
	padding-right: 42%;
}

.pr-41 {
	padding-right: 41%;
}

.pr-40 {
	padding-right: 40%;
}

.pr-39 {
	padding-right: 39%;
}

.pr-38 {
	padding-right: 38%;
}

.pr-37 {
	padding-right: 37%;
}

.pr-36 {
	padding-right: 36%;
}

.pr-35 {
	padding-right: 35%;
}

.pr-34 {
	padding-right: 34%;
}

.pr-33 {
	padding-right: 33%;
}

.pr-32 {
	padding-right: 32%;
}

.pr-31 {
	padding-right: 31%;
}

.pr-30 {
	padding-right: 30%;
}

.pr-29 {
	padding-right: 29%;
}

.pr-28 {
	padding-right: 28%;
}

.pr-27 {
	padding-right: 27%;
}

.pr-26 {
	padding-right: 26%;
}

.pr-25 {
	padding-right: 25%;
}

.pr-24 {
	padding-right: 24%;
}

.pr-23 {
	padding-right: 23%;
}

.pr-22 {
	padding-right: 22%;
}

.pr-21 {
	padding-right: 21%;
}

.pr-20 {
	padding-right: 20%;
}

.pr-19 {
	padding-right: 19%;
}

.pr-18 {
	padding-right: 18%;
}

.pr-17 {
	padding-right: 17%;
}

.pr-16 {
	padding-right: 16%;
}

.pr-15 {
	padding-right: 15%;
}

.pr-14 {
	padding-right: 14%;
}

.pr-13 {
	padding-right: 13%;
}

.pr-12 {
	padding-right: 12%;
}

.pr-11 {
	padding-right: 11%;
}

.pr-10 {
	padding-right: 10%;
}

.pr-9 {
	padding-right: 9%;
}

.pr-8 {
	padding-right: 8%;
}

.pr-7 {
	padding-right: 7%;
}

.pr-6 {
	padding-right: 6%;
}

.pr-5 {
	padding-right: 5%;
}

.pr-4 {
	padding-right: 4%;
}

.pr-3 {
	padding-right: 3%;
}

.pr-2 {
	padding-right: 2%;
}

.pr-1 {
	padding-right: 1%;
}

.pl-100 {
	padding-left: 100%;
}

.pl-99 {
	padding-left: 99%;
}

.pl-98 {
	padding-left: 98%;
}

.pl-97 {
	padding-left: 97%;
}

.pl-96 {
	padding-left: 96%;
}

.pl-95 {
	padding-left: 95%;
}

.pl-94 {
	padding-left: 94%;
}

.pl-93 {
	padding-left: 93%;
}

.pl-92 {
	padding-left: 92%;
}

.pl-91 {
	padding-left: 91%;
}

.pl-90 {
	padding-left: 90%;
}

.pl-89 {
	padding-left: 89%;
}

.pl-88 {
	padding-left: 88%;
}

.pl-87 {
	padding-left: 87%;
}

.pl-86 {
	padding-left: 86%;
}

.pl-85 {
	padding-left: 85%;
}

.pl-84 {
	padding-left: 84%;
}

.pl-83 {
	padding-left: 83%;
}

.pl-82 {
	padding-left: 82%;
}

.pl-81 {
	padding-left: 81%;
}

.pl-80 {
	padding-left: 80%;
}

.pl-79 {
	padding-left: 79%;
}

.pl-78 {
	padding-left: 78%;
}

.pl-77 {
	padding-left: 77%;
}

.pl-76 {
	padding-left: 76%;
}

.pl-75 {
	padding-left: 75%;
}

.pl-74 {
	padding-left: 74%;
}

.pl-73 {
	padding-left: 73%;
}

.pl-72 {
	padding-left: 72%;
}

.pl-71 {
	padding-left: 71%;
}

.pl-70 {
	padding-left: 70%;
}

.pl-69 {
	padding-left: 69%;
}

.pl-68 {
	padding-left: 68%;
}

.pl-67 {
	padding-left: 67%;
}

.pl-66 {
	padding-left: 66%;
}

.pl-65 {
	padding-left: 65%;
}

.pl-64 {
	padding-left: 64%;
}

.pl-63 {
	padding-left: 63%;
}

.pl-62 {
	padding-left: 62%;
}

.pl-61 {
	padding-left: 61%;
}

.pl-60 {
	padding-left: 60%;
}

.pl-59 {
	padding-left: 59%;
}

.pl-58 {
	padding-left: 58%;
}

.pl-57 {
	padding-left: 57%;
}

.pl-56 {
	padding-left: 56%;
}

.pl-55 {
	padding-left: 55%;
}

.pl-54 {
	padding-left: 54%;
}

.pl-53 {
	padding-left: 53%;
}

.pl-52 {
	padding-left: 52%;
}

.pl-51 {
	padding-left: 51%;
}

.pl-50 {
	padding-left: 50%;
}

.pl-49 {
	padding-left: 49%;
}

.pl-48 {
	padding-left: 48%;
}

.pl-47 {
	padding-left: 47%;
}

.pl-46 {
	padding-left: 46%;
}

.pl-45 {
	padding-left: 45%;
}

.pl-44 {
	padding-left: 44%;
}

.pl-43 {
	padding-left: 43%;
}

.pl-42 {
	padding-left: 42%;
}

.pl-41 {
	padding-left: 41%;
}

.pl-40 {
	padding-left: 40%;
}

.pl-39 {
	padding-left: 39%;
}

.pl-38 {
	padding-left: 38%;
}

.pl-37 {
	padding-left: 37%;
}

.pl-36 {
	padding-left: 36%;
}

.pl-35 {
	padding-left: 35%;
}

.pl-34 {
	padding-left: 34%;
}

.pl-33 {
	padding-left: 33%;
}

.pl-32 {
	padding-left: 32%;
}

.pl-31 {
	padding-left: 31%;
}

.pl-30 {
	padding-left: 30%;
}

.pl-29 {
	padding-left: 29%;
}

.pl-28 {
	padding-left: 28%;
}

.pl-27 {
	padding-left: 27%;
}

.pl-26 {
	padding-left: 26%;
}

.pl-25 {
	padding-left: 25%;
}

.pl-24 {
	padding-left: 24%;
}

.pl-23 {
	padding-left: 23%;
}

.pl-22 {
	padding-left: 22%;
}

.pl-21 {
	padding-left: 21%;
}

.pl-20 {
	padding-left: 20%;
}

.pl-19 {
	padding-left: 19%;
}

.pl-18 {
	padding-left: 18%;
}

.pl-17 {
	padding-left: 17%;
}

.pl-16 {
	padding-left: 16%;
}

.pl-15 {
	padding-left: 15%;
}

.pl-14 {
	padding-left: 14%;
}

.pl-13 {
	padding-left: 13%;
}

.pl-12 {
	padding-left: 12%;
}

.pl-11 {
	padding-left: 11%;
}

.pl-10 {
	padding-left: 10%;
}

.pl-9 {
	padding-left: 9%;
}

.pl-8 {
	padding-left: 8%;
}

.pl-7 {
	padding-left: 7%;
}

.pl-6 {
	padding-left: 6%;
}

.pl-5 {
	padding-left: 5%;
}

.pl-4 {
	padding-left: 4%;
}

.pl-3 {
	padding-left: 3%;
}

.pl-2 {
	padding-left: 2%;
}

.pl-1 {
	padding-left: 1%;
}

.mb-100 {
	margin-bottom: 100% !important;
}

.mb-99 {
	margin-bottom: 99% !important;
}

.mb-98 {
	margin-bottom: 98% !important;
}

.mb-97 {
	margin-bottom: 97% !important;
}

.mb-96 {
	margin-bottom: 96% !important;
}

.mb-95 {
	margin-bottom: 95% !important;
}

.mb-94 {
	margin-bottom: 94% !important;
}

.mb-93 {
	margin-bottom: 93% !important;
}

.mb-92 {
	margin-bottom: 92% !important;
}

.mb-91 {
	margin-bottom: 91% !important;
}

.mb-90 {
	margin-bottom: 90% !important;
}

.mb-89 {
	margin-bottom: 89% !important;
}

.mb-88 {
	margin-bottom: 88% !important;
}

.mb-87 {
	margin-bottom: 87% !important;
}

.mb-86 {
	margin-bottom: 86% !important;
}

.mb-85 {
	margin-bottom: 85% !important;
}

.mb-84 {
	margin-bottom: 84% !important;
}

.mb-83 {
	margin-bottom: 83% !important;
}

.mb-82 {
	margin-bottom: 82% !important;
}

.mb-81 {
	margin-bottom: 81% !important;
}

.mb-80 {
	margin-bottom: 80% !important;
}

.mb-79 {
	margin-bottom: 79% !important;
}

.mb-78 {
	margin-bottom: 78% !important;
}

.mb-77 {
	margin-bottom: 77% !important;
}

.mb-76 {
	margin-bottom: 76% !important;
}

.mb-75 {
	margin-bottom: 75% !important;
}

.mb-74 {
	margin-bottom: 74% !important;
}

.mb-73 {
	margin-bottom: 73% !important;
}

.mb-72 {
	margin-bottom: 72% !important;
}

.mb-71 {
	margin-bottom: 71% !important;
}

.mb-70 {
	margin-bottom: 70% !important;
}

.mb-69 {
	margin-bottom: 69% !important;
}

.mb-68 {
	margin-bottom: 68% !important;
}

.mb-67 {
	margin-bottom: 67% !important;
}

.mb-66 {
	margin-bottom: 66% !important;
}

.mb-65 {
	margin-bottom: 65% !important;
}

.mb-64 {
	margin-bottom: 64% !important;
}

.mb-63 {
	margin-bottom: 63% !important;
}

.mb-62 {
	margin-bottom: 62% !important;
}

.mb-61 {
	margin-bottom: 61% !important;
}

.mb-60 {
	margin-bottom: 60% !important;
}

.mb-59 {
	margin-bottom: 59% !important;
}

.mb-58 {
	margin-bottom: 58% !important;
}

.mb-57 {
	margin-bottom: 57% !important;
}

.mb-56 {
	margin-bottom: 56% !important;
}

.mb-55 {
	margin-bottom: 55% !important;
}

.mb-54 {
	margin-bottom: 54% !important;
}

.mb-53 {
	margin-bottom: 53% !important;
}

.mb-52 {
	margin-bottom: 52% !important;
}

.mb-51 {
	margin-bottom: 51% !important;
}

.mb-50 {
	margin-bottom: 50% !important;
}

.mb-49 {
	margin-bottom: 49% !important;
}

.mb-48 {
	margin-bottom: 48% !important;
}

.mb-47 {
	margin-bottom: 47% !important;
}

.mb-46 {
	margin-bottom: 46% !important;
}

.mb-45 {
	margin-bottom: 45% !important;
}

.mb-44 {
	margin-bottom: 44% !important;
}

.mb-43 {
	margin-bottom: 43% !important;
}

.mb-42 {
	margin-bottom: 42% !important;
}

.mb-41 {
	margin-bottom: 41% !important;
}

.mb-40 {
	margin-bottom: 40% !important;
}

.mb-39 {
	margin-bottom: 39% !important;
}

.mb-38 {
	margin-bottom: 38% !important;
}

.mb-37 {
	margin-bottom: 37% !important;
}

.mb-36 {
	margin-bottom: 36% !important;
}

.mb-35 {
	margin-bottom: 35% !important;
}

.mb-34 {
	margin-bottom: 34% !important;
}

.mb-33 {
	margin-bottom: 33% !important;
}

.mb-32 {
	margin-bottom: 32% !important;
}

.mb-31 {
	margin-bottom: 31% !important;
}

.mb-30 {
	margin-bottom: 30% !important;
}

.mb-29 {
	margin-bottom: 29% !important;
}

.mb-28 {
	margin-bottom: 28% !important;
}

.mb-27 {
	margin-bottom: 27% !important;
}

.mb-26 {
	margin-bottom: 26% !important;
}

.mb-25 {
	margin-bottom: 25% !important;
}

.mb-24 {
	margin-bottom: 24% !important;
}

.mb-23 {
	margin-bottom: 23% !important;
}

.mb-22 {
	margin-bottom: 22% !important;
}

.mb-21 {
	margin-bottom: 21% !important;
}

.mb-20 {
	margin-bottom: 20% !important;
}

.mb-19 {
	margin-bottom: 19% !important;
}

.mb-18 {
	margin-bottom: 18% !important;
}

.mb-17 {
	margin-bottom: 17% !important;
}

.mb-16 {
	margin-bottom: 16% !important;
}

.mb-15 {
	margin-bottom: 15% !important;
}

.mb-14 {
	margin-bottom: 14% !important;
}

.mb-13 {
	margin-bottom: 13% !important;
}

.mb-12 {
	margin-bottom: 12% !important;
}

.mb-11 {
	margin-bottom: 11% !important;
}

.mb-10 {
	margin-bottom: 10% !important;
}

.mb-9 {
	margin-bottom: 9% !important;
}

.mb-8 {
	margin-bottom: 8% !important;
}

.mb-7 {
	margin-bottom: 7% !important;
}

.mb-6 {
	margin-bottom: 6% !important;
}

.mb-5 {
	margin-bottom: 5% !important;
}

.mb-4 {
	margin-bottom: 4% !important;
}

.mb-3 {
	margin-bottom: 3% !important;
}

.mb-2 {
	margin-bottom: 2% !important;
}

.mb-1 {
	margin-bottom: 1% !important;
}

.mb-0 {
	margin-bottom: 0% !important;
}

.mt-100 {
	margin-top: 100% !important;
}

.mt-99 {
	margin-top: 99% !important;
}

.mt-98 {
	margin-top: 98% !important;
}

.mt-97 {
	margin-top: 97% !important;
}

.mt-96 {
	margin-top: 96% !important;
}

.mt-95 {
	margin-top: 95% !important;
}

.mt-94 {
	margin-top: 94% !important;
}

.mt-93 {
	margin-top: 93% !important;
}

.mt-92 {
	margin-top: 92% !important;
}

.mt-91 {
	margin-top: 91% !important;
}

.mt-90 {
	margin-top: 90% !important;
}

.mt-89 {
	margin-top: 89% !important;
}

.mt-88 {
	margin-top: 88% !important;
}

.mt-87 {
	margin-top: 87% !important;
}

.mt-86 {
	margin-top: 86% !important;
}

.mt-85 {
	margin-top: 85% !important;
}

.mt-84 {
	margin-top: 84% !important;
}

.mt-83 {
	margin-top: 83% !important;
}

.mt-82 {
	margin-top: 82% !important;
}

.mt-81 {
	margin-top: 81% !important;
}

.mt-80 {
	margin-top: 80% !important;
}

.mt-79 {
	margin-top: 79% !important;
}

.mt-78 {
	margin-top: 78% !important;
}

.mt-77 {
	margin-top: 77% !important;
}

.mt-76 {
	margin-top: 76% !important;
}

.mt-75 {
	margin-top: 75% !important;
}

.mt-74 {
	margin-top: 74% !important;
}

.mt-73 {
	margin-top: 73% !important;
}

.mt-72 {
	margin-top: 72% !important;
}

.mt-71 {
	margin-top: 71% !important;
}

.mt-70 {
	margin-top: 70% !important;
}

.mt-69 {
	margin-top: 69% !important;
}

.mt-68 {
	margin-top: 68% !important;
}

.mt-67 {
	margin-top: 67% !important;
}

.mt-66 {
	margin-top: 66% !important;
}

.mt-65 {
	margin-top: 65% !important;
}

.mt-64 {
	margin-top: 64% !important;
}

.mt-63 {
	margin-top: 63% !important;
}

.mt-62 {
	margin-top: 62% !important;
}

.mt-61 {
	margin-top: 61% !important;
}

.mt-60 {
	margin-top: 60% !important;
}

.mt-59 {
	margin-top: 59% !important;
}

.mt-58 {
	margin-top: 58% !important;
}

.mt-57 {
	margin-top: 57% !important;
}

.mt-56 {
	margin-top: 56% !important;
}

.mt-55 {
	margin-top: 55% !important;
}

.mt-54 {
	margin-top: 54% !important;
}

.mt-53 {
	margin-top: 53% !important;
}

.mt-52 {
	margin-top: 52% !important;
}

.mt-51 {
	margin-top: 51% !important;
}

.mt-50 {
	margin-top: 50% !important;
}

.mt-49 {
	margin-top: 49% !important;
}

.mt-48 {
	margin-top: 48% !important;
}

.mt-47 {
	margin-top: 47% !important;
}

.mt-46 {
	margin-top: 46% !important;
}

.mt-45 {
	margin-top: 45% !important;
}

.mt-44 {
	margin-top: 44% !important;
}

.mt-43 {
	margin-top: 43% !important;
}

.mt-42 {
	margin-top: 42% !important;
}

.mt-41 {
	margin-top: 41% !important;
}

.mt-40 {
	margin-top: 40% !important;
}

.mt-39 {
	margin-top: 39% !important;
}

.mt-38 {
	margin-top: 38% !important;
}

.mt-37 {
	margin-top: 37% !important;
}

.mt-36 {
	margin-top: 36% !important;
}

.mt-35 {
	margin-top: 35% !important;
}

.mt-34 {
	margin-top: 34% !important;
}

.mt-33 {
	margin-top: 33% !important;
}

.mt-32 {
	margin-top: 32% !important;
}

.mt-31 {
	margin-top: 31% !important;
}

.mt-30 {
	margin-top: 30% !important;
}

.mt-29 {
	margin-top: 29% !important;
}

.mt-28 {
	margin-top: 28% !important;
}

.mt-27 {
	margin-top: 27% !important;
}

.mt-26 {
	margin-top: 26% !important;
}

.mt-25 {
	margin-top: 25% !important;
}

.mt-24 {
	margin-top: 24% !important;
}

.mt-23 {
	margin-top: 23% !important;
}

.mt-22 {
	margin-top: 22% !important;
}

.mt-21 {
	margin-top: 21% !important;
}

.mt-20 {
	margin-top: 20% !important;
}

.mt-19 {
	margin-top: 19% !important;
}

.mt-18 {
	margin-top: 18% !important;
}

.mt-17 {
	margin-top: 17% !important;
}

.mt-16 {
	margin-top: 16% !important;
}

.mt-15 {
	margin-top: 15% !important;
}

.mt-14 {
	margin-top: 14% !important;
}

.mt-13 {
	margin-top: 13% !important;
}

.mt-12 {
	margin-top: 12% !important;
}

.mt-11 {
	margin-top: 11% !important;
}

.mt-10 {
	margin-top: 10% !important;
}

.mt-9 {
	margin-top: 9% !important;
}

.mt-8 {
	margin-top: 8% !important;
}

.mt-7 {
	margin-top: 7% !important;
}

.mt-6 {
	margin-top: 6% !important;
}

.mt-5 {
	margin-top: 5% !important;
}

.mt-4 {
	margin-top: 4% !important;
}

.mt-3 {
	margin-top: 3% !important;
}

.mt-2 {
	margin-top: 2% !important;
}

.mt-1 {
	margin-top: 1% !important;
}

.mt-0 {
	margin-top: 0% !important;
}

.mbpx-100 {
	margin-bottom: 100px !important;
}

.mbpx-99 {
	margin-bottom: 99px !important;
}

.mbpx-98 {
	margin-bottom: 98px !important;
}

.mbpx-97 {
	margin-bottom: 97px !important;
}

.mbpx-96 {
	margin-bottom: 96px !important;
}

.mbpx-95 {
	margin-bottom: 95px !important;
}

.mbpx-94 {
	margin-bottom: 94px !important;
}

.mbpx-93 {
	margin-bottom: 93px !important;
}

.mbpx-92 {
	margin-bottom: 92px !important;
}

.mbpx-91 {
	margin-bottom: 91px !important;
}

.mbpx-90 {
	margin-bottom: 90px !important;
}

.mbpx-89 {
	margin-bottom: 89px !important;
}

.mbpx-88 {
	margin-bottom: 88px !important;
}

.mbpx-87 {
	margin-bottom: 87px !important;
}

.mbpx-86 {
	margin-bottom: 86px !important;
}

.mbpx-85 {
	margin-bottom: 85px !important;
}

.mbpx-84 {
	margin-bottom: 84px !important;
}

.mbpx-83 {
	margin-bottom: 83px !important;
}

.mbpx-82 {
	margin-bottom: 82px !important;
}

.mbpx-81 {
	margin-bottom: 81px !important;
}

.mbpx-80 {
	margin-bottom: 80px !important;
}

.mbpx-79 {
	margin-bottom: 79px !important;
}

.mbpx-78 {
	margin-bottom: 78px !important;
}

.mbpx-77 {
	margin-bottom: 77px !important;
}

.mbpx-76 {
	margin-bottom: 76px !important;
}

.mbpx-75 {
	margin-bottom: 75px !important;
}

.mbpx-74 {
	margin-bottom: 74px !important;
}

.mbpx-73 {
	margin-bottom: 73px !important;
}

.mbpx-72 {
	margin-bottom: 72px !important;
}

.mbpx-71 {
	margin-bottom: 71px !important;
}

.mbpx-70 {
	margin-bottom: 70px !important;
}

.mbpx-69 {
	margin-bottom: 69px !important;
}

.mbpx-68 {
	margin-bottom: 68px !important;
}

.mbpx-67 {
	margin-bottom: 67px !important;
}

.mbpx-66 {
	margin-bottom: 66px !important;
}

.mbpx-65 {
	margin-bottom: 65px !important;
}

.mbpx-64 {
	margin-bottom: 64px !important;
}

.mbpx-63 {
	margin-bottom: 63px !important;
}

.mbpx-62 {
	margin-bottom: 62px !important;
}

.mbpx-61 {
	margin-bottom: 61px !important;
}

.mbpx-60 {
	margin-bottom: 60px !important;
}

.mbpx-59 {
	margin-bottom: 59px !important;
}

.mbpx-58 {
	margin-bottom: 58px !important;
}

.mbpx-57 {
	margin-bottom: 57px !important;
}

.mbpx-56 {
	margin-bottom: 56px !important;
}

.mbpx-55 {
	margin-bottom: 55px !important;
}

.mbpx-54 {
	margin-bottom: 54px !important;
}

.mbpx-53 {
	margin-bottom: 53px !important;
}

.mbpx-52 {
	margin-bottom: 52px !important;
}

.mbpx-51 {
	margin-bottom: 51px !important;
}

.mbpx-50 {
	margin-bottom: 50px !important;
}

.mbpx-49 {
	margin-bottom: 49px !important;
}

.mbpx-48 {
	margin-bottom: 48px !important;
}

.mbpx-47 {
	margin-bottom: 47px !important;
}

.mbpx-46 {
	margin-bottom: 46px !important;
}

.mbpx-45 {
	margin-bottom: 45px !important;
}

.mbpx-44 {
	margin-bottom: 44px !important;
}

.mbpx-43 {
	margin-bottom: 43px !important;
}

.mbpx-42 {
	margin-bottom: 42px !important;
}

.mbpx-41 {
	margin-bottom: 41px !important;
}

.mbpx-40 {
	margin-bottom: 40px !important;
}

.mbpx-39 {
	margin-bottom: 39px !important;
}

.mbpx-38 {
	margin-bottom: 38px !important;
}

.mbpx-37 {
	margin-bottom: 37px !important;
}

.mbpx-36 {
	margin-bottom: 36px !important;
}

.mbpx-35 {
	margin-bottom: 35px !important;
}

.mbpx-34 {
	margin-bottom: 34px !important;
}

.mbpx-33 {
	margin-bottom: 33px !important;
}

.mbpx-32 {
	margin-bottom: 32px !important;
}

.mbpx-31 {
	margin-bottom: 31px !important;
}

.mbpx-30 {
	margin-bottom: 30px !important;
}

.mbpx-29 {
	margin-bottom: 29px !important;
}

.mbpx-28 {
	margin-bottom: 28px !important;
}

.mbpx-27 {
	margin-bottom: 27px !important;
}

.mbpx-26 {
	margin-bottom: 26px !important;
}

.mbpx-25 {
	margin-bottom: 25px !important;
}

.mbpx-24 {
	margin-bottom: 24px !important;
}

.mbpx-23 {
	margin-bottom: 23px !important;
}

.mbpx-22 {
	margin-bottom: 22px !important;
}

.mbpx-21 {
	margin-bottom: 21px !important;
}

.mbpx-20 {
	margin-bottom: 20px !important;
}

.mbpx-19 {
	margin-bottom: 19px !important;
}

.mbpx-18 {
	margin-bottom: 18px !important;
}

.mbpx-17 {
	margin-bottom: 17px !important;
}

.mbpx-16 {
	margin-bottom: 16px !important;
}

.mbpx-15 {
	margin-bottom: 15px !important;
}

.mbpx-14 {
	margin-bottom: 14px !important;
}

.mbpx-13 {
	margin-bottom: 13px !important;
}

.mbpx-12 {
	margin-bottom: 12px !important;
}

.mbpx-11 {
	margin-bottom: 11px !important;
}

.mbpx-10 {
	margin-bottom: 10px !important;
}

.mbpx-9 {
	margin-bottom: 9px !important;
}

.mbpx-8 {
	margin-bottom: 8px !important;
}

.mbpx-7 {
	margin-bottom: 7px !important;
}

.mbpx-6 {
	margin-bottom: 6px !important;
}

.mbpx-5 {
	margin-bottom: 5px !important;
}

.mbpx-4 {
	margin-bottom: 4px !important;
}

.mbpx-3 {
	margin-bottom: 3px !important;
}

.mbpx-2 {
	margin-bottom: 2px !important;
}

.mbpx-1 {
	margin-bottom: 1px !important;
}

.mbpx-0 {
	margin-bottom: 0px !important;
}

.mtpx-100 {
	margin-top: 100px !important;
}

.mtpx-99 {
	margin-top: 99px !important;
}

.mtpx-98 {
	margin-top: 98px !important;
}

.mtpx-97 {
	margin-top: 97px !important;
}

.mtpx-96 {
	margin-top: 96px !important;
}

.mtpx-95 {
	margin-top: 95px !important;
}

.mtpx-94 {
	margin-top: 94px !important;
}

.mtpx-93 {
	margin-top: 93px !important;
}

.mtpx-92 {
	margin-top: 92px !important;
}

.mtpx-91 {
	margin-top: 91px !important;
}

.mtpx-90 {
	margin-top: 90px !important;
}

.mtpx-89 {
	margin-top: 89px !important;
}

.mtpx-88 {
	margin-top: 88px !important;
}

.mtpx-87 {
	margin-top: 87px !important;
}

.mtpx-86 {
	margin-top: 86px !important;
}

.mtpx-85 {
	margin-top: 85px !important;
}

.mtpx-84 {
	margin-top: 84px !important;
}

.mtpx-83 {
	margin-top: 83px !important;
}

.mtpx-82 {
	margin-top: 82px !important;
}

.mtpx-81 {
	margin-top: 81px !important;
}

.mtpx-80 {
	margin-top: 80px !important;
}

.mtpx-79 {
	margin-top: 79px !important;
}

.mtpx-78 {
	margin-top: 78px !important;
}

.mtpx-77 {
	margin-top: 77px !important;
}

.mtpx-76 {
	margin-top: 76px !important;
}

.mtpx-75 {
	margin-top: 75px !important;
}

.mtpx-74 {
	margin-top: 74px !important;
}

.mtpx-73 {
	margin-top: 73px !important;
}

.mtpx-72 {
	margin-top: 72px !important;
}

.mtpx-71 {
	margin-top: 71px !important;
}

.mtpx-70 {
	margin-top: 70px !important;
}

.mtpx-69 {
	margin-top: 69px !important;
}

.mtpx-68 {
	margin-top: 68px !important;
}

.mtpx-67 {
	margin-top: 67px !important;
}

.mtpx-66 {
	margin-top: 66px !important;
}

.mtpx-65 {
	margin-top: 65px !important;
}

.mtpx-64 {
	margin-top: 64px !important;
}

.mtpx-63 {
	margin-top: 63px !important;
}

.mtpx-62 {
	margin-top: 62px !important;
}

.mtpx-61 {
	margin-top: 61px !important;
}

.mtpx-60 {
	margin-top: 60px !important;
}

.mtpx-59 {
	margin-top: 59px !important;
}

.mtpx-58 {
	margin-top: 58px !important;
}

.mtpx-57 {
	margin-top: 57px !important;
}

.mtpx-56 {
	margin-top: 56px !important;
}

.mtpx-55 {
	margin-top: 55px !important;
}

.mtpx-54 {
	margin-top: 54px !important;
}

.mtpx-53 {
	margin-top: 53px !important;
}

.mtpx-52 {
	margin-top: 52px !important;
}

.mtpx-51 {
	margin-top: 51px !important;
}

.mtpx-50 {
	margin-top: 50px !important;
}

.mtpx-49 {
	margin-top: 49px !important;
}

.mtpx-48 {
	margin-top: 48px !important;
}

.mtpx-47 {
	margin-top: 47px !important;
}

.mtpx-46 {
	margin-top: 46px !important;
}

.mtpx-45 {
	margin-top: 45px !important;
}

.mtpx-44 {
	margin-top: 44px !important;
}

.mtpx-43 {
	margin-top: 43px !important;
}

.mtpx-42 {
	margin-top: 42px !important;
}

.mtpx-41 {
	margin-top: 41px !important;
}

.mtpx-40 {
	margin-top: 40px !important;
}

.mtpx-39 {
	margin-top: 39px !important;
}

.mtpx-38 {
	margin-top: 38px !important;
}

.mtpx-37 {
	margin-top: 37px !important;
}

.mtpx-36 {
	margin-top: 36px !important;
}

.mtpx-35 {
	margin-top: 35px !important;
}

.mtpx-34 {
	margin-top: 34px !important;
}

.mtpx-33 {
	margin-top: 33px !important;
}

.mtpx-32 {
	margin-top: 32px !important;
}

.mtpx-31 {
	margin-top: 31px !important;
}

.mtpx-30 {
	margin-top: 30px !important;
}

.mtpx-29 {
	margin-top: 29px !important;
}

.mtpx-28 {
	margin-top: 28px !important;
}

.mtpx-27 {
	margin-top: 27px !important;
}

.mtpx-26 {
	margin-top: 26px !important;
}

.mtpx-25 {
	margin-top: 25px !important;
}

.mtpx-24 {
	margin-top: 24px !important;
}

.mtpx-23 {
	margin-top: 23px !important;
}

.mtpx-22 {
	margin-top: 22px !important;
}

.mtpx-21 {
	margin-top: 21px !important;
}

.mtpx-20 {
	margin-top: 20px !important;
}

.mtpx-19 {
	margin-top: 19px !important;
}

.mtpx-18 {
	margin-top: 18px !important;
}

.mtpx-17 {
	margin-top: 17px !important;
}

.mtpx-16 {
	margin-top: 16px !important;
}

.mtpx-15 {
	margin-top: 15px !important;
}

.mtpx-14 {
	margin-top: 14px !important;
}

.mtpx-13 {
	margin-top: 13px !important;
}

.mtpx-12 {
	margin-top: 12px !important;
}

.mtpx-11 {
	margin-top: 11px !important;
}

.mtpx-10 {
	margin-top: 10px !important;
}

.mtpx-9 {
	margin-top: 9px !important;
}

.mtpx-8 {
	margin-top: 8px !important;
}

.mtpx-7 {
	margin-top: 7px !important;
}

.mtpx-6 {
	margin-top: 6px !important;
}

.mtpx-5 {
	margin-top: 5px !important;
}

.mtpx-4 {
	margin-top: 4px !important;
}

.mtpx-3 {
	margin-top: 3px !important;
}

.mtpx-2 {
	margin-top: 2px !important;
}

.mtpx-1 {
	margin-top: 1px !important;
}

.mtpx-0 {
	margin-top: 0px !important;
}

.pbpx-100 {
	padding-bottom: 100px !important;
}

.pbpx-99 {
	padding-bottom: 99px !important;
}

.pbpx-98 {
	padding-bottom: 98px !important;
}

.pbpx-97 {
	padding-bottom: 97px !important;
}

.pbpx-96 {
	padding-bottom: 96px !important;
}

.pbpx-95 {
	padding-bottom: 95px !important;
}

.pbpx-94 {
	padding-bottom: 94px !important;
}

.pbpx-93 {
	padding-bottom: 93px !important;
}

.pbpx-92 {
	padding-bottom: 92px !important;
}

.pbpx-91 {
	padding-bottom: 91px !important;
}

.pbpx-90 {
	padding-bottom: 90px !important;
}

.pbpx-89 {
	padding-bottom: 89px !important;
}

.pbpx-88 {
	padding-bottom: 88px !important;
}

.pbpx-87 {
	padding-bottom: 87px !important;
}

.pbpx-86 {
	padding-bottom: 86px !important;
}

.pbpx-85 {
	padding-bottom: 85px !important;
}

.pbpx-84 {
	padding-bottom: 84px !important;
}

.pbpx-83 {
	padding-bottom: 83px !important;
}

.pbpx-82 {
	padding-bottom: 82px !important;
}

.pbpx-81 {
	padding-bottom: 81px !important;
}

.pbpx-80 {
	padding-bottom: 80px !important;
}

.pbpx-79 {
	padding-bottom: 79px !important;
}

.pbpx-78 {
	padding-bottom: 78px !important;
}

.pbpx-77 {
	padding-bottom: 77px !important;
}

.pbpx-76 {
	padding-bottom: 76px !important;
}

.pbpx-75 {
	padding-bottom: 75px !important;
}

.pbpx-74 {
	padding-bottom: 74px !important;
}

.pbpx-73 {
	padding-bottom: 73px !important;
}

.pbpx-72 {
	padding-bottom: 72px !important;
}

.pbpx-71 {
	padding-bottom: 71px !important;
}

.pbpx-70 {
	padding-bottom: 70px !important;
}

.pbpx-69 {
	padding-bottom: 69px !important;
}

.pbpx-68 {
	padding-bottom: 68px !important;
}

.pbpx-67 {
	padding-bottom: 67px !important;
}

.pbpx-66 {
	padding-bottom: 66px !important;
}

.pbpx-65 {
	padding-bottom: 65px !important;
}

.pbpx-64 {
	padding-bottom: 64px !important;
}

.pbpx-63 {
	padding-bottom: 63px !important;
}

.pbpx-62 {
	padding-bottom: 62px !important;
}

.pbpx-61 {
	padding-bottom: 61px !important;
}

.pbpx-60 {
	padding-bottom: 60px !important;
}

.pbpx-59 {
	padding-bottom: 59px !important;
}

.pbpx-58 {
	padding-bottom: 58px !important;
}

.pbpx-57 {
	padding-bottom: 57px !important;
}

.pbpx-56 {
	padding-bottom: 56px !important;
}

.pbpx-55 {
	padding-bottom: 55px !important;
}

.pbpx-54 {
	padding-bottom: 54px !important;
}

.pbpx-53 {
	padding-bottom: 53px !important;
}

.pbpx-52 {
	padding-bottom: 52px !important;
}

.pbpx-51 {
	padding-bottom: 51px !important;
}

.pbpx-50 {
	padding-bottom: 50px !important;
}

.pbpx-49 {
	padding-bottom: 49px !important;
}

.pbpx-48 {
	padding-bottom: 48px !important;
}

.pbpx-47 {
	padding-bottom: 47px !important;
}

.pbpx-46 {
	padding-bottom: 46px !important;
}

.pbpx-45 {
	padding-bottom: 45px !important;
}

.pbpx-44 {
	padding-bottom: 44px !important;
}

.pbpx-43 {
	padding-bottom: 43px !important;
}

.pbpx-42 {
	padding-bottom: 42px !important;
}

.pbpx-41 {
	padding-bottom: 41px !important;
}

.pbpx-40 {
	padding-bottom: 40px !important;
}

.pbpx-39 {
	padding-bottom: 39px !important;
}

.pbpx-38 {
	padding-bottom: 38px !important;
}

.pbpx-37 {
	padding-bottom: 37px !important;
}

.pbpx-36 {
	padding-bottom: 36px !important;
}

.pbpx-35 {
	padding-bottom: 35px !important;
}

.pbpx-34 {
	padding-bottom: 34px !important;
}

.pbpx-33 {
	padding-bottom: 33px !important;
}

.pbpx-32 {
	padding-bottom: 32px !important;
}

.pbpx-31 {
	padding-bottom: 31px !important;
}

.pbpx-30 {
	padding-bottom: 30px !important;
}

.pbpx-29 {
	padding-bottom: 29px !important;
}

.pbpx-28 {
	padding-bottom: 28px !important;
}

.pbpx-27 {
	padding-bottom: 27px !important;
}

.pbpx-26 {
	padding-bottom: 26px !important;
}

.pbpx-25 {
	padding-bottom: 25px !important;
}

.pbpx-24 {
	padding-bottom: 24px !important;
}

.pbpx-23 {
	padding-bottom: 23px !important;
}

.pbpx-22 {
	padding-bottom: 22px !important;
}

.pbpx-21 {
	padding-bottom: 21px !important;
}

.pbpx-20 {
	padding-bottom: 20px !important;
}

.pbpx-19 {
	padding-bottom: 19px !important;
}

.pbpx-18 {
	padding-bottom: 18px !important;
}

.pbpx-17 {
	padding-bottom: 17px !important;
}

.pbpx-16 {
	padding-bottom: 16px !important;
}

.pbpx-15 {
	padding-bottom: 15px !important;
}

.pbpx-14 {
	padding-bottom: 14px !important;
}

.pbpx-13 {
	padding-bottom: 13px !important;
}

.pbpx-12 {
	padding-bottom: 12px !important;
}

.pbpx-11 {
	padding-bottom: 11px !important;
}

.pbpx-10 {
	padding-bottom: 10px !important;
}

.pbpx-9 {
	padding-bottom: 9px !important;
}

.pbpx-8 {
	padding-bottom: 8px !important;
}

.pbpx-7 {
	padding-bottom: 7px !important;
}

.pbpx-6 {
	padding-bottom: 6px !important;
}

.pbpx-5 {
	padding-bottom: 5px !important;
}

.pbpx-4 {
	padding-bottom: 4px !important;
}

.pbpx-3 {
	padding-bottom: 3px !important;
}

.pbpx-2 {
	padding-bottom: 2px !important;
}

.pbpx-1 {
	padding-bottom: 1px !important;
}

.pbpx-0 {
	padding-bottom: 0px !important;
}

.ptpx-100 {
	padding-top: 100px !important;
}

.ptpx-99 {
	padding-top: 99px !important;
}

.ptpx-98 {
	padding-top: 98px !important;
}

.ptpx-97 {
	padding-top: 97px !important;
}

.ptpx-96 {
	padding-top: 96px !important;
}

.ptpx-95 {
	padding-top: 95px !important;
}

.ptpx-94 {
	padding-top: 94px !important;
}

.ptpx-93 {
	padding-top: 93px !important;
}

.ptpx-92 {
	padding-top: 92px !important;
}

.ptpx-91 {
	padding-top: 91px !important;
}

.ptpx-90 {
	padding-top: 90px !important;
}

.ptpx-89 {
	padding-top: 89px !important;
}

.ptpx-88 {
	padding-top: 88px !important;
}

.ptpx-87 {
	padding-top: 87px !important;
}

.ptpx-86 {
	padding-top: 86px !important;
}

.ptpx-85 {
	padding-top: 85px !important;
}

.ptpx-84 {
	padding-top: 84px !important;
}

.ptpx-83 {
	padding-top: 83px !important;
}

.ptpx-82 {
	padding-top: 82px !important;
}

.ptpx-81 {
	padding-top: 81px !important;
}

.ptpx-80 {
	padding-top: 80px !important;
}

.ptpx-79 {
	padding-top: 79px !important;
}

.ptpx-78 {
	padding-top: 78px !important;
}

.ptpx-77 {
	padding-top: 77px !important;
}

.ptpx-76 {
	padding-top: 76px !important;
}

.ptpx-75 {
	padding-top: 75px !important;
}

.ptpx-74 {
	padding-top: 74px !important;
}

.ptpx-73 {
	padding-top: 73px !important;
}

.ptpx-72 {
	padding-top: 72px !important;
}

.ptpx-71 {
	padding-top: 71px !important;
}

.ptpx-70 {
	padding-top: 70px !important;
}

.ptpx-69 {
	padding-top: 69px !important;
}

.ptpx-68 {
	padding-top: 68px !important;
}

.ptpx-67 {
	padding-top: 67px !important;
}

.ptpx-66 {
	padding-top: 66px !important;
}

.ptpx-65 {
	padding-top: 65px !important;
}

.ptpx-64 {
	padding-top: 64px !important;
}

.ptpx-63 {
	padding-top: 63px !important;
}

.ptpx-62 {
	padding-top: 62px !important;
}

.ptpx-61 {
	padding-top: 61px !important;
}

.ptpx-60 {
	padding-top: 60px !important;
}

.ptpx-59 {
	padding-top: 59px !important;
}

.ptpx-58 {
	padding-top: 58px !important;
}

.ptpx-57 {
	padding-top: 57px !important;
}

.ptpx-56 {
	padding-top: 56px !important;
}

.ptpx-55 {
	padding-top: 55px !important;
}

.ptpx-54 {
	padding-top: 54px !important;
}

.ptpx-53 {
	padding-top: 53px !important;
}

.ptpx-52 {
	padding-top: 52px !important;
}

.ptpx-51 {
	padding-top: 51px !important;
}

.ptpx-50 {
	padding-top: 50px !important;
}

.ptpx-49 {
	padding-top: 49px !important;
}

.ptpx-48 {
	padding-top: 48px !important;
}

.ptpx-47 {
	padding-top: 47px !important;
}

.ptpx-46 {
	padding-top: 46px !important;
}

.ptpx-45 {
	padding-top: 45px !important;
}

.ptpx-44 {
	padding-top: 44px !important;
}

.ptpx-43 {
	padding-top: 43px !important;
}

.ptpx-42 {
	padding-top: 42px !important;
}

.ptpx-41 {
	padding-top: 41px !important;
}

.ptpx-40 {
	padding-top: 40px !important;
}

.ptpx-39 {
	padding-top: 39px !important;
}

.ptpx-38 {
	padding-top: 38px !important;
}

.ptpx-37 {
	padding-top: 37px !important;
}

.ptpx-36 {
	padding-top: 36px !important;
}

.ptpx-35 {
	padding-top: 35px !important;
}

.ptpx-34 {
	padding-top: 34px !important;
}

.ptpx-33 {
	padding-top: 33px !important;
}

.ptpx-32 {
	padding-top: 32px !important;
}

.ptpx-31 {
	padding-top: 31px !important;
}

.ptpx-30 {
	padding-top: 30px !important;
}

.ptpx-29 {
	padding-top: 29px !important;
}

.ptpx-28 {
	padding-top: 28px !important;
}

.ptpx-27 {
	padding-top: 27px !important;
}

.ptpx-26 {
	padding-top: 26px !important;
}

.ptpx-25 {
	padding-top: 25px !important;
}

.ptpx-24 {
	padding-top: 24px !important;
}

.ptpx-23 {
	padding-top: 23px !important;
}

.ptpx-22 {
	padding-top: 22px !important;
}

.ptpx-21 {
	padding-top: 21px !important;
}

.ptpx-20 {
	padding-top: 20px !important;
}

.ptpx-19 {
	padding-top: 19px !important;
}

.ptpx-18 {
	padding-top: 18px !important;
}

.ptpx-17 {
	padding-top: 17px !important;
}

.ptpx-16 {
	padding-top: 16px !important;
}

.ptpx-15 {
	padding-top: 15px !important;
}

.ptpx-14 {
	padding-top: 14px !important;
}

.ptpx-13 {
	padding-top: 13px !important;
}

.ptpx-12 {
	padding-top: 12px !important;
}

.ptpx-11 {
	padding-top: 11px !important;
}

.ptpx-10 {
	padding-top: 10px !important;
}

.ptpx-9 {
	padding-top: 9px !important;
}

.ptpx-8 {
	padding-top: 8px !important;
}

.ptpx-7 {
	padding-top: 7px !important;
}

.ptpx-6 {
	padding-top: 6px !important;
}

.ptpx-5 {
	padding-top: 5px !important;
}

.ptpx-4 {
	padding-top: 4px !important;
}

.ptpx-3 {
	padding-top: 3px !important;
}

.ptpx-2 {
	padding-top: 2px !important;
}

.ptpx-1 {
	padding-top: 1px !important;
}

.ptpx-0 {
	padding-top: 0px !important;
}

.pr-100 {
	padding-right: 100% !important;
}

.pr-99 {
	padding-right: 99% !important;
}

.pr-98 {
	padding-right: 98% !important;
}

.pr-97 {
	padding-right: 97% !important;
}

.pr-96 {
	padding-right: 96% !important;
}

.pr-95 {
	padding-right: 95% !important;
}

.pr-94 {
	padding-right: 94% !important;
}

.pr-93 {
	padding-right: 93% !important;
}

.pr-92 {
	padding-right: 92% !important;
}

.pr-91 {
	padding-right: 91% !important;
}

.pr-90 {
	padding-right: 90% !important;
}

.pr-89 {
	padding-right: 89% !important;
}

.pr-88 {
	padding-right: 88% !important;
}

.pr-87 {
	padding-right: 87% !important;
}

.pr-86 {
	padding-right: 86% !important;
}

.pr-85 {
	padding-right: 85% !important;
}

.pr-84 {
	padding-right: 84% !important;
}

.pr-83 {
	padding-right: 83% !important;
}

.pr-82 {
	padding-right: 82% !important;
}

.pr-81 {
	padding-right: 81% !important;
}

.pr-80 {
	padding-right: 80% !important;
}

.pr-79 {
	padding-right: 79% !important;
}

.pr-78 {
	padding-right: 78% !important;
}

.pr-77 {
	padding-right: 77% !important;
}

.pr-76 {
	padding-right: 76% !important;
}

.pr-75 {
	padding-right: 75% !important;
}

.pr-74 {
	padding-right: 74% !important;
}

.pr-73 {
	padding-right: 73% !important;
}

.pr-72 {
	padding-right: 72% !important;
}

.pr-71 {
	padding-right: 71% !important;
}

.pr-70 {
	padding-right: 70% !important;
}

.pr-69 {
	padding-right: 69% !important;
}

.pr-68 {
	padding-right: 68% !important;
}

.pr-67 {
	padding-right: 67% !important;
}

.pr-66 {
	padding-right: 66% !important;
}

.pr-65 {
	padding-right: 65% !important;
}

.pr-64 {
	padding-right: 64% !important;
}

.pr-63 {
	padding-right: 63% !important;
}

.pr-62 {
	padding-right: 62% !important;
}

.pr-61 {
	padding-right: 61% !important;
}

.pr-60 {
	padding-right: 60% !important;
}

.pr-59 {
	padding-right: 59% !important;
}

.pr-58 {
	padding-right: 58% !important;
}

.pr-57 {
	padding-right: 57% !important;
}

.pr-56 {
	padding-right: 56% !important;
}

.pr-55 {
	padding-right: 55% !important;
}

.pr-54 {
	padding-right: 54% !important;
}

.pr-53 {
	padding-right: 53% !important;
}

.pr-52 {
	padding-right: 52% !important;
}

.pr-51 {
	padding-right: 51% !important;
}

.pr-50 {
	padding-right: 50% !important;
}

.pr-49 {
	padding-right: 49% !important;
}

.pr-48 {
	padding-right: 48% !important;
}

.pr-47 {
	padding-right: 47% !important;
}

.pr-46 {
	padding-right: 46% !important;
}

.pr-45 {
	padding-right: 45% !important;
}

.pr-44 {
	padding-right: 44% !important;
}

.pr-43 {
	padding-right: 43% !important;
}

.pr-42 {
	padding-right: 42% !important;
}

.pr-41 {
	padding-right: 41% !important;
}

.pr-40 {
	padding-right: 40% !important;
}

.pr-39 {
	padding-right: 39% !important;
}

.pr-38 {
	padding-right: 38% !important;
}

.pr-37 {
	padding-right: 37% !important;
}

.pr-36 {
	padding-right: 36% !important;
}

.pr-35 {
	padding-right: 35% !important;
}

.pr-34 {
	padding-right: 34% !important;
}

.pr-33 {
	padding-right: 33% !important;
}

.pr-32 {
	padding-right: 32% !important;
}

.pr-31 {
	padding-right: 31% !important;
}

.pr-30 {
	padding-right: 30% !important;
}

.pr-29 {
	padding-right: 29% !important;
}

.pr-28 {
	padding-right: 28% !important;
}

.pr-27 {
	padding-right: 27% !important;
}

.pr-26 {
	padding-right: 26% !important;
}

.pr-25 {
	padding-right: 25% !important;
}

.pr-24 {
	padding-right: 24% !important;
}

.pr-23 {
	padding-right: 23% !important;
}

.pr-22 {
	padding-right: 22% !important;
}

.pr-21 {
	padding-right: 21% !important;
}

.pr-20 {
	padding-right: 20% !important;
}

.pr-19 {
	padding-right: 19% !important;
}

.pr-18 {
	padding-right: 18% !important;
}

.pr-17 {
	padding-right: 17% !important;
}

.pr-16 {
	padding-right: 16% !important;
}

.pr-15 {
	padding-right: 15% !important;
}

.pr-14 {
	padding-right: 14% !important;
}

.pr-13 {
	padding-right: 13% !important;
}

.pr-12 {
	padding-right: 12% !important;
}

.pr-11 {
	padding-right: 11% !important;
}

.pr-10 {
	padding-right: 10% !important;
}

.pr-9 {
	padding-right: 9% !important;
}

.pr-8 {
	padding-right: 8% !important;
}

.pr-7 {
	padding-right: 7% !important;
}

.pr-6 {
	padding-right: 6% !important;
}

.pr-5 {
	padding-right: 5% !important;
}

.pr-4 {
	padding-right: 4% !important;
}

.pr-3 {
	padding-right: 3% !important;
}

.pr-2 {
	padding-right: 2% !important;
}

.pr-1 {
	padding-right: 1% !important;
}

.pl-100 {
	padding-left: 100% !important;
}

.pl-99 {
	padding-left: 99% !important;
}

.pl-98 {
	padding-left: 98% !important;
}

.pl-97 {
	padding-left: 97% !important;
}

.pl-96 {
	padding-left: 96% !important;
}

.pl-95 {
	padding-left: 95% !important;
}

.pl-94 {
	padding-left: 94% !important;
}

.pl-93 {
	padding-left: 93% !important;
}

.pl-92 {
	padding-left: 92% !important;
}

.pl-91 {
	padding-left: 91% !important;
}

.pl-90 {
	padding-left: 90% !important;
}

.pl-89 {
	padding-left: 89% !important;
}

.pl-88 {
	padding-left: 88% !important;
}

.pl-87 {
	padding-left: 87% !important;
}

.pl-86 {
	padding-left: 86% !important;
}

.pl-85 {
	padding-left: 85% !important;
}

.pl-84 {
	padding-left: 84% !important;
}

.pl-83 {
	padding-left: 83% !important;
}

.pl-82 {
	padding-left: 82% !important;
}

.pl-81 {
	padding-left: 81% !important;
}

.pl-80 {
	padding-left: 80% !important;
}

.pl-79 {
	padding-left: 79% !important;
}

.pl-78 {
	padding-left: 78% !important;
}

.pl-77 {
	padding-left: 77% !important;
}

.pl-76 {
	padding-left: 76% !important;
}

.pl-75 {
	padding-left: 75% !important;
}

.pl-74 {
	padding-left: 74% !important;
}

.pl-73 {
	padding-left: 73% !important;
}

.pl-72 {
	padding-left: 72% !important;
}

.pl-71 {
	padding-left: 71% !important;
}

.pl-70 {
	padding-left: 70% !important;
}

.pl-69 {
	padding-left: 69% !important;
}

.pl-68 {
	padding-left: 68% !important;
}

.pl-67 {
	padding-left: 67% !important;
}

.pl-66 {
	padding-left: 66% !important;
}

.pl-65 {
	padding-left: 65% !important;
}

.pl-64 {
	padding-left: 64% !important;
}

.pl-63 {
	padding-left: 63% !important;
}

.pl-62 {
	padding-left: 62% !important;
}

.pl-61 {
	padding-left: 61% !important;
}

.pl-60 {
	padding-left: 60% !important;
}

.pl-59 {
	padding-left: 59% !important;
}

.pl-58 {
	padding-left: 58% !important;
}

.pl-57 {
	padding-left: 57% !important;
}

.pl-56 {
	padding-left: 56% !important;
}

.pl-55 {
	padding-left: 55% !important;
}

.pl-54 {
	padding-left: 54% !important;
}

.pl-53 {
	padding-left: 53% !important;
}

.pl-52 {
	padding-left: 52% !important;
}

.pl-51 {
	padding-left: 51% !important;
}

.pl-50 {
	padding-left: 50% !important;
}

.pl-49 {
	padding-left: 49% !important;
}

.pl-48 {
	padding-left: 48% !important;
}

.pl-47 {
	padding-left: 47% !important;
}

.pl-46 {
	padding-left: 46% !important;
}

.pl-45 {
	padding-left: 45% !important;
}

.pl-44 {
	padding-left: 44% !important;
}

.pl-43 {
	padding-left: 43% !important;
}

.pl-42 {
	padding-left: 42% !important;
}

.pl-41 {
	padding-left: 41% !important;
}

.pl-40 {
	padding-left: 40% !important;
}

.pl-39 {
	padding-left: 39% !important;
}

.pl-38 {
	padding-left: 38% !important;
}

.pl-37 {
	padding-left: 37% !important;
}

.pl-36 {
	padding-left: 36% !important;
}

.pl-35 {
	padding-left: 35% !important;
}

.pl-34 {
	padding-left: 34% !important;
}

.pl-33 {
	padding-left: 33% !important;
}

.pl-32 {
	padding-left: 32% !important;
}

.pl-31 {
	padding-left: 31% !important;
}

.pl-30 {
	padding-left: 30% !important;
}

.pl-29 {
	padding-left: 29% !important;
}

.pl-28 {
	padding-left: 28% !important;
}

.pl-27 {
	padding-left: 27% !important;
}

.pl-26 {
	padding-left: 26% !important;
}

.pl-25 {
	padding-left: 25% !important;
}

.pl-24 {
	padding-left: 24% !important;
}

.pl-23 {
	padding-left: 23% !important;
}

.pl-22 {
	padding-left: 22% !important;
}

.pl-21 {
	padding-left: 21% !important;
}

.pl-20 {
	padding-left: 20% !important;
}

.pl-19 {
	padding-left: 19% !important;
}

.pl-18 {
	padding-left: 18% !important;
}

.pl-17 {
	padding-left: 17% !important;
}

.pl-16 {
	padding-left: 16% !important;
}

.pl-15 {
	padding-left: 15% !important;
}

.pl-14 {
	padding-left: 14% !important;
}

.pl-13 {
	padding-left: 13% !important;
}

.pl-12 {
	padding-left: 12% !important;
}

.pl-11 {
	padding-left: 11% !important;
}

.pl-10 {
	padding-left: 10% !important;
}

.pl-9 {
	padding-left: 9% !important;
}

.pl-8 {
	padding-left: 8% !important;
}

.pl-7 {
	padding-left: 7% !important;
}

.pl-6 {
	padding-left: 6% !important;
}

.pl-5 {
	padding-left: 5% !important;
}

.pl-4 {
	padding-left: 4% !important;
}

.pl-3 {
	padding-left: 3% !important;
}

.pl-2 {
	padding-left: 2% !important;
}

.pl-1 {
	padding-left: 1% !important;
}

.prpx-100 {
	padding-right: 100px !important;
}

.prpx-99 {
	padding-right: 99px !important;
}

.prpx-98 {
	padding-right: 98px !important;
}

.prpx-97 {
	padding-right: 97px !important;
}

.prpx-96 {
	padding-right: 96px !important;
}

.prpx-95 {
	padding-right: 95px !important;
}

.prpx-94 {
	padding-right: 94px !important;
}

.prpx-93 {
	padding-right: 93px !important;
}

.prpx-92 {
	padding-right: 92px !important;
}

.prpx-91 {
	padding-right: 91px !important;
}

.prpx-90 {
	padding-right: 90px !important;
}

.prpx-89 {
	padding-right: 89px !important;
}

.prpx-88 {
	padding-right: 88px !important;
}

.prpx-87 {
	padding-right: 87px !important;
}

.prpx-86 {
	padding-right: 86px !important;
}

.prpx-85 {
	padding-right: 85px !important;
}

.prpx-84 {
	padding-right: 84px !important;
}

.prpx-83 {
	padding-right: 83px !important;
}

.prpx-82 {
	padding-right: 82px !important;
}

.prpx-81 {
	padding-right: 81px !important;
}

.prpx-80 {
	padding-right: 80px !important;
}

.prpx-79 {
	padding-right: 79px !important;
}

.prpx-78 {
	padding-right: 78px !important;
}

.prpx-77 {
	padding-right: 77px !important;
}

.prpx-76 {
	padding-right: 76px !important;
}

.prpx-75 {
	padding-right: 75px !important;
}

.prpx-74 {
	padding-right: 74px !important;
}

.prpx-73 {
	padding-right: 73px !important;
}

.prpx-72 {
	padding-right: 72px !important;
}

.prpx-71 {
	padding-right: 71px !important;
}

.prpx-70 {
	padding-right: 70px !important;
}

.prpx-69 {
	padding-right: 69px !important;
}

.prpx-68 {
	padding-right: 68px !important;
}

.prpx-67 {
	padding-right: 67px !important;
}

.prpx-66 {
	padding-right: 66px !important;
}

.prpx-65 {
	padding-right: 65px !important;
}

.prpx-64 {
	padding-right: 64px !important;
}

.prpx-63 {
	padding-right: 63px !important;
}

.prpx-62 {
	padding-right: 62px !important;
}

.prpx-61 {
	padding-right: 61px !important;
}

.prpx-60 {
	padding-right: 60px !important;
}

.prpx-59 {
	padding-right: 59px !important;
}

.prpx-58 {
	padding-right: 58px !important;
}

.prpx-57 {
	padding-right: 57px !important;
}

.prpx-56 {
	padding-right: 56px !important;
}

.prpx-55 {
	padding-right: 55px !important;
}

.prpx-54 {
	padding-right: 54px !important;
}

.prpx-53 {
	padding-right: 53px !important;
}

.prpx-52 {
	padding-right: 52px !important;
}

.prpx-51 {
	padding-right: 51px !important;
}

.prpx-50 {
	padding-right: 50px !important;
}

.prpx-49 {
	padding-right: 49px !important;
}

.prpx-48 {
	padding-right: 48px !important;
}

.prpx-47 {
	padding-right: 47px !important;
}

.prpx-46 {
	padding-right: 46px !important;
}

.prpx-45 {
	padding-right: 45px !important;
}

.prpx-44 {
	padding-right: 44px !important;
}

.prpx-43 {
	padding-right: 43px !important;
}

.prpx-42 {
	padding-right: 42px !important;
}

.prpx-41 {
	padding-right: 41px !important;
}

.prpx-40 {
	padding-right: 40px !important;
}

.prpx-39 {
	padding-right: 39px !important;
}

.prpx-38 {
	padding-right: 38px !important;
}

.prpx-37 {
	padding-right: 37px !important;
}

.prpx-36 {
	padding-right: 36px !important;
}

.prpx-35 {
	padding-right: 35px !important;
}

.prpx-34 {
	padding-right: 34px !important;
}

.prpx-33 {
	padding-right: 33px !important;
}

.prpx-32 {
	padding-right: 32px !important;
}

.prpx-31 {
	padding-right: 31px !important;
}

.prpx-30 {
	padding-right: 30px !important;
}

.prpx-29 {
	padding-right: 29px !important;
}

.prpx-28 {
	padding-right: 28px !important;
}

.prpx-27 {
	padding-right: 27px !important;
}

.prpx-26 {
	padding-right: 26px !important;
}

.prpx-25 {
	padding-right: 25px !important;
}

.prpx-24 {
	padding-right: 24px !important;
}

.prpx-23 {
	padding-right: 23px !important;
}

.prpx-22 {
	padding-right: 22px !important;
}

.prpx-21 {
	padding-right: 21px !important;
}

.prpx-20 {
	padding-right: 20px !important;
}

.prpx-19 {
	padding-right: 19px !important;
}

.prpx-18 {
	padding-right: 18px !important;
}

.prpx-17 {
	padding-right: 17px !important;
}

.prpx-16 {
	padding-right: 16px !important;
}

.prpx-15 {
	padding-right: 15px !important;
}

.prpx-14 {
	padding-right: 14px !important;
}

.prpx-13 {
	padding-right: 13px !important;
}

.prpx-12 {
	padding-right: 12px !important;
}

.prpx-11 {
	padding-right: 11px !important;
}

.prpx-10 {
	padding-right: 10px !important;
}

.prpx-9 {
	padding-right: 9px !important;
}

.prpx-8 {
	padding-right: 8px !important;
}

.prpx-7 {
	padding-right: 7px !important;
}

.prpx-6 {
	padding-right: 6px !important;
}

.prpx-5 {
	padding-right: 5px !important;
}

.prpx-4 {
	padding-right: 4px !important;
}

.prpx-3 {
	padding-right: 3px !important;
}

.prpx-2 {
	padding-right: 2px !important;
}

.prpx-1 {
	padding-right: 1px !important;
}

.prpx-0 {
	padding-right: 0px !important;
}

.plpx-100 {
	padding-left: 100px !important;
}

.plpx-99 {
	padding-left: 99px !important;
}

.plpx-98 {
	padding-left: 98px !important;
}

.plpx-97 {
	padding-left: 97px !important;
}

.plpx-96 {
	padding-left: 96px !important;
}

.plpx-95 {
	padding-left: 95px !important;
}

.plpx-94 {
	padding-left: 94px !important;
}

.plpx-93 {
	padding-left: 93px !important;
}

.plpx-92 {
	padding-left: 92px !important;
}

.plpx-91 {
	padding-left: 91px !important;
}

.plpx-90 {
	padding-left: 90px !important;
}

.plpx-89 {
	padding-left: 89px !important;
}

.plpx-88 {
	padding-left: 88px !important;
}

.plpx-87 {
	padding-left: 87px !important;
}

.plpx-86 {
	padding-left: 86px !important;
}

.plpx-85 {
	padding-left: 85px !important;
}

.plpx-84 {
	padding-left: 84px !important;
}

.plpx-83 {
	padding-left: 83px !important;
}

.plpx-82 {
	padding-left: 82px !important;
}

.plpx-81 {
	padding-left: 81px !important;
}

.plpx-80 {
	padding-left: 80px !important;
}

.plpx-79 {
	padding-left: 79px !important;
}

.plpx-78 {
	padding-left: 78px !important;
}

.plpx-77 {
	padding-left: 77px !important;
}

.plpx-76 {
	padding-left: 76px !important;
}

.plpx-75 {
	padding-left: 75px !important;
}

.plpx-74 {
	padding-left: 74px !important;
}

.plpx-73 {
	padding-left: 73px !important;
}

.plpx-72 {
	padding-left: 72px !important;
}

.plpx-71 {
	padding-left: 71px !important;
}

.plpx-70 {
	padding-left: 70px !important;
}

.plpx-69 {
	padding-left: 69px !important;
}

.plpx-68 {
	padding-left: 68px !important;
}

.plpx-67 {
	padding-left: 67px !important;
}

.plpx-66 {
	padding-left: 66px !important;
}

.plpx-65 {
	padding-left: 65px !important;
}

.plpx-64 {
	padding-left: 64px !important;
}

.plpx-63 {
	padding-left: 63px !important;
}

.plpx-62 {
	padding-left: 62px !important;
}

.plpx-61 {
	padding-left: 61px !important;
}

.plpx-60 {
	padding-left: 60px !important;
}

.plpx-59 {
	padding-left: 59px !important;
}

.plpx-58 {
	padding-left: 58px !important;
}

.plpx-57 {
	padding-left: 57px !important;
}

.plpx-56 {
	padding-left: 56px !important;
}

.plpx-55 {
	padding-left: 55px !important;
}

.plpx-54 {
	padding-left: 54px !important;
}

.plpx-53 {
	padding-left: 53px !important;
}

.plpx-52 {
	padding-left: 52px !important;
}

.plpx-51 {
	padding-left: 51px !important;
}

.plpx-50 {
	padding-left: 50px !important;
}

.plpx-49 {
	padding-left: 49px !important;
}

.plpx-48 {
	padding-left: 48px !important;
}

.plpx-47 {
	padding-left: 47px !important;
}

.plpx-46 {
	padding-left: 46px !important;
}

.plpx-45 {
	padding-left: 45px !important;
}

.plpx-44 {
	padding-left: 44px !important;
}

.plpx-43 {
	padding-left: 43px !important;
}

.plpx-42 {
	padding-left: 42px !important;
}

.plpx-41 {
	padding-left: 41px !important;
}

.plpx-40 {
	padding-left: 40px !important;
}

.plpx-39 {
	padding-left: 39px !important;
}

.plpx-38 {
	padding-left: 38px !important;
}

.plpx-37 {
	padding-left: 37px !important;
}

.plpx-36 {
	padding-left: 36px !important;
}

.plpx-35 {
	padding-left: 35px !important;
}

.plpx-34 {
	padding-left: 34px !important;
}

.plpx-33 {
	padding-left: 33px !important;
}

.plpx-32 {
	padding-left: 32px !important;
}

.plpx-31 {
	padding-left: 31px !important;
}

.plpx-30 {
	padding-left: 30px !important;
}

.plpx-29 {
	padding-left: 29px !important;
}

.plpx-28 {
	padding-left: 28px !important;
}

.plpx-27 {
	padding-left: 27px !important;
}

.plpx-26 {
	padding-left: 26px !important;
}

.plpx-25 {
	padding-left: 25px !important;
}

.plpx-24 {
	padding-left: 24px !important;
}

.plpx-23 {
	padding-left: 23px !important;
}

.plpx-22 {
	padding-left: 22px !important;
}

.plpx-21 {
	padding-left: 21px !important;
}

.plpx-20 {
	padding-left: 20px !important;
}

.plpx-19 {
	padding-left: 19px !important;
}

.plpx-18 {
	padding-left: 18px !important;
}

.plpx-17 {
	padding-left: 17px !important;
}

.plpx-16 {
	padding-left: 16px !important;
}

.plpx-15 {
	padding-left: 15px !important;
}

.plpx-14 {
	padding-left: 14px !important;
}

.plpx-13 {
	padding-left: 13px !important;
}

.plpx-12 {
	padding-left: 12px !important;
}

.plpx-11 {
	padding-left: 11px !important;
}

.plpx-10 {
	padding-left: 10px !important;
}

.plpx-9 {
	padding-left: 9px !important;
}

.plpx-8 {
	padding-left: 8px !important;
}

.plpx-7 {
	padding-left: 7px !important;
}

.plpx-6 {
	padding-left: 6px !important;
}

.plpx-5 {
	padding-left: 5px !important;
}

.plpx-4 {
	padding-left: 4px !important;
}

.plpx-3 {
	padding-left: 3px !important;
}

.plpx-2 {
	padding-left: 2px !important;
}

.plpx-1 {
	padding-left: 1px !important;
}

.plpx-0 {
	padding-left: 0px !important;
}

.h-100 {
	height: 100px;
}

.h-99 {
	height: 99px;
}

.h-98 {
	height: 98px;
}

.h-97 {
	height: 97px;
}

.h-96 {
	height: 96px;
}

.h-95 {
	height: 95px;
}

.h-94 {
	height: 94px;
}

.h-93 {
	height: 93px;
}

.h-92 {
	height: 92px;
}

.h-91 {
	height: 91px;
}

.h-90 {
	height: 90px;
}

.h-89 {
	height: 89px;
}

.h-88 {
	height: 88px;
}

.h-87 {
	height: 87px;
}

.h-86 {
	height: 86px;
}

.h-85 {
	height: 85px;
}

.h-84 {
	height: 84px;
}

.h-83 {
	height: 83px;
}

.h-82 {
	height: 82px;
}

.h-81 {
	height: 81px;
}

.h-80 {
	height: 80px;
}

.h-79 {
	height: 79px;
}

.h-78 {
	height: 78px;
}

.h-77 {
	height: 77px;
}

.h-76 {
	height: 76px;
}

.h-75 {
	height: 75px;
}

.h-74 {
	height: 74px;
}

.h-73 {
	height: 73px;
}

.h-72 {
	height: 72px;
}

.h-71 {
	height: 71px;
}

.h-70 {
	height: 70px;
}

.h-69 {
	height: 69px;
}

.h-68 {
	height: 68px;
}

.h-67 {
	height: 67px;
}

.h-66 {
	height: 66px;
}

.h-65 {
	height: 65px;
}

.h-64 {
	height: 64px;
}

.h-63 {
	height: 63px;
}

.h-62 {
	height: 62px;
}

.h-61 {
	height: 61px;
}

.h-60 {
	height: 60px;
}

.h-59 {
	height: 59px;
}

.h-58 {
	height: 58px;
}

.h-57 {
	height: 57px;
}

.h-56 {
	height: 56px;
}

.h-55 {
	height: 55px;
}

.h-54 {
	height: 54px;
}

.h-53 {
	height: 53px;
}

.h-52 {
	height: 52px;
}

.h-51 {
	height: 51px;
}

.h-50 {
	height: 50px;
}

.h-49 {
	height: 49px;
}

.h-48 {
	height: 48px;
}

.h-47 {
	height: 47px;
}

.h-46 {
	height: 46px;
}

.h-45 {
	height: 45px;
}

.h-44 {
	height: 44px;
}

.h-43 {
	height: 43px;
}

.h-42 {
	height: 42px;
}

.h-41 {
	height: 41px;
}

.h-40 {
	height: 40px;
}

.h-39 {
	height: 39px;
}

.h-38 {
	height: 38px;
}

.h-37 {
	height: 37px;
}

.h-36 {
	height: 36px;
}

.h-35 {
	height: 35px;
}

.h-34 {
	height: 34px;
}

.h-33 {
	height: 33px;
}

.h-32 {
	height: 32px;
}

.h-31 {
	height: 31px;
}

.h-30 {
	height: 30px;
}

.h-29 {
	height: 29px;
}

.h-28 {
	height: 28px;
}

.h-27 {
	height: 27px;
}

.h-26 {
	height: 26px;
}

.h-25 {
	height: 25px;
}

.h-24 {
	height: 24px;
}

.h-23 {
	height: 23px;
}

.h-22 {
	height: 22px;
}

.h-21 {
	height: 21px;
}

.h-20 {
	height: 20px;
}

.h-19 {
	height: 19px;
}

.h-18 {
	height: 18px;
}

.h-17 {
	height: 17px;
}

.h-16 {
	height: 16px;
}

.h-15 {
	height: 15px;
}

.h-14 {
	height: 14px;
}

.h-13 {
	height: 13px;
}

.h-12 {
	height: 12px;
}

.h-11 {
	height: 11px;
}

.h-10 {
	height: 10px;
}

.h-9 {
	height: 9px;
}

.h-8 {
	height: 8px;
}

.h-7 {
	height: 7px;
}

.h-6 {
	height: 6px;
}

.h-5 {
	height: 5px;
}

.h-4 {
	height: 4px;
}

.h-3 {
	height: 3px;
}

.h-2 {
	height: 2px;
}

.h-1 {
	height: 1px;
}

.h-0 {
	height: 0px;
}

.w-100 {
	width: 100%;
}

.w-99 {
	width: 99%;
}

.w-98 {
	width: 98%;
}

.w-97 {
	width: 97%;
}

.w-96 {
	width: 96%;
}

.w-95 {
	width: 95%;
}

.w-94 {
	width: 94%;
}

.w-93 {
	width: 93%;
}

.w-92 {
	width: 92%;
}

.w-91 {
	width: 91%;
}

.w-90 {
	width: 90%;
}

.w-89 {
	width: 89%;
}

.w-88 {
	width: 88%;
}

.w-87 {
	width: 87%;
}

.w-86 {
	width: 86%;
}

.w-85 {
	width: 85%;
}

.w-84 {
	width: 84%;
}

.w-83 {
	width: 83%;
}

.w-82 {
	width: 82%;
}

.w-81 {
	width: 81%;
}

.w-80 {
	width: 80%;
}

.w-79 {
	width: 79%;
}

.w-78 {
	width: 78%;
}

.w-77 {
	width: 77%;
}

.w-76 {
	width: 76%;
}

.w-75 {
	width: 75%;
}

.w-74 {
	width: 74%;
}

.w-73 {
	width: 73%;
}

.w-72 {
	width: 72%;
}

.w-71 {
	width: 71%;
}

.w-70 {
	width: 70%;
}

.w-69 {
	width: 69%;
}

.w-68 {
	width: 68%;
}

.w-67 {
	width: 67%;
}

.w-66 {
	width: 66%;
}

.w-65 {
	width: 65%;
}

.w-64 {
	width: 64%;
}

.w-63 {
	width: 63%;
}

.w-62 {
	width: 62%;
}

.w-61 {
	width: 61%;
}

.w-60 {
	width: 60%;
}

.w-59 {
	width: 59%;
}

.w-58 {
	width: 58%;
}

.w-57 {
	width: 57%;
}

.w-56 {
	width: 56%;
}

.w-55 {
	width: 55%;
}

.w-54 {
	width: 54%;
}

.w-53 {
	width: 53%;
}

.w-52 {
	width: 52%;
}

.w-51 {
	width: 51%;
}

.w-50 {
	width: 50%;
}

.w-49 {
	width: 49%;
}

.w-48 {
	width: 48%;
}

.w-47 {
	width: 47%;
}

.w-46 {
	width: 46%;
}

.w-45 {
	width: 45%;
}

.w-44 {
	width: 44%;
}

.w-43 {
	width: 43%;
}

.w-42 {
	width: 42%;
}

.w-41 {
	width: 41%;
}

.w-40 {
	width: 40%;
}

.w-39 {
	width: 39%;
}

.w-38 {
	width: 38%;
}

.w-37 {
	width: 37%;
}

.w-36 {
	width: 36%;
}

.w-35 {
	width: 35%;
}

.w-34 {
	width: 34%;
}

.w-33 {
	width: 33%;
}

.w-32 {
	width: 32%;
}

.w-31 {
	width: 31%;
}

.w-30 {
	width: 30%;
}

.w-29 {
	width: 29%;
}

.w-28 {
	width: 28%;
}

.w-27 {
	width: 27%;
}

.w-26 {
	width: 26%;
}

.w-25 {
	width: 25%;
}

.w-24 {
	width: 24%;
}

.w-23 {
	width: 23%;
}

.w-22 {
	width: 22%;
}

.w-21 {
	width: 21%;
}

.w-20 {
	width: 20%;
}

.w-19 {
	width: 19%;
}

.w-18 {
	width: 18%;
}

.w-17 {
	width: 17%;
}

.w-16 {
	width: 16%;
}

.w-15 {
	width: 15%;
}

.w-14 {
	width: 14%;
}

.w-13 {
	width: 13%;
}

.w-12 {
	width: 12%;
}

.w-11 {
	width: 11%;
}

.w-10 {
	width: 10%;
}

.w-9 {
	width: 9%;
}

.w-8 {
	width: 8%;
}

.w-7 {
	width: 7%;
}

.w-6 {
	width: 6%;
}

.w-5 {
	width: 5%;
}

.w-4 {
	width: 4%;
}

.w-3 {
	width: 3%;
}

.w-2 {
	width: 2%;
}

.w-1 {
	width: 1%;
}

.wpx-100 {
	width: 100px;
}

.wpx-99 {
	width: 99px;
}

.wpx-98 {
	width: 98px;
}

.wpx-97 {
	width: 97px;
}

.wpx-96 {
	width: 96px;
}

.wpx-95 {
	width: 95px;
}

.wpx-94 {
	width: 94px;
}

.wpx-93 {
	width: 93px;
}

.wpx-92 {
	width: 92px;
}

.wpx-91 {
	width: 91px;
}

.wpx-90 {
	width: 90px;
}

.wpx-89 {
	width: 89px;
}

.wpx-88 {
	width: 88px;
}

.wpx-87 {
	width: 87px;
}

.wpx-86 {
	width: 86px;
}

.wpx-85 {
	width: 85px;
}

.wpx-84 {
	width: 84px;
}

.wpx-83 {
	width: 83px;
}

.wpx-82 {
	width: 82px;
}

.wpx-81 {
	width: 81px;
}

.wpx-80 {
	width: 80px;
}

.wpx-79 {
	width: 79px;
}

.wpx-78 {
	width: 78px;
}

.wpx-77 {
	width: 77px;
}

.wpx-76 {
	width: 76px;
}

.wpx-75 {
	width: 75px;
}

.wpx-74 {
	width: 74px;
}

.wpx-73 {
	width: 73px;
}

.wpx-72 {
	width: 72px;
}

.wpx-71 {
	width: 71px;
}

.wpx-70 {
	width: 70px;
}

.wpx-69 {
	width: 69px;
}

.wpx-68 {
	width: 68px;
}

.wpx-67 {
	width: 67px;
}

.wpx-66 {
	width: 66px;
}

.wpx-65 {
	width: 65px;
}

.wpx-64 {
	width: 64px;
}

.wpx-63 {
	width: 63px;
}

.wpx-62 {
	width: 62px;
}

.wpx-61 {
	width: 61px;
}

.wpx-60 {
	width: 60px;
}

.wpx-59 {
	width: 59px;
}

.wpx-58 {
	width: 58px;
}

.wpx-57 {
	width: 57px;
}

.wpx-56 {
	width: 56px;
}

.wpx-55 {
	width: 55px;
}

.wpx-54 {
	width: 54px;
}

.wpx-53 {
	width: 53px;
}

.wpx-52 {
	width: 52px;
}

.wpx-51 {
	width: 51px;
}

.wpx-50 {
	width: 50px;
}

.wpx-49 {
	width: 49px;
}

.wpx-48 {
	width: 48px;
}

.wpx-47 {
	width: 47px;
}

.wpx-46 {
	width: 46px;
}

.wpx-45 {
	width: 45px;
}

.wpx-44 {
	width: 44px;
}

.wpx-43 {
	width: 43px;
}

.wpx-42 {
	width: 42px;
}

.wpx-41 {
	width: 41px;
}

.wpx-40 {
	width: 40px;
}

.wpx-39 {
	width: 39px;
}

.wpx-38 {
	width: 38px;
}

.wpx-37 {
	width: 37px;
}

.wpx-36 {
	width: 36px;
}

.wpx-35 {
	width: 35px;
}

.wpx-34 {
	width: 34px;
}

.wpx-33 {
	width: 33px;
}

.wpx-32 {
	width: 32px;
}

.wpx-31 {
	width: 31px;
}

.wpx-30 {
	width: 30px;
}

.wpx-29 {
	width: 29px;
}

.wpx-28 {
	width: 28px;
}

.wpx-27 {
	width: 27px;
}

.wpx-26 {
	width: 26px;
}

.wpx-25 {
	width: 25px;
}

.wpx-24 {
	width: 24px;
}

.wpx-23 {
	width: 23px;
}

.wpx-22 {
	width: 22px;
}

.wpx-21 {
	width: 21px;
}

.wpx-20 {
	width: 20px;
}

.wpx-19 {
	width: 19px;
}

.wpx-18 {
	width: 18px;
}

.wpx-17 {
	width: 17px;
}

.wpx-16 {
	width: 16px;
}

.wpx-15 {
	width: 15px;
}

.wpx-14 {
	width: 14px;
}

.wpx-13 {
	width: 13px;
}

.wpx-12 {
	width: 12px;
}

.wpx-11 {
	width: 11px;
}

.wpx-10 {
	width: 10px;
}

.wpx-9 {
	width: 9px;
}

.wpx-8 {
	width: 8px;
}

.wpx-7 {
	width: 7px;
}

.wpx-6 {
	width: 6px;
}

.wpx-5 {
	width: 5px;
}

.wpx-4 {
	width: 4px;
}

.wpx-3 {
	width: 3px;
}

.wpx-2 {
	width: 2px;
}

.wpx-1 {
	width: 1px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

::-moz-selection {
	background: #18191a;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #203271;
	color: #fff;
	color: #fff;
	text-shadow: none;
	text-shadow: none;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
	display: none;
}

::-webkit-scrollbar-track-piece {
	background-color: #ecedf1;
	-webkit-border-radius: 0px;
	border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
	-webkit-border-radius: 0px;
	background: #203271;
}

html {
	position: relative;
}

*, html {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	display: block;
}

.ff-primary {
	font-family: "Poppins", sans-serif;
}

.ff-secondary {
	font-family: "Poppins", sans-serif;
}

.ff-special {
	font-family: "Lato", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

h1, .h1 {
	font-size: 60px;
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 40px;
	}
}

h2, .h2 {
	font-size: 44px;
}

@media (max-width: 767px) {
	h2, .h2 {
		font-size: 34px;
	}
}

h3, .h3 {
	font-size: 32px;
}

@media (max-width: 767px) {
	h3, .h3 {
		font-size: 24px;
	}
}

h4, .h4 {
	font-size: 28px;
}

@media (max-width: 767px) {
	h4, .h4 {
		font-size: 20px;
	}
}

h5, .h5 {
	font-size: 24px;
}

@media (max-width: 767px) {
	h5, .h5 {
		font-size: 16px;
	}
}

h6, .h6 {
	font-size: 20px;
}

@media (max-width: 767px) {
	h6, .h6 {
		font-size: 14px;
	}
}

p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
}

img.inherit {
	max-width: inherit;
}

.img-resp {
	display: block;
	max-width: 100%;
	height: auto;
}

.relative-block {
	position: relative;
}

.unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.pd-r li {
	padding-right: 10px;
}

ul.inline li {
	display: inline-block;
}

ul.block li {
	display: block;
}

ul.table {
	display: table;
}

ul.table li {
	display: table-cell;
}

ul.nomar li:last-child {
	margin-right: 0 !important;
}

ul.nomar li:first-child {
	margin-left: 0 !important;
}

.d-block {
	display: block !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-inline {
	display: inline !important;
}

.d-table {
	display: table !important;
}

.d-table-cell {
	display: table-cell !important;
}

hr {
	border: none;
}

.td-underline {
	text-decoration: underline;
}

.td-border {
	border-bottom: 1px solid #203271;
}

.td-border-dashed {
	border-bottom: 1px dashed;
}

.td-border-dotted {
	border-bottom: 1px dotted;
}

.fs-default {
	font-size: 14px;
}

.fs-xsmall {
	font-size: 10px;
}

.fs-small {
	font-size: 12px;
}

.fs-medium {
	font-size: 16px;
}

.fs-large {
	font-size: 18px;
}

.fs-xlarge {
	font-size: 24px;
}

.fw-thin {
	font-weight: 100;
}

.fw-light {
	font-weight: 300;
}

.fw-normal {
	font-weight: 400;
}

.fw-semi-bold {
	font-weight: 500;
}

.fw-bold {
	font-weight: 700;
}

.fw-black {
	font-weight: 900;
}

.tt-normal {
	text-transform: inherit !important;
}

.tt-uppercase {
	text-transform: uppercase !important;
}

.tt-capital {
	text-transform: capitalize !important;
}

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

.ta-left {
	text-align: left;
}

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

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.fc-primary {
	color: #203271;
}

.fc-secondary {
	color: #36c142;
}

.fc-default {
	color: #333;
}

.fc-white {
	color: #fff;
}

.fc-lg-silver {
	color: #b3b3b3;
}

.fc-black {
	color: #000;
}

.fc-grey {
	color: #666;
}

.fc-dgrey {
	color: #373c3f;
}

.fc-lgrey {
	color: #f7f7f7;
}

.fc-blue {
	color: #5aafe4;
}

.fc-lg-blue {
	color: #3d5975;
}

.fc-pink {
	color: #c6c6c6;
}

.fc-dk-pink {
	color: #c6c6c6;
}

.fc-lg-pink {
	color: #bcbcbc;
}

.fc-spblue {
	color: #f3f9f9;
}

.fc-lg-black {
	color: #434343;
}

.bg-primary {
	background: #203271;
}

.bg-middle {
	background: #36c141;
}

.bg-lg-silver {
	background: #b3b3b3;
}

.bg-lg-white {
	background: #f0f2f5;
}

.bg-blue {
	background: #5aafe4;
}

.bg-lg-blue {
	background: #3d5975;
}

.bg-dk-blue {
	background: #10121e;
}

.bg-lgrey {
	background: #f7f7f7;
}

.bg-spblue {
	background: #f3f9f9;
}

.bg-silver {
	background: #f1f1f1;
}

.bg-secondary {
	background: #36c142;
}

.bg-white {
	background: #fff;
}

.bg-black {
	background: #000;
}

.bg-grey {
	background: #666;
}

.bg-purple {
	background: #4b0082;
}

.bg-dgrey {
	background: #373c3f;
}

.bg-dgreen {
	background: #4c4c4c;
}

.bg-spgrey {
	background: #363636;
}

.bg-pink {
	background: #c6c6c6;
}

.bg-lg-black {
	background: #2d2e2d;
}

.bg-cover {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.bg-left {
	background-position: left !important;
}

.bg-center {
	background-position: center;
}

.bg-right {
	background-position: right !important;
}

.bg-top {
	background-position: top;
}

.bg-norepeat {
	background-repeat: no-repeat;
}

.bg-fixed {
	background-attachment: fixed;
}

.m-auto {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lh-none {
	line-height: 0;
}

.lh-default {
	line-height: .7;
}

.lh-normal {
	line-height: 1;
}

.lh-medium {
	line-height: 1.2;
}

.lh-large {
	line-height: 1.8;
}

.lh-xlarge {
	line-height: 2.5;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.col-nopadd {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.divider {
	border: none;
}

.ls-xsmall {
	letter-spacing: -2px;
}

.ls-small {
	letter-spacing: -1px;
}

.ls-normal {
	letter-spacing: 0px;
}

.ls-medium {
	letter-spacing: 1px;
}

.ls-large {
	letter-spacing: 3px;
}

.ls-xlarge {
	letter-spacing: 8px;
}

.va-middle {
	vertical-align: middle;
}

.va-top {
	vertical-align: top;
}

.va-bottom {
	vertical-align: bottom;
}

.instagram:hover {
	color: #cd486b !important;
}

.facebook:hover {
	color: #1a4bad !important;
}

.facebook-icon:hover {
	background: #1a4bad !important;
}

.twitter:hover {
	color: #00a9cd !important;
}

.twitter-icon:hover {
	background: #00a9cd !important;
}

.linkedin:hover {
	color: #1d4a9c !important;
}

.linkedin-icon:hover {
	background: #1d4a9c !important;
}

.googleplus:hover {
	color: #ff4800 !important;
}

.googleplus-icon:hover {
	background: #ff4800 !important;
}

.youtube:hover {
	color: #d10000 !important;
}

.youtube-icon:hover {
	background: #d10000 !important;
}

.overlay-bg {
	background: rgba(32, 50, 113, .73);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 14;
	display: none;
	backdrop-filter: blur(5px);
}

.title-row {
	background: #203271;
	color: white;
	text-align: center;
	padding: 20px;
}

.img-inherit {
	max-width: inherit;
}

.title-row h2 {
	font-size: 28px !important;
	font-weight: 600;
}

.sec-padding {
	padding: 80px 0;
}

.sec-padding.\--small {
	padding: 44px 0;
}

.sec-padding.\--xsmall {
	padding: 18px 0;
}

.sec-padding.\--large {
	padding: 140px 0;
}

@media (max-width: 767px) {
	.sec-padding {
		padding: 40px 0;
	}
}

.title {
	line-height: 1.2;
}

.title.\--big {
	width: 82%;
	margin: 0 auto;
}

/**** Mobile Navigation ****/
.mobile-nav {
	position: fixed;
	width: 80%;
	height: 100%;
	top: 0;
	right: -80%;
	z-index: 12;
	background: #203271;
	background: #e9e9e9;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	overflow: hidden;
	overflow-y: auto;
}

.mobile-nav .logo-area {
	font-size: 16px;
	background: #36c142;
	padding: 22px 24px;
	display: block;
}

.mobile-nav.active {
	height: 100%;
	right: 0;
	z-index: 111111;
}

.mobile-nav nav {
	margin-right: -10px;
}

.mobile-nav nav li a {
	color: #333;
	font-weight: 500;
	display: block;
	padding: 10px 24px;
	border-top: 1px solid #d6d8db;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.mobile-nav nav li a.active {
	color: #fff;
	background: #203271;
}

.mobile-nav nav li a .xicon {
	font-size: 20px;
	float: right;
}

.mobile-nav nav li ul {
	display: none;
	background: #fff;
}

.mobile-nav nav li ul li a {
	font-weight: 500;
	font-size: 12px;
}

.mobile-nav nav li ul li a:hover, .mobile-nav nav li ul li a.active {
	background: transparent;
	font-weight: 600;
	color: #333;
}

.mobile-nav nav li ul.dropdown {
	margin-left: 40px;
	display: none;
}

.mobile-nav nav li ul.dropdown a {
	font-size: 12px;
	border: none;
	padding: 10px 0px;
}

.mobile-nav nav li ul.dropdown a:hover {
	color: #000;
	background: transparent;
}

.mobile-nav nav li.menu-item-has-children>a {
	position: relative;
}

.mobile-nav nav li.menu-item-has-children>a:before {
	position: absolute;
	content: "";
	font-family: "FontAwesome";
	right: 25px;
}

.mobile-nav nav .extra-link a {
	border: 2px solid #000;
	width: 40%;
	margin: 40px auto 10px;
	padding: 7px 0;
	font-size: 15px;
	text-align: center;
}

.mobile-nav nav .extra-link a:hover {
	color: #000;
	border: 2px solid #000;
	background: transparent;
}

.mobile-nav .close-nav {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #fff;
	width: 26px;
	height: 26px;
	line-height: 1.5;
}

/*** Mobile Nav Button ***/
.mobile-nav-btn {
	display: none;
	position: fixed;
	top: 22px;
	height: 30px;
	padding: 6px 7px;
	border-radius: 4px;
	right: 2%;
	z-index: 100;
	z-index: 99999999;
	cursor: pointer;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	border: 1px solid #31427c;
}

.mobile-nav-btn span {
	display: none;
	display: block;
	height: 3px;
	width: 22px;
	background-color: #203271;
	margin-bottom: 6px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
	top: 8px;
}

.mobile-nav-btn:active {
	transition: 0;
}

.mobile-nav-btn span:before, .mobile-nav-btn span:after {
	display: block;
	background-color: #203271;
	height: 3px;
	width: 22px;
	position: absolute;
	left: 0;
	content: "";
	-webkit-transform-origin: .28571rem center;
	transform-origin: .28571rem center;
	right: 0;
	margin: 0 auto;
}

.mobile-nav-btn .lines:before {
	top: 6px;
}

.mobile-nav-btn .lines:after {
	top: -6px;
}

.mobile-nav-btn.active {
	right: 84%;
}

.mobile-nav-btn .lines {
	-webkit-transition: background .3s .5s ease;
	-moz-transition: background .3s .5s ease;
	-o-transition: background .3s .5s ease;
	transition: background .3s .5s ease;
}

.mobile-nav-btn .lines:before, .mobile-nav-btn .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: top .3s .6s ease, -webkit-transform .3s ease;
	transition: top .3s .6s ease, transform .3s ease;
}

@media (max-width: 991px) {
	.mobile-nav-btn {
		display: block;
	}
}

.app-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0;
	background: #fff;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.app-container.active {
	left: -80%;
}

.o-hidden {
	overflow: hidden;
}

@media (max-width: 767px) {
	.res-width {
		width: 100%;
	}
	
	.res-width h6 {
		text-align: left;
	}
	
	.res-width a {
		text-align: left;
		margin: 0 auto;
	}
	
	.res-width p {
		text-align: left;
	}
}

.ml-none {
	margin-left: 0px !important;
}

.slick-slider {
	position: relative;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.grey-dots {
	overflow: visible;
}

.grey-dots .slick-dots {
	z-index: 1;
	left: 0;
}

.grey-dots .slick-dots .slick-active button {
	background: #f1f1f1;
}

.grey-dots .slick-dots li button {
	background: rgba(255, 255, 255, .5);
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	content: "";
	display: table;
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.dots-n-arrow-v1 .slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 170px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
	opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before, .slick-next:before {
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 1;
	color: #36c142;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "";
}

[dir="rtl"] .slick-prev:before {
	content: "";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "";
}

[dir="rtl"] .slick-next:before {
	content: "";
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: -50px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

@media (min-width: 300px) {
	.slick-dots {
		bottom: -30px;
	}
}

.\--big-dot .slick-dots {
	bottom: -40px;
}

.\--xbig-dot .slick-dots {
	bottom: -60px;
}

.\--small-dot .slick-dots {
	bottom: 20px;
}

.\--xsmall-dot .slick-dots {
	bottom: 40px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "ΓÇó";
	width: 20px;
	height: 20px;
	font-family: "FontAwesome";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: .75;
}

.slick-dots .slick-active button {
	background: #fff;
}

.slick-dots li {
	height: auto;
	width: auto;
}

.slick-dots li button {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #c1c1c1;
	border: 0px solid #858585;
	margin: 0;
	padding: 0;
}

.slick-dots li button:before {
	display: none;
}

.dots-n-arrow-v1 {
	overflow: visible;
}

.dots-n-arrow-v1 .slick-dots {
	z-index: 1;
	left: 0;
}

.dots-n-arrow-v1 .slick-dots .slick-active button {
	background: #fff;
}

.dots-n-arrow-v1 .slick-dots li button {
	background: #36c142;
}

.dots-n-arrow-v1 .slick-next {
	right: 41%;
}

.dots-n-arrow-v1 .slick-prev {
	left: 41%;
}

.dots-n-arrow-v1 .approval-slider .slick-prev {
	left: 35px !important;
}

.dots-n-arrow-v1 .slick-prev:before, .dots-n-arrow-v1 .slick-next:before {
	font-size: 24px;
	font-weight: 600;
}

.dots-n-arrow-v1 .slick-prev:hover:before, .dots-n-arrow-v1 .slick-next:hover:before {
	color: #36c142;
}

.dots-n-arrow-v1 .slick-next:before {
	content: "";
	color: black;
	opacity: 1;
}

.dots-n-arrow-v1 .slick-prev:before {
	content: "";
	color: black;
	opacity: 1;
}

.btn {
	padding: 4px 16px;
	display: inline-block;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
	border-radius: 4px;
	cursor: pointer;
}

.btn.\--large {
	padding: 25px 45px;
}

.btn.\--medium {
	padding: 15px 18px;
}

.btn.btn-primary {
	margin: 0;
	border: 0;
	z-index: 1;
	color: #fff;
	line-height: 0;
	cursor: pointer;
	margin-bottom: 0;
	overflow: hidden;
	min-width: 180px;
	border-radius: 0;
	padding: 26px 0px;
	position: relative;
	display: inline-block;
	-moz-user-select: none;
	transition: color .4s linear;
	background: #36c142;
}

.btn.btn-primary:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 5px;
	background: #3ba944;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: transform .5s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
}

.btn.btn-primary:hover:before {
	transform: scaleX(1);
	color: #fff !important;
	z-index: -1;
}

.btn.btn-primary.\--outline {
	background: none;
	color: #203271;
	border: 2px solid #203271;
}

.btn.btn-secondary {
	margin: 0;
	border: 0;
	z-index: 1;
	color: #fff;
	line-height: 0;
	cursor: pointer;
	margin-bottom: 0;
	overflow: hidden;
	min-width: 160px;
	border-radius: 0;
	padding: 25px 0px;
	position: relative;
	display: inline-block;
	-moz-user-select: none;
	transition: color .4s linear;
	background: #203271;
}

.btn.btn-secondary:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 5px;
	background: #132154;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: transform .5s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
}

.btn.btn-secondary:hover:before {
	transform: scaleX(1);
	color: #fff !important;
	z-index: -1;
}

.btn.btn-secondary.\--outline {
	background: none;
	color: #203271;
	border: 2px solid #203271;
}

.btn.btn-gradient {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.btn.btn-gradient:before {
	background: -webkit-linear-gradient(left, #9105ea, #f73c95);
	background: -o-linear-gradient(left, #9105ea, #f73c95);
	background: -moz-linear-gradient(left, #9105ea, #f73c95);
	background: linear-gradient(to right, #9105ea, #f73c95);
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.btn.btn-gradient:hover {
	background-color: #c6c6c6;
}

.btn.btn-gradient:hover:before {
	transform: translate3d(-100%, 0, 0);
}

.btn.btn-secondary {
	background-color: #203271;
	color: #fff;
}

.btn.btn-secondary:hover {
	background-color: rgba(32, 50, 113, .9);
}

.btn.btn-secondary.\--outline {
	background: none;
	border: 2px solid #36c142;
}

header.ph {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	padding: 25px 0 20px;
	background: linear-gradient(0deg, transparent -120%, #fff 100%);
}

.page-home  header.ph {
	background: linear-gradient(0deg, transparent -120%, #fff 100%);
}

header.ph .container {
	position: relative;
}

header.ph .col-md-9 {
	position: static;
}

header.ph .hoverme {
	max-width: max-content;
}

header.ph .hoverme a img {
	transition: .4s all;
}

header.ph.sticky {
	box-shadow: 0px 0px 23px -4px rgba(0, 0, 0, .75);
}

.sticky .hoverme a img {
	width: 150px;
	object-fit: contain;
}

header.ph .header_logo {
	display: block;
	max-width: max-content;
}

header nav.pn {
	padding: 12px 0;
}

header nav.pn ul {
	text-align: right;
	width: max-content;
	margin-left: auto;
	position: relative;
	max-width: 100%;
}

header nav.pn ul li {
	display: inline-block;
	padding: 3px 7px;
	transition: .4s;
	position: relative;
}

/* header nav.pn ul li.menu-item-152 ul.sub-menu{
	display: none;
} */
header nav.pn ul li.last {
	border: 2px solid #36c142;
}

header nav.pn > ul > li.last a:before {
	display: none;
}

header nav.pn ul li a {
	font-size: 15px;
	transition: .4s;
	font-weight: 600;
	color: #203271;
	text-transform: uppercase;
}

/* header nav.pn ul li a:hover {
	color: #36c142;
} */
header nav.pn ul li.menu-item-has-children:after {
	top: 0px;
	left: 1px;
	width: 9px;
	height: 13px;
	content: "";
	font-weight: bold;
	position: relative;
	display: inline-block;
	color: #203271;
	font-family: "FontAwesome";
}

header nav.pn ul li ul {
	left: 0;
	top: 28px;
	opacity: 0;
	z-index: 1;
	border: none;
	height: auto;
	width: 210px;
	display: block;
	max-height: 450px;
	border-radius: 6px;
	visibility: hidden;
	position: absolute;
	padding: 15px 0 18px 0;
	transition: visibility 0s, opacity .3s;
	box-shadow: 0px 4px 4px rgba(255, 255, 255, .2);
	background: linear-gradient(10deg, #004576, #0069b3);
	max-width: max-content;
}

header nav.pn ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

header nav.pn ul li ul li {
	padding: 0;
	padding: 7px 15px;
	border: none;
	display: block;
	transition: .3s;
}

header nav.pn ul li ul li a {
	color: #fff;
	display: block;
	line-height: 1.4;
	text-align: left;
	font-size: 14px;
}

header nav.pn ul li ul li:hover {
	background: #203271;
}

header nav.pn ul li ul li:hover a {
	color: #fff;
}

header nav.pn ul li ul li:hover>ul {
	display: block;
}

header nav.pn ul li ul li.last {
	border: none;
}

header nav.pn ul li ul li ul {
	background: #373c3f;
	left: 220px;
	top: 0;
	display: none;
}

header nav.pn ul .current_page_item ul {
	display: block;
	text-align: left;
}

.main_header .top_header {
	padding-top: 13px;
	padding-left: 91px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #36c142;
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	padding: 5px 50px;
	border-bottom-left-radius: 40px;
	padding-right: 165px;
}

@media ( max-width: 1366px ) {
	.main_header .top_header {
		padding-right: 90px;
	}
}

@media ( max-width: 1280px ) {
	.main_header .top_header {
		padding-right: 25px;
	}
}

.main_header .top_header .header_info a {
	color: #fff;
	font-weight: 500;
	margin-right: 20px;
}

.main_header .top_header .header_info a i {
	color: #fff;
	margin-right: 5px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}

.main_header .main_navigation {
	margin-top: 35px;
}

.main_header .top_header ul {
	list-style-type: none;
}

.main_header .top_header ul li {
	font-size: 13px;
	font-weight: 600;
	margin-right: 10px;
	display: inline-block;
}

.main_header .top_header ul li i {
	color: #fff;
}

.main_header .top_header ul li a {
	color: #fff;
}

.main_header .top_header ul li:last-child {
	margin-right: 0;
}

header nav.pn ul .current_page_item a {}

header nav.pn ul li a {
	position: relative;
}

header nav.pn ul li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #203271;
	left: 0;
	transform: scalex(0);
	transform-origin: left;
	transition: .3s all;
}

header nav.pn ul li ul li a:before {
	background: #fff;
}

header nav.pn ul li a:hover:before {
	transform: scalex(1);
}

header nav.pn ul .current_page_item a:before {}

.main_header .main_navigation nav ul li ul li:hover, .main_header .main_navigation nav ul li ul li.current-menu-item:hover {
	background: none;
}

.main_header .main_navigation nav ul li.page-item-101 ul li:hover, .main_header .main_navigation nav ul li.page-item-101 ul li.current-menu-item:hover {
	background: none;
}

.main_header .main_navigation nav ul li ul li.current-menu-item {
	background: rgba(255, 255, 255, .05);
}

/* 
.main_header .main_navigation nav ul li ul:before {
	content: '';
	top: 90%;
	right: -70%;
	width: 400px;
	height: 425px;
	background-color: #ffffff;
	opacity: 0.2;
	position: absolute;
	border-radius: 40%;
	animation: wave 15s linear -1s infinite;
} */

/* 
.main_header .main_navigation nav ul li ul:after {
	content: '';
	top: 90%;
	left: -70%;
	width: 400px;
	height: 425px;
	background-color: #ffffff;
	opacity: 0.2;
	position: absolute;
	border-radius: 40%;
	animation: wave 18s linear -1s infinite;
} */

/* .main_header .main_navigation nav ul .current_page_item.page-item-101{
	position: static;
}

.main_header .main_navigation nav ul .current_page_item.page-item-101 ul {
	margin-top: 17px;
    visibility: visible;
    opacity: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
    padding: 5px 15px;
    top: unset;
    border-radius: 50px;
    z-index: 0;
    background: #36c142;
}

.main_header .main_navigation nav ul .current_page_item.page-item-101 ul li{
	flex: 0 0 80px;
    max-width: 230px;
    margin-bottom: 0;
    padding: 7px 20px;
}

.main_header .main_navigation nav ul .current_page_item.page-item-101 ul li a{
	text-align: left;
	color: #fff;
	padding: 0;
	width: max-content;
}
 */
@keyframes wave {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 1024px) {
	header nav.pn ul li a {
		font-size: 11px;
	}
	
	header nav.pn ul li {
		padding: 3px 10px;
	}
}

.main_footer figure {
	background-size: cover;
	padding: 80px 0 30px 0;
}

.main_footer figure .main_box .footer_about p {
	font-size: 12px;
	font-weight: 500;
	line-height: 25px;
	padding-bottom: 20px;
	color: #203271;
}

.main_footer figure .main_box .footer_about ul {
	list-style-type: none;
}

.main_footer figure .main_box .footer_about ul li {
	display: inline-block;
}

.main_footer figure .main_box .footer_about ul li a i {
	width: 40px;
	color: white;
	height: 40px;
	font-size: 24px;
	transition: .4s;
	margin-right: 5px;
	line-height: 40px;
	text-align: center;
	background: #203270;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.main_footer figure .main_box .footer_about ul li:hover a i {
	background-color: #36c142;
}

.main_footer figure .main_box .footer_info {
	position: relative;
}

.main_footer figure .main_box .footer_info:before {
	top: 0;
	width: 2px;
	content: "";
	left: -17px;
	height: 100%;
	position: absolute;
	background-color: grey;
}

.main_footer figure .main_box .footer_info .flex_box {
	display: flex;
	margin-bottom: 20px;
}

.main_footer figure .main_box .footer_info .flex_box p {
	font-size: 12px;
	font-weight: 500;
	transition: .4s;
	line-height: 25px;
	color: #203271;
}

.main_footer figure .main_box .footer_info .flex_box p a {
	color: #203271;
}

.main_footer figure .main_box .footer_info .flex_box p:hover a {
	color: #36c142;
}

.main_footer figure .main_box .footer_info .flex_box i {
	color: #50c95a;
	font-size: 18px;
	margin-right: 20px;
}

.main_footer figure .main_box .footer_menu {
	margin-left: 30px;
	position: relative;
	list-style-type: none;
}

.main_footer figure .main_box .footer_menu:before {
	top: 0;
	width: 2px;
	content: "";
	left: -20px;
	height: 125%;
	position: absolute;
	background-color: grey;
}

.main_footer figure .main_box .footer_menu li {
	padding-bottom: 5px;
}

.main_footer figure .main_box .footer_menu li a {
	color: #333;
	color: #203270;
	font-size: 12px;
	text-transform: uppercase;
}

.main_footer .main_copyright {
	padding: 19px;
	background-color: #36c142;
}

.main_footer .main_copyright span {
	color: white;
	font-size: 13px;
	padding-left: 15px;
}

form input, form select, form textarea {
	padding-left: 10px;
	border-radius: 4px;
	border-radius: 4px;
	color: #434343;
	padding: 10px;
	font-family: "franklin-gothic-medium";
	border: 0px solid #3b3a3a;
	box-shadow: none;
	font-size: 16px;
	-webkit-appearance: none;
	width: 100%;
}

form input[type=text], form input[type=number], form input[type=email], form select, form textarea {
	background-color: #fff;
	width: 100%;
	margin-bottom: 10px;
	max-height: 100px;
}

form input[type=submit] {
	background: #36c142;
	padding: 10px;
	display: inline-block;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin: 20px auto;
	min-width: 70px;
	border: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	float: right;
	width: 10%;
}

form input[type=submit]:hover {
	background: #36c142;
}

.res-logo {
	display: none;
}

.main_approvals_sec .main_box .center_line {
	position: relative;
}

.main_approvals_sec .main_box .center_line span {
	top: 18px;
	left: 50%;
	width: 2px;
	content: "";
	height: 30px;
	position: absolute;
	background-color: #e8eaf1;
}

.main_approvals_sec {
	position: relative;
}

.main_approvals_sec:before {
	top: 150px;
	content: "";
	left: -90px;
	width: 310px;
	opacity: .3;
	height: 400px;
	position: absolute;
	background-size: cover;
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/themes/itac-safety/images/banner_before_img.png");
}

.main_approvals_sec .top_title {
	text-align: center;
	padding-bottom: 30px;
}

.main_approvals_sec .top_title p {
	font-size: 16px;
	letter-spacing: 0;
	color: #36c142;
}

.main_approvals_sec .top_title h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #203271;
}

.main_approvals_sec .main_box ul {
	width: 50%;
	margin: 0 auto;
	list-style-type: none;
}

.main_approvals_sec .main_box ul li {
	margin: 0px 3px;
	display: inline-block;
}

.main_approvals_sec .main_box ul li img {
	border-radius: 10px;
	padding: 15px 10px;
}

.main_approvals_sec .approvals_ctn_box {
	width: 80%;
	text-align: center;
	margin: 100px auto 0 auto;
}

.main_approvals_sec .approvals_ctn_box h3 {
	color: #203271;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	padding-bottom: 25px;
}

.main_approvals_sec .approvals_ctn_box p {
	color: #666;
	font-size: 19px;
	font-weight: 500;
}

.main_approvals_sec .approvals_ctn_box p a {
	color: #36c142;
	font-size: 18px;
	font-weight: 500;
	transition: .4s;
	text-transform: lowercase;
}

.main_approvals_sec .approvals_ctn_box p a:hover {
	color: #203271;
}

.main_approvals_sec .approvals_ctn_box a {
	font-size: 15px;
	font-weight: 600;
	margin-top: 30px;
	text-transform: uppercase;
}

.counter {
	padding: 80px 0;
	background-color: #203271;
}

.counter #counter .cell {
	display: flex;
	align-items: flex-start;
}

.counter #counter img {
	margin-right: 8px;
	max-width: 60px;
	height: auto;
}

.counter #counter .counter-value {
	line-height: 1;
	font-size: 54px;
	font-weight: 700;
	color: #36c142;
}

.counter #counter .counter-info {
	color: #ccc;
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 500;
}

.main_partners_sec .top_title {
	text-align: center;
	padding-bottom: 50px;
}

.main_partners_sec .top_title p {
	font-size: 16px;
	color: #36c142;
}

.main_partners_sec .top_title h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #203271;
}

.main_partners_sec .main_box ul {
	list-style-type: none;
}

.main_partners_sec .main_box ul li {
	display: inline-block;
	width: calc(15% + 15px);
}

.main_partners_sec .main_box ul li img {
	margin: auto;
}

.main_about_sec {
	position: relative;
	padding: 60px 0 80px 0;
}

.main_about_sec:before {
	top: 50%;
	right: 0;
	content: "";
	width: 25px;
	height: 100%;
	position: absolute;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #203271;
}

.main_about_sec .top_title {
	text-align: center;
	margin-bottom: 120px;
}

.main_about_sec .top_title h1 {
	color: #1f3370;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -2px;
}

.main_about_sec .about_img figure {
	width: 100%;
	display: table;
	margin-left: 0;
	transition: .7s;
	position: relative;
	background-size: cover;
	background-position: center;
}

.main_about_sec .about_img figure:hover {
	background-color: rgba(255, 255, 255, .34);
}

.main_about_sec .about_img figure:before {
	top: 40px;
	content: "";
	z-index: -1;
	left: -32px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #f5f5f5;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
}

.main_about_sec .about_img figure:after {
	z-index: -1;
	content: "";
	top: 25px;
	width: 220px;
	right: -390px;
	height: 310px;
	position: absolute;
	filter: brightness(.93);
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/themes/itac-safety/images/banner_before_img1.png");
}

.main_about_sec .about_img figure figcaption {
	text-align: right;
	display: table-cell;
	vertical-align: bottom;
}

.main_about_sec .about_img figure figcaption a i {
	color: white;
	width: 130px;
	height: 130px;
	font-size: 28px;
	text-align: center;
	line-height: 130px;
	background: #203270;
}

.main_about_sec .about_ctn {
	padding-top: 85px;
	padding-right: 80px;
}

.main_about_sec .about_ctn h6 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	padding-bottom: 3px;
	color: #36c142;
}

.main_about_sec .about_ctn h3 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.28;
	padding-bottom: 30px;
	letter-spacing: -2px;
	color: #203271;
}

.main_about_sec .about_ctn p {
	font-size: 16px;
	font-weight: 400;
	color: #203271;
	text-align: justify;
}

.main_about_sec .about_ctn a {
	font-size: 14px;
	font-weight: 600;
	margin-top: 40px;
	text-transform: uppercase;
}

.main_about_sec .about-video-popup {
	top: 50%;
	left: 50%;
	z-index: 11111;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	text-align: center;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, .4);
}

.main_about_sec .about-video-popup .about-video-inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_about_sec .about-video-popup .about-video-inner .main-video {
	position: relative;
}

.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
	border: 4px solid #36c142;
	padding: 5px;
	width: 560px;
	height: 315px;
}

.main_about_sec .main-close-btn .main-btnn {
	top: -30px;
	right: -30px;
	width: 45px;
	height: 45px;
	color: #36c142;
	display: block;
	font-size: 20px;
	line-height: 38px;
	border-radius: 50%;
	position: absolute;
	border: 4px solid #36c142;
	background: #fff;
}

.services .top_title {
	text-align: center;
	margin-bottom: 55px;
}

.services .top_title h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #203271;
}

.services .services-main-box .service-box {
	display: flex;
	flex-flow: wrap;
}

.services .services-main-box .service-box .service-left {
	flex: 0 0 50%;
	background-color: #f8f8f8;
}

.services .services-main-box .service-box .service-left .service-left-inner {
	padding: 50px 70px 50px 51px;
}

.services .services-main-box .service-box .service-left .service-left-inner h3 {
	font-size: 28px;
	text-align: left;
	font-weight: 700;
	color: #203271;
}

.services .services-main-box .service-box .service-left .service-left-inner p {
	color: #203270;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	line-height: 30px;
}

.services .services-main-box .service-box .service-left .service-left-inner a {
	margin: 0;
	border: 0;
	z-index: 1;
	color: #fff;
	line-height: 0;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0;
	padding: 18px 37px;
	position: relative;
	display: inline-block;
	-moz-user-select: none;
	background: #203271;
	transition: color .4s linear;
}

.services .services-main-box .service-box .service-left .service-left-inner a:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 0;
	position: absolute;
	background: #132154;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: transform .5s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
}

.services .services-main-box .service-box .service-left .service-left-inner a:hover:before {
	transform: scaleX(1);
	color: #fff !important;
	z-index: -1;
}

.services .services-main-box .service-box .service-left .service-left-inner a i {
	font-size: 10px;
	margin-left: 7px;
}

.services .services-main-box .service-box .service-right {
	flex: 0 0 50%;
	position: relative;
}

.services .services-main-box .service-box .service-right .service-right-inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.services .services-main-box .service-box .service-right:before {
	top: 40%;
	content: "";
	left: -15px;
	width: 30px;
	height: 30px;
	position: absolute;
	background: #f8f8f8;
	transform: rotate(45deg);
}

.services .services-main-box .service-box:nth-child(even) {
	flex-direction: row-reverse;
}

.services .services-main-box .service-box:nth-child(even) .service-left {
	background-color: #203270;
}

.services .services-main-box .service-box:nth-child(even) .service-left .service-left-inner {
	padding: 50px 45px 50px 70px;
}

.services .services-main-box .service-box:nth-child(even) .service-left .service-left-inner h3 {
	color: white;
	text-align: left;
}

.services .services-main-box .service-box:nth-child(even) .service-left .service-left-inner p {
	color: white;
	text-align: left;
}

.services .services-main-box .service-box:nth-child(even) .service-left .service-left-inner a {
	float: left;
	color: white;
	background-color: #36c142;
}

.services .services-main-box .service-box:nth-child(even) .service-left .service-left-inner a:before {
	background-color: #3ba944;
}

.services .services-main-box .service-box:nth-child(even) .service-right:before {
	right: -15px;
	left: unset;
	background-color: #203270;
}

.main_featured_sec .center_line {
	position: relative;
}

.main_featured_sec .center_line span {
	top: -6px;
	right: 67px;
	width: 2px;
	content: "";
	height: 30px;
	position: absolute;
	background-color: #e8eaf1;
}

.main_featured_sec .featured-slider .slick-prev {
	top: 2%;
	left: 90%;
	z-index: 999;
}

.main_featured_sec .featured-slider .slick-next {
	top: 2%;
	right: 25px;
	z-index: 999;
}

.main_featured_sec .featured-slider .slick-prev:before {
	color: black !important;
	font-weight: 800;
}

.main_featured_sec .featured-slider .slick-prev:hover:before {
	color: #36c142 !important;
}

.main_featured_sec .featured-slider .slick-next:before {
	color: black !important;
	font-weight: 800;
}

.main_featured_sec .featured-slider .slick-next:hover:before {
	color: #36c142 !important;
}

.main_featured_sec .top_title {
	padding-bottom: 0;
	padding-left: 15px;
}

.main_featured_sec .top_title p {
	font-size: 16px;
	letter-spacing: 0;
	padding-bottom: 4px;
	color: #36c142;
}

.main_featured_sec .top_title h3 {
	line-height: 1;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #203271;
}

.page-training .main_featured_sec .top_title h3 {
	font-size: 32px;
}

.main_featured_sec .featured_box .circle_icon {
	left: 50%;
	top: 40px;
	z-index: 1;
	width: 80px;
	height: 80px;
	padding: 7px;
	transition: .5s;
	background: white;
	border-radius: 50%;
	position: relative;
	object-fit: scale-down;
	border: 1px solid #efefef;
	transform: translate(-50%);
}

.main_featured_sec .featured_box a {
	overflow: hidden;
	display: block;
}

.main_featured_sec .featured_box .main_img {
	width: 100%;
	filter: brightness(.99);
	transition: .3s all;
}

.main_featured_sec .featured_box .inner_ctn {
	transition: .5s;
	min-height: 160px;
	padding: 32px 30px;
	text-align: center;
}

.main_featured_sec .featured_box .inner_ctn h4 {
	color: #203271;
	font-size: 19px;
	line-height: 1.1;
	font-weight: 600;
	padding-bottom: 8px;
	text-transform: uppercase;
}

/* .main_featured_sec .featured_box:hover .inner_ctn h4 {
	color: white;
} */
.main_featured_sec .featured_box .inner_ctn p {
	font-size: 16px;
	line-height: 1.3;
	color: #203271;
}

.main_featured_sec .featured_box:hover .circle_icon {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	background: #f1f1f1;
}

.main_featured_sec .featured_box:hover .inner_ctn {
	box-shadow: 0 0 15px rgba(0, 0, 0, .7);
	background: #203271;
	transition: .3s all;
}

.main_featured_sec .featured_box:hover .inner_ctn h4, .main_featured_sec .featured_box:hover .inner_ctn p {
	color: #fff;
}

.main_featured_sec .featured_box:hover .main_img {
	transform: scale(1.05);
}

.main_offers_sec .top_title {
	text-align: center;
	padding-bottom: 35px;
}

.main_offers_sec .top_title p {
	font-size: 16px;
	line-height: 1.2;
	color: #36c142;
}

.main_offers_sec .top_title h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #203271;
}

.main_offers_sec .main_box {
	position: relative;
}

.main_offers_sec .main_box:before {
	right: 0;
	content: "";
	width: 180px;
	height: 290px;
	bottom: -105px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/themes/itac-safety/images/offers/offers_before_img1.png");
}

.main_offers_sec .main_box ul {
	margin: auto;
	text-align: center;
	list-style-type: none;
	width: calc(94% - 8px);
}

.main_offers_sec .main_box ul li {
	margin: 0 7px;
	transition: .7s;
	overflow: hidden;
	background: white;
	border-radius: 7px;
	text-align: center;
	position: relative;
	display: inline-block;
	width: calc(23% + 7px);
	padding: 45px 12px 60px 12px;
	border: 2px solid #36c142;
}

.main_offers_sec .main_box ul li h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #203271;
}

.main_offers_sec .main_box ul li hr {
	height: 1px;
	width: 30px;
	background: #203271;
	margin: 15px auto 15px auto !important;
}

.main_offers_sec .main_box ul li img {
	width: 120px;
	height: 120px;
	margin: auto;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .4);
}

.main_offers_sec .main_box ul li h5 {
	line-height: 1;
	font-size: 54px;
	font-weight: 300;
	padding-top: 30px;
	letter-spacing: -1px;
	color: #203271;
}

.main_offers_sec .main_box ul li p {
	font-size: 18px;
	font-weight: 300;
	color: #203271;
}

.main_offers_sec .main_box ul li .hover_btn {
	left: 50%;
	opacity: 0;
	bottom: -70px;
	transition: .5s;
	visibility: hidden;
	position: absolute;
	transform: translate(-50%);
}

.main_offers_sec .main_box ul li .hover_btn a {
	margin: 0;
	border: 0;
	z-index: 1;
	color: #fff;
	line-height: 0;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0;
	padding: 20px 18px;
	position: relative;
	display: inline-block;
	-moz-user-select: none;
	background: #36c142;
	transition: color .4s linear;
}

.main_offers_sec .main_box ul li .hover_btn a:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 0;
	position: absolute;
	background: #3ba944;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: transform .5s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
}

.main_offers_sec .main_box ul li .hover_btn a:hover:before {
	transform: scaleX(1);
	color: #fff !important;
	z-index: -1;
}

.main_offers_sec .main_box ul li:hover {
	background: #203271;
}

.main_offers_sec .main_box ul li:hover h4, .main_offers_sec .main_box ul li:hover h5, .main_offers_sec .main_box ul li:hover p {
	color: white;
}

.main_offers_sec .main_box ul li:hover hr {
	background: #36c142;
}

.main_offers_sec .main_box ul li:hover .hover_btn {
	opacity: 1;
	bottom: 10px;
	visibility: visible;
}

.main_offers_sec .offer-main-poppup {
	top: 0%;
	left: 50%;
	z-index: 111111;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	text-align: center;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .4);
}

.main_offers_sec .offer-main-poppup .offer-inner-poppup {
	height: 100%;
	display: flex;
	padding-top: 100px;
	align-items: center;
	justify-content: center;
}

.main_offers_sec .offer-close-btn {
	top: -70px;
	right: -80px;
	z-index: 11;
	width: 100%;
	height: 100%;
	position: absolute;
}

.main_offers_sec .offer-close-btn .offer-btnn {
	top: 40px;
	width: 40px;
	right: 50px;
	height: 40px;
	color: white;
	display: block;
	font-size: 20px;
	line-height: 38px;
	border-radius: 50%;
	position: absolute;
	border: 2px solid white;
	background: #36c142;
}

.offer-main-poppup .offer-inner-poppup .offer-image {
	position: relative;
}

.offer-main-poppup .offer-inner-poppup .offer-image img {
	z-index: 1;
	width: auto;
	height: auto;
	max-height: 440px;
	padding: 4px;
	border-radius: 0;
	position: relative;
	border: 3px solid #36c142;
}

.main_certification_sec {
	background-color: #203271;
}

.main_certification_sec .top_title {
	text-align: center;
	padding-bottom: 30px;
}

.main_certification_sec .top_title p {
	color: #fff;
	color: #36c142;
	font-size: 16px;
}

.main_certification_sec .top_title h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #fff;
}

.main_certification_sec .main_box ul {
	text-align: center;
	list-style-type: none;
}

.main_certification_sec .main_box ul li {
	display: inline-block;
	width: calc(15% + 15px);
}

.main_certification_sec .main_box ul li img {
	background: #ecebeb;
	border-radius: 10px;
}

.main_project_sec .top_title {
	text-align: center;
	padding-bottom: 38px;
}

.main_project_sec .top_title p {
	font-size: 16px;
	line-height: 1.2;
	color: #36c142;
}

.main_project_sec .top_title h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #203271;
}

.main_project_sec .main_box .project_box {
	overflow: hidden;
}

.main_project_sec .main_box .project_box img {
	width: 100%;
	overflow: hidden;
	transition: all .4s;
}

.main_project_sec .main_box .project_box .inner_ctn_box {
	top: 315px;
	opacity: 0;
	width: 100%;
	display: table;
	padding: 0 44px;
	visibility: hidden;
	position: absolute;
	transition: all .4s;
}

.main_project_sec .main_box .project_box .inner_ctn_box h4 {
	color: white;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 30px;
}

.main_project_sec .main_box .project_box .inner_ctn_box p {
	color: #d8d8d8;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.2;
	padding-bottom: 45px;
}

.main_project_sec .main_box .project_box .inner_ctn_box a {
	color: #d8d8d8;
	font-size: 14px;
	font-weight: 500;
	transition: .4s;
	text-transform: uppercase;
}

.main_project_sec .main_box .project_box .inner_ctn_box a:hover {
	color: #36c142;
}

.main_project_sec .main_box .project_box:hover img {
	filter: brightness(.4);
}

.main_project_sec .main_box .project_box:hover .inner_ctn_box {
	top: 50%;
	opacity: 1;
	visibility: visible;
	transform: translatey(-50%);
}

.main_blog_sec {
	position: relative;
}

.main_blog_sec:before {
	top: 25px;
	right: 0px;
	content: "";
	width: 234px;
	height: 330px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/themes/itac-safety/images/blog_before_img.png");
}

.main_blog_sec .top_title {
	text-align: center;
	padding-bottom: 50px;
}

.main_blog_sec .top_title p {
	font-size: 16px;
	color: #36c142;
}

.main_blog_sec .top_title h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #203271;
}

.main_blog_sec .main_blog_box {
	overflow: hidden;
}

.main_blog_sec .main_blog_box .inner_ctn {
	transition: all .4s;
}

.main_blog_sec .main_blog_box .inner_ctn h4 {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 20px;
	color: #203271;
}

.main_blog_sec .main_blog_box .inner_ctn p {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.2;
	padding-bottom: 12px;
	color: #203271;
}

.main_blog_sec .main_blog_box img {
	overflow: hidden;
	margin-bottom: 20px;
	transition: all .4s;
}

.main_blog_sec .main_blog_box .blog_btn {
	padding: 20px 0;
	position: relative;
}

.main_blog_sec .main_blog_box .blog_btn:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	background-color: #f5f5f5;
}

.main_blog_sec .main_blog_box .blog_btn:after {
	top: 0;
	left: 0;
	width: 35px;
	height: 1px;
	content: "";
	position: absolute;
	background-color: #36c142;
}

.main_blog_sec .main_blog_box .blog_btn a {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #36c142;
	text-transform: uppercase;
}

.main_blog_sec .main_blog_box:hover img {
	filter: brightness(.8);
}

.main_form_sec {
	background-color: #203271;
}

.main_form_sec .inner_ctn {
	position: relative;
	padding-right: 120px;
}

.main_form_sec .inner_ctn:before {
	width: 0px;
	top: -17px;
	right: 58px;
	content: "";
	height: 222%;
	border-top: none;
	position: absolute;
	border-right: none;
	border-bottom: none;
	border-left: 2px dotted #36c142;
}

.main_form_sec .inner_ctn h6 {
	font-size: 14px;
	font-weight: 400;
	color: #36c142;
}

.main_form_sec  h4 {
	color: white;
	font-size: 31px;
	font-weight: 700;
	padding-bottom: 10px;
}

.main_form_sec .inner_ctn p {
	color: #d0cece;
	font-size: 14px;
	line-height: 1.8;
}

.main_form_sec form {
	display: flex;
	flex-flow: wrap;
}

.main_form_sec form .form-input-icons {
	width: 48%;
	flex: 0 0 48%;
	position: relative;
	margin-right: 11px;
	margin-bottom: 10px;
}

.main_form_sec form .form-input-icons input {
	margin-bottom: 0;
	border-radius: unset;
	padding: 13px 13px 13px 38px;
}

.main_form_sec form .form-input-icons input::placeholder {
	font-size: 12px;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
}

.main_form_sec form .form-input-icons i {
	top: 50%;
	left: 15px;
	color: #c2c2c2;
	font-size: 10px;
	position: absolute;
	transform: translatey(-50%);
}

.main_form_sec form .form-input-icons .fa-phone {
	transform: rotate(104deg) translate(-50%);
}

.main_form_sec form  .form-textarea {
	width: calc(100% - 13px);
}

.main_form_sec form  .form-textarea textarea {
	margin-bottom: 0;
	border-radius: unset;
	padding: 13px 13px 13px 13px;
	font-family: inherit;
	border: 0px solid #3b3a3a;
	box-shadow: none;
	font-size: 12px;
	min-height: 90px;
}

.main_form_sec form .form-submit {
	width: 27%;
	border: none;
	color: white;
	margin-left: 0;
	font-size: 12px;
	font-weight: 300;
	margin-top: 20px;
	padding: 13px 13px;
	position: relative;
	background: #36c142;
	text-transform: uppercase;
	transition: .4s ease-in-out;
	font-family: "Poppins", sans-serif;
}

.main_form_sec form .form-submit i {
	font-size: 10px;
	padding-right: 10px;
}

.inner_banner {
	position: relative;
}

.inner_banner figure {
	height: 300px;
	background-size: cover;
}

.inner_banner:before {
	left: 50%;
	content: "";
	width: 100px;
	height: 50px;
	bottom: -50px;
	position: absolute;
	background-size: contain;
	transform: translate(-50%);
	background-repeat: no-repeat;
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/themes/itac-safety/images/123.png");
}

/*   .inner_banner:after {
    right: 0;
    content: '';
    opacity: 0.2;
    width: 120px;
    height: 150px;
    bottom: -10px;
    position: absolute;
    background-size: contain;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-image: url(images/banner_before_right_img.png); } */
.inner_banner .banner_title {
	height: 100%;
	display: flex;
	padding-top: 90px;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 40px;
}

.inner_banner .banner_title:before {
	top: 0;
	left: 0;
	content: "";
	width: 25px;
	height: 80%;
	position: absolute;
	background-color: #36c142;
	border-bottom-right-radius: 10px;
}

.inner_banner .banner_title span.breadcrumb {
	display: flex;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
	color: #203271;
	margin-left: -15px;
	text-transform: uppercase;
	padding: 10px;
	background: rgba(255, 255, 255, .28);
	border-radius: 10px;
	backdrop-filter: blur(10px);
	max-width: max-content;
}

.inner_banner .banner_title h1 span {
	max-width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inner_banner .banner_title span.breadcrumb i {
	font-size: 16px;
	margin: 0px 10px;
	transition: all .4s;
	color: #36c142;
}

.inner_banner .banner_title span.breadcrumb a {
	font-size: 16px;
	transition: all .4s;
	color: #203271;
	text-decoration: underline;
}

.inner_banner .banner_title span.breadcrumb:hover i {
	margin-right: 15px;
}

.inner_banner .banner_title span.breadcrumb a:hover {
	color: #36c142;
}

.main_service_pg .top_title {
	text-align: center;
	margin-bottom: 30px;
}

.main_service_pg .top_title h1 {
	color: #1f3370;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -2px;
}

.main_service_pg .service_inner_box ul {
	display: flex;
	flex-flow: wrap;
	text-align: center;
	margin-bottom: 0;
	align-items: center;
	list-style-type: none;
	justify-content: center;
	background-color: #fff;
	width: calc(100% + 20px);
	margin-left: -10px;
}

.main_service_pg .service_inner_box ul li {
	/*width: calc(31% + 7px);*/
	transition: .4s;
	transition: all .4s;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 0 10px 20px 10px;
	background: #f1f1f1;
	padding: 10px;
}

.main_service_pg .service_inner_box ul li:last-child {}

.main_service_pg .service_inner_box ul li:nth-last-child(2) {}

.main_service_pg .service_inner_box ul li:hover img {
	/* 	transform: scale(1.2); */
	filter: brightness(.8);
}

.main_service_pg .service_inner_box ul li:hover {
	padding: 0;
}

.main_service_pg .service_inner_box ul li:hover .inner_ctn_box a {
	color: #36c142;
}

.main_service_pg .service_inner_box ul li img {
	width: 100%;
	margin: 0 auto;
	transition: .4s;
}

.main_service_pg .service_inner_box ul li .inner_ctn_box {
	width: auto;
	text-align: center;
	background: #f1f1f1;
	padding: 20px 10px;
}

.main_service_pg .service_inner_box ul li .inner_ctn_box h3 {
	color: #203270;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.main_service_pg .service_inner_box ul li:hover .inner_ctn_box h3 {
	color: #36c142;
}

.main_service_pg .service_inner_box ul li .inner_ctn_box a {
	font-size: 14px;
	text-transform: uppercase;
	color: #203270;
	padding: 8px 30px;
	border: 1px solid #203270;
	background-color: transparent;
}

.mian_contact_pg {
	overflow: hidden;
	position: relative;
	padding-bottom: 140px;
}

.mian_contact_pg .before_img {
	top: -80px;
	content: "";
	z-index: -1;
	right: -40px;
	width: 480px;
	height: 370px;
	position: absolute;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0px 20px 50px 0px rgba(255, 116, 23, .2);
}

.mian_contact_pg .before_img img {
	bottom: 0;
	right: 500px;
	position: absolute;
}

.mian_contact_pg .main_info_box {
	width: 100%;
	display: table;
	padding: 50px 70px 40px 70px;
	border-radius: 0 0 14vw 14vw;
	background-color: rgba(255, 116, 23, .73);
	box-shadow: 0px 20px 50px 0px rgba(255, 116, 23, .2);
}

.mian_contact_pg .main_info_box .info_box {
	display: flex;
}

.mian_contact_pg .main_info_box .info_box .icon .fa-phone {
	transform: rotate(100deg);
}

.mian_contact_pg .main_info_box .info_box .icon a i {
	color: white;
	font-size: 28px;
	margin-top: 5px;
	margin-right: 10px;
}

.mian_contact_pg .main_info_box .info_box .content h6 {
	color: white;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 15px;
}

.mian_contact_pg .main_info_box .info_box .content a {
	color: white;
	font-size: 16px;
}

/*------------------------------------------------------------------
[  ]*/
.contact100-form {
	width: 100%;
}

.contact100-form-title {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 25px;
	color: #203271;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}

input.input100 {
	height: 50px;
	border-radius: 25px;
	padding: 0 30px 0 50px;
}

input.input100[name="email"] {
	padding: 0 30px 0 54px;
}

select.input100 {
	height: 50px;
	border-radius: 25px;
	padding: 0 30px 0 30px;
}

select.input100[name="select"] {
	padding: 0 30px 0 30px;
}

textarea.input100 {
	min-height: 150px;
	border-radius: 25px;
	padding: 14px 30px;
}

/*---------------------------------------------*/
.wrap-input100 {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 10px;
}

.input100 {
	display: block;
	width: 100%;
	background: #f5f5f5;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #666;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
	display: block;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	color: rgba(132, 106, 221, .5);
}

.input100:focus+.focus-input100 {
	-webkit-animation: anim-shadow .5s ease-in-out forwards;
	animation: anim-shadow .5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 60px 25px;
		opacity: 0;
	}
}

@keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 60px 25px;
		opacity: 0;
	}
}

.symbol-input100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	pointer-events: none;
	color: #aaa;
	font-size: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.input100:focus+.focus-input100+.symbol-input100 {
	padding-left: 22px;
	color: #203271;
}

.symbol-select100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 93%;
	height: 100%;
	padding-left: 30px;
	pointer-events: none;
	color: #aaa;
	font-size: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.input100:focus+.focus-input100+.symbol-select100 {
	color: #203271;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

.contact100-form-btn {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	border: none;
	text-transform: uppercase;
	background: #203271;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.contact100-form-btn:hover {
	background: #36c142;
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 1200px) {
	.contact100-pic {
		width: 33.5%;
	}
}

@media (max-width: 992px) {
	.wrap-contact100 {
		padding: 110px 80px 157px 90px;
	}
	
	.contact100-pic {
		width: 35%;
	}
}

@media (max-width: 768px) {
	.wrap-contact100 {
		padding: 110px 80px 157px 80px;
	}
	
	.contact100-pic {
		display: none;
	}
	
	.contact100-form {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.wrap-contact100 {
		padding: 110px 15px 157px 15px;
	}
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: white;
	border: 1px solid #c80000;
	border-radius: 13px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
	pointer-events: none;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s;
}

.alert-validate::after {
	content: "";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

.main_contact_pg {
	background: #f5f5f5;
}

.main_contact_pg .social_icon {
	position: relative;
	height: 100%;
	display: flex;
	list-style-type: none;
	flex-direction: column;
	justify-content: center;
}

.main_contact_pg .social_icon:before {
	top: -80px;
	width: 2px;
	left: 17px;
	content: "";
	height: 165px;
	position: absolute;
	background-color: #203271;
}

.main_contact_pg .social_icon:after {
	bottom: -80px;
	width: 2px;
	left: 18px;
	content: "";
	height: 165px;
	position: absolute;
	background-color: #203271;
}

.main_contact_pg .social_icon li {
	padding-bottom: 15px;
}

.main_contact_pg .social_icon li img {
	transition: all .4s;
}

.main_contact_pg .social_icon li img:hover {
	transform: scale(1.2);
}

.main_contact_pg .social_icon li:last-child {
	padding-bottom: 0;
}

.main_contact_pg .main_info_box {
	height: 100%;
	background: white;
	padding: 20px;
}

.main_contact_pg .main_info_box .info_box_title {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_contact_pg .main_info_box .info_box_title img {
	width: 45px;
	margin-right: 20px;
}

.main_contact_pg .main_info_box .info_box_title h4 {
	font-size: 24px;
	font-weight: 600;
	color: #203271;
	text-transform: uppercase;
}

.main_contact_pg .main_info_box .flex_box {
	display: flex;
	flex: 0 0 50%;
	width: 50%;
	margin-bottom: 20px;
	align-items: center;
}

.main_contact_pg .main_info_box .flex_box:hover i {
	color: #203271;
	background: #cecece;
}

.main_contact_pg .main_info_box .flex_box i {
	font-size: 24px;
	margin-right: 15px;
	color: #fff;
	border-radius: 50%;
	background: #203271;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	border: none;
	transition: all .4s;
}

.main_contact_pg .main_info_box .flex_box .fa-phone {
	margin-right: 12px;
	margin-bottom: 4px;
	transform: rotate(134deg);
}

.main_contact_pg .main_info_box .flex_box span {
	flex: 1;
	font-size: 18px;
	color: #203271;
	font-weight: 500;
	line-height: 1.7;
	transition: all .4s;
}

.main_contact_pg .main_info_box .flex_box:hover span {
	color: #203271;
}

.main_contact_pg .main_info_box .flex_box span a {
	font-size: 15px;
	font-weight: 500;
	color: #203271;
	display: block;
	line-height: 1.3;
}

.main_contact_pg .main_info_box .flex_box span a:hover {
	color: #36c142;
}

.main_contact_pg .main_info_box .info_box_ctn {
	padding: 20px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
}

.main_contact_pg .BranchOffice_info {
	margin-top: 0;
	background: white;
	padding: 20px;
}

.main_contact_pg .BranchOffice_info .info_box_title {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_contact_pg .BranchOffice_info .info_box_title img {
	width: 45px;
	margin-right: 20px;
}

.main_contact_pg .BranchOffice_info .info_box_title h4 {
	font-size: 24px;
	font-weight: 600;
	color: #203271;
	text-transform: uppercase;
}

.main_contact_pg .BranchOffice_info .info_box_ctn {
	padding: 20px 0px 0px 0px;
	display: flex;
	align-items: center;
	flex-flow: wrap;
	justify-content: space-between;
}

.main_contact_pg .BranchOffice_info .flex_box {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.main_contact_pg .BranchOffice_info .flex_box:hover i {
	color: #203271;
	background: #cecece;
}

.main_contact_pg .BranchOffice_info .flex_box i {
	font-size: 24px;
	margin-right: 15px;
	color: #fff;
	border-radius: 50%;
	background: #203271;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	border: none;
	transition: all .4s;
}

.main_contact_pg .BranchOffice_info .flex_box .fa-phone {
	margin-right: 12px;
	margin-bottom: 4px;
	transform: rotate(134deg);
}

.main_contact_pg .BranchOffice_info .flex_box span {
	flex: 1;
	font-size: 18px;
	color: #203271;
	font-weight: 500;
	line-height: 1.7;
	transition: all .4s;
}

.main_contact_pg .BranchOffice_info .flex_box:hover span {
	color: #203271;
}

.main_contact_pg .BranchOffice_info .flex_box span a {
	font-size: 15px;
	font-weight: 500;
	color: #203271;
	display: block;
	line-height: 1.3;
}

.main_contact_pg .BranchOffice_info .flex_box span a:hover {
	color: #36c142;
}

.contact_map_sec {
	padding: 0;
	height: 100%;
	margin-top: 0;
}

.contact_map_sec iframe {
	display: block;
	border-radius: 0;
	border: none;
	border: 10px solid white;
}

.main_about_pg {
	position: relative;
	padding: 0 !important;
}

.main_about_pg:before {
	top: 50%;
	right: 0;
	content: "";
	width: 25px;
	height: 80%;
	z-index: 1;
	position: absolute;
	border-bottom-left-radius: 15px;
	background-color: #203271;
}

.main_about_pg .top_title {
	text-align: center;
	margin-bottom: 120px;
}

.main_about_pg .top_title h1 {
	color: #1f3370;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -2px;
}

.main_about_pg .row {
	margin-top: 40px;
}

.main_about_pg .about_img figure {
	width: 90%;
	height: 630px;
	margin-left: 0;
	transition: .7s;
	position: relative;
	background-size: cover;
	background-position: center;
	border-top-right-radius: 40px;
	background-blend-mode: overlay;
	display: table;
	background-color: rgba(255, 255, 255, .08);
	border-bottom-left-radius: 40px;
}

.main_about_pg .about_img figure:hover {
	background-color: rgba(255, 255, 255, .34);
}

.main_about_pg .about_img figure:before {
	top: 40px;
	content: "";
	z-index: -1;
	left: -32px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #f5f5f5;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
}

.main_about_pg .about_img figure:after {
	z-index: -1;
	content: "";
	top: 125px;
	width: 220px;
	right: -390px;
	height: 310px;
	position: absolute;
	filter: brightness(.93);
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/themes/itac-safety/images/banner_before_img1.png");
}

.main_about_pg .about_img figure figcaption {
	text-align: right;
	display: table-cell;
	vertical-align: bottom;
}

.main_about_pg .about_img figure figcaption a i {
	color: white;
	width: 130px;
	height: 130px;
	font-size: 28px;
	text-align: center;
	line-height: 130px;
	background: #203270;
}

.main_about_pg .about_ctn {
	padding-top: 0px;
	padding-right: 80px;
}

.main_about_pg .about_ctn h6 {
	font-size: 15px;
	letter-spacing: -1px;
	color: #36c142;
}

.main_about_pg .about_ctn h3 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.28;
	padding-bottom: 30px;
	letter-spacing: -2px;
	color: #203271;
}

.main_about_pg .about_ctn p {
	font-size: 16px;
	font-weight: 400;
	color: #203271;
	text-align: justify;
	padding-bottom: 10px;
}

.main_about_pg_ctn {
	position: relative;
}

.main_about_pg_ctn:before {
	top: -10px;
	z-index: 1;
	content: "";
	left: -100px;
	width: 260px;
	opacity: .3;
	height: 330px;
	position: absolute;
	background-size: cover;
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/themes/itac-safety/images/banner_before_img.png");
}

.main_about_pg_ctn .ctn_box h3 {
	font-size: 24px;
	padding-bottom: 10px;
	color: #203271;
}

.main_about_pg_ctn .ctn_box p {
	color: #203271;
	font-size: 14px;
}

.main_about_pg_ctn .why-choose-itac {
	list-style-type: none;
}

.main_about_pg_ctn .why-choose-itac h3 {
	font-size: 24px;
	padding-bottom: 10px;
	color: #203271;
}

.main_about_pg_ctn .why-choose-itac li {
	color: #203271;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
}

.main_about_pg_ctn .why-choose-itac li:before {
	content: "";
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #203271;
}

.main_about_pg_ctn .why-choose-itac li:after {
	content: "";
	top: 8px;
	left: 2px;
	width: 4px;
	height: 4px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #36c142;
}

.main_about_pg_ctn .col-lg-12 {
	text-align: center;
	padding: 30px 0px 10px 0px;
}

.main_about_pg_ctn .col-lg-12 span {
	font-size: 16px;
	font-weight: 500;
	color: #203271;
}

.main_about_pg .about-video-popup {
	top: 0%;
	left: 50%;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	padding-top: 0px;
	text-align: center;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .4);
}

.main_about_pg .about-video-popup .about-video-inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
	border: 4px solid #36c142;
	padding: 5px;
	width: 560px;
	height: 315px;
}

.main_about_pg .about-video-popup .about-video-inner .main-video {
	position: relative;
}

.main_about_pg .main-close-btn .main-btnn {
	top: -30px;
	right: -30px;
	width: 45px;
	height: 45px;
	color: #36c142;
	display: block;
	font-size: 20px;
	line-height: 38px;
	border-radius: 50%;
	position: absolute;
	border: 4px solid #36c142;
	background: #fff;
}

.main_certification_pg .certification_ctn_box h1 {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
}

.main_certification_pg .certification_ctn_box figure {
	height: 330px;
	margin-left: 0;
	position: relative;
	margin-bottom: 50px;
	background-size: cover;
	box-shadow: 0px 30px 20px -40px #000;
}

.main_certification_pg .certification_ctn_box h2 {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
	line-height: 1.2;
}

.main_certification_pg .certification_ctn_box h3 {
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
	line-height: 1.2;
}

.main_certification_pg .certification_ctn_box h4 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
	line-height: 1.2;
}

.main_certification_pg .certification_ctn_box figure:before {
	top: 25px;
	width: 100%;
	left: -25px;
	content: "";
	z-index: -1;
	height: 100%;
	position: absolute;
	background-color: #f5f5f5;
}

.main_certification_pg .certification_ctn_box p {
	color: #203271;
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-left: 0;
	padding-bottom: 10px;
}

.main_certification_pg .certification_ctn_box p a {
	color: #36c142;
	transition: .4s;
}

.main_certification_pg .certification_ctn_box p a:hover {
	color: #203271;
}

.main_certification_pg .certification_ctn_box ul {
	list-style-type: none;
}

.main_certification_pg .certification_ctn_box ul li {
	color: #203271;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
}

.main_certification_pg .certification_ctn_box ul li:before {
	content: "";
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #203271;
}

.main_certification_pg .certification_ctn_box ul li:after {
	content: "";
	top: 8px;
	left: 2px;
	width: 4px;
	height: 4px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #36c142;
}

.main_certification_pg .certification_sidebar .relative_certificate {
	border-radius: 4px;
	padding: 0 0 20px 0;
	background: #fafcfe;
	margin-bottom: 20px;
	border: 1px solid #243470;
}

.main_certification_pg .certification_sidebar .relative_certificate h3 {
	padding: 15px 15px;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	letter-spacing: -1px;
	color: #203271;
	text-transform: uppercase;
}

.main_certification_pg .certification_sidebar .relative_certificate ul {
	width: 90%;
	margin: 0 auto;
	list-style-type: none;
}

.main_certification_pg .certification_sidebar .relative_certificate ul li {
	padding: 12px;
	color: #203270;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 4px;
	margin-bottom: 8px;
	background: rgba(32, 50, 112, .11);
}

.main_certification_pg .certification_sidebar .relative_certificate ul li a {
	color: #203271;
	text-decoration: none;
}

.main_certification_pg .certification_sidebar .relative_certificate ul li a:hover {
	color: #36c142;
}

.main_certification_pg .certification_sidebar .relative_certificate ul li:last-child {
	margin-bottom: 0;
}

.main_certification_pg .certification_sidebar .download_brochure {
	border-radius: 4px;
	padding: 0 0 20px 0;
	background: #fafcfe;
	margin-bottom: 20px;
	border: 1px solid #243470;
}

.main_certification_pg .certification_sidebar .download_brochure h3 {
	padding: 15px 15px;
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	letter-spacing: -1px;
	color: #203271;
	text-transform: uppercase;
}

.main_certification_pg {}

.certification_sidebar >* {
	border-color: #e3e5ee !important;
}

.main_certification_pg .certification_sidebar .download_brochure ul {
	width: 90%;
	margin: 0 auto;
	list-style-type: none;
}

.main_certification_pg .certification_sidebar .download_brochure ul li {
	padding: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 4px;
	margin-bottom: 8px;
	background: rgba(32, 50, 112, .11);
}

.main_certification_pg .certification_sidebar .download_brochure ul li a {
	font-weight: 500;
	color: #203271;
	text-decoration: underline;
}

.main_certification_pg .certification_sidebar .download_brochure ul li a i {
	color: #203371;
	font-size: 16px;
	margin-right: 12px;
}

.main_certification_pg .certification_sidebar .download_brochure ul li a span {
	float: right;
	font-size: 16px;
	margin-top: 3px;
	color: #36c142;
}

.main_certification_pg .certification_sidebar .download_brochure ul li a:hover {
	color: #36c142;
}

.main_certification_pg .certification_sidebar .download_brochure ul li:last-child {
	margin-bottom: 0;
}

.main_certification_pg .certification_sidebar .enquire_box {
	border-radius: 4px;
	border: 2px solid #243470;
	background-color: #36c142;
	padding: 20px 15px 18px 15px;
}

.main_certification_pg .certification_sidebar .enquire_box p {
	color: white;
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 20px;
}

.main_certification_pg .certification_sidebar .enquire_box p a {
	font-weight: 500;
	color: #203271;
}

.main_certification_pg .certification_sidebar .enquire_box .btn-enquire {
	z-index: 1;
	color: #fff;
	line-height: 0;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0;
	min-width: 150px;
	position: relative;
	text-align: center;
	padding: 23px 10px;
	display: inline-block;
	-moz-user-select: none;
	text-transform: uppercase;
	background: #203271;
	transition: color .4s linear;
}

.main_certification_pg .certification_sidebar .enquire_box .btn-enquire:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 5px;
	background: #132154;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: transform .5s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
}

.main_certification_pg .certification_sidebar .enquire_box .btn-enquire:hover:before {
	transform: scaleX(1);
	color: #fff !important;
	z-index: -1;
}

.main_certificate_form {}

.main_certificate_form form input, .main_certificate_form form select, .main_certificate_form form textarea {
	background-color: #ececec !important;
}

.main_certificate_form .left_img {
	position: relative;
}

.main_certificate_form .left_img img {
	top: -350px;
	left: -90px;
	width: 260px;
	opacity: .3;
	height: 330px;
	position: absolute;
}

.main_certificate_form .contact100-form {
	width: 90%;
	margin: 0 auto;
}

.main_certificate_form .contact100-form-title {
	display: block;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	text-align: center;
	padding-left: 15px;
	padding-bottom: 50px;
	color: #203271;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}

.main_certificate_form .contact100-form-title a {
	color: #36c142;
	font-size: 24px;
	font-weight: 600;
	text-transform: lowercase;
}

.main_certificate_form input.input100 {
	height: 50px;
	border-radius: 25px;
	padding: 0 30px 0 50px;
}

.main_certificate_form input.input100[name="email"] {
	padding: 0 30px 0 54px;
}

select.input100 {
	height: 50px;
	border-radius: 25px;
	padding: 0 30px 0 30px;
}

.main_certificate_form select.input100[name="select"] {
	padding: 0 30px 0 30px;
}

.main_certificate_form textarea.input100 {
	min-height: 150px;
	border-radius: 25px;
	padding: 14px 30px;
}

/*---------------------------------------------*/
.main_certificate_form .wrap-input100 {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 10px;
}

.main_certificate_form .input100 {
	display: block;
	width: 100%;
	background: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #666;
}

/*------------------------------------------------------------------
[ Focus ]*/
.main_certificate_form .focus-input100 {
	display: block;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	color: rgba(132, 106, 221, .5);
}

.main_certificate_form .input100:focus+.focus-input100 {
	-webkit-animation: anim-shadow .5s ease-in-out forwards;
	animation: anim-shadow .5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 60px 25px;
		opacity: 0;
	}
}

@keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 60px 25px;
		opacity: 0;
	}
}

.main_certificate_form .symbol-input100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	pointer-events: none;
	color: #aaa;
	font-size: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.main_certificate_form .input100:focus+.focus-input100+.symbol-input100 {
	padding-left: 22px;
	color: #203271;
}

.main_certificate_form .symbol-select100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 93%;
	height: 100%;
	padding-left: 30px;
	pointer-events: none;
	color: #aaa;
	font-size: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.main_certificate_form .input100:focus+.focus-input100+.symbol-select100 {
	color: #203271;
}

/*------------------------------------------------------------------
[ Button ]*/
.main_certificate_form .container-contact100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

.main_certificate_form .contact100-form-btn {
	width: 35%;
	height: 50px;
	border-radius: 25px;
	border: none;
	text-transform: uppercase;
	background: #203271;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.main_certificate_form .contact100-form-btn:hover {
	background: #36c142;
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 992px) {
	.main_certificate_form .wrap-contact100 {
		padding: 110px 80px 157px 90px;
	}
	
	.main_certificate_form .contact100-pic {
		width: 35%;
	}
}

@media (max-width: 768px) {
	.main_certificate_form .wrap-contact100 {
		padding: 110px 80px 157px 80px;
	}
	
	.main_certificate_form .contact100-pic {
		display: none;
	}
	
	.main_certificate_form .contact100-form {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.main_certificate_form .wrap-contact100 {
		padding: 110px 15px 157px 15px;
	}
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.main_certificate_form .validate-input {
	position: relative;
}

.main_certificate_form .alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: white;
	border: 1px solid #c80000;
	border-radius: 13px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
	pointer-events: none;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s;
}

.main_certificate_form .alert-validate::after {
	content: "";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
}

.main_certificate_form .alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px) {
	.main_certificate_form .alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

.single_blog_sec .inner_content h1 {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	padding: 30px 0 20px;
	color: #203270;
}

.single_blog_sec .inner_content figure {
	height: 500px;
	margin-left: 35px;
	position: relative;
	margin-bottom: 50px;
	background-size: cover;
}

.single_blog_sec .inner_content figure:before {
	top: 40px;
	content: "";
	z-index: -1;
	left: -32px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #f5f5f5;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
}

.single_blog_sec .inner_content p {
	color: #203271;
	font-size: 16px;
	text-align: justify;
	padding-bottom: 10px;
	font-weight: 500;
}

.single_blog_sec .inner_content h5 {
	color: #203270;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	padding: 20px 0 25px;
}

.single_blog_sec .side_bar {
	border-radius: 4px;
	padding: 0 0 20px 0;
	background: #fafcfe;
	margin-bottom: 20px;
	border: 1px solid #243470;
}

.single_blog_sec .side_bar h3 {
	padding: 15px 15px;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	letter-spacing: -1px;
	color: #203270;
}

.single_blog_sec .side_bar ul {
	width: 90%;
	margin: 0 auto;
	list-style-type: none;
}

.single_blog_sec .side_bar ul li {
	padding: 12px;
	color: #203270;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 4px;
	margin-bottom: 8px;
	background: rgba(32, 50, 112, .11);
}

.single_blog_sec .side_bar ul li a {
	color: #203271;
	text-decoration: none;
}

.single_blog_sec .side_bar ul li a:hover {
	color: #36c142;
}

.single_blog_sec .side_bar ul li:last-child {
	margin-bottom: 0;
}

.main_team_pg {
	background-color: #fff;
}

.main_team_pg .row {
	display: flex;
	flex-flow: wrap;
}

.main_team_pg .top_color {
	height: 80px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom: 4px solid #36c142;
	background-color: #203271;
}

.main_team_pg .main_team_box {
	min-height: 436px;
	position: relative;
	background: #f5f5f5;
	margin-bottom: 30px;
	transition: all .4s;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom: 4px solid #203271;
	padding: 80px 20px 20px 30px;
}

.main_team_pg .main_team_box:hover {
	box-shadow: 0px 18px 27px -13px rgba(0, 0, 0, .75);
}

.main_team_pg .main_team_box .main_team_inner {
	min-height: 237px;
}

.main_team_pg .main_team_box img {
	top: -63px;
	width: 120px;
	background: white;
	position: absolute;
	border-radius: 50%;
	transition: all .6s;
	border: 4px solid #36c142;
}

.main_team_pg .main_team_box:hover img {
	transform: scale(1.1);
}

.main_team_pg .main_team_box h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	min-height: 60px;
	padding-bottom: 15px;
	color: #203271;
	transition: all .6s;
	text-transform: uppercase;
}

.main_team_pg .main_team_box:hover h3 {
	color: #36c142;
}

.main_team_pg .main_team_box p {
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: 600;
	color: #203271;
}

.main_team_pg .main_team_box p span {
	font-size: 14px;
	color: #203271;
	font-weight: 400;
}

.main_team_pg .main_team_box a {
	border: 0;
	z-index: 1;
	margin-top: 20px;
	color: #fff;
	line-height: 0;
	overflow: hidden;
	min-width: 160px;
	border-radius: 0;
	padding: 24px 0px;
	position: relative;
	display: inline-block;
	-moz-user-select: none;
	transition: color .4s linear;
	background: #36c142;
}

.main_team_pg .main_team_box a:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 5px;
	background: #3ba944;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: transform .5s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
}

.main_team_pg .main_team_box a:hover:before {
	transform: scaleX(1);
	color: #fff !important;
	z-index: -1;
}

.main_team_pg .main_team_box a.\--outline {
	background: none;
	color: #203271;
	border: 2px solid #203271;
}

.main_partners_pg .top_title {
	text-align: center;
	padding-bottom: 50px;
}

.main_partners_pg .top_title p {
	font-size: 15px;
	letter-spacing: -1px;
	color: #36c142;
}

.main_partners_pg .top_title h3, .main_partners_pg .top_title h1 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #203271;
	text-transform: uppercase;
}

.main_partners_pg .main_box ul {
	list-style-type: none;
}

.main_partners_pg .main_box ul li {
	padding: 20px 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: rgba(32, 50, 113, .05);
	transition: all .5s;
	display: inline-block;
	width: calc(23% + 5px);
	overflow: hidden;
	border: 1px solid rgba(32, 50, 113, .05);
	box-shadow: 11px 11px 11px -12px #000001;
}

.main_partners_pg .main_box ul li img {
	margin: auto;
	transition: all .5s;
}

.main_partners_pg .main_box ul li:hover {
	transform: skewx(0deg);
	border: 1px solid rgba(32, 50, 113, .1);
	border-radius: 8px;
	box-shadow: 0px 0px 28px -10px #000001;
}

.main_partners_pg .main_box ul li:hover img {
	transform: scale(1.2);
}

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

.main_testimonials_pg .top_title h1 {
	color: #1f3370;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: -2px;
}

.main_testimonials_pg .main_testimonials_box {
	margin-bottom: 30px;
	background-color: #f5f5f5;
	border-bottom: 4px solid #203270;
}

.main_testimonials_pg .main_testimonials_box .count_box {
	height: 95px;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
	background-color: #f5f5f5;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

.main_testimonials_pg .main_testimonials_box .count_box:before {
	position: absolute;
	content: "";
	height: 185%;
	width: 120%;
	background-color: #203270;
	top: -82px;
	left: -36px;
	border-radius: 50%;
}

.main_testimonials_pg .main_testimonials_box .count_box img {
	z-index: 99;
	width: 90px;
	padding: 8px;
	height: 90px;
	margin: auto;
	border-radius: 50%;
	position: relative;
	background: #f5f5f5;
}

.main_testimonials_pg .main_testimonials_box .count_box h4 {
	font-size: 50px;
	font-weight: 800;
	color: #203270;
	text-align: center;
	letter-spacing: 5px;
	margin: auto;
	background: #f5f5f5;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	line-height: 90px;
	position: absolute;
	bottom: -24px;
	left: 50%;
	counter-reset: "numbercounter";
	transform: translate(-50%);
}

.main_testimonials_pg .main_testimonials_box .content_box {
	text-align: center;
	padding: 40px 30px 30px 30px;
}

.main_testimonials_pg .main_testimonials_box .content_box h5.titlePerson {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	color: #203271;
}

.main_testimonials_pg .main_testimonials_box .content_box h5.locatedPerson {
	font-size: 16px;
}

.main_testimonials_pg .main_testimonials_box .content_box p {
	color: grey;
	font-size: 14px;
	min-height: 199px;
	padding-bottom: 10px;
}

.main_registration_pg {
	background-color: #f5f5f5;
}

.main_registration_pg .left_img {
	position: relative;
}

.main_registration_pg .left_img img {
	margin-top: 40px;
}

.main_registration_pg .contact100-form {
	width: 100%;
	margin: 0 auto;
}

.main_registration_pg .contact100-form-title {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 30px;
	color: #203271;
	text-transform: inherit;
	font-family: "Poppins", sans-serif;
}

.main_registration_pg .contact100-form-title strong {
	color: #36c142;
}

.main_registration_pg input.input100 {
	height: 50px;
	border-radius: 25px;
	padding: 0 30px 0 50px;
}

.main_registration_pg input.input100[name="email"] {
	padding: 0 30px 0 54px;
}

select.input100 {
	height: 50px;
	border-radius: 25px;
	padding: 0 30px 0 30px;
	color: #203271;
}

.validate-input input, .validate-input textarea, .validate-input i {
	color: #203271;
}

.main_registration_pg select.input100[name="select"] {
	padding: 0 30px 0 30px;
}

.main_registration_pg textarea.input100 {
	min-height: 150px;
	border-radius: 25px;
	padding: 14px 30px;
}

/*---------------------------------------------*/
.main_registration_pg .wrap-input100 {
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 10px;
}

.main_registration_pg .input100 {
	display: block;
	width: 100%;
	background: #fff;
	font-size: 15px;
	line-height: 1.5;
	color: #666;
	font-family: "Poppins", sans-serif;
}

/*------------------------------------------------------------------
[ Focus ]*/
.main_registration_pg .focus-input100 {
	display: block;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 0px;
	color: rgba(132, 106, 221, .5);
}

.main_registration_pg .input100:focus+.focus-input100 {
	-webkit-animation: anim-shadow .5s ease-in-out forwards;
	animation: anim-shadow .5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 60px 25px;
		opacity: 0;
	}
}

@keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 60px 25px;
		opacity: 0;
	}
}

.main_registration_pg .symbol-input100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	pointer-events: none;
	color: #aaa;
	font-size: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.main_registration_pg .input100:focus+.focus-input100+.symbol-input100 {
	padding-left: 22px;
	color: #203271;
}

.main_registration_pg .symbol-select100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	border-radius: 25px;
	bottom: 0;
	left: 0;
	width: 93%;
	height: 100%;
	padding-left: 30px;
	pointer-events: none;
	color: #aaa;
	font-size: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.main_registration_pg .input100:focus+.focus-input100+.symbol-select100 {
	color: #203271;
}

/*------------------------------------------------------------------
[ Button ]*/
.main_registration_pg .container-contact100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

.main_registration_pg .contact100-form-btn {
	width: 35%;
	height: 50px;
	border-radius: 25px;
	border: none;
	text-transform: uppercase;
	background: #203271;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.main_registration_pg .contact100-form-btn:hover {
	background: #36c142;
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 1274px) {
	.main_offers_sec .main_box ul li {
		width: calc(23% + 6px);
	}
}

@media (max-width: 1220px) {
	.main_offers_sec .main_box ul li {
		width: calc(23% + 4px);
	}
}

@media (max-width: 1200px) {
	.main_registration_pg .contact100-pic {
		width: 33.5%;
	}
	
	.main_registration_pg .contact100-form {
		width: 44%;
	}
}

@media (max-width: 992px) {
	.main_registration_pg .wrap-contact100 {
		padding: 110px 80px 157px 90px;
	}
	
	.main_registration_pg .contact100-pic {
		width: 35%;
	}
	
	.main_registration_pg .contact100-form {
		width: 55%;
	}
}

@media (max-width: 768px) {
	.main_registration_pg .wrap-contact100 {
		padding: 110px 80px 157px 80px;
	}
	
	.main_registration_pg .contact100-pic {
		display: none;
	}
	
	.main_registration_pg .contact100-form {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.main_registration_pg .wrap-contact100 {
		padding: 110px 15px 157px 15px;
	}
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.main_registration_pg .validate-input {
	position: relative;
}

.main_registration_pg .alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: white;
	border: 1px solid #c80000;
	border-radius: 13px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
	pointer-events: none;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s;
}

.main_registration_pg .alert-validate::after {
	content: "";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
}

.main_registration_pg .alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px) {
	.main_registration_pg .alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

.main_offers_pg .top_title .title {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 30px;
	color: #203271;
}

.main_offers_pg .offers_box {
	margin-bottom: 40px;
	transition: all .5s;
}

.main_offers_pg .offers_box:hover img {
	filter: brightness(.9);
}

.main_offers_pg .offers_box:hover .title h6 {
	color: #203271;
}

.main_offers_pg .offers_box .img_box {
	position: relative;
	display: table;
	width: 100%;
}

.main_offers_pg .offers_box .img_box:before {
	top: 0;
	right: 0;
	z-index: 1;
	width: 25px;
	content: "";
	height: 25px;
	position: absolute;
	border-top: 3px solid #203270;
	border-right: 3px solid #203270;
}

.main_offers_pg .offers_box .img_box:after {
	top: 0;
	left: 0;
	width: 25px;
	content: "";
	height: 25px;
	position: absolute;
	border-top: 3px solid #203270;
	border-left: 3px solid #203270;
}

.main_offers_pg .offers_box .img_box img {
	padding: 6px;
	cursor: zoom-in;
	background: #f5f5f5;
	transition: all .5s;
	border: 2px solid #36c142;
}

.main_offers_pg .offers_box .title {
	margin-top: 5px;
	background: white;
	border: 2px solid #36c142;
	padding: 0px 6px 5px 6px;
	position: relative;
	transition: all .5s;
}

.main_offers_pg .offers_box .title:before {
	right: -2px;
	bottom: -2px;
	width: 25px;
	content: "";
	height: 25px;
	position: absolute;
	border-bottom: 3px solid #203270;
	border-right: 3px solid #203270;
}

.main_offers_pg .offers_box .title:after {
	left: -2px;
	width: 25px;
	content: "";
	bottom: -2px;
	height: 25px;
	position: absolute;
	border-bottom: 3px solid #203270;
	border-left: 3px solid #203270;
}

.main_offers_pg .offers_box .title h3 {
	color: #203271;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 15px 10px;
	background: #f5f5f5;
	transition: .4s;
}

.main_offers_pg .offers_img_popup {
	top: 0%;
	left: 50%;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	padding-top: 110px;
	text-align: center;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .4);
}

.main_offers_pg .offers-close-btn {
	top: 0%;
	left: 50%;
	width: 100%;
	height: 100%;
	position: fixed;
	padding-top: 150px;
	text-align: center;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .4);
}

.main_offers_pg .offers-close-btn .offers_btnn {
	top: 40px;
	width: 40px;
	right: 50px;
	height: 40px;
	color: white;
	display: block;
	font-size: 20px;
	line-height: 38px;
	border-radius: 50%;
	position: absolute;
	border: 2px solid white;
	background: #36c142;
}

.offers_img_popup .offers_img_inner .offers_img img {
	z-index: 1;
	padding: 5px;
	margin: auto;
	width: 400px;
	border-radius: 0;
	position: relative;
	border: 3px solid #36c142;
}

.accrediation-main-sec {
	padding: 25px 0 0 0;
	background-color: rgba(237, 237, 237, .42);
}

.accrediation-main-sec .section-heading h1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -2px;
	color: #203270;
	text-align: center;
	padding: 15px 0;
	font-family: "Poppins", sans-serif;
	margin-top: 40px;
}

.accrediation-main-sec .accrediation-boxes {
	display: flex;
	flex-flow: wrap;
	padding: 30px 0;
	justify-content: center;
	margin-left: -20px;
	align-items: center;
	flex: 0 0 calc(100% + 20px);
}

.accrediation-main-sec .accrediation-boxes .accrediation-box {
	display: flex;
	flex-flow: wrap;
	padding: 20px 0;
	margin-left: 20px;
	border-radius: 4px;
	align-items: center;
	margin-bottom: 20px;
	background-color: white;
	justify-content: center;
	flex: 0 0 calc(25% - 20px);
	border: 1px solid rgba(128, 128, 128, .25);
	box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, .5);
}

.accrediation-main-sec .accrediation-boxes .accrediation-box .accrediation-inner {
	padding: 0px 10px;
}

.accrediation-main-sec .accrediation-boxes .accrediation-box .accrediation-inner img {
	width: 180px;
	margin: 0 auto;
	margin-bottom: 15px;
	transition: .6s all;
}

.accrediation-main-sec .accrediation-boxes .accrediation-box:hover .accrediation-inner img {
	transform: scale(1.2);
}

.accrediation-main-sec .accrediation-boxes .accrediation-box .accrediation-inner h3 {
	width: 100%;
	font-size: 15px;
	color: #203371;
	max-width: 100%;
	font-weight: 600;
	border-radius: 4px;
	padding: 0px 15px;
	text-align: center;
	transition: .4s all;
}

.accrediation-main-sec .accrediation-boxes .accrediation-box:hover .accrediation-inner p {
	color: #36c142;
}

.approval-main-sec {
	background-color: rgba(237, 237, 237, .42);
}

.approval-main-sec .section-heading h2 {
	color: #203270;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	padding: 0;
	letter-spacing: -2px;
	font-family: "Poppins", sans-serif;
}

.approval-main-sec .approval-boxes {
	display: flex;
	flex-flow: wrap;
	padding: 30px 0;
	margin-left: -20px;
	align-items: center;
	flex: 0 0 calc(100% + 20px);
}

.approval-main-sec .approval-boxes .approval-box {
	display: flex;
	flex-flow: wrap;
	padding: 20px 0;
	margin-left: 20px;
	border-radius: 4px;
	align-items: center;
	margin-bottom: 20px;
	background-color: white;
	justify-content: center;
	flex: 0 0 calc(25% - 20px);
	border: 1px solid rgba(128, 128, 128, .25);
	box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, .5);
}

.approval-main-sec .approval-boxes .approval-box .approval-inner {
	display: flex;
	flex-flow: wrap;
	padding: 0px 10px;
	align-items: center;
}

.approval-main-sec .approval-boxes .approval-box .approval-inner img {
	width: 180px;
	margin: 0 auto;
	margin-bottom: 15px;
	transition: .6s all;
}

.approval-main-sec .approval-boxes .approval-box:hover .approval-inner img {
	transform: scale(1.2);
}

.approval-main-sec .approval-boxes .approval-box .approval-inner h3 {
	width: 100%;
	margin: auto;
	font-size: 15px;
	color: #203371;
	max-width: 100%;
	max-width: max-content;
	font-weight: 600;
	border-radius: 4px;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	transition: .4s all;
}

.approval-main-sec .approval-boxes .approval-box .approval-inner h3:before {
	left: 50%;
	bottom: 0;
	width: 0px;
	opacity: 0;
	height: 2px;
	content: "";
	transition: .5s;
	position: absolute;
	transform: translate(-50%);
	background-color: #203271;
}

.approval-main-sec .approval-boxes .approval-box:hover .approval-inner p:before {
	opacity: 1;
	width: 100%;
	background-color: #36c142;
}

.approval-main-sec .approval-boxes .approval-box:hover .approval-inner p {
	color: #36c142;
}

.gallery {
	padding: 25px 0;
}

.gallery .gallery_btn {
	margin-top: 30px;
	text-align: center;
}

.gallery .gallery_btn a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.gallery .section-heading h3, .gallery .section-heading h1 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #203270;
	text-align: center;
	padding: 15px 0;
	font-family: "Poppins", sans-serif;
}

.gallery .gallery-boxes {
	display: flex;
	flex-flow: wrap;
	text-align: center;
	margin-left: -20px;
	position: relative;
	align-items: center;
	flex: 0 0 calc(100% + 20px);
}

.gallery .gallery-boxes .gallery-box {
	display: flex;
	flex-flow: wrap;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
	align-items: center;
	justify-content: center;
	flex: 0 0 calc(25% - 20px);
	cursor: pointer;
}

.gallery .gallery-boxes .gallery-box:before {
	content: "";
	position: absolute;
	top: 100%;
	opacity: 0;
	left: 0;
	transition: .4s all;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.gallery .gallery-boxes .gallery-box:hover:before {
	top: 0%;
	opacity: 1;
}

.gallery .gallery-boxes .gallery-box .gallery-image {
	position: relative;
}

.gallery .gallery-boxes .gallery-box .gallery-image img {
	width: 100%;
}

.gallery .gallery-boxes .gallery-box .gallery-overlay {
	width: 100%;
	bottom: 0;
	z-index: 11111;
	position: absolute;
	text-align: center;
	pointer-events: none;
}

.gallery .gallery-boxes .gallery-box .gallery-overlay h2 {
	height: 76px;
	color: white;
	display: flex;
	font-size: 14px;
	text-align: left;
	margin-bottom: 0;
	line-height: 1.1;
	transition: .4s all;
	align-items: center;
	padding: 8px 10px;
	background-color: rgba(32, 51, 113, .7);
}

.gallery .gallery-boxes .gallery-box .gallery-overlay a {
	right: 0;
	opacity: 0;
	width: 35px;
	color: white;
	color: #203271;
	height: 35px;
	display: flex;
	bottom: -120px;
	font-size: 26px;
	position: absolute;
	border-radius: 50%;
	align-items: center;
	transition: .4s all;
	text-decoration: none;
	justify-content: center;
	background-color: white;
	border: 2px solid #36c142;
}

.gallery .gallery-boxes .gallery-box:hover .gallery-overlay a {
	bottom: 20px;
	right: 10px;
	opacity: 1;
}

.gallery .gallery-boxes .gallery-box .image-gallery-popup {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1111111111111111168;
	background-color: rgba(0, 0, 0, .8);
}

.gallery .gallery-boxes .gallery-box .image-gallery-popup .gallery-popup-inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery .gallery-boxes .gallery-box .image-gallery-popup .gallery-popup-inner .popup-img img {
	height: auto;
	object-fit: cover;
	border: 2px solid white;
	max-height: 80vh;
}

.gallery .gallery-boxes .gallery-box .image-gallery-popup .gallery-popup-inner .popup-position {
	position: relative;
}

.gallery .gallery-boxes .gallery-box .image-gallery-popup .gallery-popup-inner .gallery-close-btn {
	top: -20px;
	right: -20px;
	position: absolute;
}

.gallery .gallery-boxes .gallery-box .image-gallery-popup .gallery-popup-inner .gallery-close-btn .gallery-btn {
	width: 45px;
	height: 45px;
	color: white;
	border: unset;
	border: 2px solid white;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50%;
	background-color: #203271;
}

.gallery .gallery-boxes .gallery-box .image-gallery-popup .gallery-popup-inner .gallery-close-btn .gallery-btn:focus {
	outline: unset;
}

.main_privacy_policy_pg h6 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
}

.main_privacy_policy_pg p {
	color: grey;
	font-size: 14px;
	text-align: justify;
	padding-bottom: 10px;
}

.main_privacy_policy_pg ul {
	margin: 10px 3px;
	list-style-type: none;
}

.main_privacy_policy_pg ul li {
	color: grey;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
}

.main_privacy_policy_pg ul li:before {
	content: "";
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #203271;
}

.main_privacy_policy_pg ul li:after {
	content: "";
	top: 8px;
	left: 2px;
	width: 4px;
	height: 4px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #36c142;
}

.mian_training_pg {
	position: relative;
}

.mian_training_pg:before {
	top: 450px;
	z-index: 1;
	content: "";
	left: -90px;
	width: 240px;
	opacity: .3;
	height: 310px;
	position: absolute;
	display: none;
	background-size: cover;
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/themes/itac-safety/images/banner_before_img.png");
}

.mian_training_pg .img_box {
	height: auto;
	margin-bottom: 50px;
}

.mian_training_pg .img_box img {
	box-shadow: 0px 30px 20px -40px #000;
}

.mian_training_pg .img_box:before {
	top: 77px;
	content: "";
	z-index: -1;
	left: -11px;
	width: 200px;
	height: 180px;
	position: absolute;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: #203271;
	display: none;
}

.mian_training_pg .content_box h3 {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
	line-height: 1.2;
}

.mian_training_pg .content_box h4 {
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
	line-height: 1.2;
}

.mian_training_pg .content_box p {
	color: #203271;
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-left: 0;
	padding-bottom: 10px;
}

.mian_training_pg .enquire_box {
	border-radius: 4px;
	border: 2px solid #243470;
	background-color: #36c142;
	padding: 20px 15px 18px 15px;
}

.mian_training_pg .enquire_box p {
	color: white;
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 20px;
}

.mian_training_pg .enquire_box p a {
	font-weight: 500;
	color: #203271;
}

.mian_training_pg .enquire_box .btn-enquire {
	z-index: 1;
	color: #fff;
	line-height: 0;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0;
	min-width: 150px;
	position: relative;
	text-align: center;
	padding: 23px 10px;
	display: inline-block;
	-moz-user-select: none;
	text-transform: uppercase;
	background: #203271;
	transition: color .4s linear;
}

.mian_training_pg .enquire_box .btn-enquire:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 5px;
	background: #132154;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: transform .5s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
}

.mian_audit_pg {
	position: relative;
}

.mian_audit_pg:before {
	top: 420px;
	z-index: 1;
	content: "";
	left: -90px;
	width: 240px;
	opacity: .3;
	height: 310px;
	position: absolute;
	background-size: cover;
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/themes/itac-safety/images/banner_before_img.png");
	display: none;
}

ul.Benifits li {
	padding-left: 20px;
	position: relative;
	list-style-type: none;
	flex: 0 0 calc(50% - 20px);
	color: #203270;
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-bottom: 10px;
}

ul.Benifits li:before {
	content: "";
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #203270;
}

ul.Benifits li:after {
	content: "";
	top: 8px;
	left: 2px;
	width: 4px;
	height: 4px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #36c142;
}

.mian_audit_pg .img_box {
	height: auto;
	margin-bottom: 50px;
}

.mian_audit_pg .img_box:before {
	top: 42px;
	content: "";
	z-index: -1;
	left: -11px;
	width: 200px;
	height: 180px;
	position: absolute;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: #203271;
	display: none;
}

.mian_audit_pg .img_box img {
	box-shadow: 0px 30px 20px -40px black;
}

.mian_audit_pg .content_box h3 {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
	line-height: 1.2;
}

.mian_audit_pg .content_box p {
	color: #203271;
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-left: 0;
	padding-bottom: 10px;
}

.mian_audit_pg .enquire_box {
	border-radius: 4px;
	border: 2px solid #243470;
	background-color: #36c142;
	padding: 20px 15px 18px 15px;
}

.mian_audit_pg .enquire_box p {
	color: white;
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 20px;
}

.mian_audit_pg .enquire_box p a {
	font-weight: 500;
	color: #203271;
}

.mian_audit_pg .enquire_box .btn-enquire {
	z-index: 1;
	color: #fff;
	line-height: 0;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0;
	min-width: 150px;
	position: relative;
	text-align: center;
	padding: 23px 10px;
	display: inline-block;
	-moz-user-select: none;
	text-transform: uppercase;
	background: #203271;
	transition: color .4s linear;
}

.mian_audit_pg .enquire_box .btn-enquire:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 5px;
	background: #132154;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: transform .5s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
}

.manpower-main-sec {
	/* 	background: #f5f5f5; */
	padding: 25px 0;
}

.manpower-main-sec .certification_sidebar .relative_certificate {
	border-radius: 4px;
	padding: 0 0 20px 0;
	background: #fafcfe;
	margin-bottom: 20px;
	border: 1px solid #243470;
}

.manpower-main-sec .certification_sidebar .relative_certificate h3 {
	padding: 15px 15px;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	letter-spacing: -1px;
	color: #203271;
}

.manpower-main-sec .certification_sidebar .relative_certificate ul {
	width: 90%;
	margin: 0 auto;
	list-style-type: none;
}

.manpower-main-sec .certification_sidebar .relative_certificate ul li {
	padding: 12px;
	color: #203270;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 4px;
	margin-bottom: 8px;
	background: rgba(32, 50, 112, .11);
}

.manpower-main-sec .certification_sidebar .relative_certificate ul li a {
	color: #203271;
	text-decoration: none;
}

.manpower-main-sec .certification_sidebar .relative_certificate ul li a:hover {
	color: #36c142;
}

.manpower-main-sec .certification_sidebar .relative_certificate ul li:last-child {
	margin-bottom: 0;
}

.manpower-main-sec .certification_sidebar .download_brochure {
	border-radius: 4px;
	padding: 0 0 20px 0;
	background: #fafcfe;
	margin-bottom: 20px;
	border: 1px solid #243470;
}

.manpower-main-sec .certification_sidebar .download_brochure h3 {
	padding: 15px 15px;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	letter-spacing: -1px;
	color: #203271;
	text-transform: uppercase;
}

.manpower-main-sec .certification_sidebar .download_brochure ul {
	width: 90%;
	margin: 0 auto;
	list-style-type: none;
}

.manpower-main-sec .certification_sidebar .download_brochure ul li {
	padding: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 4px;
	margin-bottom: 8px;
	background: rgba(32, 50, 112, .11);
}

.manpower-main-sec .certification_sidebar .download_brochure ul li a {
	font-weight: 500;
	color: #203271;
	text-decoration: underline;
}

.manpower-main-sec .certification_sidebar .download_brochure ul li a i {
	color: #203371;
	font-size: 16px;
	margin-right: 12px;
}

.manpower-main-sec .certification_sidebar .download_brochure ul li a span {
	float: right;
	font-size: 16px;
	margin-top: 3px;
	color: #36c142;
}

.manpower-main-sec .certification_sidebar .download_brochure ul li a:hover {
	color: #36c142;
}

.manpower-main-sec .certification_sidebar .download_brochure ul li:last-child {
	margin-bottom: 0;
}

.manpower-main-sec .certification_sidebar .enquire_box {
	border-radius: 4px;
	border: 2px solid #243470;
	background-color: #36c142;
	padding: 20px 15px 18px 15px;
}

.manpower-main-sec .certification_sidebar .enquire_box p {
	color: white;
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 20px;
}

.manpower-main-sec .certification_sidebar .enquire_box p a {
	font-weight: 500;
	color: #203271;
}

.manpower-main-sec .certification_sidebar .enquire_box .btn-enquire {
	z-index: 1;
	color: #fff;
	line-height: 0;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0;
	min-width: 150px;
	position: relative;
	text-align: center;
	padding: 23px 10px;
	display: inline-block;
	-moz-user-select: none;
	text-transform: uppercase;
	background: #203271;
	transition: color .4s linear;
}

.manpower-main-sec .certification_sidebar .enquire_box .btn-enquire:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 5px;
	background: #132154;
	transform: scaleX(0);
	transform-origin: 0 0;
	transition: transform .5s;
	transition-timing-function: ease;
	transition-timing-function: cubic-bezier(.5, 1.6, .4, .7);
}

.manpower-main-sec .certification_sidebar .enquire_box .btn-enquire:hover:before {
	transform: scaleX(1);
	color: #fff !important;
	z-index: -1;
}

.manpower-main-sec .inside-content h2 {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
	line-height: 1.2;
}

.manpower-main-sec .inside-image-title {
	display: flex;
	padding: 0px 0 50px 0;
	flex-flow: wrap;
	position: relative;
	align-items: center;
	justify-content: center;
}

.manpower-main-sec .inside-image-title:before {
	top: 43px;
	left: -30px;
	content: "";
	width: 100%;
	height: 260px;
	display: block;
	display: none;
	position: absolute;
	background: #ececec;
	background-size: cover;
	background-repeat: no-repeat;
}

.manpower-main-sec .inside-image-title img {
	z-index: 1;
	transition: .4s all;
	box-shadow: 0px 30px 20px -40px #000;
}

.manpower-main-sec .inside-image-title h3 {
	flex: 0 0 100%;
	margin-top: 30px;
	font-weight: 600;
	text-align: center;
	transition: .4s all;
	color: #36c142;
	font-size: 14px;
	display: none;
}

.manpower-main-sec .inside-content {
	padding: 0;
}

.manpower-main-sec .inside-content img {
	padding: 20px 0 0 0;
}

.manpower-main-sec .inside-content h3 {
	color: #203270;
	font-size: 20px;
	margin: 20px 0 10px 0;
}

.manpower-main-sec .inside-content p {
	color: #203271;
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-left: 0;
	padding-bottom: 10px;
}

.courses-main-sec {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}

.courses-main-sec .courses-inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: wrap;
	flex: 0 0 calc(100% + 20px);
	margin-left: -20px;
	flex-direction: row-reverse;
}

.courses-main-sec .courses-inner .courses-side-bar {
	height: 100%;
	min-height: 40px;
	border-radius: 4px;
	padding: 0 0 12px 0;
	background: #fafcfe;
	border: 1px solid #243470;
	flex: 0 0 calc(25% - 0px);
}

.courses-main-sec .courses-inner .courses-side-bar a {
	width: 90%;
	padding: 12px;
	display: block;
	color: #203270;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	margin-bottom: 8px;
	background: rgba(32, 50, 112, .11);
	text-decoration: none;
}

.courses-main-sec .courses-inner .courses-side-bar a:hover {
	color: #337ab7;
}

.courses-main-sec .courses-inner .courses-side-bar h3 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding: 15px 15px;
	letter-spacing: -1px;
	color: #203271;
	text-transform: uppercase;
}

.courses-main-sec .courses-inner .courses-right-content {
	flex: 0 0 calc(75% - 20px);
	margin-right: 20px;
}

.courses-main-sec .section-heading h3 {
	color: #203270;
	font-size: 30px;
	line-height: 1.1;
	padding: 15px 0;
	font-weight: 700;
	text-align: center;
	letter-spacing: -1px;
}

.courses-main-sec .inside-image-title {}

.courses-main-sec .inside-image-title img {
	/* 	z-index: 1;
	max-width: 100%;
	width: max-content;
	transition: 0.4s all; */
	margin-bottom: 50px;
	box-shadow: 0px 30px 20px -40px rgba(0, 0, 0, .75);
}

.courses-main-sec .inside-image-title p {
	flex: 0 0 100%;
	color: #36c142;
	margin-top: 20px;
	font-weight: 600;
	text-align: center;
	transition: .4s all;
	display: none;
}

.courses-main-sec .inside-content {
	padding: 0;
}

.courses-main-sec .inside-content img {
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.courses-main-sec .inside-content h2 {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
	line-height: 1.2;
}

.courses-main-sec .inside-content h3 {
	padding: 0;
	color: #203270;
	font-size: 25px;
	line-height: 1;
	margin: 20px 0 10px 0;
}

.courses-main-sec .inside-content h4 {
	color: #203270;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 10px 0;
}

.courses-main-sec .inside-content p {
	color: #203271;
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-left: 0;
	padding-bottom: 10px;
}

.courses-main-sec .inside-content p a {
	color: #36c142;
	text-decoration: none;
}

.courses-main-sec .inside-content p a:hover {
	color: #203270;
}

.courses-main-sec .inside-content ul {
	padding: 15px 0;
	padding-left: 0;
	flex-flow: wrap;
	margin-bottom: 0;
	margin-left: -20px;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 calc(100% + 20px);
}

.courses-main-sec .inside-content ul li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
	list-style-type: none;
	flex: 0 0 calc(50% - 20px);
	color: #203270;
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-bottom: 10px;
}

.courses-main-sec .inside-content ul li:last-child {
	padding-bottom: 0;
}

.courses-main-sec .inside-content ul li:before {
	content: "";
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #203270;
}

.courses-main-sec .inside-content ul li:after {
	content: "";
	top: 8px;
	left: 2px;
	width: 4px;
	height: 4px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #36c142;
}

.courses-main-sec .training-calendar {
	padding: 20px;
	margin-top: 20px;
	background: white;
	border-radius: 4px;
	margin-bottom: 20px;
}

.courses-main-sec .training-calendar .training-box .training-top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: wrap;
}

.courses-main-sec .training-calendar .training-box .training-top .schedule {
	flex: 0 0 50%;
}

.courses-main-sec .training-calendar .training-box .training-top .schedule h3 {
	color: #203270;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: left;
}

.courses-main-sec .training-calendar .training-box .training-top .schedule p {
	color: #36c142;
	padding-top: 8px;
	font-style: italic;
}

.courses-main-sec .training-calendar .training-box .training-top .duration {
	flex: 0 0 50%;
}

.courses-main-sec .training-calendar .training-box .training-top .duration p {
	font-size: 18px;
	color: #36c142;
}

.courses-main-sec .training-calendar .training-box .dates h3 {
	color: #203270;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.courses-main-sec .training-calendar .training-box .dates ul {
	padding: 15px 0 0 0;
}

.courses-main-sec .training-calendar .training-box .dates ul li {
	color: #808080;
	padding-left: 20px;
	position: relative;
	padding-bottom: 15px;
	list-style-type: none;
}

.courses-main-sec .training-calendar .training-box .dates ul li:last-child {
	padding-bottom: 0;
}

.courses-main-sec .training-calendar .training-box .dates ul li:before {
	content: "";
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #203270;
}

.courses-main-sec .training-calendar .training-box .dates ul li:after {
	content: "";
	top: 8px;
	left: 2px;
	width: 4px;
	height: 4px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #36c142;
}

.courses-main-sec .training-calendar .training-box span {
	font-size: 18px;
	margin-top: 20px;
	color: #36c142;
	display: block;
}

.courses-main-sec .training-calendar .training-box a {
	display: flex;
	color: white;
	font-size: 14px;
	margin-top: 15px;
	font-weight: 600;
	border-radius: 4px;
	padding: 10px 30px;
	align-items: center;
	background: #203270;
	text-decoration: none;
	max-width: max-content;
}

.courses-main-sec .training-calendar .training-box a i {
	padding-left: 6px;
}

.courses-main-sec .pdf-download {
	display: flex;
	flex-flow: wrap;
	margin-left: -20px;
	align-items: center;
	padding: 25px 0 5px 0;
	justify-content: flex-start;
	flex: 0 0 calc(100% + 20px);
}

.courses-main-sec .pdf-download a {
	height: 100px;
	display: flex;
	padding: 10px;
	flex-wrap: wrap;
	margin-left: 20px;
	background: white;
	background: linear-gradient(180deg, #f5f5f5 15%, white 50%);
	min-height: 145px;
	align-items: center;
	border-radius: 0px;
	margin-bottom: 20px;
	text-decoration: none;
	justify-content: center;
	flex: 0 0 calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
	border: 1px solid #203270;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.courses-main-sec .pdf-download a:hover .fa-download {
	color: #203271;
}

.courses-main-sec .pdf-download a .fa-file-pdf {
	flex: 0 0 100%;
	font-size: 34px;
	margin-bottom: 0;
	text-align: center;
	color: #203271;
}

.courses-main-sec .pdf-download a p {
	color: #36c142;
	flex: 0 0 100%;
	padding: 17px 0;
	line-height: 1.2;
	text-align: center;
}

.courses-main-sec .pdf-download a .fa-download {
	color: grey;
	flex: 0 0 100%;
	font-size: 24px;
	text-align: center;
}

.courses-main-sec .pdf-download-two {
	display: flex;
	flex-flow: wrap;
	padding: 25px 0;
	margin-left: -20px;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 calc(100% + 20px);
}

.courses-main-sec h3 {
	width: 100%;
	color: #203270;
	font-size: 20px;
	font-weight: 600;
	padding: 25px 0 0 0;
	margin: 0;
}

.courses-main-sec .pdf-download-two a {
	height: 100px;
	display: flex;
	padding: 10px;
	flex-wrap: wrap;
	margin-left: 20px;
	background: white;
	max-height: 120px;
	align-items: center;
	border-radius: 4px;
	margin-bottom: 20px;
	text-decoration: none;
	justify-content: center;
	flex: 0 0 calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
	border: 1px solid rgba(128, 128, 128, .12);
}

.courses-main-sec .pdf-download-two a i {
	flex: 0 0 100%;
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
}

.courses-main-sec .pdf-download-two a p {
	color: #36c142;
	flex: 0 0 100%;
	text-align: center;
	letter-spacing: .3px;
}

.courses-main-sec .click-here p {
	color: #203270;
	font-size: 20px;
	font-weight: 600;
}

.courses-main-sec .click-here a {
	color: white;
	display: block;
	font-size: 14px;
	margin-top: 8px;
	font-weight: 600;
	border-radius: 4px;
	padding: 10px 30px;
	background: #203270;
	text-decoration: none;
	max-width: max-content;
}

.main_single_project .single_project_ctn h4 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 40px;
	color: #203271;
}

.main_single_project .single_project_ctn .img_box {
	position: relative;
}

.main_single_project .single_project_ctn .img_box:before {
	top: 40px;
	content: "";
	z-index: -1;
	left: -32px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #f5f5f5;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.main_single_project .single_project_ctn .img_box img {
	margin-bottom: 20px;
	border-top-right-radius: 35px;
}

.main_single_project .single_project_ctn p {
	color: #203271;
	font-size: 16px;
	text-align: justify;
	padding-bottom: 10px;
	font-weight: 500;
}

.main_projects_gallery .top_title h4 {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	color: #203271;
}

.box1 .icon, .box4 li a {
	text-align: center;
}

.main_projects_gallery .box4:before {
	content: "";
}

.main_projects_gallery .box4, .main_projects_gallery .box5 .icon li a {
	overflow: hidden;
}

.main_projects_gallery .box4 {
	position: relative;
	margin-bottom: 30px;
}

.main_projects_gallery .box4:before {
	width: 0;
	top: 0;
	bottom: 0;
	left: -320px;
	height: 200%;
	background: rgba(32, 50, 112, .38);
	position: absolute;
	transform: skewX(-36deg);
	transition: all .5s ease 0s;
}

.main_projects_gallery .box4:hover:before {
	width: 200%;
}

.main_projects_gallery .box4 img {
	width: 100%;
	height: auto;
}

.main_projects_gallery .box4 .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.main_projects_gallery .box4 .box-content {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	transform: scale(0);
	transition: all .3s ease 0s;
}

.main_projects_gallery .box4 .icon, .main_projects_gallery .box5 .icon {
	list-style: none;
	padding: 0;
}

.main_projects_gallery .box4:hover .box-content {
	transform: scale(1);
}

.main_projects_gallery .box4 .title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}

.main_projects_gallery .box4 .post {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.main_projects_gallery .box4 .icon {
	margin: 0;
}

.main_projects_gallery .box4 .icon li {
	display: inline-block;
}

.main_projects_gallery .box4 .icon li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 47px;
	border-radius: 3px;
	font-size: 20px;
	background: #fff;
	color: #203270;
	margin-right: 0;
	transition: all .3s ease 0s;
	border: 2px solid #203270;
}

.main_projects_gallery .project_gallery_popup {
	top: 0%;
	left: 50%;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	text-align: center;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .4);
}

.main_projects_gallery .project_gallery_popup .project_gallery_inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_projects_gallery .project-close-btn {
	top: 0%;
	left: 50%;
	width: 100%;
	height: 100%;
	position: fixed;
	padding-top: 150px;
	text-align: center;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .4);
}

.main_projects_gallery .project-close-btn .projects_btnn {
	top: 40px;
	width: 40px;
	right: 50px;
	height: 40px;
	color: white;
	display: block;
	font-size: 20px;
	line-height: 38px;
	border-radius: 50%;
	position: absolute;
	border: 2px solid white;
	background: #36c142;
}

.main_projects_gallery .project_gallery_popup .project_gallery_inner .project_gallery img {
	z-index: 1;
	width: auto;
	padding: 5px;
	margin: auto;
	border-radius: 0;
	position: relative;
	border: 3px solid #36c142;
}

@media only screen and (max-width: 990px) {
	.main_projects_gallery .box4 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.main_projects_gallery .box4:before {
		left: -400px;
	}
	
	.main_projects_gallery .box4:hover:before {
		width: 300%;
	}
}

.main_single_team .image {
	height: 100%;
	display: flex;
	border-radius: 7px;
	align-items: center;
	background: #f5f5f5;
	justify-content: center;
	padding: 20px 15px;
	flex-direction: column;
	text-align: center;
	border-bottom: 3px solid #203270;
}

.main_single_team .image h2 {
	font-size: 22px;
	color: #203271;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}

.main_single_team .image img {
	padding: 5px;
	border-radius: 16px;
	margin-top: 20px;
	margin-bottom: 30px;
	transition: all .4s;
	border: 1px solid #203270;
	box-shadow: 0px 10px 20px -7px #203270;
}

.main_single_team .image:hover img {
	box-shadow: none;
	transform: scale(1.2);
}

.main_single_team .image .img_info {
	width: 100%;
	display: initial;
	text-align: center;
}

.main_single_team .image .img_info p {
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: 600;
	color: #203271;
}

.main_single_team .image .img_info p span {
	font-size: 14px;
	color: #203271;
	font-weight: 400;
}

.main_single_team .right_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main_single_team .right_cnt h1, .main_single_team .right_cnt h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 20px;
	color: #203271;
	text-transform: uppercase;
}

.main_single_team .right_cnt p {
	color: #203271;
	font-size: 14px;
	text-align: justify;
	padding-bottom: 10px;
}

.main_single_team .single_team_ctn {
	margin-top: 30px;
}

.main_single_team .single_team_ctn h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 20px;
	color: #203271;
}

.main_single_team .single_team_ctn p {
	color: #203271;
	font-size: 14px;
	text-align: justify;
	padding-bottom: 10px;
}

.main_inspection_sec .site_img {
	position: relative;
}

.main_inspection_sec .site_img img {
	top: -80px;
	left: -270px;
	width: 240px;
	opacity: .3;
	height: 310px;
	position: absolute;
	display: none;
}

.main_inspection_sec .box1 img, .box1:after, .box1:before {
	width: 100%;
	transition: all .3s ease 0s;
}

.main_inspection_sec .box1 .icon {
	display: none;
}

.main_inspection_sec .box1 .icon, li a {
	text-align: center;
}

.box1:after, .box1:before {
	content: "";
}

.main_inspection_sec .box1, .icon li a {
	overflow: hidden;
}

.main_inspection_sec .box1 .icon, .box1 .title {
	margin: 0;
	position: absolute;
}

.main_inspection_sec .box1 {
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	position: relative;
	margin-bottom: 30px;
}

.main_inspection_sec .box1:after, .main_inspection_sec .box1:before {
	height: 50%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	transform-origin: 100% 0;
	transform: rotateZ(90deg);
}

.main_inspection_sec .box1:after {
	top: auto;
	bottom: 0px;
	transform-origin: 0 100%;
	opacity: 0;
}

.main_inspection_sec .box1:hover:after, .main_inspection_sec .box1:hover:before {
	opacity: 1;
	transform: rotateZ(0);
}

.main_inspection_sec .box1 img {
	/* 	height: auto; */
	transform: scale(1) rotate(0);
	height: 200px;
}

.main_inspection_sec .box1:hover img {
	/* 	filter: sepia(80%); */
	transform: scale(1.1) rotate(0deg);
}

.main_inspection_sec .box1 .hover_title {
	font-size: 18px;
	font-weight: 600;
	color: #203270;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 0 0 1px #203270;
	bottom: 20px;
	left: 10px;
	opacity: 1;
	z-index: 2;
	transform: scale(1);
	transition: all .5s ease .2s;
	background: white;
	padding: 10px 15px;
}

.main_inspection_sec .box1:hover .hover_title {
	opacity: 0;
	transform: scale(0);
}

.main_inspection_sec .box1 .title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 0 0 1px #004cbf;
	bottom: 10px;
	left: 10px;
	opacity: 0;
	z-index: 2;
	transform: scale(0);
	transition: all .5s ease .2s;
}

.main_inspection_sec .box1:hover .title {
	opacity: 1;
	transform: scale(1);
	background: white;
	padding: 10px 20px;
	color: #203271;
}

.main_inspection_sec .box1 .icon {
	padding: 7px 5px;
	list-style: none;
	border-radius: 0 0 0 10px;
	top: -100%;
	right: 0;
	z-index: 2;
	background: #203271;
	transition: all .3s ease .2s;
}

.box1:hover .icon {
	top: 0;
}

.main_inspection_sec .box1 .icon li {
	display: block;
	margin: 10px 0;
}

.main_inspection_sec .box1 .icon li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	transition: all .3s ease 0s;
}

.box2 .icon li a, .box3 .icon a:hover, .box4 .icon li a:hover, .box5 .icon li a, .box6 .icon li a {
	border-radius: 50%;
}

.main_inspection_sec .box1 .icon li a:hover {
	color: #fff;
	box-shadow: 0 0 10px #000 inset, 0 0 0 3px #fff;
}

@media only screen and (max-width: 990px) {
	.main_inspection_sec .box1 {
		margin-bottom: 30px;
	}
}

.main_inspection_sec .top_content {
	text-align: center;
	margin-bottom: 25px;
}

.main_inspection_sec .top_content h1 {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #203271;
	text-transform: uppercase;
}

.main_inspection_sec .top_content p {
	color: #203271;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 10px;
}

.main_inspection_sec .inspection_content h4 {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #203271;
}

.main_inspection_sec .inspection_content p {
	color: #203271;
	font-size: 16px;
	text-align: justify;
	padding-bottom: 10px;
	font-weight: 500;
}

.main_inspection_sec .inspection_content p a {
	font-weight: 500;
	color: #36c142;
}

.main_inspection_sec .inspection_content p a:hover {
	color: #203271;
}

.main_inspection_sec .inspection_content ul {
	list-style-type: none;
}

.main_inspection_sec .inspection_content ul li {
	color: grey;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
}

.main_inspection_sec .inspection_content ul li:before {
	content: "";
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #203270;
}

.main_inspection_sec .inspection_content ul li:after {
	content: "";
	top: 8px;
	left: 2px;
	width: 4px;
	height: 4px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #36c142;
}

.main_inspection_sec .inspection_img_popup {
	top: 0%;
	left: 50%;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	text-align: center;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .4);
}

.main_inspection_sec .inspection_img_popup .inspection_img_inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_inspection_sec .inspection-close-btn {
	top: 0%;
	left: 50%;
	width: 100%;
	height: 100%;
	position: fixed;
	padding-top: 150px;
	text-align: center;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .4);
}

.main_inspection_sec .inspection-close-btn .inspection_btnn {
	top: 40px;
	width: 40px;
	right: 50px;
	height: 40px;
	color: white;
	display: block;
	font-size: 20px;
	line-height: 38px;
	border-radius: 50%;
	position: absolute;
	border: 2px solid white;
	background: #36c142;
}

.main_inspection_sec .inspection_img_popup .inspection_img_inner .inspection_img img {
	z-index: 1;
	width: auto;
	padding: 5px;
	margin: auto;
	filter: unset;
	border-radius: 0;
	transform: initial;
	position: relative;
	border: 3px solid #36c142;
}

@media (max-width: 1200px) {
	.main_offers_sec .main_box ul li h4 {
		font-size: 18px;
	}
	
	.main_offers_sec .main_box ul li {
		margin: 0 6px;
	}
	
	.main_approvals_sec:before {
		z-index: -1;
	}
	
	.main_service_pg .service_inner_box ul li .inner_ctn_box {
		width: 80%;
	}
	
	.inner_banner .banner_title span.breadcrumb {
		line-height: 1;
	}
	
	.main_certificate_form .left_img img {
		top: -250px;
		left: -90px;
		width: 190px;
		height: 190px;
	}
}

@media (max-width: 1199px) {
	.main_partners_pg .main_box ul li {
		width: calc(23% + 0px);
	}
	
	.main_service_pg .service_inner_box ul li {
		width: calc(31% + 2px);
	}
	
	.main_service_pg .service_inner_box ul li:nth-last-child(2) {
		width: calc(47% + 8px);
	}
	
	.main_service_pg .service_inner_box ul li:last-child {
		width: calc(47% + 8px);
	}
}

@media (max-width: 1024px) {
	.main_about_sec .about_img figure {
		width: 90%;
		height: 530px;
		margin-left: 30px;
	}
	
	.main_about_pg .about_img figure {
		width: 90%;
		height: 600px;
		margin-left: 30px;
	}
	
	.main_about_sec .about_ctn {
		padding-top: 60px;
		padding-right: 0px;
	}
	
	.main_about_pg .about_ctn {
		padding-top: 60px;
		padding-right: 0px;
	}
	
	.main_featured_sec .featured_box .inner_ctn h4 {
		font-size: 19px;
		line-height: 1.1;
		padding-bottom: 5px;
	}
	
	.main_featured_sec .featured_box .inner_ctn p {
		font-size: 14px;
	}
	
	.main_approvals_sec .approvals_ctn_box p {
		color: grey;
		font-size: 18px;
	}
	
	.main_approvals_sec .approvals_ctn_box {
		width: 100%;
	}
	
	.main_approvals_sec .approvals_ctn_box h3 {
		font-size: 28px;
	}
	
	.main_form_sec .inner_ctn h4 {
		font-size: 32px;
		line-height: 1.1;
	}
	
	.main_service_pg .service_inner_box ul li .inner_ctn_box h3 {
		font-size: 12px;
	}
	
	.main_service_pg .service_inner_box ul li .inner_ctn_box {
		width: 90%;
	}
	
	.main_team_pg .main_team_box h3 {
		font-size: 18px;
	}
	
	.main_team_pg .main_team_box {
		min-height: 436px;
	}
	
	.main_partners_pg .main_box ul li {
		width: calc(23% + 0px);
	}
	
	.main_testimonials_pg .main_testimonials_box .count_box:before {
		left: -29px;
	}
	
	.main_testimonials_pg .main_testimonials_box .content_box p {
		min-height: 283px;
	}
	
	.main_certification_pg .certification_sidebar .download_brochure ul li a {
		font-size: 11px;
	}
	
	.main_certification_pg .certification_sidebar .download_brochure h3 {
		font-size: 19px;
		line-height: 1;
	}
	
	.main_certification_pg .certification_sidebar .relative_certificate ul li {
		font-size: 14px;
	}
	
	.mian_training_pg .img_box:before {
		top: 69px;
	}
	
	.mian_audit_pg .img_box:before {
		top: 40px;
	}
	
	.manpower-main-sec .certification_sidebar .relative_certificate ul li {
		font-size: 14px;
	}
	
	.manpower-main-sec .certification_sidebar .download_brochure ul li {
		font-size: 11px;
	}
	
	.manpower-main-sec .inside-image-title:before {
		height: 215px;
	}
	
	.main_inspection_sec .box1 .hover_title {
		min-height: 62px;
	}
	
	.main_offers_sec .main_box ul li h4 {
		font-size: 16px;
	}
	
	.main_offers_sec .main_box ul li {
		width: calc(23% + 3px);
	}
	
	.main_service_pg .service_inner_box ul li {
		width: calc(31% + 2px);
	}
}

@media (max-width: 991px) {
	.main_contact_pg .row:nth-child(2) {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
	}
	
	.main_about_sec .about_img figure {
		height: 680px;
	}
	
	.res-logo {
		display: none;
		position: relative;
	}
	
	.res-logo a img {
		left: 50%;
		top: 20px;
		z-index: 111;
		margin: auto;
		position: absolute;
		transform: translate(-50%);
	}
	
	.main_approvals_sec .main_box ul {
		width: 67%;
	}
	
	.main_about_sec .about_ctn {
		text-align: center;
	}
	
	.main_about_pg .about_ctn {
		text-align: center;
	}
	
	.counter #counter .cell {
		margin-bottom: 15px;
	}
	
	.counter {
		padding: 60px 0;
	}
	
	.main_form_sec .inner_ctn:before {
		display: none;
	}
	
	.main_form_sec .inner_ctn {
		padding-bottom: 30px;
	}
	
	.main_footer figure .main_box .footer_about {
		margin-bottom: 30px;
	}
	
	.main_about_pg .about_img figure:after {
		top: -100px;
		width: 230px;
		right: -110px;
		height: 300px;
	}
	
	.main_about_pg .about_ctn {
		padding-top: 80px;
	}
	
	.main_partners_pg .main_box ul li {
		width: calc(22% + 2px);
	}
	
	.main_testimonials_pg .main_testimonials_box .count_box:before {
		left: -33px;
	}
	
	.main_testimonials_pg .main_testimonials_box .content_box p {
		min-height: 220px;
	}
	
	.main_certification_pg .certification_sidebar {
		width: 45%;
		margin: 30px auto 0 auto;
	}
	
	.main_certification_pg .certification_sidebar .download_brochure h3 {
		font-size: 22px;
	}
	
	.main_certification_pg .certification_sidebar .download_brochure ul li a {
		font-size: 14px;
	}
	
	.main_certification_pg .certification_sidebar .relative_certificate ul li {
		font-size: 16px;
	}
	
	.main_certification_pg .certification_ctn_box h1 {
		line-height: 1.1;
	}
	
	.accrediation-main-sec .accrediation-boxes .accrediation-box {
		flex: 0 0 calc(33% - 18px);
	}
	
	.approval-main-sec .approval-boxes .approval-box {
		flex: 0 0 calc(33% - 18px);
	}
	
	.main_contact_pg .social_icon {
		height: 100%;
		display: flex;
		position: relative;
		margin-bottom: 30px;
		list-style-type: none;
		flex-direction: initial;
		justify-content: center;
	}
	
	.main_contact_pg .social_icon li {
		width: 10%;
		padding-bottom: 0;
	}
	
	.main_contact_pg .social_icon:before {
		top: 50%;
		width: 170px;
		left: 0;
		content: "";
		height: 2px;
		position: absolute;
		background-color: #203270;
		transform: translatey(-50%);
	}
	
	.main_contact_pg .social_icon:after {
		top: 50%;
		right: 0;
		content: "";
		height: 2px;
		width: 195px;
		left: inherit;
		position: absolute;
		background-color: #203270;
		transform: translatey(-50%);
	}
	
	.contact_map_sec {
		height: 300px;
		margin-bottom: 0;
	}
	
	.container-contact1 .contact1-pic {
		display: none;
	}
	
	.mobile-nav nav li a {
		text-align: left;
	}
	
	.mian_training_pg .img_box {
		margin-bottom: 30px;
		justify-content: center;
	}
	
	.mian_training_pg .img_box:before {
		top: -12px;
		left: 80px;
	}
	
	.mian_audit_pg .img_box {
		max-width: max-content;
		justify-content: center;
		margin: 0 auto 30px auto;
	}
	
	.mian_audit_pg .img_box:before {
		top: -9px;
	}
	
	.manpower-main-sec .certification_sidebar {
		width: 45%;
		margin: 30px auto 0 auto;
	}
	
	.manpower-main-sec .certification_sidebar .relative_certificate ul li {
		font-size: 16px;
	}
	
	.manpower-main-sec .certification_sidebar .download_brochure ul li {
		font-size: 14px;
	}
	
	.main_inspection_sec .box1 .hover_title {
		font-size: 16px;
	}
	
	.main_footer figure .main_box .footer_info .flex_box p {
		line-height: 1.6;
	}
	
	.courses-main-sec .courses-inner {
		flex: 0 0 calc(100% + 0px);
		align-items: center;
		flex-direction: column-reverse;
	}
	
	.courses-main-sec .courses-inner .courses-side-bar {
		margin-top: 30px;
		margin-bottom: 0;
		flex: 0 0 calc(40% - 0px);
	}
	
	.courses-main-sec .courses-inner .courses-right-content {
		margin-left: 0px;
		flex: 0 0 calc(100% - 0px);
	}
	
	.courses-main-sec .courses-inner {
		margin-left: 0;
	}
	
	.main_contact_pg .main_info_box .flex_box {
		flex: 0 0 50%;
		width: 50%;
	}
	
	.main_service_pg .service_inner_box ul li, .main_service_pg .service_inner_box ul li:nth-last-child(2), .main_service_pg .service_inner_box ul li:last-child {
		width: calc(47% + 1px);
	}
}

@media (max-width: 968px) {
	.main_offers_sec .main_box ul li h4 {
		font-size: 20px;
	}
	
	.main_offers_sec .main_box ul li {
		width: calc(48% + 4px);
		margin-bottom: 10px;
	}
}

@media (max-width: 958px) {
	.main_offers_sec .main_box ul li {
		width: calc(48% + 2px);
	}
}

@media (max-width: 658px) {
	.main_offers_sec .main_box ul li {
		width: calc(48% + 2px);
	}
}

@media (max-width: 852px) {
	.main_offers_sec .main_box ul li {
		width: calc(48% + 0px);
	}
}

@media (max-width: 768px) {
	.main_approvals_sec:before {
		top: 130px;
		content: "";
		left: -90px;
		width: 230px;
		opacity: .3;
		height: 300px;
	}
	
	.main_about_sec .about_img figure:after {
		top: -80px;
		width: 230px;
		right: -85px;
		height: 300px;
	}
	
	.main_about_pg .about_img figure:after {
		top: -80px;
		width: 230px;
		right: -85px;
		height: 300px;
	}
	
	.services .services-main-box .service-box .service-left {
		flex: 0 0 100%;
	}
	
	.services .services-main-box .service-box .service-right {
		flex: 0 0 100%;
		height: 450px;
	}
	
	.services .services-main-box .service-box:nth-child(even) .service-right:before {
		display: none;
	}
	
	.services .services-main-box .service-box .service-right:before {
		display: none;
	}
	
	.main_service_pg .service_inner_box ul li .inner_ctn_box {
		padding-left: 25px;
	}
	
	.main_about_pg .about_img figure:after {
		right: -75px;
	}
	
	.main_certificate_form .left_img img {
		top: -190px;
	}
	
	.accrediation-main-sec {
		padding: 40px 0 0 0;
	}
}

@media (max-width: 767px) {
	.main_contact_pg .BranchOffice_info {
		margin-top: 20px;
	}
	
	.main_featured_sec .top_title h3 {
		font-size: 34px;
	}
	
	.main_featured_sec .top_title p {
		font-size: 14px;
	}
	
	.main_approvals_sec .top_title h3 {
		font-size: 32px;
	}
	
	.main_approvals_sec .main_box ul {
		width: 80%;
	}
	
	.main_approvals_sec .approvals_ctn_box h3 {
		font-size: 24px;
	}
	
	.main_approvals_sec .approvals_ctn_box p {
		font-size: 16px;
	}
	
	.main_form_sec .inner_ctn {
		padding-right: 30px;
	}
	
	.main_form_sec form input[type=text], .main_form_sec form input[type=tel], .main_form_sec form input[type=email] {
		width: 100%;
		margin-right: 0;
	}
	
	.main_footer figure .main_box .footer_info {
		margin-top: 60px;
		margin-left: 27px;
	}
	
	.main_service_pg .service_inner_box ul li .inner_ctn_box a {
		font-size: 10px;
	}
	
	.inner_banner .banner_title span.breadcrumb {
		font-size: 38px;
	}
	
	.main_team_pg {
		padding-top: 40px;
	}
	
	.main_single_team {
		padding-top: 40px;
	}
	
	.main_single_team .image {
		width: 60%;
		height: 190px;
		margin-bottom: 30px;
		margin: 0 auto 30px auto;
	}
	
	.main_partners_pg .main_box ul li {
		width: calc(29% + 0px);
	}
	
	.main_partners_pg {
		padding-top: 40px;
	}
	
	.main_testimonials_pg {
		padding-top: 40px;
	}
	
	.main_testimonials_pg .main_testimonials_box .content_box p {
		min-height: 0;
	}
	
	.main_testimonials_pg .main_testimonials_box .count_box:before {
		left: -53px;
	}
	
	.main_certificate_form .contact100-form-title {
		padding-top: 20px;
		font-size: 34px;
	}
	
	.main_certificate_form .left_img img {
		top: -350px;
		left: -90px;
	}
	
	.main_certification_pg {
		padding-top: 40px;
	}
	
	.main_certification_pg .certification_ctn_box figure {
		height: 200px;
	}
	
	.main_certification_pg .certification_sidebar {
		width: 50%;
	}
	
	.accrediation-main-sec .accrediation-boxes .accrediation-box {
		flex: 0 0 calc(32% - 13px);
	}
	
	.approval-main-sec .approval-boxes .approval-box {
		flex: 0 0 calc(32% - 13px);
	}
	
	.accrediation-main-sec .accrediation-boxes .accrediation-box .accrediation-inner h3 {
		line-height: 1.1;
	}
	
	.approval-main-sec .approval-boxes .approval-box .approval-inner h3 {
		line-height: 1.1;
	}
	
	.main_contact_pg {
		padding-top: 40px;
	}
	
	.main_contact_pg .social_icon:before {
		width: 120px;
	}
	
	.main_contact_pg .social_icon:after {
		width: 130px;
	}
	
	.main_contact_pg .main_info_box img {
		width: 100%;
	}
	
	.main_offers_pg {
		padding-top: 40px;
	}
	
	.main_offers_pg .offers_box .title h3 {
		font-size: 14px;
	}
	
	.mian_training_pg {
		padding-top: 40px;
	}
	
	.mian_training_pg .img_box:before {
		left: -9px;
	}
	
	.mian_audit_pg {
		padding-top: 40px;
	}
	
	.manpower-main-sec .inside-image-title:before {
		height: 160px;
	}
	
	.manpower-main-sec .certification_sidebar {
		width: 50%;
	}
	
	.main_inspection_sec {
		padding-top: 40px;
	}
	
	.main_inspection_sec .top_content h1 {
		line-height: 1.1;
	}
	
	.main_inspection_sec .inspection_content h4 {
		line-height: 1.1;
	}
	
	.courses-main-sec {
		padding-top: 40px;
	}
	
	.courses-main-sec .courses-inner .courses-side-bar {
		flex: 0 0 calc(60% - 0px);
	}
	
	.courses-main-sec .section-heading h3 {
		font-size: 28px;
		line-height: 1.1;
	}
	
	.courses-main-sec .training-calendar .training-box .training-top .schedule h3 {
		font-size: 18px;
	}
	
	.courses-main-sec .training-calendar .training-box .training-top .duration h4 {
		font-size: 16px;
	}
	
	.courses-main-sec .training-calendar .training-box span {
		font-size: 16px;
		line-height: 1.2;
	}
	
	.courses-main-sec .pdf-download a p {
		font-size: 12px;
	}
	
	.courses-main-sec .section-heading h3 {
		font-size: 26px;
	}
	
	.manpower-main-sec .section-heading h1 {
		line-height: 1.2;
		font-size: 36px;
	}
	
	.main_terms_condition {
		padding: 80px 0;
	}
	
	.main_service_pg .service_inner_box ul li, .main_service_pg .service_inner_box ul li:nth-last-child(2), .main_service_pg .service_inner_box ul li:last-child {
		width: calc(46% + 1px);
	}
	
	.main_service_pg {
		padding-top: 40px;
	}
}

@media (max-width: 745px) {
	.main_offers_sec .main_box ul li {
		width: calc(47% + 0px);
	}
}

@media (max-width: 640px) {
	.main_about_sec {
		padding: 150px 0 80px 0;
	}
	
	.main_about_pg {
		padding: 150px 0 80px 0;
	}
	
	.main_about_pg .about_img figure {
		height: 500px;
	}
	
	.services .services-main-box .service-box .service-right {
		height: 380px;
	}
	
	.services .top_title h3 {
		font-size: 32px;
	}
	
	.main_certification_sec .top_title h3 {
		font-size: 34px;
	}
	
	.main_partners_sec .top_title h3 {
		font-size: 34px;
	}
	
	.main_offers_sec .top_title h3 {
		font-size: 36px;
	}
	
	.main_project_sec .top_title h3 {
		font-size: 34px;
	}
	
	.main_service_pg .top_title h1 {
		font-size: 44px;
	}
	
	.inner_banner .banner_title span.breadcrumb {
		font-size: 36px;
	}
	
	.main_certificate_form .left_img img {
		top: -138px;
		left: -65px;
		width: 140px;
		height: 140px;
	}
	
	.courses-main-sec .inside-content h3 {
		line-height: 1.2;
	}
}

@media (max-width: 630px) {
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 520px;
		height: 300px;
	}
}

@media (max-width: 601px) {
	.main_offers_sec .main_box ul li h4 {
		font-size: 18px;
	}
}

@media (max-width: 590px) {
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 500px;
		height: 280px;
	}
}

@media (max-width: 575px) {
	.main_about_pg .about_ctn {
		padding-right: 20px;
	}
}

@media (max-width: 570px) {
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 480px;
		height: 275px;
	}
}

@media (max-width: 543px) {
	.main_offers_sec .main_box ul li h4 {
		font-size: 16px;
	}
}

@media (max-width: 540px) {
	.main_about_sec .about_img figure:after {
		top: -60px;
		width: 170px;
		right: -45px;
		height: 230px;
	}
	
	.main_about_sec .about_ctn h3 {
		font-size: 42px;
	}
	
	.main_about_pg .about_img figure:after {
		top: -60px;
		width: 170px;
		right: -45px;
		height: 230px;
	}
	
	.main_about_pg .about_ctn h3 {
		font-size: 42px;
	}
	
	.services .services-main-box .service-box .service-right {
		height: 330px;
	}
	
	.main_footer figure .main_box .footer_menu {
		margin-bottom: 60px;
	}
	
	.main_footer figure .main_box .footer_logo img {
		margin: 0 auto 20px auto;
	}
	
	.main_footer figure .main_box .footer_about {
		text-align: center;
	}
	
	.main_about_pg .about_img figure:after {
		display: none;
	}
	
	.res-logo a img {
		width: 180px;
		height: auto;
	}
	
	.inner_banner .banner_title span.breadcrumb {
		font-size: 30px;
	}
	
	.inner_banner .banner_title span.breadcrumb a {
		font-size: 16px;
	}
	
	.main_certification_pg .certification_ctn_box h1 {
		font-size: 20px;
	}
	
	.accrediation-main-sec .section-heading h2 {
		font-size: 34px;
	}
	
	.approval-main-sec .section-heading h2 {
		font-size: 34px;
	}
	
	.accrediation-main-sec .accrediation-boxes .accrediation-box .accrediation-inner h3 {
		font-size: 14px;
		line-height: 1.1;
	}
	
	.approval-main-sec .approval-boxes .approval-box .approval-inner h3 {
		font-size: 14px;
		line-height: 1.1;
	}
	
	.main_offers_pg .offers_box .title h3 {
		font-size: 18px;
	}
	
	.main_offers_pg .offers_box .img_box {
		width: 100%;
		display: table;
	}
	
	.main_inspection_sec .box1 .hover_title {
		min-height: initial;
	}
	
	.courses-main-sec .pdf-download a {
		flex: 0 0 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
	
	.courses-main-sec .pdf-download a p {
		font-size: 14px;
	}
	
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 440px;
		height: 255px;
	}
}

@media (max-width: 519px) {
	.main_certificate_form .contact100-form-title {
		font-size: 32px;
	}
}

@media (max-width: 514px) {
	.main_offers_sec .main_box ul li {
		width: calc(100% - 10px);
	}
	
	.main_offers_sec .main_box ul li h4 {
		font-size: 18px;
	}
}

@media (max-width: 500px) {
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 420px;
		height: 245px;
	}
}

@media (max-width: 491px) {
	.main_certificate_form .contact100-form-title {
		font-size: 30px;
	}
}

@media (max-width: 497px) {
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 420px;
	}
}

@media (max-width: 480px) {
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 390px;
		height: 230px;
	}
}

@media (max-width: 470px) {
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 400px;
	}
}

@media (max-width: 464px) {
	.main_certificate_form .contact100-form-title {
		font-size: 28px;
	}
	
	.main_certificate_form .contact100-form-title a {
		font-size: 22px;
	}
}

@media (max-width: 460px) {
	.main_featured_sec .top_title h3 {
		font-size: 30px;
	}
	
	.main_about_sec:before {
		width: 18px;
	}
	
	.main_about_pg:before {
		width: 18px;
	}
	
	.main_approvals_sec .approvals_ctn_box h3 {
		font-size: 22px;
	}
	
	.main_approvals_sec .approvals_ctn_box p {
		font-size: 14px;
	}
	
	.main_approvals_sec:before {
		display: none;
	}
	
	.main_approvals_sec .approvals_ctn_box {
		width: 94%;
	}
	
	.main_approvals_sec .top_title h3 {
		font-size: 30px;
	}
	
	.main_about_sec {
		padding: 120px 0 80px 0;
	}
	
	.main_about_sec .about_img figure {
		height: 410px;
	}
	
	.main_about_sec .about_img figure figcaption a i {
		width: 110px;
		height: 110px;
		line-height: 110px;
	}
	
	.main_about_pg {
		padding: 120px 0 80px 0;
	}
	
	.main_about_pg .about_img figure {
		height: 410px;
	}
	
	.main_about_pg .about_img figure figcaption a i {
		width: 110px;
		height: 110px;
		line-height: 110px;
	}
	
	.services .services-main-box .service-box .service-left .service-left-inner {
		padding: 50px 40px 50px 40px;
	}
	
	.services .services-main-box .service-box .service-right {
		height: 280px;
	}
	
	.services .top_title h3 {
		font-size: 30px;
	}
	
	.main_certification_sec .top_title h3 {
		font-size: 30px;
	}
	
	.main_form_sec .inner_ctn {
		padding-right: 0;
		text-align: center;
		padding-bottom: 15px;
	}
	
	.main_service_pg .top_title h1 {
		font-size: 40px;
	}
	
	.inner_banner:after {
		width: 100px;
		height: 125px;
	}
	
	.main_single_team .right_cnt h3 {
		font-size: 21px;
	}
	
	.main_single_team .right_cnt p {
		font-size: 12px;
	}
	
	.main_single_team .single_team_ctn p {
		font-size: 12px;
	}
	
	.main_partners_pg .main_box ul li {
		width: calc(46% + 0px);
	}
	
	.main_partners_pg .top_title h1 {
		font-size: 36px;
	}
	
	.main_testimonials_pg .main_testimonials_box .count_box:before {
		left: -43px;
	}
	
	.main_certificate_form .contact100-form-btn {
		width: 40%;
	}
	
	.main_certificate_form .contact100-form-title {
		font-size: 26px;
	}
	
	.main_certification_pg .certification_ctn_box figure {
		height: 160px;
	}
	
	.main_certification_pg .certification_ctn_box h1 {
		font-size: 18px;
	}
	
	.main_certification_pg .certification_sidebar {
		width: 60%;
	}
	
	.inner_banner .banner_title span.breadcrumb {
		padding: 0 10px;
	}
	
	.accrediation-main-sec .accrediation-boxes .accrediation-box {
		flex: 0 0 calc(31% - 10px);
	}
	
	.approval-main-sec .approval-boxes .approval-box {
		flex: 0 0 calc(31% - 10px);
	}
	
	.main_contact_pg .social_icon li img {
		width: 30px;
	}
	
	.main_contact_pg .social_icon:before {
		width: 100px;
	}
	
	.main_contact_pg .social_icon:after {
		width: 110px;
	}
	
	.main_contact_pg .main_info_box .info_box_ctn {
		height: auto;
	}
	
	.mian_training_pg .img_box:before {
		left: -13px;
	}
	
	.manpower-main-sec .inside-image-title:before {
		height: 130px;
	}
	
	.manpower-main-sec .section-heading h1 {
		font-size: 26px;
	}
	
	.manpower-main-sec .certification_sidebar {
		width: 60%;
	}
	
	.courses-main-sec .section-heading h3 {
		font-size: 23px;
	}
	
	.courses-main-sec .training-calendar .training-box .training-top {
		flex-flow: column;
		align-items: flex-start;
	}
	
	.courses-main-sec .training-calendar .training-box .training-top .schedule {
		width: 77%;
		flex: 0 0 77%;
	}
	
	.courses-main-sec .click-here p {
		font-size: 18px;
		line-height: 1.3;
	}
	
	.courses-main-sec .training-calendar .training-box .training-top .duration h4 {
		text-align: left;
	}
	
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 380px;
	}
	
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 370px;
		height: 217px;
	}
	
	.main_form_sec form .form-input-icons {
		margin-right: 15px;
	}
	
	.main_contact_pg .main_info_box .flex_box {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.main_service_pg .service_inner_box ul li, .main_service_pg .service_inner_box ul li:nth-last-child(2), .main_service_pg .service_inner_box ul li:last-child {
		width: 100%;
	}
	
	.main_service_pg .service_inner_box ul li .inner_ctn_box h3 {
		font-size: 20px;
	}
	
	.main_service_pg .service_inner_box ul li .inner_ctn_box a {
		font-size: 12px;
	}
}

@media (max-width: 451px) {
	.main_partners_pg .main_box ul li {
		width: calc(45% + 4px);
	}
}

@media (max-width: 450px) {
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 380px;
	}
}

@media (max-width: 447px) {
	.main_partners_pg .main_box ul li {
		width: calc(45% + 3px);
	}
}

@media (max-width: 430px) {
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 360px;
	}
	
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 350px;
		height: 205px;
	}
}

@media (max-width: 427px) {
	.main_partners_pg .top_title h3 {
		font-size: 34px;
	}
	
	.main_partners_pg .main_box ul li {
		width: calc(45% + 2px);
	}
}

@media (max-width: 414px) {
	.main_about_sec .about_img figure:after {
		display: none;
	}
	
	.main_about_sec {
		padding: 80px 0 80px 0;
	}
	
	.main_about_sec .about_img figure {
		height: 360px;
	}
	
	.main_about_sec .about_ctn h3 {
		font-size: 36px;
	}
	
	.main_about_sec .about_ctn p {
		font-size: 14px;
	}
	
	.main_about_pg .about_img figure:after {
		display: none;
	}
	
	.main_about_pg {
		padding: 80px 0 80px 0;
	}
	
	.main_about_pg .about_img figure {
		height: 360px;
	}
	
	.main_about_pg .about_ctn h3 {
		font-size: 36px;
	}
	
	.main_about_pg .about_ctn p {
		font-size: 14px;
	}
	
	.main_approvals_sec .approvals_ctn_box h3 {
		font-size: 20px;
	}
	
	.inner_banner {
		height: auto;
	}
	
	.inner_banner .banner_title span.breadcrumb {
		font-size: 30px;
	}
	
	.inner_banner .banner_title span.breadcrumb a {
		font-size: 14px;
	}
	
	.main_single_team .right_cnt h3 {
		font-size: 22px;
	}
	
	.main_partners_pg .main_box ul li {
		width: calc(45% + 0px);
	}
	
	.main_testimonials_pg .main_testimonials_box .count_box:before {
		top: -85px;
		left: -39px;
	}
	
	.inner_banner:after {
		width: 90px;
		height: 113px;
	}
	
	.main_partners_pg .top_title h3 {
		font-size: 34px;
		line-height: 1.2;
	}
	
	.main_certificate_form .contact100-form-btn {
		width: 44%;
	}
	
	.main_certificate_form .contact100-form-title {
		font-size: 24px;
	}
	
	.main_certification_pg .certification_ctn_box p {
		font-size: 13px;
	}
	
	.main_certification_pg .certification_ctn_box ul li {
		font-size: 14px;
	}
	
	.main_certification_pg .certification_sidebar .relative_certificate h3 {
		font-size: 20px;
	}
	
	.main_certification_pg .certification_sidebar .relative_certificate ul li {
		font-size: 14px;
	}
	
	.main_certification_pg .certification_sidebar .download_brochure h3 {
		font-size: 20px;
	}
	
	.main_certification_pg .certification_sidebar .download_brochure ul li a {
		font-size: 12px;
	}
	
	.main_certification_pg .certification_sidebar .download_brochure ul li a i {
		font-size: 14px;
	}
	
	.main_certification_pg .certification_sidebar .download_brochure ul li a span {
		font-size: 14px;
	}
	
	.accrediation-main-sec .accrediation-boxes .accrediation-box {
		flex: 0 0 calc(47% - 8px);
	}
	
	.approval-main-sec .approval-boxes .approval-box {
		flex: 0 0 calc(47% - 9px);
	}
	
	.accrediation-main-sec .section-heading h2 {
		font-size: 30px;
	}
	
	.approval-main-sec .section-heading h2 {
		font-size: 30px;
	}
	
	.mobile-nav .custom-logo {
		width: 160px;
		height: auto;
	}
	
	.manpower-main-sec .inside-image-title:before {
		height: 110px;
	}
	
	.manpower-main-sec .certification_sidebar .relative_certificate h3 {
		font-size: 20px;
	}
	
	.manpower-main-sec .certification_sidebar .download_brochure h3 {
		font-size: 20px;
	}
	
	.manpower-main-sec .certification_sidebar .relative_certificate ul li {
		font-size: 14px;
	}
	
	.manpower-main-sec .certification_sidebar .download_brochure ul li {
		font-size: 12px;
	}
	
	.manpower-main-sec .certification_sidebar .download_brochure ul li a i {
		font-size: 14px;
	}
	
	.manpower-main-sec .certification_sidebar .download_brochure ul li a span {
		font-size: 14px;
	}
	
	.main_inspection_sec .top_content h1 {
		font-size: 22px;
	}
	
	.courses-main-sec .courses-inner .courses-side-bar {
		flex: 0 0 calc(70% - 0px);
	}
	
	.courses-main-sec .section-heading h3 {
		font-size: 21px;
	}
	
	.gallery .gallery-boxes .gallery-box .image-gallery-popup .gallery-popup-inner .popup-img img {
		width: 320px;
	}
	
	.gallery .gallery-boxes .gallery-box .gallery-overlay h2 {
		font-size: 14px;
		height: 60px;
		padding: 6px 5px;
	}
	
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 350px;
	}
	
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 320px;
		height: 185px;
	}
}

@media (max-width: 405px) {
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 330px;
	}
}

@media (max-width: 407px) {
	.main_partners_pg .main_box ul li {
		width: calc(45% - 1px);
	}
	
	.main_partners_pg .top_title h3 {
		font-size: 32px;
	}
}

@media (max-width: 382px) {
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 310px;
	}
	
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 300px;
		height: 175px;
	}
	
	.main_certificate_form .contact100-form-title {
		font-size: 22px;
	}
	
	.main_certificate_form .contact100-form-title a {
		font-size: 19px;
	}
}

@media (max-width: 378px) {
	.main_partners_pg .top_title h3 {
		font-size: 30px;
	}
	
	.approval-main-sec .approval-boxes .approval-box {
		flex: 0 0 calc(47% - 10px);
	}
}

@media (max-width: 375px) {
	.main_approvals_sec .approvals_ctn_box h3 {
		font-size: 18px;
	}
	
	.main_approvals_sec .approvals_ctn_box p {
		font-size: 13px;
	}
	
	.btn.btn-primary {
		min-width: 160px;
		padding: 23px 0px;
	}
	
	.main_about_sec .about_ctn h3 {
		font-size: 32px;
	}
	
	.main_about_pg .about_ctn h3 {
		font-size: 32px;
	}
	
	.services .services-main-box .service-box .service-left .service-left-inner h3 {
		font-size: 24px;
	}
	
	.main_form_sec .inner_ctn h4 {
		font-size: 28px;
	}
	
	.main_form_sec .inner_ctn p {
		font-size: 13px;
		line-height: 1.6;
	}
	
	.main_form_sec form input[type=submit] {
		width: 35%;
		font-size: 12px;
	}
	
	.main_partners_sec .top_title h3 {
		font-size: 30px;
	}
	
	.main_offers_sec .top_title h3 {
		font-size: 30px;
	}
	
	.main_offers_sec .top_title p {
		font-size: 14px;
	}
	
	.main_certification_sec .top_title p {
		font-size: 14px;
	}
	
	.main_project_sec .top_title h3 {
		font-size: 30px;
	}
	
	.main_service_pg .top_title h1 {
		font-size: 36px;
	}
	
	.res-logo a img {
		width: 160px;
	}
	
	.inner_banner .banner_title span.breadcrumb {
		font-size: 28px;
	}
	
	.inner_banner:after {
		width: 70px;
		height: 90px;
	}
	
	.main_partners_pg .top_title h3 {
		font-size: 30px;
	}
	
	.main_partners_pg .main_box ul li img {
		width: 100px;
		height: auto;
	}
	
	.main_testimonials_pg .main_testimonials_box .count_box:before {
		top: -86px;
		left: -35px;
	}
	
	.main_certificate_form .contact100-form-btn {
		width: 50%;
	}
	
	.main_certification_pg .certification_ctn_box figure {
		height: 130px;
	}
	
	.main_certification_pg .certification_sidebar {
		width: 70%;
	}
	
	.approval-main-sec .approval-boxes .approval-box {
		flex: 0 0 calc(47% - 11px);
	}
	
	.accrediation-main-sec .accrediation-boxes .accrediation-box {
		flex: 0 0 calc(47% - 10px);
	}
	
	.main_contact_pg .social_icon li img {
		width: 25px;
	}
	
	.main_contact_pg .social_icon:before {
		width: 80px;
	}
	
	.main_contact_pg .social_icon:after {
		width: 90px;
	}
	
	.main_contact_pg .main_info_box .info_box_title h4 {
		font-size: 20px;
	}
	
	.main_contact_pg .main_info_box .flex_box span {
		font-size: 16px;
	}
	
	.main_contact_pg .main_info_box .flex_box span a {
		font-size: 15px;
	}
	
	.main_contact_pg .BranchOffice_info .flex_box span {
		font-size: 16px;
	}
	
	.main_contact_pg .BranchOffice_info .flex_box span a {
		font-size: 15px;
	}
	
	.contact1 .container-contact1 .col-lg-8 .contact100-form-title {
		font-size: 20px;
	}
	
	.main_offers_pg .top_title h3 {
		font-size: 24px;
	}
	
	.manpower-main-sec .section-heading h1 {
		font-size: 22px;
		letter-spacing: -1px;
	}
	
	.manpower-main-sec .inside-image-title:before {
		height: 100px;
	}
	
	.manpower-main-sec .certification_sidebar {
		width: 70%;
	}
	
	.main_inspection_sec .inspection_content h4 {
		font-size: 22px;
	}
	
	.courses-main-sec .courses-inner .courses-side-bar {
		flex: 0 0 calc(90% - 0px);
	}
	
	.courses-main-sec .inside-content p {
		font-size: 13px;
	}
	
	.courses-main-sec .pdf-download a p {
		font-size: 12px;
	}
	
	.gallery .gallery-boxes .gallery-box {
		flex: 0 0 calc(100% - 20px);
	}
	
	.gallery .gallery-boxes .gallery-box .image-gallery-popup .gallery-popup-inner .popup-img img {
		width: 290px;
	}
}

@media (max-width: 370px) {
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 290px;
	}
}

@media (max-width: 367px) {
	.main_partners_pg .main_box ul li {
		width: calc(44% + 2px);
	}
}

@media (max-width: 360px) {
	.main_about_sec .about_img figure {
		height: 300px;
	}
	
	.main_about_sec .about_img figure figcaption a i {
		width: 90px;
		height: 90px;
		font-size: 24px;
		line-height: 90px;
	}
	
	.main_about_sec .about_ctn p {
		font-size: 13px;
	}
	
	.main_about_sec .about_ctn a {
		font-size: 13px;
		margin-top: 55px;
	}
	
	.main_about_pg .about_img figure {
		height: 300px;
	}
	
	.main_about_pg .about_img figure figcaption a i {
		width: 90px;
		height: 90px;
		font-size: 24px;
		line-height: 90px;
	}
	
	.main_about_pg .about_ctn p {
		font-size: 13px;
	}
	
	.main_about_pg .about_ctn a {
		font-size: 13px;
		margin-top: 55px;
	}
	
	.main_approvals_sec .approvals_ctn_box h3 {
		font-size: 17px;
	}
	
	.main_approvals_sec .approvals_ctn_box p {
		font-size: 12px;
	}
	
	.main_approvals_sec .approvals_ctn_box a {
		font-size: 13px;
	}
	
	.services .services-main-box .service-box .service-right {
		height: 220px;
	}
	
	.services .top_title h3 {
		font-size: 28px;
	}
	
	.main_form_sec .inner_ctn h6 {
		font-size: 16px;
	}
	
	.main_form_sec .inner_ctn h4 {
		font-size: 26px;
	}
	
	.main_form_sec .inner_ctn p {
		font-size: 12px;
	}
	
	.main_single_team .right_cnt h3 {
		font-size: 20px;
	}
	
	.main_partners_pg .top_title h3 {
		font-size: 28px;
	}
	
	.main_partners_pg .main_box ul li {
		width: calc(44% + 2px);
	}
	
	.manpower-main-sec .inside-content p {
		font-size: 13px;
	}
	
	.main_inspection_sec .inspection_content h4 {
		font-size: 20px;
	}
	
	.courses-main-sec .pdf-download a {
		min-height: 155px;
	}
}

@media (max-width: 350px) {
	.main_certificate_form .contact100-form-title {
		font-size: 20px;
	}
	
	.main_certificate_form .contact100-form-title a {
		font-size: 18px;
	}
}

@media (max-width: 350px) {
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 280px;
	}
}

@media (max-width: 344px) {
	.main_partners_pg .main_box ul li {
		width: calc(44% + 0px);
	}
}

@media (max-width: 335px) {
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 270px;
	}
}

@media (max-width: 329px) {
	.main_partners_pg .top_title h3 {
		font-size: 26px;
	}
}

@media (max-width: 324px) {
	.main_certificate_form .contact100-form-title {
		font-size: 19px;
	}
	
	.main_certificate_form .contact100-form-title a {
		font-size: 17px;
	}
}

@media (max-width: 325px) {
	.offer-main-poppup .offer-inner-poppup .offer-image img {
		max-height: 260px;
	}
}

@media (max-width: 316px) {
	.main_about_sec .about_img figure {
		height: 250px;
	}
	
	.main_about_sec .about_img figure figcaption a i {
		width: 80px;
		height: 80px;
		font-size: 22px;
		line-height: 80px;
	}
	
	.main_about_sec .about_ctn h3 {
		font-size: 28px;
	}
	
	.main_about_sec .about_ctn p {
		font-size: 12px;
	}
	
	.main_about_sec .about_ctn a {
		font-size: 12px;
	}
	
	.main_about_pg .about_img figure {
		height: 250px;
	}
	
	.main_about_pg .about_img figure figcaption a i {
		width: 80px;
		height: 80px;
		font-size: 22px;
		line-height: 80px;
	}
	
	.main_about_pg .about_ctn h3 {
		font-size: 28px;
	}
	
	.main_about_pg .about_ctn p {
		font-size: 12px;
	}
	
	.main_about_pg .about_ctn a {
		font-size: 12px;
	}
	
	.main_approvals_sec .top_title h3 {
		font-size: 28px;
	}
	
	.main_approvals_sec .approvals_ctn_box h3 {
		font-size: 16px;
	}
	
	.btn.btn-primary {
		min-width: 150px;
		padding: 22px 0px;
	}
	
	.main_approvals_sec .approvals_ctn_box a {
		font-size: 12px;
	}
	
	.main_approvals_sec .main_box ul {
		width: 65%;
	}
	
	.services .services-main-box .service-box .service-left .service-left-inner h3 {
		font-size: 22px;
	}
	
	.services .services-main-box .service-box .service-left .service-left-inner p {
		font-size: 12px;
		line-height: 26px;
	}
	
	.services .services-main-box .service-box .service-left .service-left-inner a {
		font-size: 12px;
		padding: 16px 32px;
	}
	
	.main_form_sec form input[type=submit] {
		width: 43%;
	}
	
	.main_partners_sec .top_title h3 {
		font-size: 28px;
	}
	
	.main_service_pg .service_inner_box ul li .inner_ctn_box h3 {
		font-size: 10px;
	}
	
	.main_service_pg .service_inner_box ul li .inner_ctn_box a {
		font-size: 9px;
		padding: 4px 15px;
	}
	
	.inner_banner .banner_title span.breadcrumb {
		font-size: 26px;
	}
	
	.main_partners_pg .top_title h3 {
		font-size: 26px;
	}
	
	.main_partners_pg .main_box ul li {
		width: calc(44% + 0px);
	}
	
	.main_partners_pg .main_box ul li img {
		width: 90px;
	}
	
	.main_testimonials_pg .main_testimonials_box .count_box:before {
		top: -87px;
		left: -28px;
	}
	
	.main_certificate_form .contact100-form-btn {
		width: 55%;
		font-size: 14px;
	}
	
	.main_certification_pg .certification_ctn_box h1 {
		font-size: 16px;
	}
	
	.main_certification_pg .certification_ctn_box figure {
		height: 100px;
	}
	
	.main_certification_pg .certification_sidebar {
		width: 90%;
	}
	
	.accrediation-main-sec .accrediation-boxes .accrediation-box {
		flex: 0 0 calc(46% - 8px);
	}
	
	.approval-main-sec .approval-boxes .approval-box {
		flex: 0 0 calc(46% - 8px);
	}
	
	.main_contact_pg .social_icon:before {
		width: 65px;
	}
	
	.main_contact_pg .social_icon:after {
		width: 75px;
	}
	
	.main_offers_pg .top_title h3 {
		font-size: 24px;
	}
	
	.manpower-main-sec .section-heading h1 {
		font-size: 19px;
	}
	
	.manpower-main-sec .certification_sidebar {
		width: 90%;
	}
	
	.manpower-main-sec .inside-image-title:before {
		height: 80px;
	}
	
	.main_inspection_sec .top_content h1 {
		font-size: 20px;
	}
}

@media (max-width: 310px) {
	.main_partners_pg .main_box ul li {
		width: 100%;
	}
}

.hero-slider .slick-prev {
	z-index: 9;
	top: 61% !important;
	left: 40px !important;
}

.hero-slider .slick-next {
	top: 61% !important;
	right: 20px !important;
	z-index: 9;
}

.hero-slider .slick-prev:hover:before, .hero-slider .slick-next:hover:before {
	color: #36c142;
}

.hero-slider .slick-prev:before {
	opacity: 1;
	color: black;
	font-size: 26px;
	font-weight: 600;
}

.hero-slider .slick-next:before {
	opacity: 1;
	color: black;
	font-size: 26px;
	font-weight: 600;
}

.hero-banner {
	width: 100%;
	position: relative;
	background-size: cover;
	background-color: #203271;
}

.hero-banner.inside-banner {
	height: 50vh;
	max-height: 650px;
}

@media (max-width: 767px) {
	.hero-banner.inside-banner {
		height: 200px;
	}
}

.hero-banner.hero-banner {
	height: 120vh;
	display: table;
}

.hero-banner:before {
	top: 0;
	left: 0;
	content: "";
	width: 25px;
	height: 90%;
	position: absolute;
	border-bottom-right-radius: 15px;
	background-color: #36c142;
}

.hero-banner:after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
}

.hero-banner .banner-content {
	z-index: 11;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.hero-banner .banner-content:before {
	top: 190px;
	content: "";
	width: 220px;
	right: 220px;
	height: 294px;
	position: absolute;
	background-size: cover;
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/themes/itac-safety/images/banner_before_img11.png");
}

.hero-banner .banner-content h1 {
	padding-bottom: 10px;
	color: #203371;
	background: linear-gradient(79deg, #fff, rgba(255, 255, 255, .68));
	padding: 15px;
	line-height: 1.1;
	margin: 0;
	letter-spacing: 0px;
	width: 510px;
	max-width: 100%;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
}

.hero-banner .banner-content h6 {
	font-size: 19px;
	line-height: 1.3;
	font-weight: 400;
	color: #36c142;
	text-transform: uppercase;
}

.hero-banner .banner-content h3 {
	font-size: 19px;
	line-height: 1.3;
	font-weight: 400;
	color: #36c142;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.hero-banner .banner-content .title {
		font-size: 30px;
	}
}

@media (max-width: 1024px) {
	.hero-banner:before {
		width: 22px;
	}
	
	.hero-banner .banner-content:before {
		right: 140px;
	}
	
	.main_form_sec form .form-input-icons {
		width: 100%;
		flex: 0 0 100%;
	}
	
	.main_form_sec form .form-textarea {
		width: calc(100% - 0px);
	}
	
	.main_footer figure .main_box .footer_info .flex_box i {
		margin-right: 15px;
	}
	
	.hero-banner .banner-content {
		margin-top: 60px;
		margin-left: 10px;
	}
}

@media (max-width: 991px) {
	.hero-banner .banner-content:before {
		right: 90px;
		top: 160px;
	}
	
	.mobile-nav-btn {
		right: 4%;
	}
	
	.mobile-nav .custom-logo {
		margin: 20px auto;
	}
	
	header.ph {
		padding: 10px 0 10px 35px !important;
	}
	
	header .hoverme img {
		max-width: 160px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.hero-banner.main-slider {
		height: 90vh;
	}
	
	.mobile-nav-btn {
		right: 3%;
	}
	
	.hero-banner .banner-content h1 {
		font-size: 48px;
	}
	
	.hero-banner .banner-content h6 {
		font-size: 16px;
	}
	
	.hero-banner .banner-content h3 {
		font-size: 16px;
	}
	
	.hero-banner .banner-content:before {
		right: 90px;
		top: 100px;
		width: 220px;
		height: 280px;
	}
}

@media (max-width: 767px) {
	.hero-banner.main-slider {
		height: 80vh;
	}
	
	.hero-banner .banner-content:before {
		display: none;
	}
}

@media (max-width: 669px) {
	.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
		width: 500px;
		height: 285px;
	}
}

@media (max-width: 640px) {
	.hero-banner.main-slider {
		height: 70vh;
	}
	
	.hero-banner .banner-content h1 {
		font-size: 42px;
	}
	
	.hero-banner .banner-content h6 {
		font-size: 15px;
	}
	
	.hero-banner .banner-content h3 {
		font-size: 15px;
	}
	
	.mobile-nav-btn {
		right: 2%;
		top: 15px;
	}
}

@media (max-width: 614px) {
	.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
		width: 450px;
		height: 255px;
	}
	
	.main_about_pg .about_img figure:after {
		right: -45px;
	}
}

@media (max-width: 582px) {
	.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
		width: 430px;
		height: 245px;
	}
}

@media (max-width: 540px) {
	.hero-banner.main-slider {
		height: 55vh;
	}
	
	.hero-banner .banner-content h1 {
		font-size: 36px;
	}
	
	.hero-banner .banner-content h6 {
		font-size: 14px;
	}
	
	.hero-banner .banner-content h3 {
		font-size: 14px;
	}
	
	.hero-banner .banner-content {
		padding-left: 30px;
		padding-right: 15px;
	}
	
	.hero-banner:before {
		width: 18px;
	}
	
	.mobile-nav-btn {
		right: 3%;
		top: 15px;
	}
}

@media (max-width: 499px) {
	.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
		width: 400px;
		height: 233px;
	}
}

@media (max-width: 460px) {
	.mobile-nav-btn {
		right: 4%;
		top: 14px;
	}
	
	.hero-banner.hero-banner {
		height: 340px;
	}
	
	.services .services-main-box .service-box .service-left .service-left-inner {
		padding: 40px;
	}
	
	.services .services-main-box .service-box .service-left .service-left-inner * {
		text-align: center !important;
	}
	
	.services .services-main-box .service-box:nth-child(even) .service-left .service-left-inner {
		padding: 40px;
	}
	
	.services .services-main-box .service-box:nth-child(even) .service-left .service-left-inner a {
		float: none;
	}
	
	.counter {
		padding: 60px 0 45px;
	}
	
	.counter #counter .cell {
		justify-content: flex-start;
		max-width: 100%;
		width: 280px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	.counter #counter img {
		margin-right: 8px;
		max-width: 100px;
		height: 60px;
		object-fit: contain;
		object-position: center;
		flex: 0 0 100px;
	}
	
	.main_certification_sec .main_box ul li {
		width: 180px;
	}
	
	.main_blog_sec .main_blog_box .blog_btn, .main_blog_sec .main_blog_box .inner_ctn h4, .main_blog_sec .main_blog_box .inner_ctn p {
		text-align: center;
	}
	
	.main_blog_sec .main_blog_box .blog_btn:after {
		left: 50%;
		transform: translatex(-50%);
	}
	
	.main_blog_sec:before {
		z-index: -1;
	}
	
	.main_blog_sec .main_blog_box img {
		margin: 0 auto 30px auto;
	}
	
	.main_form_sec form {
		display: block;
	}
	
	.main_form_sec form .form-input-icons {
		width: calc(100% - 30px);
		margin: 10px auto;
	}
	
	.main_form_sec form .form-textarea {
		width: calc(100% - 30px);
		margin: 10px auto;
	}
	
	.main_form_sec form .form-submit {
		margin: 0 auto;
		float: none;
		display: block;
		width: max-content;
		padding: 13px 30px;
	}
	
	.slick-next {
		right: unset;
		top: calc(100% - 25px);
		left: calc(50% + 15px);
		transform: translateX(-50%);
		z-index: 1;
	}
	
	.slick-prev {
		right: unset;
		top: calc(100% - 25px);
		left: calc(50% - 15px);
		transform: translateX(-50%);
		z-index: 1;
	}
	
	.main_featured_sec .featured-slider .slick-prev {
		top: calc(100% - 15px);
		left: calc(50% - 15px);
		transform: translatex(-50%);
	}
	
	.main_featured_sec .featured-slider .slick-next {
		top: calc(100% - 15px);
		left: calc(50% + 15px);
		transform: translatex(-50%);
		right: unset;
	}
	
	.main_featured_sec .center_line {
		display: none;
	}
	
	.main_about_pg_ctn .why-choose-itac h3 {
		margin-top: 20px;
	}
	
	.main_footer .main_copyright {
		text-align: center;
	}
	
	.main_footer .main_copyright span {
		padding-left: 0;
	}
	
	.main_form_sec h4 {
		font-size: 26px;
		text-align: center;
	}
	
	.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
		border: 4px solid #36c142;
		padding: 5px;
		width: 370px;
		height: 215px;
	}
}

@media (max-width: 414px) {
	.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
		width: 350px;
		height: 200px;
	}
}

@media (max-width: 414px) {
	.hero-banner .banner-content h1 {
		font-size: 32px;
	}
	
	.hero-banner .banner-content h6 {
		font-size: 13px;
	}
	
	.hero-banner .banner-content h3 {
		font-size: 13px;
	}
	
	.hero-banner.main-slider {
		height: 45vh;
	}
	
	.mobile-nav-btn {
		right: 3%;
		top: 11px;
	}
	
	.hero-banner .banner-content h1 {
		letter-spacing: -2px;
	}
	
	.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
		width: 330px;
		height: 190px;
	}
}

@media (max-width: 390px) {
	.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
		width: 300px;
		height: 174px;
	}
}

@media (max-width: 375px) {
	.hero-banner .banner-content h1 {
		font-size: 28px;
	}
	
	.hero-banner .banner-content h6 {
		font-size: 12px;
	}
	
	.hero-banner .banner-content h3 {
		font-size: 12px;
	}
	
	.hero-banner.main-slider {
		height: 40vh;
	}
	
	.inner_banner:before {
		bottom: -50px;
	}
	
	.featured-sliderr {
		margin-top: 40px;
	}
}

@media (max-width: 360px) {
	.hero-banner .banner-content h1 {
		font-size: 25px;
	}
	
	.hero-banner .banner-content h1 {
		letter-spacing: -1px;
	}
	
	.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
		width: 270px;
		height: 157px;
	}
}

@media (max-width: 360px) {
	.main_about_pg .about-video-popup .about-video-inner .main-video iframe {
		width: 250px;
		height: 145px;
	}
}

@media (max-width: 316px) {
	.hero-banner.main-slider {
		height: 36vh;
	}
	
	.hero-banner .banner-content h1 {
		font-size: 23px;
	}
}

.featured-sliderr a {
	display: block;
	overflow: hidden;
}

.main_project_sec .slick-prev, .main_project_sec .slick-next {
	background: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	top: calc(100% - 35px);
}

.hero-banner.hero-banner {
	height: auto;
	display: block;
	margin-bottom: -6px;
}

.hero-banner.hero-banner .imgBox img {
	width: 100%;
	height: auto;
}

.hero-banner .banner-content {
	z-index: 11;
	position: absolute;
	display: block;
	vertical-align: middle;
	width: 100%;
	top: calc(50% + 70.5px);
	transform: translateY(-50%);
}

.hero-banner .banner-content:before {
	top: calc(50% - 55px);
	transform: translateY(-50%);
}

.hero-slider .slick-prev, .hero-slider .slick-next {
	background: #fff;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

@media ( min-width: 1440px) {
	.hero-banner .banner-content:before {
		top: calc(50% - 35px);
		transform: translateY(-50%);
		right: 250px;
	}
}

@media ( max-width: 1280px) {
	.hero-banner .banner-content {
		top: 50%;
		padding-left: 100px;
		margin-top: 70px;
	}
	
	.hero-banner .banner-content:before {
		top: calc(50% - 30px);
		width: 190px;
		right: 180px;
		height: 264px;
	}
}

@media ( max-width: 991px) {
	.hero-banner .banner-content h1 {
		font-size: 36px;
	}
	
	.hero-banner .banner-content h6 {
		font-size: 14px;
	}
	
	.hero-banner .banner-content h3 {
		font-size: 14px;
	}
	
	.hero-banner .banner-content:before {
		width: 180px;
		height: 254px;
	}
}

@media ( max-width: 560px) {
	.hero-banner .banner-content h1 {
		font-size: 24px;
	}
	
	.hero-banner .banner-content h6 {
		font-size: 12px;
	}
	
	.hero-banner .banner-content h3 {
		font-size: 12px;
	}
	
	.hero-banner.hero-banner .imgBox img {
		min-height: 320px;
		object-fit: cover;
	}
	
	.hero-banner .banner-content {
		padding-left: 30px;
	}
}

.featured-slider .featured_box {
	overflow: hidden;
}

.hero-banner .banner-content.logo-hide:before {
	display: none;
}

.hero-slider .slick-dots {
	bottom: 30px;
}

.hero-slider .slick-dots li button {
	background: #fff;
	border: 1px solid #fff;
}

.hero-slider .slick-dots .slick-active button {
	background: #203271;
	border: 1px solid #203271;
}

.sticky {
	top: 0;
	z-index: 99999 !important;
	width: 100%;
	display: table;
	padding: 0px 0 5px 0 !important;
	position: fixed !important;
	background: #fff !important;
}

.sticky .top_header {
	display: none;
}

/* .page-id-101 .sticky .main_navigation {
	margin-top: -6px;
	transition: 0.4s all;
} */
.sticky .main_navigation {
	margin-top: 22px;
	transition: .4s all;
}

.main_inspection_sec .inspection_content h2 {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #203271;
}

.main_inspection_sec .inspection_content h3 {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #203271;
}

.newsBar {
	background: #203271;
	color: #fff;
	line-height: 1;
	border-bottom: 3px solid #36c142;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 20%);
	position: relative;
	display: flex;
	align-items: center;
}

.newsBar h3 {
	position: relative;
	width: 100%;
	max-width: max-content;
	font-size: 28px;
	padding: 15px;
}

.newsBar h3 span {
	position: relative;
	z-index: 1111;
}

.newsBar h3:before {
	content: "";
	position: absolute;
	left: -30px;
	width: 280px;
	background: #36c142;
	height: 100%;
	top: 0;
	z-index: 1;
	transform: skewX(-40deg);
}

.newsBar p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

@media (max-width:767px) {
	.newsBar h3 {
		font-size: 22px;
		padding: 10px;
	}
	
	.newsBar h3:before {
		width: 200px;
	}
}

@media (max-width:416px) {
	.newsBar h3 {
		font-size: 16px;
	}
	
	.newsBar h3:before {
		width: 170px;
	}
}

.page-home .gallery .gallery-boxes .gallery-box:nth-child(n + 9) {
	display: none;
	visibility: hidden;
}

.whtsBtn {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 11111;
}

.whtsBtn img {
	transform: scale(.6);
}

.page-id-963 section {
	font-size: 16px;
}

.page-id-963 ol {
	margin: 15px 0;
}

.main_testimonials_pg .testimonialBox {
	border: 1px solid #eaeaea;
	padding: 15px;
	border-radius: 15px;
	height: 100%;
	cursor: pointer;
	transition: .4s all;
}

.main_testimonials_pg .testimonialBox:hover {
	border: 1px solid rgba(32, 50, 113, 50%);
}

.main_testimonials_pg .row {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
}

.main_testimonials_pg .row .col-lg-6 {
	margin-bottom: 30px;
}

.main_testimonials_pg .testimonialBox ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: wrap;
}

.main_testimonials_pg .testimonialBox ul li {
	font-size: 20px;
	color: #203270;
	margin-right: 6px;
}

.main_testimonials_pg .testimonialBox ul li:last-child {
	margin-right: 0;
}

.main_testimonials_pg .testimonialBox h2 {
	font-size: 20px;
	font-weight: 500;
	color: #203271;
	text-transform: uppercase;
	margin: 10px 0 15px;
	transition: .4s;
}

.main_testimonials_pg .testimonialBox:hover h2 {
	color: #36c142;
}

.main_testimonials_pg .testimonialBox h2 + span {
	font-size: 14px;
	color: #b9b9b9;
	font-weight: 400;
	margin-bottom: 4px;
	display: block;
}

.main_testimonials_pg .testimonialBox p {
	color: #203271;
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-bottom: 0px;
}

.main_featured_sec .row {
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}

.main_featured_sec .row .featured_box {
	overflow: hidden;
}

@media (max-width: 1199px) {
	header nav.pn ul li {
		padding: 3px 6px;
	}
	
	.main_approvals_sec .main_box .center_line span {
		top: 40px;
	}
	
	.main_about_sec .about_ctn {
		padding-right: 0px;
	}
	
	.main_featured_sec .center_line span {
		right: 60px;
	}
	
	.main_featured_sec .featured_box .inner_ctn {
		padding: 20px 15px;
	}
	
	.main_form_sec form .form-input-icons {
		margin-right: 7px;
	}
	
	.main_about_sec .about_img figure:after {
		display: none;
	}
	
	.main_about_sec .about_ctn p {
		text-align: left;
	}
	
	.main_approvals_sec .sec-padding {
		padding-top: 0;
	}
	
	.dots-n-arrow-v1 .slick-prev {
		left: 41.5%;
	}
	
	.main_counter .counter {
		padding: 60px 0 10px;
	}
	
	.main_counter #counter {
		display: flex;
		flex-flow: wrap;
	}
	
	.main_counter #counter .cell {
		margin-bottom: 40px;
	}
	
	.main_featured_sec .featured-slider .slick-prev {
		top: 2%;
		left: 88%;
	}
	
	.main_featured_sec .center_line span {
		right: 54px;
		height: 25px;
		top: -4px;
	}
	
	.gallery .gallery-boxes .gallery-box {
		flex: 0 0 calc(50% - 20px);
	}
	
	.main_form_sec h4 {
		padding: 0 15px;
		margin-bottom: 10px;
	}
	
	.main_form_sec .inner_ctn h4 {
		padding: 0;
	}
	
	.gallery {
		padding-top: 0;
	}
	
	.main_about_sec:before {
		display: none;
	}
	
	.main_form_sec form {
		margin: 0 15px;
	}
	
	.main_header .main_navigation nav ul .current_page_item.page-item-101 ul {
		margin-top: 2px;
		width: calc(100% - 100px);
		padding: 3px 10px;
	}
	
	.main_header .main_navigation nav ul .current_page_item.page-item-101 ul li {
		flex: 0 0 50px;
		padding: 5px 10px;
	}
	
	.main_header .main_navigation nav ul .current_page_item.page-item-101 ul li a {
		font-size: 13px;
	}
	
	.hero-banner .banner-content {
		padding-left: 0;
	}
	
	.main_inspection_sec .row {
		display: flex;
		flex-flow: wrap;
	}
	
	.gallery .gallery-boxes .gallery-box .gallery-image {
		width: 100%;
	}
	
	.gallery.custom_padd {
		padding-top: 50px;
	}
}

@media (max-width: 1120px) {
	.hero-banner .banner-content {
		padding-left: 40px;
		margin-top: 80px;
	}
}

@media (max-width: 1076px) {
	.hero-banner .banner-content {
		padding-left: 60px;
	}
}

@media (max-width: 1060px) {
	.hero-banner .banner-content {
		padding-left: 80px;
	}
}

@media (max-width: 1040px) {
	.hero-banner .banner-content {
		padding-left: 100px;
	}
}

@media (max-width: 1024px) {
	.main_header .main_navigation nav ul .current_page_item.page-item-101 ul li {
		flex: 0 0 40px;
		padding: 5px 5px;
	}
	
	.main_about_sec {
		padding: 100px 0 80px 0;
	}
	
	.main_header .main_navigation nav ul .current_page_item.page-item-101 ul li a {
		font-size: 11px;
	}
}

@media (max-width: 991px) {
	.hero-banner .banner-content {
		padding-left: 10px;
		margin-top: 45px;
	}
	
	.main_about_sec .about_ctn p {
		text-align: center;
	}
}

@media (max-width: 800px) {
	.newsBar h3 {
		font-size: 18px;
	}
	
	.newsBar h3:before {
		width: 200px;
	}
	
	.hero-banner .banner-content {
		top: 50%;
		padding-left: 100px;
		transform: translateY(0);
	}
	
	.hero-banner .banner-content h1 {
		font-size: 28px;
	}
	
	.main_about_sec .about_ctn {
		padding-top: 100px;
	}
	
	.main_about_sec .about_ctn h3 {
		font-size: 36px;
	}
	
	.services .services-main-box .service-box .service-left .service-left-inner, .services .services-main-box .service-box:nth-child(even) .service-left .service-left-inner {
		padding: 30px;
	}
}

@media (max-width: 768px) {
	.hero-banner .banner-content {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.hero-banner .banner-content {
		padding-left: 0;
	}
	
	.hero-banner .banner-content h1 {
		font-size: 24px;
	}
	
	.main_about_sec {
		padding-top: 40px;
	}
	
	.main_featured_sec .center_line span {
		display: none;
	}
	
	.main_featured_sec .featured-slider .slick-prev {
		left: 85%;
	}
	
	.main_offers_sec .main_box ul li {
		padding: 15px 12px 60px 12px;
	}
	
	.main_about_sec .about_img figure {
		height: 500px;
	}
	
	.main_approvals_sec .main_box .center_line span {
		display: none;
	}
	
	.inner_banner .banner_title span.breadcrumb {
		font-size: 18px;
	}
	
	.main_inspection_sec .top_content h1 {
		font-size: 24px;
	}
	
	.main_inspection_sec .top_content p {
		font-size: 14px;
	}
	
	.inner_banner .banner_title {
		max-width: 100%;
		overflow: hidden;
	}
	
	.hero-banner:before {
		width: 15px;
	}
}

@media (max-width: 640px) {
	.hero-banner .banner-content {
		max-width: calc(100% - 120px);
		padding-left: 60px;
	}
	
	.hero-slider .slick-dots {
		bottom: 10px;
	}
	
	.main_about_sec .about-video-popup .about-video-inner .main-video {
		max-width: 100%;
	}
	
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		max-width: 100%;
	}
	
	.inner_banner .banner_title span.breadcrumb {
		padding: 0 40px;
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.main_about_sec .about_img figure {
		height: 530px;
	}
}

@media (max-width: 540px) {
	.hero-banner .banner-content {
		padding-left: 25px;
	}
}

@media (max-width: 460px) {
	.main_form_sec form .form-textarea {
		margin-left: 15px;
	}
	
	.main_featured_sec .featured-slider .slick-next {
		top: calc(100% - 30px);
	}
	
	.main_featured_sec .featured-slider .slick-prev {
		bottom: 10px;
		top: unset;
		left: 48%;
	}
	
	.gallery .section-heading h3 {
		position: relative;
	}
	
	.main_offers_sec .main_box ul li {
		margin-bottom: 40px;
	}
	
	.main_offers_sec .main_box:before {
		display: none;
	}
	
	.featured-slider .featured_box {
		margin-bottom: 40px;
	}
	
	.main_about_sec .about_img figure {
		height: 415px;
	}
}

@media (max-width: 414px) {
	.hero-banner .banner-content {
		max-width: calc(100% - 10px);
		padding-left: 25px;
	}
	
	.hero-banner .banner-content h1 {
		font-size: 22px;
	}
	
	.newsBar h3 {
		font-size: 16px;
	}
	
	.newsBar h3:before {
		width: 175px;
	}
	
	.newsBar p {
		font-size: 14px;
	}
	
	.whtsBtn {
		bottom: 15px;
		left: 15px;
	}
	
	.main_about_sec .about_img figure {
		height: 367px;
	}
	
	.gallery .section-heading h3 {
		font-size: 34px;
	}
}

@media (max-width: 375px) {
	.main_inspection_sec .top_content h1 {
		margin-top: 40px;
	}
	
	.main_about_sec .about_img figure {
		height: 327px;
	}
	
	.gallery .gallery-boxes .gallery-box {
		flex: 0 0 calc(100% - 20px);
	}
	
	.main_about_sec .main-close-btn .main-btnn {
		width: 42px;
		height: 42px;
		font-size: 16px;
		line-height: 35px;
	}
	
	.main_approvals_sec .approvals_ctn_box p a {
		font-size: 14px;
	}
	
	.services .top_title {
		margin-bottom: 30px;
	}
	
	.gallery .gallery-boxes .gallery-box .gallery-overlay h2 {
		padding: 6px 12px;
	}
}

@media (max-width: 360px) {
	.main_about_sec .about_img figure {
		height: 307px;
	}
	
	.main_approvals_sec .approvals_ctn_box p a {
		font-size: 16px;
	}
	
	.services .top_title {
		margin-bottom: 30px;
	}
	
	.counter #counter .counter-value {
		font-size: 50px;
	}
	
	.gallery .section-heading h3 {
		font-size: 30px;
	}
	
	.main_about_sec .about_ctn h3 {
		font-size: 32px;
	}
	
	.main_about_sec .main-close-btn .main-btnn {
		width: 38px;
		height: 38px;
		top: -28px;
		right: -22px;
		font-size: 14px;
		line-height: 32px;
	}
}

@media (max-width: 345px) {
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 280px;
		height: 162px;
	}
}

@media (max-width: 330px) {
	.main_about_sec .about-video-popup .about-video-inner .main-video iframe {
		width: 270px;
		height: 155px;
	}
}

@media (max-width: 320px) {
	.hero-banner .banner-content h1 {
		font-size: 20px;
	}
	
	.main_about_sec .about_img figure {
		height: 270px;
	}
	
	.gallery .gallery-boxes .gallery-box .image-gallery-popup .gallery-popup-inner .popup-img img {
		width: 250px;
	}
}

input::placeholder, select::placeholder, textarea::placeholder {
	color: #203271;
}

.main_terms_condition {
	color: #203271;
}

.validate-input select {
	color: #203271 !important;
}

.page-manpower-consultancy .manpower-main-sec .certification_sidebar .relative_certificate {
	display: none;
}

.google-review-sec {
	padding-top: 40px;
	overflow: hidden;
}

.google-review-sec .top_title {
	text-align: center;
	margin-bottom: 55px;
}

.google-review-sec .top_title h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -2px;
	color: #203271;
}

.projetc-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single_blog_sec .inner_content ul {
	padding: 15px 0;
	padding-left: 0;
	flex-flow: wrap;
	margin-bottom: 0;
	margin-left: -20px;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 calc(100% + 20px);
}

.single_blog_sec .inner_content ul li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
	list-style-type: none;
	flex: 0 0 calc(50% - 20px);
	color: #203270;
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-bottom: 10px;
}

.single_blog_sec .inner_content ul li:before {
	content: "";
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #203270;
}

.single_blog_sec .inner_content ul li:after {
	content: "";
	top: 8px;
	left: 2px;
	width: 4px;
	height: 4px;
	position: absolute;
	transform: rotate(45deg);
	background-color: #36c142;
}

.single_blog_sec .inner_content a {
	font-size: 16px;
	width: 100%;
	align-items: center;
	margin-bottom: 10px;
	font-weight: 500;
	color: #203270;
}

.single_blog_sec .inner_content a i {
	color: #36c141;
	font-size: 22px;
	margin-right: 10px;
}

@media (max-width:991px) {
	.single_blog_sec .inner_content {
		margin-bottom: 40px;
	}
}

@media (max-width:767px) {
	.single_blog_sec .inner_content figure {
		height: 350px;
		margin-left: 0;
		margin-top: 40px;
	}
}

@media (max-width:575px) {
	.single_blog_sec .inner_content figure {
		height: 250px;
	}
}

#wpcf7-f1231-o1 p {
	width: 100%;
}

.getbrochure-sec {
	padding: 80px 0;
}

.getbrochure-sec .getbrochure-box {
	background: #203271;
	position: relative;
}

.getbrochure-sec .getbrochure-box .content {
	padding: 40px 80px;
}

.getbrochure-sec .getbrochure-box .content h1 {
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	width: 400px;
	margin: 0;
	font-size: 36px;
}

.getbrochure-sec .getbrochure-box .getbrochure-images {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-flow: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.getbrochure-sec .getbrochure-box li {
	margin: 0 15px;
	border: 1px solid #203271;
	overflow: hidden;
	transform: scale(1);
	transition: .4s all cubic-bezier(.25, .46, .45, .94);
}

.getbrochure-sec .getbrochure-box li a {
	display: block;
}

.getbrochure-sec .getbrochure-box li a img {
	max-width: 200px;
	min-height: 282px;
	object-fit: contain;
	background: #203271;
}

.getbrochure-sec .getbrochure-box li:hover {
	transform: scale(.96);
}

@media (max-width: 1024px) {
	.getbrochure-sec .getbrochure-box .content h1 {
		width: 360px;
		max-width: 100%;
	}
	
	.getbrochure-sec .getbrochure-box li a img {
		max-width: 220px;
	}
}

@media (max-width: 991px) {
	.getbrochure-sec {
		padding: 80px 0;
		margin-bottom: 40px;
	}
	
	.getbrochure-sec .getbrochure-box .content {
		padding: 40px 60px;
	}
	
	.getbrochure-sec .getbrochure-box .content h1 {
		width: 300px;
		font-size: 28px;
	}
	
	.getbrochure-sec .getbrochure-box li {
		margin: 0 1px;
		border-radius: 0;
	}
	
	.getbrochure-sec .getbrochure-box .getbrochure-images {
		right: 15px;
	}
	
	.getbrochure-sec .getbrochure-box li a img {
		min-height: 1px;
	}
}

@media (max-width: 768px) {
	.getbrochure-sec {
		padding: 0;
	}
	
	.getbrochure-sec .getbrochure-box .content h1 {
		width: 100%;
		font-size: 28px;
		text-align: center;
	}
	
	.getbrochure-sec .getbrochure-box .getbrochure-images {
		right: 15px;
		position: static;
		text-align: center;
		justify-content: center;
		transform: translate(0);
		padding-bottom: 40px;
	}
	
	.getbrochure-sec .getbrochure-box li {
		margin: 0 5px 15px;
		box-shadow: none;
	}
	
	.getbrochure-sec .getbrochure-box li a img {
		max-width: 150px;
	}
}

@media (max-width: 575px) {
	.getbrochure-sec .getbrochure-box .content {
		padding: 24px 20px;
	}
	
	.getbrochure-sec .getbrochure-box .content h1 {
		font-size: 24px;
	}
}

section.seo_pages_styles {
	background: #f5f5f5;
}

.seo_pages_style .content_box p {
	color: #203271;
	font-size: 16px;
	text-align: justify;
	font-weight: 500;
	padding-left: 0;
	padding-bottom: 10px;
}

/* FAQ   19 08 24 */
.box.acc {
	margin-bottom: 20px;
}

.box.acc .ques {
	display: block;
	padding-left: 48px;
	position: relative;
	font-size: 18px;
}

.box.acc .ques::before {
	padding: 10px;
	background-color: rgba(26, 85, 181, .3412);
	content: "+";
	position: absolute;
	left: 0;
	font-size: 20px;
	line-height: .6;
	rotate: 0deg;
	transition: .4s ease;
}

@media (max-width: 767px) {
	.box.acc .ques .ques {
		font-size: 15px;
	}
}

.box.acc.active .ques {
	color: #1a55b5;
}

.box.acc.active .ques::before {
	background-color: rgba(26, 85, 181, .3412);
	content: "-";
	color: #000;
	rotate: 180deg;
}

.box.acc.v2 {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 6px;
	background-color: rgba(250, 249, 246, .1);
	transition: .4s ease;
}

.box.acc.v2:hover {
	background-color: rgba(250, 249, 246, .25);
}

.box.acc.v2 .ques {
	display: block;
	padding-right: 48px;
	padding-left: 0px;
	position: relative;
	font-size: 20px;
	color: white;
}

.box.acc.v2 .ques::before {
	padding: 10px;
	background-color: rgba(250, 249, 246, 0);
	content: "+";
	color: #faf9f6;
	position: absolute;
	right: 0;
	left: inherit;
	font-size: 44px;
	line-height: .6;
	rotate: 0deg;
	transition: .4s ease;
	transition: .4s ease;
	top: 50%;
	translate: 0 -50%;
}

.box.acc.v2 .acc-content {
	padding-right: 20px;
	padding-top: 15px;
}

.box.acc.v2 .acc-content p {
	margin-bottom: 15px;
}

.box.acc.v2 .acc-content ul, .box.acc.v2 .acc-content ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

.box.acc.v2 .acc-content ul li, .box.acc.v2 .acc-content ol li {
	margin-bottom: 5px;
}

.box.acc.v2 .acc-content p, .box.acc.v2 .acc-content li, .box.acc.v2 .acc-content a {
	font-size: 16px;
	color: #333;
}

.box.acc.v2.active {
	background-color: #faf9f6;
	padding: 30px 10px 30px 30px;
}

.box.acc.v2.active .ques {
	color: #1a55b5;
	font-weight: 600;
}

.box.acc.v2.active .ques::before {
	content: "-";
	color: #ffbd59;
	rotate: 180deg;
	translate: -50% -50%;
}

.box.acc.active .acc-content {
	color: #203271;
	font-size: 18px;
}

@media (max-width: 767px) {
	.box.acc.v2.active {
		padding: 15px 0 15px 15px;
	}
	
	.box.acc.v2 .ques {
		font-size: 18px;
	}
	
	.box.acc.v2 .acc-content {
		padding-right: 20px;
	}
}

.popup-window .right-img {
	max-width: 250px;
	margin: 0 auto;
}

.popup-window {
	background-image: url("https://cdn-fnmeb.nitrocdn.com/OluFnupBBLfecHLGpMIWHXDejZSAGrms/assets/images/optimized/rev-e6b0ab2/www.itacsafety.com/wp-content/uploads/2025/07/Group-3944.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	overflow: visible;
	border-radius: 15px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15;
	margin: 10vh auto 0;
	background-color: rgba(255, 255, 255, .31);
	width: 800px;
	max-width: 90vw;
	display: none;
	background-blend-mode: overlay;
}

.popup-window.quote {
	padding: 0px;
}

.popup-window .closebtn {
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 30px;
	font-size: 24px;
	width: 40px;
	height: 40px;
	z-index: 222;
	text-align: center;
	transition: .6s;
	background: #fff;
}

.popup-window .closebtn:hover {
	transform: scale(1.2);
}

.popup-window.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 767px) {
	.pasdasd-form {
		padding: 30px;
	}
	
	.popup-window {
		/*     padding: 20px 0px; */
		width: 90%;
	}
	
	.popup-window .inside-window {}
}
