a {
	color: #49a75d;
}
a:hover {
	color: #18672E;
	text-decoration: none;
}

.red {
    color: red;
}

h1, .h1 {
	font-size: 1.6rem;
}
h2, .h2 {
	font-size: 1.4rem;
}
h3, .h3 {
	font-size: 1.2rem;
}
h4, .h4 {
	font-size: 1rem;
}
h5, .h5 {
	font-size: 1rem;
}
h6, .h6 {
	font-size: 1rem;
}

.font-size-5 {
    font-size: 150%;
}
.font-size-3 {
    font-size: 125%;
}
.font-size-3 {
    font-size: 100%;
}
.font-size-2 {
    font-size: 75%;
}
.font-size-1 {
    font-size: 50%;
}

.text-primary {
	color: #49a75d !important;
}

.border-content {
    border-bottom: 1px dashed #49a75d;
}

#footer {
	min-height: 2rem;
	background: #49a75d;
}

#main-menu .navbar-toggler-wrapper {
	width: 100%;
}
#main-menu .navbar-toggler {
	width: 100%;
	background: #49a75d;
	color: #fff;
}
#main-menu .navbar-toggler > .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
#main-menu .navbar-toggler > .text {
	text-align: left;
}
#main-menu .navbar-nav .nav-link {
	position: relative;
	padding-left: 20px;
	color: #353535;
}
#main-menu .navbar-nav .nav-link::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #49a75d;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#main-menu .side-hotline .text {
	color: #3a52d6;
}
#main-menu .side-hotline .phone-number {
	font-size: 1.9rem;
}
#main-menu .side-hotline .phone-number,
#main-menu .side-hotline .phone-number a {
	color: #565656;
    letter-spacing: 6px;
}


#main-menu .side-contact {
	line-height: 2;
}

.heading {
	border-bottom: 1px solid #49a75d;
}
.heading > span {
	display: inline-block;
	padding: .3rem .5rem;
	padding-right: 1rem;
	background: #49a75d;
	color: #fff;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
}

.card-article {
	border: 0;
	border-bottom: 1px solid #49a75d;
	border-radius: 0;
}
.card-article > .card-body {
	padding: 0;
}
.card-article h3 {
	color: #49a75d;
}
.card-article > .card-body {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.card-team {
	border: 0;
	border-radius: 0;
}
.card-team > .card-body {
	padding-left: 0;
	padding-right: 0;
}

.latest-news .heading {
	padding: .4rem .5rem;
	background: #49a75d;
	color: #fff;
	margin-bottom: 0;
}
.latest-news .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.side-social-contact {
	text-align: center;
}
.side-social-contact .link-contact > .icon-contact {
	width: 48px;
}
.side-social-contact .link-contact + .link-contact {
	margin-left: .3rem;
}


.form-control {
	border: 1px solid #aec3b3;
}
.form-control:focus {
	border-color: #93d4a1;
	box-shadow: 0 0 0 0.2rem rgba(73, 167, 93, .25);
}

.list-group.list-with-cursor .list-group-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
}
.list-group.list-with-cursor .list-group-item:before {
    content: '';
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 0;
	height: 0;
    background: transparent;
	border-style: solid;
    border-width: 0.5em 0 0.5em 0.5em;
    border-color: transparent transparent transparent #49a75d;
    -moz-transform: translate(0, -0.25em);
    -webkit-transform: translate(0, -0.25em);
    transform: translate(0, -0.25em);
}

.custom-select {
	border: 1px solid #aec3b3;
}
.custom-select:focus {
	border-color: #93d4a1;
	box-shadow: 0 0 0 0.2rem rgba(73, 167, 93, .25);
}
.form-control {
	border: 1px solid #aec3b3;
}
.form-control:focus {
	border-color: #93d4a1;
	box-shadow: 0 0 0 0.2rem rgba(73, 167, 93, .25);
}

.btn-link {
    color: #49a75d;
}
.btn-link:hover {
    color: #18672E;
}
.btn-primary {
	background-color: #49a75d;
	border-color: #49a75d;
}
.btn-primary:hover {
	background-color: #2b843e;
	border-color: #2b843e;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: #2b843e;
	border-color: #2b843e;
}
.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(73, 167, 93, .25);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #8db195;
    border-color: #8db195;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(73, 167, 93, .25);
}

.iva2 .row > div {
    padding: .5rem;
    border: 1px solid #dee2e6;
}

.iva-case.page_area ul {
    list-style: none;
}
.iva-case.page_area ul li {
    float: left;
}
.iva-case.page_area ul li a {
    width: 40px;
    padding: 8px 12px;
    margin: 0 8px 5px 0;
    background: #DDD;
    color: black;
    border-radius: 3px;
    text-align: center;
    display: block;
    transition: 0.5s;
}
.iva-case.page_area ul li a.selected, .page_area ul li a:hover {
    background: #49a75d;
    color: white;
}
.iva-case.page_area:after {
    content: " ";
    width: 100%;
    height: 0;
    display: block;
    clear: both;
}

.iva_table thead {
    background: #FFEBD7;
}
.iva_table tbody tr:nth-child(2n - 1) {
    background: #f2fff0;
}
.iva_table tbody tr:nth-child(2n) {
    background: #fff8f0;
}

.quform-inner .from_table input {
    width: 80%;
    margin: 3px 0;
}

.iva-nav.nav-pills .nav-link.active, .iva-nav.nav-pills .show > .nav-link,
.drp-nav.nav-pills .nav-link.active, .drp-nav.nav-pills .show > .nav-link,
.bust-nav.nav-pills .nav-link.active, .bust-nav.nav-pills .show > .nav-link {
    background-color: #49a75d;
}
.tab-seperator {
    height:3px;
    background:#49a75d;
    margin: .5rem auto;
}

.form-steps {
    position: relative;
}
.form-steps-bar {
    position: absolute;
    left: 0;
    right: 0;
    height: 10%;
    top: 45%;
    background: #49a75d;
    z-index: -1;
}

.form-steps-inner div {
    display: inline-block;
    width: 60px;
    margin: 10px auto;
    border-radius: 30px;
    line-height: 2;
    text-align: center;
    background: #edfff1;
    border: 5px solid #49a75d;
    color: #888;
    font-size: large;
}

.form-steps-inner div.currect-step {
    background: #49a75d;
    color: white;
}

.button-to-top.btn-secondary {
    opacity: 0.9;
    background-color: #98a4b0;
    border-color: #98a4b0;
    box-shadow: 0px 1px 2px rgba(255, 255, 255, .7);
}
.button-to-top.btn-secondary:hover {
    background-color: #7e8284;
    border-color: #7e8284;
}


.component-back-to-top {
    position: fixed;
    right: 0;
    bottom: 0;
}

.pager > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pager > ul > li {
    display: inline-block;
}
.pager > ul > li > a {
    display: block;
    padding: 5px 10px;
}
.pager > ul > li > a.selected {
    border-bottom: 1px solid;
}

.card-article .card-body img {
    max-width: 100%;
    height: auto;
}

.bg-purple {
    background-color: #7651a2 !important;
}
.border-purple {
    border-color: #7651a2 !important;
}
.text-purple {
    color: #7651a2 !important;
}