@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
body 
{
    color: #666;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    background-color: #fff;
	line-height:25px;
	overflow-X:hidden;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  clear: both;
  font-weight:bold;
  line-height: 1.428571429;
  color: #333333;
  text-align: center;
  white-space: normal;
}


.dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #F42020;
    background-color: rgba(245, 245, 245, 0);
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #443939;
    font-size: 13px;
    font-weight: 600;
	padding: 0;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}


#menu-bar{
	width:100%;
	background-color:#fff;
	padding:3px 0px;
	border-bottom:solid 2px 00c2ec;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
#nav-back{
	width:100%;
	background-color:transparent;
	height:67px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
	border:none !important;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.banner-content{
	width:100%;
	position:absolute;
	z-index:99999;
	bottom:50px;
}

.gallery-title-top h3 {
margin: 0;
    color: 00c2ec;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 19px;
    padding: 13px 0px;
	text-align:center;
    

}
.banner-content p{
	width:50%;
	margin:auto;
	text-align:center;
	background-color:#000;
	padding:10px;
	color:#fff;
}


.navbar-default .navbar-nav>li>a:hover {
    color: #FF9900;
    background-color: transparent;
}

#nav-bottom{
	padding:10px 0px;
	background-color:#333;
	color:#fff;
}


.social {
    margin-top: 0px;
    /* text-align: right; */
    float: right;
}

.social p {
    float: left;
    margin: 0;
    margin-left: 3px;
    width: 27px;
    text-align: center;
    padding: 2px 0px;
    border: solid 1px #ccc;
    color: #ccc;
    font-size: 14px;
    border-radius: 3px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.social p:hover{
	border: solid 1px #F42020;
}



.enq-but {
    background-color: #FBD232;
    border: solid 1px #FBD232;
    padding: 2px 42px;
    margin-left: 2px;
    font-size: 17px;
    margin-top: 5px;
    color: #000;
}

.call-left i {
    color: #F42020;
    font-size: 15px;
    float: left;
    padding: 4px 6px;
    margin: 2px 7px;
    border: solid 1px #7B7B7B;
    border-radius: 3px;
}
.call-1 {
    color: #F3F3F3;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    margin-top: 3px;
}
.call-2{
	font-size:13px;
	margin-top:1px;
	color:#fff;
}
.call-left a{
	font-size:13px;
	margin-top:3px;
	color:#fff;
	font-weight:600;
}
#header-top {
    background-color: #072875;
    padding: 8px 0px;
}
.logo{
	width:100%;
}
.menu{
	margin-top: 25px;
    float: right;
}

.navbar-default .navbar-nav>li>a {
    color: #F42020;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
a{
	text-decoration:none !important;
}

.banner-caption {
    position: absolute;
    z-index: 99;
    background-color: transparent;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 30px;
    padding: 15px 0px;
}
.banner-head{
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    background-color:rgba(6, 6, 6, 0.55);
	border-radius:5px;
    width: 65%;
	padding:20px 10px;
	text-transform:uppercase;
	font-weight:900;
    margin: auto;
}

#banner-bottom{
	width:100%;
	background-color:#072875;
}
.left-1{
	text-align: center;
    color: #fff;
	padding:6px 15px;
	border-left:solid 1px #ccc;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.left-1:hover{
	background-color:#F42020;
	color:#fff;
	cursor:pointer;
}
.left-1 i {
    color: #fff;
    font-size: 45px;
    margin-bottom: 15px;
}
.left-1 p{
	font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin-bottom:0px;
}

.left-1 img{
	width:60px;
	margin-top:10px !important;
	margin:auto;
}

.padding0{
	padding:0 !important;
}
.right-border{
	border-right:solid 1px #ccc;
}

#about-home{
	padding:45px 0px;
}
.abt-title{
	margin:0;
	padding:0;
	font-weight:600;
	color:#072875;
	font-size:20px;
	padding-bottom:15px;
}
.abt-title span{
	color:#F42020;
}
.innerlogo {
	margin-top:10px;
	
}

.padding-right3{
	padding-right:3px !important;
}
.padding-left3{
	padding-left:3px !important;
}


.button {
 border-radius: 4px;
    background-color: #DE9942;
    margin-right: 14px !important;
    float: right;
    border: none;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 5px 5px 5px;
    width: 234px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.home-link {
    background-color: #072875;
    padding: 5px 20px;
    color: #fff;
    border: solid 1px #072875;
    border-radius: 3px;
    margin-right: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.home-link:hover{
	background-color:#F42020;
	color:#fff;
	border:solid 1px #F42020;
}







#products{
	padding:25px 0px;
	background-image:url(../images/bg1.jpg);
	background-size:cover;
}



.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #261E4C;
    border-color: #261E4C;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #261E4C;
    border-color: #261E4C;
}

