@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	background: #211d69;
}
a {
	color: #fff;
}
a:hover {
	color: inherit;
}
p:last-child {
	margin-bottom: 0px;
}
ul {
	list-style-position: outside;
}
left-align, .left-align {
	text-align: left;
}
h1, .h1 {
	font-weight: 800;
	font-size: 42px;
	margin-bottom: 20px;
}
h2, .h2 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
h3, .h3 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
#page {
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-0.png) center 50px no-repeat;
	padding-top: 125px;
}
#header {
	position: fixed;
	top: 70px;
	left: 0px;
	width: 100%;
	transition: all 0.2s ease;
	z-index: 1000;
}
#header.fixed {
	width: 100%;
	padding: 15px 0px;
	background: #211c69;
	top: 0px;
}
#header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.branding {
	display: flex;
	align-items: center;
}
.branding img {
	max-width: 347px;
	height: auto;
	margin-left: 20px;
}
.navbar {
	padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
.navbar-expand-lg .navbar-nav li:not(:last-child) {
	margin-right: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #ff6f0b;
}
#about .container {
	position: relative;
}
#about .container:before {
	display: block;
	content: '';
	width: 397px;
	height: 366px;
	background: url(../images/bg-2.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -20px;
	left: -130px;
}
.simple-solutions {
	background: rgba(57, 52, 203, 0.66);
	border-radius: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 45%;
	height: 300px;
	font-size: 24px;
	padding: 0px 80px;
	position: absolute;
	top: 150px;
	left: 15px;
}
.simple-solutions img {
	max-width: 165px;
	height: auto;
}
.simple-solutions p:last-child {
	margin-left: auto;
}
.sales-text {
	position: relative;
	width: 58%;
	margin-left: auto;
	padding: 130px 55px 60px 95px;
	border-radius: 35px;
	border: 1px solid #ff6f0b;
	z-index: 10;
	font-size: 21px;
	margin-top: 40px;
}
.sales-text span {
	font-weight: bold;
}
.float-btn {
	display: flex;
	justify-content: flex-end;
}
.float-btn .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 45px;
	background: #ff6f0b;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	line-height: 1.1;
	text-decoration: none;
	transition: all 0.2s ease;
}
.float-btn .btn:hover {
	opacity: 0.9;
}
.advantages-item {
	width: 100%;
	/*height: 550px;
	background: url(../images/frame-1.png) center center no-repeat;*/
	border: 1px solid #406cb1;
	border-radius: 35px;
	margin-top: 70px;
	padding: 40px 60px 40px 60px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.advantages-item:before {
	display: none;
	content: '';
	width: 235px;
	height: 275px;
	background: #211d69;
	position: absolute;
	top: 0px;
	left: 0px;
}
.advantages-item_6:after {
	display: block;
	content: '';
	width: 265px;
	height: 254px;
	background: url(../images/bg-7.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -160px;
	right: -240px;
	z-index: -1;
}
.advantages-item > div {
	position: relative;
	z-index: 10;
}
.advantages-item .float-btn {
	width: 100%;
	margin-top: 20px;
}
.advantages-item h2 {
	width: 100%;
}
.advantages-text {
	font-size: 20px;
	width: 50%;
	min-width: 50%;
}
.advantages-text span {
	color: #ff6f0b;
	font-size: 24px;
	font-weight: bold;
}
.advantages-pic {
	width: 40%;
}
.wrapper {
	padding-top: 100px;
	padding-bottom: 0px;
}
.box-border {
	padding: 60px;
	border: 1px solid #fe6f0b;
	border-radius: 35px;
	font-weight: 500;
}
.box-border span {
	color: #ff6f0b;
}
#services .box-border strong {
	font-size: 22px;
}
#services p:not(:last-child) {
	margin-bottom: 30px;
}
#services .col-lg-6 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#services .col-lg-6 .float-btn {
	margin-top: auto;
}
.services-noty {
	padding: 20px 0px 0px 40%;
}
.services-noty span {
	color: #ff6f0b;
}
.accordion-flush .accordion-item {
	background: none;
	border: 0px;
	border-bottom: 1px solid #fff;
	margin: 0px 60px;
}
.accordion-button {
	background: none;
	font-weight: 500;
	color: #fff;
	padding: 0px 0px 0px 0px;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background: none;
	box-shadow: unset;
}
.accordion-flush .accordion-item button {
	outline: none !important;
	box-shadow: unset !important;
}
.accordion-body {
	padding: 0px 0px 10px 30px;
	color: #ff6f0b;
	font-weight: bold;
}
.accordion-flush .accordion-item button span {
	padding-left: 10px;
}
.faq-noty {
	padding-top: 30px;
	text-align: center;
}
.accordion-button::after {
	content: '+';
	background: none;
	color: #ff6f0b;
	font-size: 32px;
	width: auto;
	height: auto;
	line-height: 1;
}
.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(45deg);
}
.doc-list {
	width: 100%;
	position: relative;
	justify-content: space-around;
}
.doc-list:before {
	display: block;
	content: '';
	width: 269px;
	height: 262px;
	background: url(../images/bg-6.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -50px;
	left: -200px;
}
.doc-item {
	position: relative;
	width: 127px;
	z-index: 10;
}
.doc-item > a {
	text-decoration: none;
	transition: all 0.2s ease;
}
.doc-item > a:hover {
	opacity: 0.9;
}
.doc-item span {
	display: block;
	padding-top: 25px;
	font-size: 12px;
}
.doc-item span em {
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}
.demo-logo {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}
.demo-logo img {
	max-width: 350px;
	height: auto;
}
.box-demo p:nth-child(3) {
	margin-bottom: 40px;
}
#contact {
	position: relative;
	z-index: 10;
}
#contact .container {
	position: relative;
}
#contact .container:before {
	display: block;
	content: '';
	width: 397px;
	height: 366px;
	background: url(../images/bg-5.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	right: -150px;
}
#contact .row {
	align-items: center;
}
#contact p {
	font-size: 22px;
	font-weight: bold;
}
#contact p a {
	text-decoration: none;
}
#contact .box-border {
	position: relative;
	z-index: 20;
}
.map iframe {
	width: 100%;
	height: 230px;
}
#contact .map {
	padding: 15px;
}
#footer {
	position: relative;
	padding: 100px 0px;
}
#footer:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 939px;
	background: url(../images/bg-4.png) right bottom no-repeat;
}
#footer .container {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.footer-logo {
	max-width: 300px;
}
.footer-logo img {
	max-width: 100%;
	height: auto;
}
.footer-menu ul,
.footer-menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.footer-menu ul li {
	padding-bottom: 20px;
}
.footer-menu ul li a {
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.footer-menu ul li a:hover {
	color: #ff6f0b;
}
.footer-contacts {
	text-align: right;
}
.footer-contacts p {
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 30px;
}
.social {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 80px;
}
.social svg {
	max-height: 34px;
	width: auto;
}
.social a {
	display: block;
	margin-left: 40px;
}
.copyright {
	font-weight: 500;
	font-size: 18px;
}
/* modals */
.modal-backdrop.show {
	opacity: 0.8;
	background: #211d69;
}
.modal-header {
	padding: 0px;
	border: 0px;
}
.modal-body {
	color: #211d69;
	padding: 40px;
}
.modal-header .btn-close {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: -20px;
	right: -20px;
	opacity: 1;
	filter: unset;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #2d5af2;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	background-size: 13px;
	z-index: 100;
}
.modal-header .btn-close:hover {
	opacity: 1;
}
.modal-title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #211d69;
	padding-bottom: 15px;
}
.modal-subtitle {
	text-align: center;
	font-size: 15px;
	color: #4d4d4d;
	padding-bottom: 20px;
}
.modal .form-policy {
	padding-bottom: 15px;
	padding-top: 5px;
}
.modal .form-policy .link > a {
	color: darkblue;
	transition: text-shadow .3s;
}
.modal .form-policy .link > a:hover {
	text-shadow: 0 0 .9px #333, 0 0 .9px #333, 0 0 .9px #333;
	cursor: pointer;
}
.modal-content {
	border-radius: 25px;
}
.modal-dialog {
	max-width: 800px;
}
#messageModal .modal-dialog {
	max-width: 450px;
}
.form-item {
	padding-bottom: 10px;
}
.form-control {
	width: 100%;
	height: 40px;
	border-radius: 0px;
	padding: 0px 15px;
	border: 1px solid #4d4d4d;
	font-size: 16px;
	color: #6b6b6b;
}
.form-control::placeholder {
	opacity: 1;
	color: #6b6b6b;
}
.form-control.error {
	border-color: red;
}
textarea.form-control {
	padding: 15px;
	resize: none;
	height: 110px;
}
.form-policy {
	font-size: 13px;
	color: #4d4d4d;
	padding-bottom: 20px;
}
.form-action {
	display: flex;
	justify-content: flex-end;
}
.form-action button {
	width: 227px;
	height: 44px;
	text-align: center;
	padding: 0px 15px;
	cursor: pointer;
	background: #2d5af2;
	border-radius: 20px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border: 0px;
	transition: all 0.2s ease;
}
.form-action button:hover {
	opacity: 0.9;
}
.modal .form-wrapper {
	position: relative;
	padding-left: 265px;
}
.modal .form-wrapper:before {
	position: absolute;
	display: block;
	content: '';
	top: 50px;
	left: -115px;
	width: 353px;
	height: 259px;
	background: url(../images/form-pic.png) center center no-repeat;
	background-size: contain;
}
#feedbackModal .form-wrapper:before {
	left: -80px;
	width: 288px;
	height: 255px;
	background: url(../images/form-pic_2.png) center center no-repeat;
	background-size: contain;
}
.message-title {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}
.message-subtitle {
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#messageModal .modal-content {
	background: #2d5af2;
}
#messageModal .modal-header .btn-close {
	top: 15px;
	right: 15px;
}


