.btn-primary {
	background-color: #c4955f;
	color:#3D3A3A;
	border-color: #c4955f;
	font-weight:700;
}
.btn-primary:hover {
	background-color: #EAB109;
	color:#3D3A3A;
	border-color: #c4955f;
	font-weight:700;
}

.btn-primary:active {
	background-color: #EAB109;
	color:#3D3A3A;
	border-color: #c4955f;
	font-weight:700;
}

.work-title {
	font-size: 17px;
	font-weight: 900;
	padding-bottom:20px;
	margin-bottom: 0px;
	background: url(../img/active-drop.jpg) left bottom no-repeat;
}

.rules a {
	font-weight: 600;
}

p{
	text-align: justify;
	font-size:16px;
}
.work-offer .fa-briefcase {
	color: #FFD200;
	font-size: 26px;
	margin-right: 3px;
}
.work-offer p{
	margin-bottom: 5px;
	font-size: 14px;
}
.work-offer .fal{
	font-size: 20px;
	margin-right: 5px;
	color: #FFD200;
}
.rodo-h3 {
	font-weight: 900;
	padding-bottom:20px;
	background: url(../img/active-drop.jpg) left bottom no-repeat;
}

.rodo-icon {
	font-size:15px;
	margin-right: 3px;
	color:#c4955f;
}

.btn-primary:focus {
	background-color: #EAB109;
	color:#3D3A3A;
	border-color: #c4955f;
	font-weight:700;
}

table {
	border-bottom:5px solid #c4955f!important;
}