.col-item {
    border: 1px solid #909090;
    background-color: #F3F3F3;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #072875;
    color: #fff;
	cursor:pointer;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #FCDA19;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 100%;
    float: left;
    padding-left: 10px;
}
.controls {
    margin-top: 0px;
    margin-bottom: 10px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

.btn-success {
    color: #fff;
    background-color: #F42020;
    border-color: #F42020;
}
.btn-success:hover {
    color: #fff;
    background-color: #261E4C;
    border-color: #261E4C;
}

.detail-link{
	color:#F42020;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.detail-link:hover{
	color:#FCDA19;
}



.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }






#bg{
	width:100%;
	height:100px;
	background-image:url(../images/bg.jpg);
}

#footer{
	color:#ccc;
	padding:25px 0px;
	background-image:url(../images/footer-bg.jpg);
	background-size:cover;
}


.foot-left{
	width:50%;
	float:left;
}

.foot-menu p{
	float:left;
	margin-right:10px;
	margin-bottom:0px;
}
.foot-menu a{
	color:#ccc;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.foot-menu a:hover{
	color:#F42020;
}

#footter-bottom{
	background-color:#171717;
	padding:20px 0px;
	font-size:14px;
}
.copy{
	margin:0;
	color:#ccc;
	text-align:right;
}
.copy a{
	color:#F90;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.copy a:hover{
	color:#F42020;
}

.foot-title{
	font-weight:600;
	color:#ccc;
	letter-spacing:.5px;
	font-size:18px;
	margin:0;
	padding:0;
	padding-bottom:20px;
}
.foot-title span{
	color:#F42020;
	border-bottom:1px solid #FCDA19;
}

.footter-name p{
	margin-bottom:3px;
}

.footter-abt p{
	line-height:34px;
	font-size:15px;
}
.footter-links p {
    /* float: left; */
    font-size: 15px;
    /* border-right: solid 1px #A7A7A7; */
    padding-right: 8px;
    /* margin-right: 8px; */
    margin: 0;
    margin-right: 8px;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footter-links a{
	color:#ccc;
}
.footter-links{
	text-align:center;
}

.footter-links p:hover{
	cursor:pointer;
	color:#F42020;
}





.padding3{
	padding:3px !important;
}





/* news */
ul{
	margin:0;
	padding:0;
}

#nt-title li {
	font-size: 28px;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* nt-example1 */



#nt-example1 {
    max-width: 620px;
    margin: auto;
    border: solid 1px #DCDCDC;
}

#nt-example1-container {
	text-align: center;
}

#nt-example1-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #333;
}
#index_msg span{
	color:#F42020 !important;
	
}
#contact_msg span{
	color:#F42020 !important;
	
}

#nt-example1 li {
    color: #4e4e4e;
    background-color:transparent;
    overflow: hidden;
    height: 80px;
    padding: 10px;
    line-height: 24px;
    list-style: none;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px dashed #072875;
}

#nt-example1 li:hover {
	background: #F3F3F3;
	cursor:pointer;
}

/* news-end */




.home-name{
	width:100%;
	padding:7px;
	margin-bottom:5px;
	background-color:transparent;
	border:solid 1px #ccc;
}
.home-msg{
	width:100%;
	padding:7px;
	margin-bottom:5px;
	height:100px;
	background-color:transparent;
	border:solid 1px #ccc;
}
.padding-right3{
	padding-right:3px !important;
}

.padding-left3{
	padding-left:3px !important;
}

.right{
	text-align:right;
}

