@import url(../assets/fonts/fontawesome/css/all.min.css);

@import url(meanmenu.css);

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	color: #212529
}

a {
	display: inline-block
}

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

.btn, button:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #202020;
	font-weight: 600
}

.main-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5% !important
}

.required label::after {
	content: "*";
	color: red;
	margin-left: 3px
}

.box-shadow {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

a.btn.btn-warning.disable {
	pointer-events: none
}

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

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

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

p {
	margin-bottom: 15px
}

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

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

ul {
	margin: 0
}

.mt-70 {
	margin-top: 70px
}

.py-100 {
	padding: 100px 0
}

.py-70 {
	padding: 70px 0
}

.form-control {
	height: 50px;
	color: #202020;
	border: 1px solid #c8c8c875;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%
}

.form-control::-webkit-input-placeholder {
	color: #495057;
	font-size: 13px
}

.form-control:-ms-input-placeholder {
	color: #495057;
	font-size: 13px
}

.form-control::-ms-input-placeholder {
	color: #495057;
	font-size: 13px
}

.form-control::placeholder {
	color: #495057;
	font-size: 13px
}

.form-control:focus {
	color: #000;
	background-color: transparent;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #1d42d9
}

.form-control:focus, .form-control:hover:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset
}

textarea.form-control {
	height: auto;
	height: 250px
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-70 {
	padding-bottom: 70px
}

.summary {
	text-align: right
}
.customphone .iti {
    display: flex;
    align-items: center;
    height: 18px;
}
.box-btn, button.button {
    font-size: 16px;
    color: #fff;
    padding: 15px 25px;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #5cb73e;
    border: 1px solid #5cb73e;
    font-weight: 500;
    text-decoration: none !important;
}
.form-wrapper .invalid-feedback {
    top: 37px;
    font-size: 12px;
}
.alert a.close{
	float: right;
}
.box-btn.border-btn {
	background-color: transparent;
	border: 2px solid #085dad;
	color: #085dad
}

.box-btn.border-btn:hover {
	color: #fff;
	background-color: #085dad;
	border: 2px solid #085dad
}

.bg-theme {
	background: #dbeeff
}

.box-btn:hover, button.button:hover {
	background-color: #4097ea;
	border-color: #4097ea !important;
	color: #fff
}


.section-title {
	margin-bottom: 0;
	font-size: 35px
}

.section-title span.text-green {
	font-size: 40px !important;
	text-transform: none
}

.text-green {
	color: #46a76f
}

.mb-15 {
	margin-bottom: 15px
}

.bg-green {
	background: #e9f8f0
}

.mb-30 {
	margin-bottom: 30px
}

.text-blue {
	color: #085dad
}

.is-sticky {
	position: fixed !important;
	top: 0;
	width: 100% !important;
	left: 0;
	z-index: 999 !important;
	-webkit-animation: fadeInDown .5s ease-in-out;
	animation: fadeInDown .5s ease-in-out;
	-webkit-transition: .3s;
	transition: .3s;
	background: #fff !important
}

.navbar-brand {
	float: none;
	height: auto
}

.navbar {
	position: relative;
	min-height: auto;
	margin-bottom: 0;
	border: 0
}


.owl-carousel .owl-item img {
	width: auto !important
}

.home-video {
	background: #dbeeff
}

.home-process-area {
	position: relative;
	background-size: cover;
	opacity: 1;
	background: #085dad;
	background-blend-mode: multiply
}

.home-process-area .single-process {
	text-align: center;
	margin-bottom: 30px;
	position: relative
}

.home-process-area .single-process .icon {
	display: inline-block;
	line-height: 56px;
	margin-bottom: 30px;
	border-radius: 3px;
	position: relative
}

.home-process-area .single-process .content h3 {
	color: #fff
}

.home-process-area .single-process .content p {
	color: #fff;
	margin-bottom: 0
}

.home-process-area .single-process span {
	position: absolute;
	z-index: 1
}

.home-process-area .single-process span::before {
	content: "";
	position: absolute;
	content: "";
	height: 170px;
	border-right: 1px dashed #f5faff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: -56px;
	left: 122px;
	z-index: -1
}

.home-process-area .single-process span img {
	max-width: 100px;
	margin-left: 100px;
	border: 3px solid #ffffff40;
	border-radius: 100%
}


.blog-btn {
	position: absolute;
	bottom: 10px;
	width: 91%
}


.blog-item {
	background: #fff;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 0 14px 0 rgb(213, 225, 237);
	box-shadow: 0 0 14px 0 rgb(213, 225, 237);
	z-index: 1;
	border: 2px solid #d3e5f6;
	border-radius: 10px;
	padding: 20px 20px 60px 20px
}

.blog-item a {
	text-decoration: none !important
}

.blog-item h3 {
	font-size: 21px;
	font-weight: 500;
	line-height: 30px
}

.blog-item h3 a {
	color: #085dad
}

.blog-item h3 a:hover {
	color: #44b272
}

.single-blog h3 a {
	color: #085dad
}

.single-blog .content ul li {
	font-size: 16px;
	display: inline-block
}

.single-blog .content ul li a {
	position: relative;
	margin-left: 25px
}

.single-blog .content ul li a::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 15px;
	left: -16px;
	top: 3px;
	background: #7a7e9a
}

