.header_inner {
    background: #00897b;
    border-top: 6px solid #00897b;
    border-right: 2px solid #00897b;
    border-left: 2px solid #00897b;
}
#menu{
    background:#00897b;
    }
#cssmenu {
  position: relative;
  height: 40px;
  background: #;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size:15px;
  font-family: 'SolaimanLipiNormal';
  padding: 0px 10px;
  color: #fff;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  line-height:40px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 16px;
}
#cssmenu > ul > li > a:hover,#cssmenu > ul > li.active {
  color: #ffffff;
  background:#00b3a1;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after{
  right: 0px;
  top: 20px;
  border: 4px solid transparent;
  border-top-color: #fff;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #00897b;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #00897b;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 40px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 124px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 190px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 10px;
  color: #fff;
  background: #00897b;
  font-size:14px;
  font-family: 'SolaimanLipiNormal';
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #00b3a1;
  color: #fff;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #00897b;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #00897b;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#banner{
    width:1100px;
    height:250px;
    overflow:hidden;
    margin:0 auto;
    border-right: 2px solid #00897b;
    border-left: 2px solid #00897b;
    border-bottom: 2px solid #00897b;   
    }
.head_sidebar{
    font-size:16px;
    font-family: 'SolaimanLipiNormal';
    color:#fff;
    line-height:32px;
    padding-left:13px;
    background: #00897b; /* Old browsers */
    background: -webkit-linear-gradient(#00897b ,#00b3a1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00897b ,#00b3a1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00897b ,#00b3a1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00897b ,#00b3a1); /* Standard syntax */
    }
.defualt_box{
    background: #00897b; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#00897b, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00897b, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00897b, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00897b, #ffffff); /* Standard syntax */
    border:1px solid #00897b;
    }
.head_defualt{
    font-size:16px;
    font-family: 'SolaimanLipiNormal';
    color:#FFF;
    line-height:32px;
    padding-left:13px;
    border:1px solid #00897b;
    background: #00897b; /* Old browsers */
    background: -webkit-linear-gradient(#00897b ,#00b3a1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00897b ,#00b3a1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00897b ,#00b3a1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00897b ,#00b3a1); /* Standard syntax */
    }
#wowslider-container1 .ws_bullets a:hover:after{
  background-color: #00897b;
}
#wowslider-container1 .ws_bullets a.ws_selbull:after,
#wowslider-container1 .ws_bullets a.ws_overbull:after{
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00897b;
  
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  -webkit-transform:scale(0.4);
  -moz-transform:scale(0.4);
  -o-transform:scale(0.4);
  transform:scale(0.4); 
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
  font: 2.8em "ws-ctrl-animated";
  z-index:60;
  color: #00897b;
  background-color:#fff;
  overflow: hidden;
  width: 1.6em;
  height: 1.6em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#wowslider-container1 a.ws_next:hover,
#wowslider-container1 a.ws_prev:hover{
  background-color: #00897b;
  -webkit-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
  box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
}
#wowslider-container1 .ws_playpause {
  position:absolute;
  top:50%;
  left: 50%;
  margin-top:-1.15em;
  font: 2em "ws-ctrl-animated";
  color: #00897b;
  background-color:#fff;
  z-index: 59;
  text-decoration: none;
  margin-left: -1.15em;
  width: 2.3em;
  height: 2.3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  
   -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#wowslider-container1 .ws_playpause:hover {
  background-color: #00897b;
  -webkit-box-shadow: 0 0 0 0.35em rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 0.35em rgba(255,255,255,0.3);
  box-shadow: 0 0 0 0.35em rgba(255,255,255,0.3);
}
#wowslider-container1 .ws-title div{
  display:block;
  margin-top:0.5em;
  font-size: 1.1em;
  padding: 0.7em;
  line-height: 1.15em;
  background-color:#00897b;
  color:#fff;
  
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
}