@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*** GENERIC CSS ***/
html,body {
	height: 100%;
}

body {
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	color: #555555;
}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #555555;
}

a:hover {
	text-decoration: none;
	color: #24a9e2;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a, button,div {
	color:#0E0E0E;
	font-family: 'Inter', sans-serif;
}

h1 {
	font-size:50px;
	line-height: 1.5;
}

h2 {
	font-size: 48px;
	line-height: 1.4;
}

h3 {
	font-size:35px;
	line-height: 1.5;
}

h4 {
	font-size:27px;
	line-height: 1.5;
}

h5 {
	font-size:24px;
	line-height: 1.5;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 400;
	color: #000000;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.visible-xs {
	display: none;
}

.btn-default {
	position: relative;
	line-height: 46px;
	border-radius: 0px;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 25px;
	min-width: 160px;
	color: #fff;
	transition: all .5s;
	border: 1px solid #000000;
	background: #000000;
	overflow:hidden;
	display:inline-block;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	font-size: 16px;
}

.btn-default:hover, .btn-default.active {
	color:#fff;
	background: #CC3333;
	box-shadow: 4px 4px 0px #000000;
}

.btn-default.black-btn {
	border-color:#000;
	color:#000;
}

.btn-default.black-btn:hover,
.btn-default.black-btn.active {
	background:#000;
	color:#fff;
}

.btn-default.black-btn.active:hover {
	background: #fff;
	border-color: #000;
	color: #000;
}


.underlined {
	position: relative;
	display: inline-block;
}

.underlined::after {
	content:'';
	width:100px;
	background:#134db8;
	height: 4px;
	position:absolute;
	top:100%;
	left: 0%;
}

ul.bulleted {
	margin: 30px 0px 40px 0px;
	padding: 0px 0px 0px 25px;
	display: block;
}

ul.bulleted li {
	margin:0px 0px 15px 0px;
	list-style: none;
	position: relative;
}

ul.bulleted li:before {
	color: #d61616;
	speak: none;
	font:normal normal normal 20px/1 FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	position: absolute;
	left:-25px;
	top: 2px;
}

.section-title h6 {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #0E0E0E;
	position: relative;
	padding-bottom: 25px;
}

.section-title h6:before {
	content:'';
	width: 80px;
	height: 2px;
	background: #F7921C;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-title.center h6:before {
	left: 50%;
	margin-left: -40px;
}

.section-title h2 {;
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	color: #000000;
}

.section-title p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #0E0E0E;
}

.section-title.white h2, .section-title.white h6, .section-title.white p {
	color: #fff;
}

.section-title.white p {
	color: rgba(255,255,255,0.7);
}

.bg-red {
	background: #d61616;
}

.white-text {
	color: #fff !important;
}

.ob-cover {
	object-fit: cover;
}

/*** HEADER ***/
.header {
	padding: 0px 0px;
	background: #F7FFD7;
}

.header.active .navbar-nav .socials a {
	color:#000;
}

.header.active .navbar-nav .nav-link:after,
.header.active .navbar-nav .nav-link:before,
.header.scrolled .navbar-nav .nav-link:after,
.header.scrolled .navbar-nav .nav-link:before {
	border-color:#000;
}

.header .logo img {
	max-height: 78px;
	margin-right: 15px;
	/* filter: brightness(0) invert(1); */
}

.header.scrolled .logo img {
	filter: none;
}

.header.active {
	background: #fff;
}

.black-logo {
	display: none;
}

.navbar {
	padding:0;
	border-bottom: 1px solid #000000;
}

.navbar-nav li.dropdown:hover .dropdown-menu {
	display: inline-block;
}

.navbar-nav .nav-link {
	color: #0E0E0E;
	font-weight: 400;
	font-size: 16px;
	color:rgba(0, 0, 0, 0.7);
	line-height: 32px;
	position: relative;
	transition: all .3s;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0px;
}   

.navbar-nav .dropdown-menu {
	left: -20px;
	top:99%;
	min-width: 200px;
	padding:0px;
	background: #dddddd;
	border:none;
	border-radius:0;
	padding: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.18);
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
	margin-top: 0;
}

