.pop-up-img img:hover
{
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease !important;
}
 .pop-up-img img:hover
{
  filter: grayscale(100%) !important;
}
#facebook-messenger
{
  position: fixed !important;
  left: 26px !important;
  bottom: 26px !important;
  overflow: hidden !important;
  z-index: 1111 !important;
}
.total-visit
{
  font-weight: bolder;
  color:#fff;
  text-transform: uppercase;
}
.valueage input
{
  background:#4A4A4A;
  width: 80px !important;
  height: 30px;
  text-align: center;
  font-size: 2.2rem;
  margin: 0px !important;
  padding: 0px !important;
}
.outputok input
{
  background:#4A4A4A;
  width: 200px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

.goodshadow
{
  color: #000;
  text-shadow: 0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0,0,0,.1),
        0 0 5px rgba(0,0,0,.1),
        0 1px 3px rgba(0,0,0,.3),
        0 3px 5px rgba(0,0,0,.2),
        0 5px 10px rgba(0,0,0,.25),
        0 10px 10px rgba(0,0,0,.2),
        0 20px 20px rgba(0,0,0,.15);

}
.banner .content .top-text h1
{
  text-shadow: 0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0,0,0,.1),
        0 0 5px rgba(0,0,0,.1),
        0 1px 3px rgba(0,0,0,.3),
        0 3px 5px rgba(0,0,0,.2),
        0 5px 10px rgba(0,0,0,.25),
        0 10px 10px rgba(0,0,0,.2),
        0 20px 20px rgba(0,0,0,.15);
        cursor: pointer;
        -webkit-transition:font-size 0.2s;
      transition:font-size 0.2s;
}
.about-right-side img
{
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.about-right-side img:hover {
  -webkit-transform: rotate(180deg) scale(1);
  -ms-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
}
.search-google input[type=search]
{
	padding: 6px 6px 5px 10px;
	text-shadow: 1px 1px 1px #fff;
	border-radius: 30px;
	color: #000000;
}
.google-field:focus {
  outline: none;
}

.projectmanagerpicture,.team-member-img-wrap
{
	-webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.projectmanagerpicture:hover,.team-member-img-wrap:hover
{
	-webkit-transform: rotate(720deg) scale(0.5) !important;
  -ms-transform: rotate(720deg) scale(0.5) !important;
  transform: rotate(720deg) scale(0.5) !important;
  -webkit-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}

.latest-post a.img-thumb img:hover
{
  -webkit-animation: pulse 1s infinite !important;
   -ms-animation: pulse 1s infinite !important;
  animation: pulse 1s infinite !important;
  -webkit-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  90% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*<!---------------------img Hover End------------------------>*/

#tsparticles{width:100%;height:100%;background-size:cover;background-position:50% 50%;}
#tsparticles .tsparticles-canvas-el{-ms-transform:scale(1);-webkit-transform:scale(1);
	transform:scale(1);opacity:1;-webkit-animation:appear 1.4s 1;animation:appear 1.4s 1;
	-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}

#particalesjs
{
	position: relative;
}
#partfix
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
#secondjs
{
	position: relative;
}
#secondfix
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#thirdjs
{
	position: relative;
}
#thirdfix
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

/*----------------------Calculator---------------------------------------------------------*/

#the-calculator {
  font-size: 1.2em;
  display: block;
  /*width: 400px;*/
  width: 49%;
  float: left;
  margin: 0;
  padding: 20px;
  border: 2px solid rgba(0,0,0,0.125);
  background: #00544b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003b34), color-stop(1, #00544b));
  background: -ms-linear-gradient(bottom, #003b34, #00544b);
  background: -moz-linear-gradient(center bottom, #003b34 0%, #00544b 100%);
  background: -o-linear-gradient(#00544b, #003b34);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00544b', endColorstr='#003b34', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#the-calculator button,
#the-calculator input,
#the-calculator #total {
  font-size: 1em;
  display: inline-block;
  position: relative;
  padding: 12px;
  font-family: 'Helvetica Neue LT Pro', 'Helvetica', sans-serif;

}
#the-calculator button .exponent,
#the-calculator input .exponent,
#the-calculator #total .exponent {
  font-size: 0.6em;
  position: absolute;
}
#the-calculator button .denominator,
#the-calculator input .denominator,
#the-calculator #total .denominator {
  position: relative;
}
#the-calculator button .denominator .denom-top,
#the-calculator input .denominator .denom-top,
#the-calculator #total .denominator .denom-top {
  font-size: 0.75em;
  position: absolute;
  left: -8px;
}
#the-calculator button .denominator .denom-slash,
#the-calculator input .denominator .denom-slash,
#the-calculator #total .denominator .denom-slash {
  padding: 0px 2px;
}
#the-calculator button .denominator .denom-btm,
#the-calculator input .denominator .denom-btm,
#the-calculator #total .denominator .denom-btm {
  font-size: 0.75em;
  position: absolute;
  bottom: 0px;
}
#the-calculator #the-display {
  width: 100%;
}
#the-calculator #the-display #total {
  width: 98%;
  margin: 0 auto 8px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.2em;
  color: #2f2f2f;
  text-shadow: 1px 1px 0px #fff;
  background: #fff;
  text-align: right;
}
#the-calculator #the-buttons {
  width: 100%;
}
#the-calculator #the-buttons #extra-buttons {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #00544b;
}
#the-calculator #the-buttons .button-row {
  width: 100%;
  zoom: 1;
}
#the-calculator #the-buttons .button-row:before,
#the-calculator #the-buttons .button-row:after {
  content: "";
  display: table;
}
#the-calculator #the-buttons .button-row:after {
  clear: both;
}
#the-calculator #the-buttons .button-row:before,
#the-calculator #the-buttons .button-row:after {
  content: "";
  display: table;
}
#the-calculator #the-buttons .button-row:after {
  clear: both;
}
#the-calculator #the-buttons .button-row button {
  width: 22.7%;
  margin: 1.25%;
  float: left;
  border: none;
  background: #006e62;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00544b), color-stop(1, #006e62));
  background: -ms-linear-gradient(bottom, #00544b, #006e62);
  background: -moz-linear-gradient(center bottom, #00544b 0%, #006e62 100%);
  background: -o-linear-gradient(#006e62, #00544b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e62', endColorstr='#00544b', GradientType=0);
  border-style: solid;
  border-color: #333;
  border-width: 0px 1px 1px 0px;
  color: #f0f0f0;
  cursor: pointer;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#the-calculator #the-buttons .button-row button:last-child {
  margin-right: 0;
  float: right;
}
#the-calculator #the-buttons .button-row button:hover,
#the-calculator #the-buttons .button-row button.hovering {
  border-width: 1px 0px 0px 1px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#the-calculator #the-buttons #calc_zero {
  width: 48%;
}
#the-calculator #the-buttons #calc_clear {
  background: #103f3a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d332f), color-stop(1, #103f3a));
  background: -ms-linear-gradient(bottom, #0d332f, #103f3a);
  background: -moz-linear-gradient(center bottom, #0d332f 0%, #103f3a 100%);
  background: -o-linear-gradient(#103f3a, #0d332f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103f3a', endColorstr='#0d332f', GradientType=0);
}
#the-calculator #the-buttons #calc_back {
  background: #103f3a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d332f), color-stop(1, #103f3a));
  background: -ms-linear-gradient(bottom, #0d332f, #103f3a);
  background: -moz-linear-gradient(center bottom, #0d332f 0%, #103f3a 100%);
  background: -o-linear-gradient(#103f3a, #0d332f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103f3a', endColorstr='#0d332f', GradientType=0);
}
#the-calculator #the-buttons #calc_eval {
  background: #dfdfdf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdcdcd), color-stop(1, #dfdfdf));
  background: -ms-linear-gradient(bottom, #cdcdcd, #dfdfdf);
  background: -moz-linear-gradient(center bottom, #cdcdcd 0%, #dfdfdf 100%);
  background: -o-linear-gradient(#dfdfdf, #cdcdcd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#cdcdcd', GradientType=0);
  color: #00544b;
  text-shadow: 1px 1px 0px #fff;
}
#the-results {
  width: 49%;
  float: right;
  /*min-width: 400px;*/
  margin: 0;
  /*padding: 20px;*/
  border: 2px solid rgba(0,0,0,0.125);
  background: #00544b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003b34), color-stop(1, #00544b));
  background: -ms-linear-gradient(bottom, #003b34, #00544b);
  background: -moz-linear-gradient(center bottom, #003b34 0%, #00544b 100%);
  background: -o-linear-gradient(#00544b, #003b34);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00544b', endColorstr='#003b34', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#the-results #result_clear {
  position: absolute;
  right: 0;
  top: 105%;
}
#the-results ul {
  height: 440px;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  margin: 0 ;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 64px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 64px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 64px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#the-results ul li {
  font-size: 0.8em;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
}
#the-results ul li#result_default {
  /*padding-left: 24px;*/
  text-align: center;
  color: #a9a9a9;
  font-style: italic;
  font-weight: 200;
}
#the-results ul li.result {
  display: none;
  font-size: 0.8em;
  color: #f9f9f9;
  background: rgba(255, 255, 255, 0.05);
  zoom: 1;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#the-results ul li.result:before,
#the-results ul li.result:after {
  content: "";
  display: table;
}
#the-results ul li.result:after {
  clear: both;
}
#the-results ul li.result:before,
#the-results ul li.result:after {
  content: "";
  display: table;
}
#the-results ul li.result:after {
  clear: both;
}
#the-results ul li.result:nth-child(even) {
  background: rgba(255, 255, 255, 0.15);
}
#the-results ul li.result:nth-child(even) .answer {
  background: #103f3a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d332f), color-stop(1, #103f3a));
  background: -ms-linear-gradient(bottom, #0d332f, #103f3a);
  background: -moz-linear-gradient(center bottom, #0d332f 0%, #103f3a 100%);
  background: -o-linear-gradient(#103f3a, #0d332f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103f3a', endColorstr='#0d332f', GradientType=0);
}
#the-results ul li.result .equation,
#the-results ul li.result .answer {
  display: inline-block;
  padding: 0px 12px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  line-height: 40px;
}
#the-results ul li.result .equation {
  float: left;
  height: 100%;
  font-style: italic;
}
#the-results ul li.result .answer {
  position: absolute;
  right: 52px;
  top: 0;
  height: 100%;
  background: #0e3733;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0b2b27), color-stop(1, #0e3733));
  background: -ms-linear-gradient(bottom, #0b2b27, #0e3733);
  background: -moz-linear-gradient(center bottom, #0b2b27 0%, #0e3733 100%);
  background: -o-linear-gradient(#0e3733, #0b2b27);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e3733', endColorstr='#0b2b27', GradientType=0);
}
#the-results ul li.result .use {
  height: 100%;
}
#the-results ul li.result .use a {
  background: #008779;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #006359), color-stop(1, #008779));
  background: -ms-linear-gradient(bottom, #006359, #008779);
  background: -moz-linear-gradient(center bottom, #006359 0%, #008779 100%);
  background: -o-linear-gradient(#008779, #006359);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008779', endColorstr='#006359', GradientType=0);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  padding: 0px 8px;
  width: 52px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  font-size: 0.9em;
  cursor: pointer;
  border: none;
  color: #f9f9f9;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}
#the-results ul li.result .use a:hover,
#the-results ul li.result .use aactive {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
/*----------------------------------------------------------------------------------------*/

.countcon h2 {
  font-size: 4rem;
  text-align: center;
   text-shadow: 0 1px 0 #ccc,
        0 2px 0 #c9c9c9,
        0 3px 0 #bbb,
        0 4px 0 #b9b9b9,
        0 5px 0 #aaa,
        0 6px 1px rgba(0,0,0,.1),
        0 0 5px rgba(0,0,0,.1),
        0 1px 3px rgba(0,0,0,.3),
        0 3px 5px rgba(0,0,0,.2),
        0 5px 10px rgba(0,0,0,.25),
        0 10px 10px rgba(0,0,0,.2),
        0 20px 20px rgba(0,0,0,.15);
}
.countcon form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.countcon form input {
  padding: 20px 30px;
  font-size: 2.2rem;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #000000;
}
.countcon form button {
  font-size: 2.2rem;
  outline: none;
  border: none;
  padding: 20px 15px;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  transition: 0.2s linear;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.countcon form button:hover {
  background: #b6281b;
  color: #ffffff;
}
.countcon h1 {
  font-size: 3rem;
  text-transform: uppercase;
}
.countcon h5, .countcon h1, .countcon p {
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.countcon p {
  font-size: 2.2rem;
  width: 80%;
  margin: auto;
  color: #000;
}
.countcon .hidden {
  display: none;
}
.countcon .pickedTime {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.countcon .pickedTime .time {
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);

}
.countcon .pickedTime .time span {
  font-size: 2.5rem;
  color: #b6281b;

}
.countcon .pickedTime .time p {
  color: #000000;
  width: 100%;
}
.countcon .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.countcon .boxes .box {
  background: #ffffff;
  margin: 1rem;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.countcon .boxes .box span {
  color: #b6281b;
  font-weight: bold;
  font-size: 4rem;
}
.countcon .boxes .box p {
  color: #000000;
  width: 100%;
}


/*---------------------------------------------------------*/
#center-cont{
    width:270px;
    height:320px;
    border:3px solid #68696e;
    border-radius:8px;
    box-sizing:border-box;
    padding:10px;
    background-color:#000000;
   
}
#merge-cont{
    width:240px;
   height:290px;
    border:1px solid grey;
    border-radius:10px;
    box-sizing:border-box;
    padding:10px;
}
#span-dmy{
   color:whitesmoke;
    text-transform:uppercase;
    font-weight:bold;
    font-family:calibri;
    word-spacing:16px;
    margin-left:16px;
   
}
#date-result{
    text-align:center;
    color:#ffffff;
    font-family:monospace;
    border:1px solid grey;
    border-radius:5px;
    font-size:25px;
    padding:5px;
    margin-bottom:15px;
    
}
#span-hms{
  color:whitesmoke;
    text-transform:uppercase;
    font-weight:bold;
    font-family:calibri;
    word-spacing:16px;
    margin-left:16px;   
}
#time-result{
    text-align:center;
    color:#ffffff;
    font-family:monospace;
    border:1px solid grey;
    border-radius:5px;
    font-size:25px;
    padding:5px;
    margin-bottom:15px;
}
table{
 width:100%;
 margin-bottom:10px;
}
td{
 width:20px;
 height:30px;

 text-align:center;

}
td span{
 color:whitesmoke;
 font-family:calibri;

}
#circle{
 width:15px;
 height:15px;
 border:1px solid grey;
 border-radius:50%;
 margin-left:3px;
}
#am-pm-cont{
width:70px;
height:70px;
border:1px solid grey;
padding:4px;
border-radius:8px;
float:left;
}
#am-cont,#pm-cont{
 width:100%;
 height:35px;

}
#am,#pm{
    width:18px;
    height:18px;
    border:1px solid grey;
    float:left;
    border-radius:50%;
    margin-right:2px;
}
#am-pm-cont span{
    color:whitesmoke;
    font-family:calibri;
    float:left;
    font-weight:bold;
}
#brand-name{
  float:left;
  padding:0;
  margin:0;
  color:whitesmoke;
  margin-top:21px;
  margin-left:15px;
  font-family: cursive;
}

