@font-face {
    font-family: 'time_et';
    src: url('/asset/css/fonts/time.et.woff');
}
body {
	background: #fbfbfb;
}
 .ken_mata {
display: inline;
    top: 11em;
    position: absolute 
 }
#page-container {
  position: relative;
  min-height: 100vh;
}
#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.5rem;            /* Footer height */
}
.am_pm {
	    color: #ff8135;
	    position: relative;
	    bottom: 161px;
	    font-family: time_et, sans-serif;
	    left: 204px;
	    font-size: 24pt;
}
.am_pm_symbol {
	    color: #ff8135;
	    position: relative;
	    bottom: 235px;
	    font-family: time_et, sans-serif;
	    left: 230px;
	    font-size: 24pt;
}
.time_et_ftr_txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 300;
    color: #4a4a4a;
    letter-spacing: 2px;
    text-align: center;
    font-size: 10px;
}
.time {
	text-align: center;
}
.time_et_heading_holiday{
	    font-weight: 300;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
}
.holiday {
    text-align: center;
    margin-top: 85px;
}
.time_et_heading {
	font-family: sans-serif;
	font-weight: 100;
	font-size: 0.8em;
	text-transform: uppercase;
	padding-top: 5%;
	letter-spacing: 3px;
}
.x_time {
	display: inline;
	font-family: sans-serif;
	font-weight: bold;
}
.s {
	font-size: 95px;
	font-family: 
	serif;
	color: #57bd10;
	}
.hour {
	font-size: 10em;
	color: #57bd10;
	}
.minute {
	font-size: 10em;
	color: #57bd10;
}
.date {
	text-align: center;
	margin-top: 21px;
}
.second {
	    font-weight: 100;
    font-size: 35px;
    font-family: sans-serif;
    letter-spacing: 4px;
    color: green;
}

.holiday_x_name {
	font-family: time_et, sans-serif;
	color: #5a5a5a;
	font-size: 2em;
}
.holiday_x_name_eng {
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: 100;
}
.holiday_x {
	    margin-top: 10px;
}
.holiday_x_date {font-family: time_et, sans-serif;color: #57bd10;}
.holiday_x_days {font-family:sans-serif;letter-spacing: 2px;text-transform: uppercase;font-weight: 500;font-size: 12px;color: green;}

.date_x {font-family: time_et, sans-serif;color: #4aa808;font-size: 29pt;}
/* NAVBAR */
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  color: indianred;
  opacity: 1;
  text-decoration: none;
}
a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.content {
  text-align: center;
  margin-top: 2em;
}

/* Navigation Styles */
/* Header */
.header {
  position: relative;
  width: 100%;
  background: #f1f1f1;
  height: 50px;
  line-height: 50px;
}

.wrap {
    max-width: 1234px;
      /* Changge this with your max-width size */
  margin: 0 auto;
}

.logo {
  font-family: inherit;
  font-size: 1.5em;
  margin-left: 1em;
}
.logo a {
  color: #57bd10;
  text-decoration: none;
  opacity: 1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: sans-serif;
}
.logo a:hover {
  opacity: 0.85;
}

/* Mobile menu */
#menu-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    color: #868686;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    padding: 0 0.4em;
    font-weight: 100;
    font-family: sans-serif;
    text-transform: uppercase;
}
#menu-icon:hover {
  opacity: 0.85;
  text-decoration: none;
  border: none;
}

.navbar {
  background: transparent;
  float: none;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}
.navbar .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar .menu li {
  list-style-type: none;
  display: block;
}
.navbar .menu li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #424242;
  padding: 0 0.8em;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 13px;
}

.navbar .menu li a.active {
  color: #57bd10;
}

.expand {
  max-height: 20em;
}

@media only screen and (max-width: 767px) {
.navbar {
  background: #f1f1f1;
}
.navbar .menu li {

    border-top: 1px solid #dedcdc66;
}
}

@media only screen and (min-width: 768px) {
  .wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .logo {
    margin-left: 0;
  }

  .logo, .navbar {
    display: inline-block;
  }

  /* Mobile menu icon */
  #menu-icon {
    display: none;
  }

  .navbar {
    float: right;
    max-height: none;
  }
  .navbar .menu li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
  }
  .navbar .menu li a {
    display: block;
    border-bottom: 0;
  }
   .navbar .menu li a:hover {
    box-shadow: 0 -1px 0 #c5c3c3 inset;
  }
}



