@font-face {
    font-family: 'Nunito-Regular';
    src: url(../fonts/fonts/Nunito-Regular.ttf),
    url(../fonts/fonts/Nunito-Regular.woff2),
    url(../fonts/fonts/Nunito-Regular.woff);
}
@font-face {
    font-family: 'Nunito-SemiBold';
    src: url(../fonts/fonts/Nunito-SemiBold.ttf),
    url(../fonts/fonts/Nunito-SemiBold.woff),
    url(../fonts/fonts/Nunito-SemiBold.woff2);
}
body {
	font-family: 'Nunito-Regular';
}
html {
	height: 100%;
    width: 100%;
}
body {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.main_wrapper {
    flex: 1 0 auto;
    background: #fff;
}
.index-body .main_wrapper
{
    background-color: #fff;
}
.pb-40 {
	padding-bottom: 30px;
}
.mt-100 {
	margin-top: 100px;
}
h1,h2,h3,h4,h5,h6 
{     
 font-family: 'Nunito-SemiBold';
}
a, a:hover {
    text-decoration: none !important;
    outline: none !important;
}
a {
     color: #6dbd63;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
}
a:hover {
     color: #48953f;
}
.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    overflow: hidden;
}
.form-control {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     height: 40px;
     border-color: #d9d9d9;
}
.form-control:focus {
     border-color: #6dbd63;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
}
.clr-green
{
     background:#e0f0e04d;
}
blockquote {
     font-size: 14px;
}
.btn, button
{
    outline: none;
    box-shadow: none !important;
}
input,
textarea,
select {
     appearance: none;
     -webkit-appearance: none;
}

::-webkit-input-placeholder {
     color: #ccc;
}

:-moz-placeholder {
     color: #ccc;
}

::-moz-placeholder {
     color: #ccc;
}

:-ms-input-placeholder {
     color: #ccc;
}
.title.text-center, .section-title, .area-title {
     font-size: 28px;
     margin-bottom: 15px;
     text-transform: capitalize;
     text-align: center;
     margin-bottom: 0;
}
.wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
.wrapper-2 {
    padding: 30px;
    text-align: center;
}
.wrapper-2 p {
    margin: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}
