@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Poppins:300,400,500,600|Work+Sans:500|Roboto:300,400,500,600');

body{

	background:#ffffff;
    font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 14px;
    color: #000000;
	line-height: 1.8857143;
	
}
body, html {
    font-size: 100%;
    padding: auto;
    margin: auto;
}

.product_box {
    background: #ffffff;
    border: solid 1px #ff0000;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 20px;
	margin-top: 8px;
}
.content_text {
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    padding-bottom: 20px;
}
.p_art {
    font:13px 'Raleway', sans-serif;
    color: #ff0000;
    text-align: left;
    padding-top: 10px;
}

.mg-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
	overflow:hidden;
}
.mg-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	 overflow:hidden;
}


.p_name {
    font:14px 'Raleway', sans-serif;
    color: #000000;
    text-align: center;
    margin-bottom: -8px;
}
.price a {
    color: #FFF;
    font-size: 0.6em;
    display: block;
    float: right;
    background-color: #ff0000;
    padding: 0.6em 0.9em;
    border-radius: 10px;
    text-decoration: none;
	margin-top:-22px;
}
.price a:hover  {
  background-color: #000000;
  transition: 0.5s all;
  color:#ffffff;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.p_img {
    margin-bottom: 5px;
    text-align: center;
	border:1px solid #000000;
	border-radius:10px;
	 
}

.mg-image {
  overflow: auto;
  overflow:hidden;
}
.lfthd1 {
    margin: 0px 0px 10px 0px;
}
.copy_right {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    color: #ffffff;
    padding: 12px 0;
    text-align: center;
}
.copy_right a:hover {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    color: #ff0000;
    padding: 12px 0;
    text-align: center;
}

.top_bg3 {
    background: #000000;
    margin-top: 0px;
	border-top: solid 1px #ff0000;
}

.txt_id {
    border-color: #000000;
    background: #ffffff;
    color: #000;
    outline: none;
    padding: 0px 0px;
    margin-bottom: 10px;
    width: 100%;
	border-radius: 10px;
	border: 1px solid;
}

.content_head {
    text-align: center;
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
	border-bottom: solid 1px;
}

.logo_new {
    text-align: center;
    z-index: 999;
    position: relative;
    padding-top: 0px;
}
h2{
  text-align:center;
  padding: 20px;
  color: #000000;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	   -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
       -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Style the header */
.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
  z-index:9999999999;
}