.page-content h3 {
	color:#191717;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}


@media (min-width: 1430px) {
	.container {
	  max-width: 1430px;
	}
  }
  body {
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	max-width: 100vw;
  }
  .main {
	background: #f9fafb;
	padding-top: 100px;
  }
  a {
	color: black;
  }
  a:hover{
	  color:#c4955f;
  }
  .preloader {
	width: 100%;
	height: 100vh;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility: visible;
	z-index: 99999;
	top: 0px;
	text-align: center;
  }
  .loading {
	display: inline-block;
	margin: 40px auto 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 2px rgba(0, 0, 0, 0.2);
	border-top-color: #191a1b;
	-webkit-animation: spin 0.3s infinite linear;
	-moz-animation: spin 1s infinite linear;
	animation: spin 0.9s infinite linear;
  }
  @-webkit-keyframes spin {
	100% {
	  -webkit-transform: rotate(360deg);
	}
  }
  @-moz-keyframes spin {
	100% {
	  transform: rotate(360deg);
	}
  }
  @keyframes spin {
	100% {
	  transform: rotate(360deg);
	}
  }
  .loading {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: -30px;
  }
  .top {
	text-align: right;
  }
  .top .pay-online {
	display: inline-block;
  }
  .top .pay-online a {
	display: block;
	background: #c4955f;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
	color: #2f2c2c;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	margin-right: 15px;
	transition: 0.3s;
  }
  .top .pay-online a:hover{
	  color: #fff;
  }
  .top .pay-online a i {
	margin-right: 3px;
  }
  .top .search {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative;
  }
  .top .search input {
	border: none;
	height: 38px;
	padding-right: 40px;
	padding-left: 20px;
	width: 250px;
	font-size: 12px;
	line-height: 40px;
	background: none;
  }
  .top .search button {
	border: none;
	height: 100%;
	position: absolute;
	right: 0px;
	padding: 0px 10px;
	font-size: 13px;
	color: #c4955f;
	background: none;
	outline: none !important;
	top: 0px;
	cursor: pointer;
  }
  .top .lang {
	display: inline-block;
	margin: 0px 10px;
	padding: 0px 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .top .lang a {
	display: inline-block;
	padding: 0px 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #152433;
	text-decoration: none;
  }
  .top .lang .active {
	color: #c4955f;
  }
  .top .invalid {
	display: inline-block;
	font-size: 14px;
	color: #3f3e3f;
	margin-right: 10px;
  }
  .top .colors {
	display: inline-flex;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	margin-right: 10px;
  }
  .top .colors a {
	display: inline-block;
	padding: 4px 8px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
  }
  .top .colors .black {
	display: inline-block;
	background: #000;
	border-left: 1px solid
			  #000;
	border-right: 1px solid
			  #000;
  }
  .top .colors .black a {
	color: #fff;
  }
  .top .colors .white {
	display: inline-block;
	background: #fff;
  }
  .top .colors .white a {
	color: #000;
  }
  .top .size {
	display: inline-flex;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 2px;
	position: relative;
	top: 2px;
  }
  .top .size span {
	padding: 2px 8px;
	cursor: pointer;
	font-size: 18px;
  }
  .top .size .plus {
	display: inline-block;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .top .size .minus {
	display: inline-block;
  }
  .head .navbar-toggler {
	margin-top: 10px;
	display: block;
	width: 100%;
	cursor: pointer;
	position: relative;
	outline: none !important;
	height: 20px;
  }
  .head .navbar-toggler span {
	float: left;
	font-size: 16px;
	padding-right: 10px;
	font-weight: 900;
	color: #0c0d11;
	background: #fff;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
  }
  .head .navbar-toggler i {
	float: right;
	font-size: 18px;
	padding-left: 10px;
	font-weight: 900;
	color: #0c0d11;
	background: #fff;
	z-index: 4;
	position: absolute;
	right: 0px;
	top: 0px;
  }
  .head .navbar-toggler:after {
	position: absolute;
	content: '';
	background: #c4955f;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	right: 0px;
	display: block;
	left: 0px;
	z-index: -1;
  }
  #header {
	padding: 25px 0px;
	background: #fff;
  }
  .holidays-text{
	margin-top: -20px;
  }
  .holidays-text img{
	  max-width:100%;
  }
  .logo {
	margin-top: -20px;
	margin-bottom: 30px;
  }
  .logo img {
	max-width: 100%;
  }
  .dropdown-menu {
	border-radius: 5px;
	padding: 10px 0px;
	min-width: 100%;
	margin:0px;
  }
  .dropdown-item {
	padding: 5px 20px;
	font-size: 13px;
	font-weight: 600;
	color: #152433;
	transition: 0.3s;
  }
  .dropdown-item:hover {
	background: #c4955f;
  }
  .phone {
	position: relative;
	top: -20px;
  }
  .phone .dropdown-toggle:after {
	display: none;
  }
  .phone .fa-phone {
	color: #c4955f;
	font-size: 40px;
	float: left;
	margin-right: 7px;
  }
  .phone span {
	text-transform: uppercase;
	font-size: 12px;
	color: #9d9ea1;
	display: block;
  }
  .phone h3 {
	color: #152433;
	font-size: 22px;
	font-weight: 900;
	position: relative;
	cursor: pointer;
	max-width: 94%;
	z-index:99;
  }
  .phone h3 a{
	  text-decoration: none;
	  color:#152433;
  }
  .phone .phones-drop a:hover {
  	color:black;
  	text-decoration: none;
  }
  .expand-phone-dropdown {
	font-size: 12px;
	color: #152433;
	position:absolute;
	right:-5px;
	top:15px;
	padding:5px;
	cursor:pointer;
  }
  .phone-dropdown-toggle{
	  position: relative;
  }
  .phone-dropdown-menu {
	  padding: 10px 0px;
	  min-width: 100%;
	  position: absolute;
	  top: 100%;
	  margin-top: 5px;
		left: 0;
	  z-index: 1000;
	  display: none;
	  min-width: 10rem;
	  color: #212529;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box; 
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: .25rem;
  }
  .top-menu {
	padding: 0px;
	margin-top: -25px;
  }
  .top-menu ul {
	margin-left: auto;
  }
  .top-menu ul .nav-item .nav-link {
	padding: 0px 15px 5px 15px;
	font-size: 17px;
	line-height: initial;
	font-weight: 600;
	transition: 0.3s;
  }
  .top-menu ul .nav-item .nav-link:hover {
	color: #c4955f;
  }
  .top-menu ul .nav-item .dropdown {
	padding: 0px;
	font-size: 17px;
	font-weight: 600;
	transition: 0.3s;
	line-height: initial;
	cursor: pointer;
  }
  .top-menu ul .nav-item .dropdown:hover {
	color: #c4955f;
  }
  .top-menu ul .nav-item .dropdown.show {
	color: #c4955f;
  }
  .top-menu ul .nav-item .top-menu-toggler {
	padding: 5px 20px 15px 15px;
  }
  .top-menu ul .nav-item .top-menu-toggler:after {
	display: none;
  }
  .top-menu ul .nav-item .top-menu-toggler:before {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: '\f078';
	font-size: 12px;
	color: #c4955f;
	right: 3px;
	top: 5px;
  }
  .top-menu .top-menu-toggler:hover {
  	color: #c4955f;
  	text-decoration: none;
  }
  .top-menu ul .nav-item:last-child .nav-link {
	padding-right: 0px;
  }
  .social {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	z-index: 200;
  }
  .social a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	transition: 0.3s;
	text-decoration: none;
  }
  .social .fb {
	background: #c4955f;
	color: #152433;
  }
  .social .fb:hover {
	color: #fff;
  }
  .social .tw {
	background-color: #fff;
	color: #152433;
  }
  .social .tw:hover {
	color: #c4955f;
  }
  .social .in {
	background-color: #152433;
	color: #fff;
  }
  .social .in:hover {
	color: #c4955f;
  }
  .slider {
	position: relative;
  }
  .slider .slide {
	height: 590px;
  }
  .slider .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .slider .swiper-navs {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 200;
  }
  .slider .swiper-navs .swiper-button-next,
  .slider .swiper-navs .swiper-button-prev {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	width: 40px;
	height: 40px;
	background-image: none;
	margin: 0px;
	text-align: center;
	line-height: 40px;
	transition: 0.3s;
	font-size: 14px;
  }
  .slider .swiper-navs .swiper-button-next:hover,
  .slider .swiper-navs .swiper-button-prev:hover {
	color: #152433;
  }
  .slider .swiper-navs .swiper-button-next {
	background: #c4955f;
	color: #fff;
  }
  .slider .swiper-navs .swiper-button-prev {
	background: #fff;
	color: #c4955f;
  }
  .banner {
	position: relative;
  }
  .banner .choose-container {
	position: absolute;
	top: 70px;
	z-index: 99;
	height: 100%;
	margin: 0 auto;
	left: 0px;
	right: 0px;
  }
  .banner .box {
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.4);
	transition: 0.3s;
	padding: 50px;

  }
  .banner .box:hover {
	box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.8);
	transform: scale(1.02);
  }
  .banner .inner {
	border: 3px solid;
	border-radius: 5px;
	height: 100%;
	position: relative;
  }
  .banner .inner .text {
	position: absolute;
	right: 40px;
	bottom: 40px;
	left: 40px;
  }
  .banner .inner .text .icon i {
	font-size: 100px;
	margin-bottom: 20px;
  }
  .banner .inner .text h1 {
	font-size: 75px;
	font-weight: 900;
	margin-bottom: 5px;
  }
  .banner .inner .text h1 span {
	color: #c4955f;
  }
  .banner .inner .text h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
  }
  .banner .inner .text a {
	background: #c4955f;
	display: inline-block;
	padding: 15px 30px;
	font-size: 19px;
	font-weight: 800;
	border-radius: 5px;
	border-bottom: 2px solid #e4ae0e;
	width: 190px;
	position: relative;
	text-decoration: none;
	color: #152433;
	transition: 0.3s;
  }
  .banner .inner .text a i {
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 16px;
	transition: 0.3s;
  }
  .banner .inner .text a:hover {
	color: #000;
  }
  .banner .inner .text a:hover i {
	right: 20px;
  }
  .banner .client {
	background: url('../img/client.jpg') center top no-repeat;
	background-size: cover;
	border-radius:5px;
  }
  .banner .client .inner {
	border-color: #fff;
  }
  .banner .client .icon i {
	color: #fff;
  }
  .banner .client h1 {
	color: #fff;
  }
  .banner .client h2 {
	color: #fff;
  }
  .banner .business {
	background: url('../img/business.jpg') center top no-repeat;
	background-size: cover;
	border-radius: 5px;
  }
  .banner .business .inner {
	border-color: #152433;
  }
  .banner .business .icon i {
	color: #c4955f;
  }
  .banner .business h1 {
	color: #152433;
  }
  .banner .business h2 {
	color: #152433;
  }
  .banner .choose {
	height: 100%;
  }
  .banner .choose .row {
	height: 100%;
  }
  .heading {
	margin: 0px 0px 30px 0px;
	position: relative;
	z-index: 1;
  }
  .heading h3 {
	display: inline-block;
	padding-right: 15px;
	font-size: 24px;
	font-weight: 900;
	color: #0c0d11;
	background: #f9fafb;
  }
  .heading:after {
	position: absolute;
	content: '';
	background: #c4955f;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	right: 0px;
	display: block;
	left: 0px;
	z-index: -1;
  }
  .news .panel {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
  }
  .news .panel .image {
	height: 168px;
	position: relative;
  }
  .news .panel .image span {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #c4955f;
	font-weight: 900;
	font-size: 13px;
	padding: 4px 15px;
	border-radius: 5px;
  }
  .news .panel .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .news .panel .text {
	padding: 20px;
	background: #fff;
  }
  .news .panel .text h4 {
	font-weight: 700;
	color: #0c0d11;
	font-size: 17px;
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
  }
  .news .panel .text p {
	font-size: 12px;
	color: #5d5e61;
	overflow: hidden;
	margin-bottom: 10px;
	height: 50px;
	line-height: 24px;
  }
  .news .panel .text a {
	color: #16222e;
	font-size: 12px;
	text-decoration: none;
  }
  .news .panel .text a i {
	font-size: 11px;
	color: #c4955f;
	margin-right: 3px;
  }
  .chart {
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 0px 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sublink {
	text-align: right;
	position: relative;
	z-index: 1;
	margin: 30px 0px;
  }
  .sublink:after {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.1);
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	right: 0px;
	display: block;
	left: 0px;
	z-index: -1;
  }
  .sublink a {
	color: #0c0d11;
	font-size: 12px;
	display: inline-block;
	padding-left: 15px;
	background: #f9fafb;
	font-weight: 600;
	position: relative;
	top: -2px;
  }
  .sublink a i {
	color: #c4955f;
	margin-left: 5px;
  }
  .f-links {
	padding: 30px 0px 20px 0px;
  }
  .f-links h3 {
	font-size: 21px;
	font-weight: 900;
	color: #152433;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	background: url(../img/active-drop.jpg) left bottom no-repeat;
  }

  .f-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
  }
  /* .f-links ul li span {
	color: #5f6066;
	line-height: 40px;
	font-size: 13px;
	display: block;

  }
  .f-links ul li span i {
	margin-right: 5px;
  } */
  .f-links ul li a, .f-links ul li span {
	display: inline-block;
	color: #5f6066;
	font-size: 13px;
	padding: 5px 0px;
	text-decoration: none;
	transition: 0.3s;
  }
  .f-links ul li a:hover {
	color: #c4955f;
  }
  .f-links .bot-social {
	margin-top: 10px;
  }
  .f-links .bot-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	transition: 0.3s;
	text-decoration: none;
  }
  .f-links .bot-social .fb {
	background: #c4955f;
	color: #152433;
  }
  .f-links .bot-social .fb:hover {
	color: #fff;
  }
  .f-links .bot-social .tw {
	background-color: #fff;
	color: #152433;
  }
  .f-links .bot-social .tw:hover {
	color: #c4955f;
  }
  .f-links .bot-social .in {
	background-color: #152433;
	color: #fff;
  }
  .f-links .bot-social .in:hover {
	color: #c4955f;
  }
  .f-links .bot-media {
	margin-top: 10px;
  }
  .f-links .bot-media a {
	color: #5f6066;
	font-size: 13px;
	text-decoration: none;
	transition: 0.3s;
  }
  .f-links .bot-media a:hover {
	color: #152433;
  }
  .f-mid {
	padding: 20px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .f-mid p {
	text-align: right;
	margin-top: 30px;
	color: #5f6066;
	font-size: 14px;
  }
  .f-bot {
	background: #c4955f;
	padding: 10px 0px 5px 0px;
  }
  .f-bot p {
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 600;
	color: #27282a;
  }
  .f-bot p a {
	color: #27282a;
	text-decoration: underline;
  }
  .f-bot .exio {
	text-align: right;
  }
  .f-bot .exio a {
	font-size: 12px;
	font-weight: 600;
	color: #27282a;
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
	position: relative;
	top: -5px;
  }
  .f-bot .exio a:hover {
	color: #000;
  }
  footer {
	box-shadow: inset 0px 0px 19px -6px rgba(0, 0, 0, 0.3);
  }
  .page-content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 15px;
  }
  .page-content img{
	  max-width:100%;
  }
  .page-content .heading h3 {
	background: #fff;
	font-size: 36px;
  }
  .chart {
	max-width: 100%;
	margin: 20px auto;
  }
  .history .list-history {
	padding: 30px 0px;
  }
  .history .history-panel .inner {
	width: 50%;
	margin-left: auto;
	padding-left: 5%;
	position: relative;
	padding-bottom: 30px;
  }
  .history .history-panel .inner:after {
	content: '';
	display: block;
	width: 4px;
	height: 100%;
	position: Absolute;
	left: -2px;
	right: auto;
	top: 0px;
	bottom: 0px;
	background: #5f6066;
  }
  .history .history-panel .inner .title h5 {
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
  }
  .history .history-panel .inner .title:after {
	content: '';
	width: 30px;
	height: 30px;
	border: 5px solid #c4955f;
	background: #fff;
	position: absolute;
	right: auto;
	left: -15px;
	top: -1px;
	bottom: auto;
	border-radius: 50%;
	z-index: 999;
  }
  .history .history-panel .inner .desc p {
	margin-bottom: 0px;
	color: #5f6066;
	line-height: 26px;
	font-size: 13px;
	text-align: left;
  }
   .history .history-panel .inner .desc p a{
	   color: #5f6066;
	   transition: 0.3s;
   }
	.history .history-panel .inner .desc p a:hover {
		color:#000;
	}
  .history .history-panel:nth-child(2n) .inner {
	margin-left: 0px;
	margin-right: auto;
	text-align: right !important;
	padding-left: 0px;
	padding-right: 5%;
  }
    .history .history-panel:nth-child(2n) .inner .title h5{
		text-align: right !important; 
	}
	.history .history-panel:nth-child(2n) .inner .desc p {
		text-align: right !important;
	}
  .history .history-panel:nth-child(2n) .inner:after {
	right: -2px;
	left: auto;
  }
  .history .history-panel:nth-child(2n) .inner .title:after {
	right: -15px;
	left: auto;
  }
  .history .history-panel:last-child .inner:after {
	display: none;
  }
  .nav-tabs {
	/* border: 1px solid rgba(0, 0, 0, 0.1); */
	border:none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-bottom:10px;
  }
  .nav-tabs .nav-item {
	margin: 0px;
  }
  .nav-tabs .nav-link {
	font-size: 24px;
	color: #0c0d11 !important;
	font-weight: 900;
	padding:0px 0px 15px 0px;
	border: none;
	border-radius: 0px;
	background: none !important;
	position: relative;
	margin-bottom: 5px;
  }
  .nav-tabs .nav-link i {
	font-size: 14px;
	position: relative;
	top: -2px;
  }
  .nav-tabs .nav-link:after {
	content: '';
	display: block;
	margin: 0px auto;
	height: 4px;
	background: none;
	position: Absolute;
	width: 41px;
	bottom: 5px;
	left: 0px;
  }
  .nav-tabs .nav-link.active:after {
	background: #c4955f;
  }
  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
	border-color: transparent;
  }
  .tab-content {
	/* border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1); */
	border:none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 20px 0px;
  }
  .management .panel {
	margin: 15px 0px;
	padding-bottom: 10px;
  }
  .management .panel .image {
	max-width: 100%;
  }
  .management .panel .desc {
	padding: 20px;
  }
  .management .panel .desc h5 {
	display: inline-block;
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
  }
  .management .panel .desc p {
	margin-bottom: 0px;
	color: #5f6066;
	line-height: 26px;
	font-size: 13px;
  }
  .directors .swiper-slide {
	min-height: 420px;
	background: #fff;
  }
  .directors .swiper-slide .user {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 20px auto;
	position: relative;
	overflow: hidden;
  }
  .directors .swiper-slide .user i {
	position: Absolute;
	font-size: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #c4955f;
  }
  .directors .swiper-slide .user img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .directors .swiper-slide .panel {
	background: #fff;
	padding: 20px 50px;
	text-align: center;
  }
  .directors .swiper-slide .panel h5 {
	display: inline-block;
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
  }
  .directors .swiper-slide .panel p {
	margin-bottom: 0px;
	color: #5f6066;
	line-height: 26px;
	font-size: 13px;
  }
  .directors .swiper-pagination {
	position: inherit;
	text-align: left;
	padding: 30px 0px;
  }
  .directors .swiper-pagination-bullet {
	width: auto;
	height: auto;
	display: block;
	background: none;
	border-radius: 0px;
	opacity: 1;
	display: inline-block;
	font-size: 17px;
	padding: 5px 0px;
	font-weight: 600;
	color: #c4955f;
	transition: 0.3s;
  }
  .directors .swiper-pagination-bullet:hover {
	color: #0c0d11;
  }
  .directors .swiper-pagination-bullet-active {
	background: none;
	opacity: 1;
	color: #0c0d11;
  }
  .swiper-button-next,
  .swiper-button-prev {
	background: none;
	border: none;
	width: auto;
	height: auto;
	margin: 0px;
  }
  .swiper-button-next i,
  .swiper-button-prev i {
	font-size: 16px;
  }
  .reward {
	padding: 10px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .reward h3 {
	display: block;
	margin-bottom: 0px;
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	transition: 0.3s;
	cursor: pointer;
  }
  .reward h3 .fa-chevron-down {
	float: right;
  }
  .reward h3 .fa-trophy {
	color: #c4955f;
	margin-right: 5px;
	font-size: 26px;
  }
  .reward h3:hover {
	color: #c4955f;
  }
/*  .reward p {
	margin-bottom: 20px;
	color: #5f6066;
	line-height: 26px;
	font-size: 13px;
  }*/
  .reward .desc {
	/* display: none; */
	padding: 20px 0px;
  }
  .page-content {
	min-height: 35vh;
  }
  .gallery-panel {
	padding: 10px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .gallery-panel h5 {
	display: block;
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	cursor:pointer;
	transition: 0.3s;
  }
  .gallery-panel h5 .fa-camera-alt{
	font-size:26px;
	color:#c4955f; 
	margin-right:3px; 
  }
  .gallery-panel h5 .fa-chevron-down{
	  float:right;
  }
  .gallery-panel h5:hover{
	  color:#c4955f;
  }
  .gallery-panel .gallery-image {
	height: 250px;
	margin: 15px 0px;
  }
  .gallery-panel .gallery-image a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transition: 0.3s;
  }
  .gallery-panel .gallery-image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
  }
  .gallery-panel .gallery-image a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	opacity: 0;
	transition: 0.3s;
	z-index: 10;
	color: #c4955f;
  }
  .gallery-panel .gallery-image a:hover i {
	opacity: 1;
  }
  .guide-tips {
	padding: 40px 0px;
  }
  .guide-tips h4 {
	color: #282525;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
  }
  .guide-tips .tip {
	margin: 15px 0px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fafafa;
	padding: 30px;
	border-bottom: 8px solid #f0bf00;
  }
  .guide-tips .tip span {
	background: #152432;
	color: #fff;
	font-size: 13px;
	padding: 4px 12px;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 600;
  }
  .guide-tips .tip h5 {
	color: #191717;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
  }
  .guide-tips .tip .image-img {
	max-width: 100%;
	height: 100px;
  }
  .guide-tips .tip .content {
	margin-bottom: 10px;
	color: #4e4646;
	font-size: 13px;
	line-height: 26px;
	margin-top: 10px;
	min-height: 150px;
	overflow: hidden;
	text-align: justify;;
  }
  .relations-banner {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
  }
  .relations-banner .container {
	position: relative;
	height: 100%;
  }
  .relations-banner .container .text {
	position: Absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  .relations-banner .container .text h3 {
	display: inline-block;
	background: #fff;
	padding: 15px 20px;
	color: #181818;
	font-weight: 900;
	font-size: 36px;
  }
  .guide-slider {
	background: url('../img/dladluznikabg.jpg') center top no-repeat;
	background-size: cover;
	height: 590px;
	padding: 30px 0px;
	position: relative;
  }
  .guide-slider .swiper-navs {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 200;
  }
  .guide-slider .swiper-navs .swiper-button-next,
  .guide-slider .swiper-navs .swiper-button-prev {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	width: 40px;
	height: 40px;
	background-image: none;
	margin: 0px;
	text-align: center;
	line-height: 40px;
	transition: 0.3s;
	font-size: 14px;
  }
  .guide-slider .swiper-navs .swiper-button-next:hover,
  .guide-slider .swiper-navs .swiper-button-prev:hover {
	color: #152433;
  }
  .guide-slider .swiper-navs .swiper-button-next {
	background: #c4955f;
	color: #fff;
  }
  .guide-slider .swiper-navs .swiper-button-prev {
	background: #fff;
	color: #c4955f;
  }
  .guide-slider .container {
	height: 100%;
  }
  .guide-slider .container .swiper-container {
	height: 100%;
	position: relative;
	border-radius:5px;
  }
  .guide-slider .slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	/* border-radius: 5px; */
	height: 100%;
  }
  .guide-slider .slide .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
	max-width: 50%;
  }
  .guide-slider .slide .text h1 {
	font-weight: 900;
	font-size: 65px;
	color: #0c0d11;
	margin-bottom: 5px;
  }
  .guide-slider .slide .text h4 {
	color: #0c0d11;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 18px;
  }
  .guide-slider .slide .text p {
	color: #78797c;
	font-size: 13px;
	line-height: 26px;
  }
  .guide-slider .slide .text a {
	display: block;
	border-radius: 5px;
	font-size: 14px;
	color: #2f2c2c;
	text-decoration: none;
	height: 45px;
	line-height: 45px;
	padding: 0px 25px;
	margin-right: 15px;
	font-weight: 900;
	transition: 0.3s;
  }
  .guide-slider .slide .text a i {
	margin-right: 3px;
  }
  .guide-slider .slide .text .contact-link {
	display: inline-block;
  }
  .guide-slider .slide .text .contact-link a {
	background: #c4955f;
  }
  .guide-slider .slide .text .contact-link a:hover {
	color: #fff;
  }
  .guide-slider .slide .text .pay-link {
	display: inline-block;
  }
  .guide-slider .slide .text .pay-link a {
	background: #fff;
	box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.2);
  }
  .guide-slider .slide .text .pay-link a:hover {
	box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3);
  }
  .guide-slider .swiper-pagination {
	position: absolute;
	transform: translateY(-50%);
	left: 70px;
	bottom: 70px;
	width: auto;
  }
  .guide-slider .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: none;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0px 3px;
	line-height: 25px;
	font-size: 13px;
	color: #9a9dab;
	opacity: 1;
	text-align: center;
  }
  .guide-slider .swiper-pagination .swiper-pagination-bullet-active {
	color: #c4955f;
  }
  .question {
	/* padding-bottom: 10px; */
	/* margin-bottom: 10px; */
	padding:10px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .question h3 .fa-hand-point-right{
	font-size: 26px;
	color:#c4955f;
  }
  .question h3 .fa-lightbulb{
	font-size: 26px;
	color:#c4955f;
  }
  .question h3 .fa-chevron-down{
	  float:right;
  }
  .question h3 {
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px; 
	/* padding: 10px 0px; */
	cursor: pointer;
	transition: 0.3s;
  }
  .question h3:hover {
	color: #c4955f;
  }
  .question p {
	margin-bottom: 10px;
	color: #4e4646;
	font-size: 13px;
	line-height: 26px;
	margin-top:10px;
  }
  .contact-banner {
	height: 300px;
	background: url('../img/slide.png') center top no-repeat;
	background-size: cover;
  }
  .contact-banner .container {
	height: 100%;
	position: relative;
  }
  .contact-banner .text {
	position: Absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  .contact-banner .text h3 {
	display: inline-block;
	background: #fff;
	padding: 15px 20px;
	color: #181818;
	font-weight: 900;
	font-size: 36px;
  }
  .contact-page form button {
	display: block;
	background: #c4955f;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #2f2c2c;
	text-decoration: none;
	padding: 12px 20px;
	margin-right: 15px;
	border: none;
	outline: none;
	width: 100%;
	margin-bottom: 20px;
	transition: 0.3s;
	cursor: pointer;
	box-shadow: none !important;
  }
  .contact-page .contact-right .far{
	  font-size: 20px;
	  margin:5px 3px 5px 0px;
	  color: #c4955f;
  }
  .contact-page form button:hover {
	color: #fff;
  }
  .contact-page form textarea {
	min-height: 150px;
  }
  .contact-page form label {
	margin-bottom: 5px;
	color: #191717;
	font-weight: 600;
  }
  .contact-page form label i {
	margin-right: 3px;
  }
  .contact-page .rules label {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
  }
  .contact-page .rules input {
	margin-right: 3px;
	position: relative;
	bottom: -3px;
  }
  .contact-page .contact-right {
	margin-top: 20px;
  }
  .contact-page .right-title {
	color: #191717;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
  }
  .contact-map {
	width: 100%;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 20px;
  }
  .contact-map iframe {
	width: 100%;
	height: 100%;
  }
  .report-group h3 {
	color: #191717;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 600;
	padding: 10px 0px;
	border-bottom: 3px solid #c4955f;
	margin-bottom: 10px;
	cursor: pointer;
	transition: 0.3s;
  }
  .report-group .reports-hidden {
	display: none;
  }
 .report-group .report{
	  padding: 10px 0px;
	  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .reports-button{
	  border: none;
	  background: none;
	  outline: none !important;
	  cursor: pointer;
	  font-size: 16px;
	  font-weight: 900;
	  color: #152433;
	  padding: 0px;
	  margin-top: 20px;
	  margin-bottom: 20px;
	  transition: 0.4s;
  }
	.reports-button:hover {
		color:#c4955f;
	}
 .more-reports:disabled,
 .more-reports[disabled] {
	color:#eaeaea;
 }
  .report-group .report-items .date {
	font-size: 14px;
	font-weight: 600;
	color: #8c8c8c;
  }
  .report-group .text span{
	  display: block;
	  font-size: 16px;
	  font-weight: 400;
	  color: #333;
	  transition: 0.2s;
  }
  .report-group .report-items h5 {
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	transition: 0.3s;
	margin-bottom: 0;
  }
  .report-group .report-items a{
	  transition: 0.2s;
  }
  .report-group .report-items a:hover {
	color: #c4955f;
  }
   .report-group .report-items a:hover span {
   	color: #c4955f;
   }
  .report-group .report-items p {
	color: #78797c;
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 0px;
  }
  .report-files a{
	font-size:14px;
	font-weight:600;
	padding:3px 0px;	  
	transition: 0.3s;
	text-decoration: none;
	overflow: hidden;
  }
  .report-files a i{
	  font-size:20px;
	  margin-right:4px;
  }
  .form-control {
	font-size: 13px;
	padding: 10px 15px;
  }
  .form-control:focus {
	border-color: #c4955f;
  }
  .corp-file {
	padding:10px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .corp-file h3 {
	margin-bottom: 0px;
  }
  .corp-file h3 a {
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
  }
  .corp-file h3 a:hover{
	  color:#c4955f;
  }
  .corp-file h3 a i {
	margin-right: 5px;
	color: #c4955f;
	font-size: 20px;
  }
  .corp-file span {
	color: #78797c;
	font-size: 13px;
	line-height: 26px;
  }
  .why-banner {
	height: 300px;
	background: url('../img/slide.png') center top no-repeat;
	background-size: cover;
  }
  .why-banner .container {
	height: 100%;
	position: relative;
  }
  .why-banner .text {
	position: Absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  .why-banner .text h3 {
	display: inline-block;
	background: #fff;
	padding: 15px 20px;
	color: #181818;
	font-weight: 900;
	font-size: 36px;
  }
  .page-banner {
	height: 300px;
	background: url('../img/slide.png') center top no-repeat;
	background-size: cover;
  }
  .page-banner .container {
	height: 100%;
	position: relative;
  }
  .page-banner .text {
	position: Absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  .page-banner .text h3 {
	display: inline-block;
	background: #fff;
	padding: 15px 20px;
	color: #181818;
	font-weight: 900;
	font-size: 36px;
  }
  .news-banner {
	height: 300px;
	background: url('../img/slide.png') center top no-repeat;
	background-size: cover;
  }
  .news-banner .container {
	height: 100%;
	position: relative;
  }
  .news-banner .text {
	position: Absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  .news-banner .text h3 {
	display: inline-block;
	background: #fff;
	padding: 15px 20px;
	color: #181818;
	font-weight: 900;
	font-size: 36px;
  }
  .offers-banner {
	height: 300px;
	background: url('../img/slide.png') center top no-repeat;
	background-size: cover;
  }
  .offers-banner .container {
	height: 100%;
	position: relative;
  }
  .offers-banner .text {
	position: Absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  .offers-banner .text h3 {
	display: inline-block;
	background: #fff;
	padding: 15px 20px;
	color: #181818;
	font-weight: 900;
	font-size: 36px;
  }
  .pay-banner {
	height: 300px;
	background: url('../img/slide.png') center top no-repeat;
	background-size: cover;
  }
  .pay-banner .container {
	height: 100%;
	position: relative;
  }
  .pay-banner .text {
	position: Absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  .pay-banner .text h3 {
	display: inline-block;
	background: #fff;
	padding: 15px 20px;
	color: #181818;
	font-weight: 900;
	font-size: 36px;
  }
  .news-panel {
	margin: 15px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom:15px;
	max-height: 270px;
	overflow: hidden;
  }
  .news-panel .image {
	height: 100%;
	width: 100%;
	position: relative;
	border:1px solid #EAEAEA;
	overflow: hidden;
  }
  .news-panel .image i {
	position: Absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
	color: rgba(0, 0, 0, 0.15);
  }
  .news-panel .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .news-panel .text {
	padding: 30px;
  }
  .news-panel .text h3 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 600;
	height: 26px;
	overflow: hidden;
  }
   .news-panel .text h3 a{
	   color: #191717;
	   transition:0.3s;
	   text-decoration: none;
   }
   .news-panel .text h3 a:hover{
	   color:#c4955f;
   }
  .news-panel .text p {
	color: #78797c;
	font-size: 13px;
	line-height: 26px;
	height: 100px;
	overflow: hidden;
  }
  .news-panel .text .link {
	  display: inline-block;
  }
  .news-panel .text .link a {
	display: inline-block;
	background: #c4955f;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 900;
	color: #2f2c2c;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	padding: 0px 20px;
	margin-right: 15px;
  }
  .news-panel .text span {
	float: right;
	margin-top: 20px;
	font-size: 12px;
	color: #6f6f6f;
  }
  .pay-online form button {
	display: block;
	background: #c4955f;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #2f2c2c;
	text-decoration: none;
	padding: 12px 20px;
	margin-right: 15px;
	border: none;
	outline: none;
	width: 100%;
	margin-bottom: 20px;
	transition: 0.3s;
	cursor: pointer;
  }
  .pay-online form button:hover {
	color: #fff;
  }
  .pay-online form textarea {
	min-height: 150px;
  }
  label{
	  display: block;
  }
  .pay-online form label {
	margin-bottom: 5px;
	color: #191717;
	font-weight: 600;
  }
  .pay-online form label i {
	margin-right: 3px;
  }
  .pay-online .rules label {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
  }
  .pay-online .rules input {
	margin-right: 3px;
	position: relative;
	bottom: -3px;
  }
  .table {
	font-size: 14px;
  }
  .table th {
	background: #c4955f;
  }
  .table td{
	  padding: 10px 15px;
  }
  .table th{
	  padding: 10px 15px;
  }
  .table td p {
	margin-bottom: 0px;
  }
  .list-services {
	margin: 30px 0px;
  }
  .list-services .panel {
	margin: 15px 0px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fafafa;
	padding: 30px;
	border-bottom: 8px solid #f2c100;
	text-align: center;
	min-height: 440px;
  }
  .list-services .panel .icon i {
	font-size: 70px;
	margin-bottom: 30px;
	color: #c4955f;
  }
  .list-services .panel .text h3 {
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
  }
  .list-services .panel .text p {
	margin-bottom: 0px;
	color: #4e4646;
	font-size: 13px;
	line-height: 26px;
	margin-top: 10px;
  }
  .contractor .image {
	height: 280px;
	position: relative;
	box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.3);
	margin: 15px 0px;
  }
  .contractor .image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
  }
  .whyus h3 {
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;

  }
  .whyus h3 i {
	  margin-right:4px;
	  font-size: 22px;
  }
  .whyus p {
	margin-bottom: 0px;
	color: #4e4646;
	font-size: 13px;
	line-height: 22px;
	height: auto;
  }
  .breadcrumbs-container {
	font-size: 12px;
	font-weight: 800;
	padding-bottom: 10px;
}  
.breadcrumbs i {
    color: #F19F00;
}
.breadcrumbs a {
    color: #6b6b6b;
    padding-left: 5px;
    font-weight: 800;
}
.breadcrumbs a:after {
    content: '>';
    padding-left: 5px;
}
.breadcrumbs a:last-child:after {
    content: "";
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.index-panels .panel{
	padding: 25px 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background: #fff;
	height: 120px;
}
.index-panels .panel .icon{
	float: left;
	margin-right: 10px;
}
.index-panels .panel .icon i {
	color: #c4955f;
	font-size: 50px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.index-panels .panel h4{
	font-weight: 900;
	color: #0c0d11;
	font-size: 20px;
	margin-bottom: 5px;
}
.index-panels .panel p{
	font-size: 12px;
	color: #5d5e61;
	margin-bottom: 0px;
}
.index-panels .yellow{
	background: #c4955f;
}
.index-panels .yellow .icon i{
	color:#0c0d11;
}

.index-panels .yellow h4 {
	margin-top:-3px;
}

.index-panels a {
	text-decoration: none;
	color: #0c0d11;
	transition: 0.3s;
}
.index-panels a:hover {
	color: #c4955f;
}

.index-panels .panel .open-chat{
	background: #fff;
	padding: 3px 8px;
	border-radius: 5px;
	color: #000;
	font-weight: 600;
	font-size: 13px;
	transition: 0.3s;
}
.index-panels .panel .open-chat:hover {
	color:#c4955f;
}
.chart-table .table{
	margin-top: 30px;
}
#chartdiv {
	width: 100%;
	height: 380px !important;
}
.content-404{
	margin:100px 0px;
	text-align: center;
}
.content-404 h1{
	font-size:200px;
	display:inline-block;
	font-weight:900;
}
.content-404 h5{
	display:inline-block;
	margin-left:10px;
	font-size:24px;
	font-weight:700;
}
.payment-data h4{
	font-size: 16px;
	font-weight: 900;
	color: #152433;
	margin-bottom: 0px;
}
.payment-data p{
	color: #5f6066;
	line-height: 24px;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.payment-data h3{
	font-size:20px;
	margin-bottom:30px;
	border-bottom: 1px solid #c4955f;
	padding-bottom: 10px;
}
.payonline-submit button{
	border: none;
	background: none;
	padding: 0px;
	cursor: pointer;
	margin-top:10px;
	margin-bottom:30px;
}
.payonline-submit h3 {
	margin-bottom: 5px;
	font-size:20px;
}
.payonline-submit p{
	color:#3f3e3f;
	margin-bottom:5px;
}
.case-type-dot{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 38px;
}
@media(max-width:1830px){
	.f-bot .exio {
		text-align: left;
	}
}
@media (max-width: 1430px) {
	.header-fixed .holidays-text {
		display:none;
	}
	.index-panels .panel h4 {
		font-size: 16px;
	}
	.slider .slide {
	  height: 450px;
	}
	.phone {
	  margin-right: -10px;
	}
	.phone span {
	  font-size: 11px;
	}
	.phone h3 {
	  font-size: 17px;
	}
	.banner .choose-container {
	  top: 50px;
	}
	.main {
	  padding-top: 80px;
	}
	.banner .inner .text h2 {
	  font-size: 16px;
	}
	.banner .inner .text h1 {
	  font-size: 55px;
	}
	.banner .inner .text .icon i {
	  font-size: 80px;
	}
	.news .panel .text h4 {
	  font-size: 15px;
	  height: 50px;
	}
	.news .panel .text p {
	  height: 62px;
	  line-height: 20px;
	}
	.news .panel .text p {
	  margin-bottom: 0px;
	}
	.news .panel .image {
	  height: 157px;
	}
	.f-links h3 {
	  font-size: 15px;
	}
	.f-links ul li span {
	  line-height: 34px;
	}

	.directors .swiper-pagination-bullet {
	  font-size: 14px;
	}
	.directors .swiper-pagination {
	  padding: 50px 0px;
	}
	.guide-slider .slide .text h1 {
		font-size: 58px;
	}
	.index-panels .panel h3 {
		font-size: 16px;
	}
	.index-panels .panel {
		padding: 20px 15px;
	}
	.index-panels .panel .icon {
		margin-right: 5px;
	}
	.index-panels .panel .icon i {
		font-size: 40px;
		margin-top: 15px;
	}
	.chart-table .col-xl-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.chart-table .table {
		margin-top: 0px;
	}
	.top .pay-online a {
		font-size: 12px;
		height: 35px;
		line-height: 35px;
		padding: 0px 15px;
		margin-right: 10px;
	}

	.top .search input {
		height: 33px;
		padding-left: 15px;
		width: 200px;
		line-height: 35px;
	}

	.top .lang a {
		padding: 0px 2px;
		font-size: 13px;
	}

	.top .invalid {
		font-size: 13px;
	}
	.holidays-text {
		margin-top: -15px;
	}
	.holidays-text img {
		max-width: 90%;
	}
  }
  @media (max-width: 1199px) {
	.banner .inner .text .icon i {
		margin-bottom: 10px;
	}
	.authorities-chart {
	  margin-top: 10px;
	}
	.top-menu ul .nav-item .nav-link {
	  padding: 3px 10px;
	  font-size: 14px;
	  padding-top: 0px;
	}
	.top-menu ul .nav-item .top-menu-toggler {
	  padding: 0px 15px 10px 10px;
	}
	.top-menu ul .nav-item .dropdown {
	  font-size: 14px;
	}
	.top-menu ul .nav-item .top-menu-toggler::before {
	  font-size: 10px;
	  right: 1px;
	  top: 4px;
	}
	.banner .inner .text h1 {
		font-size: 48px;
	}
	.logo {
	 margin-top: -10px;
	}
	.phone {
		top: -10px;
	}
	.phone .fa-phone {
	  font-size: 26px;
	  margin-right: 4px;
	}
	.phone span {
	  font-size: 10px;
	}
	.phone h3 {
	  font-size: 15px;
	}
	.dropdown-item {
	  padding: 5px 15px;
	  font-size: 12px;
	}
	.dropdown-menu {
	  padding: 5px 0px;
	}
	.top-menu {
	  margin-top: -10px;
	}
	#header {
	  padding: 20px 0px;
	}
	.slider .slide {
	  height: 400px;
	}
	.banner .box {
	  padding: 30px;
	}
	.directors .swiper-pagination-bullet {
	  display: block;
	}
	.directors .swiper-pagination {
	  padding: 20px 0px;
	  text-align: center;
	}
	.guide-slider .slide .text h1 {
		font-size: 48px;
	}
	.guide-slider {
		height: 435px;
	}
	.guide-slider .slide .text h4 {
		font-size: 22px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.guide-slider .slide .text p {
		font-size: 12px;
		line-height: 22px;
	}
	.guide-slider .swiper-pagination {
		bottom: 20px;
	}
	.index-panels .panel {
		margin: 10px 0px;
	}
	.index-panels .panel .icon {
		margin-right: 20px;
	}
	.index-panels .panel {
		height: 110px;
	}
	.header-fixed .top-menu {
		margin-top: -25px;
	}
	#chartdiv {
		height: 350px !important;
		width: 100%;
	}
	.holidays-text img {
		max-width: 140px;
	}
	.holidays-text {
		margin-top: -10px;
	}
  }
  @media (max-width: 991px) {

	.popup-content {
		max-height:400px;
		overflow-y:scroll;
	}
  	
	.heading {
		margin: 0px 0px 20px 0px;
	}
	.f-mid p {
		font-size: 12px;
	}
	.top {
	  text-align: center;
	}
	.top-menu ul {
	  margin: 0 auto;
	}
	.top-menu {
	  margin-top: 10px;
	}
	.head {
	  margin-top: 15px;
	}
	.logo {
	  max-width: 150px;
	  margin-left: auto;
	  margin-top:0px;
	}
	.phone {
	  margin-right: 0px;
	  top:0px;
	  max-width: 150px;
	}
	.banner .inner .text .icon i {
	  font-size: 45px;
	  margin-bottom: 10px;
	}
	.banner .inner .text h1 {
    font-size: 32px;
	}
	.banner .inner .text h2 {
	  font-size: 14px;
	}
	.banner .inner .text {
	  position: absolute;
	  right: 30px;
	  bottom: 30px;
	  left: 30px;
	}
	.banner .inner .text a {
	  padding: 6px 15px;
	  font-size: 13px;
	  width: 110px;
	}
	.banner .inner .text a i {
	  top: 11px;
	  right: 20px;
	  font-size: 12px;
	}
	.banner .choose-container {
	  top: 30px;
	}
	.logo {
		margin-bottom: 20px;
	}
	.main {
	  padding-top: 50px;
	}
	.slider .slide {
	  height: 310px;
	}
	.social a {
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	  font-size: 12px;
	}
	.slider .swiper-navs .swiper-button-next,
	.slider .swiper-navs .swiper-button-prev {
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	  font-size: 12px;
	}
	.heading h3 {
	  font-size: 16px;
	}
	.news .panel .text h4 {
	  height: 40px;
	}
	.f-links h3 {
	  height: auto;
	  margin-top: 10px;
	}
	.management .panel .desc p {
	  line-height: 24px;
	  font-size: 11px;
	}
	.management .panel .desc h5 {
	  font-size: 18px;
	  margin-bottom: 10px;
	}
	.news-panel .text p {
	  font-size: 11px;
	  line-height: 24px;
	  height: 100px;
	}
	.news-panel .text h3 {
	  font-size: 20px;
	  height: 46px;
	}
	.guide-slider .slide .text {
		left: 50px;
		max-width: 60%;
	}
	.guide-slider .slide .text h1 {
		font-size: 43px;
	}
	.guide-slider .slide .text h4 {
		font-size: 20px;
	}
	.guide-slider .slide .text h4 {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	.guide-slider .slide .text p {
		font-size: 11px;
	}
	.guide-slider .slide .text a {
		font-size: 13px;
		height: 40px;
		line-height: 40px;
		padding: 0px 20px;
	}
	.guide-slider .swiper-pagination {
		left: 50px;
		bottom: 30px;
	}
	.guide-slider .swiper-pagination .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		line-height: 18px;
		font-size: 12px;
	}
	.holidays-text img {
		margin: 0 auto;
		display: block;
	}
	.holidays-text {
		margin-top: 0px;
	}
	.nav-tabs .nav-link {
		font-size: 22px;
		padding: 0px 20px 15px 0px;
	}
	.news-panel .text {
		padding: 20px;
	}
	.logo {
		margin-bottom: 10px;
	}
	
  }
  @media (max-width: 767px) {
	.content-404 {
		margin: 30px 0px;
		text-align: center;
	}

	.content-404 h1 {
		font-size: 100px;
		display: block;
		margin-bottom:5px;
	}

	.content-404 h5 {
		display: block;
		margin-left: 0px;
		font-size: 20px;
	}
	.index-panels .panel .icon i {
		margin-top: 5px;
	}
	.index-panels .panel {
		height: auto;
	}
  	.top-menu ul .nav-item .nav-link {
  		padding: 10px 0px;
  	}

  	.top-menu ul .nav-item .top-menu-toggler {
  		padding: 10px 0px;
  		display: block;
  	}

	.top .search {
	  margin-bottom: 10px;
	}
	.slider .slide {
	  height: 240px;
	}
	.banner .box {
	  padding: 20px;
	}
	.banner .inner .text {
	  right: 20px;
	  bottom: 20px;
	  left: 20px;
	}
	.banner .inner .text h2 {
	  font-size: 12px;
	  margin-bottom: 10px;
	}
	.banner .inner .text h1 {
  	  font-size: 24px;
	}
	.banner .inner .text .icon i {
	  font-size: 35px;
	}
	.news .panel .text h4 {
	  height: 43px;
	  font-size: 13px;
	}
	.news .panel .text p {
	  height: 48px;
	  line-height: 15px;
	  font-size: 10px;
	}
	.sublink {
	  margin: 20px 0px;
	}
	.heading {
	  margin: 20px 0px;
	}
	.f-links ul li span {
	  font-size: 11px;
	}
	.f-links ul li a {
	  font-size: 11px;
	}
	.f-links .bot-social a {
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	  font-size: 13px;
	}
	.f-links {
	  padding: 20px 0px;
	}
	.f-bot p {
	  font-size: 11px;
	}
	.f-bot .exio a {
	  font-size: 11px;
	}
	.table td,
	.table th {
	  padding: 5px;
	  font-size: 11px;
	}
	.table td p{
 		 font-size: 11px;
	}
	.table th p{
		font-size: 11px;
	}
	.management .panel {
	  text-align: center;
	}
	.news-panel .text {
	  padding: 15px;
	}
	.news-panel .text h3 {
	  font-size: 16px;
	  height: 20px;
	  margin-bottom: 5px;
	}
	.news-panel .text p {
	  font-size: 10px;
	  line-height: 20px;
	  height: 60px;
	}
	.news-panel .text .link a {
		font-size: 11px;
		height: 28px;
		line-height: 28px;
		padding: 0px 15px;
	}
	.news-panel .text span {
	  font-size: 10px;
	}
	.news-panel .image {
	  height: 150px;
	}
	.guide-slider {
		height: 280px;
	}
	.guide-slider .slide .text {
		left: 20px;
		max-width: 70%;
		top: 46%;
	}
	.guide-slider .slide .text h1 {
		font-size: 28px;
	}
	.guide-slider .slide .text h4 {
		font-size: 14px;
	}
	.guide-slider .slide .text p {
		font-size: 10px;
		line-height: 16px;
		margin-bottom: 5px;
	}
	.guide-slider .slide .text a {
		font-size: 11px;
		height: 30px;
		line-height: 30px;
		padding: 0px 10px;
		margin-right: 5px;
	}
	.guide-slider .swiper-pagination {
		left: 20px;
		bottom: 10px;
	}
	.guide-slider .swiper-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		line-height: 14px;
		font-size: 10px;
	}

  }
  @media (max-width: 575px) {
	  .news-panel .text h3 {
		  height: auto;
	  }
	  .banner {
	  	margin-bottom: 20px;
	  }
	  .news-panel{
		  max-height: none;
	  }
	  .index-panels .panel .icon i {
		  font-size: 35px;
	  }
	  .index-panels .panel .icon {
	  	margin-right: 10px;
	  }
	  .index-panels .panel p {
		  font-size: 11px;
	  }
	.slider {
	  display: none;
	}
	.banner .choose-container {
	  top: auto;
	  position: initial;
	  height: auto;
	  left: auto;
	  right: auto;
	}
	.banner .box{
	  padding: 20px;
	}
	.banner .box {
	  height: 250px;
	}
	.banner .client {
	  margin-bottom: 20px;
	}
	.main {
	  padding-top: 0px;
	}
	.top .pay-online a {
	  font-size: 11px;
	  height: 30px;
	  line-height: 30px;
	  padding: 0px 10px;
	  margin-right: 5px;
	}
	.top .search input {
	  height: 28px;
	  padding-left: 10px;
	  width: 170px;
	  line-height: 30px;
	  padding-right: 30px;
	  font-size: 11px;
	}
	.top .search button {
	  padding: 0px 8px;
	  font-size: 11px;
	}
	.top .lang a {
	  font-size: 11px;
	}
	.logo {
	  margin: 5px auto 15px auto;
	}
	.phone {
	  margin: 0 auto;
	}
	.container {
	  max-width: 400px;
	}
	.news .panel {
	  margin: 5px auto;
	}
	.f-mid p {
	  margin-top: 10px;
	  margin-bottom: 0px;
	}
	.f-mid img{
		max-width:100%;
	}
	.top-menu ul .nav-item .nav-link {
	  font-size: 14px;
	}
	.history .history-panel .inner {
	  padding-left: 6%;
	}
	.history .history-panel .inner .title::after {
	  content: '';
	  width: 20px;
	  height: 20px;
	  border: 3px solid 
			#c4955f;
	  left: -10px;
	}
	.history .history-panel:nth-child(2n) .inner .title::after {
	  right: -10px;
	}
	.history .history-panel .inner::after {
	  width: 2px;
	  left: -1px;
	}
	.history .history-panel:nth-child(2n) .inner::after {
	  right: -1px;
	}
	.history .history-panel .inner .title h5 {
	  font-size: 18px;
	}
	.history .history-panel .inner .desc p {
	  line-height: 19px;
	  font-size: 11px;
	}
	.page-banner {
	  height: 150px;
	}
	.page-banner .text h3 {
	  padding: 10px 15px;
	  font-size: 18px;
	}
	.page-content .heading h3 {
	  font-size: 26px;
	}
	.nav-tabs .nav-link {
	  font-size: 16px;
	  padding: 10px 15px;
	}
	.tab-content {
	  padding: 15px 0px;
	}
	.nav-tabs .nav-link::after {
	  height: 3px;
	}
	.directors .swiper-pagination {
	  padding: 0px;
	}
	.directors .swiper-slide .panel {
	  padding: 0px 30px;
	}
	.directors .swiper-slide .panel h5 {
	  font-size: 16px;
	}
	.directors .swiper-slide .panel p {
	  line-height: 23px;
	  font-size: 11px;
	}
	.directors .swiper-slide .user {
	  height: 50px;
	  width: 50px;
	}
	.directors .swiper-slide .user i {
	  font-size: 20px;
	}
	.directors .swiper-slide .panel h5 {
	  margin-bottom: 10px;
	}
	.directors .swiper-pagination-bullet {
	  font-size: 12px;
	  padding: 2px 0px;
	}
	.contact-banner .text h3 {
	  padding: 10px 15px;
	  font-size: 18px;
	}
	.contact-banner {
	  height: 150px;
	}
	.relations-banner .container .text h3 {
	  padding: 10px 15px;
	  font-size: 18px;
	}
	.relations-banner {
	  height: 150px;
	}
	.news-banner .container .text h3 {
	  padding: 10px 15px;
	  font-size: 18px;
	}
	.news-banner {
	  height: 150px;
	}
	.nav-tabs .nav-item {
		display: block;
		width: 200px;
		margin: 0 auto;
		overflow: visible;
	}
	.nav-tabs{
		display: block;
		text-align: center;
	}
	.guide-slider{
		display:none;
	}
	.nav-tabs .nav-link::after {
		left: 0px;
		right: 0px;
	}
	.reward h3 {
		font-size: 15px;
	}
	.reward h3 .fa-trophy {
		font-size: 17px;
	}
	.gallery-panel .gallery-image {
		height: 130px;
	}
	.gallery-panel h5 {
		font-size: 15px;
	}
	.gallery-panel h5 i {
		font-size: 18px;
	}
	.question h3 {
		font-size: 15px;
	}
	.question h3 i {
		font-size: 20px;
	}
	.corp-file h3 a {
		font-size: 15px;
	}
	.corp-file h3 {
		line-height: 18px;
	}
	.main{
		padding-top: 5px;
	}
  }
.calculators h2{
	background: #fff;
	color: #181818;
	font-weight: 900;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom:20px;
}
.calculator-link {
	display: inline-block;
	background: #c4955f;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 20px;
}
.calculator-link:hover {
	color:black;
}
.active-drop {
	background: url(../img/active-drop.jpg) left 15px bottom no-repeat;
}

.top-menu .dropdown-menu {
	top:25px!important;
}

@media(max-width:1200px)
{
	.active-drop {
		background: url(../img/active-drop.jpg) left 10px bottom no-repeat;
	}
}

@media(max-width:768px)
{
	.active-drop {
		background: url(../img/active-drop.jpg) left 0px bottom no-repeat;
	}
}

.about-item-list {
	font-size:18px;
	font-weight: 900;
	background: url(../img/active-drop.jpg) left bottom no-repeat;
	padding-bottom:20px;
}

.f-links ul li a i {
	font-size:10px;
	margin-right:2px;
}

.why-list p {
	padding: 30px 30px;
	border: 1px solid #d0d0d0;
	margin-top: 10px;
	text-align: center;
	min-height: 180px;
	border-bottom:10px solid #ffc20f;
}

.why-list p i {
	margin-right:5px;
	display: block;
	margin-bottom:10px;
	font-size:50px;
	color: #ffc20f;
}

@media(min-width:991px)
{
	.page-content .nav-item {
		margin-right: 50px!important;
	}

}

.popup {
	position:fixed;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	background: rgba(0,0,0,0.5);
	width:100vw;
	height:100vh;
	z-index: 9999;
}
.popup .inner{
	min-width: 300px;
	width: auto;
	display: block;
	background: #fff;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	padding:30px;
}
.popup .close-popup{
	color: #161313;
	background: #fac800;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 900;
	padding: 15px 30px;
	text-decoration: none;
	transition: 0.3s;
	display: block;
	width: 100%;
	cursor: pointer;
}
.popup .inner img{
	max-width:100% !important;
}

.work-list {
	/* display: block; */
	border: 1px solid #d0d0d0;
	padding: 50px!important;
	margin: 20px 0px;
}

.easter-img{
	display: inline-block;
	margin-left: 10px;
}
.easter-img img{
	max-width:100%;
}
.header-fixed {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	z-index:9999;
	box-shadow:0px 0px 5px #d0d0d0;
}

.header-fixed .logo {
	margin-top:3px;
	margin-bottom:0px;
}

.header-fixed .top-menu {
	margin-top:-30px;
	max-width: 67%;
	margin-left: auto;
}
.header-fixed .phone {
	top: 3px;
}
.header-fixed .holidays-text {
	margin-top: -18px;
}
.about-list p {
  	font-size: 14px;
}
.fa-file-alt{
	color: #c4955f;
	font-size: 20px;
	margin-right: 3px;
}
.fa-print{
	color: #c4955f;
	font-size: 20px;
	margin-right: 3px;
}

.phone-rotate-right {
    -webkit-transform:rotate(-12deg);
    -moz-transform:rotate(-12deg); 
    -o-transform:rotate(-12deg);
    transform:rotate(-12deg);
}

.phone-rotate-left {
    -webkit-transform:rotate(12deg);
    -moz-transform:rotate(12deg); 
    -o-transform:rotate(12deg);
    transform:rotate(12deg);
}

.phone .fa-phone {
	transition: 0.05s;
}
.contact-link-bottom {
	position: fixed;
	bottom: 152px;
	right: 20px;
	z-index: 99;
}

.contact-link-bottom span {
	position: relative;
	margin-right: 10px;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	height: 24px;
	padding: 0px 10px;
	font-size: 11px;
	display: inline-block;
	line-height: 23px;
	font-weight: 600;
	letter-spacing: 0.1px;
	top: -2px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.contact-link-bottom span::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, 0.9);
	position: absolute;
	right: -10px;
	top: 0px;
}

.contact-link-bottom a {
	padding: 14px 18px;
	background: #162f45;
	color: white;
	z-index: 9;
	transition: 0.3s;
	box-shadow: 0px 0px 10px #162F45;
	display: inline-block;
	border-bottom:1px solid rgba(255,255,255,0.5);
}

.contact-link-bottom a:hover {
	background: #162f45;
	box-shadow: 0px 0px 10px #162f45;
	color:#c4955f;
}

.contact-link-bottom .fa-phone {
	font-size: 20px;
	transition: 0.3s;
	color:#fff;
}

.contact-link-bottom a:hover .fa-phone {
	color: #c4955f;
}




.phone-bottom{
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 99;
}
.phone-bottom span{
	position: relative;
	margin-right: 10px;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	height: 24px;
	padding: 0px 10px;
	font-size: 11px;
	display: inline-block;
	line-height: 23px;
	font-weight: 600;
	letter-spacing: 0.1px;
	top: -2px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.phone-bottom span::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, 0.9);
	position: absolute;
	right: -10px;
	top: 0px;
}
.phone-bottom button{
	padding: 14px 16px;
	background: #162f45;
	color:white;
	z-index:9;
	transition:0.2s;
	box-shadow:0px 0px 10px #162F45;
	display: inline-block;
	border:none;
	outline:none !important;
	cursor: pointer;
}
.phone-modal .modal-dialog {
	max-width: 100%;
	margin: 0px;
	height: 100%;
}
.phone-modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
}
.phone-modal .modal-title {
	color: #191717;
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 600;
	line-height: normal;

}
.phone-bottom button:hover {
	background: #162f45;
	box-shadow: 0px 0px 10px #162f45;
	color:#c4955f;
}

.phone-bottom .fa-phone {
	font-size: 20px;
	transition: 0.3s;
}

.phone-bottom button:hover .fa-phone {
	color:#c4955f;
}
@media(max-width:1199px){
	.header-fixed .top-menu {
		margin-top: -25px;
	}
	.expand-phone-dropdown {
		top:10px;
	}
}
@media(max-width:991px){

	.header-fixed .top-menu {
		margin-top: 10px;
		max-width: 100%;
		margin-left: 0px;

	}
	.header-fixed .head {
		margin-top: 0px;
	}
	.easter-img img {
		height: 35px;
	}
}
@media(max-width:767px){
	.easter-img img {
		height: 27px;
	}

	.phone-bottom span {
		display: none;
	}
	.phone-bottom button {
		padding: 4px 10px;
	}

	.phone-bottom .fa-phone {
		font-size: 14px;
	}
}
@media(max-width:575px){
	.authorities-chart{
		display:none;
	} 

	.header-fixed {
		padding-top: 5px !important;
	}
	.popup .inner {
		padding: 15px;
	}
	.popup .close-popup {
		font-size: 11px;
		padding: 10px 20px;
	}
	.contact-link-bottom a {
		padding: 8px 10px;
		font-size: 14px;
	}
	.contact-link-bottom span {
		display:none;
	}
	.alert {
		padding: 5px 10px;
		font-size: 12px;
	}
	.alert-dismissible .close {
		top: 0px;
		right: 0px;
		padding: 0px;
		font-size: 18px;
	}
	.contact-link-bottom {
		bottom: 32px;
	}
	.phone-modal .modal-content {
		width: 90%;
	}
}

#mny_kalkulator_odsetkowy table .tdm{
	padding:5px 10px !important;	
	font:inherit !important;
}
#mny_kalkulator_odsetkowy input[type="submit"] {
	display: block !important;
	background: #c4955f !important;
	border-radius: 5px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #2f2c2c !important;
	text-decoration: none !important;
	padding: 12px 20px !important;
	margin-right: 15px !important;
	border: none !important;
	outline: none !important;
	width: 100% !important;
	transition: 0.3s !important;
	cursor: pointer !important;
}
#mny_kalkulator_odsetkowy input[type="text"] {
    font-size: 13px !important;
    padding: 10px 15px !important;
	display: block !important;
	width: 100% !important;
	padding: .5rem .75rem !important;
	font-size: 1rem !important;
	line-height: 1.25 !important;
	color:
		#495057 !important;
	background-color:
		#fff !important;
	background-image: none !important;
	background-clip: padding-box !important;
	border: 1px solid rgba(0, 0, 0, .15) !important;
	border-radius: .25rem !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	font:inherit !important;

}
#mny_kalkulator_odsetkowy{
	font:inherit !important;	
}
#mny_kalkulator_odsetkowy select {
	padding: .5rem .75rem !important;
	font-size: 1rem !important;
	line-height: 1.25 !important;
	color: #495057 !important;
	background-color: #fff !important;
	background-image: none !important;
	background-clip: padding-box !important;
	border: 1px solid rgba(0, 0, 0, .15) !important;
	border-radius: .25rem !important;
	transition: border-color ease-in-out .15s,
	box-shadow ease-in-out .15s !important;
	font-size: 13px !important;
	padding: 10px 15px !important;
	height: calc(2.25rem + 2px) !important;
	font:inherit !important;
}
#mny_kalkulator_odsetkowy .mny_hd {
	background:none !important;
	font:inherit !important;
}
#mny_kalkulator_odsetkowy .mny_td {
	background-color:
		#c4955f !important;
	height: auto !important;
	font:inherit !important;
}
#mny_kalkulator_odsetkowy .mny_logo {
	display:none !important;
}
#mny_kalkulator_odsetkowy .mny_hd {
	font-size: 14px !important;
	padding: .75rem !important;
	font:inherit !important;
	font-weight: bolder !important;
}
.financedata .tab-content{
	padding:20px 0px;
}
#prospekt a{
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}
#raport a{
	color: #191717;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}