.single-blog .content span {
	color: #293a5c;
	font-weight: 500
}

.single-blog .content h3 {
	margin-top: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 0;
	font-weight: 400;
	color: #085dad
}

.single-blog .content p {
	margin-top: 10px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.blog-btn p {
	font-size: 17px;
	color: #293a5c;
	margin-bottom: 0
}

.blog-btn p a {
	color: #3d59fa;
	text-decoration: underline
}

.single-blog hr {
	margin: 10px 0;
	border-top: 1px solid rgb(211, 229, 246)
}

footer .logo img {
	max-width: 236px
}

.social-ul li a i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #fff;
	color: #0d163a;
	font-size: 17px;
	border-radius: 50px
}

.social-ul li a {
	color: #fff
}

.social-ul li a:hover {
	text-decoration: none !important;
	color: #44b272
}

.social-ul .facebook {
	background: #1877f2;
	color: #fff
}

.social-ul .twitter {
	background: #45b4f8;
	color: #fff
}

.social-ul .linkedin {
	background: #0072b1;
	color: #fff
}

.social-ul .instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%,
		#cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%,
		#cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%
		, #bc1888 100%);
	color: #fff
}

.social-ul .youtube {
	background: #f70000;
	color: #fff
}

footer hr {
	border-top: 1px solid rgb(255 253 253/ 25%)
}

.footer-bottom {
	margin-top: 30px;
	border-top: 1px solid #38436a
}

.footer-bottom p a {
	color: #44b272
}

.footer-bottom p a:hover {
	color: #5de395
}

footer .contact-us h2 {
	font-size: 20px
}

.social-ul li .facebook:hover {
	background: #3c5a99;
	color: #fff
}

.social-ul li .twitter:hover {
	background: #04a9f4;
	color: #fff
}

.social-ul li .youtube:hover {
	background: #c4302b;
	color: #fff
}

.footer-bottom a {
	text-decoration: underline
}

.footer-area {
	position: relative;
	overflow: hidden;
	background: #1e2645;
	z-index: 1;
	padding: 50px 0 30px 0
}

.footer-area .content p {
	color: #fff;
	margin-top: 20px
}

.footer-area .content h3 {
	font-size: 25px;
	color: #f5faff;
	margin-bottom: 25px;
	position: relative;
	z-index: 1
}

.footer-area .content .footer-list li {
	line-height: 1.8;
	margin-bottom: 8px;
	position: relative
}

.footer-area .content .footer-list li a {
	color: #f5faff;
	text-decoration: none !important
}

.footer-area .content .footer-list li a:hover {
	color: #44b272
}

.footer-area .content .footer-list li a i {
	position: absolute;
	top: 4px;
	left: 0;
	color: #fff;
	display: inline-block
}