.foot-img{
	padding:1px;
	border:solid 1px #888;
	overflow:hidden;
}
.foot-img img{
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.foot-img img:hover{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}


.footter-link{
	background-color:#F90;
	color:#000;
	margin:auto;
	border:solid 1px #F90;
	padding:2px 15px;
	margin-top:10px;
	font-weight:600;
	float:right;
	font-size:14px;
	margin-right:6px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.footter-link:hover{
	border:solid 1px #F90;
	background-color:transparent;
	color:#F90;
}

#service-new{
	padding:25px 0px;
}

.service-title-top {
    text-align: center;
}


.service-title-top h3 {
    margin: 0;
    color: #072875;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 19px;
    padding: 13px 0px;
    margin-top: 30px;
}
.service-title-top p {
    margin: 0;
    font-weight: 600;
    margin-bottom: 15px;
}
.service-left {
    margin-top: 12px;
}
.padding-right0 {
    padding-right: 0px !important;
}
.left-con {
    background-color: #E3E3E3;
    border-bottom: solid 4px #072875;
    min-height: 322px;
    max-height: 265px;
    overflow: hidden;
    color: #000;
}
.left-con h3 {
    color: #fff;
    padding: 14px 0px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    background-color: #072875;
    margin-top: 0px;
    text-transform: uppercase;
}
.service-con1 {
    padding: 0px 15px 0px 15px;
    text-align: center;
	font-size: 16px;
}

.service-link a {
    color: #FFF;
    background-color: #072875;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.padding-left0 {
    padding-left: 0px !important;
}
.service-img {
   /* min-height: 210px;
    max-height: 210px;
    width: 100%;*/
	margin:auto;
}
.service-link a:hover {
    color: #072875;
}

.service-link {
    text-align: center;
    margin-top: 0px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #F42020;
    background-color: rgba(231, 231, 231, 0);
}


.address {
    padding: 20px 0px;
}

.address-title {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.address-title span {
    color: #EF1B1B;
}

.symbol {
    color: #ffffff;
    text-shadow: none;
    border: none;
    background-color: #072875;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-size: 30px;
    line-height: 65px;
    margin-bottom: 26px;
    text-align: center;
    width: 65px;
    margin: auto;
}
.address-content {
    text-align: center;
    margin-top: 10px;
    color: #000;
	line-height:17px;
}
.address-title {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}


.enquiry {
    background-color: #FAFAFA;
    padding: 10px;
    border-bottom: solid 1px #072875;
    border-radius: 0px 0px 7px 7px;
}
.map {
    border-top: dashed 2px #072875;
    margin: 15px 0px;
    padding: 20px 0px;
}

.map-main {
    margin-top: 5px;
    background-color: #FAFAFA;
    padding: 10px;
    border-bottom: solid 1px #072875;
    border-radius: 0px 0px 7px 7px;
}

.contact-name {
    padding: 10px 7px;
    border: solid 1px #ccc;
    width: 100%;
    background-color: transparent;
    margin-top: 5px;
}

.contact-msg {
    padding: 10px 7px;
    border: solid 1px #ccc;
    width: 100%;
    height: 102px;
    background-color: transparent;
    margin-top: 5px;
}

.padding-right3 {
    padding-right: 3px !important;
}
.padding-left3 {
    padding-left: 3px !important;
}

.clr-but {
    background-color: transparent;
    border: solid 2px #072875;
    color: #000;
    font-weight: 600;
    padding: 5px 25px;
    text-transform: uppercase;
    margin-top: 5px;
	font-size:14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.clr-but:hover {
    background-color: #072875;
    color: #fff;
}

.snd-but {
    background-color: #072875;
    border: solid 2px #072875;
    color: #fff;
	font-size:14px;
    font-weight: 600;
    padding: 5px 25px;
    text-transform: uppercase;
    margin-top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.snd-but:hover {
    background-color: transparent;
    color: #072875;
}

.padding3{
	padding:3px !important;
}
	
.gal-main{
	border:solid 1px #072875;
	padding:1px;
}
.gal {
	overflow:hidden;
}
.gal img {
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}
.gal img:hover {
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-o-transform:scale(1.03);
	transform:scale(1.03);
}

.abt-head {
    font-weight: 600;
    font-size: 24px;
    color: #333;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.abt-head span {
    color: #FA0000;
}

#gallery-inr{
	padding:25px 0px;
}

#product{
	padding:25px 0px;
}

.product-1{
	background-color:#E3E3E3;
	padding:7px;
	margin-bottom:7px;
}

.innermembers{
	margin:20px 0;
	
}

.famil_view{
	float: right;
    margin-right: 15px;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    background-color: #D89D49;
}
}

.product-1 h3{
	margin:0;
	padding:7px;
	color:#fff;
	font-size:17px;
	font-weight:600;
	margin-bottom:7px;
	text-align:center;
	background-color:#072875;
	width:100%;
}

.product-1 img{
	margin:auto;
}	

.product-1 p{
	text-align:center;
	margin:0;
	font-size:15px;
	color:#000;
}

.brand-logo{
	margin-bottom:30px;
	border: 1px solid #A59E9E;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 189px;
    padding: 13px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 621px;
}


.abt-left{
	max-width:250px;
	width:100%;
	float:left;
	border:solid 1px #ccc;
	padding:7px;
	margin-right:7px;
	margin-bottom:5px;
}

#abt-inr{
	padding:25px 0px;
}

.abt-content{
	line-height:25px;
	text-align:justify;
}




@media (max-width: 991px) { 

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 7px;
}

.none{
	display:none;
}

}


@media (max-width: 767px) { 

.menu {
    margin-top: -55px;
    float: right;
    width: 100%;
    text-align: center;
}

.logo {
    width: 100%;
    max-width: 200px;
}

.padding-right3 {
    padding-right: 15px !important;
}

.padding-left3 {
    padding-left: 15px !important;
}


.banner-caption {
    position: absolute;
    z-index: 99;
    background-color: transparent;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: -16px;
    padding: 15px 0px;
    /* font-size: 15px; */
}
.banner-head {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: rgba(6, 6, 6, 0.55);
    border-radius: 5px;
    width: 97%;
    padding: 20px 10px;
    text-transform: uppercase;
    font-weight: 900;
    margin: auto;
}

}

@media (max-width: 430px) { 
	
.menu {
    margin-top:-35px !important;
    float: right;
    width: 100%;
    text-align: center;
}



}
