html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Poppins', sans-serif;
}
.main {
	background: linear-gradient(180deg, rgba(50, 50, 50, 0.72), rgba(50, 50, 50, 0.7)),url(/Content/landimages/banner_home.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 90vh;
	padding-top: 95px;
	padding-bottom: 50px;
	border-radius: 0 0px 50px 50px;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 10px 0;
}

.navbar-brand span {
	text-transform: uppercase;
	font-size: 27px;
	display: inline-block;
	color: #ffe100;
	font-family: 'Patua One', cursive;
}
.navbar-brand img {
	width: 57px;
	margin-right: 9px;
	transition: 0.6s ease all !important;
}


.mc {
	color: #ffe100;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	margin: 0 11px;
	padding: 7px 3px;
	transition: 0.3s ease all !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #ffe100;
}
.hvr-underline-from-center:before {
	background: #ffe100;
	height: 2px;
}


.btn-warning.nav-link {
	color: black !important;
	padding: 6px 16px !important;
}
.btn-warning.nav-link i {
	font-size: 15px;
	padding-right: 5px;
}

.btn-warning {
	background: #ffe100 !important;
	border-color:  #ffe100 !important;
	transition: 0.3s ease all !important;
}
.btn-warning:hover {
	/*background: #cfb806;*/
	/*border-color:  #cfb806;*/
	transform: scale(1.1);
}

.main_content h1 {
	color: white;
	text-transform: uppercase;
	margin: 0;
	font-size: 46px;
	font-weight: 600;
}
.main_content hr {
	border-top: 4px solid #ffe100;
	max-width: 75px;
}
.main_content p {
	color: white;
	max-width: 700px;
	margin: auto;
	font-size: 17px;
}

.main_cta {
	margin-top: 15px;
}
.main_cta a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 17px;
	padding: 7px 30px;
}

.section {
	padding: 60px 0;
}

.title {
	margin-bottom: 30px;
	text-align: center;
}
.title h1 {
	margin: 0;
	font-size: 33px;
	font-weight: 600;
}
.title hr {
	border-top: 4px solid #ffe100;
	max-width: 75px;
	margin: 15px auto;
}
.title p {
	/* max-width: 400px; */
	margin: auto;
	font-size: 15px;
}

.features_main {
    background: white;
    padding: 25px 25px;
    box-shadow: 0 8px 20px #e3e3e3;
    border-radius: 5px;
    min-height: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease all !important;
    border: 2px solid transparent;
    margin: 15px 0;
}
.features_content {

}
.features_content img {
	max-width: 160px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}
.features_content h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.features_content p {
	margin: 0;
	text-align: center;
	font-size: 14px;
}

.features_main:hover {
	border: 2px solid #ffe100;
}

























.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 0;
}
.pricing-item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}
.pricing-action {
	color: inherit;
	border: none;
	background: none;
}
.pricing-action:focus {
	outline: none;
}

.pricing-feature-list {
	text-align: left;
}

.pricing-palden .pricing-item {

	cursor: default;
	color: #84697c;
	background: #fff;
	box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
	border-radius: 20px 20px 10px 10px;
	margin: 1em;
}

@media screen and (min-width: 66.25em) {
	.pricing-palden .pricing-item {
		margin: 1em -0.5em;
	}

	.pricing-palden .pricing__item--featured {
		margin: 0;
		z-index: 10;
		box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
	}
}
.pricing-palden .pricing-deco {
	border-radius: 10px 10px 0 0;
	background: rgb(228, 228, 228);
	padding: 4em 0 11em;
	position: relative;
}

.featured_pricing {
	background: rgb(255, 225, 0) !important;
}
.pricing-palden .pricing-deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
}
.pricing-palden .pricing-title {
	font-size: 15px;
	margin: 0;
	text-transform: uppercase;
	color: #000;
}
.pricing-palden .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px, 0, 0);
	transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
	font-size: 2.5em;
}
.pricing-palden .pricing-price {
	font-size: 51px;
	font-weight: bold;
	padding: 0;
	color: #000;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}
.pricing-palden .pricing-currency {
	font-size: 15px;
	vertical-align: top;
}
.pricing-palden .pricing-period {
	font-size: 12px;
	padding: 0;
	font-style: italic;
}
.pricing-palden .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: -60px;
	position: relative;
	z-index: 8;
}
.pricing-palden .pricing-feature {
	padding: 8px 0;
}
.pricing-palden .pricing-action {
	font-weight: bold;
	margin: auto 3em 2em 3em;
	padding: 1em 2em;
	color: #000;
	border-radius: 30px;
	background: #4d4766;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
	background-color: #100A13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
	padding: 5em 0 8.885em 0;
}

.cta_anc {
	padding: 15px 15px;
}

.cta_anc a:hover {
	transform: unset;
}

.btn {
	border-radius: 80px;
	padding: 8px 18px;
}







.accordion {
	list-style:none;
	margin:0;
	padding:0;

}
.accordion li+li::before {
	content: normal
}