/* Page content */
.content {
  padding: 16px;
  z-index:9999999999;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
  z-index:9999999999;
  margin-left:auto;
  margin-right:auto;
}
.top_bg1{ background:#ffffff;}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
  z-index:9999999999;
}
.t_number1 {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 0px 5px 0px;
    text-align: center;
	    background: #000000;
}
.top_bg6 {
    background: #000000;
    border-bottom: solid 2px #ff0000;
    border-top: solid 2px #ff0000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.text_bg {
    background: #000000;
	margin-top: 1px;
	
}
.text_bg1 {

	border-bottom:solid 5px #000000;
	background-color:#000000;
}
.text_bg2 {

	border-bottom:solid 8px #ffffff;
}
.text_bg3 {

	border-bottom:solid 5px #ff0000;
}
.our_category_title {
    padding-bottom: 34px;
    text-align: center;
    padding-top: 30px;
}
.our_category_title h1 {
    text-align: center;
    background-color: #000;
	color: #fff;
    display: inline-block;
    text-align: center;
    justify-content: center;
    place-content: center;
    margin: auto;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.our_category_title .border_001 {
    height: 3px;
    background-color: #ff0000;
    margin-top: -18px;
}
.our_category_title1 {
    padding-bottom: 34px;
    text-align: center;
    padding-top: 30px;
}
.our_category_title1 h1 {
    text-align: center;
    background-color: #ff0000;
	color: #fff;
    display: inline-block;
    text-align: center;
    justify-content: center;
    place-content: center;
    margin: auto;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.our_category_title1 .border_001 {
    height: 3px;
    background-color: #ffffff;
    margin-top: -18px;
}



.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
	margin-top:0px;
	text-align:center;
}


.top_bg2{
	background-color:#ffffff;
	
}
.top_bg7{
	background-color:#ffffff;
}


.t_number{ 
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight: 500;
	text-align:center;
	color:#ffffff;
	text-transform:inherit;
	padding:8px 1px 1px 1px;}

a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
.banner:hover {
    background-position: center -22px;
}
.banner{
overflow:hidden;
-webkit-transition-duration:0.25s;
-webkit-transition-timing-function:linear;
-o-transition-property:color,background;
-o-transition-duration:0.25s;
-o-transition-timing-function:linear;
-moz-transition-property:color,background;
-moz-transition-duration:0.25s;
-moz-transition-timing-function:linear;
-ms-transition-property:color,background;
-ms-transition-duration:0.25s;
-ms-transition-timing-function:linear;
}
.facebook {
    background: url(../../im/fb.png) center top no-repeat;
    width: 30px;
    height: 22px;
    display: block;
    border: 0px;
}
.insta {
    background: url(../../im/insta.png) center top no-repeat;
    width: 30px;
    height: 22px;
    display: block;
    border: 0px;
}
.twitter {
    background: url(../../im/twitter.png) center top no-repeat;
    width: 30px;
    height: 22px;
    display: block;
    border: 0px;
}
.pint {
    background: url(../../im/pint.png) center top no-repeat;
    width: 30px;
    height: 22px;
    display: block;
    border: 0px;
}
.yout {
    background: url(../../im/yout.png) center top no-repeat;
    width: 30px;
    height: 22px;
    display: block;
    border: 0px;
}
#parallax-container {
    background-image: url(../../img/back.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 600px;
    width: 100%;
}
.parallax-container{
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}


.full-control{

width:100%;

overflow:hidden;

}

.phone{
	display:block;
	position:relative;
	margin:0 auto;
	width:280px;
	padding:16px 0;
}
.phone img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.phone-txt{
	display:inline-block;
	vertical-align:middle;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:500px;
	text-transform:uppercase;
	line-height:20px;
}
.phone-txt span{
	color:#777575;
	font-weight:400px;
	text-transform:none;
}
/**.searchmain{
	display:block;
	position:relative;
	background: url(../../im/search-icon.png)  no-repeat #f2f2f2 94% center;
	color:#000000;
	font-size:11px;
	font-family: 'Poppins', arial;
	font-weight:400;
	height:30px;
	width:100%;
	border-radius:50px;
	padding:10px;
}**/
.search_bar {
    text-align: right;
    padding: 2px 90px 5px 2px;
  
}

.call {
    font-family:'Oswald', sans-serif;
    font-size:13px;
    color: #000000;
    padding: 15px 0px;
    vertical-align: middle;
    text-align: center;
}
#searchp {
    position: absolute;
    margin-left: 55px;
    margin-top: -30px;
    padding: 0px 0px;
    display: none;
}
.btm_menu ul{ padding:0;}
.btm_menu ul li{ list-style:none;}
.btm_menu ul li a {
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    display: block;
    padding-top: 2px;
}
.btm_menu1 {
    margin: 0;
}
.btm_head {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0;
}
.btm_head1 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 50px;
}
.btm_text {
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
}
.btm_menu ul li a:hover{ font-family:Arial; font-size:12px; color:#ff0000; text-decoration:underline; transition: all 0.2s ease-in-out 0s; display:block; padding-left:10px;}

.banner{

width:100%;

}

a {
    color: #ffffff;
    text-decoration: none;
}
a :hovet {
    color: #ff0000;
    text-decoration: none;
}

.panel{

box-shadow:none;

background-color:#202020;

border:0;

border-radius:0;

}

.list-group-item:first-child,.list-group-item:last-child{

border-radius:0;

}

a.list-group-item-success{

color:#B2B2B2;

border:0;

background-color:#202020;

padding-left:46px;

font-family:'Oswald', sans-serif;

font-size:17px;

}

a.list-group-item-success:hover, a.list-group-item-success:focus{

color:#fff;

background-color:#202020;

}

a.list-group-item{

font-family:'Oswald', sans-serif;

font-size:17px;

color:#828282;

}
.main_name {
    padding: 10px 0 10px 15px;
    font-family: Arial;
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
}
.sub_name {
    padding: 0 0 5px 15px;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.sub_name a {
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.dropdown:hover .dropdown-menu {display: block; color:#FFF !important;}
.dropdown-menu {
    font-family: Arial;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 610px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background: #000000;
    -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 rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.8;color:#fff !important;white-space:nowrap}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#fff !important;text-decoration:none;background-color:#008acb}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff !important;text-decoration:none;background-color:transparent;outline:0}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}


.list-group-item{

padding: 10px 46px;

margin:0;

border:0;

background-color:#101010;

}


.list-group-submenu{

margin:15px 0px;

background-color:#000000;

}

#demo3{

margin:15px 0px;

background-color:#101010;

}


.ctg-box{

	background:#f40505;

	padding:20px;

	margin-bottom:20px;

	height:277px;

}

.ctg-title{

	font-family:roboto bl;

	font-size:20px;

	color:#fff;

	width:100%;

	padding:10px 0px;

}

.ctg-desc{

	font-family:roboto;

	font-size:15px;

	color:#b8b8b8;

	width:100%;

	text-decoration:underline;

}

.gridspace{

margin-top:55px;

margin-bottom:55px;

}

.gridm{

	display:block;

padding-left:0;

padding-right:0;

padding:1px;

margin-bottom:19px;



}

.gridm img{

width:100%

}

.commontxt{

display:block;

position:absolute;

width:80%;

top: 10%;

left: 10%;

background:url(../../im/pdf.png) no-repeat right bottom;

}

.commontxt2{

display:block;

position:absolute;

width:80%;

top: 10%;

left: 10%;

background:url(../../im/news.png) no-repeat right bottom;

}

.txt-titles{

display:block;

font-family:'Oswald', sans-serif;

font-size:32px;

color:#fff;

text-transform:uppercase;

margin-bottom:-15px;

margin-top:-5px;

}

.txt-titleb{

display:block;

font-family:roboto bl;

font-size:40px;

color:#fff;

text-transform:uppercase;

margin-bottom:15px;

}

.txtdes{

display:block;

font-family:'Oswald', sans-serif;

font-size:15px;

color:#fff;

margin-bottom:-15px;

}

.rmtxt{

display:block;

font-family:roboto;

font-size:15px;

color:#fff;

margin-top:50px;

background:url(../../im/rm.png) no-repeat 90px 7px;

}

.rmtxt a:link,.rmtxt a:visited{

text-decoration:none;

color:#fff;

}

#owl-demo .item{

        padding: 0px 0px;

        margin: 10px 5px;

    }

    .customNavigation{

      text-align: center;

	  display: block;

position: relative;

height: 50px;

    }

	.navcust{

		text-align: center;

	  display: inline-block;

position:relative;

width:150px;

top: 14px;

float: right;

	}

    .customNavigation a{

      -webkit-user-select: none;

      -khtml-user-select: none;

      -moz-user-select: none;

      -ms-user-select: none;

      user-select: none;

      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    }

	#prev{

	display:block;

	position:relative;

	width:50%;

	height:50px;

	border-radius:0px;

	border:0;

	float:left;

	cursor:pointer;

	background:url(../../im/left-slide.png) no-repeat #ea0000 right; 

	}

	#next{

	display:block;

	position:relative;

	width:50%;

	height:50px;

	border-radius:0px;

	border:0;

	float:left;

	cursor:pointer;

	background:url(../../im/right-slide.png) no-repeat #464646 left; 

	}

	

	#cprev{

	display:block;

	position:relative;

	width:33px;

	height:33px;

	float:right;

	right:10px;

	padding:0;

	cursor:pointer;

	background:url(../../im/sl.png) no-repeat; 

	}

	#cprev:hover{

	background:url(../../im/slh.png) no-repeat; 

	}
	.btn-danger {
    color: #fff;
    background: #000000;
    border-color: #ff0000;
	width:110px;
	border-radius:10px
}

