body{
    overflow-x:hidden;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
    background: #f4f4f6;
}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    text-decoration:none;
  cursor:pointer;
}
.no-pad{
    padding: 0px;
}
.right{
    float: right;
}
.logo img{
    margin:0px auto;

}

/*menu*/
.top-hd a:hover{
    color: #000;
}
.top-hd{
  /*  position: absolute;
    top: -1px;
    width: 100%;
    z-index: 99;
    background: #192436;
    padding: 15px;
    box-shadow: 0px 2px rgb(15, 23, 37);*/
        background: #009ee3;
    padding: 2px;
    color: #fff;
}
.top-icns ul{
    list-style-type: none;
    padding: 0;
    float: right;
    margin: 0;
}
.top-icns li{
    float: left;
        margin-left: 20px;
    font-size: 13px;
    /*padding-left: 10px;*/
}
.main-menu .dropdown-menu{
  background:#fff;
  padding: 0;
}  

.main-menu .dropdown-menu>li>a{
  border-bottom:1px solid #ddd;
  font-size:15px;
  padding:10px 20px;
  color:#192436;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
   background: transparent;
}
.main-menu .dropdown-menu>li>a:hover{
      background: #009ee3;
    color: #ffffff !important;
}
.main-menu .dropdown-menu > li.active {
  background: #009ee3;
    color: #ffffff !important;
}
.main-menu .dropdown .dropdown-menu .caret{
  margin-top:8px;
      display: inline-table;
}
.main-menu .navbar-right .dropdown-menu{
    right: auto;
}
.main-menu{
   /* position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;*/
    background: #fff;
        padding: 3px 0px;
}
.main-menu .navbar{
    margin-bottom: 0px;
}
.navbar-default .navbar-toggle{
  background:#000;
}

.main-menu .navbar-nav{
    margin-top:17px;
}

.main-menu .navbar-nav > li > a{
         color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px 25px;
    background: #f4f4f6;
    border-right: 1px solid #bddeec;
}
.main-menu .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #009ee3;
    color: #fff !important;
    border-radius: 0px;
}

.main-menu .navbar-nav > li > a:hover {
    color: #ffffff !important;
    font-weight: 500;
    background: #009ee3;
    border-radius: 0px;
    transition: all 500ms ease 0s;
}


.main-menu .active a{
    color: #ffffff !important;
    background: #009ee3 !important;
}
.main-menu .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
  color: #ffffff !important;
    font-weight: bold;
    background: transparent;
}
.main-menu .navbar-collapse{
  padding-left:0px;
  padding-right:0px;
}


/* mobile menu */

.mobile-menu .header{
  background-color:#009ee2;

}
.mm-listview, .mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #2f3e6a;
}
.mobile-menu .header a {
    display: block;
    height: 42px;
    left: 0;
    padding: 11px;
    /*position: absolute;*/
    top: 0;
    width: 50px;
}
.mobile-menu .header a::before, .mobile-menu .header a::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}
.mobile-menu .header a span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 6px 0;

}
.mm-page{
  position: static !important;
}
.mm-listview > li:hover {
    background: #009ee2 none repeat scroll 0 0;
    color: #fff;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #009ee2 !important;
    font-size: 25px;
      text-transform: uppercase;
    font-weight: bold;
}
.mm-listview > li > a, .mm-listview > li > span{
       font-weight:bold;
}
/*.mm-listview .mm-next{
    width:100% !important;
}*/
/* end mobile menu */

/*bs slider*/


.bs-slider{
    overflow: hidden;
    min-height: 585px;
    position: relative;
    
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 /*   background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
   top: 50%;
    opacity: 1;
    width: 35px;
    height: 35px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 1.5;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #0000007d;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
    opacity: 1;
}
.control-round .carousel-control.right {
    right: 1%;
    opacity: 1;
}
.control-round .carousel-control.left, .control-round .carousel-control.right {
    border: none;
  /*  opacity: 1;*/
    border-radius: 0px;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #000;
    background: #fff; 
    border:none;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
/*    display: none;*/
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #009ee3;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: #009ee3;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
   left: 0;
    top: 40%;
    right: 0;
    margin: auto;
    /* padding: 10px; */
    position: absolute;
    text-align: center;
    /* padding: 10px 85px; */
    width: 100%;
    
}

.slide-text h1 {
 padding: 10px 15px;
    color: #FFF;
    font-weight: bold;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-size: 25px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    background: #009ee2b3;
    border: 1px solid #c3c3c3;
    display: inline-block;
}
.slide-text p {
       padding: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text a.btn-default {
    color:#03A9F4 !important;
    font-weight: 800;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    margin-top: 20px;
    padding: 15px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border:1px solid #03A9F4;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    background:#fff !important;
        border-radius: 25px;
}

.slide-text a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border: 2px solid;
}

