html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

html{
	scroll-behavior: smooth;
    scroll-padding-top: 20px;
}

body {
	background: #f5f6f8;
	/* color: #f1f1f1; */
	color: #555555;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4;
	font-family: "Poppins", sans-serif;
	counter-reset: Serial; 
	/* background-image: url(../images/bg1.jpg);
    background-size: cover; */
    /* background-position: center; */
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222
}

p {
	margin-bottom: 25px
}

strong {
	font-weight: 500
}

label {
	font-weight: 500;
	margin-bottom: 5px;
	color: #222
}

small{
	color: #555;
}

hr {
	margin: 30px 0 30px 0;
	border-color: #ddd
}

ul,
ol {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0
}

a {
	color: #2955a9;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none
}

a:hover,
a:focus {
	color: #111;
	text-decoration: none;
	outline: none
}

a.animated_link {
	position: relative;
	text-decoration: none
}

a.animated_link {
	position: relative;
	text-decoration: none
}

a.animated_link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -5px;
	opacity: 1;
	left: 0;
	background-color: #d2d2d2;
	/* background-color: #555555; */
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease
}

a.animated_link:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

a.animated_link.active {
	position: relative;
	text-decoration: none;
	color: #2955a9
}

a.animated_link.active:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -5px;
	opacity: 1;
	left: 0;
	background-color: #2955a9;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

a.btn_1,
.btn_1 {
	border: none;
	color: #fff;
	background: #2955a9;
	outline: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 12px 25px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-size: 0.875rem
}

a.btn_1:hover,
.btn_1:hover {
	background-color: #0f293b
}

a.btn_1.full-width,
.btn_1.full-width {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px
}

a.btn_1.small,
.btn_1.small {
	padding: 7px 10px;
	font-size: 13px;
	font-size: 0.8125rem
}

a.btn_1.medium,
.btn_1.medium {
	font-size: 16px;
	font-size: 1rem;
	padding: 18px 30px
}

a.btn_1.rounded,
.btn_1.rounded {
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-ms-border-radius: 25px !important;
	border-radius: 25px !important;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2)
}

a.btn_1.yellow,
.btn_1.yellow {
	background: #f8bd2c;
	color: #111
}

a.btn_1.yellow:hover,
.btn_1.yellow:hover {
	background-color: #0f293b;
	color: #fff
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999999
}

[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #333;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-right-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-radius: 100%
}

#loader_form {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 999999;
	display: none
}

[data-loader="circle-side-2"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #333;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-right-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-radius: 100%
}

#status-loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.49);
	z-index: 999999;
}

[data-loader="circle-side-3"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #333;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-right-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-radius: 100%
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

header {
	/* position: relative; */
	position: absolute;
    top: 15px;
    left: 0px;
    width: 100%;
    z-index: 999;
	/* padding: 15px 0 */
}

header .cd-nav-trigger {
	top: 0
}

header #social {
	position: absolute;
	top: 5px;
	right: 7px;
}

@media (max-width: 991px) {
	header #social {
		/* right: 70px; */
		right: 10px;
	}
}

header #social ul {
	margin: 0;
	padding: 0
}

header #social ul li {
	float: left;
	margin: 0 5px 10px 0;
	list-style: none
}

header #social ul li a {
	color: #f1f1f1;
	/* color: #555555; */
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	line-height: 35px;
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

header #social ul li a:hover {
	color: #05b4e4;
}

#form_container {
	/* background-color: #fff; */
	width: 100%;
	/* min-height: 460px; */
	min-height: 430px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}

#left_form {
	position: relative;
	background-color: #2955a9;
	color: #fff;
	text-align: left;
	/* height: 100%; */
	/* min-height: 430px; */
	min-height: 539px;
	background: linear-gradient(150deg,rgba(6, 133, 205, 0.89),rgba(140, 42, 144, 0.75)),url(../images/bg3.jpg);
    background-size: cover;
    background-position: center;
	box-sizing: border-box;
	/* padding: 90px 30px 30px 30px; */
	padding: 30px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

@media (max-width: 991px) {
	#left_form {
		padding: 30px;
		min-height: inherit
	}
}

#left_form h2 {
	color: #fff;
	font-size: 27px;
	font-weight: 500;
	padding: 0px;
	margin: 10px 0 0 0;
	margin-bottom: 17px;
}

#left_form h2 span {
	font-size: 20px;
	font-size: 1.25rem;
	display: block
}

#left_form figure {
	margin: 0px 0px 10px;
}

#left_form figure img{
	width: 100px;
	height: 100px;
}

#left_form p {
	font-size: 16px;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	a.purchase {
		display: none
	}
}

a.mobile_btn {
	display: none
}

@media (max-width: 767px) {
	a.mobile_btn {
		margin: 5px 0 30px 0;
		display: inline-block
	}
}

a#more_info {
	width: 26px;
	height: 26px;
	color: #fff;
	position: absolute;
	line-height: 1;
	left: 15px;
	bottom: 15px;
	z-index: 2;
	font-size: 26px
}

input#website {
	display: none
}

#wizard_container {
	position: relative;
	background: url(../images/pattern.png) repeat;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 60px;
}

@media (max-width: 767px) {
	#wizard_container {
		padding: 40px 30px;
	}
}

#middle-wizard {
	/* width: 500px; */
	/* width: 550px; */
	width: 600px;
	/* min-height: 420px; */
	/* min-height: 332px; */
	min-height: 440px;
	display: flex;
	vertical-align: middle;
	align-items: center;
	margin: auto
}

@media (max-width: 767px) {
	#middle-wizard {
		width: 100%;
		min-height: inherit
	}
}

#middle-wizard .step {
	width: 100%
}

h3.main_question {
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
	position: relative
}

h3.main_question i {
	position: absolute;
	left: -30px;
	font-weight: bold;
	color: #2955a9;
	font-size: 21px;
	font-size: 1.3125rem;
	top: 2px
}

