@import url(hover-min.css);
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Krub:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');

body {
    
    font-family: 'Rubik', sans-serif !important;
    
    
}

a:hover{ text-decoration:none; color: #adadad;}

li{ list-style:none; font-family: 'Poppins', sans-serif; color: #111; font-size: 14px;}

.navbar-default .navbar-toggle { background-color: #a1a1a1 !important; border:2px solid #fff !important; border-radius: 0px; margin-right: 0px; }

.hrline {
background-color: #7b7b7b;
height: 1px;
border: 0;
width: 99%;
clear: both;
}

.langtop {
    margin-left: -200px;
}


.logobtm {
display: block;
margin-left: auto;
margin-right: auto;
width: 25%;
padding: 20px 0px;
    
}

/***WORKING START***/



.dropdown-submenu {
    position: relative;
	color:#111;
}



@media (min-width:769px) {
 .container {
  width:750px
 }
    
  
  
}
@media (min-width:992px) {
 .container {
  width:970px
 }
}
@media (min-width:1280px) {
 .container {
  width:1280px;
 }
}

.main-footer-box{
    background:#2e2e2e; min-height: 320px; background: url(../images/top-bg.jpg); background-size: cover;
}
.main-footer-box > div{
    background-color: #000000c2;
}
.main-footer-box .container{
    padding: 30px 0px;
}

.footerbx h2{font:400 20px 'Oswald', sans-serif; text-transform:uppercase; color:#fff; margin:25px 0 10px 0; position: relative;}
.footerbx ul{ margin:0; padding:0; list-style:none;padding-bottom: 15px; padding-top: 15px;}
.footerbx ul li a{font:100 13px 'Poppins', sans-serif; color:#e6e6e6; display:block; padding:3px 0; transition:all 0.3s;}
.footerbx ul li a:hover{color:#a1a1a1; padding:3px 5px;}

.footerbx p{font:100 13px 'Poppins', sans-serif; color:#e6e6e6; min-height: 30px;}
.footerbx p a{ color:#e6e6e6;}
.footerbx p a:hover{ color:#a1a1a1;}
.addr2{ background:url(../images/addr2.png) left top no-repeat; padding:3px 8px 8px 0px; background-position: 0px 6px; color: #111;}
.homeintro{ padding:10px; color: #111; width: 95%;}
.phone2{ background:url(../images/phone2.png) left top no-repeat; padding:3px 8px 8px 0px; background-position: 0px 6px; color: #111;}
.email2{ background:url(../images/email2.png) left top no-repeat; padding:3px 8px 8px 0px; background-position: 0px 6px; color: #111;}
.copyr {font:100 13px 'Poppins', sans-serif; color:#898989;}
.copyr a:hover{color:#bf2e1b;}
.copyr2 {font:100 13px 'Poppins', sans-serif; color:#898989;}
.copyr2 a:hover{color:#bf2e1b;}
.fa-decorate {font-size: 10px; margin-right: 7px;}
.btm-email {color: #adadad;}    
.btm-email a:hover {color: red;}


.social{ margin:0; list-style:none; text-align:right; padding-left: 20px; display: inline-flex; }
.social li{ display:inline-block; height: 25px;line-height: 25px;}
.social li a{ background:transparent; display:block; font-size: 16px !important; color:#e0e0e0 !important; text-align:center; height: 25px; width: 25px; line-height:25px !important; transition:all 0.3s; margin: 0px 5px; padding-top: 2px; }

.social li a:hover{ 
    color: #8e0707 !important;
    border-radius: 50%;
    background-color: #e0e0e0;

}

follow-us-li{
    padding-right: 10px;font-size: 16px;
}

    
    
    
.compdesc {
    color: #b7b7b7;
    font-family: 'Dosis', sans-serif!important
}
.compsmallbox a:hover {
    color: #d30300
}
.topemail a:hover {
    color: #d30300
}
 .compsmallbox p {
    line-height: 20px;
    display: inline
}
.compdesc .fa {
    color: #5c5c5c;
    font-size: 15px;
    width: 26px;
}
.compsblankbox {
    margin: 12px 0;
    padding-left: 40px
}
.compsmallbox {
    margin: 0px;
}
    
    
    

.nsfrm { width: 100%;}
.nsfrm label{font:500 16px 'Oswald', sans-serif; text-transform:uppercase; color:white; display: inline-block;width: 29%;}
.nsfrm .form-group{ width:80%; position:relative; display: inline-block; float: right;}
.nsfrm .form-group input{ width:100%; height:60px; background:#111; border: 1px #FFF  solid  !important;}
.nsfrm .form-group button{ position:absolute; right:9px; top:2px; font-size:36px; color:#EADAB9; background-color: transparent !important; border:0; padding:3px 12px; border-radius:0px;}

.dropdown-submenu .dropdown-menu {
	background-color: #111 !important;
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu > li > a
{
	color: #cecece !important;
    border-bottom: solid 1px #484848;
    font-weight: 100;
    background-color: #111111;
}


.dropdown-menu > li > a:hover,.dropdown-menu > li > a:active
{
	color:#757171 !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #a0a0a0 !important;
    background-color: #2d2c2c;
}
.displayblock{
    display: block  !important;
}
.dropdown-menu>li>a:focus {
     background-color: #3e3b3b;
    outline: 0;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #111;
    position: absolute !important;
    top: 40px;
    width: 100% !important;
}
.navbar-nav>li {
    height: 60px !important;
    line-height: 60px !important;
}

    .caret {
        margin-left: 5px;
        margin-top: -3px;
    }

    .remove-banner-space{
        position: relative;
        top: -220px;
    }


/*****************************start top header************************************/

.mainheader{ background-color:#111c !important; line-height:24px; color: #fff; display: block;}

.mainheader-topbar{
    z-index: 9;
    position: absolute;
    background-color: #1119 !important;
    width: 100%;
}
.mainheader-logonmenu{
    background-color: #fffc !important;
    position: absolute;
    width: 100%;
    z-index: 99;
    margin-top: 0px;
    padding: 15px 0px;
    top: 44px;
    height: 90px;
    
}

    /*
    .carousel-example-generic-box{
        position: relative;
        top: -220px;
    }
    */
  


.top_paragraph{ float:left; width:100%; margin:5px 0; text-align: left; margin-right: 50px;}

.top_paragraph p{ color:#FFF; font:400 14px 'Oswald', sans-serif; margin:0;}

.toptext { color:#fff;  display:block; font-size:12px; 	}
    
    .toptext a{
        color: #ededed;
    }
    .toptext a:hover{
        color: #fff;
    }

.top_social{ float:right; padding:10px 25px;}

.top_social .fa{ color:#fff; font-size:14px; transition:all 0.3s; padding: 0 0 0 12px;}

.top_social .fa:hover{ color:#df2c22;   }

.top_email{ float:left; margin:40px 0;}

.top_email h2{ float:right; color:#330D44; font:500 16px 'Oswald', sans-serif; margin:0;}

.top_email h3{ color:#fff; font:500 13px 'Oswald', sans-serif; margin:0;}



.top_social .fa:first-child{ padding:0;}

.top_phone{ float:right; margin:40px 0;}

.top_phone h2{ float:right; width:100%; text-align:right; color:#330D44; font:500 16px 'Oswald', sans-serif; margin:0;}

.top_phone h3{ color:#fff; font:500 13px 'Oswald', sans-serif; margin:0;}

/*start top logo area*/

.header-cont{
	min-height: 70px;
}

.top_logo{
	width: 100% !important;
    float: left;
}

.top_logo img{
	width: 92px;
    transform: scale(1.6);
    position: relative;
    top: -18px;
}

/*end top logo area*/



/*start top search bar*/

.search_input{ float:right; width:100%; margin: auto; height: 24px;}
.btn-default{ border:0 !important; transition:all 0.3s !important; background:none !important; border-radius:0;}
.btn-default .fa{ color:#a1a1a1 !important; transition:all 0.3s !important; font-size:18px !important; margin: 0 0 0 3px !important;} 
.form-control{ 1px solid #515151 !important; !important; height:34px;  background:none !important;}
.input-group .form-control{ margin-left: 2px; width:120px !important; }
.big-btn{
    background-color: #f5f1e9 !important;
    border-color: #d0ccc4  !important;
    color: #777776 !important;
    padding: 12px 25px;
    border-radius: 0px;
}
.form-control:focus {
   
    outline: 0;
    box-shadow:none !important;
}
.searchbtn{
padding: 5px 12px;
}
.searchdropbox{
		padding: 10px;
	display: none;
	right: 0px;
left: auto;
	top: 44px;
}
#searchinput{
color : #a1a1a1;
margin: 5px 0px;
}


.btn-default .fa{ font-size:14px !important; background:none !important; border:0 !important;}

.btn-default:hover{}


.search_input .input-group-btn{
	background-color: #111;
}


.topsearchli{
		display: flex;
	}

/*end top search bar*/

/*end top header*/







/*start top menu bar*/

.menu5{float:left; width:100%; padding:0; }

.navbar{ margin-bottom:0; min-height:0; }

.navbar-inverse{ background:none; border:0;}

.navbar-nav>li{ background:url(../images/menu-bg.jpg) no-repeat right center; color:#fff; font:500 14px 'Oswald', sans-serif; text-transform:uppercase; }

.navbar-nav>li:last-child{ background:none; }

.nav>li>a{  padding: 0px 10px;  min-width: 70px; text-align: center; color: #111 !important; font-weight: 500; font-family: 'Rubik', sans-serif; font-size: 16px}
.nav>li>a:hover { color: #484848 !important; cursor: pointer;}

.navbar-inverse .navbar-nav>li>a { color:#111; transition:all 0.3s; padding: 15px 18px; text-align: center; font-family: 'Oswald', sans-serif, sans-serif; font-size: large;
    font-weight: normal !important; }

.navbar-inverse .navbar-nav>li>a:hover{
	color: #111;
}

/*.navbar-inverse .navbar-nav>li>a:hover{ color:#d22786; background:#fff !important;}
*/
.navbar-collapse{ padding:0 !important; border: none;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
	overflow:visible !important;
}

.banner-small-image {
    position: absolute;
    z-index: 100;
    top: 75px;
    left: 132px;
}



#morebox
{
	width:100%; 
	height:auto; 
	clear:both;
}
.moreone
{
	cursor: pointer;
    margin: 5px 10px 5px 0px;
    width: 90px;
    height: 90px;
    float: left;
}
.morethumbnail
{
	width:90px;
	height:90px;
	transition:0.2s ease; 
	border: 1px solid #ccc;
	
}
.moreone:hover .morethumbnail
{
	transform:scale(0.95,0.95);
	transition:0.2s ease;
	
}




#navigation-bar { position: relative; }

#search { position: relative; float: left; width: 45px; height: 41px; margin-left: -10px; margin-top: 0px; }

#label { width: 45px; height: 41px; position: relative; z-index: 20; }

#label label { display: block; width: 45px; height: 41px; background: url("../images/search.png") 0 0; transition:all 0.3s; font-size: 0; color: transparent; text-indent: -9999px; cursor: pointer; }

#label label:hover { background: url("../images/search.png") -45px 0; }

#label.active label { background: url("../images/search.png") -45px 0; }

#input { position: absolute; top: 0; right: 45px; width: 200px; height: 41px; z-index: -1; margin-top: 0px; overflow: hidden; }

#input input { display: block; position: absolute; top: 0; right: -200px; width: 200px; height: 100%; margin: 0; padding: 0 10px; border: none; background-color: #DA81CB; color: #fff; font-size: 18px; -webkit-backface-visibility: none; -moz-backface-visibility: none; -ms-backface-visibility: none; backface-visibility: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: right 0; -moz-transition: right 0; -ms-transition: right 0; -o-transition: right 0; transition: right 0; }

#input input:focus { outline: none; }

#input.focus { z-index: 20; }

#input.focus input { right: 0; -webkit-transition: right 0.3s; -moz-transition: right 0.3s; -ms-transition: right 0.3s; -o-transition: right 0.3s; transition: right 0.3s; }

#input input::-webkit-input-placeholder { color: white; }

#input input:-moz-placeholder { color: white; }

#input input::-moz-placeholder { color: white; }

#input input:-ms-input-placeholder { color: white; }



/*end top menu bar*/



/*****************************end top header************************************/




.certificatecms{}
.certificatecms .fa{ font-size:6px; color:#666666; padding:0 6px 0 0px;}
.certificatecms p{ font-family: 'Open Sans', sans-serif; font-size:14px; color:#1f1f1f; font-weight:400; margin:0 0 0 0px; padding:0 0 10px 0px; line-height:22px; text-align:justify;}
.certificatecms a{ font-family: 'Open Sans', sans-serif; font-size:14px; color:#1f1f1f; font-weight:500; margin:0 0 0 0px; padding:0 0 6px 0px; line-height:22px; text-align:justify; text-decoration:underline; transition: 0.3s all;}
.certificatecms a:hover{ color:#CCCCCC;}
.certificatecms h4{ font-family: 'Open Sans', sans-serif; font-size:18px; color:#a1a1a1; font-weight:600; margin:0 0 0 0px; padding:0 0 10px 0px;}
.certificatecms strong{ font-family: 'Open Sans', sans-serif; font-size:14px; color:#a1a1a1; font-weight:600; margin:0 0 0 0px; padding:0 0 10px 0px; line-height:22px; text-align:justify;}
.certificatecms li{ font-family: 'Open Sans', sans-serif; font-size:14px; color:#1f1f1f; font-weight:400; margin:0 0 0 0px; padding:0 0 0px 0px; line-height:22px; text-align:justify;}
.chiefex{ background:#2e2e2e; margin:0 0 30px 0px; padding:8px 0px; text-transform: uppercase;}
.chiefex a{ font-family: 'Open Sans', sans-serif; font-size:18px; color:#a1a1a1; font-weight:500; margin:0 0 0 0px; padding:0 0 px 0px; text-align:center; text-decoration:underline; transition: 0.3s all;}
.chiefex a:hover{ color:#CCCCCC;}
.chiefex p{ font-family: 'Open Sans', sans-serif; font-size:18px; color:#a1a1a1; font-weight:500; margin:0 0 0 0px; padding:0px 6px; line-height:22px; text-align:center; text-transform: uppercase;}

.teamname { color: #fff;font-size: 22px;}

.lasani2 p{
	padding-top: 0px !important;
}

 .col-our-team img{
	 margin : auto;
 }


/*start slider*/

/*end slider*/



/*start categories*/

.main_cat{ float:left; width:100%; margin:0px; }

.cat_bg{ border: 1px solid #111; padding:8px; width:100%; float:left; text-align:center; position: relative; height: auto;}

.cat_bg h2{ color:#fff; font:600 36px 'Oswald', sans-serif; margin:160px 0px 4px 0px; text-transform:uppercase; transition:all 0.6s; text-shadow: 1px 3px 6px #7e7b7b;}

.cat_bg h3{ margin:5px auto 0 auto; display:inline-block; color:#fff; transition:all 0.6s; padding:10px 40px; text-transform:capitalize; background:#06000080; font: 300 16px 'Rubik', sans-serif !important; border: 1px solid #fff; }

.cat_detialbox{
	width: 100%;
	height: 100%;
	top: 0px;
    position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: transparent;
	transition:all 0.3s;
}


.main_cat:hover h2{ transform: translateY(0px); transition:all 0.6s; }

.main_cat:hover .cat_detialbox{
	background-color: transparent;
    transition: all 0.3s;
    border: 3px solid #fff;
    transform: scale(0.9);
}
.main_cat:hover .cat_bg h3 {
    color: #2d2d2d;
    background: #fffc;
    }


/*start perfect Effect*/

.main_cat:hover h3{  transition:all 0.6s; transform: translateY(0px); }

.main_cat{ position:relative; overflow:hidden;}

.main_cat img{transition:all 0.6s;}

.main_cat .overlay{ position:absolute; z-index:999; width:100%; height:100%; background:rgba(0,0,0,0.5); opacity:0; transition:all 0.6s;}


.main_cat:hover .overlay{opacity:1;}

/*end perfect Effect*/


#carousel-example-generic .fa{
	font-size: 60px;
    position: absolute;
    top: 40%;
}

    .subscribebox{
        width: 100%;
        margin: 20px 0px;
    }
    
    .subscriber-text {
    font: 400 20px 'Oswald', sans-serif;
    color: #fff;
    margin: 0px;
        
    }
    
    .subscriber-textp {
    color: #fff;
    display: block;
    }
    
    .subscriber-join {
    position: relative;
        
    }
       
    .signupemail {
        
    width: 380px;
    height: 45px;
        
    }
    
    .signup-content {
    width: 300px;
    height: 44px;        
    }
    .signupsubmit{
        position: relative;
        top: 0px;
    }
/*end categories*/



/*start short about*/

.main_wellcome_detail{ text-align:left; width:100%;}

.main_wellcome_detail h2.topheading{ 
    
}

.main_wellcome_detail span{  color:#000000b3; text-transform:none; padding:0px;}

.main_wellcome_detail p{ color:#e4e4e4; font:400 14px 'Oswald', sans-serif; line-height:20px !important; display:inline-block; width:100%;}

.main_wellcome_detail a{ transition:all 0.5s;  color:#FFF; padding-right:10px; padding-bottom:3px; font:500 16px 'Oswald', sans-serif; background:#FFF; text-transform:none;}

h2.topheading {
    margin: 0px auto;
    padding: 5px 0px;
    text-transform: uppercase;
    text-align: center;
    color: #e2d2b2;
    font: 600 38px 'Oswald', sans-serif;
    border: 0px;
	margin-top: 20px;
	background-color: transparent;
}
.headingcont{
margin-bottom: 20px;
}


h2.topheading span {
    color: #111;
    text-transform: none;
    padding: 0 0px 0 10px;
	text-transform: uppercase;
}



.main_wellcome_detail a:hover{ color:#330D44; }

/*end short about*/



/*====================  Pagination Start  ===============================*/



nav {
	background-color : #E8E5E5;
}
.prods-info-bar{
	display: inline-block;
float: left;
line-height: 36px;
padding-left: 15px;
font-size : 13px;
}
.pagination {
    margin: 0px 0;
    float: right;
}


.pagination {

    margin: 0px 15px;
    float: right;

}
.pagination>li>a, .pagination>li>span
{
	border: 1px solid #111;
    color: #111;
	margin: 4px 2px;
	padding: 0px;
	border-radius: 0px !important;
	height: 30px;
	width: 30px;
	text-align: center;
	 color: #fff;
    text-decoration: none;
	background-color: #111;
	font-size: 13px;
	line-height: 30px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    
    background-color: #a1a1a1;
	color: #FFF !important;
	border-color: #a1a1a1;
    
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
}

/*====================  Pagination End  ===============================*/




/*start products*/

.prod{ margin:10px 0; transition:all 0.3s; float:left; width:100%; text-align:center; background-size:cover; background-color: #fff !important;}

.prod h2{ color:#e2d2b2 !important; font-family: 'Oswald', sans-serif !important;     padding: 0px 10px !important;    font-size: 19px !important; margin:3px auto; width:100%; float:left; background:none !important;}

.prod h3{ color:#111 !important;  margin:0 auto; width:100%; float:left; font-family: 'Oswald', sans-serif !important; font-size: 18px;}

.prod p{ color:#330D44; font:500 12px 'Oswald', sans-serif; margin:4px auto; width:100%; line-height:18px !important; float:left; }

.prod h3{
	margin: 0px !important;
}

.prod .prod-thumnail{
	transition: all 0.6s;
    height: 250px;
    width: 100%; 
    position: relative;
    
}

.prod-mask{
	width: 100%;
    height: 100%;
    position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99;
	opacity: 0;
	transition: 0.4s;
}


.prod .prod-eye{
    margin: auto;
    margin-top: 50%;
	width: 100%;
	transition: 0.4s;
}

.prod:hover .prod-eye{
	width: 100px;
	
	transition: 0.4s;
}

.prod:hover .prod-mask{
	opacity: 1;	 
}

/*start perfect Effect*/

.prod{ position:relative; overflow:hidden; }



.prod .overlay{ position:absolute; z-index:999; width:100%; height:100%; background:#FFF; opacity:0; transition:all 0.6s;}

.prod:hover .overlay{opacity:1;}



.main_wellcome_detail .item{ margin:0 -7px !important;}



/*end perfect Effect*/

/*end products*/


/*start news letter*/

/*end news letter*/





/*start footer*/

.main_heading{ float:left; width:100%; margin:30px 0px 10px 0; }

.heading{ text-transform:uppercase;}


.heading_here h3{ text-transform:capitalize; color:#fff; font:600 16px 'Oswald', sans-serif;}

.heading_here p{  color:#FFF; font:400 14px 'Oswald', sans-serif;}



ul.main_footer_links{ margin:15px 0 0 0; float:left; width:100%; padding-left:0;  }

ul.main_footer_links li{ color:#fff; font:400 14px 'Oswald', sans-serif; padding:10px 0 6px 0; list-style: circle; margin-left:40px;}

ul.main_footer_links li a{ transition:all 0.8s; text-transform:capitalize; }

ul.main_footer_links li a:hover{ text-decoration:underline; color:#fd76c2; padding:0 0 0 0px;  }



.main_boxs{ margin:15px 0 0 0; float:left; width:100%;}

.main_boxs p{  color:#fff; font:500 15px 'Oswald', sans-serif; padding:3px 0; }

.main_boxs_input{  margin:0 0 10px 0; color:#333333; font:600 13px 'Oswald', sans-serif; width:100%; height:38px; background:#fff; border:0; text-indent:10px;}

.ftr_btn{ padding:10px 15px; float: right;   margin: 5px 0; background:#DA81CB; color:#fff; border:0; text-transform:capitalize;}



.main_footer_links3{margin:15px 0 0 0; float:left; width:100%;}

.main_footer_links3 p{ margin: 0;     line-height: 22px !important;  color:#fff; font:400 14px 'Oswald', sans-serif;}

.main_footer_links3 span{ float:left; padding:0 10px 0 0;}

.copyr{  text-align: right ; padding: 0px;}
.copyr2{  text-align: left; padding: 0px;}

.copyr p{ margin:8px 0 0 0; color:#fff; font:100 15px 'Poppins', sans-serif; }
.copyr span{ margin:8px 0 0 0; color:#fff; font:500 15px 'Oswald', sans-serif; }
.copyr a{ color:#898989; font:100 13px 'Poppins', sans-serif; transition:all 0.5s;}
.copyr a:hover{ color:#bf2e1b; text-decoration:blink; }

.copyr2 p{ margin:8px 0 0 0; color:#fff; font:500 15px 'Poppins', sans-serif; }
.copyr2 span{ margin:8px 0 0 0; color:#fff; font:500 15px 'Poppins', sans-serif; }
.copyr2 a{ color:#898989; font:100 13px 'Poppins', sans-serif; transition:all 0.5s;}
.copyr2 a:hover{ color:#bf2e1b; text-decoration:blink; }

/***********************end footer***************************/

/*====================  Owl Demo Start  ===============================*/

.owl-demo .owl-pagination { display: none;}

.owl-demo .owl-item { padding: 0 15px;}

.owl-demo .owl-buttons { position: absolute; width:100%; padding:0 !important; top: 35%;}


.owl-demo .owl-buttons div .fa {
	font-size: 40px !important;
    color: #FFF!important;
    border-radius: 5px;
}


.owl-demo .owl-next{ position: absolute; z-index: 90; right: 10px !important; padding: 15px 15px  !important;  background-color: #3b3b3b; }

.owl-demo .owl-prev{     position: absolute; z-index: 90; left: 10px !important;  padding: 15px 15px  !important;  background-color: #3b3b3b; }


/*====================  Owl Demo End  ===============================*/

/*====================  Owl Demo Start  ===============================*/

.owl-demo2 .owl-pagination { display: none;}

.owl-demo2 .owl-item { padding: 0 25px;}

.owl-demo2 .owl-buttons { position: absolute; width:100%; top: 45%;}

.owl-demo2 .owl-buttons div { background: #111; font-size: 28px !important; padding: 0 15px !important; color: #FFF !important; border-radius: 5px;}

.owl-demo2 .owl-next{ position: absolute;  right: 0; width:51px; height:51px; }

.owl-demo2 .owl-prev{     position: absolute;  left: 0; width:51px; height:51px;  }

.owl-demo2 .owl-next .fa{ margin: 10px 0 0 4px;}

.owl-demo2 .owl-prev .fa{ margin:10px 0 0 -4px;}

.owl-demo2 .owl-buttons div:hover { background: #000000; color: #FFF !important;}


.sortnperpage{
	height: 40px;
    clear: both;
    line-height: 40px;
	font-family: 'Oswald', sans-serif;
    margin-top: -85px;
    margin-bottom: 40px;
}

.sortlabel,.perpagelabel{
	font-family: 'Krub', sans-serif !important;
	font-size: 12px;
	font-weight: 100;
	color: #111;
}


.leftmenu h2{font:400 26px 'Poppins', sans-serif; background:#fff; color:#111; padding:18px; margin:0; padding-left: 20px; border-bottom: 5px solid #f5f1e9; margin-bottom: 30px; padding-bottom: 7px; text-transform: uppercase;}

.prdarea h2{font:400 26px 'Poppins', sans-serif; color:#000; margin:0px; text-align: left; text-transform: uppercase; border-bottom: 5px solid #f5f1e9; margin: 16px 0; padding-bottom: 8px; position: relative;}

.prdarea h3{font:400 16px 'Poppins', sans-serif; color:#111; padding:0px; margin:10px 0; border-bottom: 3px solid #f5f1e9;

margin-bottom: 10px !important;}	

.prdarea p{ font:300 14px 'Poppins', sans-serif; }

.largeimg{ border:1px #f2f2f2 solid; background-color: #fff; }



.largedet h3{font:400 22px 'Poppins', sans-serif; color:#111; margin:0px; }

.largedet h4{font:400 18px 'Poppins', sans-serif; color:#111; margin:0 0 10px 0;}

.largedet h5{font:400 17px 'Poppins', sans-serif; color:#111; margin:0 0 10px 0;}

.largedet p{color:#111; font:400 13px 'Poppins', sans-serif;}
.proddescription { color: #111;}
.largedet label{
        display: block;
 }
.proddescription p{ padding : 0px; font-family : Poppins; }

.content_text{color:#111; font:400 13px 'Poppins', sans-serif;}

.largedet input,.largedet select{ border: 1px solid #eaeaea !important;
background: white !important;
color: #111;
font-weight: Normal;
border-radius: 0px !important;
box-shadow: none; }

.largedet label{ color:white;}
    .largedet h1{
        margin-top: 0px;
    }


.prdarea .prdarea input, select{ background:#FFF !important; color:black;}

/*
.prdarea textarea, select{ background:#9A296E !important; color:black;}
*/
.prdarea label{ color:#111;}

.txt_id2{ margin:5px 0; padding:5px; border-color: #eaeaea; border-radius: 0px; box-shadow: none;}	
.txt_id{ margin: 5px 0;
    padding: 5px;
    border: 1px solid #f5f1e9;
    color: #868481;}	
#captcha_code2{ border: 1px solid #a1a1a1; }
.bootradio .btn {
    color: #FFF !important;
    margin: 2px;
    background-color: #a1a1a1 !important;
	
	font-family : Poppins;
} 
.form-control:focus {
border-color: #a1a1a1;
}
.bootradio .active {
color: #FFF !important;
background-color: #353535 !important;
}

#contact
{
	padding-top: 28px;
	width:340px;
	height:95px;
	margin: 40px 0px 10px 20px;
	float:right;
}
#contact span
{
    width: 200px;
    float: right;
    margin-right: 20px;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}
#contact  #emailhead
{
	color:#e2d2b2;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight: bold;
	margin-bottom:5px;
	
}

#emailsprt a:hover
{
	color:#9A296E;	
}

#contact  #callhead
{
	color:#e2d2b2;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:100;
	margin-bottom:5px;
	
}


#contact span p
{
	color:#111;
}

#links ul
{
	height:56px;
	list-style:none;
}
#links ul li
{
	margin-top:20px;
	margin-right:20px;
}

#links ul a
{
	text-decoration:none;
	text-transform:capitalize;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.heading h2 {
    border-bottom: 1px solid #FFF;
    font: 500 20px "DINMittelschriftStd-Regular",sans-serif;
    margin: 0;
    color:#fff; margin:0;
}
#links ul a:hover
{
	color:#fff;
	text-decoration:underline;
	transition:.2s linear;
}
.main_heading {
	float:none;
}
#catlinks ul
{
	
}
#catlinks ul li
{
	margin-top:15px;
	margin-right:20px;
	list-style:disc;
	color:#FFF;
}
#catlinks ul a:hover
{
	color:#fff;
	text-decoration:underline;
	transition:.2s linear;
}

#catlinks ul a
{
	text-decoration:none;
	text-transform:capitalize;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}


.hvr-bounce-to-top:before
{
	color:#FFF;
	background-color:#111;
	border-bottom: 1px solid #fff;
	height: 92px;
}




.hvr-bounce-to-right:before
{
	background-color: transparent;
}

/*Google Translator Styles Start*/
.goog-te-gadget img
{
	display:none;
}
/*Google Translator Styles End*/
p,a{
	
	color: #111;
	text-align: justify;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Oswald', sans-serif !important;
	
}
.searchcont { float: right; color: #FFF; }


.topbarcontact {
	display: inline-block;
	float: right;
	font-family: 'Krub', sans-serif !important;
}
.topbarcontact {
	float: right;
	padding: 0px 0px;
	margin: 0px;
	line-height: 44px;
}
.topbarcontact li {
    float: left;
    display: flex;
}

.toptext p{
color : #ededed;
padding: 10px 0px;
margin: 0px;
font-family: 'Krub', sans-serif !important;
text-align: left;
padding-right: 6rem;
    display: inline-block;
}
.toptext p .fa{
	color: #000;
    font-size: 11px;
    background-color: #2a387b;
    border-radius: 200px;
    margin-right: 10px;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
}
 .toptext p .fa-phone{   
     background-color: #cecece;
    }
    .toptext p .fa-info{   
     background-color: #cecece;
    }
#google_translate_element{
    display: inline-block;
    width: 145px;
    margin-top: 5px;
}
.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}
    select.goog-te-combo{
        border: 0px;
        background-color: #111 !important;
        color: #ededed;
        padding: 4px 0px;
    }
    
.search_input .form-control {
    height: 24px;
	line-height: 24px;
	color: #a1a1a1;
}

.search_input .btn-default {

    padding : 3px;

}

.search_input .btn-default .fa {

    font-size: 16px !important;

}

.homeintroheading{
	margin-top : 0px;
}

.readmore { font-size: 14px !important; background-color: #2e2e2e; color: #fff; padding: 5px 15px; padding: 12px 20px; display: inline-block; margin-top: 15px;}



.topphone { color: #ededed; padding-right: 10px;}
.topmenudiv { color: #ededed; padding-right: 10px; font-size: 13px;}
.topmenudiv a { color: #ededed; font-family: 'Krub', sans-serif !important; }
.topmenudiv a:hover { color: #fff; }
.contactdiv { float: left; display: inline-block; line-height: 40px; color: #fff; }
.topbarcontact .fa{
    color: #cecece;
    font-size: 11px;
    border-radius: 200px;
    margin-right: 0px;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;  }

.goog-te-gadget-simple{
	border: none !important;
	background-color: transparent !important;
	
}
.goog-te-gadget-simple .goog-te-menu-value {
	color: #ffd441 !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #333 !important;
    text-transform: uppercase;
	font-size: 14px;

}
.goog-te-menu-value span:nth-child(3){
	display: none !important;
}
.goog-te-menu-value span:nth-child(5){
	padding: 5px;
	font-size: 10px;
}

.t1515 {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 10px;
}
.t1010 {
    margin-bottom: 15px;
}
.t2525 {
    margin-bottom: 25px;
    margin-top: 25px;
}

.topheading
	{
		margin: 0px auto !important;
	}

.welcomemsg
	{
		
	text-align: justify;
    float: none;
    width: 90%;
    margin: auto;
	}
.heading-small-1{
    color: #fff;
    font-size: 24px;
    margin: 15px 0px;
}
#homenews{
	width: 100%;
	background-image: url(../images/pattern10.png);
	color: #FFF;
	
}

.newsdiv{
	text-align: center;
}

.newsh3{
	border-bottom: 7px double #FFF;
    width: 350px;
	margin: 40px auto;
	text-align: center;
	font-size: 36px;
	display: inline-block;
}

#carousel-example-generic2 .item{
	height: auto;
	
}

#carousel-example-generic2 .newstitle{
	text-align: center;
	margin-top: 0px;
}

#carousel-example-generic2 .newsdetail{
	text-align: center;
}

    
    

#homenews{
	width: 100%;
	background-image: url(../images/pattern10.png);
	color: #FFF;
	
}

.newsdiv{
	text-align: center;
}

.newsh3{
	border-bottom: 7px double #FFF;
    width: 350px;
	margin: 40px auto;
	text-align: center;
	font-size: 36px;
	display: inline-block;
}

#carousel-example-generic2 .carousel-inner{
	height: auto;
	width: 100%;
    margin: auto;
}

#carousel-example-generic2 .carousel-control{
    bottom: inherit;
    width: 32px;
    line-height: 32px;
    height: 32px;
    color: #FFF;
    text-shadow: none;
    opacity: 1 !important;
    background-image: none !important;
    border: 1px solid #FFF;
	transition: 0.1s;
	top: 56px;
    display: none;
}
#carousel-example-generic2 .carousel-control:hover{
    background-color: #FFF;
	color: #004b96;
	transition: 0.1s;
}

#carousel-example-generic2 .carousel-control .fa-angle-right{
	position: relative;
    top: -2px;
    right: -2px;
    font-size: 14px;
}

#carousel-example-generic2 .carousel-control .fa-angle-left{
	position: relative;
    top: -2px;
    font-size: 14px;
}



#carousel-example-generic2 .item{
	height: 150px;
	padding: 10px 0px;
	
}

.animate-container{
	padding: 50px 0px;background-color: rgba(0, 0, 0, 0.6);position: relative;
    overflow: hidden;
}

    .news-container-box{
        width: 36%;
        float: left;
    }    
    .joinus-cont{
        width: 36%;
        float: right;
        height: 150px;
    }
    
#carousel-example-generic2 .newsimg{
    width: 100px;
	display: inline-block;
}
#carousel-example-generic2 .newsimg img{
width: 100%;
}
#carousel-example-generic2 .newscontent{
	width: 90%;
	display: inline-block;
	padding: 0px 10px;
    position: absolute;
}


#carousel-example-generic2 .newstitle{
	text-align: left;
	margin-top: 0px;
	font-size: 18px;
	color: #FFF;
}




#carousel-example-generic2 .newsdetail{
	font: 100 13px 'Poppins', sans-serif !important;
	color: #FFF;
    width: inherit;
    text-align: justify;
}

    

/**************start animation*******************/

.bg-slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0px;
    z-index: -1;
}
.bg-slideshow:after {
    content: '';
}
.bg-slideshow li .bg-slide {
    width: 100%;
    height: 120%;
    position: absolute;
    top: -10px;
	left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}


.bg-slideshow li:nth-child(2) .bg-slide {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}



@-webkit-keyframes imageAnimation { 
	1% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	4% {
	    opacity: 0;
	    -webkit-transform: scale(1);
	    -webkit-animation-timing-function: ease-out;
	}
	22% {
	    opacity: 1;
	    -webkit-transform: scale(1.1) rotate(-2deg);
	}
	44% {
	    opacity: 1;
	    -webkit-transform: scale(1.1) rotate(1deg);
	}
	100% { opacity: 0 }
}


@-moz-keyframes imageAnimation { 
		1% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	4% {
	    opacity: 0;
	    -moz-transform: scale(1);
	    -moz-animation-timing-function: ease-out;
	}
	22% {
	    opacity: 1;
	    -moz-transform: scale(1.1) rotate(-2deg);
	}
	44% {
	    opacity: 1;
	    -moz-transform: scale(1.1) rotate(1deg);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
		1% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	4% {
	    opacity: 0;
	    -o-transform: scale(1);
	    -o-animation-timing-function: ease-out;
	}
	22% {
	    opacity: 1;
	    -o-transform: scale(1.1) rotate(-2deg);
	}
	44% {
	    opacity: 1;
	    -o-transform: scale(1.1) rotate(1deg);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
		1% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	4% {
	    opacity: 0;
	    -ms-transform: scale(1);
	    -ms-animation-timing-function: ease-out;
	}
	22% {
	    opacity: 1;
	    -ms-transform: scale(1.1) rotate(-2deg);
	}
	44% {
	    opacity: 1;
	    -ms-transform: scale(1.1) rotate(1deg);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
		1% {
	    opacity: 0;
	animation-timing-function: ease-in;
	}
	4% {
	    opacity: 0;
	   transform: scale(1);
	    animation-timing-function: ease-out;
	}
	22% {
	    opacity: 1;
	    transform: scale(1.1) rotate(-2deg);
	}
	44% {
	    opacity: 1;
	    transform: scale(1.1) rotate(1deg);
	}
	100% { opacity: 0 }
}
/**************end animation*************************/

/*====================  Owl Demo End  ===============================*/
.header-cont .navbar-nav {
    float: right;
    height: 60px;
}
    
.leftmenust {
        
padding: 10px 20px;
border: 5px solid #f5f1e9;
margin: 10px 0px;
    }    


.left_menu_main a{
    pointer-events: none;
	color: ##bababa !important;
    background-color: transparent;
	
		}


.left_menu_main_click { font-weight: 400 !important; color: #000 !important ; text-decoration: none; display: block; padding: 10px 10px 10px 10px; margin-top:2px; transition: all 0.5s; z-index: 99; border-bottom: 2px solid #f5f1e9;}

.left_menu_main_click a{
	color : #bababa;
}

.left_menu_main_click:hover a{
	color : #a1a1a1;
}

.footerbx{
	float : left;
}

.footerbx-heading-small-line{
    width: 70px;height: 3px;background-color: #bf2e1b;
}
.footerbx-heading-big-line{
    width: 170px;height: 1px;background-color: #c9c9c9; margin-top: -2px;margin-bottom: 10px; margin-left: 70px;
}
.left_menu_main_click a.active{
	color : #a1a1a1 !important;
}

.menutitle a.active{
	color : #a1a1a1 !important;
}

.navbar-default .navbar-nav > li > a {
     height: 60px !important;
     line-height: 60px !important;
}
   
    #searchshow{
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        color: #111;
        font-size: 30px;
        font-weight: 700;
        cursor: pointer;
        margin-top: -2px;
    }

#searchformsection .lineheading.background.searchheading span {
    background: #fff;
    color: #333;
}
#searchformsection .lineheading.background:before {
    border-top: 1px solid #eaeaea;
}
#searchformsection{
	 position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000a6;
    z-index: 1100;
    display: none;
}
.displaysearch{

}
.searchmainform{
	position: absolute;top: 50%;left: 50%;width: 60%;background-color: #fff;transform: translate(-50%,-50%);border-radius: 10px;
	padding: 10px 20px;
}
.heading-bottom-span{
    text-align: center; background-color: #fff;
}
.heading-bottom-div-cont{
    display: block;margin: auto;text-align: center;width: 320px; background: #fff; z-index: 10;position: relative;
}
.heading-bottom-div-cont img{
    width: 75%;padding: 0px 20px;
}

.ajax-message{
    padding: 10px 0px;
    display: block;
}


@media screen and (max-width:1280px){
    
    .cat_bg h2 {
        margin-top: 120px;
    }
    
    .nav > li > a {
        min-width: 50px;
        line-height: 68px;
        height: 68px;
        font-size: 12px;
    }
	
	.container {
    width: 100%;
	margin: 0px 0%;
	}
	.toptext{
		width: auto;
		margin-left: -15px;
        width: 50%;
	}
    
	.topbarcontact{
		width: auto;
		margin-right: -15px;
	}
	
	
	.nav > li > a {
    line-height: 65px;
    min-width: 80px;
	}
	.header-cont{
	min-height: auto;
}
	.top_logo {
    width: 72% !important;
	}
	.topbarlanguage {
    
    line-height: 65px;
	}
	.col-search{
		padding-top: 18px !important;
	}
.top_logo img {
    transform: scale(1.3);
    }
.searchcont{ padding-top: 35px !important;}
.navbar-nav>li{ font-size:14px; height : 60px;}
.navbar-default .navbar-nav > li > a {
    line-height: 60px;
    height: 60px;
}
.cat_bg h2{ font-size:16px;}

.cat_bg h3{ font-size:14px;}

} 
@media screen and (max-width:1100px)
{
    .owl-demo .owl-buttons {
    position: absolute;
    width: 94%;
    padding: 0 !important;
    top: 35%;
    left: 3%;
    }
    
    .footerbx-heading-small-line {
        width: 25%;
    }
    .footerbx-heading-big-line {
        width: 66%;
        margin-left: 25%;
    }
    .footerbx h2 {
        font-size: 18px;
    }
    .footerbx ul{
        padding-top: 0px;
    }
    .footerbx .social{
        font-size: 12px;
        text-align: left;
    }
    
    .social li a{
        text-align: right;
        margin: 0px 10px 0px 0px;
    }
    .footerbx .social {
        padding-top: 40px;
    }
}
@media screen and (max-width:1024px)
{
    .col-main-logo{
        width: 20%;
    }
    .col-main-navbar{
        width: 80%;
    }
    .top_logo {
        width: 100% !important;
    }
    .nav > li > a {
        min-width: 44px;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 48px;
    }
    .top_logo img {
        transform: scale(1.4);
        margin: auto;
    }
	.footerbx{
		width : 22%;
	}
    .footerbx-4{
        width: 34%;
    }
    .compsblankbox{
        font-size: 12px;
    }
    .compsmallbox{
        font-size: 12px;
    }
    .compdesc .fa{
        width: 20px;
        font-size: 18px;
    }
    .footerbx ul li a {
    font-size: 12px;
    text-align: left;
    padding: 0px 0 2px 0;
    }

.navbar-nav > li > a {
    font-size: 12px;
	padding : 9px 8px;
    line-height: 40px !important;
    height: 58px;
}

    #searchshow {
        width: 67px;
        height: 58px;
        line-height: 58px;
    }
    
}

@media screen and (max-width:992px)
{
    #carousel-example-generic2 .carousel-inner {
        width: 98%;
    }
    .news-container-box {
    width: 100%;
    padding-bottom: 20px;
    }
    
    .joinus-cont {
        width: 100%;
        float: left;
    }
    .subscribebox {
    padding: 20px 0px;
    }
    .col-home-intro-img img{
        padding-top: 50px;
    }
    .cat_bg h2 {
    margin-top: 160px;
        font-size: 34px;
    }
    .cat-slider .container .row{
     margin: 0px 15px;   
    }
	.readmore {
		margin-bottom: 30px;
	}
	.col-home-intro-txt{
		margin-bottom: 30px;
		border-bottom: 1px solid #ccc;
	}
	.col-home-intro-img a{
		display : block;text-align : center;
	}
	
	#searchinput{
		border-radius : 4px;
		border-top-left-radius : 4px;
		border-top-top-radius : 4px;
		border-top-bootom-radius : 4px;
		border-top-right-radius : 4px;
		
	}
	
	#navbarCollapse{
		text-align : center;
	}
	 .header-cont .navbar-nav {
    float: none;
	display: inline-block;
	margin: auto;
    
	}
	
	.hvr-bounce-to-top::before {
    
    height: auto !important;
}
	.top_logo img {
    padding: 0px;
    height: auto;
	width: auto !important;
	max-width: 260px;
	}
	
	.col-main-logo .top_logo{
		display : block;
		width : 100%;
	}
	.col-main-logo .top_logo a{
		display : block;
		width : 100%;
		text-align: center;
	}
	.col-main-logo .top_logo a img{
		margin: auto;
        width: 92px !important;
        padding-bottom: 20px;
        transform: scale(1.2);
	}
    
    #searchshow {
    height: 60px;
    line-height: 50px;
    }
    .mainheader-logonmenu {
    margin-top: 0px;
    top: 58px;
}
    .carousel-control{
        display: none;
    }
	
	.toptext {
		display : none;
	}
	
	.top_logo {
    width: 100% !important;
	}
	
	
	
	.top_logo img {
    padding-top: 2px;
	}
	.topbarlanguage {
    line-height: 43px;
	}
	.col-search{
		padding-top: 6px !important;
	}
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}

	.navbar-inverse .navbar-nav > li > a{
		padding: 15px;
		font-size: 15px;
		color: #111 !important;
	}
	
	.owl-demo .owl-next{
		padding: 2px 6px !important;
	}
	.owl-demo .owl-prev{
		padding: 2px 6px !important;
	}
	.owl-demo .owl-buttons div .fa {
    font-size: 40px !important;
	}
	
	.searchcont {
    padding-top: 20px !important;
	}
	



#contact
	{
		padding-top: 0px !important;
		margin: 0px !important;
	}
}

@media screen and (max-width:820px)
{
	.nav > li > a {
    padding: 0px 10px 0px 10px;
	}
    .cat_bg {
        border: 1px solid #111;
    }
    .cat_bg h2 {
    margin-top: 80px;
    }
}

@media screen and (max-width:769px)
{
    .navbar-nav>li {
    height: 40px;
    }
    
    .langtop {
    margin-left: 0px;
}
    
    .sortnperpage {
    display: none;   
    }
   
    #searchshow {
    height: 40px;
    line-height: 40px;
    }
    
    .header-cont .navbar-nav {
    height: auto;
    }
    .copyr{
        text-align: center;
    }
    .copyr2{
        text-align: center;
    }
    .social li a {
    margin: 0px;
    }
    .footerbx .social{
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .compsmallbox {
    padding: 5px 0px;
    }
    .compsblankbox {
        padding-left: 34px;
    }
    .main-footer-box .container {
        padding: 30px 0px 15px 0px;
    }
    .footerbx {
        width: 50%;
    }
    .footerbx-3{
        clear: both;
    }
    .footerbx h2 {
    margin-top: 0px;
    }
    .feature-products-container{
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
    .readmore {
        margin-bottom: 15px;
    }
    
     .col-home-intro-img img{
        padding-top: 0px;
    }
    .topbarcontact {
    margin-right: 0px;
    }
    .col-main-logo .top_logo a img{
        padding: 0px;
    }
	.largedet{
		clear : both;
	}
	
	#searchinput {
    width: 100% !important;
    max-width: 100%;
	}

    .topmenudiv {
        padding-right: 0px;
    }
	
	.header-cont .navbar-nav {
    display: block;
    width: 100%;
    border: 1px solid #000;
	}
	.hvr-bounce-to-top:before
	{
	height: auto;
	}

	.navbar-toggle{
			padding: 14px;
			margin: 2px 0px;
	}
	
	.col-search{
		display:none;
	}
	.col-lang{
		display:none;
	}
	.navbar-btn {
    margin-bottom: 0px;
    }
	.topbarlanguage {
    line-height: 22px;
    }
	
	.top_paragraph{
		margin: 0px;
	}
	#navbarCollapse{
		position: absolute;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
left: -20%;
    right: 5%;
z-index: 999;

	}
	
	.col-lang{
		clear: both;
		position: absolute;
left: 56%;
top: 24px;
	}
	
	.col-search{
		padding-top: 4px !important;
left: 40%;
position: absolute;
top: 16px;
	}
	
	.navbar-nav{
		margin: 0px;
	}
	
	.searchbtn {
    padding: 5px 0px;
text-align: right;
bottom: 2px;
	}
	.header-cont {
    min-height: 70px;
}
	
	.nav>li>a {  padding:0px 15px !important; margin: 10px !important; line-height: 60px !important; font-size: 18px; text-align: left;}
    
    .navbar-default .navbar-nav > li > a {
    line-height: 40px !important;
    height: 40px;
    margin: 0px !important;
    }
	
    .nav>li>a:hover { background-color: #e4e4e4 !important;  }
   
	.dropdown-menu > li > a { 	color:#e7dcca !important; background-color:#111; font-size: 16px;  }

.homeintro{ width: 100%;}	
	
	h2.topheading {
    	width: 100%;
		font-size: 28px;
	}
	
	.nsfrm .form-group {
     display: none !important;
	}
	
	.joinus {
		display: none !important;
		align-content: center;
	}
	
	.social {
    display: inline-block;
	}
	.socialdiv{
		text-align: center;
	}
	
	.nsfrm .form-group {
     display: none !important;
	}
	
	.footersignup{
		padding: 10px;
	}
	
    
.email-signup-confirmation,.toggle-hidden {
 display:none
}

#footer-input-signup {
 height:52px
}

	
	.searchcont {
    padding-top: 42px;
	}
	
	.googlelanguage
	{
		clear: both !important;
	}
	
	
	#contact
	{
		padding-top: 0px !important;
		margin: 0px !important;
	}
	
	.prod{
    margin: 0px auto;
    padding: 0px !important;
	float: none;
	}
	
	

.top_paragraph{ float:none; display:inline-block;}

.top_social{    float: none;

    display: inline-block;

    text-align: center;

    width: 100%;}

	

.top_logo img{ float:none; }

.navbar-nav>li {

    font-size: 14px;

}



.owl-demo .owl-next{ position: absolute; right: 0px !important;  }

.owl-demo .owl-prev{     position: absolute; left: 0px !important;  }

}

@media screen and (max-width:600px){
    
    .navbar-default .navbar-nav > li > a {
    line-height: 60px !important;
    border-bottom: 1px solid #000;
    }
    
    .cat_bg h2 {
        margin-top: 30%;
    }
	.prods-info-bar {
    display: block;
    float: none;
    padding: 0px;
	}
	.pagination {
    margin: 0px;
    float: none;
	}
    
    
    .logobtm {
     width: 50%;
    }  
	
	.col-home-intro-img img{
		width :100%;
	}
	
	.topmenudivli , .topphonelli{
		display : none !important;
	}
	.topsearchli{
		width: 100% !important;
	}
	
	.top_logo {
    width: 100% !important;
    }
    .col-main-logo .top_logo a img {
        margin: 0px;
    }
	
	.topphone{
		display: none;
	}
	
	.copyr{
		text-align: center !important;
	
	}
	.copyr2{
	text-align: center !important;	
		
	}
	
	
	#carousel-example-generic .fa{
		font-size: 42px;
	}
	
	.searchcont{
		padding-top: 0px !important;
	}
	
	.logodiv{
		width: 100%;
	}
	
	.search_input{
	float: none;
    width: 100%;
    margin: 0px auto;
	border: 2px solid #111;
	clear: both;
	
	}
	
	.contactcont
	{width: 100% !important;}
	.contactcont #contact
	{
	float: none !important;
		width: 100% !important;
	}
	#callsprt
	{
	float: none !important;
		width: 100% !important;
		text-align: center !important;
	}
	.searchcont
	{width: 100%;}
	
	
	
	.welcomemsg
	{
		padding: 30px !important;
	}
}

@media screen and (max-width:500px){
    .top_logo img{
        top: -08px;
    }
    .row{
		margin:0px;
	}
    #carousel-example-generic2 .newsimg{
        display: none;
    }
    #carousel-example-generic2 .carousel-inner{
        height: auto;
        min-height: 125px;
    }
    #carousel-example-generic2 .item {
        height: auto;
        min-height: 125px;
    }
    #carousel-example-generic2 .newscontent{
        width: 100%;
    }
    .joinus-cont {
    height: auto;
    padding: 0px 10px;
    min-height: 125px;
    }
    .subscribebox {
        padding: 0px 0px 20px 0px;
    }
    .news-container-box {
        padding-bottom: 10px;
    }
    
    .col-home-intro-txt h1{
        font-size: 26px;
    }
    .col-home-intro-txt p{
        font-size: 13px;
    }
    
    .navbar-toggle {
    padding: 10px;
    margin: 14px 0px;
    }
    
    
    .cat_bg h2 {
    margin-top: 112px;
    font-size: 28px;
    }
    
    .container {
    padding-right: 10px;
    padding-left: 10px;
    }
   
    .mainheader-logonmenu{
       padding: 5px 0px; 
    }
    
    
	.col-lang {
    left: 46%;
	}
	
	.footerbx{
		width : 100%;
	}
	
	
	h2.topheading {
    	width: 100%;
		font-size: 20px;
	}
	
	.welcomemsg
	{
		padding: 0px !important;
	}

.top_email{    float: none;

    display: inline-block;

    width: 100%;}

.top_email h2{ float:none;}

.top_phone h2{ text-align:center;}

.topbarcontact li {
        display: inline-block;
}
     .storelocatorli{
        display: none !important;
    }

}

@media screen and (max-width:400px){
    
    .heading-bottom-div-cont{
        width: auto;
    }
    .cat_bg h2 {
    margin-top: 82px;
    font-size: 24px;
    }
    .cat_bg h3{
        padding: 10px 20px;
        font-size: 14px !important;
    }
	
	.prod-img-cont{
		height : auto;
	}
	
	.navbar-toggle {
		margin: 16px 0px;
	}
	
	.top_logo {
    margin: 0px;
	}
	
	.header-cont {
	min-height: auto; 
	}
	
	.topwhatsapp {
    width: 100%;
	}

.top_logo img {
    width: 100% !important;
}
	.col-search {
    left: 32%;
	}
	.col-lang {
    clear: both;
    position: absolute;
    left: 18%;
	}
	
	.topwhatsapp {
    height: 32px;
    line-height: 32px;
	}
	.contactdiv {
    line-height: 32px;
	}
	.social {
    padding: 0px;
	}
	.social li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.social li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
	
	.topbarcontact{
	text-align: right;
    padding-top: 10px;
	padding-bottom: 10px;
    margin: 0px;
    line-height: initial;
	}
	.topbarlanguage{
		width: 40%;
	}
	
	.topphone{
		display: inline-block;
	}
	.welcomemsg{
		width: 100%;
		padding: 0px !important;
	}

.top_email{    float: none;

    width: 100%;

    display: inline-block;

    text-align: center; margin:0 0 10px 0;}

.top_phone{ margin:0 0 20px 0;    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
	}
}
	@media screen and (max-width:360px){
    .prod {
        width: auto !important;
    } 
    }
    
.subscribebox .search-wrapper {
    position: absolute;
    top: 14px;
    left: 0px;
}
.beintouch,
.signupmsg {
    color: #FFF
}
.search-wrapper input {
    width: 221px;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font-family: 'Oswald'!important;
    font-weight: 300;
    font-size: 18px;
    border: 0;
    background: #EEE
}
.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset
}
.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic
}
.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic
}
.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic
}
.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 48px;
    font-family: 'Oswald'!important;
    font-weight: 300;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    background: #3c3c3c;
    border-radius: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}
.search-wrapper button:hover {
    background: #272424
}
.search-wrapper button:active,
.search-wrapper button:focus {
    background: #c42f2f;
    outline: 0
}
.search-wrapper button:hover:before {
    border-right-color: #e54040
}
.search-wrapper button:focus:before,
.search-wrapper button:active:before {
    border-right-color: #c42f2f
}
.search-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media (min-width:769px) {
.fixed-header{
    position: fixed;
    top: 34px;
    border-top: 4px solid #f5f1e9;
    border-bottom: 4px solid #f5f1e9;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
}

#contactform label{
    padding-left: 2px;
}