.accordion p {
	margin-top: 0
}
.accordion-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 15px;
	cursor: pointer;
	color: #202932;
	font-weight: 500;
	border-left: 5px solid #ffe100;
	background: white;
	box-shadow: 0 0 5px #eaeaea;
	font-size: 16px;
}
.accordion-title span {
	width: calc(100% - 32px)
}
.accordion li {
	margin-bottom: 5px;
}
.accordion-body {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height .15s ease-in-out, opacity .15s
}

.is-open .accordion-body {
	opacity: 1
}

.accordion-body p:last-child {
	margin-bottom: 0;
	padding: 15px 15px;
	font-size: 15px;
}

.accordion-icon {
	position: relative;
	width: 16px;
	height: 16px
}

.accordion-icon::before,
.accordion-icon::after {
	content: '';
	position: absolute;
	background-color: #00095b;
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.accordion-icon::before {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px
}

.accordion-icon::after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px
}

.is-open .accordion-icon {
	cursor: pointer
}

.is-open .accordion-icon::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.is-open .accordion-icon::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}


.ss_content img {
	margin-bottom: 15px;
	display: block;
}
.ss_content h3 {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ffe100;
}


footer {
	padding: 15px 0;
	background: #222;
	color: white;
}

.footer_content p {
	margin: 0;
	font-size: 14px;
}
.footer_content a {
	color: white;
	transition: 0.2s ease all !important;
	padding: 0 8px;
}
.footer_content a:hover {
	color: #ffe100 !important;
	text-decoration: none;
}

.simplefooter {
    position:fixed;
    bottom:0px;
    width:100%;
}

.simpleform {
    margin-top: auto;
    margin-left: 25%;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 60px;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.428571429;
    color: #333333;
}

.form-title {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

h2.form-title {
    font-weight: 700;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
}

h5.form-title {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size:15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.control-label {
    text-align:right;
    padding-top:7px;
    margin-top:0px;
    margin-bottom:0px;
    display: inline-block;
    font-weight: bold;
    box-sizing:border-box;
}

.form-control {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image: none;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
}

.form-control::placeholder {
    color: #999;
}

.form-control::selection {
    text-shadow: none;
    background: #fed136;
}

.simplebutton {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    user-select: none;
}

.simplebutton.disabled, .simplebutton:disabled {
    color: #fff;
    background-color: #999;
    border-color: #999;
    pointer-events:none;
}

.simplebutton:hover,
.simplebutton:focus,
.simplebutton:active,
.simplebutton.active,
.open .dropdown-toggle.simplebutton {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.expl_video {
    overflow: hidden;
    position: relative;
    height: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    min-height: 315px;
    max-height: 320px;
}

    .expl_video iframe {
        left: 0;
        top: 0;
        height: 100%;
        max-height: 315px;
        width: 100%;
        max-width: 560px;
        position: absolute;
    }

    .expl_video:hover {
        cursor: pointer;
        border: 2px solid #ffe100;
    }

.youtube {
    max-width: 50%;
}

.login-links a {
    font-size: 16px;
    color: black;
    outline: 0;
    box-sizing: border-box;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.428571429;
}

.affix {
    position: fixed;
    width: 100%;
    background: #222222;
    transition: 0.5s ease all;
    box-shadow: 0px 3px #ffd41f;
    -webkit-animation: animatenav 1s infinite;
    animation: animatenav 1s infinite;
    animation-iteration-count: 1;
    padding: 0;
    z-index: 9999;
}

.simpleheadbar {
    position:static;
    width: 100%;
    background: #222222;
    transition: 0.5s ease all;
    box-shadow: 0px 3px #ffd41f;
    padding: 0;
}

/*.affix .navbar-dark .navbar-nav .nav-link{
	color: black !important;
}*/

/* Safari 4.0 - 8.0 */
@-webkit-keyframes animatenav {
	0%   {top: -100%;}
	50%  {top: -50%}
	100% {top: 0;}
}

/* Standard syntax */
@keyframes animatenav {
	0%   {top: -100%;}
	50%  {top: -50%}
	100% {top: 0;}
}


.navbar-default .nav-item .nav-link:hover {
	color: #fcd844;
}
a.nav-link.hvr-underline-from-center.active {
    color: #ffe100 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffe100;
    background-color: #4c5667;
    border-color: #dee2e6 #dee2e6 #fff;
}

.op_header {

}
.op_main {
    height: 45vh;
}

.op_content u {
    color: #000000;
    /*font-weight: 500;*/
    text-transform: uppercase;
    /*font-weight: 600;*/
}
.op_content span {
	/*color: red;*/
}

.op_content p {
	font-size: 14px;
}
.op_content2 * {
	font-size: 14px;
}

.op_content2 {

}
.op_content2 hr {
    border-top: 1px solid #d6d6d6;
    margin: 51px 0;
}
.op_content2 a {
    color: black;
    font-size: 15px;
}
.op_content2 h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 27px;
}

.op_content2 strong {
	font-weight: 600;
}


.animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.tablink {
    font-size: 30px;
}