.normal-heading {
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0
}

.mar-top-10 {
	margin-top: 10px
}

.mar-top-15 {
	margin-top: 15px!important
}

.mar-top-20 {
	margin-top: 20px
}

.mar-top-40 {
	margin-top: 40px
}

.mar-right-10 {
	margin-right: 10px
}

.mar-right-15 {
	margin-right: 15px
}

.mar-left-10 {
	margin-left: 10px
}

.mar-left-15 {
	margin-left: 15px
}

.mar-btm-0 {
	margin-bottom: 0
}

.mar-btm-0i {
	margin-bottom: 0!important
}

.mar-btm-10 {
	margin-bottom: 10px
}

.mar-btm-20 {
	margin-bottom: 20px
}

.mar-btm-60 {
	margin-bottom: 60px
}

.mar-right-25 {
	margin-right: 25px
}

.mar-left-25 {
	margin-left: 25px
}

.mar-top-200 {
	margin-top: 200px
}

.mar-top-450 {
	margin-top: 450px
}

.no-mar-right {
	margin-right: 0!important
}

.no-mar-left {
	margin-left: 0!important
}

.no-pad-right {
	padding-right: 15px
}

@media (min-width:768px) {
	.no-pad-right {
		padding-right: 0
	}
}

.no-pad-left {
	padding-left: 15px
}

@media (min-width:768px) {
	.no-pad-left {
		padding-left: 0
	}
}

.pad-right-75 {
	padding-right: 7.5px
}

@media (max-width:768px) {
	.pad-right-75 {
		padding-right: 15px
	}
}

.pad-left-75 {
	padding-left: 7.5px
}

@media (max-width:768px) {
	.pad-left-75 {
		padding-left: 15px
	}
}

.pad-top-10 {
	padding-top: 10px
}

.pad-btm-10 {
	padding-bottom: 10px
}

.pad-btm-15 {
	padding-bottom: 15px
}

.img-center {
	display: block;
	margin: 0 auto
}

@media (max-width:768px) {
	.img-bow-center-res {
		display: block;
		margin: 0 auto
	}
}

.img-full-size {
	width: 100%
}

body {
	padding: 0;
	margin: 0;
	background-color: #10090a;
	color: #fff;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0
}

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

.btn:focus,
.btn:hover,
button:focus,
button:hover,
textarea:focus,
textarea:hover {
	box-shadow: none;
	outline-color: transparent;
	outline-offset: 0;
	outline-width: 0
}

ul.round-template {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px
}

ul.round-template li.active .icon-wrap {
	background-color: #ff9c00;
	border: solid 2px #ff9c00
}

@media (max-width:768px) {
	ul.round-template {
		text-align: center
	}
}

ul.round-template li {
	display: inline-block
}

ul.round-template li .icon-wrap {
	width: 50px;
	height: 50px;
	float: left;
	border: solid 2px #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	cursor: pointer;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px
}

ul.round-template li .icon-wrap:hover {
	background-color: #ff9c00;
	border: solid 2px #ff9c00
}

@media (max-width:1199px) {
	ul.round-template li .icon-wrap {
		width: 40px;
		height: 40px
	}
}

ul.round-template li .icon-wrap i {
	text-align: center;
	display: block;
	line-height: 47px
}

@media (max-width:1199px) {
	ul.round-template li .icon-wrap i {
		line-height: 37px
	}
}

ul.round-template li .icon-wrap i.md-size {
	font-size: 20px
}

@media (max-width:1199px) {
	ul.round-template li .icon-wrap i.md-size {
		font-size: 15px
	}
}