/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  #menu-icon {
      display:none;
  }
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
   #menu-icon {
      display:none;
  }
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  #menu-icon {
      display:none;
  }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
 
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
 .holiday_x_name {
    font-family: time_et, sans-serif;
    color: #5a5a5a;
    font-size: 1.5em;
}
  .hour {
    font-size: 5em;
    color: #57bd10;
}
.minute {
    font-size: 5em;
    color: #57bd10;
}
.second {
    font-weight: 100;
    font-size: 35px;
    font-family: sans-serif;
    letter-spacing: 4px;
    color: green;
}
.date_x {
    font-family: time_et, sans-serif;
    color: #4aa808;
    font-size: 20px;
    font-weight:bold;
}
.time_et_heading_holiday {
    font-weight: 300;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
}
.holiday_x_name {
    font-family: time_et, sans-serif;
    color: #5a5a5a;
    font-size: 1.5em;
}
.time_et_heading {
    font-family: sans-serif;
    font-weight: 200;
    font-size: 0.5em;
    text-transform: uppercase;
    padding-top: 5%;
    letter-spacing: 3px;
}
.holiday {
    text-align: center;
    margin-top: 65px;
}
#page-container {
    position: absolute;
    min-height: 90vh;
}
#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
}
.navbar .menu li a.active {
    background-color: #f1f1f1;
    border-top: 1px #e6e6e6 solid;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
 .holiday_x_name {
    font-family: time_et, sans-serif;
    color: #5a5a5a;
    font-size: 1.5em;
}
    .hour {
    font-size: 5em;
    color: #57bd10;
}
.minute {
    font-size: 5em;
    color: #57bd10;
}
.second {
    font-weight: 100;
    font-size: 35px;
    font-family: sans-serif;
    letter-spacing: 4px;
    color: green;
}
.date_x {
    font-family: time_et, sans-serif;
    color: #4aa808;
    font-size: 20px;
}
.time_et_heading_holiday {
    font-weight: 300;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
}
.holiday_x_name {
    font-family: time_et, sans-serif;
    color: #5a5a5a;
    font-size: 1.5em;
}
.time_et_heading {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 0.5em;
    text-transform: uppercase;
    padding-top: 5%;
    letter-spacing: 3px;
}
.holiday {
    text-align: center;
    margin-top: 65px;
}
#page-container {
    position: relative;
    min-height: 90vh;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
}
.navbar .menu li a.active {
    background-color: #f1f1f1;
    border-top: 1px #e6e6e6 solid;
}
}


.heading_section {
   
    background: #57bd0f;
}
.time_et_h01id4y5 {
    background: url(/asset/img/Holidays.png), #57bd0f;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 100px;
    padding: 40px 0 30px;
}

.heading_section h1 {
text-transform: uppercase;
    font-weight: 300;
    font-family: sans-serif;
    color: white;
    letter-spacing: 5px;
    padding-left: 60px;
    font-size: 21px;
}
.heading_line {
    border-left: 1px grey solid;
    height:41px;
}
.holiday {
    text-align: center;
    margin-top: 50px;
        margin-bottom: 50px;

}

.circle-ripple {
  background-color: #091d33;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: ripple 0.9s linear infinite;
          animation: ripple 0.9s linear infinite;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(9, 29, 51, 0.3), 0 0 0 5px rgba(9, 29, 51, 0.3), 0 0 0 15px rgba(9, 29, 51, 0.3), 0 0 0 25px rgba(9, 29, 51, 0.3);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(9, 29, 51, 0.3), 0 0 0 15px rgba(9, 29, 51, 0.3), 0 0 0 25px rgba(9, 29, 51, 0.3), 0 0 0 30px rgba(9, 29, 51, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(9, 29, 51, 0.3), 0 0 0 5px rgba(9, 29, 51, 0.3), 0 0 0 15px rgba(9, 29, 51, 0.3), 0 0 0 25px rgba(9, 29, 51, 0.3);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(9, 29, 51, 0.3), 0 0 0 15px rgba(9, 29, 51, 0.3), 0 0 0 25px rgba(9, 29, 51, 0.3), 0 0 0 30px rgba(9, 29, 51, 0);
  }
}

.holidays_time_et {
}
    .holiday_b0x {
        width:50%;
        padding:50px;
        position:relative;
    }
    
    .holiday_b0x_final {
      width:100%;
        padding:50px;
         position:relative;
    }
    .holiday_I {
        color:white;
        background:#57bd0f;
       
    }

    .holiday_II {
        color:#57bd0f;
        background:#e6ffd3;
       
    }
        .br2_5px {
            border-right: 1.5px white solid;
            
        }
        .bl2_5px {
            border-left: 1.5px white solid;
            
        }
    .box_I {
        display: -webkit-box;
    }
       .box_II {
        display: -webkit-box;
    }
.h_date_I {
        text-align: center;
    font-family: time_et, sans-serif;
}
.h_name_I {
   text-align: center;
    font-family: time_et, sans-serif;   
}
.h_date_Ix {
text-align: center;
font-family: sans-serif;
color:#e5ffd3;
font-weight: 400;
}

.h_date_II {
        text-align: center;
    font-family: time_et, sans-serif;
}
.h_name_II {
   text-align: center;
    font-family: time_et, sans-serif;   
}
.h_date_IIx {
text-align: center;
font-family: sans-serif;
color: #333333;
font-weight: 400;
}

@media (min-width: 300px) and (max-width: 737px) {
  
.h_date_I {

    font-size:13px !important;
}
.h_name_I {
   font-size:13px;
}
.h_date_Ix {
   font-size:10px;

}

.h_date_II {

    font-size:13px !important;
}
.h_name_II {
   font-size:13px;
}
.h_date_IIx {
   font-size:10px;

}

    .holiday_b0x {
        padding:25px 5px 25px 5px;
    }
  
}