@media (max-width: 767px) {
	h3.main_question i {
		display: none
	}
}

button.backward,
button.forward,
button.submit {
	border: none;
	color: #fff;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-align: center;
	background: #00A4DE;
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
	padding: 12px 30px
}


.demo {
	border: none;
	color: #fff;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-align: center;
	background: #00A4DE;
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
	padding: 12px 30px
}

button.backward {
	color: #777;
	background: #e8e8e8
}

button[disabled] {
	display: none
}

.backward:hover,
.forward:hover {
	background: #2955a9;
	color: #fff
}

#top-wizard {
	/* margin: -60px -60px 0 -60px;
	width: 100% */
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
	#top-wizard {
		/* margin: -30px -30px 0 -30px */
	}
}

#bottom-wizard {
	text-align: center
}

@media (max-width: 767px) {
	#bottom-wizard {
		margin-top: 25px
	}
}

.ui-widget-content {
	/* background-color: transparent */
	/* background-color: #e4e4e4; */
	background-color: #f3f3f3;
}

.ui-widget-content a {
	color: #222222
}

.ui-widget-header {
	background: #6C3
}

.ui-widget-header a {
	color: #222222
}

.ui-progressbar {
	width: 100%;
	height: 10px;
}

#location {
	display: inline-block;
	color: #555;
	font-size: 12px;
	padding: 15px;
}

@media (max-width: 767px) {
	#location {
		padding: 1px 10px;
	}
}

#progressbar {
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	height: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.summary h3 {
	margin-bottom: 25px
}

.summary label {
	font-weight: 500
}

#success {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 190px;
	margin-top: -85px;
	margin-left: -150px;
	text-align: center
}

#success h4 {
	font-weight: 400;
	margin: 20px 0 0 0;
	font-size: 18px;
	font-size: 1.125rem
}

#success h4 span {
	display: block;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 21px;
	font-size: 1.3125rem
}

@-webkit-keyframes checkmark {
	0% {
		stroke-dashoffset: 50px
	}
	100% {
		stroke-dashoffset: 0
	}
}

@-ms-keyframes checkmark {
	0% {
		stroke-dashoffset: 50px
	}
	100% {
		stroke-dashoffset: 0
	}
}

@keyframes checkmark {
	0% {
		stroke-dashoffset: 50px
	}
	100% {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px
	}
	100% {
		stroke-dashoffset: 480px
	}
}

@-ms-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px
	}
	100% {
		stroke-dashoffset: 480px
	}
}

@keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px
	}
	100% {
		stroke-dashoffset: 480px
	}
}

.inlinesvg .svg svg {
	display: inline
}

.icon--order-success.svg:before {
	width: auto;
	margin: 0
}

.icon--order-success svg path {
	-webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
	animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
	-webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
	animation: checkmark-circle 0.6s ease-in-out backwards
}

footer {
	padding: 20px 0
}

footer.footer_in {
	border-top: 1px solid #ededed;
	background-color: #fff
}

footer p {
	margin: 0;
	padding: 0;
	float: left;
}

@media (max-width: 991px) {
	footer p {
		float: none;
		text-align: center;
	}
}

footer ul {
	float: right;
	margin: 0;
	padding: 0
}

@media (max-width: 991px) {
	footer ul {
		float: none;
		margin-top: 3px;
		text-align: center;
	}
}

footer ul li {
	display: inline-block;
	margin-right: 15px
}

footer ul li:after {
	content: "|";
	font-weight: 300;
	position: relative;
	left: 9px;
	color: #999
}

footer ul li:last-child {
	margin-right: 0
}

footer ul li:last-child:after {
	content: ""
}

footer ul li a {
	/* color: #f1f1f1; */
	color: #555555;
}

footer ul li a:hover {
	/* color: #ffffff; */
	color: #555555;
}

.main_title {
	text-align: center
}

.main_title h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 42px;
	font-size: 2.625rem;
	color: #2955a9;
	text-transform: uppercase
}

@media (max-width: 767px) {
	.main_title h2 {
		font-size: 32px;
		font-size: 2rem
	}
}

.main_title h2 em {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #ededed;
	margin: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px
}

.main_title p {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0 10%;
	margin-bottom: 45px;
	color: #777
}

@media (max-width: 767px) {
	.main_title p {
		font-size: 16px;
		font-size: 1rem
	}
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2955a9 !important
}

iframe#map_iframe {
	width: 100%;
	height: 450px;
	border: 0
}

@media (max-width: 991px) {
	iframe#map_iframe {
		height: 400px
	}
}

.box_style_2 {
	background-color: #fff;
	padding: 25px 30px 30px 30px;
	position: relative;
	margin-bottom: 25px
}

.box_style_2 .form-control {
	background-color: #fff !important
}

.box_style_2 hr {
	margin: 10px -30px 20px -30px;
	border: 0;
	border-top: 2px solid #fff
}

ul.contacts_info {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0
}

ul.contacts_info li {
	margin-bottom: 15px
}

ul.contacts_info li:last-child {
	margin-bottom: 0
}

.error_message {
	font-weight: 500;
	color: red;
	padding-bottom: 10px
}

.parallax_window_in {
	height: 420px;
	position: relative;
	display: table;
	width: 100%
}

#sub_content_in {
	display: table-cell;
	padding: 45px 15% 0 15%;
	vertical-align: middle;
	text-align: center;
	background: rgba(0, 0, 0, 0.5)
}

@media (max-width: 767px) {
	#sub_content_in {
		padding: 45px 30px 0 30px
	}
}

#sub_content_in h1 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 46px;
	font-size: 46px;
	font-size: 2.875rem;
	margin-bottom: 0
}

@media (max-width: 767px) {
	#sub_content_in h1 {
		font-size: 36px;
		font-size: 2.25rem
	}
}

#sub_content_in p {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300
}

@media (max-width: 767px) {
	#sub_content_in p {
		font-size: 21px;
		font-size: 1.3125rem
	}
}

