/*================================== * Author : "Element-marketing" * Template Name : lipova-greda * Version : 1.0 ==================================== */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
::selection {
  color: #cddc39;
}
/*=========== TABLE OF CONTENTS =========== 
1. General css (Reset code)
1.1 Navbar
1.2 Header
1.2.1 Header title elements
1.3 Home page icons
1.4 Fun Facts
1.4.1 Testimonials 
1.4.2 Promo Slider 
2. Page Content setup 
2.1 Page Cover 
2.2 Page Title/Header 
2.3 Page Section setup 
3. Main navigation pages 
3.1 Documents-dropdown
3.2 Links 
3.3 Contact 
4. Sub-Page Content setup 
4.1 Why invest in KD 
4.2 Operating expenses 
4.3 Business-zone 
4.4 Promo 
4.5 Gallery 
5. Additional page setup 
5.1 Scroll Top 
5.2 Icons 
5.3 Page Content bullets 
6. Footer

/*=================================== 1.General css (Reset code) ===================================*/
* {
  padding: 0;
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: white;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}
a, a:hover, a:focus, i {
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
p {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  color: #444444;
  line-height: 24px;
}
.divided30 {
  width: 100%;
  height: 30px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.margin-bottom30 {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Fira Sans", sans-serif;
  color: #333;
}
.colored-text {
  color: #03a9f4;
}
.alo {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
}
.border-line {
  width: 250px;
  height: 2px;
  margin-top: 20px;
  display: block;
  text-align: center;
  background-color: #03a9f4;
  margin-left: auto;
  margin-right: auto;
}
.subtitle-caption {
  font-weight: 400;
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
  text-transform: capitalize;
}
.center-title {
  margin-bottom: 40px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 2px;
}
.no-padding {
  padding: 10px;
}
img {
  border: none;
  max-width: 120%;
  height: auto;
}
/*=================================== 1.1 Navbar =================================== Navbar header setup is located in Header-menu.css 
/*=================================== 1.2 Header ===================================*/
.navbar-brand img {
  width: 50px;
  height: auto;
  float: left;
  text-align: center;
}
.section-header {
  padding-bottom: 40px;
}
/*=================================== 1.2.1 Header title elements ===================================*/
/* .single-slide-item */
.single-slide-item {
  padding-top: 184px;
  padding-bottom: 294px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-slide-item h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 27px;
}
.single-slide-item.slide-1 {
  background-image: url(../images/bg-1.jpg);
  position: relative;
  z-index: 1;
}
/*single-slide-item */
.btn {
  text-transform: uppercase;
  font-weight: 400;
  margin: 15px;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 25px;
  font-family: "Fira Sans", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:focus {
  outline: 0;
}
.btn-white {
  color: #fff;
  padding: 0;
  border: 1px solid #fff;
  padding: 10px 20px;
  background-color: transparent;
}
.btn-white:hover {
  color: #03a9f4;
  border-color: #fff;
  background-color: #fff;
}
/*=================================== 1.3 Home page icons ===================================*/
.feature-icon-wrap {
  position: relative;
  padding-bottom: 0;
  margin: 0;
}
.feature-icon-wrap .left-side-icon {
  float: left;
  position: static;
}
.feature-icon-wrap .left-side-icon .front-icon {
  font-size: 3em;
  color: #03a9f4;
}
.feature-icon-wrap .features-text-right {
  padding-left: 20px;
  overflow: hidden;
}
.features-text-right h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}
.sectors-icons .left-side-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #03a9f4;
}
/*=================================== 1.4 Fun Facts ===================================*/
.funfacts {
  background: url(../images/bg-2.jpg);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
  display: block;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}
/*=================================== 1.4.1 Testimonials ===================================*/
.testimonials {
  background-image: url(../images/bg-3.jpg);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
  display: block;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.testimonials .testislider .slide-items img {
  width: 162px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: 0;
}
.testimonials .flex-direction-nav a:before {
  font-family: "Ionicons";
  font-size: 40px;
  display: inline-block;
  content: "\f3d5";
}
.testimonials .flex-direction-nav a.flex-next:before {
  content: "\f3d6";
}
.testimonials .flexslider {
  margin: 10px;
}
.testimonials .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.testimonials .flexslider {
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.slide-items {
  padding: 50px 40px 50px;
  position: relative;
}
.slide-items p {
  color: #fff;
}
.slide-items h4 {
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
  padding: 20px;
}
/*=================================== 1.4.2 Promo Slider ===================================*/
.cta {
  padding-bottom: 40px;
}
.cta h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.cta-bg {
  background: linear-gradient(#2196e3, #1779ba 70%);
  padding-top: 40px;
}
.cta-bg h1 {
  color: #fff;
}
/*=================================== 2. Page Content setup ===================================*/
/*=================================== 2.1 Page Cover ===================================*/
.page-title {
  z-index: 1;
  padding-top: 300px;
}
.page-title.municipality {
  background: url(../images/municipality.jpg) no-repeat center;
  background-size: cover;
}
.page-title.sectors {
  background: url(../images/business-zone.jpg) no-repeat center;
  background-size: cover;
}
.page-title.documents {
  background: url(../images/documents.jpg) no-repeat center;
  background-size: cover;
}
.page-title.strategic-location {
  background: url(../images/location.jpg) no-repeat center;
  background-size: cover;
}
.page-title.operating-expenses {
  background: url(../images/operating-exp.jpg) no-repeat center;
  background-size: cover;
}
.page-title.human-resources {
  background: url(../images/human-res.jpg) no-repeat center;
  background-size: cover;
}
.page-title.local-administration {
  background: url(../images/local-adm.jpg) no-repeat center;
  background-size: cover;
}
.page-title.stimulation-gov {
  background: url(../images/stimulation-gov.jpg) no-repeat center;
  background-size: cover;
}
.page-title.market-access {
  background: url(../images/market-access.jpg) no-repeat center;
  background-size: cover;
}
.page-title.foreign-inv {
  background: url(../images/foreign-inv.jpg) no-repeat center;
  background-size: cover;
}
/* business yone layout cover end */
.page-title.infrastructure {
  background: url(../images/infrastructure.jpg) no-repeat center;
  background-size: cover;
}
.page-title.incentives {
  background: url(../images/incentives.jpg) no-repeat center;
  background-size: cover;
}
.page-title.strategic-location {
  background: url(../images/location.jpg) no-repeat center;
  background-size: cover;
}
.page-title.bz-offer {
  background: url(../images/documents.jpg) no-repeat center;
  background-size: cover;
}
/* business yone layout cover end */
.page-title.promotional {
  background: url(../images/promo.jpg) no-repeat center;
  background-size: cover;
}
/* sector layout cover */
.page-title.wood {
  background: url(../images/sectors/wood-processing-ind.jpg) no-repeat center;
  background-size: cover;
}
.page-title.textile {
  background: url(../images/sectors/textile-industry-ind.jpg) no-repeat center;
  background-size: cover;
}
.page-title.food {
  background: url(../images/sectors/food-industry-ind.jpg) no-repeat center;
  background-size: cover;
}
.page-title.metal {
  background: url(../images/sectors/metal-processing-ind.jpg) no-repeat center;
  background-size: cover;
}
.page-title.tourism {
  background: url(../images/sectors/tourism-pan.jpg) no-repeat center;
  background-size: cover;
}
/* sector layout cover */
.page-title.link {
  background: url(../images/cover-links.jpg) no-repeat center;
  background-size: cover;
}
/*=================================== 2.2 Page Title/Header ===================================*/
.page-title h3 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  font-size: 40px;
  font-weight: 500;
}
.page-title .border-line {
  background-color: #fff;
}
.pager li > a, .pager li > span {
  color: #00070a;
  font-size: 13px;
}
.pager li > a, .pager li > span {
  border: 1px solid #ddd;
}
.pager span {
  color: #00070a;
  padding: 5px;
}
.pager li > a:focus, .pager li > a:hover {
  color: #fff;
  background-color: #03a9f4;
}
.news-content p {
  color: #999;
  font-size: 14px;
}
/*=================================== 2.3 Page Section setup ===================================*/
/* section-title */
.section-title {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.section-title h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 1px;
}
/* section-padding */
#section-padding {
  display: grid;
  grid-template-columns: 16.666% 16.666% 16.666%;
}
.section-padding {
  padding: 40px 10px 40px;
}
.section-padding p {
  color: black;
}
.section-padding-carousel {
  padding-top: 60px;
}
.section-padding-description {
  padding: 35px 15px 50px;
}
.single-section-padding-box {
  box-shadow: 0 0 5px rgba(35, 37, 41, 0.1);
  overflow-x: hidden;
  margin-top: 15px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*section-padding-description*/
.single-section-padding-box {
  background: #fff;
  min-height: 320px;
}
.section-padding-topics {
  margin-top: 32px;
  margin-bottom: 27px;
}
.section-padding-topics h2 {
  color: #44454f;
  font-size: 20px;
}
/* section-padding-comment */
.section-padding-comment {
  margin-top: 14px;
}
.section-padding-comment p {
  color: #888;
  max-width: 306px;
  margin: 0 auto;
}
/*section-padding-description*/
.single-section-padding-box:hover {
  box-shadow: 0 5px 20px rgba(112, 134, 230, 0.2);
  opacity: 1;
}
/*=================================== 3 Main navigation pages ===================================*/
/*================================ 3.1 Documents-dropdown ===================================*/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}
.panel-default > .panel-heading {
  border-radius: 0;
  color: #fff;
  background-color: #03a9f4;
  border-color: #eeeeee;
}
.panel-body {
  padding-left: 50px;
}
.panel-body a {
  color: #000;
  font-size: 13px;
  padding-bottom: 20px;
}
.panel-body a:hover {
  color: rgb(255, 0, 0);
}
.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 16px;
}
.more-less {
  float: right;
  color: #fff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
/*=================================== 3.2 Links ===================================*/
/*links-head*/
.links {
  padding: 40px 0;
}
.links.links-main {
  background: #fff;
}
/*singleteam-box*/
.links-card {
  padding: 30px 0 0 0;
}
.links-card.links-mrt-70 {
  margin-top: -70px;
}
.single-links-box {
  position: relative;
  height: 352px;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*links-box-bg*/
.links-box-bg-1 {
  background: url(../images/links/gov.jpg) no-repeat center;
}
.links-box-bg-2 {
  background: url(../images/links/council.jpg) no-repeat center;
}
.links-box-bg-3 {
  background: url(../images/links/municipality.jpg) no-repeat center;
}
.links-box-bg-4 {
  background: url(../images/links/fipa.jpg) no-repeat center;
}
.links-box-bg-5 {
  background: url(../images/links/uio.jpg) no-repeat center;
}
.links-box-bg-6 {
  background: url(../images/links/irbrs.jpg) no-repeat center;
}
.links-box-bg-7 {
  background: url(../images/links/zzzrs.jpg) no-repeat center;
}
.links-box-bg-8 {
  background: url(../images/links/purs.jpg) no-repeat center;
}
.links-box-bg-9 {
  background: url(../images/links/pkrs.jpg) no-repeat center;
}
.links-box-bg-10 {
  background: url(../images/links/esr.jpg) no-repeat center;
}
.links-box-bg-11 {
  background: url(../images/links/sgrs.jpg) no-repeat center;
}
.links-box-bg-12 {
  background: url(../images/links/bb.jpg) no-repeat center;
}
.links-box-bg-13 {
  background: url(../images/links/abrs.jpg) no-repeat center;
}
.links-box-bg-14 {
  background: url(../images/links/cbbih.jpg) no-repeat center;
}
.links-box-bg-15 {
  background: url(../images/links/kbih.jpg) no-repeat center;
}
.links-box-bg-16 {
  background: url(../images/links/ras.jpg) no-repeat center;
}
.links-box-bg-17 {
  background: url(../images/links/usaid.jpg) no-repeat center;
}
.links-box-bg-18 {
  background: url(../images/links/ifc.jpg) no-repeat center;
}
.links-box-bg-19 {
  background: url(../images/links/eu.jpg) no-repeat center;
}
.links-box-bg-20 {
  background: url(../images/links/imf.jpg) no-repeat center;
}
.links-box-bg-21 {
  background: url(../images/links/wb.jpg) no-repeat center;
}
.links-box-bg-22 {
  background: url(../images/links/ubl.jpg) no-repeat center;
}
.links-box-bg-23 {
  background: url(../images/links/vdv.jpg) no-repeat center;
}
.links-box-bg-24 {
  background: url(../images/links/rtvkd.jpg) no-repeat center;
}
.links-box-bg-25 {
  background: url(../images/links/kom.jpg) no-repeat center;
}
/*links-box-inner*/
.links-box-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px;
  background: #1779bacc;
  height: 90px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.links-box-inner h3 {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
p.learn-btn, p:hover.learn-btn, p:focus.learn-btn, p:active.learn-btn {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 8px;
  padding-bottom: 18px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.single-links-box:hover p.learn-btn {
  opacity: 1;
}
/*links-box-inner*/
.single-links-box:hover .links-box-inner {
  height: 100px;
}
.single-links-box:hover {
  box-shadow: 5px 5px 30px 5px rgba(65, 62, 126, 0.2);
}
.single-links-box.single-links-card:hover {
  box-shadow: 0 5px 35px 5px rgba(6, 5, 49, 0.2);
}
/*=================================== 3.3 Contact ===================================*/
/* map-start */
.Location {
  width: 80%;
  margin: auto;
  padding: 80px 0;
}
.Location > iframe {
  width: 100%;
}
/* contact layout-start */
#contact {
  background: url(../images/bg-1.jpg);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
  display: block;
  position: relative;
  padding-bottom: 0;
}
.contact-details h3, h2 {
  color: #ffffff;
}
#contact.section-padding p {
  color: #fff;
}
.contact-office-address {
  padding-bottom: 30px;
}
.single-online-address {
  color: #ffffff;
}
.contact-form {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin: 30px 0;
}
.contact-form .form-control {
  min-height: 45px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
}
/*--contact form--*/
.contact-col{
  flex-basis: 48%;
  margin-bottom: 30px;
}
.contact-col div{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.contact-col div .fa{
  font-size: 28px;
  color: #03a9f4;
  margin: 10px;
  margin-right: 20px;
}
.contact-col div p{
  padding: 0px 0;
}
.contact-col div h5{
  font-size: 20px;
  margin-bottom: 5px;
  color: #555;
  padding: 400;
}
.contact-col input, .contact-col textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.hero-btn{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
  scroll-behavior: smooth
}
.hero-btn:hover{
  border: 1px solid #03a9f4;
  background: #03a9f4;
}
/*=================================== 4. Sub-Page Content setup ===================================*/
/*=================================== 4.1 Why invest in KD ===================================*/
.strategic-location p {
  padding-top: 40px;
  color: black;
}
.container.section-padding img {
  display: block;
  text-align: center;
  padding: auto;
  margin: auto;
  height: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
#stimulation-gov .pager {
  padding-left: 135px;
  padding-right: 135px;
}
.about-history-img img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.about-history-img.second img {
  width: 100%;
}
a[target="ext-link"] ::before {
  content: "\1F517";
}
/*=================================== 4.2 Operating expenses ===================================*/
.content-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px #00000026;
}
.content-table thead tr {
  background-color: #03a9f4;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}
.content-table th, .content-table td {
  padding: 9px 8px;
  text-align: center;
  font-size: 13px;
}
.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.content-table tbody tr:last-of-type {
  border-bottom: 2px solid hsl(199, 98%, 48%);
}
#operating-expenses i {
  font-weight: bold;
  text-align: justify;
  font-size: 20px;
}
td {
  border-left: 2px solid #00000026;
}
/*=================================== 4.3 Business-zone ===================================*/
#business-zone .single-section-padding-box {
  background: #fff;
  min-height: 130px;
  padding: 25px 25px 15px;
  text-align: left;
}
#business-zone p {
  color: black;
}
#incentives .content-table {
  margin: 0 0 0;
}
#incentives .col-md-5 {
  width: 50%;
}
#incentives .col-md-offset-1 {
  margin-left: 0%;
}
.about-history-txt h2{
  color: #000;
}
/*=================================== 4.4 Promo ===================================*/
/*Promo-box-bg*/
.links-box-bg-p1 {
  background: url(../images/sectors/photo.jpg) no-repeat center;
}
.links-box-bg-p2 {
  background: url(../images/sectors/bz.jpg) no-repeat center;
}
.links-box-bg-p3 {
  background: url(../images/sectors/video.jpg) no-repeat center;
}
.links-box-bg-p4 {
  background: url(../images/sectors/pres.jpg) no-repeat center;
}
#promotional iframe {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
/*=================================== 4.5 Gallery ===================================*/
.random-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.kun-gallery {
  flex: 1;
}
.kun-gallery ul {
  list-style-type: none;
  padding: 0;
}
.kun-gallery li {
  display: inline-block;
  padding: 0;
}
.kun-gallery ul li a {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.kun-gallery ul li a:hover {
  opacity: 0.9;
}
.kun-gallery ul li {
  position: relative;
  overflow: hidden;
  width: calc(25% - 3px);
  height: 25vw;
}
.kun-lightbox {
  z-index: 999999;
}
.gallery-container {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: fixed;
  z-index: 999998;
  top: 0;
  left: 0;
  display: none;
}
.kun-modal {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.gallery-container .left-arrow, .gallery-container .right-arrow, .gallery-container .close-icon {
  position: absolute;
  color: white;
  top: 50%;
  line-height: 0;
  left: 20px;
  font-size: 4vw;
  font-weight: 300;
  font-family: sans-serif;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-container .right-arrow {
  right: 20px;
  left: auto;
}
.gallery-container .close-icon {
  top: 20px;
  right: 20px;
  left: auto;
  font-size: 3vw;
}
.kun-lightbox img {
  max-width: 80%;
  max-height: 80%;
  height: auto;
  width: auto;
  margin: auto;
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
/*=================================== 5. Additional page setup ===================================*/
/*=============================== 5.1 Scroll Top ===============================*/
#button {
  display: inline-block;
  background-color: #03a9f4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "";
  font-weight: normal;
  font-style: normal;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button i {
  font-size: 1.5em;
}
#button {
  margin: 30px;
}
/*=================================== 5.2 Icons ===================================*/
.feature-icon-wrap .center-icon .front-icon {
  font-size: 3em;
  color: #03a9f4;
}
.sectors-icons .center-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #03a9f4;
}
/*=================================== 5.3 Page Content bullets ===================================*/
#wood p {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
#textile p {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
#food p {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
#metal p {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
#tourism p {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
#foreign-inv p {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
#local-administration p {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
/*=================================== 6. Footer ===================================*/
.footer {
  padding: 50px 0;
  background: linear-gradient(#2196e3, #1779ba 70%);
}
.footer .alo {
  display: block;
  color: #fff;
  font-size: 35px;
}
.footer .social {
  margin: 30px 0;
}
.footer .social li a i {
  color: #f5f5f5;
  display: block;
}
.footer .social li a:hover i {
  opacity: 0.6;
}
.footer .copyright, a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}