.slide-text a:hover,
.slide-text a:active {
    color: #ffffff !important;
    background: #192436 !important;
    border:1px solid #fff;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*welcome*/
.wel{
    padding-top: 50px;
    padding-bottom: 80px;
}
.wel-dtl h1{
   color: #192436;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
}
.wel-dtl p{
    font-size: 18px;
   /* margin-top: 50px;*/
    line-height: 1.7;
 /*   color: #929694;
    font-weight: 200;*/
  /*  text-align:justify;*/
}
.wel-lst h2{
     color: #192436;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.wel-lst p{
    font-size: 17px;
    margin-top: 20px;
    line-height: 1.7;
    color: #929694;
    font-weight: 200;
}
.wel-lst i{
    color: #009ee2;
    padding-right: 10px;
    font-weight: bold;
}
.wel-dtl a.btn-default {
    color: #fff!important;
    font-weight: 800;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    margin-top: 20px;
    padding: 15px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    background:#009ee2 !important;
        border-radius: 25px;
}
.wel-dtl a:hover,
.wel-dtl a:active {
    color: #fff !important;
    background:  #192436 !important;
    border:1px solid #fff;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.wel-dtl a i{
    color: #fff;
}

.wel-lst img{
    margin-top: 35px;
    vertical-align: middle;
}
.wel-lst h4{
    background: url('../images/vedio.png');
    background-position: left,center;
    background-repeat: no-repeat;
     height: 60px;
    padding-left: 80px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
}
.wel-lst h4 a:hover{
    color: #009ee2;
    background-color: transparent;
}
.prd{
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #f4f4f6;
}
.prd img{
     border: 1px solid #d2eaf5;
    padding: 4px;
/*    border-bottom: none;*/
    margin:0 auto;
}
.prd h2{
     color: #009ee3;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
}
.prd p{
   /* margin-bottom: 30px;*/
   text-align: justify;
   font-size: 15px;
       line-height: 1.5;

}
.prd-dtl{
  background: #fff;
    padding: 20px;
    margin-bottom: 50px;
    height: 470px;
    box-shadow: /*0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/ 0 2px 6px rgba(0,0,0,0.19), 0 0px 0px rgba(0,0,0,0.23);
}
.prd-dtl h3{
     margin-bottom: 0px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #009ee3;
   /* height: 45px;*/
    text-transform: uppercase;
}
.prd-dtl h4{
    
}
.prd h3{
    
}
li{
    line-height: 1.7;
}
.prd-dtl p{
  font-size: 17px;
  margin-top: 15px;
    line-height: 1.7;
    /* color: #929694; */
    font-weight: 200;
     padding-bottom: 20px; 

}
.prd-dtl a{
     color: #009ee2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    float: right;
}
.prd-dtl a:hover {
    color: #192436;
}
p.enq {
    font-weight: bold !important;
    font-size: 17px !important;
    color: #192436;
}

p.enq a{
color:#009ee3;
}
p.enq a:hover{
color: #192436;
}

.prd-enq p {
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #192436;
    text-align: center;
}

.prd-enq a{
color:#009ee3;
}
.prd-enq a:hover{
color: #192436;
}
/*footer*/

.ftr{
/*background: #192436;
padding-top: 30px;*/
   /* background: url(../images/ftr-bg.png);
    padding-top: 80px;*/
        padding-top: 50px;
    background-color: #0fabe7;
}
.ftr i {
    color: #ffffff;
    padding-right: 5px;
}
.ftr a:hover{
    color: #192436;
}
.cnt-lst a:hover{
color: #009ee3;
}
.ftr h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}
.ftr ul{
    list-style-type: none;
    padding: 0;
}
.scls li{
    float: left;
    padding-right: 10px;
}
.scls{
    margin-top: 40px;
}
.lnks{
    list-style-type: none;
    padding: 0;
}
.lnks li{
     line-height: 1 !important;
}
.lnks li a{
         color: #ffffff;;
}
.lnks li a:hover{
    color: #192436;
}
.ser{
    list-style-type: none;
    padding: 0;
}
.ser li{
     line-height: 3 !important;
}
.ser li a{
     color: #b5bfba;
}
.ser li a:hover{
color: #fff;
    }
.ser li a:hover::before{
    color: #009ee2;
    content:'\203A';
        -webkit-transition: opacity ease-in-out 3s;
    -moz-transition: opacity ease-in-out 3s;
    -ms-transition: opacity ease-in-out 3s;
    -o-transition: opacity ease-in-out 3s;
    transition: opacity ease-in-out 3s;
}

.ftr ul li{
      color: #ffffff;
   margin-bottom: 20px;
    font-weight: 400;
}
.ad{
    background: url('../images/add.png');
    background-position: left,center;
    background-repeat: no-repeat;
     height: 25px;
    padding-left: 30px;
    margin-top: 25px;
    font-weight: 600;
}
.ph{
    background: url('../images/call.png');
    background-position: left,center;
    background-repeat: no-repeat;
     height: 25px;
    padding-left: 30px;
    margin-top: 25px;
    font-weight: 600;
}
.ml{
    background: url('../images/mail.png');
    background-position: left,center;
    background-repeat: no-repeat;
     height: 25px;
    padding-left: 30px;
    margin-top: 25px;
    font-weight: 600;
}
.ftr-btm{
       background: transparent;
    padding: 30px;
    border-top: 1px solid #42baef;
    margin-top: 20px;
}
.ftr-btm p{
    color: #fff;
    margin: 0;
}

