


/*==Common classes==*/
.float-none{
    float: none;
    margin: 0 auto;
}
p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    font-family: sans-serif;
}
.text-right {
	text-align:right;
}
.text-right {
	text-align:right;
}

.padd-top-40 {
	padding-top:40px ;
}
.padd-50 {
	padding:50px 0px;
}
.padd-30 {
	padding:30px 0px;
}

.padd-20 {
	padding:20px 0px;
}
.padd-80 {
	padding:80px 0px;
}
.padd-0 {
	padding:0px;
}
.padd-top-50 {
	padding-top:50px;
}
.margin-top-80 {
	margin:80px 0px;
}
.marg-30 {
	margin:30px 0px;
}
.marg-80 {
	margin:80px 0px;
}
.marg-btm-40 {
	margin-bottom:40px;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none; 
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: none; 
    background-image: none; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: none; 
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -70px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -70px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 18px;
    background: #000;
    padding: 5px;
}

.owl-nav {
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    padding: 0px 10px!important;
    font: inherit;
    font-size: 20px;
    background: #f59c06;
    color: #fff;
    margin: 0px 10px;
}

.sect-title-2 {
	color: #ffffff;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 22px; 
}
.sect-title-3 {
	color: #ffffff;
    padding: 0;
    font-weight: bold;
    font-size: 20px; 
}
.sect-title-4 {
    color: #fff;
    font-size:20px;
}
.bg-red {
    /*background: linear-gradient(to bottom, #6b6969,#000 ,#6b6969 );*/
	background: #302f37;
}
.bg-orange {
    background: linear-gradient(to bottom, #f6ac27,#f59c05 ,#fbb42b );
    padding:20px 0px;
    text-align: center;
}
.headerbx-top img {
  width: 100px; /* Default for large screens */
  height: auto; /* maintain aspect ratio */
}

/* Large laptops / desktops */
@media (min-width: 1200px) {
  .headerbx-top img {
    width: 190px;
  }
}

/* Medium screens / laptops */
@media (min-width: 992px) and (max-width: 1199px) {
  .headerbx-top img {
    width: 200px;
  }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .headerbx-top img {
    width: 180px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .headerbx-top img {
    width: 100px;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .headerbx-top img {
    width: 10px;
  }
}

/*===HEADER===*/
.header-top {
    padding: 25px 0px;
}
.header-top .innerBx {
    color: #000;
    padding-right: 10px;
}
.header-top .innerBx i {
    font-size: 23px;
    color: #f6ac27;
    padding-right: 10px;
}
.header-top .innerBx a{
	color: #000;
    text-decoration:none;
    font-size: 15px;
}
.media-icons ul {
   margin-bottom:0px;
}
.media-icons ul li {
    display: inline-block;
}
.media-icons ul li a {
    color: #00dcff;
    display: block;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background: #505050;
    transition: 0.4s;
}
.media-icons ul li a:hover {
    color: #00dcff;
    background: #232222;
    transition: 0.4s;
}

.header-main {
    box-shadow: 0px 0px 20px 0px #0000;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    margin-right: 15px;
	font-family: monospace;

}
.headerbx-top img {
    padding: 15px 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #f59c06;
    color: #fffffe;
    /* border-top: 2px solid #ffffff; */
    /* border-bottom: 2px solid #ffffff; */
}
.disply-none {
	display:none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f59d08;
    background-color: transparent;
}
.sticky .setbgNew {
    padding: 0px 20px;
    box-shadow: 0px 0px 10px 0px #ddd;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
}
.sticky .top-search {
    margin: 8px 0px;
}
.sticky .menuName {
    margin: 9px 0px;
    font-family: initial;
}
.sticky .headerbx-top img {

}
.sticky .nav > li  img {
    max-width: none;
    width:100px;
	padding:10px 0px;
	display:block;
}
.navbar {
    margin-bottom:0px; 
    border: 1px solid transparent;
}
.nav > li  img {
    max-width: none;
    width: 100px;
	padding:10px 0px;
	display:none;
}
.navbar-default {
	background: #0000;
    border:none;
	border-radius:0px;
}
.menuName {
    margin: 16px 0px;
    font-family: initial;
}
.menuName li a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.top-search {
    /* background: #000; */
    margin: 17px 0px;
}
.top-search input[type=text] {
    padding: 6px;
    border: none;
    margin: 0px 0px;
    font-size: 17px;
    width: 180px;
}
.top-search button {
    color: #fff;
    text-align: right;
    padding: 6px 10px;
    margin: 6px;
    background: #f59c06;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
  .top-search a, .top-search input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .top-search input[type=text] {
    border: 1px solid #ccc;
  }
}

/* Dropdown Button */
.dropbtn {
    background-color: #0000;
    color: white;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    padding:10px 10px;
}
.dropbtn:hover { background-color: #fff;}

.dropbtn span {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.dropbtn span:hover {
    color: #ffae00;
}
.dropbtn i {
    color: #ffae00;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background: #ffae00;
    color: #fff;
    min-width: 200px;
    z-index: 99999;
    box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
}
.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #f5f4f4;
}
.dropdown-content a:hover {
	background:#000;
}
.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color:#0000;
}

/*===End HEADER===*/

/*==slider SECTION==*/
.slider-bx {
	
}
.section-slider-title {
    padding: 40px;
    margin-top: 60px;
    background: #0000;
}
.slider-Sect {
    position: absolute;
    background: #fff;
    margin: 80px 50px 80px 80px;
    padding:50px 40px;
}
.slider-bx2 {
    background-image: url(./images/banner-2.jpg);
    background-size:cover;
	background-repeat:no-repeat;
}
.section-slider-title h3 {
    color: #8e8e8e;
    font-weight: bold;
    font-size: 22px;
    font-family: initial;
    margin: 0px;
}
.section-slider-title h1 {
    color:#000 ;
    font-weight: bold;
    font-size: 45px;
    line-height: 70px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: initial;
    margin: 10px 0px;
}
.section-slider-title h1 span {
    color: #00dcff;
}
.section-slider-title p {
    color: #fff;
    padding-bottom: 10px;
}
.tp-bannertimer {
    display: none;
}

/*==section Title==*/
.title-outer {
    display: inline-block;
    width: 100%;
	margin-bottom:50px;
}
.section-heading {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
}
.section-heading h1 {
    font-size:35px;
    margin: 0px 0px 10px;
    color: #000;
    font-weight: bold;
}
.section-heading::before {
    background: #f59c06 none repeat scroll 0 0 ;
    border: 5px solid #000;
    bottom: -25px;
    content: " ";
    height: 13px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
    z-index: 1;
}
.white-Clr {
	color:#fff!important;
}
.common-btn, input[type=submit] {
    padding: 12px 20px;
    color: #fff;
    transition: all .5s ease;
    outline: 12px #fff;
    background: #f59c06;
    border: 4px solid #0000;
}
.common-btn:hover {
	color:#fff;
	background:#000;
	border: 4px solid #0000;
}

/*=== Background Color section===*/
.bg-1 {
    background: linear-gradient(to right , #302f37de , #302f37d9),url(images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.bg-black-2 {
    background: linear-gradient(to right ,#00000075, #0000007d),url(images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;
}
.padd-80 {
    padding: 80px 0px;
}
.bg-white {
	background: #fff;
}

/*==section About==*/
.abtFront-bx img{
	width:100%;
    margin-top: 75px;
}
.abtFront-bx p{
	margin-right: 30px;
}
.abtFront-bx a {
    color: #fff;
    text-decoration: none;
}
.abtFront-bx img {
    width: 100%;
}


/*==Help Section ==*/
.helpBx {
    background: #080808;
    padding: 5px;
    color: #fff;
    text-align: center;
}
.helpBx h4 {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin: 20px 0px 10px;
}
.helpBx p {
    color: #cddc39;
    text-align: center;
    font-size: 14px;
}
.helpBx img{
	width:100%;
}
.helpBx:hover .sub-banner-detail {
    bottom: -20px;
}
.helpBx .sub-banner-detail {
    display: inline-block;
    font-family: 'Courgette', cursive;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    bottom: 0px;
    left: 60px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.helpBx .sub-banner-detail .sub-banner-title {
    background: #f5b555;
    padding: 10px 30px;
    font-size: 22px;
}
.helpBx .sub-banner-detail .sub-banner-subtitle {
    background: #302f37;
    color: #fff;
    float: right;
    margin-right: -40px;
    padding: 10px 30px;
}

/*=Offer  section==*/

.offerBx {
  
}
.offerBx img{ 
	width:100%;
}
.offerBx-content {
	background:#302f37;
	color:#fff;
	text-align:center;
	padding:30px;
}
.offerBx-content h3{
	color:#f5b555;
	font-weight: bold;
    font-size: 20px;
    margin: 15px 0px;
	font-family: 'Courgette', cursive;
}
.offerBx-content a{
	text-decoration:none;
}
.offerBx-content p{
	text-align:center;
}
/*==END==*/

/*==Collection section==*/
.collection-Bx {
    padding: 20px;
    margin: 20px 0px;
    background: #fff;
    text-align: center;
    height: 250px;
    border: 2px solid #f59c0699;
}
.collection-Bx img {
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    color: #0c0c0c;
    background: #f59c0699;
    transition: all .5s ease;
    margin-bottom: 20px;
}
.collection-Bx img:hover{
    background: #fff;
}
.collection-Bx:hover img{
    background: #fff;
	transition: all .5s ease;
}
.collection-Bx h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 10px 0px;
    font-family: 'Courgette', cursive;
}

/*==Project section==*/
.project-Bx {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px 0px 40px;
}
.project-Bx h3 a{
	color:#fff;
}
.project-Bx h3 {
    font-size: 20px;
    text-align: center;
    background: #302f37;
    padding: 8px;
}
.project-Bx:hover:before,
.project-Bx:hover:after,
.project-Bx:hover .box-content:before,
.project-Bx:hover .box-content:after{
    transform: scale(1);
}
.project-Bx img {
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
    background: #302f37;
    padding: 25px;
}
.project-Bx:hover img {
    opacity: 1;
    transform: scale(1.15);
}

@media only screen and (max-width:990px){
    .project-Bx{ margin: 0 0 30px; }
}

/*==Latest news ==*/
.news-item {
    background: #302f37;
    padding: 15px;
    margin: 20px 10px 40px;
}
.news-item .news-thumb {
    position: relative;
}
.news-item .news-thumb img {
    width: 100%;
}
.news-item .news-thumb .news-cat {
    position: absolute;
    width: 100%;
    left: 10px;
    top: 10px;
    text-align: left;
}
.news-item .news-thumb .news-cat span {
    min-width: 100px;
    bottom: 0;
    background: #f59c06;
    padding: 10px 10px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
    border: 1px solid #0000;
    border-radius: 20px;
}
.news-item .news-info h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0px 10px;
    color: #fff;
    font-family: 'Courgette', cursive;
}
.news-item .news-info h4:hover{
    color:  #f59c06;
}
.news-item .news-info p{
    color: #cecece;
}


/*==FOOTER==*/
.footer-area {
    background: #f59c06;
    padding: 20px 0px;
}
.single-footer {
    padding:40px 0px;
}
.single-footer h3 {
    margin-bottom: 25px;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    font-family: 'Courgette', cursive;
}
.single-footer h3 i{
    color: #000;
}
.single-footer .contact-us-link {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    padding-right: 10px;
}
.single-footer .contact-us-link li {
    margin-bottom: 12px;
    color: #cccccc;
    position: relative;
    padding-left: 25px;
}
.single-footer .contact-us-link li i {
    color: #f59c06;
    padding-right: 8px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}
.single-footer .contact-us-link li a {
    display: inline-block;
    color: #000000;
    font-size: 16px;
	text-decoration: none;
}
.footer-media  ul {
    list-style: none;
    margin: 0;
	text-align:left;
	padding:0px;
}
.footer-media  ul li{
    display:inline-block;
}
.footer-media ul li a {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #302f37;
    transition: .5s;
    text-align: center;
    margin-right: 10px;
    background: #f59c06;
}
.footer-media ul li a:hover {
    color: #060606;
    background: #fff;
    border-color: #000;
    transition: .5s;
}

/*---Footer Bottom---*/
.footer-bottom-area .logo img {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
}
.footer-bottom-area .logo {
	text-align:center;
	padding-bottom:10px;
}
.footer-area a{
    text-decoration:none;
}
.footer-bottom-area {
    text-align: center;
    background: #302f37;
    padding: 20px 0px;
}
.d-inline-block {
    display: inline-block!important;
}
.footer-bottom-area p {
    color: #fff;
    font-size: 14px;
	text-align:center;
	margin-bottom:0px;
}
.footer-bottom-area p a {
    display: inline-block;
    font-weight: 600;
    color: #f59c06;
}

/*==END FOOTER==*/


/*===Inner page===*/
.pagetitle-Bg {
    background-image: linear-gradient(to right, #11111400, #302f3700), url(images/br.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; /* Center image */
    padding: 100px 0px 100px;
}

.pagetitle-Bx h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px 0px 0px 0px;
}

.pagetitle-Bx h1 {
    position: relative;
    display: inline-block; /* keeps line under text width */
}

.pagetitle-Bx h1::after {
    content: "";
    position: absolute;
    bottom: -8px; /* adjust distance below title */
    left: 50%;
    transform: translateX(-50%); /* centers the line */
    width: 60px;  /* change size as needed */
    height: 2px;
    background: #f59c06;
    border-radius: 2px;
}


/*==About page==*/
.abt-padd {
	padding:80px 0px 80px;
}
.why-padd {
	padding:50px 0px 50px;
}
.about-innerBx h3 {
    color: #202121;
    padding: 0;
    font-family: 'Courgette', cursive;
    font-size: 25px;
    margin: 0px 0px 20px;
}
.about-bx img {
    width: 100%;
    border: 5px solid #f59c06;
    padding: 5px;
}
.about-bx2 img {
    position: absolute;
    width: 60%;
    height: 60%;
    left: -4%;
    bottom: -40%;
    z-index: 1;
    border: 5px solid #f59c06;
    padding: 5px;
    background: #fff;
}
.quality-title h3{
	color:#000;
	font-family: 'Courgette', cursive;
}
.bg-white {
	background:#fff;
}
.qualityBx {
	text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #afafaf;
	margin:30px 0px;
}
.qualityBx h3{
	font-size:20px;
	color: #000;
    font-family: 'Courgette', cursive;
}
.qualityBx p{
	text-align: center;
}


/*==Testimonial  Section==*/
.testimonial {
    padding:40px;
	text-align:center;
}
.testimonial i{
    color: #f59c06;
    font-size: 30px;
	padding-right: 20px;
}
.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #e8e8e8;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #00dcff;
    text-align: center;
    font-size: 22px;
    color: #020202;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #00dcff;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 16px;
    color: #8a8a8a;
    margin: 0;
	text-align:center;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight:bold;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 20px 0 5px 0;
	font-family: 'Courgette', cursive;
}
.testimonial .post {
    display: block;
    font-size: 15px;
    color: #f59c06;
}






/*==Services page ==*/
.serviceBx {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #d2d1d1;
    margin: 30px 0px;
	text-align:center;
}
.serviceBx h3 {
   font-size:20px;
   color:#000;
   font-weight:bold;
   font-family: 'Courgette', cursive;
}
.serviceBx p{
   text-align:center;
}
.serviceBx img {
    margin-top: -50px;
    padding: 7px;
    margin-bottom: 10px;
    width: 100%;
}

/*==Project page ==*/
.product-grid {
    color: #fff;
    padding: 10px;
    margin: 20px 0px 40px;
    text-align: center;
    /* box-shadow: 0px 0px 10px 0px #b7b7b7; */
    border: 6px solid #f59c06;
}
.product-grid img {
    width: 100%;
    height: auto;
    margin-top: -40px;
}
.price {
    color: #f59c06;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 0px 10px;
}
.product-content .add-to-cart a{
	font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
	font-family: 'Courgette', cursive;
	margin-bottom:20px;
}

/*==Blog page ==*/
.news {
	background: #f3f3f3;
    padding: 20px;
	margin:15px 0px;
	text-align:center;
}

.news-box {
    background: linear-gradient(180deg, #000000d1 0%, #0a0a0a 100%);
    font-family: 'Nanum Gothic', sans-serif;
    position: relative;
    overflow: hidden;
	margin-bottom:30px;
}
.news-box:hover{ box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4); }
/*
.news-box:before{
    content: "";
    background: linear-gradient(-225deg, #00dcff 50%, #00dcff 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(0,0,1,45deg);
    transform-origin: 0 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease-out 0s;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
*/
.news-box:hover:before{
    opacity: 0.8;
    transform: rotate3d(0,0,1,15deg);
}
.news-box img{
    width: 100%;
    height: auto;
    transform: scale(1.1) translateY(4%);
    transition: all 0.4s ease-in;
}
.news:hover .news-box img{
    opacity: 0.4;
    transform: scale(1.1) translateY(-4%);
}
.news-box .box-content{
    color: #000;
    width: 100%;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s ease-out;
}
.news-box:hover .box-content{
    opacity: 1;
    top: 30px;
}
.news h3{
	color:#000;
    font-size: 20px;
    font-weight:bold;
    margin: 20px 0px 10px;
	font-family: 'Courgette', cursive;
}
.news p{
    color: #000;
    font-size: 16px;
	margin-bottom:20px;
	text-align:center;
}
.news span {
    background: #f59c06;
    padding: 8px 20px;
    font-weight: bold;
    color: #fff;
}
@media only screen and (max-width:990px){
   .news-box { margin: 0 0 30px; }
}

/*==contact page ==*/

.contactBx{
	box-shadow: 0px 0px 10px 0px #b5b1aa;
    padding:20px;
	text-align:center;
	margin:50px 10px 0px;
	height:210px;
}
.contactBx p {
	text-align:center;
}
.contactBx h4 {
    color: #000;
    margin: 20px 0px 10px;
    font-weight: bold;
    font-size: 24px;
	font-family: 'Courgette', cursive;
}
.contact_form .form-group {
    margin-bottom: 10px;
}
.contact_form .form-group .form-control {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    font-family: "Roboto", sans-serif;
    border-radius: 0px;
	padding:20px 20px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), #ffbe4f;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), #ffbe4f;
}
.contact_form .form-group textarea.form-control {
    height: 165px;
    margin-bottom: 40px;
}
.contactBx-form {
    background: #efefef;
    padding:20px;
	margin-bottom:30px;
}
.contact-form2 {
    background: #efefef;
    padding:20px;
	margin-bottom:30px;
}
.contactBx-form  h3 {
	font-size:22px;
    color: #f59c06 ;
    margin:10px 0px 20px;
    font-weight: bold;
	font-family: 'Courgette', cursive;
}
.contactBx-form  p{
    color: #000 ;
}
.contactBx-form a{
	color:#fff;
	text-decoration:none;
}
.error-div{
    text-align: center;
}
.error-div h1{
    font-size: 70px;
    color: #f3ba9c;
    text-shadow: 4px 3px #000;
    letter-spacing: 10px;
    line-height: 66px;
}
.error-div h2{
    font-size: 40px;
    margin-bottom: 30px;
}
.error-div a{
    background: #000;
    padding: 10px 20px;
    color: #fff;
}
/*==Responsive  Media==*/
@media only screen and (max-width: 1200px){
	.navbar-default .navbar-nav > li > a {
		padding: 15px 2px;
	}
	
}
@media only screen and (max-width: 1180px){
	.menuName li {
		padding: 0px 8px;
	}
	.tab .nav-tabs li a {
		padding: 10px 5px;
	}
	
}
@media only screen and (max-width: 992px){
	.header-top .innerBx {
		margin: 20px 0px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 15px 10px;
	}
	.menuName li {
		padding: 0px 0px;
	}
	.dropbtn {
		padding: 14px 10px;
	}
	.section-slider-title {
		margin-top: 180px;
		text-align: center;
	}
	.section-slider-title p{
		text-align: center;
	}
	.text-right {
		text-align: center;
	}
	.about-innerBx {
		text-align: center;
		margin-left: 0px;
	}
	.section-title {
		text-align: center;
	}
	.header-top {
		text-align:center;
	}
	.header-top p{
		text-align:center;
	}
	.header-top i {
		float: none;
		text-align:center;
	}
	.service-Bx p{
		text-align:center;
	}
	.counter-section .big-icon {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.counter-content {
		text-align: center;
	}
	.counter-content p {
		text-align: center;
	}
	.section-heading h2 {
		border-left: none;
		text-align: center;
	}
	.section-heading h2::before {
		display: none;
	}
	.abtFront-bx {
		text-align: center;
	}
	.workBx {
		text-align: center;
	}
	.workBx p{
		text-align: center;
	}
	.testimonial {
		margin: 20px 0px;
	}
	.offerBox img {
		float: none;
		padding: 20px;
	}
	.offerBox {
		text-align: center;
	}
	.offerBox p{
		text-align: center;
	}
	.subscribe-content p {
		text-align: center;
	}
	.news-item {
		text-align: center;
	}
	.news-item p{
		text-align: center;
	}
	.single-footer .contact-us-link li {
		position:  inherit;
	}
	.single-footer .contact-us-link li i {
		position: inherit;
	}
	.single-footer h3 {
		margin-bottom: 25px;
		margin-top: 40px;
	}
	.quality-title h3 {
		text-align: center;
	}
	.quality-title p {
		text-align: center;
	}
	.qualityBx {
		text-align: center;
	}
	.qualityBx p{
		text-align: center;
	}
	.offerBx img {
		width: 100%;
		margin-bottom: 50px;
	}
	.collection-Bx  {
		text-align: center;
	}
	.collection-Bx p{
		text-align: center;
	}
	.collection-Bx .icon {
		float: none;
		border: none;
	}
	.news {
		text-align: center;
	}
	.news p{
		text-align: center;
	}
	.contactBx-form {
		text-align: center;
	}
	
	
	
	
	
	
	
}
@media only screen and (max-width: 990px){
	.navbar-default .navbar-nav > li > a {
		padding: 15px 24px;
	}
	.image-box img {
		width: 100%;
	}
	#navbar7 ul {
		text-align: center;
	}
	.header-top i {
		float: none;
		text-align:center;
	}
	.about-imgbx img {
		margin: 30px 0px;
	}
	.footer-top {
		text-align: center;
	}
	.footer-top p {
		text-align: center;
	}
	.footer-box .single-data i {
		float: none;
		padding: 10px 10px;
		font-size: 20px;
	}
	.footer-box ul {
		text-align: center;
	}
	.footer-bottom p{
		text-align: center;
	}
	.footer-media ul {
		margin:10px 0px;
		text-align: center;
	}
	.pagetitle-Bg {
		text-align: center;
	}
	.footer-area {
		text-align: center;
	}
	.single-footer p {
		text-align: center;
	}
	.offerBx-content {
		text-align: center;
	}
	.offerBx-content p{
		text-align: center;
	}
	.video-column .inner-column .video-box img {
		margin-bottom: 30px;
	}
	.serviceBx {
		text-align: center;
	}
	.serviceBx p{
		text-align: center;
	}
	.news-box {
		text-align: center;
	}
	.news-box p{
		text-align: center;
	}
	.tab .nav-tabs li {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.contactBx {
		text-align: center;
	}
	.contactBx p{
		text-align: center;
	}
	.contactBx img{
		float:none;
		margin:0 auto;
		text-align: center;
	}
	.about-bx img {
		width: 100%;
		margin: 30px 0px 0px;
	}
	.single-footer .contact-us-link li a {
		display: block;
		text-align: center;
	}
	.counter-section .counter .counter-item {
		padding: 20px 10px;
	}
	.product-grid img {
		width: 100%;
		height: auto;
	}
	.news-box img {
		width: 100%;
		height: auto;
	}
	
}

@media only screen and (max-width: 880px){
	.navbar-default .navbar-nav > li > a {
		padding: 15px 30px;
	}
	.header-top {
		text-align:center;
	}
	.header-top p{
		text-align:center;
	}
	.header-top{
        display: none;
    }
}
@media only screen and (max-width: 767px){
	.sticky .headerbx-top img {
		padding: 30px 0px;
		width: 100%;
	}
	.disply-none {
		display: block;
		padding-left: 30px;
		margin-top: -60px;
	}
	.disply-none h4 {
		font-size: 30px;
	}
	.rev_slider_wrapper{
        height: 400px!important;
    }
    .rev_slider{
        height: 400px!important;
    }
	.padd-0 {
		padding: 15px;
	}
	.menuName {
		float: none;
		text-align:center;
	}
	.navbar-toggle {
		margin-top: 20px;
		margin-right: 20px;
		background-color: #000000;
		padding: 14px 14px;
	}
	.headerbx-top img {
		width: 50%;
		padding:30px 0px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #FFC107;
		color: #ffff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.header-top {
		text-align:center;
	}
	.header-top p{
		text-align:center;
	}
	.header-top i {
		float: none;
		text-align:center;
	}
	.about-imgbx img {
		margin: 30px 0px;
	}
	.footer-top {
		text-align: center;
	}
	.footer-top p {
		text-align: center;
	}
	.footer-box .single-data i {
		float: none;
		padding: 10px 10px;
		font-size: 20px;
	}
	.footer-box ul {
		text-align: center;
	}
	.footer-bottom p{
		text-align: center;
	}
	.footer-media ul {
		margin:10px 0px;
		text-align: center;
	}
	.single-footer h3 {
		margin-top: 0px;
        text-align: center;
	}
    .header-top{
        display: none;
    }
    .single-footer {
        padding: 10px 0px;
    }
	
	
}
@media only screen and (max-width: 600px){
	.section-slider-title {
		margin-top: 20px;
		text-align: center;
	}
	.counter-section .counter .counter-item {
		min-width: 100%;
	}
}

@media only screen and (max-width: 448px){
	.section-slider-title {
		margin-top: 20px;
		text-align: center;
	}
	.counter-section .counter .counter-item {
		min-width: 100%;
	}
}


