@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  background: #FFF;
  color: #444;
}
a {
  color: #004189;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #38ae26;
  text-decoration: none;
}
.text-secondary {
  color: #004189 !important;
}
.form-control {
    color: #7f7f7f;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.blog-grids4 .blog-grid-text p {
    color: #444;
}
.border-primary {
    border-color: #38ae26 !important;
}
.section-heading p {
    font-size: 16px;
}
.btn-primary {
    background: #282b2d;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: .75rem 1.75rem !important;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: none;
    position: relative;
    z-index: 9999;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
}
.btn-primary span {
    z-index: 999;
	color: #fff;
    position: relative;
}
.btn-primary:hover {
    color: #fff;
	background: #86bc42;
}
.btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #282b2d;
    border-color: #282b2d;
}
/*.btn-primary:after {
    content: '';
    position: absolute;
    border-radius: 4px;
    bottom: 6px;
    left: 0;
    height: 2px;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    width: 0;
    background: #86bc42;
	color: #282b2d;
    height: 100%;
    top: 0;
    z-index: 1;
}
.btn-primary:hover:after {
    width: 100%;
    border-radius: 3px
}*/

header{
	z-index: 999;
}
.navbar-header-custom {
    padding: 17px 0 15px 0;
}
.navbar-brand img {
    max-height: 55px;
}
#top-bar {
    background: #004189;
    padding: 6px 0;
}
/*.top-bar-info {
    float: right;
}*/
.top-bar-info li a {
    color: #FFF;
}
.top-bar-info li a:hover {
    color: #38ae26;
}
.top-bar-info li i {
    color: rgba(255, 255, 255, 0.50);
	font-size: 14px;
}
.top-social-icon li a {
    color: #FFF;
}
.top-social-icon li a:hover {
    color: rgba(255, 255, 255, 0.50);
}
header {
    /*background-color: #2e486d;*/
	background-color: #FFF;
}
.top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 13px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0;
    line-height: 38px;
}
.dropdown-menu-dark {
    color: #fff;
    background-color: #004189;
    border-color: rgba(255, 255, 255, .15);
}
#lang ul li .dropdown-item {
    display: block;
    width: 100%;
    padding: .20rem 1rem;
    clear: both;
    font-weight: 400;
	font-size: 14px;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
#lang ul li .dropdown-item:hover, 
#lang ul li .dropdown-item:focus {
	background-color: #265d9b;
}
.btn-secondary {
    color: #fff;
    background-color: #4071a7;
    border-color: #4071a7;
	font-size: 13px;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #265d9b;
    border-color: #265d9b;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus  {
    color: #fff;
    background-color: #265d9b;
    border-color: #265d9b;
}
.navbar-nav > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 21px 0.5rem;
    color: #282b2d;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.navbar > ul > li.has-sub > a:after {
    position: absolute;
    top: 27px;
    right: -5px;
    content: "";
    border-color: transparent #282b2d #282b2d transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: block;
    height: 6px;
    transform: rotate(45deg);
    transition: border 0.3s ease 0s;
    width: 6px;
}
.navbar-nav li > ul {
    background: #444;
}
.navbar-nav > li > a {
    color: #444;
}
.navbar-nav > li.has-sub > a:hover {
    color: #b9b9b9;
	text-decoration: none;
}
.navbar-nav li.has-sub a:hover {
    color: #38ae26;
}
.sub-menu li a {
    color: #FFF;
}
.attr-nav > ul > li > a {
    color: #FFF;
    display: block;
    padding: 0 12px;
    position: relative;
}
.top-search {
    background-color: #98a1b0;
}
.fa-search {
    color: #444;
}
section {
    padding: 80px 0 100px 0;
}
.noborder{
	border: 0;
}
.modal-content{
	font-size: 14px;
	line-height: 20px;
}
.modal-header .h3{
	font-size: 1.35rem
}
.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    text-align: center;
    background: #191919;
    color: #666;
}
.footer-bar p {
	font-size: 14px;
}
.footer-bar p a {
	color: #666;
	text-decoration: underline;
}
.footer-bar p a:hover {
	color: #666;
	text-decoration: underline;
}

.footer-contact li a:before {
    content: none;
}
.footer__page-list ul {
	padding-left: 0;
	margin-bottom: 10px;
	    float: left;
}
.footer__page-list li {   
    line-height: 1;
	display: inline;
	list-style: none;
	font-size: 14px;
}
.footer__page-list li a  {
    color: #666;
    font-weight: 400;
}
.footer__page-list li a:hover {
    color: #CCC;
    font-weight: 400;
}
.footer__page-divider {
    font-size: 16px;
    color: #A0A1A6;
    line-height: 1;
    margin-left: 10px;
    margin-right: 10px;
}
.footer-list li {
    list-style-type: none;
    color: #939393;
    padding: 2px 0;
}
.modal-header [type=button]:not(:disabled), 
.modal-header [type=reset]:not(:disabled), 
.modal-header [type=submit]:not(:disabled), 
.modal-header button:not(:disabled) {
    cursor: pointer;
    border: none;
	background-color: #fff;
}
.modal-footer .butn:after {
    position: relative;
}
.modal-footer .butn.primary:hover {
    color: #fff;
	background: #282b2d;
    border-radius: 3px;
}
.scroll-to-top {
    background: #38ae26;
    border: 1px solid #38ae26;
}
.footer-social-icons ul li a {
	color: #fff;
}
.footer-social-icons ul li {
    background: #777;
    border-color: #777;
}
.footer-social-icons ul li:hover {
    background: #38ae26;
    border-color: #38ae26;
}
.nowrap{
	white-space: nowrap;
}
.blog-card-three .card-body {
    max-width: 95%;
	min-width: 80%;
}
.navbar-toggler {
    background: #38ae26;
    width: 50px;
    height: 45px;
    padding: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 18px;
    cursor: pointer;
    z-index: 12399994;
    border: none;
}
.form-select {
    min-height: 46px;
}
.form-select:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #38ae26;
    outline: 0;
    box-shadow: none;
}
@media (max-width: 1199px) {
.navbar-brand img {
	max-height: 48px;
	}
}
@media screen and (max-width: 991px) {
.menu_area .navbar-brand {
	margin-top: 0px;
	margin-right: 5px;
}
.navbar-header-custom {
  padding: 12px 0 12px 0;
}
.navbar ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #444;
    background: #f7f7f7;
    padding: 8px 30px;
}
.navbar ul ul li {
    margin-bottom: 0;
    padding: 0;
	border-color: none;
}
.navbar ul ul {
	border: none;
}
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
.menu_area .navbar-brand {
	margin-top: 0px;
	margin-right: 5px;
	}
.navbar-brand img {
	max-height: 40px;
	}
.navbar-header-custom {
  padding: 10px 0 10px 0;
	}
.navbar-toggler {
    background: #38ae26;
    width: 50px;
    height: 45px;
    padding: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
    z-index: 12399994;
    border: none;
}
}