.footer-area .copy-area {
	margin-top: 70px;
	padding: 20px 0;
	border-top: 1px solid #2a355e
}

.bg-blue {
	background: #125c88
}

.title-section {
	background: #5cb73e;
	padding: 50px 0;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply
}

.title-section p {
	font-size: 18px
}

.bg-light {
	background-color: #75c79721 !important
}

.about-section .about-inner {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background: #fff;
	padding: 20px;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #e1ebe699
}

.about-section {
	background: #085dad
}

.about-inner h3 {
	color: #085dad
}

.video-container {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(12, 40px);
	max-width: 1200px
}


.video-container img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.technology-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@-webkit-keyframes ripple {

	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	50% {
		-webkit-transform:
			scale(1.5);
		transform:
			scale(1.5);
		opacity:
			.8
	}

	100% {
		opacity:
			0;
		-webkit-transform:
			scale(2);
		transform:
			scale(2)
	}
}

@keyframes ripple {

	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	50% {
		-webkit-transform:
			scale(1.5);
		transform:
			scale(1.5);
		opacity:
			.8
	}

	100% {
		opacity:
			0;
		-webkit-transform:
			scale(2);
		transform:
			scale(2)
	}
}
.contact-icon {
	border: 2px solid #46a76f;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	color: #46a76f
}

.contact-form label {
	color: #202020;
	font-weight: 600
}

.h50 {
	height: 50px;
	font-size: 20px;
	line-height: 40px
}

.mt-32 {
	margin-top: 32px
}

.pricing-box {
	background: #fff;
	margin-bottom: 70px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.pricing-box.box-shadow {
	-webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0/ 25%);
	box-shadow: 0 3px 20px 0 rgb(0 0 0/ 25%)
}

.pricing-box h4 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.pricing-box h3 {
	display: block;
	font-weight: 500;
	line-height: 30px;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 1px;
	color: #202020
}

p.business {
	font-size: 21px;
	font-weight: 500;
	color: #46a76f;
	margin: 20px 0;
	background: #daf3e5;
	padding: 5px 15px;
	border-radius: 5px;
	line-height: 28px
}

.standard.pricing-box p.business {
	background: #d1e6f3;
	color: #0f5888
}

.premium.pricing-box p.business {
	background: #ffe2d7;
	color: #ee5a24
}

.pricing-box .price p {
	font-weight: 700;
	font-size: 42px;
	line-height: 42px;
	color: #0f5888;
	margin-bottom: 24px
}

.price-text {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase
}

.pricing-box ul li {
	position: relative;
	padding-left: 20px
}

.pricing-box ul li::before {
	position: absolute;
	content: "\f00c";
	left: 0;
	top: 0;
	color: #46a76f;
	font-family: FontAwesome;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.pricing-top {
	color: #fff;
	padding: 15px;
	margin-bottom: 0
}

.premium.pricing-box .pricing-top {
	background: #ee5a24
}

.standard.pricing-box .pricing-top {
	background: #0f5888
}

.basic.pricing-box .pricing-top {
	background: #44b272
}

.pricing-box .box-btn {
	padding: 10px 20px;
	font-size: 15px
}

.mt-4.pricing-btn {
	position: absolute;
	bottom: 25px
}

.mt-4.card-btn {
	position: absolute;
	bottom: 25px;
	right: 40px;
}

.card-btn h5 {
	font-weight: 500;
	font-size: 26px;
	color: #085dad;
	margin-bottom: 0
}

.bg-theme {
	background: #e9f5ff
}

.contact-link a {
	color: #44b272;
	text-decoration: underline !important
}

.contact-link h5 {
	line-height: 40px
}

.form-group.field-user-designation .form-control {
	color: #495057;
	font-size: 15px
}

.email-group .palceholder {
	position: absolute;
	top: 7px;
	left: 8px;
	color: #b1b1b1;
	display: block;
	z-index: 1
}

.email-group .palceholder label {
	color: #000
}

input::-webkit-input-placeholder:first-letter {
	color: red;
	content: "*";
	opacity: 1
}

input::-webkit-input-placeholder:after {
	color: red;
	content: "*";
	opacity: 1
}

#form-signup a {
	text-decoration: underline !important
}

