@charset "utf-8";
/* CSS Document */

.header {
  border-top: 10px solid #0a9ad0;
}
.header {
  border-top: 10px solid #0a9ad0;
  background: url("../images/banner-bg.png");
  width: 100%;
  min-height: 239px;
  border-bottom: 5px solid #dcdcdc;
      z-index: 999;
}
.top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hdr-top {
  padding-top: 33px;
  overflow: hidden;
}
.logo {
  float: left;
}
.hdr-search {
  float: right;
  padding-top: 33px;
}
.owl-wrapper .item img {
    max-width: 100%;
    height: auto;
}
.banner-inner {
    height: 100%;
    position: relative;
}

.hdr-srch-block input[type="text"] {
  width: 250px;
  height: 40px;
  border: 1px solid #acacac;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ababab;
  font-size: 13px;
  margin: 0;
  padding: 0 11px;
    line-height: 40px;
}
.mob-button {
    display: none;
}
.hdr-srch-block input[type="button"], .hdr-srch-block input[type="submit"] {
  border: 0px none;
  background: url("../images/search-icon.png");
  width: 16px;
  height: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 11px;
  top: 12px;
}
.hdr-srch-block {
  position: relative;
}
.top-menu li a {
  font-size: 14px;
  color: #0a9ad0;
  text-transform: uppercase;
  display: block;
  padding: 7px 65px;
  background: url("../images/menu-border.png") no-repeat right center;
}
.top-menu li {
  float: left;
  padding: 4px 0;
  position: relative;
}
.top-menu li:hover{
background: url("../images/men-actv-icon.png") no-repeat center center #0a9ad0; 
}
.top-menu>ul>li:hover>a, .top-menu>ul>li>a:hover{
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #fff;
  outline: none;
  border-bottom: 1px solid #fff;
}
.top-menu {
  clear: both;
  margin-top: 38px;
  margin-bottom: 6px;
      z-index: 111;
}
.top-menu li.active{
background: url("../images/men-actv-icon.png") no-repeat center center #0a9ad0;
}
.top-menu li.active a{
color: #fff;
  text-decoration: none;
  border-top: 1px solid #fff;
  outline: none;
  border-bottom: 1px solid #fff;  
}
.top-menu li.active a {
  background-image: none;
}
.top-menu li a:hover {
  background-image: none;
}
.top-menu li:last-child a {
  background-image: none;
}
.slid-content {
  height: 100%;
  width: 100%;
  position: relative;
}
.slid-title {
  text-align: center;
  width: 100%;
  margin: auto;
  height: 100%;
}
.slid-title-sub {
    text-align: center;
    width: 100%;
    height: 137px;
        top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 200;
}
.slid-content h1, .slid-content h1 a {
  color: #ffffff;
  font-size: 111px;
  text-transform: uppercase;
  font-weight: 600;
    text-shadow: 1px 2px 10px #000;
      
  margin: 0 0 0;
  line-height: 97px;
    z-index: 200;
}