.codehim-clock-dale {
   width: 250px;
    height: 250px;
    background: #eee;
    background: -webkit-linear-gradient(to right, #ddd, #fff);
  background: linear-gradient(to right, #ddd, #fff);
   border-radius: 50%;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   border: 10px solid #0D0B1F;
   box-sizing: content-box;
   box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.4);
}
/* Codehim Clock Size */
.codehim-clock-dale.original{
  transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
}
.codehim-clock-dale.xlarge{
   transform: scale(1.5);
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
}
.codehim-clock-dale.xsmall{
   transform: scale(0.5);
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -ms-transform: scale(0.5);
}

.number{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: red;
  border-radius: 50%;
  font-size: 13px;
   position: absolute;
}
.p3,
.p6,
.p9,
.p12 {
   background: #555;
   color: #fff;
}

.p1{
  right: 72px;
  margin-right: -15px;
  top: 26px;

}
.p2{  
  right: 38px;
  margin-right: -15px;
  top: 63px;
}

.p3{  
  top: 125px;
  margin-top: -15px;
  right: 10px;
}

.p4{ 
  right: 38px;
  margin-right: -15px;
  bottom: 63px;
}

.p5{ 
  right: 72px;
  margin-right: -15px;
  bottom: 26px;
}

.p6{  
  left: 125px;
  margin-left: -15px;
  bottom: 10px;
}

.p7{
  left: 72px;
  margin-left: -15px;
  bottom: 26px;
}

.p8{
  left: 38px;
  margin-left: -15px;
  bottom: 63px;
}

.p9{
  top: 125px;
  margin-top: -15px;
  left: 10px;
}

.p10{
  left: 38px;
  margin-left: -15px;
  top: 63px;
}

.p11{
  left: 72px;
  margin-left: -15px;
  top: 26px;
}

.p12{
  left: 125px;
  margin-left: -15px;
  top: 10px;
}

.clock-center{
   width: 20px;
   height: 20px;
   margin-top: -10px;
   margin-left: -10px;
   border-radius: 50%;
   background: #16a085;
   background: -webkit-linear-gradient(to right, #185a9d, #43cea2);
  background: linear-gradient(to right, #185a9d, #43cea2);
   position: absolute;
   top: 125px;
   left: 125px;
   z-index: 999;
   border: 1px solid #16a085;
   box-sizing: border-box;
}

/* clock hands */
.seconds-hand,
.minutes-hand,
.hours-hand{
    position: absolute;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

.seconds-hand{
    height: 100px;
    width: 2px;
    background: red; 
    left: 125px;
    margin-left: -1px;
   top: 25px;
   z-index: 110;   
}

.minutes-hand{
    height: 80px;
    width: 5px;
    background: #348781;
    left: 125px;
    margin-left: -2.5px;
    top: 45px;
    z-index: 100;
}

.hours-hand{
    height: 70px;
    width: 8px;
    background: #3D3C3A;  
    left: 125px;
    margin-left: -4px;
    top: 55px;
    z-index: 90;
    border-left: 1px solid rgba(255, 255, 255, 0.1); 
    box-sizing: border-box;
}

.clock-logo{
    position: absolute;
    left: 125px;
    top: 125px;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    padding: 10px;
    margin-left: -40px;
    margin-top: -40px;
    text-align: center;
    background: #ccc; 
    color: #16a085;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    z-index: 0;
}

.clock-logo span{
   display: block;
    font-size: 7px;
    color: #333;
    margin-top: 26px;
   
 }

.point{
   width: 1px;
   height: 6px;
   background: #999;
   display: inline-block;
   position: absolute;
  z-index: 100;
  box-sizing: border-box;
  


}
.pt4, .pt9, .pt19, 
.pt24, .pt34, .pt39, 
.pt49, .pt54{
   width: 3px;
   height: 10px;
}

.pt0 {
  top: 1px;
  right: 108px;  
}

.pt1 {
   top: 3px;
   right: 96px;  
}

.pt2 {
top: 6.5px;
   right: 84px;   
}
.pt3 {
   top: 12px;
   right: 72px;  
}
.pt4 {
   top: 18px;
   right: 60px;
}
.pt5 {
   top: 25px;
   right: 50px;
}
.pt6 {
   top: 32px;
   right: 42px;
   

}
.pt7{
   top: 40px;
   right: 34px;
 

}
.pt8{
   top: 48px;
   right: 27px;
   

}
.pt9 {
   top: 60px;
   right: 19.5px;
   
}

.pt10 {
   top: 72px;
   right: 13.5px;
   
}
.pt11{
   top: 84px;
   right: 8px;
 

}
.pt12 {
   top: 95px;
   right: 5px;
   

}
.pt13{
   top: 110px;
   right: 3px;
   

}

.pt14 {
  
   top: 123px;
   right: 3px;

}

.pt15 {
  
   top: 134px;
   right: 4px;


}
.pt16{
  
   top: 145px;
   right: 5px;


}

.pt17{
  
   top: 156px;
   right: 8px;


}
.pt18 {
  
   top: 169px;
   right: 13px;


}
.pt19{
  
   top: 180px;
   right: 20px;


}

.pt20 {
  
   bottom: 49px;
   right: 26px;


}
.pt21 {
  
   bottom: 39px;
   right: 35px;

}
.pt22{
  
   bottom: 31px;
   right: 43px;


}
.pt23 {
  
   bottom: 24px;
   right: 51px;

}
.pt24 {
  
   bottom: 18px;
   right: 61px;


}


.pt25 {
bottom: 12px;
   right: 72px;
   

}
.pt26{
bottom: 6.5px;
   right: 84px;
   
}
.pt27 {
bottom: 3px;
   right: 96px;
   

}
.pt28{
bottom: 1px;
  right: 108px;
  

}
.pt29{
bottom: 0px;
  right: 125px;
  

}


.pt30 {
bottom: 1px;
  left: 108px;
  

}
.pt31{
bottom: 3px;
   left: 96px;


}
.pt32{
bottom: 6.5px;
   left: 84px;
   
}
.pt33 {
bottom: 12px;
   left: 72px;
   
}



.pt34{

   bottom: 18px;
   left: 61px;


}
.pt35{

   bottom: 24px;
   left: 51px;


}
.pt36{

   bottom: 31px;
   left: 43px;

}
.pt37{
   bottom: 39px;
   left: 35px;

}
.pt38{
   bottom: 49px;
   left: 26px;


}
.pt39{
   top: 180px;
   left: 20px;


}

.pt40{
   top: 169px;
   left: 13px;

}
.pt41 {


   top: 156px;
   left: 8px;

}
.pt42 {

   top: 145px;
   left: 5px;


}
.pt43{
   top: 134px;
   left: 4px;


}



.pt44{
   top: 123px;
   left: 3px;
}
.pt45{
   top: 110px;
   left: 3px;
   
}
.pt46 {
   top: 95px;
   left: 5px;
   
}
.pt47{
top: 84px;
   left: 8px;
   
}
.pt48{
top: 72px;
   left: 13.5px;
   

}
.pt49 {
top: 60px;
   left: 19.5px;
   
}
.pt50 {
top: 48px;
   left: 27px;
   
}
.pt51 {
top: 40px;
   left: 34px;
   
}
.pt52 {
top: 32px;
   left: 42px;


}
.pt53{

top: 25px;
   left: 50px;
   
}
.pt54{
 top: 18px;
   left: 60px;
   

}
.pt55{
top: 12px;
   left: 72px;
   
}
.pt56 {
top: 6.5px;
   left: 84px;
   
}
.pt57 {
top: 3px;
   left: 96px;
   
}
.pt58 {

top: 1px;
  left: 108px;
  
}
.pt59{
  top: 0px;
  left: 125px;
  
}
.dale-inner,
.glass-border{
   border-radius: 50%;
   background: transparent;
   position: absolute;
   box-sizing: border-box;
}

.dale-inner{
   border: 4px solid rgba(0, 0, 0, 0.13);
   width: 250px;
   height: 250px;
   box-shadow: inset -4px 14px 25px rgba(255, 255, 255, 1);

}



/* v2 */

.date-box{
   background: #666;
   color: #fff;
   display: inline-block;
   position: absolute;
   width: 40px;
    height: 16px;
   line-height: 16px;
   text-align: center;
   border-radius: 1px;
   border: 1px solid #444;
   box-sizing: border-box;
   font-size: 9px;
   top: 125px; 
   margin-top: -8px;
   right: 43px;
   z-index: 30;
}
.date-box .day{
  background: #e41;
  padding: 1px;
  padding-top: 3px;
  
    
}
.date-box .date{
  line-height: 16px;
    padding-left: 2px;
}

.logo-outer1,
.logo-outer{
   width: 80px;
   height: 80px;
   border: 3px solid transparent;
 
   border-radius: 50%;
   position: absolute;
   top: 125px;
   margin-top: -40px;
   right: 125px;
   margin-right: -40px;
   box-sizing: border-box;
   
}
.logo-outer{
animation: spinnerClockWise 4s linear infinite;
-webkit-animation: spinnerClockWise 4s linear infinite;
   border-left: 3px solid #7BCCB5;
}

.logo-outer1 {
border-left: 3px solid #43BFC7 ;
animation: spinnerAntiClockWise 4s linear infinite;
-webkit-animation: spinnerAntiClockWise 4s linear infinite;
}

@keyframes spinnerClockWise {

from{
   transform: rotate(0deg);
   -webkit-transform: rotate(0deg);
}

to{
   transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}


}
@keyframes spinnerAntiClockWise {

from{
   transform: rotate(360deg);
   -webkit-transform: rotate(360deg);
}

to{
   transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}


}
-webkit-@keyframes spinnerClockWise {

from{
   transform: rotate(0deg);
   -webkit-transform: rotate(0deg);
}

to{
   transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}


}
-webkit-@keyframes spinnerAntiClockWise {

from{
   transform: rotate(360deg);
   -webkit-transform: rotate(360deg);
}

to{
   transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}


}

#clock {
  color: #ffffff;
  color: #daf6ff;
}
#clock .time {
  
  font-size: 80px;
  padding: 0px 0;
}
#clock .date {
  font-size: 24px;
}
#clock .text {
  font-size: 12px;
  padding: 0px 0 0;
}
/*---------------------------------------------------------------------------------------------------*/