.container_styled_1 {
	background: #f9f9f9
}

.team-item-img {
	position: relative
}

.team-item-img .team-item-detail {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s
}

.team-item:hover .team-item-detail {
	opacity: 1;
	visibility: visible
}

.team-item-img .team-item-detail .team-item-detail-inner {
	margin: auto;
	padding: 25px
}

.team-item-detail-inner h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500
}

.team-item-detail-inner .social {
	margin: 0 0px 25px 0px;
	padding: 0px
}

.team-item-detail-inner .social li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px
}

.team-item-detail-inner .social li a {
	color: #fff
}

.team-item-detail-inner .social li a:hover {
	color: #0f293b
}

.team-item-info {
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase
}

.team-item-info h4 {
	margin-bottom: 0px
}

.modal-content {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3)
}

.form-group {
	position: relative
}

.form-group.terms {
	background-color: #f9f9f9;
	text-align: left;
	padding: 8px 5px 5px 8px
}

.form-group.terms .container_check {
	margin-bottom: 3px
}

.form-group i {
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	right: 5px;
	top: 11px;
	color: #ccc;
	width: 25px;
	height: 25px;
	display: block;
	font-weight: 400 !important
}

span.error {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 12px;
	position: absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	top: -20px;
	right: -15px;
	z-index: 2;
	height: 25px;
	line-height: 1;
	background-color: #e34f4f;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	padding: 6px 8px
}

span.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%
}

.container_radio.version_2 .error,
.container_check.version_2 .error {
	left: -15px;
	top: -30px;
	right: inherit
}

.radio_input .error {
	left: -15px;
	top: -30px;
	right: inherit
}

.styled-select span.error {
	top: -20px
}

.terms span.error {
	top: -30px;
	left: -15px;
	right: inherit
}

.form-control {
	border: 1px solid #ddd;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	-ms-border-radius: 3;
	border-radius: 3;
	font-size: 14px;
	font-size: 0.875rem;
	height: calc(2.65rem + 2px)
}

.form-control:focus {
	box-shadow: none;
	border-color: #2955a9
}

.container_check {
	display: block;
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 30px;
	line-height: 1.3;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400
}

.container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.container_check input:checked~.checkmark {
	background-color: #2955a9;
	border: 1px solid transparent
}

.container_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.container_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.container_check.version_2 {
	padding: 13px 15px 13px 45px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	min-height: 30px;
	font-weight: 400
}

.container_check.version_2 .checkmark {
	height: 24px;
	width: 24px;
	top: 10px;
	left: 10px
}

.container_check.version_2 .checkmark:after {
	top: 5px;
	left: 8px;
	width: 5px;
	height: 10px
}

.container_check input:checked~.checkmark:after {
	display: block
}

.container_radio {
	display: block;
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 30px;
	line-height: 1.3;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container_radio input {
	position: absolute;
	opacity: 0
}

.container_radio input:checked~.checkmark:after {
	opacity: 1
}

.container_radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%
}

.container_radio .checkmark:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #2955a9;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.container_radio.version_2 {
	padding: 13px 15px 13px 45px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	min-height: 30px;
	font-weight: 400
}

.container_radio.version_2 input:checked~.checkmark:before {
	opacity: 1
}

.container_radio.version_2 input:checked~.checkmark {
	border: 1px solid transparent
}

.container_radio.version_2 .checkmark {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 24px;
	width: 24px;
	border: 1px solid #ddd;
	border-radius: 50%
}

.container_radio.version_2 .checkmark:after {
	width: 22px;
	height: 22px;
	top: 0;
	left: 0
}

.container_radio.version_2 .checkmark:before {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	z-index: 999;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.container_radio.version_2.active,
.container_radio.version_2:hover,
.container_check.version_2.active,
.container_check.version_2:hover {
	border: 1px solid #2955a9
}

.radio_input .container_radio {
	display: inline-block;
	margin: 15px 0 0 0
}

.add_bottom_10 {
	margin-bottom: 10px
}

.add_bottom_15 {
	margin-bottom: 15px
}

.add_bottom_20 {
	margin-bottom: 15px
}

.add_bottom_30 {
	margin-bottom: 30px
}

.add_bottom_45 {
	margin-bottom: 45px
}

.add_bottom_60 {
	margin-bottom: 60px
}

.add_bottom_75 {
	margin-bottom: 75px
}

.add_top_10 {
	margin-top: 10px
}

.add_top_15 {
	margin-top: 15px
}

.add_top_20 {
	margin-top: 20px
}

.add_top_30 {
	margin-top: 30px
}

.add_top_60 {
	margin-top: 60px
}

.more_padding_left {
	padding-left: 40px
}

.nomargin_top {
	margin-top: 0
}

.nopadding {
	margin: 0 !important;
	padding: 0 !important
}

.nomargin {
	margin: 0 !important
}

.margin_30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px
}

.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px
}

.box_style_cat {
	background: #fff;
	border: 1px solid #ededed;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05)
}

@media (max-width: 991px) {
	.box_style_cat {
		display: none
	}
}

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

ul#cat_nav li {
	border-bottom: 1px solid #ededed
}

ul#cat_nav li i {
	font-size: 16px;
	font-size: 1rem;
	margin: 2px 10px 0 0;
	float: left
}

ul#cat_nav li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

ul#cat_nav li a {
	position: relative;
	color: #555;
	display: block;
	padding: 15px 10px
}

ul#cat_nav li a:after {
	font-family: "fontello";
	content: "\e89b";
	position: absolute;
	right: 15px;
	top: 15px
}

ul#cat_nav li a span {
	font-size: 11px;
	font-size: 0.6875rem;
	color: #999
}

ul#cat_nav li a:hover,
ul#cat_nav li a#active,
ul#cat_nav li a.active {
	color: #2955a9
}

.accordion_2 .card {
	border: 0;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05)
}