.navbar-nav .socials {
	display: flex;
	align-items: center;
}

.navbar-nav li {
	margin: 0px 12px;
}

.navbar-brand {
	padding-top: 0px;
	padding-bottom: 0;
}

.dropdown-item {
	padding: 5px 0px;
	color: #000;
	font-size:14px;
	transition:all .3s;
	text-transform: capitalize;
}

.dropdown-item:before {
	content: '';
	height: 2px;
	width: 0px;
	margin-right: 10px;
	background: #d61616;
	display: inline-block;
	vertical-align: middle;
	transition:all .3s;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
	background:none;
	color: #d61616;
}

.dropdown-item:hover:before {
	width: 14px;
}

.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item.active .nav-link {
	color: #000 !important;
	font-weight: 700;
}

.navbar-nav .nav-item .nav-link.bt {
	line-height: 40px;
	padding: 0px 0px;
	width: 134px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	background: #000;
	margin: 0;  
}

.navbar-nav .nav-item .nav-link.bt:hover {
	background: #f48221;
	color:#fff !important;
}

.header .rt li {
	margin:0px 5px;
}

/*** PRELOADER ***/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999;
}

.preloader .lds-ripple {
	position: relative;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
	position: absolute;
	border: 2px solid #134db8;
	opacity: 1;
	border-radius: 0;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}


/*** banner ***/
.banner {
	background: #F7FFD7;
	padding: 60px 0px 0px 0px;
	position: relative;
}

.banner .al {
	position: absolute;
	bottom: 30px;
	left: 0;
}

.banner .psr {
	padding-bottom: 200px;
}

.banner .mainimg img {
	max-width: 123%;
	position: relative;
	left: -19%;
	margin-top: 36px;
}

.banner .img img {
	margin-top: 120px;
}

.lables a {
	display: inline-block;
	text-align: center;
	padding: 4px 15px;
	background: #B8D547;
	border: 1px solid #000000;
	font-weight: 600;
	font-size: 14px;
	line-height: 27px;
	color: #000000;
	margin-right: 5px;
}

.lables a:hover,
.lables a.active {
	box-shadow: 2px 2px 0px #000000;
}

.banner h2 {
	font-weight: 500;
	font-size: 64px;
	font-size: 54px;
	line-height: 1.1;
	color: #000000;
	margin: 35px 0px 15px 0px;
}

.banner p {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 45px;
	width: 85%;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.banner .owl-item img {
	opacity: .5;
}

.banner .owl-item img:hover {
	opacity: 1;
}

/*** footer ***/
.footer {
	background: #111111;
	padding-top: 60px;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 35px 0px 0px 0px;
	display: inline-block;
	width: 100%;
}

.footer ul li {
	display: inline-block;
	margin: 0 30px;
}

.footer ul li a {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.footer a:hover {
	opacity: .8;
}

.footer .copyright {
	border-top: 1px solid #B8D547;
	margin-top: 40px;
	padding: 15px 0px;
}

.footer .copyright p {
	font-weight: 400;
	font-size: 16px;
	color:rgba(255,255,255,0.7);
}

.footer .copyright p a {
	color:rgba(255,255,255,0.7);
}

.footer .copyright p a {
	display: inline-block;
	margin-left: 40px;
}

/*** coding-limits ***/
.coding-limits {
	background: #B8D547;
	padding: 80px 0px 65px 0px;
}

.coding-limits .b-right {
	border-right: 1px solid #000000;
}

.coding-limits .mts {
	margin-top: 60px;
}

.coding-limits .mts h4 {
	font-weight: 600;
	font-size: 64px;
	color: #000000;
	margin-bottom: 0;
	line-height: 1.3;
}

.coding-limits .mts p {
	margin-top: 0;    
}

/*** several-reasons ***/
.several-reasons {
	padding: 80px 0px;
}

.several-reasons .item {
	padding: 15px;
	width: 320px !important;
}

.ordbox {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.8);
	padding: 25px 16px 20px 16px;
}

.ordbox h3 {
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 15px;
}

.ordbox p {
	font-weight: 400;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 30px;
	min-height: 98px;
}

.ordbox.month {
	background: #B8D547 url(../img/vector-white.png) bottom left no-repeat;
	border: 1px solid #000000;
	box-shadow: 4px 4px 0px #000000;
}

.ordbox.month h3 {
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-top: 45px;
}

.ordbox.assit {
	background: #F1D547;
	border: 1px solid #000000;
	box-shadow: 4px 4px 0px #000000;
	padding-top:174px;
}

.ordbox.assit h3 {
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #CC3333;
	margin-top: 5px;
}

.ordbox.assit .alvec {
	position: absolute;
	top: 20px;
	left: -18px;
}

.several-reasons .item.wid {
	width: 570px !important;
}

.ordbox.bnow {
	background: #F7FFD7;
	border: 1px solid #000000;
	box-shadow: 4px 4px 0px #000000;
	padding: 10px 80px 5px 40px;
}

.ordbox.bnow h3 {
	font-weight: 600;
	font-size: 64px;
	color: #000000;
	line-height: 1.1;
}

.ordbox.bnow h3 span {
	background: #B8D547;
	border: 1px solid #000000;
	display: inline-block;
	padding: 0px 4px;
}

.ordbox.bnow .arr {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.shadowstyle {
	position: relative;
}

.shadowstyle:before {
	content: '';
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 0) 104.26%);
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 100%;
	z-index: 99;
}