.btn {
  overflow: hidden;
  padding: 6px 20px;
}
.btn-shutter-out-horizontal {
    background-color: #1c3ebc;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    font-size: 16px;
  font-weight: 400;
  color: #fff;
    display: inline-block;
    position: relative;
  -webkit-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
  -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
  border-radius: 30px;
}
.btn.btn-shutter-out-horizontal {
    border-bottom: 5px solid #37a000;
}
.btn-shutter-out-horizontal::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform:scaleX(0);
    -webkit-transform:scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    z-index: -1;
}
.btn-shutter-out-horizontal:hover, .btn-shutter-out-horizontal:focus, .btn-shutter-out-horizontal:active {
    color: #000;
  box-shadow: none;
}
.btn-shutter-out-horizontal:hover::before, .btn-shutter-out-horizontal:focus::before, .btn-shutter-out-horizontal:active::before {
    -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-shutter-out-horizontal.disabled {
    opacity: 1;
}
/*---------------------------------------------------------------------------*/
.preeti-unicode-banner {
  background-image: url('../img/converter/preeti-to-unicode-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.unicode-nepali-banner {
  background-image: url('../img/converter/unicode-to-nepali-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.unicode-preeti-banner{
  background-image: url('../img/converter/unicode-to-preeti-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.calculator-banner{
  background-image: url('../img/banner/calculator-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.clock-banner{
  background-image: url('../img/banner/clock-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.color-banner{
  background-image: url('../img/banner/color-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.countdown-banner{
  background-image: url('../img/banner/countdown-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.domains-banner{
  background-image: url('../img/banner/domain-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.converter-bannerss{
  background-image: url('../img/banner/converter-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.contact-bannerss{
  background-image: url('../img/banner/contact-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.about-bannerss{
  background-image: url('../img/banner/about-banner.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}

/*-------------------------------------------------------------------------------------------*/
.landconverter .box {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  min-height: 200px;
  margin-top: 50px;
  padding: 50px;
  border-radius: 5px;
  text-align: center;
}

.landconverter .btn {
  padding: 15px;
  width: auto;
  float: left;
  background: red;
  margin-left: 10px;
}

.landconverter input {
  width: 90%;
  font-size: 25px;
  text-align: center;
  color: #000;
  margin: 20px 0px;
  height: 60px;
}

.landconverter .list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
}

.landconverter #inputland{
  margin: 20px 10px 20px 0px;
  padding: 5px;
  font-size: 2rem;
  color: #000;
  width: 100%;
  overflow: hidden;
}
.landconverter #outputland {
 margin: 20px 110px 20px 10px;
  padding: 5px;
  font-size: 2rem;
  color: #000;
  width: 100%;
  overflow: hidden;
}
.landconverter #inputland option{
  padding: 5px;
  font-size: 2rem;
  color: #000;
  width: 100%;
  overflow: hidden;
}

.landconverter .landmiddle{
  margin: 20px auto;
  padding: 10px 25px;
  font-size: 2rem;
  color: #fff;
  overflow: hidden;
  text-align: center;
  font-weight: bolder;
  border: 1px solid #000;
}
/*---------------------------------Animation Search start-----------------------------------

.middlesearch{
  
}
.inputsearch{
  width:30px;
  height:30px;
  background:none;
  border-radius:50px;
  border:2px solid red !important;
  box-sizing:border-box;
  outline:none;
  transition: width 0.4s ease-in-out,
    border-radius 0.8s ease-in-out,
    padding 0.2s;
  transition-delay:0.4s;
  font-size:20px;
}
.inclicked{
  width:80px;
  padding:0 15px;
  text-shadow: 1px 1px 1px #fff;
  border-radius: 30px;
}
.btnsearch{
  position:absolute;
  width:30px;
  height:30px;
  top:0;
  right:0;
  box-sizing:border-box;
  background:none;
  border:none;
  outline:none;
  cursor:pointer;
}
.btnsearch::before{
  content:"";
  width:2px;
  height:20px;
  background:red;
  position:absolute;
  transform:rotate(-45deg);
  bottom:-14px;
  right:-2px;
  transition:0.3s;
}
.close::before,.close::after{
  content:"";
  width:14px;
  height:4px;
  background:#fff;
  position:absolute;
  top:50%;
  right:0px;
  border: 2px solid #000;
}
.close::before{
  transform:rotate(-45deg);
}
.close::after{
  transform:rotate(45deg);
}
/*---------------------------------Animation search End--------------------------------------*/
/*----------------------------------Open hours------------------------------------------------*/
.openhours
{
  height: 300px;
  width: 100%;
}
#mainHours {
  text-align: center;
  overflow: hidden;
  height: 300px;
}

#logoHours {
  top: 10%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  max-width: 350px;
}

#logoHours img {
  width: 100%;
}

#darkBackHours {
  position: absolute;
  background:;
  width: 100%;
  height: 100%;
}

#timeDivHours {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  max-width: 325px;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  top: 20%;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 16px -8px #adadad;
  -moz-box-shadow: 0 8px 16px -8px #adadad;
  box-shadow: 0 8px 16px -8px #adadad;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

.openHours {
  color: #27ae60;
  border: 2px solid #27ae60;
}

.closedHours {
  color: rgba(231, 76, 60, 0.85);
  border: 2px solid rgba(231, 76, 60, 0.8);
}

.viewOpenHours {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid rgba(70, 70, 70, 0.7);
  max-width: 170px;
  background: #fff;
  width: 100%;
  color: rgba(70, 70, 70, 0.8);
  margin: 0 auto;
  top: 20%;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 16px -8px #adadad;
  -moz-box-shadow: 0 8px 16px -8px #adadad;
  box-shadow: 0 8px 16px -8px #adadad;
  cursor: pointer;
}

.viewOpenHours i {
  color: rgba(70, 70, 70, 0.8);
}

@media all and (max-width: 600px) {
  #timeDivHours {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 601px) {
  #timeDivHours {
    margin-right: 5px;
  }
}

.dateTimeHours {
  max-width: 320px;
  margin: 0 auto;
}

.dayHours {
  display: inline-block;
  float: left;
  cursor: pointer;
}

.timeHours {
  display: inline-block;
  float: right;
  cursor: pointer;
}

.todayHours {
  color: rgb(200, 85, 39);
  font-weight: 600;
}

@media all and (max-height: 420px) {
  #timeDivHours, .viewOpenHours {
    top: 20%;
  }
}
/* view hours modal */

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal-overlayHours {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(173, 173, 173, 0.5);
  display: none;
  z-index: 1111;
  /*text-shadow: 3px 4px 0 rgba(0,0,0,0.2)*/
}

#modal-stateHours {
  display: none;
}

#modal-stateHours:checked + .modal-overlayHours {
  opacity: 1;
  animation: fade-in .4s;
  display: block;
}

.modalHours {
  position: absolute;
  margin: 0 auto;
  padding: 30px 25px;
  background: #fff;
  right: 0;
  left: 0;
  text-align: center;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  line-height: 1.8;
}



.modalHours h2 {
  margin-top: 0;
  line-height: 25px;
  font-size: 22px;
  border-bottom: 1px solid #dce0d8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

@media all and (max-width: 470px) {
  .modalHours{
    width: 75%;
  }
  .modalHours h2{
    font-size: 20px;
  }
}

#modal-stateHours:checked + .modal-overlayHours .modalHours {
  top: 20%;
}

.modal-overlay-closeHours {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.button-closeHours {
  text-decoration: none;
  position: absolute;
  color: #fff;
  background: #464646;
  padding: 0px 7px;
  font-weight: bold;
  top: 0px;
  right: 0;
  cursor: pointer
}
/*----------------------------------Open hours End--------------------------------------------*/
.banner .content .top-text h1 span {
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
  color: #fff;
}

.banner .content .top-text h1:hover .char1 {
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: red;
-webkit-transform: scale(0.9);

}

.banner .content .top-text h1:hover .char2 {
  -moz-transition: color 0.2s 0.1s;
  -webkit-transition: color 0.2s 0.1s;
  -o-transition: color 0.2s 0.1s;
  transition: color 0.2s 0.1s;
  color: orange;
}

.banner .content .top-text h1:hover .char3 {
  -moz-transition: color 0.2s 0.2s;
  -webkit-transition: color 0.2s 0.2s;
  -o-transition: color 0.2s 0.2s;
  transition: color 0.2s 0.2s;
  color: yellow;
}

.banner .content .top-text h1:hover .char4 {
  -moz-transition: color 0.2s 0.3s;
  -webkit-transition: color 0.2s 0.3s;
  -o-transition: color 0.2s 0.3s;
  transition: color 0.2s 0.3s;
  color: green;
}

.banner .content .top-text h1:hover .char5 {
  -moz-transition: color 0.2s 0.4s;
  -webkit-transition: color 0.2s 0.4s;
  -o-transition: color 0.2s 0.4s;
  transition: color 0.2s 0.4s;
  color: blue;
}

.banner .content .top-text h1:hover .char6 {
  -moz-transition: color 0.2s 0.5s;
  -webkit-transition: color 0.2s 0.5s;
  -o-transition: color 0.2s 0.5s;
  transition: color 0.2s 0.5s;
  color: indigo;
}
/*
.banner .content .top-text h1 {
  animation:wobble 5s ease-in-out infinite;
  transform-origin:center center;
  transform-style:preserve-3d;
}

@keyframes wobble {
  0%,100%{ transform:rotate3d(1,1,0,40deg); }
  25%{ transform:rotate3d(-1,1,0,40deg); }
  50%{ transform:rotate3d(-1,-1,0,40deg); }
  75%{ transform:rotate3d(1,-1,0,40deg); }
}
/*---------------------Typing Test----------------------------------------------------*/

/*---------------------------Typing Test End-----------------------------------------*/