.accordion_2 .card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	padding: 20px
}

.accordion_2 .card-body {
	padding-bottom: 0
}

.accordion_2 .card-header h5 {
	font-size: 16px;
	font-size: 1rem
}

.accordion_2 .card-header h5 a {
	border: 0;
	display: block;
	color: #999
}

.accordion_2 .card-header h5 a i.indicator {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
	float: right;
	color: #2955a9
}

.card {
	border-radius: 0;
	border: 0;
	margin-bottom: 5px
}

.main_title_2 {
	text-align: center;
	margin-bottom: 45px;
	position: relative
}

.main_title_2 span {
	width: 120px;
	height: 2px;
	background-color: #e1e1e1;
	display: block;
	margin: auto
}

.main_title_2 span em {
	width: 60px;
	height: 2px;
	background-color: #2955a9;
	display: block;
	margin: auto
}

@media (max-width: 767px) {
	.main_title_2 {
		margin-bottom: 10px
	}
}

.main_title_2 h2 {
	margin: 25px 0 0 0
}

@media (max-width: 767px) {
	.main_title_2 h2 {
		font-size: 26px;
		font-size: 1.625rem
	}
}

.main_title_2 p {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4
}

@media (max-width: 767px) {
	.main_title_2 p {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.main_title_3 {
	position: relative;
	border-left: 2px solid #e1e1e1;
	padding-left: 15px
}

@media (max-width: 767px) {
	.main_title_3 {
		border-left: none;
		padding-left: 0
	}
}

.main_title_3 span {
	width: 2px;
	height: 30px;
	background-color: #2955a9;
	position: absolute;
	left: -2px;
	top: 0;
	display: block
}

@media (max-width: 767px) {
	.main_title_3 span {
		display: none
	}
}

.main_title_3 h2,
.main_title_3 h3 {
	font-size: 26px;
	font-size: 1.625rem;
	margin: 0;
	display: inline-block
}

@media (max-width: 767px) {
	.main_title_3 h2,
	.main_title_3 h3 {
		font-size: 21px;
		font-size: 1.3125rem
	}
}

.main_title_3 p {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px
}

@media (max-width: 767px) {
	.main_title_3 p {
		font-size: 14px;
		font-size: 0.875rem
	}
}

.main_title_3 a {
	display: inline-block;
	right: 0;
	bottom: 0;
	position: absolute
}

@media (max-width: 767px) {
	.main_title_3 a {
		top: -10px
	}
}

.main_title_3 a:after {
	font-family: 'ElegantIcons';
	content: "\24";
	font-size: 21px;
	font-size: 1.3125rem;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	top: 5px;
	margin-left: 4px
}

a.box_topic {
	text-align: center;
	background: #fff;
	padding: 40px 30px 15px 30px;
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	color: #555;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

@media (max-width: 767px) {
	a.box_topic {
		padding: 20px 20px 0 20px
	}
}

a.box_topic:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}

a.box_topic span {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	background-color: #0092c6;
	background-color: rgba(0, 164, 222, 0.05);
	width: 100px;
	height: 100px;
	display: block;
	line-height: 100px;
	margin: 0 auto 15px
}

a.box_topic h3 {
	font-size: 18px;
	font-size: 1.125rem
}

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

.list_articles ul li {
	float: left;
	width: 45%;
	margin-right: 45px;
	padding: 15px 0;
	border-bottom: 1px solid #ededed
}

.list_articles ul li a {
	color: #555;
	display: block
}

.list_articles ul li a:hover {
	color: #2955a9;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px)
}

.list_articles ul li i {
	margin-right: 10px;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	top: 2px
}

@media (max-width: 991px) {
	.list_articles ul li {
		float: none;
		width: 100%;
		margin-right: 0
	}
}

.fl-form .fl-wrap {
	position: relative;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fl-form input.fl-input,
.fl-form select.fl-select,
.fl-form textarea.fl-textarea {
	width: 100%;
	outline: 0;
	font-size: 14px;
	line-height: 1.4;
	border-radius: 3px;
	border: 1px solid none;
	background-color: #fff;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0
}

.fl-form input.fl-input[readonly]{
	background-color: #dedede !important;
}

.fl-form input.fl-input:-moz-placeholder,
.fl-form select.fl-select:-moz-placeholder,
.fl-form textarea.fl-textarea:-moz-placeholder {
	color: #555;
	font-weight: 400
}

.fl-form input.fl-input::-moz-placeholder,
.fl-form select.fl-select::-moz-placeholder,
.fl-form textarea.fl-textarea::-moz-placeholder {
	color: #555;
	font-weight: 400
}

.fl-form input.fl-input:-ms-input-placeholder,
.fl-form select.fl-select:-ms-input-placeholder,
.fl-form textarea.fl-textarea:-ms-input-placeholder {
	color: #555;
	font-weight: 400;
	color: #FFF !important
}

.fl-form input.fl-input::-webkit-input-placeholder,
.fl-form select.fl-select::-webkit-input-placeholder,
.fl-form textarea.fl-textarea::-webkit-input-placeholder {
	color: #555;
	font-weight: 400
}

.fl-form select.fl-select {
	position: relative;
	color: #555;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none
}

.fl-form select.fl-select::-ms-expand {
	display: none
}

.fl-form .fl-is-active input.fl-input,
.fl-form .fl-is-active select.fl-select,
.fl-form .fl-is-active textarea.fl-textarea {
	color: #222;
	background-color: #fff;
	border-color: none
}

.fl-form .fl-has-focus input.fl-input,
.fl-form .fl-has-focus select.fl-select,
.fl-form .fl-has-focus textarea.fl-textarea {
	background-color: #fff;
	border-color: none
}

.fl-form label.fl-label {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	top: -11px;
	left: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	border-top-left-radius: 3px;
	transition: all 0.3s ease-in-out;
	z-index: 1
}

body[dir=rtl] .fl-form label.fl-label {
	left: unset;
	right: 0
}

.fl-form .fl-is-active label.fl-label {
	opacity: 1;
	visibility: visible
}

.fl-form .fl-has-focus label.fl-label {
	color: #555
}

.fl-form .fl-is-required:before {
	opacity: 1;
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	right: 18px;
	font-size: 14px;
	line-height: 1.75;
	color: #555;
	transition: all 0.3s ease-in-out;
	padding: 8px 0 0;
	z-index: 1
}

body[dir=rtl] .fl-form .fl-is-required:before {
	right: unset;
	left: 18px
}

.fl-form .fl-is-required.fl-is-active:before {
	opacity: 0
}

.fl-form.fl-style-1 input.fl-input,
.fl-form.fl-style-1 select.fl-select,
.fl-form.fl-style-1 textarea.fl-textarea {
	padding: 8px 16px
}

.fl-form.fl-style-1 select.fl-select {
	height: 46px
}

.fl-form.fl-style-1 .fl-is-active input.fl-input,
.fl-form.fl-style-1 .fl-is-active select.fl-select,
.fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
	padding: 8px 16px
}

.fl-form.fl-style-1 label.fl-label {
	top: 1px;
	left: 13px;
	background-color: transparent;
	padding: 16px 4px
}

.fl-form.fl-style-1 label.fl-label:before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
	z-index: -1
}

.fl-form.fl-style-1 .fl-is-active label.fl-label {
	top: -10px;
	padding: 4px
}

.fl-form.fl-style-1 .fl-is-active label.fl-label:before {
	top: 10px
}

body[dir=rtl] .fl-form.fl-style-1 label.fl-label {
	left: unset;
	right: 13px
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
	padding: 16px
}

.fl-form.fl-style-2 select.fl-select {
	height: 62px
}

.fl-form.fl-style-2 .fl-is-active input.fl-input,
.fl-form.fl-style-2 .fl-is-active select.fl-select,
.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
	padding: 24px 16px 8px
}

