/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 30px 15px 0;
}
.container-fluid .text-muted {
  margin: 20px 0;
}

.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

body > img {
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}

.container-box {
  border-radius: 10px;
  border: 2px solid rgb(18, 184, 3);
  padding: 20px;
  background-color: rgba(160, 243, 243, 0.562);
  margin-bottom: 150px;
  margin-left: 50px;
  margin-right: 50px;
}

#headersmk {
  margin-bottom: -5px; 
  font-size: xx-large;
}


#imglulusan {
  margin: auto;
}

#navbarSupportedContent li a {
  color: white;
  font-weight: bold;
}
#navbarSupportedContent li {
  padding-right: 20px;
  padding-left: 20px;

}




/* stroke */
#navbarSupportedContent ul li  {
  background-color: #a29d0;
  border-style: solid;
  border-color: coral;
  border-width: thin;
  position: relative;
}
#navbarSupportedContent ul li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}

#navbarSupportedContent ul li  {
  transition: all 2s;
}

#navbarSupportedContent ul li:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
#navbarSupportedContent ul li:hover {
  background-color: black;
  z-index: 1;
}
#navbarSupportedContent ul li:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}


/* Customize container */
@media (min-width: 768px) {
  .container {
	max-width: 600px;
  }

  
  
}

@media (max-width: 1024px) {
  #kananlogo {
    visibility: hidden;
  }

  
}

@media (max-height: 700px){
  body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #f5f5f5;
  }
}





/* Countdown start */


/*
*
* ==================================================
* UNNECESSARY STYLE - JUST TO MAKE IT LOOKS NICE
* ==================================================
*
*/
.countdown {
  text-transform: uppercase;
  font-weight: bold;
}

.countdown span {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 3rem;
  margin-left: 0.8rem;
}

.countdown span:first-of-type {
  margin-left: 0;
}

.countdown-circles {
  text-transform: uppercase;
  font-weight: bold;
}