.left_menu_main a {
    font: normal 14px 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    background: #fff url(../images/err2.png) 15px center no-repeat;
    display: block;
    padding: 10px 5px 10px 28px;
    transition: all 0.5s;
    border-radius: 0px;
	border-bottom:solid 1px #000;
}
.lfthd1 h2 {
    background: #000000 url(../images/lln2.png) left 15px center no-repeat;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    margin: 0;
    font: normal 18px 'Arial', sans-serif;
    font-weight: 700;
    color: #fff;
	font-size: 15px;
	border-bottom:solid 1px #fff;
	border-radius:10px;
}
.left_sub_menu a {
    font: normal 12px 'Arial';
  
    color: #000;
    background: #fff url(../images/err2.png) 15px center no-repeat;
    display: block;
    padding: 7px 5px 7px 28px;
    transition: all 0.5s;
	border-radius: 0px;
}
.left_menu_main a:hover {
    background: #000 url(../images/err22.png) 20px center no-repeat;
    color: white;
    padding: 10px 5px 10px 35px;
    text-decoration: none;
}
.left_sub_menu a:hover {
    background: #ff0000 url(../images/err22.png) 20px center no-repeat;
    color: white;
    padding: 7px 5px 7px 35px;
    text-decoration: none;
}

	#cnext{

	display:block;

	position:relative;

	width:33px;

	height:33px;

	float:right;

	padding:0;

	cursor:pointer;

	background:url(../../im/sr.png) no-repeat; 

	}

	#cnext:hover{

	background:url(../../im/srh.png) no-repeat; 

	}