.go-home , 
.go-home:hover {
    color: #fff;
    background: #6dbd63;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.main_wrapper {
	height: auto;
	overflow: hidden;
}
.padding-top {
	padding-top: 50px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.card-container.card {
	max-width: 350px;

}
.required label::after, .field-quote-verifycode label::after, .field-information-verifycode label::after {
    content: "*";
    color: red;
    margin-left: 3px;
}
/************Header start--------------*/
header .navbar-nav li a
{
	color: #000;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}
header .btn-success
{
	padding:4px 15px;
}
header .navbar-nav li
{
	margin-right: 20px;
}
header
{
    height: 94px;
}

/************Header end--------------*/
/************ footer start***********/
footer {
	background: #202736;
	padding:50px 0px;
}
footer .footer-heading h4
{
	font-size: 20px;
}
.footer-content ul li a
{
	color: #fff;
	font-size: 15px;
}
.footer_social li a i
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border:1px solid #fff;
	text-align: center;
	border-radius: 50px
}
footer p
{
	font-size: 15px;
}
.footer-bottom {
    padding: 15px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #f6fbf6;
    font-size: 16px;
}
.footer-index .footer-bottom  ul li a , .footer-index .footer-bottom p a,.footer-index .footer-bottom p{
    color: #fff !important;

}
.footer-index .footer-bottom 
{
      background: #ff4c8445;
}
/************ footer end***********/
/************privacy***********/

.content-section {
	margin: 30px 0;
	background: #fff;
	padding: 16px;
}
.content-section h1 {
	font-size: 26px;
	margin-top: 0;
	padding-bottom: 11px;
	margin-bottom: 30px;
	display: inline-block;
	font-weight: 500;
}
h4.divider {
	font-size: 20px;
	text-transform: uppercase;
}
.page-head h1 {
	font-size: 22px;
	padding: 15px 8px;
}
.page-head {
	background: #fff;
}
/*----------- contact --------------*/
.contact-group .card
{
	padding:20px;

}
.contact-group .card .icon 
{
	max-width: 40px;
}
.contact-group .card .icon span {
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #28a745;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #28a745;
}
.contact-form .button {
    background: #28a745;
    color: #fff;
    outline: none;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid #28a745;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}
/*----------- custom --------------*/
.card
{
	margin-bottom: 20px;
}
.card-header
{
	    background-color: rgb(32, 39, 54);
	    color: #ffffff
}
.list-view.comment-list .menu-icon a,
.content-list .list-wrapper.list-unstyled li a
{
	color: #000;
}
.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section-padding {
	padding: 30px 0;
	background: #eee;
}
.login-box {
    margin: auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}
.signup-bg .content-bottom {
	margin-bottom: 20px !important;
}
.content-bottom h4 i {
	color: #51A746;
	font-size: 24px;
	vertical-align: middle;
}
.content-bottom h4 
	{
	font-size: 26px;
	 color:#000;
	}
.signup-bg {
	padding: 23px;
}
.content-bottom h4 span {
    font-size: 16px;
 	 margin-right: 5px;
    width: 30px;
    height: 30px;
    background: #5fb255;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
p.style {
    margin-left: 45px;
}
.mb-20 {
	margin-bottom: 20px;
}
.candidate-section .input-group.file-caption-main
{
	width: 90%;
}
.single-blog h3 {
    line-height: 1;
}
.single-blog p {
   font-size:15px;
}
.single-blog h3 a {
    font-size: 18px;
    letter-spacing: 0;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
}
a.read-more {
    border: 2px solid #6dbd63;
    padding: 7px 14px;
    color: #6dbd63;
	font-size: 15px;
	display: inline-block;
	border-radius: 5px;
}
.mg-30 {
	margin-bottom: 30px;
}
.pd-100 {
	padding-top: 80px;
}
.single-services a:hover {
	text-decoration: none;
}

.single-services img {
	width: 100px;
}

.title-1 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #67bb5c;
}
.single-blog {
	margin-bottom: 30px;
}
.bg {
	background: #eee;
}
.pb-15 {
	padding-bottom: 16px;
}

.btn-bg { 
background: #6DBD63 !important;
font-size: 15px !important;
color: #fff !important;
padding: 10px !important;
}

.required label.control-label::after {
    content: " *";
    color: #ef0303;
}

textarea.form-control {
    height: 120px;
}
.secondary {
    background-color: #6dbd63 !important;
}

.products--capabilities-panel h3 {
	position: relative;
	font-size: 27px;
}

.nav-tabs {
    border-bottom: 0;
}
.nav-tabs > li  a{
	font-size: 16px;
}
.products--capabilities-panel h4 {
	font-family: 'Arimo', sans-serif;
	font-size: 19px;
	margin: 20px 0 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus , .nav.nav-tabs li a:hover {
	color: #555 !Important;
	cursor: default;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 0 inherit;
	font-size: 16px;
	background-color: #f7f7f7;
	border-radius: 0;
	font-weight: 500;
	cursor: pointer;
}

.light-color.btn {
	background: #fff;
	color: #000;
}


.bottom-content {
	border: none;
	padding: 0;
	font-size: 14px;
	color: #060606;
	text-align: center;
}
 .testimonials .item .details {
	display: block;
	color: #080808;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px;
}
.testimonials .name {
	display: block;
	color: #080808;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 17px;
}
 .title {
	font-size:14px;
}
.testimonials-image {
	width: 80px;
	height: 80px;
	border: 4px solid #f2f2f2;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 50%;
	margin: auto;
	overflow:hidden;
}

article.blog-post
{
	padding: 20px;
	margin:30px 0px;
}

.site-about {
    padding: 50px 0;
}
.auth-clients li {
    float: none;
    display: inline-block;
    margin: 15px 20px 0 0;
    text-align: left;
   
}
.social-links {
    margin-top: 0;
    text-align: center;
}
.signup-or > span {
    background: #5fb255 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
    padding: 5px 8px;
    position: relative;
    top: 12px;
    border-radius: 50px;
}
.signup-or {
    border-bottom: 1px solid #5fb255;
    margin: 0 0 30px;
    text-align: center;
}
.bg-bottom {
	z-index : 999;
}

.portfolio-filter-1 li,.blog-categories ul li
{
	display: inline-block;
}
.cx-section.cx-blog-section
{
	padding: 50px 0px;
	background:#e0f0e087;
}
/*common*/
.wrapper .container-fluid.px-0
{
	max-width: 100%;
    margin: 0 auto;
    padding: 0 5% !important;
    overflow: hidden;

}
.wrapper .container-fluid.px-0 .card
{
	margin-top: 20px;
}
.card
{
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border: 0;
}
.navbar-toggler-icon {
      width: 1em;
    height: 2px;
    margin: 5px;
    display:block;
}
.help-block-error {
color: red;
}
.blog-post.post-single img {
	width:100%;
}
.blog-detail .card.card-primary.blog-widget-view {
	padding:0;
}
.portfolio-heading-section, .pagetitle-section {
    background: #fff;
    color:#797979;
    padding: 40px 0px;
    border-bottom: #2d85b8 3px solid;
}
.overflow-inherit
{
	overflow:inherit !important
}
.pagetitle-section h1 {
    font-size: 40px;
}
.content.py-5
{
	padding: 0px !important
}

@media screen and (min-width: 600px)
{
	.login-box {
    width: 500px;
}
}
@media screen and (max-width:991px) {
ul.footer_links {
    bottom: 20px !important;
    left: 31px !important;
}
 .blog-post img {
	width:100%;
	margin-bottom:15px;
}
	.blog-section .blog-img img  {
	    height: auto;
}
	.promo .intro .title {
		font-size: 22px;
	}
		.promo .intro .summary {
		font-size: 18px;
		    margin-bottom: 10px;	
	}	
header .navbar-nav li
{
	display: block;
	border-bottom: 1px solid #d2e9d7
}
}
@media screen and (max-width: 768px)
{
    .login-box {
      padding: 30px !important;
    }
}
@media screen and (max-width:576px) {
.login-signup h4 {
	font-size: 18px;
	    line-height: 1.5;
}
}
/*end*/
.features-section p
{
     word-break: break-all;
}
.eyeicon {
    position: absolute;
    right: 30px;
    top: 17px;
}
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .form-control:valid, .form-control.is-valid
{
    background-image: none;
}
.footer_links li a
{
	color: #797979
}
.footer_links li {
    margin-left: 20px;
    position: relative;
}
.footer_links li:first-child
{
	margin-left: 0
}
.footer_links li:first-child:before
{
	display: none;
}
.footer_links li:before {
    position: absolute;
    top: 0;
    left: -11px;
    content: ':';
    color: #797979;
    font-weight: 600;
}
ul.footer_links {
    position: absolute;
    bottom: 10px;
    left: -30px;
}
.inner_logo {
    position: absolute;
    left: 0;
    top:-21px;
}
a.inner_logo img {
    max-width: 160px;
}