ul.round-template.blue-round li .icon-wrap {
	border-color: #07d0ee;
	background-color: #07d0ee;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

ul.round-template.blue-round li .icon-wrap:hover {
	opacity: .5
}

ul.round-template.green-round li .icon-wrap {
	border-color: #04ad23;
	background-color: #04ad23;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

ul.round-template.green-round li .icon-wrap:hover {
	opacity: .5
}

a {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

a:hover {
	opacity: .5;
	text-decoration: none
}

.br {
	display: block;
	height: 15px
}

img.img-100 {
	width: 100%
}

img.img-30 {
	width: 30%
}

.vid-100 {
	width: 100%;
	height: 100%
}

.md-size {
	font-size: 20px!important
}

.bold-font {
	font-weight: 600
}

.pull-top-100 {
	padding-top: 100px
}

.right-border {
	border-right: solid 1px #fff
}

.img-full {
	width: 100%;
	height: 100%;
	object-fit: cover
}

textarea.form-full {
	width: 100%;
	min-height: 200px
}

.white-link {
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	display: block
}

.white-link:hover {
	color: #fff;
	opacity: .5;
	text-decoration: none
}

.button-full {
	width: 100%
}

.button-default {
	padding: 20px 80px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin: 0 auto
}

.btn-20 {
	padding: 20px
}

.btn-pink {
	background-color: #ff367e;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.btn-pink:hover {
	color: #fff;
	background-color: #ff035d
}

.btn-purple {
	background-color: #5d57fb;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.btn-purple:hover {
	color: #fff;
	background-color: #453efb
}

.btn-green {
	background-color: #04ad23;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.btn-green:hover {
	color: #fff;
	background-color: #03941e
}

.btn-orange {
	background-color: #e68c00;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.btn-orange:hover {
	color: #fff;
	background-color: #cc7d00
}

.btn-blue {
	background-color: #07d0ee;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.btn-blue:hover {
	color: #fff;
	background-color: #06bad5
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	vertical-align: top
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: .8em;
	width: 100%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none
}

.input__field:focus {
	outline: 0
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: 700;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none
}

.icon {
	color: #ddd;
	font-size: 150%
}

.input--kohana {
	overflow: hidden;
	background: #000
}

.input--kohana i {
	font-size: 20px
}

.input--white {
	background-color: #f5f5f5;
	color: #10090a
}

.input--white .icon--kohana,
.input--white .input__label--kohana {
	color: #22263b
}

.input__field--kohana {
	width: 100%;
	background: 0 0;
	padding-left: 2.75em;
	color: #6a7989;
	font-size: 20px
}

.input__label--kohana {
	position: absolute;
	width: 100%;
	text-align: left;
	pointer-events: none;
	color: #D2D2D2;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 14px;
	padding-left: 15px;
	margin-bottom: 0;
	height: 100%;
	top: -2px
}

.input__label-content--kohana {
	display: inline-block;
	width: auto;
	-webkit-transform: translate3d(-1.75em, 0, 0);
	transform: translate3d(-1.75em, 0, 0);
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s
}

.icon--kohana {
	display: inline-block;
	margin-top: .9em;
	-webkit-transform: translate3d(-2em, 0, 0);
	transform: translate3d(-2em, 0, 0);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}

.input--filled .input__label-content--kohana,
.input__field--kohana:focus+.input__label--kohana .input__label-content--kohana {
	opacity: 0;
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0)
}

.icon--kohana,
.input--filled .input__label-content--kohana,
.input__field--kohana:focus+.input__label--kohana .input__label-content--kohana,
.input__label-content--kohana {
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.input--filled .icon--kohana,
.input__field--kohana:focus+.input__label--kohana .icon--kohana {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.burger-icon {
	float: right;
	width: 25px;
	margin-left: 10px
}

.burger-icon .strip-icon {
	height: 4px;
	background-color: #fff;
	margin: 5px 0;
	border-radius: 10px
}
 label.error {
            position: relative;
            bottom: 3px;
            font-size: 12px;
            color: #e60d0d;
        }
        .subscribe_form {
          max-width: 470px;
          width: 100%;
          margin: 0 auto;
          box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
        }
        .subscribe_form input
        {
            padding-left: 15px;
        }
        .subscribe_form:focus {
          outline: none;
        }
        .subscribe_form .form-control {
          border: none;
        }
        .subscribe_form .form-control:focus {
          box-shadow: none;
        }
        .subscribe_form input {
          height: 44px;
        }
        .subscribe_form .subbtn {
          border: none;
          height: 44px;
          background-color: #0ed085;
          color: #fff;
          margin: -1px;
          border-radius: 0;
          width: 135px;
          text-transform: uppercase;
          position: relative;
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
        }
        .subscribe_form .subbtn:hover, .subscribe_form .subbtn:focus, .subscribe_form .subbtn:active, .subscribe_form .subbtn:visited {
          color: #fff;
          background-color: rgba(14, 208, 133, 0.77);
          outline: none;
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
        }
        .subscribe_form .subbtn:hover:before, .subscribe_form .subbtn:focus:before, .subscribe_form .subbtn:active:before, .subscribe_form .subbtn:visited:before {
          background-color: rgba(14, 208, 133, 0.77);
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
        }
        .subscribe_form .subbtn:before {
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          height: 1px;
          background-color: #0ed085;
          width: 100%;
          transition: all ease 0.3s;
          -webkit-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          -ms-transition: all ease 0.3s;
        }
        .subscribe_form .input-group-btn:last-child > .btn, .subscribe_form .input-group-btn:last-child > .btn-group {
          z-index: 2;
          margin-left: 0px;
        }
        
        .mailrply
         {
    background: #dcdbdb;
    height: 40px;
    padding: 6px 20px;
    text-decoration: none;
    color: #000;
}
  