.f-pro{
border:solid 1px;

display:block;

position:relative;

width:100%;

background:#ffffff;


margin-left:auto;

margin-right:auto;

overflow:hidden;

vertical-align:middle;
margin-bottom:24px;
border-radius:20px 0px 20px 0px;

}
.p_box{ background: #; text-align:center; padding:20px 20px; margin-bottom:30px;}.p_box3{ background:none; text-align:center; padding:20px 0; margin-bottom:20px;
border-color:#000000;}


.f-pro:hover{

}

.f-pro-im{

display:block;

position:relative;

margin-left:auto;

margin-right:auto;

text-align:center;

}

.f-pro-info{

display:block;
position:relative;
margin-left:auto;
margin-right:auto;
width:100%;
padding-top:0px;
padding-bottom:0px;
background-color:#000000;
text-align:center;
}
.sub_name{ padding:0 0 5px 15px; font-family:Arial; font-size:12px; color:#fff; font-weight:normal; text-decoration:none;}
.sub_name a{    
	    font-family: Arial;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.sub_name a:hover{  color: #ff0000;
    padding-left: 15px;
    transition: all 0.3s;}


.pro-name{

	display:block;
	position:relative;
	/**background: url(../../im/pro-bask.png) no-repeat #000000 right top;**/
	font-family: 'Poppins', arial;
	font-size:13px;
	color:#0048ff;
    padding: -15px;
    border-radius: 30px;
	width:-234px;
    text-align:center;
	background:#ffffff;
}
.pro-name1{

	display:block;
	position:relative;
	/**background: url(../../im/pro-bask.png) no-repeat #000000 right top;**/
	font-family: 'Poppins', arial;
	font-size:13px;
	color:#000;
    padding: -15px;
    border-radius: 30px;
	width:-234px;
    text-align:center;
	background:#ffffff;
}

.pro-art{

display:block;

position:relative;

font-family:'Oswald', sans-serif;

font-size:18px;

color:#3b3b3b;

text-align:center;

}

.pro-name a:link,.pro-name a:visited{

text-decoration:none;

color:#3b3b3b;

}

.pro-sdes{

display:block;

position:relative;

font-family:roboto lt;

font-size:15px;

color:#fff;

}

#main-feature{

display:block;

}

.featurespace{

margin-top:20px;

margin-bottom:20px;

}

.nav-pills{

margin: 58px 0px;

}

.nav-pills > li > a{

border:0;

border-radius:0;

background:none;

font-family:'Oswald', sans-serif;

font-size:15px;

color:#959595;

padding:5px 50px;

padding-left:0px;

text-decoration:underline;

}

.nav-pills > li > a:hover,.nav-pills > li > a:focus,.nav-pills > li > a:active{

border:0;

border-radius:0;

background:none;

color:#FFF;

text-decoration:underline;

}

.bmenuspace{

padding-left:0;

padding-right:0;

}

.bmenus{

display:block;

position:relative;

margin-left:auto;

margin-right:auto;

padding:0;

margin:0;

list-style:none;

margin:0px 110px;

}

.bmenus li{

display:inline-block;

padding:25px 30px;

}

.bmenus li a{

font-family:'Oswald', sans-serif;

font-size:15px;

color:#959595;

}

.bmenus li a:hover{

text-decoration:none;

color:#fff;

}

.bmenulines{

background:#202020;

}

.crbg{

text-align:center;

padding:40px 0px;

}

.credit{

font-family:'Oswald', sans-serif;

font-size:15px;

color:#828282;

}
.sectit{
	display:block;
	position:relative;
	font-family: 'Poppins', arial;
	font-size:30px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	margin:5px 0;
}

.sectxt{
	display:block;
	position:relative;
	font-family: 'Poppins', arial;
	font-size:13px;
	color:#fff;
	font-weight:300;
	text-align:center;
	margin-bottom:35px;
}



@media only screen and (max-width: 1199px) {

.commontxt,.commontxt2{

left: 40px;

top: 20px;

}

.commontxt3{

left: 20px;

top: 20px;

}

.tsmenu li{

display:inline-block;

}

.tsmenu a{

	padding:22px 15px;

}

}

@media only screen and (max-width: 992px) {

.pull-left-sm{

float:left;

}

.pull-right-sm{

float:right;

}

.commontxt,.commontxt2,.commontxt3{

top: 40px;

left: 50px;

}

	#prev{

	left:-10px;

	}

	#next{

	right:-10px;

	}



.tmenu{

display:none;

}

}