.countdown-circles span {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.countdown-circles span:first-of-type {
  margin-left: 0;
}


/*
*
* ==================================================
* FOR DEMO PURPOSES
* ==================================================
*
*/
body {
  min-height: 100vh;
  background-color: transparent;
}

.bg-gradient-1 {
  background: #7f7fd5;
  background: -webkit-linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
  background: linear-gradient(to right, #515248, #48712f, #719026);
}

.bg-gradient-2 {
  background: #654ea3;
  background: -webkit-linear-gradient(to right, #654ea3, #eaafc8);
  background: linear-gradient(to right, #654ea3, #eaafc8);
}

.bg-gradient-3 {
  background: #ff416c;
  background: -webkit-linear-gradient(to right, #ff416c, #ff4b2b);
  background: linear-gradient(to right, #ff416c, #ff4b2b);
}

.bg-gradient-4 {
  background: #007991;
  background: -webkit-linear-gradient(to right, #007991, #78ffd6);
  background: linear-gradient(to right, #007991, #78ffd6);
}

.rounded {
  border-radius: 1rem !important;
}

.btn-demo {
  padding: 0.5rem 2rem !important;
  border-radius: 30rem !important;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold !important;
}

.btn-demo:hover, .btn-demo:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}

/* countdown end */











body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #eaf3ff;
}
body a {
  color: #202020;
}
body a:hover {
  color: gray;
  text-decoration: none;
}
/* TOP BAR */
.top-bar {
background: #00F260;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #252729, #00F260);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #252729, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: #f2f2f2;
  font-size: 14px;
  padding: 16px 0 0;
}
.top-bar a {
  color: #f2f2f2;
}
.top-bar a:hover {
  color: #ff5a2c;
}
.top-bar i {
  margin-right: 5px;
}

.sm-clean {
  background: #e6b800;
}
.sm-clean ul {
  background: #009933;
}
.sm-clean ul a {
  color: #fff;
}
/* Dropdown hover background Menu */
.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
  background: #e6b800;
  color: #fff;
}

/*  LOGO */
.brand {
  font-family: Arial, sans-serif, "Helvetica Neue", Helvetica;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

/* PAGE TITLE */
.page-title {
  font-weight: bold;
  border-bottom: 2px solid #e6b800;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 0px;
}
.page-title:after {
  border-bottom: 2px solid #009933;
  width: 50%;
  display: block;
  position: absolute;
  content: '';
  padding-bottom: 10px;
}
footer .page-title:after {
  border-bottom: 2px solid #fff;
}
/* TESTIMONI */
.quote {
  overflow: hidden;
  background-color: #009933;
}
.quote-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 15px;
  color: #FFF;
  float: left;
  background-color: #e6b800;
  left: 0px;
  top: 0px;
  height: 50px;
}
ul.quote {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  height: 50px;
  background-color: transparent;
}
ul.quote li {
  color: #fff;
  position: absolute;
  top: -950em;
  left: 0;
  display: block;
  white-space: nowrap;
  font: 14px Helvetica, Arial, sans-serif;
  padding: 17px 15px 15px 15px;
}
ul.quote li span {
  color: #ff5a2c;
  font-weight: bold;
}

/*  Conten */
h5.card-title {
  font-size: 16px;
  font-weight: bold;
}

/* Sidebar */
.sidebar .list-group-item {
  border: 1px solid #6c757d;
}

/* Footer */
footer {
  color: #fff;
  font-size: 14px;
}
footer .primary-footer {
background: #283c86;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #45a247, #283c86);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #45a247, #283c86); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
;
  padding: 30px 0;
}
footer .secondary-footer {
  border-top: 1px solid #fff;
  background-color: #e6b800;
  padding: 10px 0;
}
footer .copyright {
  color: #fff;
  /* border-top: 1px solid #fff; */
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: yellow;
}
footer .page-title {
  color: #ffffff;
}
.social-icon {
  width: 40px;
  height: 40px;
  font-size: 15px;
  background-color: blue;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding-top: 12px;
  border-radius: 50%;
}
.linked-in{
  background-color:#007bb6;
}
.facebook{
  background-color:#3b5998;
}
.twitter{
  background-color:#1da1f2;
}
.instagram {
  background-color:#fbbc05;
}
.youtube {
  background-color:#ef4e17;
}

/* Tags */
.tag-content-block {
  display:block;
}
.tag a {
  border: 1px solid #fff;
  padding:12px 10px 8px 10px;
  color:#fff;
  display:inline-block;
  font-size:12px;
  text-transform:uppercase;
  line-height:11px;
  margin-bottom:5px;
  margin-right:2px;
  text-decoration:none;
}
.tag a:hover {
  border: 1px solid #e6b800;
  color: #fff;
}

/* Fullscreen Search */
#search_form {
  z-index: 999999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

#search_form.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search_form input[type="search_form"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search_form .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

.action-button {
  background-color: #e6b800;
  color: #fff;
}
.action-button:hover {
  background-color: #009933;
  color: #fff;
}

/* Responsive */
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .top-left{
     text-align: center !important;
  }
  .top-right {
     display: none;
  }

  #headersmk {
    font-size: 20px;
  }

  #descsmk {
    font-size: 13px;
  }

  

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .top-left{
     text-align: center !important;
  }
  .top-right {
     display: none;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .top-left{
     text-align: center !important;
  }
  .top-right {
     display: none;
  }
}

/* Overide Toastr color */
.toast {
 background-color: #e6b800;
}
/* custom toastr success */
.toast-success {
 background-color: #00cb18;
}
/* custom toastr error */
.toast-error {
 background-color: #ef5137;
}
/* custom toastr info */
.toast-info {
 background-color: #4b8df8;
}
/* custom toastr warning */
.toast-warning {
 background-color: #ffb848;
}
.toast-title, .toast-message {
  text-align: left;
}
.top-header {
 display: flex;
 align-items: center;
 padding-left: 5%;
 padding-bottom: 9px;
}
/* return to top */
#return-to-top {
  opacity: 0.7;
  z-index: 10000;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #fbbc05;
  width: 30px;
  height: 30px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 9px;
  top: 5px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #000;
}
#return-to-top:hover i {
  color: #fff;
}

.inlinefreme {
 height: -webkit-fill-available;
 width: -webkit-fill-available;
 overflow:hidden;

}

.fill {
 min-height: 100%;
 height: 100%;
 min-width: 100%;
 width: 100%;
 overflow:hidden;

}