/*
Theme Name: Component Blox Child Theme
Author: Component Blox
Description: Bootstrap Component Blox Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/

* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
body {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.display-2 {
	color: #000;
    font-size: 40px;
    line-height: 48px;
    margin: 25px 0;
}
.display-3 {
	color: #000;
    font-size: 32px;
    line-height: 36px;
    margin: 25px 0;
}
.display-4 {
	color: #000;
    font-size: 24px;
    line-height: 30px;
    margin: 15px 0;
}
a {
	color: #81c458;
}
.btn {
	font-size: 12px;
    font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
    border-radius: 20px;
	padding: 10px 14px;
}
.btn-lg {
	position: relative;
	min-width: 200px;
	font-size: 16px;
    font-weight: 600;
    border-radius: 28px;
    padding: 12px 29px 12px 59px;
}
.btn-primary {
	color: #fff;
	background: rgb(0,148,217);
	background: linear-gradient(135deg, rgba(0,148,217,1) 0%, rgba(165,205,57,1) 100%);
	border-width: 0px;
	box-shadow: 0px 15px 30px 0px rgba(0, 148, 217, 0.27);
}
.btn-outline-primary {
	background: rgb(0,148,217);
	background: linear-gradient(135deg, rgba(0,148,217,1) 0%, rgba(165,205,57,1) 100%);
	border-width: 0px;
	box-shadow: 0px 15px 30px 0px rgba(0, 148, 217, 0.27);
}
.btn-outline-primary:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 28px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.btn-primary span.inner, .btn-outline-primary span.inner {
    position: relative;
    display: block;
	text-align: start;
}
.btn-primary span.avail, .btn-outline-primary span.avail {
	display: block;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}
.btn-outline-primary span.avail {
	background: linear-gradient(135deg, rgba(0,148,217,1) 0%, rgba(165,205,57,1) 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-primary span.store-name, .btn-outline-primary span.store-name {
	display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
}
.btn-outline-primary span.store-name {
	background: linear-gradient(135deg, rgba(0,148,217,1) 0%, rgba(165,205,57,1) 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-outline-primary i {
    font-size: 24px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,148,217,1)), to(rgba(165,205,57,1)));
    background: linear-gradient(to right, rgba(0,148,217,1) 0%, rgba(165,205,57,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.btn-primary i {
    font-size: 24px;
    background: #fff;
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.table>:not(caption)>*>* {
	--bs-table-bg-type: transparent;
    border-bottom: solid 1px rgba(0, 148, 217, .2);
}
.table th {
    font-size: 16px;
	font-weight: 500;
}
.table td {
	font-size: 16px;
    font-weight: 300;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-bg-type: transparent;
    background-color: rgba(0, 148, 217, .05) !important;
}

header {
		padding-top: 5px;
		padding-bottom: 5px;
		position: fixed;
		width: 100%;
		z-index: 5555;
		background-color: #fff;
		top: 0;
		border-bottom: 1px solid rgba(0,148,217,.1);
		-webkit-box-shadow: 0 0px 20px rgba(0, 148, 217, .15);
		box-shadow: 0 0px 20px rgba(0, 148, 217, .15);
	}
.navbar-brand img {
	height: 50px;	
}
.main-banner {
	position: relative;
	height: 100vh;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-mainbanner-01.svg) no-repeat center top;
	overflow: hidden;
}
.main-banner:before {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	content: '';
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-01.svg) no-repeat left 10% center;
	background-attachment: fixed;
	z-index: 0;
}
.main-banner .container, .main-banner .container .row {
	height: 100vh;
}
.main-banner h1 {
    margin: 0;
    color: #000;
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 11px;
}

.page-banner {
	position: relative;
	height: 400px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-mainbanner-01.svg) no-repeat center bottom;
}
.page-banner:before {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	content: '';
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-01.svg) no-repeat left 10% center;
	background-attachment: fixed;
	z-index: 0;
}
.page-banner .container, .page-banner .container .row {
	height: 400px;
}
.page-banner .display-1 {
    margin: 0;
    color: #000;
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 11px;
}

.about {
	position: relative;
}
.about:before {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	content: '';
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-01.svg) no-repeat left 10% center;
	background-attachment: fixed;
}
.about .container {
	position: relative;
	z-index: +1;
}
.banner-box {
	position: relative;
	background: #3d85a6;
	background: linear-gradient(135deg, #3d85a6 0%, #83c556 100%);
}
.banner-box:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/circles-white.svg) no-repeat left 20% center;
	background-attachment: fixed;
	z-index: 0;
}
.banner-box:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
	content: '';
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-02.svg) no-repeat right 5% center;
	background-attachment: fixed;
	z-index: 0;
}
.banner-box .container {
	position: relative;
	z-index: +1;
}
.banner-box .display-2, .banner-box .display-3, .banner-box p {
	color: #fff;
}
.banner-box .btn-outline-primary {
	color: #0094d9;
	box-shadow: 0px 15px 50px 0px rgba(0, 148, 217, 0.57);
}
.banner-box li {
    font-size: 18px;
	color: #fff;
    font-weight: 400;
    padding: 10px 40px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-check-white.svg) no-repeat left top 10px;
}
.benefits {
	position: relative;
}
.benefits:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
	content: '';
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-01.svg) no-repeat right 5% center;
	background-attachment: fixed;
	z-index: 0;
}
img.dropshadow {
    height: auto;
    max-width: 100%;
    border-radius: 0 25px 0 25px;
    box-shadow: 5px 15px 30px 0px rgba(0, 148, 217, 0.27);
}
.features.home {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/circles-blue.svg) no-repeat left 20% center;
	background-attachment: fixed;
}
.features.home .photo {
	position: relative;
    width: 305px;
    height: 606px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    -webkit-box-shadow: 0 18px 37px rgba(0, 148, 217, 0.27);
    box-shadow: 0 18px 37px rgba(0, 148, 217, 0.27);
}
.features .fature-mocup {
	position: absolute;
	width: 305px;
    height: 606px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/fature-mocup.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: +1;
}
.features .slide {
	padding: 10px;
	width: 305px;
}
.features li {
	font-size: 18px;
    font-weight: 400;
	padding: 10px 40px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-check.svg) no-repeat left top 10px;
}
.feature:nth-child(odd) {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/circles-blue.svg) no-repeat right center;
	background-size: auto 100%;
}
.feature:nth-child(even) {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/circles-blue.svg) no-repeat left center;
	background-size: auto 100%;
}
.feature:nth-child(odd) .row {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-03.svg) no-repeat left 5% bottom;
}
.feature:nth-child(even) .row {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-04.svg) no-repeat right 5% top;
}
.feature:nth-child(odd) .photo {
	text-align: center;
}
.feature:nth-child(even) .photo {
	text-align: center;
}
.feature .photo img {
	background-color: rgba(0, 148, 217, 0.27);
    border-radius: 50px;
    -webkit-box-shadow: 0 18px 37px rgba(0, 148, 217, 0.27);
    box-shadow: 0 18px 37px rgba(0, 148, 217, 0.27);
}
.steps {
	position: relative;
}
.steps:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
	content: '';
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-01.svg) no-repeat right 5% center;
	background-attachment: fixed;
	z-index: 0;
}
.steps .container {
	position: relative;
	z-index: +1;
}
.steps .image {
	width: 60px;
	height: 60px;
	margin: 20px auto;
}
.steps .line {
	width: 100%;
    height: 4px;
    background: rgb(0,148,217);
	background: linear-gradient(135deg, rgba(0,148,217,1) 0%, rgba(165,205,57,1) 100%);
}

.numbers, .number {
	position: relative;
}
.numbers:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    content: '';
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-01.svg) no-repeat right 5% center;
    background-attachment: fixed;
    z-index: 0;
}
.numbers .card.text-bg-light {
	position: relative;
	background-color: rgba(0, 148, 217, .05) !Important;
	border: 0px solid rgba(0, 148, 217, .2);
    border-radius: 30px;
}
.numbers .card.text-bg-light ul li {
    padding: 10px 30px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-check.svg) no-repeat left top 10px;
	background-size: 20px;
}
.number {
	
}
.number:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 4px;
    height: 100%;
    background: rgb(0, 148, 217);
    background: linear-gradient(135deg, rgba(0, 148, 217, 1) 0%, rgba(165, 205, 57, 1) 100%);
	border-radius: 2px;
}
.number .lead {
	font-size: 36px;
	color: #81c458;
    font-weight: 300;
	line-height: 1;
}
.number .lead small {
	font-size: 21px;
}
.number-1, .number-2, .number-3, .number-4, .number-5, .number-check {
	padding-left: 100px !important;
}
.number-1:before, .number-2:before, .number-3:before, .number-4:before, .number-5:before, .number-check:before {
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 200px;
    height: 200px;
	content: '1';
	font-size: 150px;
	font-weight: 700;
	line-height: 150px;
	background: linear-gradient(135deg, rgba(0, 148, 217, .25) 0%, rgba(165, 205, 57, .25) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.number-2:before {
	content: '2';
}
.number-3:before {
	content: '3';
}
.number-4:before {
	content: '4';
}
.number-5:before {
	content: '5';
}
.number-check:before {
	content: '✔';
}

/* Permission */
.section-permission {
	position: relative;
}
.section-permission:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    content: '';
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-01.svg) no-repeat right 5% center;
    background-attachment: fixed;
    z-index: 0;
}
.section-permission .container {
    position: relative;
    z-index: +1;
}
.permission-iteam {
    padding-top: 85px;
    margin-top: -85px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
.section-permission .permission-wrapp-menu {
    --space: 7rem;
    --space-xs: calc(var(--space) / 3);
    --space-sm: calc(var(--space) / 2);
    --space-md: calc(var(--space) * 2);
    --offset: var(--space);
    flex-grow: 1;
    flex-basis: 300px;
    align-self: start;
    position: sticky;
    top: var(--offset);
	background-color: rgba(0, 148, 217, .05);
    border-radius: 30px;
}
.section-permission .permission-wrapp-menu .permission-menu-title {
    font-size: 18px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 1.67;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 13px;
}
.section-permission .permission-wrapp-menu .permission-menu-list ul {
    padding: 0px 15px 30px;
}
.section-permission .permission-wrapp-menu .permission-menu-list ul li {
    list-style: none;
	border-top: solid 1px rgba(0, 148, 217, .2);
}
.section-permission .permission-wrapp-menu .permission-menu-list ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    color: #000;
	text-decoration: none;
    padding: 5px 10px;
    display: block;
}
.section-permission .permission-wrapp-menu .permission-menu-list ul li a:hover {
    color: #81c458;
    background-color: rgba(255,255,255,1);
}