.shadowstyle:after {
	content: '';
	background: linear-gradient(275deg, rgba(255, 255, 255, 1) 37%, rgba(255, 255, 255, 0) 86.26%);
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	height: 100%;
	z-index: 99;
}


/*** codeeasy ***/
.codeeasy {
	padding: 60px 0px 0px 0px;
}

.btn-read {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}

.btn-read.white {
	color:#fff;
}

.btn-read img {
	margin-left: 10px;
}

.codeeasy .al {
	position: relative;
	left: -45px;
	margin-top: 30px;
}

/*** banner ***/
.prefect-match {
	background: #B8D547;
	padding: 80px 0px 65px 0px;
}

.prefect-match .al {
	position: absolute;
	top: 0;
	left: -100px;
}

.toggle.btn {
	display: inline-block;
	float: right;
	position: absolute;
	right: -50px;
	top: 20px;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; }
.toggle.ios .toggle-handle { border-radius: 20rem; }


.toggle.btn {
	background: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 46.2404px;
	width: 55px !important;
	height: 25px !important;
	padding: 0;
	min-height: inherit;
}

.toggle.btn:hover,
.toggle.btn:focus {
	background: #FFFFFF;
	border: 2px solid #000000;
}

.toggle.btn .toggle-group {
	width: 100%;
}

.toggle.btn .toggle-group label {
	display: none;
}

.toggle.ios .toggle-handle {
	border-radius: 50%;
	background: #F1D547;
	border: 2px solid #000000;
	padding: 0;
	width: 20px;
	height: 20px;
	left: 35px;
	margin-top: -4.3px;
	position: relative;
}

.toggle.btn .toggle-group {
	width: 100%;
	text-align: left;
}

.toggle.btn.btn-light, .toggle.btn.btn-outline-light {
	border: 2px solid #000000;
}

.toggle.btn.off .toggle-group {
	left: -34px;
}
.toggle.btn.off {
	background: #000;
}

.toggle.btn.off .toggle-handle {
	background: #F1D547;
	border: 2px solid #000;
}

.pricbox {
	background: #B8D547;
	border: 1px solid #000000;
	padding: 30px;
	margin-bottom: 20px;
}

.pricbox h6 {
	font-weight: 600;
	font-size: 18px;
	color: rgba(0, 0, 0, 1);
}

.pricbox h4 {
	font-weight: 600;
	font-size: 64px;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 0px;
	margin-top: 25px;
}

.pricbox h4 span {
	font-weight: 600;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.7);
}

.pricbox h5 {
	font-weight: 400;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.7);
}

.pricbox .btn-default {
	width: 100%;
}

.pricbox p {
	font-weight: 400;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	min-height: 240px;
}

.pricbox hr {
	border-top: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 25px;
}

.pricbox.middle {
	background: #F7FFD7;
	border: 1px solid #000000;
	box-shadow: 4px 4px 0px #000000;
}