/*inner pages*/
.aboutinr-bnr {
   /* padding: 20px 0;*/
    background-image: url(../images/aboutinnerbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center;
}

.productinr-bnr {
   /* padding: 20px 0;*/
    background-image: url(../images/Products-innerbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center;
}

.serviceinr-bnr {
   /* padding: 20px 0;*/
    background-image: url(../images/Services-innerbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center;
}

.contactinr-bnr {
   /* padding: 20px 0;*/
    background-image: url(../images/Contact-innerbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center;
}

.inr-bnr .breadcrumb {
   background: #008dd1;
    display: inline-block;
    top: 325px;
    position: relative;
    float: right;
}

.inr-bnr .breadcrumb a {
    color: #fff;
    padding: 0 7px 8px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-size: 15px;
}
.inr-bnr .breadcrumb a:hover{
    color:#192436;
}
.inr-div{
    padding:30px 0px;
}
.inr-div p{
line-height: 1.5;
    font-weight: 400;
    text-align: justify;
    }
.abt-dtl p{
    line-height: 1.5;
    font-size: 15px;
    text-align: justify;
}
.abt-dtl img{
    border: 1px solid #d2eaf5;
    padding: 4px;
    margin-bottom: 20px;
}
.abt-dtl ol li{
    line-height: 2;
    font-weight: 400;
}
.abt-dtl h2{
    color: #009ee3;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.abt-dtl h4{
    text-align: center;
    color: #009ee3;
    font-weight: bold;
    margin-top: -5px;
    text-transform: uppercase;
}
/*contact*/

.cnt-div h2{
        color:#009ee3;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
.cnt-lst{
    padding: 0px;
    list-style-type: none;
}
.cnt-lst i{
    color: #009ee3;
    border:1px solid #009ee3;
     padding: 7px;
    width: 30px;
    text-align: center;
    margin-right: 10px;
        font-size: 15px;
}
.cnt-frm{
    margin-bottom: 40px;
}
.cnt-lst i:hover{
    background-color:#009ee3; 
    border:1px solid #009ee3;
    color: #fff;
    cursor: pointer;
    }
.cnt-lst li{
    margin-bottom: 20px;
}
.cnt-div{
    padding-top:30px;
}
.cnt-frm label{
    color: #009ee3;
    letter-spacing: 1px;
    font-weight: 500;
}
.cnt-frm .form-control{
    margin-bottom: 20px;
    background-color: #f7f7f7;
}
::placeholder {
  color:#cccccc !important;
}
.btn-cnt i{
    padding-right: 10px;
    font-weight: bold;
}
.btn-cnt{
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 15px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    background: #009ee2;
    border-radius: 0px;
}
.btn-cnt:hover{
    color: #ffffff;
    background: #192436;
    border: none;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}









/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/



/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
        top:34%;
    }

    .slide-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
        top:20px;
    }
    .slide-text h1 {
        font-size: 10px;
       line-height: 1.3;
      margin-bottom: 5px;
    }
    .slide-text p {
        font-size: 12px;
    }
    .slide-text a.btn-default, 
    .slide-text a.btn-primary {
        font-size: 7px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 5px 10px;
         margin-top:4px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

@media only screen and (max-width: 640px) {
.main-menu, .top-hd{
    position: relative;
 padding-top: 0px;
    padding-bottom: 0;
    background: #fff;
    box-shadow: none;
}
.logo img{
    margin:0px auto;
        padding: 5px 0px;
}
.wel{
    padding-top: 10px;
}
.no-pad{
    padding: 0px 15px;
}
.ftr ul li{
line-height: 1.7;
 }
.ph{
    margin-top: 50px;
}
.wel-dtl h1{
    font-size: 35px;
    margin-top: 20px;
    text-align: center;
}
.wel-dtl p{
    margin-top: 10px;
}
/*.inr-bnr{
    height: auto;
}*/
.inr-bnr .breadcrumb{
    top:15px;
        left: 0;
    float: none;
    padding: 5px;
}
/*.logo img{
    margin:10px auto;
}*/
.prd-dtl{
  height: auto;
    }
    .prd-dtl h3{
        height: auto;
    }
    .bs-slider{
        min-height: auto;
    }
.aboutinr-bnr {
    height: 80px;
    background-position: center;
}

.productinr-bnr {
    height: 80px;
    background-position: center;
}

.serviceinr-bnr {
    height: 80px;
    background-position: center;
}

.contactinr-bnr {
    height: 80px;
    background-position: center;
}
.prd-dtl a{
    float: none;
}
.abt-dtl h2, .prd h2, .bt-dtl h2, .cnt-div h2{

    font-size: 20px;

}
.ftr h3{
    margin-bottom: 15px;
}
}
@media (min-width: 768px){
.navbar-nav.navbar-right:last-child {
     margin-right: 0px; 
}
}