/*------ variable ------*/
/* color-fonts */
/* color-fonts end */
/* background element */
/* background element end*/
/*------ variable ------*/
/* stule for color palette */
.bg-main {
  background: #00466c;
}
.bg-nav {
  border-radius: 5px;
  background-color: #00466c;
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0, #00476d), color-stop(0.34, #195b84));
  background-image: -webkit-linear-gradient(top, #00476d 0%, #195b84 34%);
  background-image: -webkit-linear-gradient(bottom, #00476d 0%, #195b84 34%);
  background-image: linear-gradient(to top, #00476d 0%, #195b84 34%);
}
.bg-nav a {
  color: #FFF;
}
.bg-nav a:hover {
  color: #FFF;
}
.bg-nav li:hover {
  background: #00b09f;
}
.bg-nav li ul {
  background: #00b09f;
}
.border-color-1 {
  border-color: #fcc00d;
}
.bg-ccarusel {
  background: #f4fafe;
}
/*a {
  color: #003c6f;
}
a:hover {
  color: #00b09f;
}*/
h1,
h2,
h3,
h4,
h5,
h6,
.title-page {
  color: #003c6f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  font-family: 'FiraSans-Medium';
}
h1 {
  font-size: 28px;
  margin-bottom: 19px;
}
h2 {
  font-size: 24px;
  margin-bottom: 19px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
/* stule for color palette end */
input {
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
body {
  font-family: 'FiraSans-Light';
  font-size: 14px;
  min-width: 320px;
}
.container-fluid {
  max-width: 1030px;
}
.bg-header {
  width: 100%;
  height: 100%;
  background: url(../img/bg/header.jpg) 50% top #ffffff no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.title-page {
  font-family: 'FiraSans-Medium';
  font-size: 20px;
  margin-bottom: 13px;
}
.title-page a {
  color: #00B09F;
  font-size: 12px;
  line-height: 14px;
  float: right;
  margin-top: -23px;
}
.title-page a:hover {
  color: #00b09f;
}
.link-button {
  text-align: center;
  margin-bottom: 15px;
}
.link-button a {
  display: inline-block;
  border-radius: 5px;
  padding: 7px 20px;
  color: #fff;
  font-size: 12px;
}
.link-color a,
.link-color input {
  background: #00b09f;
}
.link-color a:hover,
.link-color input:hover {
  background: #003c6f;
}
.submit-button input {
  width: 100%;
  border: none;
  color: #FFF;
  font-size: 14px;
  padding: 8px 4px;
  border-radius: 5px;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
/*-------- style home --------*/
header {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 23px;
}
header .logo {
  float: left;
  margin-top: 20px;
}
header .logo img {
  max-width: 100%;
  float: left;
  margin-right: 13px;
}
header .logo .text-logo {
  float: left;
  font-family: 'FiraSans-Medium';
  margin-top: 8px;
}
header .logo .text-logo > span {
  display: block;
}
header .logo .text-logo > span:first-child {
  font-size: 36px;
  line-height: 38px;
  color: #003C6F;
  margin-bottom: 2px;
}
header .logo .text-logo > span:first-child span {
  color: #0094A1;
}
header .logo .text-logo > span:last-child {
  color: #2D3755;
  font-size: 12px;
  font-family: 'FiraSans-Light';
}
header .header-right {
  float: right;
}
header ul.nav-header-ul {
  width: 100%;
  margin-bottom: 15px;
}
header ul.nav-header-ul li {
  display: inline-block;
  margin-right: 23px;
}
header ul.nav-header-ul li:last-child {
  margin-right: 0;
}
header ul.nav-header-ul li a {
  font-size: 14px;
}
header form.form-header {
  width: 650px;
  height: 49px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
  margin-top: 33px;
}
header form.form-header input[type="button"],
header form.form-header input[type="submit"] {
  width: 57px;
  height: 100%;
  border: none;
  background: none;
  border-right: 1px solid #F3F3F3;
  background: url(../svg/search.svg) no-repeat 23px 19px;
  position: absolute;
  top: 0;
  left: 0;
}
header form.form-header input[type="button"]:hover,
header form.form-header input[type="submit"]:hover {
  background-color: #003970;
}
header form.form-header input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding-left: 80px;
  width: calc(100% - 60px);
  margin-left: calc(60px);
  padding-left: calc(17px);
  color: #003C6F;
}
nav {
  margin-bottom: 20px;
}
nav ul.nav-ul {
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: table;
  margin-bottom: 0;
}
nav ul.nav-ul > li {
  display: table-cell;
  height: 100%;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}
nav ul.nav-ul > li a {
  display: block;
  padding: 14px 10px;
  font-size: 16px;
  font-family: 'FiraSans-Medium';
}
nav ul.nav-ul > li:first-child {
  border-radius: 5px 0 0 5px;
}
nav ul.nav-ul > li:last-child {
  border-radius: 0 5px 5px 0;
}
nav ul.nav-ul > li ul {
  position: absolute;
  min-width: 100%;
  top: 100%;
  left: 0;
  z-index: 9;
  visibility: hidden;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
nav ul.nav-ul > li ul li {
  text-align: left;
}
nav ul.nav-ul > li ul li a {
  font-size: 14px;
  font-family: 'FiraSans-Light';
  white-space: nowrap;
  padding: 10px 5px 10px 19px;
}
nav ul.nav-ul > li ul li a:hover {
  background: #00466c;
}
nav ul.nav-ul > li:hover ul {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  visibility: visible;
}
.section-content {
  margin-bottom: 12px;
}
.section-content .left-content {
  float: left;
  width: 71%;
}
.section-content .slider-post {
  width: 100%;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 12px 37px 15px 39px;
  margin-bottom: 31px;
}
.section-content .slider-post .title-page {
  text-align: center;
}
.section-content .saitbar {
  width: 27%;
  float: right;
}
.section-content .accordion {
  margin-bottom: 30px;
}
.section-content .new-and-popular {
  width: 100%;
  height: auto;
  border: 1px solid #E9EFF2;
  background: #fff;
  border-radius: 5px;
  padding: 12px 0 0px 0;
  margin-bottom: 23px;
}
.section-content .new-and-popular .title-page {
  padding: 0 5px 0 18px;
  margin-bottom: 21px;
}
.section-content .new-and-popular ul.news-ul {
  width: 100%;
  margin-bottom: 0;
}
.section-content .new-and-popular ul.news-ul li {
  display: block;
  padding: 10px 10px 15px 18px;
  border-bottom: 1px solid #F3F6F8;
  margin-bottom: 16px;
}
.section-content .new-and-popular ul.news-ul li:last-child {
  border-bottom: none;
}
.section-content .new-and-popular ul.news-ul li .img-news-ul {
  width: 80px;
  float: left;
  margin-top: -9px;
}
.section-content .new-and-popular ul.news-ul li .img-news-ul img {
  width: 100%;
}
.section-content .new-and-popular ul.news-ul li p {
  margin-left: 95px;
  line-height: 17px;
}
.section-content .new-and-popular ul.news-ul li p a:hover {
 text-decoration: underline;   
}
.section-content .popular-issues {
  width: 100%;
  margin-bottom: 20px;
}
.section-content .popular-issues ul.ul-issues {
  width: 100%;
  margin-bottom: 0;
  margin-top: -2px;
  margin-bottom: 27px;
}
.section-content .popular-issues ul.ul-issues li {
  display: block;
  width: 100%;
  padding-left: 24px;
  position: relative;
  margin-bottom: 31px;
  line-height: 18px;
}
.section-content .popular-issues ul.ul-issues li:last-child {
  margin-bottom: 0;
}
.section-content .popular-issues ul.ul-issues li a {
  font-size: 14px;
}
.section-content .popular-issues ul.ul-issues li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background: url(../svg/lock.svg) no-repeat;
  position: absolute;
  top: 3px;
  left: 0px;
}
.section-content .popular-issues .link-button {
  text-align: left;
}
.section-content .popular-issues .link-button a {
  width: 100%;
  max-width: 200px;
  padding: 7px 5px;
  text-align: center;
  font-size: 14px;
}
.section-content .social-saitbar {
  width: 100%;
  overflow: hidden;
  margin-bottom: 21px;
}
.section-content .social-saitbar img {
  width: 100%;
}
.section-content ul.category-saitbar-ul {
  width: 100%;
  padding-bottom: 1px;
}
.section-content ul.category-saitbar-ul li {
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 11px 10px 4px 9px;
  position: relative;
  -webkit-transition: border 0.3s;
          transition: border 0.3s;
}
.section-content ul.category-saitbar-ul li:hover {
  border-color: #003c6f;
}
.section-content ul.category-saitbar-ul li:hover .text-cat p {
  opacity: 1;
}
.section-content ul.category-saitbar-ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-content ul.category-saitbar-ul li img {
  float: left;
  margin-top: -2px;
}
.section-content ul.category-saitbar-ul li:nth-child(3) img {
  margin-top: -1px;
}
.section-content ul.category-saitbar-ul li:nth-child(4) img {
  margin-top: 7px;
}
.section-content ul.category-saitbar-ul li:nth-child(5) img {
  margin-top: 2px;
}
.section-content ul.category-saitbar-ul li .text-cat {
  padding-left: 74px;
}
.section-content ul.category-saitbar-ul li .text-cat .title-cat {
  color: #003C6F;
  font-size: 16px;
  font-family: 'FiraSans-Medium';
  margin-bottom: 0px;
}
.section-content ul.category-saitbar-ul li .text-cat p {
  opacity: 0.7;
  color: #171718;
  font-size: 12px;
  line-height: 15px;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
form.form-saitbar {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  padding: 9px 15px 19px 15px;
  margin-bottom: 20px;
}
form.form-saitbar:before {
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/bg/fon-fomr.png) 50% 0 no-repeat;
  margin-bottom: 2px;
}
form.form-saitbar .title-page {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
form.form-saitbar p {
  opacity: 0.7;
  color: #2E2E2F;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 10px;
}
form.form-saitbar label {
  display: block;
  width: 100%;
  margin-bottom: 9px;
}
form.form-saitbar label input {
  width: 100%;
  height: 40px;
  background: #F4F4F4;
  text-align: center;
  color: #8B8B8B;
  font-size: 14px;
  border: none;
  border-radius: 5px;
}
.owl-carousel-style-1 img {
  border-radius: 5px;
  display: block;
  margin-bottom: 14px;
}
.owl-carousel-style-1 p {
  color: #003C6F;
  margin-bottom: 13px;
  line-height: 18px;
}
.owl-carousel-style-1 .link-teg,
.owl-carousel-style-1 .location-owl {
  color: #00B09F;
  font-size: 12px;
}
.owl-carousel-style-1 .link-teg a,
.owl-carousel-style-1 .location-owl a {
  color: #00B09F;
}
.owl-carousel-style-1 .link-teg a:hover,
.owl-carousel-style-1 .location-owl a:hover {
  color: #003c6f;
}
.owl-carousel-style-1 .location-owl {
  color: #003c6f;
}
.owl-carousel-style-1 .location-owl i {
  color: #A8D771;
  float: left;
  margin: 2px 5px 10px 0;
}
.catalog-clinkc {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 15px 40px 3px 40px;
  margin-bottom: 26px;
}
.catalog-clinkc .title-page {
  text-align: center;
  margin-bottom: 22px;
}
.catalog-clinkc .link-button {
  margin-top: 9px;
}
.content_accordion a:hover {
  background: #00b09f;
  color: #fff;
}
.update-post {
  width: 100%;
  margin-bottom: 20px;
}
.update-post .update-post-left {
  float: left;
  width: 57.6%;
}
.update-post .update-post-left ul {
  width: 100%;
}
.update-post .update-post-left ul li {
  width: 46%;
  float: left;
}
.update-post .update-post-left ul li:nth-child(2n) {
  float: right;
}
.update-post .update-post-left ul li img {
  width: 100%;
  margin-bottom: 17px;
}
.update-post .update-post-left ul li p {
  color: #003C6F;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 15px;
}
update-post-left ul li p a:hover {
 text-decoration:underline;   
}
.update-post .update-post-left ul li .catecoru-ul {
  color: #00B09F;
  font-size: 12px;
}
.update-post .update-post-left ul li .catecoru-ul a {
  color: #00B09F;
}
.update-post .update-post-left ul li .catecoru-ul a:hover {
  color: #003c6f;
}
.update-post .update-post-right {
  width: 38%;
  float: right;
  margin-top: -7px;
}
.update-post .update-post-right ul {
  width: 100%;
}
.update-post .update-post-right ul li {
  display: block;
  margin-bottom: 19px;
  line-height: 20px;
}
.update-post .update-post-right ul li:after {
  content: '';
  display: block;
  width: 67px;
  height: 1px;
  background: #E9EFF2;
  margin-top: 17px;
}
.update-post .update-post-right ul li a {
  font-size: 15px;
}
update-post-right ul li a:hover {
 text-decoration: underline;   
}
.seo-block {
  margin-bottom: 30px;
}
.seo-block p {
	color: #333;
	font-size: 15px;
	margin-bottom: 23px;
}
footer {
  width: 100%;
  height: auto;
  padding: 29px 0 20px 0;
}
footer .left-footer {
  float: left;
  max-width: 264px;
  padding-top: 10px;
  margin-right: 8.4%;
}
footer .left-footer .logo-footer img {
  max-width: 100%;
  float: left;
  margin-right: 20px;
}
footer .left-footer .logo-footer span {
  color: #FFF;
  font-size: 24px;
  float: left;
  margin-top: 5px;
  font-family: 'FiraSans-Medium';
}
footer .left-footer .logo-footer:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}
footer .left-footer .copirait {
  opacity: 0.5;
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
  padding-left: 67px;
  margin-top: -8px;
  margin-bottom: 11px;
  clear: both;
}
footer .left-footer .link-map-footer {
  padding-left: 67px;
}
footer .left-footer .link-map-footer a {
  color: #FFF;
  font-size: 12px;
}
footer .left-footer .link-map-footer a:last-child {
  float: right;
  margin-top: 2px;
}
ul.nav-footer {
  float: left;
  width: 100%;
  max-width: 200px;
  margin-right: 3%;
}
ul.nav-footer li {
  margin-bottom: 7px;
}
ul.nav-footer li a {
  color: #FFF;
  font-size: 16px;
  font-family: 'FiraSans-Medium';
}
ul.nav-footer li a:hover {
  text-decoration: underline;
}
.text-footer {
  width: 100%;
  max-width: 377px;
  float: left;
}
.text-footer .footer-dec {
  opacity: 0.5;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 13px;
}
.text-footer .find-error {
  border: 1px solid #18587A;
  color: #FFF;
  font-size: 12px;
  max-width: 240px;
  display: inline-block;
  margin-top: 10px;
  padding: 7px 15px 7px 21px;
}
i.icone-map {
  display: inline-block;
  width: 11px;
  height: 9px;
  margin-right: 6px;
  background: url(../svg/map-sait.svg) no-repeat;
}
i.icone-map-2 {
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-right: 6px;
	background: url(../svg/onas.png) no-repeat;
}
i.icone-map.icone-map-2 {
  background-position: right 1px;
}
.menu-mobile {
  display: none;
  width: 60px;
  float: right;
  cursor: pointer;
}
.menu-mobile div {
  width: 100%;
  height: 5px;
  margin-bottom: 4px;
  border-radius: 2px;
  background: #00b09f;
}
/*---------- inner page ----------*/
nav.nav-inner {
  margin-bottom: 26px;
}
nav.nav-inner .bg-nav {
  border-radius: 0 0 5px 5px;
  padding-left: 28px;
}
nav.nav-inner .logo-nav {
  float: left;
  width: 40px;
  margin-top: 4px;
}
nav.nav-inner .logo-nav img {
  max-width: 100%;
}
nav.nav-inner ul.nav-ul {
  float: right;
  width: 94%;
  width: calc(100% - 52px);
}
nav.nav-inner ul.nav-ul li:first-child {
  border-radius: 0;
}
nav.nav-inner ul.nav-ul li:last-child {
  border-radius: 0 0 5px 0;
}
.bread {
  width: 100%;
  margin-top: -4px;
  margin-bottom: 18px;
}
.bread span {
  color: #6784A0;
  font-size: 12px;
  margin-right: 0px;
  cursor: default;
}
.bread span:after {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  margin: 0 8px;
  background: url(../svg/bread.svg) no-repeat right 0;
}
.bread span:last-child:after {
  content: none;
}
.bread span a {
  color: #00B09F;
}
.bread span a:hover {
  color: #003c6f;
}
i.bread-icone {
  width: 11px;
  height: 9px;
  background: url(../svg/bread.svg) no-repeat;
  display: inline-block;
  margin-right: 5px;
}
.update-post-inner {
  margin-bottom: 20px;
}
.all-links {
  margin-top: 0px;
}
.all-links a {
  color: #0094A1;
  font-size: 14px;
}
.all-links a:hover {
  color: #003c6f;
  text-decoration:underline;
}
ul.catecori-ul {
  width: 100%;
}
ul.catecori-ul li {
  width: 26.9%;
  float: left;
  margin-right: 9.6%;
  margin-bottom: 24px;
}
ul.catecori-ul li:nth-child(3n) {
  margin-right: 0;
}
ul.catecori-ul li:nth-child(3n) + li {
  clear: left;
}
ul.catecori-ul li .img-categori {
  width: 100%;
  margin-bottom: 16px;
}
ul.catecori-ul li .img-categori img {
  width: 100%;
  border-radius: 5px;
}
ul.catecori-ul li a {
  font-size: 15px;
  line-height: 19px;
}
ul.catecori-ul li a:hover {
 text-decoration: underline;
}
.wp-pagenavi {
  width: 100%;
  text-align: center;
  cursor: default;
}
.wp-pagenavi > span {
  display: inline-block;
  margin: 0 3px;
  cursor: default;
  margin-bottom: 5px;
}
.wp-pagenavi > span a,
.wp-pagenavi > span span {
  background-color: #FFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  display: block;
  padding: 4px 11px;
}
.wp-pagenavi > span a:hover,
.wp-pagenavi > span span {
  background-color: #25B6A6;
  border-color: #25B6A6;
  color: #fff;
}
.innter-page {
  width: 100%;
  margin-bottom: 30px;
}
.innter-page p {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 17px;
}
.innter-page .contecst-article {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
  margin-top: 24px;
  margin-bottom: 32px;
}
.innter-page .contecst-article .title-contecst {
  color: #003C6F;
  font-size: 20px;
  font-family: 'FiraSans-Medium';
  margin-bottom: 9px;
}
.innter-page .contecst-article ul {
  margin-bottom: 0;
}
.innter-page .contecst-article ul li {
  display: block;
  margin-bottom: 5px;
}
.innter-page .contecst-article ul li a {
  color: #249CA8;
  font-size: 14px;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.innter-page .contecst-article ul li a:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 10px;
  border: 3px solid transparent;
  border-left: 3px solid #249CA8;
}
.innter-page .contecst-article ul li a:hover {
  color: #003c6f;
}
.innter-page .img-block-inner {
  width: 56.3%;
  float: left;
  background-color: #F6F6F6;
  border-radius: 4px;
  margin-top: 7px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.innter-page .img-block-inner img {
  width: 100%;
}
.innter-page .img-block-inner span {
  font-size: 14px;
  color: #6F849E;
  font-style: italic;
  display: block;
  text-align: center;
  padding: 10px 5px 10px 5px;
}
.innter-page > ul {
  margin-top: 15px;
  margin-bottom: 17px;
  padding-left: 10px;
}
.innter-page > ul li {
  color: #333;
  position: relative;
  padding-left: 31px;
  margin-bottom: 2px;
  font-size: 15px;
}
.innter-page > ul li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background: url(../svg/lock.svg) no-repeat;
  position: absolute;
  top: 3px;
  left: 0px;
}
.innter-page > ol {
  margin-bottom: 20px;
  counter-reset: heading;
  margin-left: 15px;
}
.innter-page > ol li {
  font-size: 15px;
  color: #333F;
  margin-bottom: 2px;
}
.innter-page > ol li:before {
  counter-increment: heading;
  content: counter(heading) ". ";
  color: #249CA8;
  display: inline-block;
  margin-right: 11px;
}
blockquote {
  width: 100%;
  border: 1px solid #A8D771;
  border-radius: 5px;
  padding: 23px 10px 27px 99px;
  position: relative;
  color: #003C6F;
  font-size: 16px;
  line-height: 19px;
  min-height: 80px;
  margin-bottom: 24px;
}
blockquote img {
  width: 55px;
  position: absolute;
  top: 16px;
  left: 26px;
}
.rate-article {
  margin-bottom: 20px;
}
.rate-article .title-tate {
  float: left;
  color: #003C6F;
  font-size: 20px;
  font-family: 'FiraSans-Medium';
  margin-right: 20px;
}
.rate-article .star-ul {
  float: left;
  margin-top: 6px;
}
.rate-article .star-ul li {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../svg/star.svg) no-repeat;
}
.rate-article .star-ul li.no-star {
  background-position: right 0;
}
.rate-article .print-lock {
  float: right;
  margin-top: 5px;
}
.rate-article .print-lock a {
  color: #0094A1;
  font-size: 14px;
}
.rate-article .print-lock a:hover {
  color: #003c6f;
}
.rate-article .print-lock a:before {
  content: '';
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  margin-top: 1px;
  margin-right: 8px;
  background: url(../svg/print.svg) no-repeat;
}
.rate-article .social-block {
  margin-bottom: 20px;
}
/*---------- inner page ----------*/
.text-404 {
  opacity: 0.07;
  color: #003C6F;
  font-family: 'FiraSans-Medium';
  font-size: 420px;
  line-height: 420px;
  margin-bottom: 20px;
  text-align: center;
}



/*color schemes*/
.nav-ul .current-menu-item{
  background: #04A299;
}