.circle-shape1 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: .7
}

.social-signin {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 1
}

.custom {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox label, .radio label {
	padding-left: 0
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border: 1px solid #46a76f
}

.custom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.container:hover input ~.checkmark {
	background-color: #fff
}

.custom input:checked ~.checkmark {
	background-color: #46a76f
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

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

.custom .checkmark:after {
	left: 7px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.login-text h3 {
	font-size: 19px;
	margin-top: 5px
}

.login-text i {
	color: #46a76f;
	font-size: 25px
}

.main_wrapper section.content.py-5 {
	padding: 0 !important
}

.features-section {
	padding: 100px 0
}

.features-inner {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	min-height: auto;
	padding: 29px 12px 0;
	height: 100%
}


.features-section {
	background: #e9f8f0
}

.f-desc h3 a {
	color: #202020
}

.features-block_One {
	margin-bottom: 40px
}

.portfolio-heading-section {
	background: #44b272;
	padding: 50px 0;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply
}

.portfolio-heading-section .area-heading.mt-5 {
	margin-top: 0 !important;
	text-align: center
}

h1.area-title {
	color: #fff;
	margin-bottom: 0
}

article.blog-post {
	background: #fff;
	margin-bottom: 30px;
}

.cx-blog-section .meta-info>li {
	color: #202020;
	margin-top: 5px
}

.cx-blog-section .post-content h3 a {
	color: #085dad;
	white-space: normal;
	font-weight: 400;
	text-decoration: none !important;
	text-transform: capitalize;
}

.cx-blog-section .post-content h3 a:hover {
	color: #44b272
}

.cx-blog-section .post-content-inner .meta-info a {
	color: #44b272;
	font-size: 15px;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	border: 2px solid #44b272;
	text-decoration: none !important
}

.cx-blog-section .post-content-inner .meta-info a:hover {
	color: #fff;
	font-size: 15px;
	background: #44b272
}

.cx-blog-section .card {
	border: 0;
	box-shadow: 0 10px 29.7px .3px rgba(225, 225, 225, .64);
	margin-bottom: 20px;
	height: 98% !important;
}
.cx-blog-section .mb-lg-0 {
	margin-bottom: 1rem !important;
}
.cx-blog-section .card-header {
	background-color: #085dad;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px
}

.cx-blog-section .blog-categories ul li a, .cx-blog-section .portfolio-filter-1 li a,
	.portfolio-heading-section h1.area-title {
	text-transform: capitalize
}

.post-content-inner h2 a {
	color: #085dad;
	font-weight: 400
}

.post-bar .meta-info li {
	margin-top: 0 !important
}

.cx-blog-section {
	padding: 70px 0 !important;
	background: #ebf5ff
}

.cx-blog-section .menu-icon a {
	color: #212529
}

.list-wrapper .items {
	border-bottom: 1px solid #d4dfef
}

ul.portfolio-filter-1 li {
	display: inline-block
}

.cx-blog-section .portfolio-filter-1 li a {
    box-shadow: 0 10px 29.7px .3px rgba(225, 225, 225, .64);
    font-size: 18px;
    border: 1px solid #d4dfef;
    color: #085dad;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 15px;
	height: 45px;
	line-height: 45px;
}

.btn-primary, .btn-primary:not(:disabled):not(.disabled).active,
	.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
	{
	color: #fff;
	background-color: #46a76f !important;
	border-color: #46a76f !important
}

.btn-primary:hover {
	color: #fff;
	background-color: #54c081 !important;
	border-color: #54c081 !important
}

.meta-info .badge a, .meta-info .badge a:hover {
	text-decoration: none !important;
	color: #fff
}

.meta-info .badge, .meta-info .badge-success {
	padding: 5px;
	font-size: 15px;
	font-weight: 400
}

.blog-comment-section .footer-social-menu li a {
	margin-left: 5px;
	text-decoration: none !important
}

.comment-view .card-header h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0
}
.cx-blog-section .sideimage .media-body {
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.cx-blog-section .sideimage{
    margin: 10px 0;
}
.content-list .list-wrapper a {
	color: #212529;
	text-decoration: none !important;
	display: initial;
}

.content-list .list-wrapper a:hover {
	color: #46a76f;
}

.cx-blog-section .portfolio-filter-1 li a:hover, .cx-blog-section .portfolio-filter-1 li.active a
	{
	background: #46a76f
}

.blog-categories ul li {
	display: inline-block
}

.blog-categories ul li a {
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	box-shadow: 0 10px 29.7px .3px rgba(225, 225, 225, .64);
	font-size: 15px;
	border: 1px solid #d4dfef !important;
	padding: 0 15px !important;
	border-radius: 2px;
	color: #085dad !important;
	font-weight: 600;
	font-size: 18px
}

.blog-categories ul li a:hover {
	background-color: #46a76f !important;
	color: #fff !important;
	text-decoration: none;
	border-color: #46a76f !important
}

.icon-description1 a {
	text-decoration: underline;
	color: #46a76f
}

.icon-description1 a:hover {
	color: #fff
}

.p-bg.quote-content {
	padding-top: 100px
}

.content-section.card {
	border: 0;
	background: #e9f8f0
}


.feature-btn {
	position: absolute;
	bottom: 35px
}

.services-section {
	background: #085dad;
	padding: 70px 50px
}

.services-section p {
	font-size: 16px
}

.services-content {
	height: 100%;
	background: 0 0;
	padding: 20px;
	border: 1px dashed #87d6ce
}

.service-detail-content ul {
	padding-left: 20px
}

.service-detail-content ul li {
	list-style: disc
}

.service-social li {
	display: inline-block;
	margin-right: 15px
}

.service-social li a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 25px
}

.service-social li a:hover {
	text-decoration: none !important
}

.service-social li a.facebook {
	background: #3a589b !important
}

.service-social li a.facebook:hover {
	background: #3a589b !important
}

.service-social li a.twitter {
	background: #1c9deb !important
}

.service-social li a.twitter:hover {
	background: #1c9deb !important
}

.service-social li a.linkedin {
	background: #007ab9 !important
}

.service-social li a.linkedin:hover {
	background: #007ab9 !important
}

ul.pagination li a, ul.pagination li.next span, ul.pagination li.prev span
	{
	padding: 5px 15px;
	background: #fff;
	color: #000;
	display: block;
	margin: 10px 5px;
	border: 1px solid #e3e8ee;
	border-radius: 4px
}

ul.pagination {
	text-align: center;
	display: block;
	margin: 20px 0
}

ul.pagination li {
	display: inline-block
}

ul.pagination li.active a {
	background: #46a76f !important;
	color: #fff;
	border: 1px solid #46a76f
}

ul.pagination li.next span, ul.pagination li.prev span {
	color: #555
}

ul.pagination li a:hover {
	background: #e9ecef
}

.thanks-section {
	background: #44b272;
	border-radius: 10px;
	padding: 50px 20px;
}
.thanks-section img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 16px;
	background: #fff;
}
.thanks-section h5 a {
	text-decoration: underline;
	color: #fff;
}
.candidate-wrp {
	box-shadow: rgb(149 157 165 / 7%) 0px 8px 24px;
}
.thanks-section p {
	font-size: 18px;
	margin: 22px auto;
	max-width: 560px;
}

.bg-thanks {
	background: #f3f9ff
}

.bg-thanks .box-shadow {
	border: 1px solid #deefff;
	-webkit-box-shadow: 0 25px 30px 0 rgba(15, 111, 213, .15);
	box-shadow: 0 25px 30px 0 rgba(15, 111, 213, .15)
}

.url-expired {
	background: #e64141;
	border-radius: 10px
}

.url-expired img {
	filter: brightness(0) invert(1)
}

.bg-bottom {
	background-color: #ffffffde;
	border: 1px solid #d3e5f6;
	z-index: 99
}

.bg-bottom button.btn-success {
	margin-left: 10px;
	color: #fff;
	background-color: #44b272;
	border-color: #44b272;
	padding: 7px 20px
}

.bg-bottom button.btn-success:not(:disabled):not(.disabled).active,
	.bg-bottom button.btn-success:not(:disabled):not(.disabled):active,
	.show>.bg-bottom button.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #4aaa72;
	border-color: #4aaa72
}