@media only screen and (max-width: 768px) {
    
    .subctn{
    	position: static !important;
    }
	.abwrap{
		padding-top:10px !important;
	}
    .sect-txt-ab{
     padding-top:0px !important;
     text-align: center;
    }
    .h-line{
    	display: block;
    	height: 0px !important;
    }
    .cen-img{
    	text-align: center;
    	margin-top: 5px;
    	margin-bottom: 5px;
    }
.gtxt{

display:block;

position:relative;

width:300px;

margin-left:auto;

margin-right:auto;

margin-bottom:20px;

}

.search-trig{

	display:none;

}

.fb,.tw,.lin{

margin-top:26px;

margin-bottom:26px;

}

.lin{

margin-right:15px;

}

.menu-trigger{

margin-right:15px;

margin-top:29px;

margin-bottom:29px;

}

.logo{
width:200px;
margin-left:0px;
margin-top:25px;
float:left;

}

.logo img{

width:200px;

}

#pushthat{

z-index:100;

}

.cbp-spmenu-vertical {

	width: 250px;

}

.cbp-spmenu-left {

	left: -250px;

}



.cbp-spmenu-right {

	right: -250px;

}

.cbp-spmenu-push-toright {

	left: 250px;

}



.cbp-spmenu-push-toleft {

	left: -220px;

}

.commontxt,.commontxt2{

left: 40px;

top: 20px;

}

.commontxt3{

left: 20px;

top: 20px;

}

	#prev{

	left:0px;

	}

	#next{

	right:0px;

	}

.nav-pills{

margin: 20px 0px;

}

.bmenus{

margin:0px 0px;

text-align:center;

}

.bmenuspace{

padding-left:20%;

}