.row-download-presentation {
    =min-height: 135px;
    align-items: center;
    display: flex;
    background: linear-gradient(90deg, #3d85a6 0%, #83c556 100%);
    flex-direction: row;
    justify-content: space-around;
}
.section-permission {}
.section-permission .permission-wrapp {
    background-color: rgba(0, 148, 217, .05);
    border: 0px solid rgba(0, 148, 217, .2);
    border-radius: 30px;
    overflow: hidden;
}
.section-permission .permission-wrapp .permission-head {
    background: linear-gradient(90deg, #3d85a6 0%, #83c556 100%);
    padding-top: 7px;
    padding-bottom: 9px;
    position: relative;
}
.section-permission .permission-wrapp .permission-head .border-r {
    border-right: solid 1px rgba(255, 255, 255, .25);
}
.section-permission .permission-wrapp .permission-head p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    height: 39px;
    padding-top: 6px;
}
.section-permission .permission-wrapp .permission-head .border-r:first-child p {
    padding-left: 15px;
}
.section-permission .permission-wrapp .permission-subhead p {
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-permission .permission-wrapp .permission-subhead .border-r:first-child p {
    padding-left: 15px;
	font-size: 16px;
}
.section-permission .permission-wrapp .permission-iteam .permission-iteam-head {
    background: #3d85a6;
    background: linear-gradient(135deg, #3d85a6 0%, #83c556 100%);
}
.section-permission .permission-wrapp .permission-iteam .permission-iteam-head p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9;
    padding-left: 15px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.section-permission .permission-wrapp .permission-subhead {
    background-color: rgba(0, 148, 217, .05);
}
.section-permission .permission-wrapp .permission-subhead .border-r {
    border-right: solid 1px rgba(0, 148, 217, .2);
}
.section-permission .permission-wrapp .permission-iteam .permission-iteam-body .bg-gray {
    background-color: rgba(0, 148, 217, .05);
}
.section-permission .permission-wrapp .permission-iteam .permission-iteam-body .border-r {
    border-right: solid 1px rgba(0, 148, 217, .2);
}
.section-permission .permission-wrapp .permission-iteam .permission-iteam-body .border-b {
    border-top: solid 1px rgba(0, 148, 217, .2);
}
.section-permission .permission-wrapp .permission-iteam .permission-iteam-body .title-action p {
	font-size: 16px;
    color: #3d85a6;
    font-weight: 500;
}
.section-permission .permission-wrapp .permission-iteam .permission-iteam-body p {
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Faqs */
.faqs {
    position: relative;
}
.faqs:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    content: '';
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-01.svg) no-repeat right 5% center;
    background-attachment: fixed;
    z-index: 0;
}
.faqs .container {
    position: relative;
    z-index: +1;
}
.faqs .accordion hr {
	margin: 10px 0;
	border-top: 1px solid rgba(0, 148, 217, .4);
}
.faqs .accordion-item {
	background-color: transparent;
    border: 0px solid rgba(0, 148, 217, .2);
}
.faqs .accordion-item .accordion-button.collapsed {
	font-size: 18px;
	padding: 16px 30px;
	background-color: transparent;
}
.faqs .accordion-item .accordion-button:not(.collapsed) {
	font-size: 18px;
	color: #81c458;
	padding: 16px 30px;
    background-color: rgba(0, 148, 217, .05);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
}
.faqs .accordion-item .accordion-button::after {
    width: 40px;
    height: 40px;
    content: "";
	background: #fff url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-arrow-down.svg) no-repeat center center;
	background-size: 20px;
	border-radius: 20px;
}
.faqs .accordion-item .accordion-button:hover::after {
	background: rgba(0, 148, 217, .05) url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-arrow-down.svg) no-repeat center center;
	background-size: 20px;
}
	
.faqs .accordion-item .accordion-collapse {
	background-color: rgba(0, 148, 217, .05);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.faqs .accordion-item .accordion-collapse.show {
	
}
.faqs .accordion-item .accordion-body {
    padding: 6px 30px 16px;
}

/* News */
.single #main-container {
	position: relative;
}
.single #main-container:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    content: '';
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-01.svg) no-repeat right 5% center;
    background-attachment: fixed;
    z-index: 0;
}
.single #main-container .container {
	position: relative;
}
.category-news .card {
	border: 0px solid rgba(0, 148, 217, .2);
}
.category-news .card a .card-img-top {
	border-radius: 0 25px 0 25px;
    box-shadow: 5px 15px 30px 0px rgba(0, 148, 217, 0.27);
}
.category-news .card .card-body {
	padding: 20px 0 0;
}
.category-news .card .card-body .display-5 {
	font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
}
.category-news .card .card-body .display-5 a {
	color: #150A33;
	text-decoration: none;
}
.category-news .card .card-body .display-5 a:hover {
    background: linear-gradient(135deg, rgba(0, 148, 217, 1) 0%, rgba(165, 205, 57, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.category-news .card .card-footer {
	padding: 10px 0;
}
.category-news .card .card-footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #6541c1;
    background: rgb(0, 148, 217);
    background: linear-gradient(135deg, rgba(0, 148, 217, 1) 0%, rgba(165, 205, 57, 1) 100%);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.category-news .card:hover .card-footer:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.category-news.post .card {
	border-radius: 30px;
}
.category-news.post .card  .card-img-top {
	border-radius: 30px 30px 0 0;
}
.sidebar .card {
	background-color: rgba(0, 148, 217, .05);
	border: 0px solid rgba(0, 148, 217, .2);
	border-radius: 30px;
}
.sidebar .card .card-header {
    font-size: 18px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 1.67;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 13px;
	background-color: transparent;
	border-bottom: solid 0px rgba(0, 148, 217, .2);
}
.sidebar .card .card-body {
    padding: 0px 15px 30px;
}
.sidebar .card .card-body ul {
    padding: 0px !important;
}
.sidebar .card .card-body ul li {
    list-style: none;
    border-top: solid 1px rgba(0, 148, 217, .2);
}
.sidebar .card .card-body ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}
.sidebar .card .card-body ul li a:hover {
    color: #81c458;
    background-color: rgba(255,255,255,1);
}

/* Forms */
.wpcf7-form-control-wrap {
	width: 100%;
}
input.wpcf7-form-control, select.wpcf7-form-control, textarea.wpcf7-form-control {
	width: 100%;
	padding: 10px 20px;
	line-height: 30px;
	background-color: #fff;
	border: solid 1px rgba(0, 148, 217, .2);
	border-radius: 25px;
}
input.wpcf7-form-control.wpcf7-submit {
	width: 200px;
	color: #fff;
    background: rgb(0,148,217);
    background: linear-gradient(135deg, rgba(0,148,217,1) 0%, rgba(165,205,57,1) 100%);
    border-width: 0px;
    box-shadow: 0px 15px 30px 0px rgba(0, 148, 217, 0.27);
}
.wpcf7-spinner {
    display: block;
    margin: 15px auto 0;
}
/* Regisytation */
.card .ur-frontend-form {
    margin-bottom: 0px;
    border: solid 0px rgba(0, 148, 217, .2);
    padding: 0px;
}
.card .ur-frontend-form .ur-form-row .ur-form-grid legend, .card .ur-frontend-form .ur-form-row .ur-form-grid label {
    font-size: 16px;
    font-weight: 400 !important;
}
.card .ur-frontend-form .ur-form-row .ur-form-grid input[type="text"], .card  .ur-frontend-form .ur-form-row .ur-form-grid input[type="email"], .card .ur-frontend-form .ur-form-row .ur-form-grid input[type="url"], .card .ur-frontend-form .ur-form-row .ur-form-grid input[type="password"], .card .ur-frontend-form .ur-form-row .ur-form-grid input[type="date"], .card .ur-frontend-form .ur-form-row .ur-form-grid input[type="number"], .card .ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"], .card .ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"], .card .ur-frontend-form .ur-form-row .ur-form-grid textarea, .card .ur-frontend-form .ur-form-row .ur-form-grid select, .card .ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement {
    width: 100%;
    padding: 10px 20px;
    line-height: 30px;
    background-color: #fff;
    border: solid 1px rgba(0, 148, 217, .2);
    border-radius: 25px;
}
.card .ur-frontend-form button, .card .ur-frontend-form input[type="submit"], .card .ur-frontend-form button[type="submit"] {
    width: 200px;
    color: #fff;
	font-size: 16px;
    font-weight: 400;
	text-transform: none;
	line-height: 30px;
	margin-right: auto;
    background: rgb(0,148,217);
    background: linear-gradient(135deg, rgba(0,148,217,1) 0%, rgba(165,205,57,1) 100%);
    border-width: 0px;
	border-radius: 25px;
    box-shadow: 0px 15px 30px 0px rgba(0, 148, 217, 0.27);
}

footer {
	position: relative;
	padding-top: 100px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-footer.svg) no-repeat center top;
}
footer:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
	content: '';
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/elements-01.svg) no-repeat right 5% center;
	background-attachment: fixed;
	z-index: 0;
}
footer .container {
	position: relative;
	z-index: +1;
}
.subscribe-box {
	position: relative;
	padding: 15px 0;
	background: #3d85a6;
	background: linear-gradient(135deg, #3d85a6 0%, #83c556 100%);
	border-radius: 60px;
}
.subscribe-box .display-4 {
	color: #fff;
}
.footer-widgets {
	background-color: rgba(0,148,217,.1);
}
.footer-widgets h4 {
	font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
#footer-widgets ul {
    padding-left: 0px;
	list-style-type: none;
}
#footer-widgets .nav-link {
    padding: 8px 0;
}
.footer-widgets .social a {
	display: inline-block;
	margin-right: 10px;
    width: 32px;
    height: 32px;
}
.footer-widgets .social a i {
    font-size: 24px;
    background: #999;
    background: linear-gradient(to right, #999 0%, #999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-widgets .social a:hover i {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,148,217,1)), to(rgba(165,205,57,1)));
    background: linear-gradient(to right, rgba(0,148,217,1) 0%, rgba(165,205,57,1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* scrollToTop */
.scrollToTopBtn {
  background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/button-blue.svg) no-repeat center center;
  border: none;
  cursor: pointer;
  line-height: 40px;
  width: 40px;
  border-radius: 0px;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 10px;
  right: 15px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.showBtn {
  opacity: 1;
  transform: translateY(0);
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.scrollToTopBtn.showBtn:hover, .scrollToTopBtn.showBtn:focus {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/button-green.svg) no-repeat center center;
	outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
	opacity: 1;
}

/* Modal */
bod.modal-open {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
	padding-right: 0px !important;
}
.contact-block {
    z-index: 1000;
    position: fixed !important;
	right: 15px;
	top: 65px;
	width: 40px;
    height: 40px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.modal-open .contact-block {
	right: 15px;
}
.contact-block .btn, .close {
	width: 40px;
    height: 40px;
	padding: 0px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/button-blue.svg) no-repeat center center;
	border-width: 0px;
	border-radius: 0px;
}
.contact-block .btn:hover, .contact-block .btn:focus {
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/button-green.svg) no-repeat center center;
	opacity: 1;
}
.modal {
	z-index: 2000000;
}
.modal-backdrop {
	background-color: rgba(67,74,84,.8);
}
.modal-dialog {
	min-width: 80%;
}
.modal-header {
    border-bottom: 0px solid #dee2e6;
}
.modal-content {
	position: relative;
	padding:10px 20px 20px;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 10px;
}
.close {
	position: absolute;
	right: 0;
	bottom: -85px;
	margin: 0px !important;
    color: #f0c63d;
	background-color: #06276c !important;
    text-shadow: 0 0px 0 none;
    opacity: 1;
}
.close:hover, .close:focus {
    background-color: #7286ff !important;
	opacity: 1;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1 !important;;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	header ul li .nav-link, header ul li .nav-link.dropdown-toggle {
		display: inline-block;
		color: #000;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 30px;
		overflow: hidden;
	}
	.navbar-expand-xl .navbar-nav {
		height: 40px;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 5px 11px;
	}	
	header ul li .nav-link:hover, header ul li .nav-link.dropdown-toggle:hover {
		color: #81c458;
	}
	.navbar-expand-xl .navbar-nav .current-lang .nav-link {
		color: #81c458;
		background-color: rgba(0,148,217,.1);
		border-radius: 20px;
	}
	.dropdown-toggle::after {
	    vertical-align: 0px;
	}
	#nav-header .dropdown-menu {
		padding: 0px;
		border: 1px solid rgba(0,148,217,.2);
		border-top: 0px solid rgba(0,148,217,.2);
		border-radius: 0px;
    	-webkit-box-shadow: 0 10px 20px rgba(0, 148, 217, .25);
		box-shadow: 0 10px 20px rgba(0, 148, 217, .25);
	}
	#nav-header .dropdown-menu li {
		border-top: 1px solid rgba(0,148,217,.2);
		background-color: rgba(0,148,217,.1);
	}
	#nav-header .dropdown-menu li:hover {
		background-color: #fff;
	}
	#nav-header .dropdown-menu .nav-link {
		display: block;
		font-weight: 300;
		text-transform: none;
		padding: 5px 20px;
		line-height: 30px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}