.employee-details h3 {
	font-size: 24px
}

.employee-details .section-title {
	background: #085dad;
	padding: 10px 20px
}

.employee-details .section-title {
	font-size: 28px
}

.employee-details h4 {
	font-size: 18px;
	border-bottom: 2px solid #44b272;
	display: inline-block;
	padding-bottom: 3px;
	color: #085dad
}

.employee-details span.icon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #085dad;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	margin-right: 10px
}

.employee-content p {
	font-size: 17px
}

.employee-details hr {
	border-top: 1px solid rgb(153, 184, 213)
}

.employee-details .checkbox-label label {
	font-size: 21px;
	color: #085dad;
	font-weight: 600;
	line-height: 20px
}

.update-info {
	border: 1px solid #99b8d5;
	padding: 20px;
	border-radius: 5px
}

.employee-details .form-update label {
	color: #202020;
	font-weight: 600
}

.employee-details .form-control {
	border: 1px solid #c4dcf1
}

.employee-details textarea {
	height: 150px
}

.row-step2 .form-group {
	margin-bottom: 0
}

.employee-details table td, .employee-details table th {
	border: 1px solid #c9e1f8
}

#profile-grid-view table td, #profile-grid-view table th {
	border: 1px solid #8eb2d4
}

a.subscribe-link {
	color: #44b272;
	text-decoration: underline;
	font-weight: 600
}