#raport a:hover {
	color:#c4955f;
}
#prospekt a:hover {
	color:#c4955f;
}
.authorities th{
	width: 25%;
}
.financedata .table th{
	min-width: 5%;
	text-align: center;
}
.financedata .table td{
	min-width: 5%;
}
.financedata .table tr td:nth-child(2){
	text-align: right;
}
.financedata .table tr td:nth-child(3){
	text-align: right;
}
.financedata .table tr td:nth-child(4){
	text-align: right;
}
.financedata .table tr td:nth-child(5){
	text-align: right;
}
.financedata .table tr th:nth-child(2){
	text-align: center;
}
.financedata .table tr th:nth-child(3){
	text-align: center;
}
.financedata .table tr th:nth-child(4){
	text-align: center;
}
.financedata .table tr th:nth-child(5){
	text-align: center;
}
.finance .table tr td:nth-child(2){
	text-align: right;
}
.finance .table tr td:nth-child(3){
	text-align: right;
}
.finance .table tr td:nth-child(4){
	text-align: right;
}
.finance .table tr td:nth-child(5){
	text-align: right;
}
.finance .table tr th:nth-child(2){
	text-align: center;
}
.finance .table tr th:nth-child(3){
	text-align: center;
}
.finance .table tr th:nth-child(4){
	text-align: center;
}
.finance .table tr th:nth-child(5){
	text-align: center;
}