@media (min-width: 1600px) {
	
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.navbar .container {
		position: relative;
	}
	.navbar .menu-item {
		border-top: solid 1px rgba(0, 148, 217, .2);
	}
	.navbar .menu-item .nav-link {
		padding: 10px 20px;
		font-size: 16px;
		font-weight: 400;
		color: #000;
	}
	.navbar .menu-item .nav-link:hover, .navbar .menu-item .nav-link:focus {
		color: #81c458;
    	background-color: rgba(0,148,217,.1);
	}
	.civi24 {
		position: absolute;
		top: 10px;
		right: 60px;
	}
	.main-banner {
	    height: 800px;
		background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-mainbanner-01.svg) no-repeat center bottom;
	}
	.main-banner .container, .main-banner .container .row {
		height: 800px;
	}
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.main-banner {
	    height: 600px;
		padding-top: 70px;
	}
	.main-banner .container, .main-banner .container .row {
		height: 600px;
	}	
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.display-2 {
		font-size: 32px;
		line-height: 36px;
		margin: 20px 0;
	}
	.display-3 {
		font-size: 26px;
		line-height: 30px;
		margin: 15px 0;
	}
	.main-banner {
	    height: auto;
	}
	.main-banner .container, .main-banner .container .row {
		 height: auto;
	}
	.main-banner h1 {
		margin-top: 20px;
		font-size: 36px;
		line-height: 36px;
	}	
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.navbar-brand img {
		height: 36px;	
	}
	.civi24 {
		top: 3px;
	}
	
	.main-banner .img-fluid {
		max-width: 140%;
		margin-left: -20%;
	}
}