/**/

.switch {
	position: relative;
	display: inline-block;
	background: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 46.2404px;
	width: 55px;
	height: 25px;
	padding: 0;
	min-height: inherit;
	display: inline-block;
	float: right;
	position: absolute;
	right: -50px;
	top: 20px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1e2321;
	-webkit-transition: 0.4s;
	transform: translate(0px, 0px);
	transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
	position: absolute;
	content: "";
	left: 4px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
	background: #F1D547;
	border: 2px solid #000000;
	padding: 0;
	width: 19px;
	height: 19px;
	margin-top: -4.3px;
}

input:checked + .slider {
	background-color: #fff;
}
input:focus + .slider {
	box-shadow: 0 0 1px #fff;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}


/**/
.develop-games {
	background: #111111;
	padding: 60px 0px;
}

.develop-games {
	background: #111111;
	padding: 80px 0px;
}

.read-user {
	padding: 60px 0px;
}

.read-user h2 {
	margin-top: 20px;
	margin-bottom: 50px;
}

.read-user .brd {
	border: 1px solid #000000;
	padding: 35px 30px 40px 30px;
	background: #fff;
}

.read-user .stars {
	color: #CC3333;
	font-size: 20px;
}

.read-user .stars i {
	margin-right: 5px;
}

.read-user h4 {
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	margin: 15px 0px 20px 0px;
}

.read-user p {
	font-size: 16px;
	color:rgba(0, 0, 0, 0.7);
	margin-bottom: 35px;
}

.read-user .user {
	display: flex;
	align-items: center;
}

.read-user .user>img {
	margin-right: 15px;
}

.read-user .user h5 {
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	margin-bottom: 0;
}

.read-user .user h5 span {
	font-weight: 400;
	color:rgba(0, 0, 0, 0.7);
}

.read-user .al {
	position: absolute;
	top: -110px;
	right: -100px;
}
.read-user .owl-theme .owl-dots .owl-dot span {
	width: 56px;
	height: 2px;
	background: #141414;
	opacity: 0.3;
	border-radius: 0px;
	margin: 5px 11px;
}


.read-user .owl-theme .owl-dots .owl-dot.active span,
.read-user .owl-theme .owl-dots .owl-dot:hover span {
	background: #141414;
	opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
	overflow: hidden;
	text-indent: -99999px;
	display: inline-block;
}

.owl-carousel .owl-nav button.owl-prev {
	display: inline-block;
	width:28px;
	height:32px;
	background: url(../img/arrow-left.png) 50% 50% no-repeat;
	background-size:cover;
	overflow: hidden;
	float: left;
	margin-left: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover {
	background: url(../img/arrow-left.png) 50% 50% no-repeat;
	background-size:cover;
}

.owl-carousel .owl-nav button.owl-next {
	display: inline-block;
	width:28px;
	height:32px;
	background: url(../img/arrow-right.png) 50% 50% no-repeat;
	background-size:cover;
	overflow: hidden;
	float: right;
	margin-right: 0;
}

.owl-carousel .owl-nav button.owl-next:hover {
	background: url(../img/arrow-right.png) 50% 50% no-repeat;
	background-size:cover;
}

.read-user .owl-theme .owl-dots {
	margin-top: 32px;
}

.read-user .owl-theme .owl-nav {
	margin-top: 20px;
}

.faq { 
	background: #F7FFD7;
	padding: 95px 0px 100px 0px;
	overflow: hidden;
	position: relative;
}

.faq .al1 {
	position: absolute;
	top: -40px;
	right: -20px;
}

.faq .al2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.faq .section-title h2 {
	margin-bottom: 40px;
}

.faq .card {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.accordion>.card>.card-header {
	background: none;
	border: none;
	padding: 0; 
	margin: 0;
}

.faq .card-header button {
	border-bottom: 1px solid #000000;
	padding: 18px 0px;
	border-radius: 0px;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	border-color:transparent;
}

.faq .card-header button:hover,
.faq .card-header button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.faq .card-body {
	border-bottom: 1px solid #000000;
	padding: 0px 0px 20px 0px;
}

.faq .card-header button.collapsed {
	border-bottom: 1px solid #000000;
}

.faq .card-header button img {
	position: absolute;
	top: 28px;
	right: 0px;
}

.faq .card-header button img.black {
	display: none;
}

.faq .card-header button.collapsed img.black {
	display: block;
}

.faq .card-header button.collapsed img.red {
	display: none;
}

.trial-download {
	background: #B8D547 url(../img/img-grid.png) bottom right no-repeat;
}

.trial-download .img img {
	margin-top: -50px;
	margin-right: -180px;
}

.trial-download .section-title p {
	font-size: 16px;
	line-height: 30px;
	color:#000;
}


.trial-download .al1 {
	position: absolute;
	top: -43px;
	left: -54px;
	max-height: 75px;
}

.trial-download .prs {
	position: relative;
	top: 0;
	right: -70px;
}

.modalinfo .modal-content {
	border: none;
	border-radius: 0px;
	padding: 0;
}

.modalinfo .modal-body {
	padding: 30px 32px 40px 32px;
	background: #F7FFD7;
	border: 1px solid #000000;
	box-shadow: 4px 4px 0px #B8D447;
}

.modalinfo form {
	display: inline-block;
	width: 100%;
}

.modalinfo h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.3;
	color: #000000;
}

.modalinfo p {
	font-weight: 400;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 30px;
}

.modalinfo .close {
	position: absolute;
	top: 0;
	right: -60px;
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 40px;
	height: 40px;
	opacity: 1;
	color: #000;
	font-weight: 400;
	font-size: 35px;
	text-align: center;
}

.modalinfo .close span {
	top: -2px;
	position: relative;
}

.modal-dialog {
}

@media (min-width: 770px) {
	.modal-dialog {
		max-width: 770px;
		margin: 1.75rem auto;
	}
}

.form-control {
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 12px 24px;
	height: 48px;
	font-size: 16px;
	font-weight: 400;    
	color: rgba(0, 0, 0, 1);
	margin-bottom: 24px;
	border-radius: 0px;
	outline: none !important;
	box-sizing: none !important;
}

input::-webkit-input-placeholder ,
textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

textarea.form-control {
	height: 140px;
}

.check label {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}

.check label input {
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
	width: 16px;
	height: 16px;
	left: 0px;
	background: #FFFFFF;
	border: 1px solid #000000;
	appearance: none;
	position: relative;
}

.check label input:checked:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #CC3333;
	position: relative;
	top: -5px;
	font-size: 11px;
	left: 2px;
}

.modalinfo .btn-default {
	min-width: 104px;
}

.modalinfo .ar {
	position: relative;
	margin-left: 20px;
	top: -10px;
}


input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

section.page-banner {
	background: #f7ffd7;
	padding: 120px 0px;
}

section.page-banner h2 {
	font-weight: 500;
	font-size: 54px;
	line-height: 1.1;
	color: #000000;
}
ul#privacy-menu{
	margin-top:0px;
}

.footer ul#privacy-menu li a {
	color: rgba(255,255,255,0.7);
}

.footer ul#privacy-menu li:last-child{
	margin-right:0px;
}

.navbar-nav {
	align-items: center;
}

.gt_switcher {
	width: 126px !important;
	position: relative!important;
	overflow: visible !important;
}

.gt_switcher .gt_option {
	position: absolute!important;
	top: 100%!important;
}

.gt_switcher .gt_option,
.gt_switcher .gt_option:hover {
	background: #f48221 !important;
	width: 123px !important;
}

.gt_switcher .gt_selected a,
.gt_switcher .gt_selected a:hover {
	border: 1px solid #f48221 !important;
	background: #f48221 !important;
	color: #fff !important;
	width: 112px !important;
	padding: 7px 5px !important;
}

.gtranslate_wrapper {
    margin-right: 5px;
}

.gtranslate_wrapper a:first-child {
    border: none;
}

.gtranslate_wrapper a {
    border-left: 1px solid #606060;
    margin-right: -3px;
    font-size: 15px;
    min-width: 37px;
    display: inline-block;
    line-height: 18px;
}

.gtranslate_wrapper a:hover {
    color: #000;
    font-weight: bold;
}