.navbar-nav{
	margin:0 !important;
	width: 100%;
    text-align: Left;
}

.navbar-default .navbar-nav > li > a {
    padding: 5px 5px !important;
}

.search-trig{
margin-top:40px !important;
margin-bottom:30px;
}


}

.cbp-spmenu{

	overflow-y:scroll;

}

.panel-body{

	background:#fff;

}

/**.breadcrumb{

	background-color:#000000;

}**/

.pagination > li > a:focus,

.pagination > li > a:hover,

.pagination > li > span:focus,

.pagination > li > span:hover {

    z-index: 3;

	color: #fff;

    background-color: #f40505;

    border-color: #f40505;

}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

    z-index: 3;

    color: #fff;

    cursor: default;

    background-color: #000000;

    border-color: #000000;

}

.pagination > li > a, .pagination > li > span{

	color: #000000;

}

.tsmenu li ul{

	display:none;

	position:absolute;

	width:585px;

	background:rgba(23,23,23,0.98);

	padding:15px 0;

	margin:0;

	float:left;

	left:0;

	z-index:99;

	-webkit-box-shadow: inset 0px 10px 5px -5px rgba(0,0,0,0.4);

    -moz-box-shadow: inset 0px 10px 5px -5px rgba(0,0,0,0.4);

    box-shadow: inset 0px 10px 5px -5px rgba(0,0,0,0.4);

}

.tsmenu li ul li{

	display:inline-block;

	position:relative;

	width:191px;

	padding:15px 30px;

	font-family:apr;

	font-size:20px;

	color: #fff;

	text-transform:uppercase;

	padding-top:0;

}

.tsmenu li:hover ul{

	display:block;

}

.tsmenu li ul li ul{

	display:block;

	position:relative;

	width:100%;

	margin:0;

	padding:10px 0px;

	background:transparent;

	box-shadow:none;

}

.tsmenu li ul li ul li{

	padding:0

}

.tsmenu li ul li ul li a{

	font-family:roboto;

	padding:5px 0px;

	font-size:15px;

	color: #7a7a7a;

}

.footer{

	background:transparent;

	padding-top:30px;

	padding-bottom:45px;

}

.menu-plus-cc{

	font-family:roboto;

	font-size:16px;

	color:#6b6b6b;

	line-height:30px;

}

.menu-plus-cc a{

	font-family:roboto;

	font-size:16px;

	color:#6b6b6b;

}
html{
	overflow-y: scroll;
overflow-x: hidden;
}
.bsocial{

	text-align:right;

}

.news-plus-cat{

	margin:20px 0px;

}

.news-box{

	display:block;

	width:100%;

	background:#fff;

	margin-bottom:15px;

}

.news-title{

	font-family:'Oswald', sans-serif;

	font-size:40px;

	color:#f40505;

	text-transform:uppercase;

	padding:35px;

	line-height:40px;

	padding-bottom:0;

}

.news-detail{

	font-family:roboto;

	font-size:15px;

	color:#f40505;

	padding:20px 35px;

}

.cat-box{

	display:table;

	width:100%;

	background:#fff;

	padding:15px;

	margin-bottom:15px;

	color:#f40505;

}

.cat-box img{

	margin-right:15px;

	float:left;

}

.cat-title{

	display:block;

	font-family:apr;

	font-size:20px;

	text-transform:uppercase;

}

.cat-detail{

	display:block;

	font-family:roboto;

	font-size:15px;

	color:#f40505;

	text-decoration:underline;

}

.cat-box:hover, .cat-box:focus{

	background:#fff;

	color:#f40505;

	text-decoration:none;

}

.news-letter-bg{

	background:url(../../im/email.png) no-repeat #232323 right bottom;

	padding:20px 15px;

}

.n-letter-title{

	line-height:50px;

	font-family: apr;

	font-size:35px;

	color:#fff;

	text-transform:uppercase;

}

.n-letter-title-s{

	font-family: roboto;

	font-size:15px;

	color:#fff;

}