.mylink {
	color: #ff6f0b;
	text-decoration: none;
}

span > a:hover {
	color: #ff6f0b;
	text-decoration: underline;
	cursor: pointer;
}

.accordion-body > a:hover {
	color: #ff6f0b;
	text-decoration: underline;
	cursor: pointer;
}


#progressModal .modal-dialog {
	max-width: 450px;
}
#progressModal .modal-content {
	background: #2d5af2;
}
.progress-text {
	margin-left: 100px;
	color: #fff;
	font-size: 16px;
	text-align: left;
}
.load-please__spinner {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	width: 27%;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}
.spinner__path {
	stroke-dasharray: 150,200;
	stroke-dashoffset: -10;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 7.9s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 7.9s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124;
	}
}

@-webkit-keyframes color {
	0% {
		stroke: #fff;
	}
	40% {
		stroke: #fff;
	}
	66% {
		stroke: #fff;
	}
	80%, 90% {
		stroke: #fff;
	}
}
@keyframes color {
	0% {
		stroke: #fff;
	}
	40% {
		stroke: #fff;
	}
	66% {
		stroke: #fff;
	}
	80%, 90% {
		stroke: #fff;
	}
}




/* Change Animation for buttons */
.changeAnim {
	position: relative;
	overflow-y: hidden;
}

	.changeAnim::after {
		content: '';
		display: block;
		height: 19px;
	}

	.changeAnim[data-action="0"] > div {
		animation-name: unset;
	}

	.changeAnim[data-action="pastload"] > div {
		animation-iteration-count: 1;
	}

	.changeAnim[data-action="1"] > div {
		animation-iteration-count: infinite;
	}

	.changeAnim > div {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		display: grid;
		grid-gap: 20px 0;
		animation: change 6s infinite;
	}

	.changeAnim.first > div {
		animation-name: change-first;
		animation-delay: 1s;
		animation-duration: 4s;
	}