.cx-blog-section .post-content h3 {
	overflow: visible;
	text-overflow: inherit;
	white-space: inherit
}

.form-group.field-loginform-rememberme {
	margin-bottom: 0
}

.about-us-bg {
	background: #f3f9ff
}

.registration-view .custom-control a {
	color: #fff
}

.contact-us-wrapper {
	margin-top: 60px;
	padding-top: 50px;
}

.contact-us-wrapper .form-control {
	background-color: #fff;
}

.contact-us-wrapper .butn, .contact-us-wrapper .btn-main {
	background: #5cb73e;
	border: 1px solid #5cb73e;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 12px 40px;
	text-align: center;
	border-radius: 9px;
	position: relative;
	z-index: 3;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	outline: none !important;
	margin-top: 30px;
	text-decoration: none;
}
.contact-us-wrapper .butn{
	width: 100%;
}
.contact-us-wrapper .butn:hover, .contact-us-wrapper .btn-main:hover {
	background-color: #fff;
	color: #5cb73e;
}

.contact-us-wrapper .btn-main {
	margin-top: 0;
}

.contact-us-wrapper .btn-main i {
	font-size: 12px;
	margin-left: 5px;
}

.contact-us-wrapper .number-box .row .pt-4 {
	display: none;
}

.cx-blog-section .post-single p {
	color: #212529;
}

.cx-blog-section .post-single .fa, .cx-blog-section .post-single .fas {
	font-family: FontAwesome;
}

.cx-blog-section .meta-info>li:last-child {
	margin-top: 5px;
}

.cx-blog-section .sideimage img {
	width: 110px;
}
.cx-blog-section .sideimage a.d-block {
	width: 110px;
}

.cx-blog-section .sideimage {
	align-items: center;
}

.footer ul li a:hover {
	text-decoration: underline !important;
}

.invalid-feedback {
	display: block !important;
}

@media ( min-width : 1232px) {
	.customphone .form-label {
		left: 81px;
		width: 58% !important;
		top: -2px;
	}
}

.form-group.field-user-contact_no.required input#user-contact_no {
	padding-left: 80px !important;
	padding-right: 30px !important;
}

.exchange i{
	display:flex;
}
@media ( max-width : 575px) {
.search-container input, .search-container button{
	width: 100% !important;
}
}
#form-signup .sign-link {
	color: #5cb73e;
}