.fl-form.fl-style-2 label.fl-label {
	top: 1px;
	left: 9.8px;
	padding: 8px 4px 4px
}

.fl-form.fl-style-2 .fl-is-required:before {
	padding-top: 16px
}

body[dir=rtl] .fl-form.fl-style-2 label.fl-label {
	left: unset;
	right: 13px
}

.fl-form .fl-wrap-select:after {
	content: '';
	position: absolute;
	display: block;
	top: 1px;
	right: 6px;
	height: calc(100% - 2px);
	width: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3E%3Cpath fill='%23555' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/%3E%3C/svg%3E") no-repeat;
	background-position: 100% 50%;
	background-size: 7px 14px;
	z-index: 2
}

body[dir=rtl] .fl-form .fl-wrap-select:after {
	right: unset;
	left: 6px
}

.logo1 img{
	width: 150px;
	height: auto;
}
.summary h3 span{
	color: #00a4de;
}
.summary p{
	color: #555;
}
.messagesend {
    display: none;
	position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: rgb(76, 175, 79);
    padding: 13px 20px;
    border: 1px solid #007b06;
    margin: 0px;
    z-index: 9;
}
.messagesend h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.messageerror {
    display: none;
	position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: rgb(251, 72, 72);
    padding: 15px 20px;
    border: 1px solid #b70f0f;
    margin: 0px;
    z-index: 9;
}
.messageerror h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.google-recaptcha {
    display: none;
	position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: rgb(251, 196, 72);
    padding: 15px 20px;
    border: 1px solid #e0ab34;
    margin: 0px;
    z-index: 9;
}
.google-recaptcha h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.successmessage1{
	display: none;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}