@keyframes change {
	0% {
		transform: translate(-50%, 0);
	}

	5.71% {
		transform: translate(-50%, 0);
	}

	11.42% {
		transform: translate(-50%,-15px);
	}

	17.13% {
		transform: translate(-50%,-15px);
	}

	22.84% {
		transform: translate(-50%,-30px);
	}

	28.55% {
		transform: translate(-50%,-30px);
	}

	34.26% {
		transform: translate(-50%,-45px);
	}

	39.97% {
		transform: translate(-50%,-45px);
	}

	45.68% {
		transform: translate(-50%,-60px);
	}

	51.39% {
		transform: translate(-50%,-60px);
	}

	57.1% {
		transform: translate(-50%,-75px);
	}

	62.81% {
		transform: translate(-50%,-75px);
	}

	68.52% {
		transform: translate(-50%,-90px);
	}

	74.23% {
		transform: translate(-50%,-90px);
	}

	80% {
		transform: translate(-50%,-105px);
	}

	80.01% {
		transform: translate(-50%,0);
	}
}

@keyframes changeBack {
	100% {
		transform: translate(-50%, 0);
	}
}

@keyframes change-first {
	0% {
		transform: translate(-50%, 25px);
	}

	15% {
		transform: translate(-50%, 25px);
	}

	25% {
		transform: translate(-50%,-27px);
	}

	50% {
		transform: translate(-50%,-27px);
	}

	60% {
		transform: translate(-50%,-80px);
	}

	90% {
		transform: translate(-50%,-80px);
	}

	99.98% {
		transform: translate(-50%, -133px);
	}

	99.99% {
		transform: translate(-50%, 0px);
	}
}