.finance .table tr td:nth-child(2) p {
	text-align: right;
}

.finance .table tr td:nth-child(3) p {
	text-align: right;
}

.finance .table tr td:nth-child(4) p {
	text-align: right;
}

.finance .table tr td:nth-child(5) p {
	text-align: right;
}
.finance .fa-file-pdf{
	font-size: 20px;
	color: #c4955f;
	margin-right:3px;
}
.financedata .fa-file-pdf{
	font-size: 20px;
	color: #c4955f;
	margin-right:3px;
}
.alert {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.4);
}
.alert .close{
	color: inherit;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin-left:20px;
}
.finance .small i{
	margin-right:4px;
	color:#c4955f;
	font-size:24px;	
}
.finance .table th{
	min-width: 5%;
}
.index-panels{
	margin-bottom:30px;
}
@media(max-width:767px){
	.index-panels {
		margin-bottom: 0px;
	}
	.header-fixed {
		position: initial;
		box-shadow: none;
	}
}
@media(max-width:575px){
	.finance .table th {
		min-width: auto;
	}
	.financedata .table th {
		min-width: auto;
	}
	.financedata .table td {
		min-width:auto;
	}
	.finance .table td {
		min-width:auto;
	}
	.page-content{
		padding: 15px 0px;
	}
	.tab-inner{
		overflow-x: scroll;
	}
	.work-list {
		padding: 20px !important;
	}
}
.btn-primary.focus,
.btn-primary:focus {
	box-shadow: none !important;
}
.search-result{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}