@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #5E5E5E;
}
::-moz-selection {
  color: #FFF;
  background: #FAA61A;
}
::selection {
  color: #FFF;
  background: #FAA61A;
}
::-moz-selection {
  color: #FFF;
  background: #666;
}
::selection {
  color: #FFF;
  background: #666;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #D8D8D8;
  border-radius: 8px;
  height: 42px;
}
::-webkit-scrollbar-thumb:hover {
  background: #D8D8D8;
}
a {
  color: #FAA61A;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
a:active, a:hover {
  color: #0066B3;
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0 0 25px 0;
  color: #0066B3;
}
h1 {
  font-size: 44px;
  color: #0066B3;
}
h2 {
  font-size: 22px;
  font-weight: bold;
}
p {
  margin: 0;
  padding: 0 0 25px 0;
}
.xtarget:target {
  margin-top: -12px;
  padding-top: 80px;
}
/* Bootstrap Custom CSS */
.form-control {
  border-radius: 0;
  padding: 15px;
  font-size: 14px;
  height: 50px;
}
/* Bootstrap Custom CSS  ---- Ends */
.header {
  position: relative;
  height: 100px;
  padding: 15px;
  background-color: #FFF;
}
.header .logo {
  float: left;
  margin-left: 15px;
  overflow: hidden;
}
.header .logo a {
  display: block;
  height: 70px;
  width: 210px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/kkepl-logo.svg) no-repeat center;
}
.header .right-panel {
  float: right;
}
@media (max-width: 1199px) {
  .header {
    height: 60px;
    padding: 5px;
  }
  .header .logo {
    margin-left: 0px;
  }
  .header .logo a {
    height: 50px;
    width: 150px;
  }
  .main-nav {
    margin-top: 10px !important;
  }
}
.main-nav {
  margin-top: 20px;
}
.main-nav ul, .main-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 97;
  margin: 0 10px;
}
.main-nav ul li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0066B3;
  letter-spacing: 2px;
}
.main-nav ul li a:hover {
  color: #FAA61A;
}
.main-nav ul li a.active {
  color: #FAA61A;
}
.main-nav ul li ul {
  display: none;
  position: absolute;
  left: 1px;
  top: 30px;
  margin: 0 0 0 -1px;
  padding: 0;
  list-style: none;
  width: 150px;
}
.main-nav ul li:hover > ul {
  display: block;
}
.main-nav ul li ul li {
  display: block;
  float: left;
  margin: 0;
}
.main-nav ul li ul a {
  display: block;
  padding: 8px;
  background: #0066B3;
  color: #FFF !important;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: capitalize;
  line-height: normal;
  height: auto !important;
  width: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
}
.main-nav ul li ul a:hover {
  background: #FAA61A;
  color: #FFF;
}
.main-nav ul li ul ul {
  left: 150px;
  top: 0px;
  margin: 0 0 0 -1px;
}
/* mobile view nav */
@media (max-width: 992px) {
  .header {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    border-bottom: 1px solid #EAEAEA;
  }
  .main-nav {
    display: block;
    float: none;
    position: fixed;
    z-index: 1000;
    right: -150px;
    top: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    width: 150px;
    margin-top: 0 !important;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .main-nav ul li {
    border-bottom: 1px solid #EAEAEA;
    margin: 0;
    display: block;
    vertical-align: inherit;
  }
  .main-nav ul li a {
    position: static;
    display: block;
    padding: 6px 10px;
    color: #0066B3 !important;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    vertical-align: inherit;
    box-shadow: none;
    transform: none;
    height: inherit;
  }
  .main-nav ul li a:hover {
    background-color: #FFF;
    color: #FAA61A !important;
  }
  .main-nav ul li a.active {
    color: #FAA61A !important;
  }
  .main-nav ul li ul {
    display: block;
    position: inherit;
    left: inherit;
    top: inherit;
    margin: inherit;
    padding: inherit;
    width: inherit;
  }
  .main-nav ul li ul li {
    border-bottom: none;
    float: none;
  }
  .main-nav ul li ul li:before {
    content: ' \00BB';
    position: absolute;
    left: 15px;
    color: rgba(0, 0, 0, 0.5);
  }
  .main-nav ul li ul a {
    padding: 5px 10px 5px 30px;
    font-size: 13px;
    line-height: 15px;
    width: inherit;
    border-bottom: none;
  }
  .main-nav ul li ul li ul {
    margin: 0 0 0 20px;
    left: inherit;
  }
  .main-nav.show-menu {
    right: 0px;
  }
  .main-nav ul li.home {
    display: none;
  }
}
/* mobile view nav --- ends */
.mobile-nav-icon {
  display: none;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 12px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mobile-nav-icon div {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 5px;
  border-radius: 2px;
  background: #FAA61A;
  margin: 5px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.mobile-nav-icon.nav-icon-close div:nth-child(1) {
  margin-top: 15px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-icon.nav-icon-close div:nth-child(2) {
  display: none;
}
.mobile-nav-icon.nav-icon-close div:nth-child(3) {
  margin-top: -10px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .mobile-nav-icon {
    display: block;
  }
}
.footer {
  background: #4D4D4F;
  padding: 40px 15px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer h5 {
  font-size: 14px;
  color: #FFF;
  padding: 0;
  margin: 0 0 5px 0;
}
.footer h6 {
  font-size: 13px;
  color: #FFF;
}
.footer-nav {
  margin-bottom: 20px;
}
.footer-nav ul, .footer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav li {
  display: inline-block;
  margin: 5px;
}
.footer-nav li a {
  color: #FAA61A;
}
.footer-nav li a:hover, .footer-nav li a.active {
  color: #FFF;
}
.scroll-to-top {
  position: fixed;
  z-index: 99;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  background-color: rgba(52, 58, 64, 0.5);
  background-image: url(../img/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
}
.scroll-to-top:hover {
  background-color: #343a40;
}
.section-title {
  padding: 15px;
  text-align: center;
  background-color: #F1F1F1;
}
.section-title h1 {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}
.section-content {
  padding: 60px 0;
}
.section-content p {
  text-align: justify;
}
@media (max-width: 992px) {
  .section-title {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .section-content {
    padding: 30px 0;
  }
}
.home-banner {
  position: relative;
  min-height: 75vh;
  background-color: #A9A9A9;
  background-image: url(../img/home-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-banner .site-title {
  position: absolute;
  z-index: 1;
  left: 15px;
  right: 15px;
  bottom: 60px;
  text-align: center;
  color: #FFF;
  font-size: 42px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .home-banner {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .home-banner {
    min-height: 300px;
  }
  .home-banner .site-title {
    bottom: 30px;
    font-size: 24px;
  }
}
.home-intro {
  background: #0066B3;
  padding: 60px 0;
  text-align: center;
}
.home-intro h1 {
  text-transform: capitalize;
  font-size: 22px;
  color: #FFF;
}
.home-intro p {
  color: #FFF;
}
.home-intro .custom-btn {
  color: #FFF;
  border: 1px solid #FFF;
}
.home-intro .custom-btn:hover {
  background: #0066B3;
  color: #FAA61A;
  border: 1px solid #FAA61A;
}
.custom-btn {
  display: inline-block;
  padding: 16px;
  color: #4c4c4c;
  border: 1px solid #4c4c4d;
  background: transparent;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
}
.custom-btn:hover {
  color: #FFF;
  background-color: #4c4c4c;
}
.custom-btn:before {
  border-top: 1px solid !important;
  width: 18px;
  height: 5px;
  margin-right: 8px;
  display: inline-block;
  content: "";
}
.custom-btn:after {
  border-top: 1px solid !important;
  width: 18px;
  height: 5px;
  margin-left: 8px;
  display: inline-block;
  content: "";
}