.successmessage2{
	width: 400px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
	text-align: center;
    transform: translate(-50%, -50%);
}
.successmessage2 h3{
	color: #222;
    font-size: 21px;
    font-weight: 500;
    padding: 0px 0px 5px;
    margin: 0px;
}
.successmessage2 p{
	color: #939393;
    font-size: 13px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
.errormessage1{
	display: none;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}
.errormessage2{
	width: 400px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
	text-align: center;
    transform: translate(-50%, -50%);
}
.errormessage2 h3{
	color: #222;
    font-size: 21px;
    font-weight: 500;
    padding: 0px 0px 5px;
    margin: 0px;
}
.errormessage2 p{
	color: #939393;
    font-size: 13px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
.teams1{
	display: none;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.63);
	padding: 0px 20px;
	overflow: auto;
	z-index: 9;
}
.teams2{
	width: 550px;
    height: auto;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    margin: 7% auto;
}
.teams3{
	padding: 15px;
    border-bottom: 1px solid #ededed;
}
.teams3 h3{
	color: #222;
    font-size: 21px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}
.teams4{
	padding: 15px;
	text-align: right;
}
.teams4 p{
	color: #939393;
    font-size: 14px;
    font-weight: 400;
	text-align: left;
    padding: 0px 0px 10px;
    margin: 0px;
}
.teams4 a{
	display: inline-block;
	color: #fff;
    font-size: 14px;
    font-weight: 600;
	line-height: 1;
	background-color: #00A4DE;
    border-radius: 3px;
    padding: 12px 30px;
    margin: 0px;
}
.teams4 a:hover{
	background: #2955a9;
}
.buttonvalidation1{
	display: inline-block;
	color: #fff;
    font-size: 14px;
    font-weight: 600;
	line-height: 1;
	background-color: #949494;
    border-radius: 3px;
	border: none;
    padding: 12px 30px;
    margin: 0px;
	outline: none;
}
@media only screen and (max-width: 600px) {
	.teams2{
		width: 100%;
	}
}

.hero {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #003298;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
          transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
          animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: rgba(0, 71, 244, 0.29);
}
.cube:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
            transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
            transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
            transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
            transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

/* Header Section Start */
.header1{
	position: relative;
	background-color: #fff;
    background-image: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
	height: 590px;
    padding: 70px 0px;
}
.header1 .header2{
	text-align: center;
    padding: 79px 100px 100px;
}
.header1 .header2 h3{
	color: #fff;
    font-size: 37px;
    font-weight: 500;
    padding: 0px 0px 10px;
    margin: 0px;
}
.header1 .header2 p{
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 15px;
    margin: 0px;
}
.header1 .header2 a{
	display: inline-block;
	color: #fff;
    font-size: 16px;
    font-weight: 400;
	background-color: #00A4DE;
    border-radius: 19px;
    padding: 6px 30px;
    margin: 0px;
    cursor: pointer;
}
.header1 .header2 a:hover{
	color: #fff;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.41);
}
.header1 .headerimage1{
	position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.header1 .headerimage1 img{
	width: 390px;
    height: auto;
}
/* Header Section End */

/* Form Survey Section Start */
.formsurvey1{
	background-color: #fff;
    /* background-image: url(../images/bg2.jpg);
    background-size: cover; */
	/* padding: 50px 0px 70px; */
	padding: 10px 0px;
}
/* Form Survey Section End */

/* Features Section Start */
.features1{
	/* background-color: #fff; */
	background-color: #f9f9f9;
    background-image: url(../images/bg4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
	padding: 160px 0px;
	height: 630px;
}
.features1 .features2{
	text-align: center;
	margin-bottom: 30px;
}
.features1 .features2 h3{
	color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 0px 0px 10px;
    margin: 0px;
}
.features1 .features2 h3 span{
	display: block;
    font-size: 34px;
}
.features1 .features3{
	position: relative;
	text-align: center;
	border: 1px solid #6396bb;
	border-radius: 10px;
	padding: 20px 10px;
	margin: 0px 0px 15px;
	transition: 0.5s;
	overflow: hidden;
	z-index: 1;
}
.features1 .features3:before{
	content: "";
	position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
	width: 10px;
    height: 10px;
    background-color: #2196F3;
	transition: 0.5s;
	z-index: -1;
}
.features1 .features3:hover:before{
	width: 100%;
    height: 100%;
}
.features1 .features3:hover{
	transform: translate(0px, -20px);
	box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.19);
}
.features1 .features3 img{
	width: 100px;
    height: auto;
	transition: 0.5s;
}
.features1 .features3:hover img{
	filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}
.features1 .features3 p{
	color: #fff;
    font-size: 15px;
    font-weight: 400;
	min-height: 86px;
    padding: 0px;
    margin: 0px;
}
/* Features Section End */

/* Video Section Start */
.video1{
	position: relative;
    background-color: #fff;
    padding: 70px 0px;
}
.video1 .video2{
	position: relative;
	border: 2px solid #a9a9a9;
    border-radius: 10px;
    padding: 70px 70px 70px 150px;
	margin: 130px 0px 0px;
	z-index: 1;
}
.video1 .video2 h3{
	/* color: #222; */
	color: #7e7e7e;
    font-size: 37px;
    font-weight: 500;
    padding: 0px 0px 20px;
    margin: 0px;
}
.video1 .video2 h3 span{
	color: #00a4de;
}
.video1 .video2 p{
	color: #222;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0px 15px;
    margin: 0px;
}
.video1 .video2 .video3{
	position: absolute;
    top: -120px;
    left: -240px;
}
.video1 .video2 .video3 img{
	width: 330px;
    height: auto;
	border-radius: 10px;
	box-shadow: 4px 3px 15px rgba(0, 0, 0, 0.32);
}
.video1 .video2 .video4{
	/* display: none; */
	position: absolute;
    top: -50px;
    right: -260px;
	transform: scaleX(-1);
    z-index: -1;
}
.video1 .video2 .video4 img{
	width: 300px;
    height: auto;
	animation: topbottom1 infinite;
	animation-duration: 7s;
	opacity: 0.5;
}
@keyframes topbottom1 {
  0% {transform: translate(0px, -40px);}
  50% {transform: translate(0px, 0px);}
  100% {transform: translate(0px, -40px);}
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: linear-gradient(90deg,rgb(6, 133, 205),rgba(140, 42, 144));
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    margin-top: 3px;
    margin-left: 3px;
    border-left: 29px solid #fff;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: linear-gradient(90deg,rgb(6, 133, 205),rgba(140, 42, 144));
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border{
	0%{
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100%{
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity:0;
	}
}
.videopopup1{
	display: none;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.59);
    padding: 0px 20px;
    z-index: 999;
    overflow-y: auto;
}
.videopopup2{
	position: relative;
	max-width: 69%;
    height: 500px;
    margin: 5% auto;
}
.videopopup2 iframe{
	width: 100%;
    height: 100%;
}
.videoclose{
	position: absolute;
	top: -20px;
    right: -20px;
	cursor: pointer;
}
.videoclose img{
	width: 40px;
    height: 40px;
}
/* Video Section End */

/* Brand Section Start */
.brand1{
	background-color: #f9f9f9;
    padding: 70px 0px;
	overflow: hidden;
}
.brand2{
	position: relative;
}
.brand3 h3{
	color: #222;
    font-size: 37px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.brand3 ul{
	padding: 0px;
    margin: 30px 0px 0px;
	text-align: left;
}
.brand3 ul li{
	display: inline-block;
    list-style-type: none;
    /* border: 1px solid #e7e7e7;
    padding: 10px;
    margin: 7px;
	transition: 0.5s; */
}
/* .brand3 ul li:hover{
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	transform: scale(1.03);
} */
.brand3 ul li img{
	/* width: 165px; */
	width: 145px;
    height: auto;
	border: 1px solid #e7e7e7;
    padding: 10px;
    margin: 7px;
	transition: 0.5s;
}
.brand3 ul li:hover img{
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	transform: scale(1.03);
}
.brand4{
	position: relative;
	z-index: 1;
}
.brand4:before{
	content: "";
    position: absolute;
    top: -10px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg5.png);
    background-position: center;
    background-size: cover;
    transform: rotate(-30deg);
	animation: shake1 infinite;
	animation-duration: 7s;
    z-index: -1;
}
@keyframes shake1 {
  0% {transform: rotate(-20deg);}
  50% {transform: rotate(-40deg);}
  100% {transform: rotate(-20deg);}
}
.brand4 img{
	width: 100%;
    height: auto;
	transform: rotate(-10deg);
}
.brand5{
	position: absolute;
	top: -207px;
    left: -270px;
	opacity: 0.1;
}
.brand5 img{
	width: 270px;
    height: auto;
}
/* Brand Section End */

/* Testimonial Section Start */
.testimonial1{
	background-color: #fff;
    /* padding: 70px 0px 30px; */
    padding: 30px 0px;
}
.testimonial1 h3{    
	color: #222;
    font-size: 37px;
    font-weight: 500;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 40px;
}
.testimonial1 h3 span{
	color: #00a4de;
}

.testimonial1 img{
	display: block;
    width: 190px;
    height: auto;
    margin: 0px auto;
}
.testimonial3{
	background-color: #fff;
	background-image: url(../images/bg7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px -60px;
	min-height: 275px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 30px;
    margin: 0px;
    /* box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); */
	overflow: hidden;
}
.testimonial3 h4{
	color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.testimonial3 img{
	display: block !important;
    width: 79px !important;
    height: auto;
    margin: 0px auto;
}
.testimonial3 p{
	color: #222;
    font-size: 15px;
    font-weight: 400;
	text-align: center;
    padding: 50px 0px 0px;
    margin: 0px;
}
.testimonial1 .owl-theme .owl-nav{
	display: none;
}
.testimonial1 .owl-theme .owl-dots {
    margin-top: 30px;
}
/* Testimonial Section End */

/* Client Section Start */
.client1{
	background-color: #fff;
    /* padding: 10px 0px; */
    /* padding: 50px 0px 10px; */
    padding: 40px 0px;
}
.client3{
	/* border: 1px solid #f1f1f1; */
}
.client3 img{
	display: block !important;
    width: 170px !important;
    height: auto;
    margin: 0px auto;
    /* opacity: 0.5; */
	transition: 0.5s;
}
.client3:hover img{
	opacity: 1;
}
.client1 .owl-theme .owl-nav{
	display: none;
}
.client1 .owl-theme .owl-dots {
    display: none;
}
/* Client Section End */

/* Page Header Section Start */
.pageheader1{
	position: relative;
	background-color: #fff;
    background-image: url(../images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
	height: 340px;
    padding: 70px 0px;
}
.pageheader1 .pageheader2{
	text-align: center;
    padding: 49px 100px;
}
.pageheader1 .pageheader2 h3{
	color: #fff;
    font-size: 37px;
    font-weight: 500;
    padding: 0px 0px 20px;
    margin: 0px;
}
.pageheader1 .pageheader2 a{
	display: inline-block;
	color: #fff;
    font-size: 16px;
    font-weight: 400;
	background-color: #00A4DE;
    border-radius: 19px;
    padding: 6px 30px;
    margin: 0px;
    cursor: pointer;
}
.pageheader1 .pageheader2 a:hover{
	color: #fff;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.41);
}
/* Page Header Section End */

/* form1 Section Start */
.form1{
	background-color: #fff;
    padding: 70px 0px;
}
.form2{
	position: relative;
    background-color: #fff;
	background-image: url(../images/pattern.png);
	border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.form2:before{
	content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 90%;
    height: 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: #e2e2e2;
    z-index: -1;
}
.form2:after{
	content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 83%;
    height: 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: #e9e9e9;
    z-index: -1;
}
.form2 h3{
	color: #222;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    padding: 0px 0px 20px;
    margin: 0px;
}
.form2 form .form3{
	margin: 0px 0px 15px;
}
.form2 form .form3 label{
	display: block;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    margin: 0px 0px 4px;
}
.form2 form .form3 input{
	width: 100%;
    height: 37px;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    padding: 7px 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: 0;
}
.form2 form .form3 input[readonly]{
	background-color: #dedede;
}
.form2 form .form3 .container_check{
	margin: 10px 0px 0px 29px;
}
.form2 form .form3 .container_check .checkmark{
	left: -27px;
}
.form2 form .form3 input[type="checkbox"]{
	width: auto;
}
.form2 form .formoption1{
	display: none;
}
.form2 form .form4{
	margin: 0px 0px 15px;
	text-align: right;
}
.form2 form .form4 button{
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #00A4DE;
    border: none;
    border-radius: 3px;
    padding: 9px 27px;
    margin: 0px;
	transition: 0.5s;
    cursor: pointer;
    outline: none;
}
.form2 form .form4 button:hover, .form2 form .form4 button:focus{
	background-color: #2955a9;
}
.form5 table{
	width: 100%;
    height: auto;
    border-collapse: collapse;
    margin: 0px 0px 1px 0px;
}
.form5 table tr th{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #5c48a0;
	border: 1px solid #725cbf;
    padding: 9px;
}
.form5 table tr td{
	color: #969696;
    font-size: 14px;
    font-weight: 500;
	text-align: left;
    background-color: transparent;
    padding: 7px 9px;
    border-bottom: 1px solid #e0e0e0;
}
.form5 table tr td:first-child{
	text-align: center;
}
.form5 table tr td:first-child:before{
	counter-increment: Serial;
	/* content: "Serial is: " counter(Serial); */
	content: counter(Serial);
}
.form5 table tr td img{
	display: block;
	width: auto;
    height: 35px;
    margin: 0px auto;
}
#imagePreview1{
	display: none;
	padding: 0px;
	margin: 10px 0px 0px;
}
#imagePreview2{
	display: none;
	padding: 0px;
	margin: 10px 0px 0px;
}
#imagePreview1 img, #imagePreview2 img{
	width: 60px;
    height: auto;
}
.upload-main-wrapper{
    width: 100%;
    margin: 0 auto;
}
#file-upload-name{
	display: none;
    margin: 4px 0 0 0;
    font-size: 12px;
}
.upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    position: relative;
    cursor: pointer;
    background-color: #1d71c3;
    padding: 9px 10px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.2s linear all;
    color: #ffffff;
}
.upload-wrapper input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}
.upload-wrapper > svg {
    width: 50px;
    height: auto;
	margin: 0px 10px 0px 0px;
    cursor: pointer;
}
.upload-wrapper.success > svg{
    transform: translateX(-200px);
}
.upload-wrapper.uploaded {
    transition: 0.2s linear all;
    text-align: center;
}
.upload-wrapper .file-upload-text {
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear all;
}
.upload-wrapper.uploaded .file-upload-text {
    text-indent: -999px;
    margin: 0;
}
.file-success-text {
    opacity: 0;
    transition: 0.2s linear all;
    visibility: hidden;
    transform: translateX(200px);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-success-text svg {
    width: 25px;
    height: auto;
}
.file-success-text span{
   margin-left: 15px;
}
.upload-wrapper.success .file-success-text{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.upload-wrapper.success.uploaded .file-success-text{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.upload-wrapper.success.uploaded .file-success-text span{
    display: none;
}
.upload-wrapper .file-success-text circle{
      stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 1.4s;
}
.upload-wrapper.success .file-success-text  circle {
    stroke-dashoffset: 0;
}
.upload-wrapper .file-success-text polyline {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 2s;
}
.upload-wrapper.success .file-success-text polyline {
    stroke-dashoffset: 0;
}
.upload-wrapper.success .file-upload-text{
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.upload-main-wrapper2{
    width: 100%;
    margin: 0 auto;
}
#file-upload-name2{
	display: none;
    margin: 4px 0 0 0;
    font-size: 12px;
}

.upload-wrapper2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    position: relative;
    cursor: pointer;
    background-color: #1d71c3;
    padding: 9px 10px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.2s linear all;
    color: #ffffff;
}
.upload-wrapper2 input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}
.upload-wrapper2 > svg {
    width: 50px;
    height: auto;
	margin: 0px 10px 0px 0px;
    cursor: pointer;
}
.upload-wrapper2.success2 > svg{
    transform: translateX(-200px);
}
.upload-wrapper2.uploaded2 {
    transition: 0.2s linear all;
    text-align: center;
}
.upload-wrapper2 .file-upload-text2 {
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear all;
}
.upload-wrapper2.uploaded2 .file-upload-text2 {
    text-indent: -999px;
    margin: 0;
}
.file-success-text2 {
    opacity: 0;
    transition: 0.2s linear all;
    visibility: hidden;
    transform: translateX(200px);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-success-text2 svg {
    width: 25px;
    height: auto;
}
.file-success-text2 span{
   margin-left: 15px;
}
.upload-wrapper2.success2 .file-success-text2{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.upload-wrapper2.success2.uploaded2 .file-success-text2{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.upload-wrapper2.success2.uploaded2 .file-success-text2 span{
    display: none;
}
.upload-wrapper2 .file-success-text2 circle{
      stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 1.4s;
}
.upload-wrapper2.success2 .file-success-text2  circle {
    stroke-dashoffset: 0;
}
.upload-wrapper2 .file-success-text2 polyline {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 2s;
}
.upload-wrapper2.success2 .file-success-text2 polyline {
    stroke-dashoffset: 0;
}
.upload-wrapper2.success2 .file-upload-text2{
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
/* form1 Section End */

/* Footer Section Start */
.footer1{
	background-color: #fff;
    background-image: url(../images/bg9.png);
    background-position: top;
    background-size: cover;
    padding: 90px 0px 20px;
}
.footer2{
	margin: 0px 0px 50px;
	text-align: center;
}
.footer2 img{
	width: 130px;
    height: auto;
}
.footer2 h3{
	color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding: 20px 0px;
    margin: 0px;
}
.footer2 p{
	float: none;
	color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 0px 0px 20px;
    margin: 0px;
}
.footer2 a{
	/* display: inline-block;
    color: #206fc1;
    font-size: 15px;
    font-weight: 500;
	background-color: #fff;
	padding: 7px 15px;
    margin: 0px;
	transition: 0.5s; */
	display: inline-block;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    padding: 7px 15px;
    margin: 0px;
    transition: 0.5s;
}
.footer2 a:hover{
	/* box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.30); */
}
.newlink1 img{
	width: 30px;
    height: auto;
    margin-right: 7px;
}
.footer2 a.footerlogo1{
	background-color: transparent;
}
.footer2 a:hover.footerlogo1{
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0);
}
.footer2 ul{
	display: block;
    float: none;
    padding: 0px;
    margin: 20px 0px 0px;
}
.footer2 ul li{
	display: inline-block;
    list-style-type: none;
    padding: 0px;
    margin: 0px 7px 0px 0px;
}
.footer2 ul li:after{
	display: none;
}
.footer2 ul li a{
	display: inline-block;
    color: #e7e7e7;
    font-size: 15px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 7px 15px;
    margin: 0px;
    transition: 0.5s;
}
.footer2 ul li a:hover{
	color: #206fc1;
	background-color: #fff;
}
.footer3{
	border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding: 15px 0px 0px;
}
.footer3 p{
	color: #fff;
	float: left;
}
.footer3 ul{
	float: right;
}
.footer3 ul li a{
	color: #fff;
}
.footer3 ul li a:hover{
	color: #fff;
}
.topscroll1{
	display: none;
	position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    background-color: rgba(51, 51, 51, 0.63);
    padding: 5px 13px;
    margin: 0px;
	z-index: 999;
}
.topscroll1:hover, .topscroll1:focus{
	color: #fff;
}
/* Footer Section End */
.newmargint1{
	margin-top: 17px !important;
}