.newsemail{

	display:block;

	width:100%;

	height:45px;

	border:0;

	background:#fff;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

	margin:23px 0px;

	margin-bottom:10px;

	padding:0px 15px;

}

.search-trig{

display:inline-block;

position:relative;

width:20px;

height:20px;

float:right;

cursor:pointer;

margin-top:46px;

margin-right:20px;

margin-bottom:40px;

z-index:100;

}
.s_icons  {
 
    margin: 0 auto;
    width: 150px;
	padding: 17px 0px 0px 0px;
	
}
.s_icons {
    text-align: center;
}



.basket-ico{

	display:inline-block;

position:relative;

width:22px;

height:20px;

float:right;

cursor:pointer;

margin-top:46px;

margin-bottom:40px;

z-index:2

}

.navbar-default {

    background: none;

    border-radius: 0px;

    border: 0;

    margin: 0;

}

.nav > li{

	margin:0px;

}

.navbar-default .navbar-nav > li > a{

	display:block;

	font-family:'Oswald', sans-serif;

	font-size:20px;

	color:#000;

	text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{

	color:#ea0000;


}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a{

	background-image:none;

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{

	background-color:transparent !important;

	color: #3b3b3b !important;

}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 5px;
}
.ctgbox{
	position:relative;
	width:100%;
	margin-top:12px;
}

/**.poverlay{
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:82%;
	background: url(../../im/poverlay.png) no-repeat rgba(0, 0, 0, 0.2) center center;
	text-align:center;
	font-family:arial;
	color:#fff !important;
	font-weight:bold;
	font-size:32px;
	text-transform:uppercase;
	letter-spacing:-1px;
	text-decoration:none !important;
	padding:0 15px;
	padding-top:20%;
}
.f-pro:hover .poverlay{
	display:block;
}**/
.btmtitle{
    font-family: 'Poppins', Medium;
	font-size:17px;
	color:#ff0000;
	font-weight:700;
	text-transform:uppercase;
	padding:10px 0;
	margin-bottom:15px;
}
.btmcontent{
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	color:#bfbfbf;
	line-height:40px;
}
.btmmenu{
	padding:0;
	margin:10;
	padding-right:15px;
}
.btmmenu li{
	list-style:none;
}
.btmmenu li a{
	display:block;
	position:relative;
	width:100%;
	font-family: 'Poppins', Medium;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	padding:1px 15px;
	padding-left:0px;
	
}
.btmmenu  li a:hover{ font-family:Arial; font-size:12px; color:#ff0000; text-decoration:underline; transition: all 0.2s ease-in-out 0s; display:block; padding-left:10px;}

	

.navbar-default .navbar-collapse{
	border:0 !important;
}
.navbar-default .navbar-nav > li{
	margin:0 3px;
}
.navbar-default .navbar-nav > li > a{
	color:#000;
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	padding:16.5px 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color:#ff0000;
	background-color:#ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color:#fff;
	background-color:#ff0000;
}
.navbar-default{
	box-shadow:none;
	background:transparent;

}

.bsocia li a{
	background:none;
}
.bsocia li a:hover{
	background:none;
}
.newsbox{
	display:block;
	position:relative;
	width:100%;
	background:#f4f6f8;
	padding:15px;
}
.newstitle{
	font-family: 'Open Sans', arial;
	font-size:20px;
	color:#000;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	padding-top:0px;
	padding-bottom:10px;
}
.newsdet{
	font-family: 'Open Sans', arial;
	font-size:15px;
	color:#49494a;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	line-height:25px;
}
.newsdate{
	font-family: 'Open Sans', arial;
	font-size:16px;
	color:#000;
	text-align:left;
	font-weight:700;
	padding-bottom:10px;
	margin-top:-5px;
}
.carousel-indicators{
	bottom:0;
	margin-bottom:3px;
}
.carousel-indicators li{
	border-radius:0;
	border:0;
	background:#6e6f70;
}
.carousel-indicators .active{
	background:#000000;
}
.email{
	display:inline-block;
	vertical-align:middle;
	border:2px solid #fff;
	border-radius:40px;
	width:100%;
	height:42px;
	background:transparent;
	color: #fff;
font-size: 11px;
font-family: 'Poppins', arial;
font-weight: 400;
padding:0 15px
}
.emailsub{
	display:inline-block;
	color: #fff;
font-size: 11px;
font-family: 'Poppins', arial;
font-weight: 400;
border:0;
background:transparent;
margin-left: -83px;
height: 40px;
border-left: 2px solid #fff;

}
/* experts zone*/
.cen-img{
	    margin-top: 5px;
    margin-left: -19px;
}
.navbar-default .navbar-nav > li > a{
	font-family: 'Oswald', sans-serif;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top_bg{
	
	background:#ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
}
/**.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #f47221;
}**/
.fxd-clr{
	clear: both !important;
}
.pd-off{
	padding-left:px; 
}
.btn-rd-m{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', Medium;
	font-size: 18px;
}
.btn-rd-m:hover{
	color: #fff;
	text-decoration: none;
}
.sect-txt-ab{
	font-family: 'Poppins', SemiBold;
	color:#fff;
	padding-top:0px;
}

.h-line{
	background:url(im/ab-line.jpg) no-repeat bottom center; height:167px; float:left;
}
.freediv{
	margin-top: 20px;
}
.wrp-contrl{
	margin-top: 14px;
}
.tus_gallery{

	margin:0px; padding:0px; position:relative; overflow:hidden;}

.tus_gallery img{

	margin:0 auto; padding:0px; width:100%; height:auto; transition:0.5s; transform:scale(1)}


#tus_margin{

	margin:0px; padding:0px;}
	
.dt{
	 height:56px !important;  padding:10px 0px 47px 7px !important; color:#fff;
	 font-family: 'Poppins', SemiBold;
}
.mmbox{position:relative; overflow:hidden; margin-bottom:10px;margin-top:10px;}
.mmbox h3{font:500 16px 'Raleway', sans-serif; color:#000000; text-transform:uppercase; text-align:center; bottom:10%; padding:8px; transition:all 0.3s; background:#ffffff;position:absolute; width:100%; z-index:99;border: solid 1px #ffffff; }
.mmbox:hover h3{ bottom:10%; color:#ffffff; background:#000000;}

.mmbox img {
  width: 100%;
  position:relative;
  -webkit-transition: transform 0.3s linear 0s;
  -moz-transition: transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
}

.mmbox:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: transform 0.3s linear 0s;
  -moz-transition: transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
}

.pd{
	color: #f40505;
	font-family: 'Poppins', Regular;
	padding-left: 20px !important;
	padding-top: 5px !important;
}
.fwrap{
	margin-bottom: 15px;
}
.txt-cnt{
	text-align: center;
}
.load-page{
	position: absolute;
	 right: 11px;
    bottom: 76px;
}
.load-page img:hover{
	opacity: 0.5;
}
.flt{
	position: relative;
}
.pd-off>p{
	color:#000000; font-family:'Arial'; font-size:13px;
}
.subctn{
	border:0px;  width:133px; height:46px;
	position: absolute;
	right: -30px;
}

@media only screen and (max-width: 1199px) {

.navbar-default .navbar-nav > li > a{
	padding: 10px 5px;
}


@media only screen and (max-width: 992px) {
.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 10px 5px;
}
}

@media only screen and (max-width : 480px) {
  .phone img {
    margin-right: 0px !important;
    width: 30px !important;
    height: 30px !important;
}
.phone-txt {
    font-size: 10px !important;
}




/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
	letter-spacing: 0.1em;
	font-weight: 0;
	font-family: 'Baloo Thambi 2', cursive;
	padding: .5em .9em;
	color: #000000;
	display: inline-block;
	font-size: 13px;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: #f10000;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #f10000;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@media screen and (max-width: 43em){
.hvr-bounce-to-right {
		display: block;
		border-bottom: 1px solid #e7e7e7;
}

}