.slid-content p, .slid-content p a {
  color: #ffffff;
  font-size: 26px;
  text-transform: uppercase;
    text-shadow: 1px 2px 6px #000;
  font-weight: 300;
    margin: 0;
    z-index: 200;
}
.hom-banner .owl-buttons {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  bottom: 38px;
  height: 68px;
  overflow: hidden;
}
.hom-banner .owl-theme .owl-controls .owl-buttons .owl-prev {
  background: url("../images/arrow-left.png") no-repeat center center ;
  width: 21px;
  height: 61px;
  float: left;
    margin-top: -30px;
}
.hom-banner .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url("../images/arrow-right.png") no-repeat center center ;
    width: 21px;
  height: 61px;
    float: right;
    margin-top: -30px;
}
.hom-banner .owl-theme .owl-controls .owl-buttons {
  width: 1170px;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 1;
  overflow: visible;
}
div#owl-slid1:hover .owl-prev{
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
div#owl-slid1:hover .owl-next{
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.hom-banner .owl-theme .owl-controls .owl-buttons .owl-next{
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
  z-index: 2;
}
.hom-banner .owl-theme .owl-controls .owl-buttons .owl-prev{
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 2;
}
.hom-banner .owl-theme .owl-controls .owl-page span{
  width: 9px;
  height: 9px;
  background: #8f8f8f;
  filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
  margin: 5px 5px;
}
.hom-banner .owl-theme .owl-controls .owl-page.active span{
 background: #0a9ad0; 
}
.welcom-block p {
  font-size: 16px;
  color: #393939;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: justify;
}
.welcom-block h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #0a9ad0;
  margin: 13px 0 35px 0;
  font-weight: 600;
}
.welcm-more {
  text-align: right;
}
.welcm-more a {
  color: #acacac;
}
.welcom-block {
  border-bottom: 1px solid #e4e2e2;
  margin-bottom: 52px;
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}
.hom-item-slid {
  text-align: center;
  border-right: 1px solid #c9c9c9;
  padding: 0 10px;
}
.btm-slid-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 18px;
    text-transform: uppercase;
}
.slid-dscrption p {
  color: #2f2f2f;
  line-height: 19px;
  margin-bottom: 0;
  text-align: justify;
}
.slid-img {
  margin-bottom: 28px;
  margin-top: 10px;
}
.hom-btm-slid {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+100&amp;1+0,0+21,0+21,0+36,0+36 */  background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(246,246,246,0) 21%, rgba(248,248,248,0) 36%, rgba(255,255,255,0) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(21%,rgba(246,246,246,0)), color-stop(36%,rgba(248,248,248,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(246,246,246,0) 21%,rgba(248,248,248,0) 36%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(246,246,246,0) 21%,rgba(248,248,248,0) 36%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(246,246,246,0) 21%,rgba(248,248,248,0) 36%,rgba(255,255,255,0) 100%); /* IE10+ */  background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(246,246,246,0) 21%,rgba(248,248,248,0) 36%,rgba(255,255,255,0) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */;
  padding-top: 23px;
  
}
.hom-btm-slid:after{
 background-image: url("../images/shadow-left.png"); 
 content: "";
 position: absolute;
 left: -9px;
 top: 0;
 width: 9px;
 height: 100%;
}
.hom-btm-slid:before{
 background-image: url("../images/shadow-right.png"); 
 content: "";
 position: absolute;
 right: -9px;
 top: 0;
 width: 9px;
 height: 100%;
}
.btm-slid-wrpr:after{
 background-image: url("../images/shadow-top.png") ; 
 content: "";
 position: absolute;
 top: -13px;
 width: 100%;
 height: 100%;
 left: 0;
 background-repeat: no-repeat;
 background-size: 100%;
 z-index: -1;
 right: 0;
}
.slid-more a {
  color: #a1a1a1;
  text-transform: uppercase;
  font-size: 12px;
  background: url("../images/link-arrow.png") no-repeat right 5px;
  padding: 0 24px 0 0;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.slid-more a:hover{
 background: url("../images/link-arrow.png") no-repeat right -87px;
 -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}

.slid-more {
  margin-top: 20px;
}
.btm-slid-wrpr-main{
  position: relative;
  min-height:420px;
}
.btm-slid-wrpr .owl-theme .owl-controls .owl-buttons .owl-prev {
  background: url("../images/btm-arrow-left.png") no-repeat center center;
  width: 21px;
  height: 61px;
  float: left;
  position: relative;
  left: -35px;
}
.btm-slid-wrpr .owl-theme .owl-controls .owl-buttons .owl-next {
  background: url("../images/btm-arrow-right.png") no-repeat center center;
  width: 21px;
  height: 61px;
  float: right;
  position: relative;    
  right: -35px;
}
.btm-slid-wrpr .owl-theme .owl-controls .owl-buttons {
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
}
.ftr-top{
  background: url("../images/ftr-bg.png") no-repeat center top #0276a1;
  min-height: 316px;
  position: relative;
  padding-top: 40px;
}
.qck-link li a {
  color: #fff;
}
.qck-link li {
}
.qck-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qck-link li {
  margin-bottom: 7px;
}
footer h3 {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin: 0 0 40px;
}
.ftr-address {
  color: #fff;
}
.ftr-bottom {
  text-align: center;
  line-height: 50px;
  background-color: #00516d;
  color: #fff;
}
.btm-slid-wrpr {
  margin-bottom: 63px;
}
.ftr-top:before{
 background: url("../images/ftr-ptrn.png") repeat center top ; 
 content: "";
 height: 8px;
 width: 100%;
 left: 0;
 position: absolute;
 top: -8px;
 right: 0;
}
.mail-fild {
  background-color: #46b6d8;
  width: 352px;
  /*height: 177px;*/
  padding: 20px 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
}
.ftr-mail-sub input[type="text"] {
  background-color: #fff;
  border: 0px none;
  width: 100%;
  height: 32px;
  font-size: 13px;
  font-style: italic;
    padding: 0 8px;
  /*color: #adadad;*/
  line-height: 32px;
}
.ftr-mail-sub {
  padding-bottom: 14px;
}
.form-captcha {
  display: inline-block;
  padding-top: 6px;
}
.ftr-captcha {
  float: left;
}
.f-captcha-sub {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 14px;
  top: -3px;
}
.f-captcha-sub>span {
  font-size: 12px;
  display: block;
  padding-bottom: 3px;
  color: #fff;
}
.f-captcha-sub {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 14px;
  top: -3px;
}
.f-captcha-sub input[type="text"] {
  width: 96px;
  border: 0px none;
  /*color: #c4c4c4;*/
  height: 31px;
  margin-left: 8px;
}.f-captcha-sub>span img {
  margin-right: 4px;
}.suscrb-submit {
  float: left;
  margin-left: 8px;
  margin-top: 14px;
}.suscrb-submit input[type="submit"] {
  background-color: #08678f;
  color: #fff;
  font-size: 14px;
  border: 0px none;
  width: 98px;
  height: 31px;
  text-transform: uppercase;
}.f-captcha-sub.typ-captcha span {
  padding-left: 6px;
}
.hom-item-slid:hover a{
  color: #1e90fb;
}
.bredcrumb {
  font-style: italic;
  color: #898989;
  padding: 15px 0 13px 0;
  font-size: 14px;
}
body span.brdcrmb-actv{
  color: #0a9ad0;
}
footer {
  margin-top: 100px;
}
.menu-sub ul{
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.menu-sub ul li a{
  background: url(../images/menu-icon-right-opacity.png) no-repeat 10px center; 
  display: block;
  font-size: 14px;
  color: #bae9fa;
  padding: 7px 0 7px 28px;
  -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;
  
}
.inner-menu{
  background: url(../images/menu-bg.png) repeat;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 8px;
}
.menu-sub li a {
  color: #bae9fa;
  font-size: 14px;
}
.menu-title a {
  color: #bae9fa;
  display: block;
  font-size: 14px;
  padding: 15px 0 15px 11px;
  -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;
}
.menu-title {
  border-bottom: 1px solid #24bdf6;
}
.menu-sub ul li {
  border-bottom: 1px solid #24bdf6;
}
.menu-title.sub-inner-menu a{
 background: url(../images/menu-icon-up.png) no-repeat 98% center; 
 -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.menu-title.sub-inner-menu a.collapsed {
   
   background: url(../images/menu-icon-down.png) no-repeat 98% center; 
   -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.menu-sub ul li.active a{
  background: url(../images/menu-icon-right.png) no-repeat 10px center;
}
.inner-title h2 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
    letter-spacing: 1px;
  padding: 7px 20px;
}
.inner-title {
  background-color: #0d9acf;
  min-height: 50px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-image: url(../images/title-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.sub-title {
  text-align: center;
}
.sub-title p {
  margin-bottom: 30px;
  font-size: 15px;
}
.sub-title h5 {
  margin: 26px 0 0;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.prdct-dscrption h3 {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.prdct-dscrption p {
  margin: 0;
}
.prdct-list {
  text-align: center;
  margin-bottom: 30px;
}
.prdct-img img {
  max-width: 100%;
  height: auto;
}
.prdct-img {
  border: 1px solid #cacaca;
  height: 272px;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.prdct-list:hover h3{
color: #0a9ad0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.prdct-list:hover p{
color: #0a9ad0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.prdct-img:hover{
    border: 1px solid #0a9ad0;
    -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.prdct-list a{
  color: #000;
}
.inner-pagnation {
  color: #a8a8a8;
  font-size: 13px;
  text-align: center;
}
.inner-pagnation span{}
.inner-pagnation a {
  color: #a8a8a8;
  font-size: 13px;
  border: 1px solid #c2c2c2;
  margin: 0 8px;
  padding: 2px 7px;
  text-align: center;
}
.prodct-listing {
  margin-bottom: 15px;
}
.inner-pagnation a:hover{
  color: #0a9ad0;
  border-color: #0a9ad0;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.inner-pagnation span {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 10px;
}
span.pagnation-sub a {
  padding: 2px 9px;
}.inner-sub-prdct {
  text-align: center;
  margin-bottom: 27px;
}
.sub-prdct-dscrption {
  margin-top: 10px;
}
.sub-prdct-dscrption span {
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.sub-prdct-img img {
  max-width: 100%;
     padding: 10px 13px;
  max-width: 100%;
  border:3px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.sub-prdct-img img:hover{

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; 
  border:3px solid #0a9ad0;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.inner-sub-prdct:hover span{
  color: #0a9ad0;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.menu-sub:last-child .menu-title {
  border: 0px none;
}
.inner-sub-prdct a{
  color: #000;
}
.contact-adress address {
  color: #282828;
}
.contact-adress h3 {
  font-size: 20px;
  color: #282828;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.contact-adress p {
  color: #282828;
  margin-top: 20px;
  font-size: 13px;
}
.contact-sub input[type="text"] {
  border: 1px solid #bababa;
  font-size: 12px;
  padding: 0 10px;
  min-width: 300px;
    /*color: #bababa;*/
  height: 25px;
}
.contact-sub {
  padding-bottom: 10px;
  overflow: hidden;
}
.contact-sub textarea {
  min-height: 84px;
  border: 1px solid #bababa;
  font-size: 12px;
    /*color: #bababa;*/
  min-width: 300px;
  margin: 0;
  padding: 0 9px;
  resize: none;
}
.contact-form .f-captcha-sub>span {
  color: #797979;
}
.contact-sub .f-captcha-sub.typ-captcha input[type="text"] {
  min-width: 96px;
  height: 29px;
  margin-left: 4px;
}
.contact-sub .suscrb-submit input[type="submit"] {
  width: 95px;
  height: 29px;
}
.contatct-title {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.news-title {
  margin-top: 30px;
  margin-bottom: 0;
  overflow: hidden;
}
.map-view img {
  max-width: 100%;
  height: auto;
}
.menu-sub ul li a:hover{
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.menu-title a:hover{
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;

}
.page-list-name ul {
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 0 20px;
}
.page-zoom img {
  max-width: 100%;
  height: auto;
}
.page-list-name li a {
  color: #000;
  font-size: 13px;
}
.page-list-name li {
    margin-bottom: 4px;
}
.page-list-name h4 {
  margin: 0 0 6px;
  color: #0a9ad0;
  font-weight: 600;
}
.page-list-name li a:hover {
  border-bottom: 2px solid #7f7f7f;
}
.page-note a {
  color: #0a9ad0;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
}
.page-note {
  margin-top: 24px;
}
.page-zoom {
  position: relative;
}
.zoom-icon {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal.fade.page-zoom-pop {
  /*height: 616px;*/
  margin: auto;
  overflow: scroll;
  text-align: center;
}

.modal-dialog {
	width: auto !important;
	min-width: 600px !important;
	max-width: 80% !important;
	margin: 10px auto !important;
}
@media screen and (max-width: 980px) {
	.modal-dialog {
		min-width: auto !important;
		max-width: 80% !important;
		margin: 10px auto !important;
	}
	.modal-body {
		overflow: scroll;
	}
}


.news-postdate {
	margin-top: 5px;;
	margin-bottom: 30px;
	color: #02760a1;
	font-size: 12px;
}


.enqry-form {
  z-index: 999;
  width: 100%;
  background: #000;
  background-color: rgba(0,0,0,.70);
  height: 100%;
}
.enqry-form-sub {
  width: 500px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 436px;
  background-color: #fff;
  border: 8px solid #dcdcdc;
  padding-left: 25px;
  text-align: left;
  padding-right: 33px;
  border-radius: 7px;
}
.form-close {
  position: absolute;
  right: 6px;
  top: 4px;
}
.form-close a {
  color: #010101;
  font-size: 10px;
  text-transform: uppercase;
}
.form-close a img {
  margin-left: 5px;
}
.form-title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
  margin-top: 22px;
  padding-bottom: 9px;
  border-bottom: 1px solid #858585;
}
label.cunslt-frm-labl {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  width: 99px;
}
input.cunslt-frm-input {
  width: 322px;
  height: 21px;
  font-size: 13px;
  border: 1px solid #cbcbcb;
  margin: 0 0 7px;
  color: #828282;
  padding: 0 8px;
}
label.cunslt-frm-labl span {
  float: right;
}
label.cunslt-frm-labl.form-textarea {
  vertical-align: top;
}
.from-sub textarea {
  width: 322px;
  height: 86px;
  border: 1px solid #cbcbcb;
  resize: none;
  color: #828282;
}
textarea.subjct-form {
  height: 45px;
  color: #828282;
  padding: 0 8px;
  font-style: italic;
}
.enqry-form .form-captcha span {
  color: #000;
    font-size: 10px;
}
.enqry-form .f-captcha-sub input[type="text"] {
  border: 1px solid #c4c4c4;
    margin: 0;
  width: 93px;
  height: 23px;
}
.enqry-form .captcha-img img {
  border: 1px solid #c4c4c4;
}
.enqry-form .suscrb-submit input[type="submit"] {
  width: 100px;
  height: 30px;
}
.enqry-form .suscrb-submit {
  margin-top: 7px;
}
.enqry-form .form-close a.close {
 filter: alpha(opacity=100);
opacity: 1;
  float: none;
}
.enqry-form  .form-close {
  position: absolute;
  right: 10px;
  top: 8px;
}
.top-menu li:hover .menu-drop-lev2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  z-index: 111;
  padding: 0;/*51px 0px 0px 0px;*/
  margin: 44px 0 0 0;
  right: 1px;
}
.top-menu li ul.menu-drop-lev2 li a {
    color: #bae9fa;
}
.top-menu li ul.menu-drop-lev2 li a:hover {
  color: #fff;
}
ul.menu-drop-lev2 li.sub-menu-lvl a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ffffff;
  right: 18px;
  bottom: 0;
  margin: auto;
  top: 0;
}
ul.menu-drop-lev2 {
  display: none;
}
.menu-drop-lev2 li:hover .menu-drop-lev3 {
  display: block;
  position: absolute;
  top: -10px;
  left: 100%;
  width: 100%;
  z-index: 11;
  border-radius: 0;
  border: 0;
  margin-left: 0px;
  background-color: transparent;
  padding: 10px 0 0 1px;
  box-shadow: none;
}
.top-menu li li {
  float: none;
  padding: 0;
  padding:0;
  background-color: #0a9ad0;
}
.top-menu li li a {
  padding: 9px 14px;
  color: #bae9fa;
  text-transform: capitalize;
  background-image: none;
}.top-menu li li a:hover{
  border:0px none;
}
.top-menu li li:hover{
  background:#0a9ad0;
  background-image: none;
}
ul.menu-drop-lev2 span.arrow-levl-3 {
  position: absolute;
  right: 14px;
  top: 16px;
  background-image: url(../images/menu-icon-right.png);
  width: 4px;
  height: 8px;
}
.top-menu li li a:hover{
  background:transparent;
}
.top-menu li.actv-menu>a {
  color: #fff !important;
  text-decoration: none;
  border-top: 1px solid #fff;
  outline: none;
  border-bottom: 1px solid #fff;
  background-image: none;
}
.top-menu li.actv-menu a{
  color: #fff;
}
div#owl-slid2 {
  padding-left: 28px;
  padding-right: 28px;
}
.mob-tlg-menu{
  display: none;
}
.mob-menu {
    display: none;
}
.banner-inner .item {
    width: 100%;
    height: 100%;
}
.banner-inner .item .container {
    width: 100%;
    top: 0;
    position: absolute;
    bottom: 0;
}
.banner-inner .owl-carousel.owl-theme {
    height: 100%;
}
.banner-inner .owl-carousel.owl-theme .owl-wrapper-outer {
    height: 100%;
    z-index: 0;
}
.banner-inner .owl-carousel.owl-theme .owl-wrapper-outer .owl-wrapper{
  height:100%;
}
.banner-inner .owl-carousel.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100%;
}
.hom-index{
background-image: url(../images/banner-background.png); 
background-position: left 175px;
background-repeat: no-repeat;
background-size: cover;
}
.welcm-more a:hover{
  color:#1e90fb;  
}
.qck-link li a:hover{
  text-decoration:underline;
}
.top-menu li.active li a {
    border: 0px none;
}
section.margin-top .bredcrumb .brdcrmb-actv a{
    color: #0a9ad0 ;
}
.bredcrumb span a {
    font-style: italic;
    color: #898989;
    padding: 15px 0 13px 0;
}
.bannr-shape{
    position: absolute;
    width: 100%;
    bottom: -148px;
    overflow: hidden;
    z-index: 1;
}
.bannr-shape img{
  height: auto;
  width: 100%;
  max-width: 100%;
}
.banner-inner .owl-wrapper-outer .slid-title img {
    width: 100%;
    height: auto;
}
.hom-index section {
    position: relative;
}
.banner-inner .owl-theme .owl-controls .owl-pagination {
    z-index: 2;
    position: relative;
}
.inner-menu .panel-body li a {
    color: #bae9fa;
}
.menu-title.sub-inner-menu a {
  color: #bae9fa;
}
div.mail-fild input.error {
	background-color: pink;
}
div.mail-fild input.success {
	background-color: lime;
}
div.prodct-listing>div.row>div {
	min-height: 350px;
}