/*
Project Name: AuthoRX
File: style.css
Version: 1.0
Date: 09/01/2017
Author Name: theme3x
Author URI:themeforest.net/user/theme3x/portfolio
Email:theme3x@gmail.com

------------------------
NOTE:
PLEASE DO NOT EDIT THIS CSS, IF YOU NEED USE "CUSTOM.CSS" FILE FOR WRITING YOUR CUSTOM CSS.
I WILL RELEASE FUTURE UPDATES SO IT WILL OVERWRITE THIS FILE IT'S BETTER USE "CUSTOM.CSS".	

Content of tables
	01. Reset
	02. Header
	03. Menu
	04. Menu-rs
	05. Box
	06. Footer
	07. Button
	08. Form
	09. List
	10. Title
	11. Row
	12. Shap
	13. Panel
	14. Tag
	15. line
	16. Thumb
	17. Banner
	18. Date post
	19. Rating
	20. Breadcrumbs
	21. Pagination
	22. Search
	23. Form commen
	24. Comment
	25. Dropdown
	26. Tab
	27. owl coursel
	28. Grid table
	29. Reloader
	30. Background
	31. Car list
	32. Category list
	33. Media query

------------------------*/
/*01.Reset*/

@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
	/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
 background: #484845; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f7db3b; 

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f7db3b; 
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden!important;
}

.linksss{
      color: #000;
    font-weight: 500!important;
    text-align: center!important;  
    font-size: 15px!important;

}

.linksss:hover{
      color: #f7db3c;
    font-weight: 600!important;

}

ul.lista1 {
list-style-image: url('../images/v.png');
}

[class*=hint--]:after {
    background: #f7db3b!important;
    color: #484845!important;
     font-size: 12px!important;
     font-weight: 800!important;
    font-family: inherit;
    text-shadow: 0 -1px 0 #fff0!important;
    
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
    border-bottom-color: #f7db3b!important;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
    border-top-color: #f7db3b!important;
}

.hint--left:before {
    border-left-color: #f7db3b!important;
}

.sinp{
padding-top: 0px!important;
    padding-bottom: 0px!important;
        margin-bottom: -73px;
}

.upp{
	    margin-top: -147px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  height: 440px;
  margin-bottom: 26px;    
  background: white;
}

.card2 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    height: 110px;
    margin-bottom: 26px;
    background: white;
}

.card3 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    /*height: 68px;*/
    margin-bottom: 26px;
    background: white;
}


.card p{
	width: 28%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card2:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card3:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.section-2 {
        /*margin-left: -225px!important;*/
            margin-left: 60px!important;
}

.section-3 {
    /*margin-left: -20px!important;*/
    margin-left: -69px;
     padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.mar4{
	margin-left: 125px;
    width: 130%;
        margin-top: 92%;
}

.mar5 {
   margin-left: -115px;
    width: 135%;
    margin-top: 315px;
}

.mar55{
   width: 100%;
    height: auto;
    margin-top: 70px;
    margin-bottom: 360px;
}

.margb{
    margin-top: 284px;
}

.img-fl{
     width: 100%;
    height: auto;
    margin-top:110px;
}

.mar6 {
margin-left: 0px;
    width: 183%;
}

.card2 p {
    font-size: 11px!important;
    text-align: center!important;
}

.card3 p {
   font-size: 15px!important;
    text-align: left!important;
    padding: 12px;
}



.bin p{
	font-size: 18px;
	font-weight: 500!important;

}

.bg-amat {
    background-color: #fdda02a1!important;
    color: #fff!important;
}

.owlmarca{
	padding: 13px;
    width: 297px;
    margin-top: 200px;
    margin-left: 28px;
    margin-top: 86px;
}

.img-fluid{
width: 100%!important;
    margin-top: 113px;
    height: auto;
    margin-left: -103px;

}

.img-fluid2 {
    width: 100%!important;
    margin-top: 124px;
    height: auto;
    margin-left: 169px;
}
 #talje{
        width: 96%!important;
    }


@media screen and (max-width: 600px) {
    
    .hint--left:after, .hint--left:before {
    right: 82%!important;
    bottom: 91%!important;
}

.hint--bottom:before {
    margin-top: -19px!important;

}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
    border-bottom-color: #5c5c5e00!important;
}

.hint--bottom:after, .hint--bottom:before {
    top: 29%!important;
    left: 97%!important;
}

    .h-400{
        height: 600px!important;
    }
    
    .h-200 {
    height:400px!important;
}
    
    .h-140 {
    height: 259px!important;
}
    
    .section1 {
    margin-left: -306px!important;
}
    
    .section-3 {
    margin-left: -2px!important;
}
    
    .img-fl {
    width: 100%;
    height: auto;
    margin-top: 27px;
}

.mar55 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 70px;
}
    
    #talje{
        width: 100%!important;
    margin-bottom: -138px;
    height: 139px!important;
    }
    
    .con {
    width: 55%!important;
    margin-left: 301px;
}

.img-fluid2 {
    width: 70%!important;
    margin-top: 7px;
    margin-bottom: 23px;
    height: auto;
    margin-left: 31px;
}

.img-fluid {
    width: 69%!important;
    margin-top: 51px;
    height: auto;
    margin-left: 31px;
    
}


.bg-image-socios {
    background-image: url(../images/socios.png);
    background-position-y: -2px!important;
    background-position-x: -23px;
    background-attachment: inherit!important;
}

.bg-image-propuesta {
    background-image: url(../images/propuesta.jpg);
    background-position-y: -79px;
    background-position-x: -107px;
        background-attachment: inherit!important;
}

.bg-image-clientes {
    background-image: url(../images/clientes.jpg);
    background-position-y: -79px;
    background-position-x: -107px;
    background-attachment: inherit!important;
}


.lefff{
	    left: -19px!important;
}

.mar5 {
        margin-left: 70px;
    width: 72%;
    margin-top: 40px;
}

.mar6 {
    margin-left: 68px;
    width: 68%;
}


.card3 {
    height: 245px;

}

.card3 img {
   width: 25%!important;
}

.card3 p {
    font-size: 19px!important;
    text-align: center!important;
}

.mar4 {
  margin-left: 73px;
    width: 67%;
    margin-top: 1%;
}


.bin p {
    font-size: 14px!important;
    font-weight: 500!important;
}


.card2 p {
    font-size: 15px!important;
    text-align: center!important;
}

.card2 {
    height: 160px!important;
  
}

.card2 img {
   width: 25%!important;
}

.owlmarca{
	padding: 13px;
    width: 55%;
    margin-top: 179px;
    margin-left: 85px;
}

.pad69 {
    padding: 28px!important;
}

.mar3 {
    margin-left: -22px!important;
}
.card p {
    width: 100%;
}

.card {

    width: 105%;

}

.section-2 {
    margin-left: -2px!important;
}

.s1 {
     padding: 0px!important;
    margin: 100px!important;
    width: 6%!important;
    margin-left: -23px!important;

}


.list-gg {
    position: relative;
    overflow: hidden;
    /* border-radius: 65px 0px 0px 65px; */
    height: 461px;
    margin-left: 278px;
    margin-right: -19px;
}

.imgp2 {
    height: auto!important;
    /* padding: 14px!important; */
    width: 50%!important;
}

.imgp {
    height: auto!important;
    padding: 14px!important;
    width: 27%;
}
.img-responsive {
     width: 90%!important;
    margin-bottom: 10px!important;
    margin-left: -14px;
}

.box {
    position: relative;
    margin-left: -3px!important;
    width: 103%!important;
    height: 379px;
    margin-bottom: 30px;
}

.box2 {
        position: relative;
    margin-left: 0px!important;
    width: 103%!important;
    margin-bottom: 35px;
    padding: 25px!important;
    top: -180px;
}

.box3 {
   position: relative;
    margin-left: 5px!important;
    width: 103%!important;
    border-right: 10px solid #f7db3b;
    margin-bottom: 30px;
    height: 438px!important;
}

.box .box-overlay {
    position: absolute;
    top: 50%;
    left: 56px;
    width: 79%!important;
    text-align: center;
    z-index: 0;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .modal-dialog {
    margin-top: 50%!important;
}


video {
    height: 321px;
}


}

.modal-lg {
 
    margin-top: 140px;
}
.modal-body {
    background: #060606!important
}
    

*{
	font-size:16px;
	font-family: 'Spartan', sans-serif;

}
li{
	    /*list-style: circle;*/
	        text-align: justify;
}


ul{
	margin:0px;
	padding:0px;
}
li a{
	font-size:inherit;
	color:inherit;
}
ul.ln li{
	/*list-style:circle;*/
}
a{
	color:#000;
}
a:hover,a:active,a:focus{
	text-decoration:none;
	color:inherit
}
.border-dob{
	border:4px double #fff;
}
.logo img{
	margin-top:25px;
}
.mh{
	box-shadow:0px 0px 0px 15px #fff;
	border:8px double #fff;
}
.mh-1{
	border:8px double #fff;
}
p{
	text-align: justify!important;
	
}
button{
	background:none;
	border:none;
	box-shadow:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:15px 0px;
	font-weight:bold;
	line-height:1.2;

}
h1,h2{
	font-family:'Spartan', sans-serif;	

}
h1{
	font-size:40px;
}
h2{
	font-size:35px;
}
h3{
	font-size:30px;
}
h4{
	font-size:25px;
}
h5{
	font-size:22px;
	text-align: justify;
}
h6{
	font-size:18px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{
	font-family: 'Spartan', sans-serif;
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
}
section{
	padding-top:60px;
	padding-bottom:60px;
}


b, strong {
    font-weight: 600;
    font-size: inherit;
}
body{}
/*02. Header*/
.main-header{
	background:#484845;
	color:#fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position:relative;
	    border-bottom: 6px solid #f7db3b;
}

.pad69{
	padding: 69px;
}
.mar3{
    margin-left: 100px;
}
.prodc{
	background-image: url(../images/productos.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.header-fixed{
	position:fixed;
	top:0;
	z-index:999;
	width:100%;
}
.header-fixed.smaller .main-header{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*03. Menu*/
.menu-nav > ul.menu > li{
	display:inline-block;
	float:none;
	position:relative;
}

.menu-nav > ul.menu > li:hover{
    background: #f7db3b;
    color:#fff;
}

/*.menu-nav > ul.menu > li > a{
	display:inline-block;
	text-transform:uppercase;
	font-size:15px;
	padding:25px 15px;
	font-weight:500;
}*/
.menu-nav > ul.menu > li > a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 9px;
    padding: 25px 3px;
    font-weight: 500;
}
.menu-nav > ul.menu > li > .sub-menu{
	position:absolute;
	top:130%;
	left:0;
	height:0;
	visibility: hidden;
	z-index:999;
	min-width:200px;
	background:#fff;
	box-shadow:1px 1px 1px 0px #ddd;
	opacity:0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-nav > ul.menu > li:hover .sub-menu{
	opacity:1;
	top:100%;
	visibility: visible;
}
.menu-nav > ul.menu > li > .sub-menu li{
	display:block;
	width:100%;
}
.menu-nav > ul.menu > li > .sub-menu li a{
	border-radius:0px;
	padding:8px 15px;
	display:block;
	border-bottom:1px solid #eee;
	background:#fff;
	text-transform:capitalize;
	color:#000;
	position:relative;
}
/*04. Menu-rs*/
.menu-rs{
	position:fixed;
	top:0;
	right:-250px;
	bottom:0;
	z-index:9998;
	width:250px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-rs .menu-wrap{
	float:right;
	background:#484845;
	height:100%;
	box-shadow:0px 0px 0px 0px #000;
	overflow-y: auto;
	overflow-x: hidden;
}
.menu-rs .r-mv{
	margin: 20px;
    float: left;
    padding: 20px 10px;
    cursor: pointer;
    z-index: 9999;
}
.menu-rs .r-mv span{
	width:25px;
	display:block;
	height:3px;
	border-radius:3px;
	    background: #f7db3b;
}
.menu-rs .r-mv:hover span{
	background:#fff;
}
.menu-rs .r-mv span:first-child{
	-ms-transform: rotate(-135deg); /* IE 9 */
    -webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
    transform: rotate(-135deg);
}
.menu-rs .r-mv span:last-child{
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
	margin-top:-3px;
}
.menu-rs .menu-mb{
	margin-top:80px;
	position:relative;
	width:250px;
}
.menu-rs .menu-mb  li  a{
	display:block;
	padding:12px 0px;
	border-bottom: 1px dashed #f7db3b;
	text-transform:capitalize;
	margin-left:30px;
	margin-right:30px;
	position:relative;
	color:#fff;
}
.menu-rs .menu-mb li:last-child a::after{
	background:none;
}
.menu-rs .menu-mb li a:hover{
	color:#fff;
}
.menu-rs .dropdown-menu{
	min-width:auto;
	border-radius:0px;
	box-shadow:0px 0px 0px 0px #000;
	border:none;
	top:0;
	left:0px;
	float:none;
	position:relative;
	margin-top:0px;
	background:#0c0c0c;
	margin-bottom:0px;
	padding:5px 0px;
}
.menu-rs .menu-mb  li .dropdown-menu li a{
	color:#999;
	padding:10px 0px;
	background:none;
	border:none;
	font-size:14px;
	border-bottom:1px dashed #444;
}
.menu-rs .menu-mb  li .dropdown-menu li a::after{
	background:none;
}
.menu-rs .menu-mb > li .dropdown-menu  >li a:hover,.menu-rs .menu-mb > li .dropdown-menu  >li a:active,.menu-rs .menu-mb > li .dropdown-menu  >li a:focus{
	color:#fff!important;
	background:none!important;
}
.section{
	padding-bottom:60px;
}
.price-group .price{
	font-size:25px;
}
.price-group .old-price{
	text-decoration:line-through;
	color:#999;
}
/*30. Cart*/
.cart .dropdown-menu {
    min-width: 280px;
	left: auto;
    right: -1px;
    border-radius: 0px;
    padding: 5px 15px;
    background: #fff;
	color:#000;
    border: none;
    margin-top: 15px;
    box-shadow: 1px 1px 2px 0px #ccc;
}
.cart{
	color:#fff;
}
.cart .cart-item{
	cursor:pointer;
	display:inline-block;
}
.cart .dropdown-menu .media  .media-left a{
	display:block;
	padding:15px;
	background:#fafafa;
	margin-right:5px;
}
.cart .dropdown-menu .media a  img{
	width:50px!important;
}
.cart .cart-item > span{
	padding:4px 6px;
	line-height:0.9;
	display:inline-block;
	position:absolute;
	top:-10px;
	font-size:14px;
	border-radius:30px;
	background:#dc4c46;
	right:-10px;
}
.cart .product-name{
	font-size:14px;
	padding-bottom:10px;
}
.cart  p{
	color:#dc4c46;
}
.cart .dropdown-menu{
	min-width:280px;
	padding-top:10px;
}
.cart .dropdown-menu .ht-btn{
	padding:10px 15px;
	color:#fff;
	font-size:14px;
}
.cart .dropdown-menu li{
	border-bottom:1px solid #eee;
}
.cart .dropdown-menu li span{
	color:#ccc;
}
.cart .dropdown-menu li:last-child{
	border:none;
}
.cart .dropdown-menu li  .col{
	min-height:40px;
	line-height:40px;
	text-align:left;
}
.cart ul  li i{
	background:#eee;
	padding:4px 5px;
	color:#000;
	font-size:13px;
	cursor:pointer;
	float:right;
	border-radius:2px;
}
.cart  strong{
	font-weight:500;
}
.cart-total{
	border-top:2px solid #eee;
	padding-top:20px;
	color:#dc4c46;
	font-weight:bold;
}
.iconc{
	width:45px;
	height:40px;
	background:#fff;
	border:1px solid #eee;
	text-align:center;
	line-height:40px;
	font-size:14px;
	float:left;
	margin-right:10px;
}
/*06. media*/
.media-group{
	background:#dc4c46;
	padding:20px 0px 50px 0px;
	overflow:hidden;
}
.media-group  .media{
	padding:20px 40px;
}
.media-group .media-heading{
	font-size:22px;
	font-weight:600;
	padding-top:0;
}
.media-group .line-default:after{
	border-color:#fff;
}
.media  img{
	width:120px!important;
}
/*06. Footer*/
.footer-top{
	padding-top:70px;
	padding-bottom:70px;
}
.footer-top h4{
	padding-bottom:20px;
	font-size:20px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}
.footer-bottom {
	border-top: 6px solid #f7db3b;
}
.footer-bottom  p{
	padding:15px 0px;
	margin-bottom:0px;
}
/*07. Button*/
.btn{
	display: inline-block;
    padding: 13px 62px;
    background: #5c5c5e;
    color: #f7db3b;
    font-weight: 500;
    border-radius: 0px;
    border-right: 4px solid #f7db3b;
    margin-top: 10px;
}

.btn:hover{
	display: inline-block;
    padding: 13px 62px;
    background: #f7db3b;
    color: #5c5c5e;
    font-weight: 500;
    border-radius: 0px;
    border-right: 4px solid #5c5c5e;
    margin-top: 10px;
}

.btn-2{
	border:1px solid #fff;
	color:#fff;
	background:none;
}
.btn-3{
	border:1px solid #ddd ;
	color:#000;
	background:none;
}
.btn-1x{
	padding:10px 18px;
}
.btn-2x{
	padding:12px 20px;
}
.btn-3x{
	padding:15px 25px;
}
.btn-4x{
	padding:22px 30px;
}
.btn-5x{
	padding:25px 30px;
}
/*08. Form*/
.form-item{
	border:1px solid #eee;
	height:45px;
	padding:0px 15px;
	background:#fff;
	outline:none;
	width:100%;
	border-radius:0px;
	box-shadow:none;
	color:#000;
	margin-bottom:15px;
}
.form-item-1x{
	height:40px;
}
.form-item-2x{
	height:46px;
}
.form-item-3x{
	height:52px;
}
.form-item-4x{
	height:60px;
}
.form-item-5x{
	height:67px;
}
textarea.form-item{
	padding:15px;
	min-height:150px;
}
/*flex box*/
.row-flex{
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fb-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.f-right {
  margin-left: auto;
}
.f-left {
  margin-right: auto;
}
/*09. List*/
.list{
	display:inline-block;
	width:100%;
}
.list li{
	padding:5px 0px;
}
.list li a{
	display:inline-block;
	font-weight:inherit;
	color:inherit;
	font-size:inherit;
}
.list-border li{
	padding:10px 0px;
	border-top:1px dashed #eee;
}
.list-1x li{
	padding:5px;
}
.list-2x li{
	padding:12px 15px;
}

.list-n-bg li{
	padding-left:15px;
	padding-right:15px;
}
.list-n-bg li:nth-child(2n+1),.list-n-bg .grid-table:nth-child(2n+1)  {
    background: #fdfdfd;
}
.list span{
	display:inline-block;
}
.list-border-8 li{
	padding:10px 0px;
	border-top:1px dashed #888;
}
.list-border-8 li:first-child{
	border:none;
}
/*10.Title*/
.title-group h2,h1,.coursel-large h1,.article-heading h2.banner_inner_page h1,.banner_inner_page h2,.main-font,.banner h2{
	font-family: 'Spartan', sans-serif;
	font-weight:800;
}
.title-group{
	margin-bottom:40px;
	text-align:center;
}
.title-group .line-default:after{
	left:50%;
	margin-left:-35px;
	border-color:#f7db3b;
}
.title-group h1,.title-group h2,.title-group h3,.title-group h4,.title-group h5,.title-group h6{
	padding-top:0px;
}
.title-group h1{
	font-size:50px;
	text-transform:uppercase;
}
.title-group h2{
	font-size:45px;
	text-transform:uppercase;
}
.title-group h3{
	font-size:25px;
}
.title-group h4{
	font-size:20px;
	font-weight:500;
}
.title-group h5{
	font-size:18px;
	font-weight:500;
}
.title-group h6{
	font-size:16px;
	font-weight:500;
}
.title-group p{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.article-heading .line-default:after{
	border-color:#feda00;
}
.article-heading  h2{
	font-size:40px;
	padding-top:0px;
}
.article-heading  h3{
	font-size:30px;
	padding-top:0px;
}
.article-heading  h4{
	font-size:25px;
	padding-top:0px;
}
.article-heading  h5{
	font-size:22px;
	padding-top:0px;
}
.article-heading  h6{
	font-size:18px;
	padding-top:0px;
}
/*11.Row*/
.row .owl .card,.row-0 .card,.row-2 .card,.row-5 .card,.row-10 .card{
	margin-bottom:0;
}
.row-0{
	margin:0;
}
.row-2{
	margin:0 -.2rem;
}
.row-5{
	margin:0 -.5rem;
}
.row-10{
	margin:0 -1rem;
}
.row-0 > [class*="col-"]{
	padding:0;
}
.row-2 > [class*="col-"]{
	padding:.2rem;
}
.row-5 > [class*="col-"]{
	padding:.5rem;
}
.row-10 > [class*="col-"]{
	padding:1rem;
}
[class*="col-"]{
	position:static;
}
/*12. Shap*/
.fg{
	position:absolute;
	border:1px solid #eee;
	background:#fff;
	padding:15px;
}
.fg-pos-1{
	top:100px;
	left:50px;
	-ms-transform: rotate(185deg); /* IE 9 */
    -webkit-transform: rotate(185deg); /* Chrome, Safari, Opera */
    transform: rotate(185deg);
}
.fg-pos-2{
	top:300px;
	left:160px;
	-ms-transform: rotate(100deg); /* IE 9 */
    -webkit-transform: rotate(100deg); /* Chrome, Safari, Opera */
    transform: rotate(100deg);
}
.fg-pos-3{
	top:190px;
	left:110px;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
.fg-pos-4{
	top:0px;
	left:0px;
	-ms-transform: rotate(225deg); /* IE 9 */
    -webkit-transform: rotate(2215deg); /* Chrome, Safari, Opera */
    transform: rotate(225deg);
}
.fg-pos-5{
	top:300px;
	left:0px;
	-ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
}
.fg-pos-6{
	top:400px;
	left:70px;
	-ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
}
.shap-hexa{
	font-size:30px;
	background:#fff;
	height:52px;
	width:90px;
	display:inline-block;
	position:relative;
	text-align:center;
	line-height:60px;
	margin-bottom:20px;
	z-index:1;
}
.shap-hexa::before,.shap-hexa::after{
	position: absolute;
	left: 0;
    width: 0;
    height: 0;
	content: "";
}
.shap-hexa::before{
    top: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right: 45px solid rgba(255, 0, 0, 0);
    border-bottom: 22px solid #fff;
   
}
.shap-hexa::after{
    bottom: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right:45px solid rgba(255, 0, 0, 0);
    border-top: 22px solid #fff;
}
.shap-hexa-f5{
	background:#f2f2f2;
}
.shap-hexa-f5::before{
	border-bottom-color:#f2f2f2;
}
.shap-hexa-f5::after{
	border-top-color:#f2f2f2;
}
.shap-hexa-e{
	background:#eee;
}
.shap-hexa-e::before{
	border-bottom-color:#eee;
}
.shap-hexa-e::after{
	border-top-color:#eee;
}
.shap-hexa-9{
	background:#999;
	color:#fff;
}
.shap-hexa-9::before{
	border-bottom-color:#999;
}
.shap-hexa-9::after{
	border-top-color:#999;
}
.shap-hexa-line{
	background:#fff;
	transform:scale(0.95);
}
.shap-hexa-line::before,.shap-hexa-line::after{
	position: absolute;
	left: 0;
    width: 0;
    height: 0;
	z-index:2;
	content: "";
}
.shap-hexa-line::before{
    top: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right: 45px solid rgba(255, 0, 0, 0);
    border-bottom: 23px solid #fff;
   
}
.shap-hexa-line::after{
    bottom: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right:45px solid rgba(255, 0, 0, 0);
    border-top: 23px solid #fff;
}
.rotate-45{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}
.rotate-45 i{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}
.rotate-45 .reset-rotate{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}
.bg-pri,.bg-pri-f,.bg-pri-red,.bg-pri-gray,.bg-pri-c{
	position:relative;
	z-index:1;
}
.border-color-0{
	border:10px double #000;
	box-shadow:0px 0px 0px 15px #f2f2f2;
}
.border-color-5{
	border:5px double #000;
	box-shadow:0px 0px 0px 10px #f2f2f2;
}
.bg-pri:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #feda00;
    z-index: -1;
}

.bg-pri-f:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #fff;
    z-index: -1;
}
.bg-pri-gray:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #000;
    z-index: -1;
}
.bg-pri-c{
	background:#fff;
}



.bin span{
	font-size: 12px!important;
	font-weight: 900!important;
}

.bg-pri-c:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 70px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #fff;
    z-index: -1;
}
.bg-pri-red:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #dc4c46;
    z-index: -1;
}
.bg-pri-0:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #000;
    z-index: -1;
}
.bg-pri-t:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #fff;
    z-index: -1;
}
.bg-pri-r:before{
	transform: SkewY(5deg);
}
.bg-prc{
	transform: Skew(15deg);
}
.bg-prc .thumb-item,.bg-prc .media,.bg-prc .bg-offset,.bg-prc .list-g {
	transform: Skew(-15deg);
	color:#fff;
}
.bg-prc .bg-offset{
	background-size:100%;
	margin-left:-50px;
	margin-right:-50px;
}
.bg-prf{
	transform: Skew(-15deg);
}
.bg-prf .media{
	transform: Skew(15deg);
	color:#fff;
}
.bg-prf{
	transform: Skew(-15deg)!important;
}
.italic{
	font-style:italic;
}
.border-brc{
	border:5px solid #ccc;
	background:#fafafa;
	border-radius:20px;
}
/*13.Panel*/
.panel{
	box-shadow:0 0px 0px rgba(0,0,0,0);
	background:none;
}
h4.panel-title{
	padding:5px;
	position:relative;
	font-family: 'Spartan', sans-serif; 
	font-weight:500;
}
h4.panel-title a::after{
	content: "\f056";
    font-family: 'FontAwesome';
    position: absolute;
    font-size:20px;
    width: 20px;
    height: 28px;
	color:#ccc;
    text-align: center;
    border-radius: 0px;
    line-height: 28px;
    top: 0px;
    right:0px;
    z-index: 5;
}
h4.panel-title a.collapsed::after{
	content: "\f055";
}
.panel-default>.panel-heading+.panel-collapse>.panel-body,.panel-default,.panel-default>.panel-heading{
	border:none;
	border-radius:0px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
	padding:15px;
	background:#f2f2f2;
}
.panel-default>.panel-heading{
	background:#fdfdfd;
	border:1px solid #eee;
	border-radius:3px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
	background:#fff;
	border:1px solid #eee;
	margin-top:5px;
	border-radius:3px;
}
.panel-group .panel{
	margin-bottom:10px;
}
/*14. Tag--*/
.tags li{
	display:inline;
}
.tags li a{
	display:inline-block;
	padding:7px 10px;
	font-size:13px;
	color:#888;
	margin-bottom:5px;
	margin-right:5px;
	background:#fafafa;
}
/*15.line*/
.line-default{
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
}
.line-default:after{
	position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    margin-left: 0px;
    border-bottom: 4px solid #f7db3b;
    width: 100px;
}
.line-default-left:after{
	left:0!important;
	margin-left:0!important;
}
.line-mix{
	position:relative;
	display:inline-block;
	margin-bottom:15px;	
}
.line-mix::before,.line-mix::after{
	position:absolute;
	top:45%;
	content:'';
	width:50px;
	border-bottom:1px solid #000;
}
.line-mix::before{
	left:-55px;
}
.line-mix::after{
	right:-55px;
}
.line-mix-left::before{
	left:0px;
}
.line-mix-left::after{
	left:55px;
}
.line-default-feda00:after,.line-mix-feda00::before,.line-mix-feda00::after{
	border-color:#feda00;
}
.line-default-c:after,.line-mix-c::before,.line-mix-c::after{
	border-color:#ccc;
}
.line-default-3:after,.line-mix-3::before,.line-mix-3::after{
	border-color:#000!important;
}
.line-default-f:after,.line-mix-f::before,.line-mix-f::after{
	border-color:#fff!important;
}
/*31.counter*/
.counter-item{}
.counter-item h4{
	font-size:70px;
	font-family: 'Spartan', sans-serif;
	padding-bottom:0;
	color:#feda00;
}
.counter-item p{
	font-size:20px;
}
/*31.Form request*/
.form-request{
	margin-top:-200px;
	padding:50px;
	background:#dc4c46;
}
.form-request h3{
	font-size:25px;
	text-transform:uppercase;
	padding-top:0;
	padding-bottom:30px;
	color:#fff;
}
.form-request .form-item{
	border:0;
}
/*16. Thumb*/
.thumb-item{
	padding:50px 20px 40px 20px;
	text-align:center;
	margin-bottom:30px;
	background:#fff;
	margin;auto;
	color:#000;
	display:block;
	position:relative;
}
.thumb-item i{
	font-size:35px;
}
.thumb-item h4.heading{
	font-size:20px;
	font-weight::600;
}
.thumb-item h3.heading{
	font-size:22px;
	font-weight::600;
}
.thumb-item .ht-btn{
	margin-top:20px;
}
/*05. Box*/
.box-1{
	background:#fff;
	padding:25px;
	border:2px solid #e6e6e6;
	margin-bottom:30px;
}
.box-1 h3{
	font-size:22px;
	padding-top:0;
	text-transform:uppercase;
}
.box-1 h3.line-default{
	margin-bottom:20px;
}
.box{
	position:relative;
	margin-left: -76px;
    width: 107%;
    margin-bottom: 30px;
}

.box2{
position: relative;
    margin-left: 33px;
    width: 30%;
    margin-bottom: 35px;
    padding: 25px;
    top: -180px;
}
.box .box-img{
	display:block;
}
/*.box img{
	width: 30%;
    height: auto;
}*/

.s1{
	padding: 47px;
    margin: 100px;
    width: 76%;
    margin-left: 93px;
}

.box3 {
    position: relative;
    margin-left: -38px;
    width: 105%;
    border-right: 10px solid #f7db3b;
    margin-bottom: 30px;
}

.img-responsive{
	    padding: 3px!important;
    width: 80%;
        cursor: pointer;

}

.box .box-body{}
.box .box-overlay{
	position:absolute;
	top: 50%;
	/*left:0;*/
	width:100%;
	text-align:center;
	z-index:0;
	padding:20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box .box-heading{
	font-size:20px;
}
.box .box-heading-xs{
	font-size:16px;
}
.box .box-heading-md{
	font-size:25px;
}
.box .box-heading-lg{
	font-size:40px;
}
.box .box-heading-xl{
	font-size:60px;
}
.box .box-subheading{
	font-size:20px;
}
.box .box-txt{}
.box .btn{
	margin-top:20px;
}
/*31.Product*/
.product{
	background:#f2f2f2;
}
.product .box{
padding: 0;
    border-radius: 9px;
    background: #000;
    margin-bottom: 30px;
    color: #fff;
}
.owl .box{
	margin: -3px 0!important;
}
.product .box  .box-img{
	padding:20px 20px 0px 20px;
}
.product .box .box-body{
	padding:10px 20px;
	position:relative;
	height: 100px;
}
.product .box .box-heading{
	font-size:18px;
	font-family: 'Spartan', sans-serif;
}
.product .box .box-footer{
	overflow:hidden;
}
.product .box .box-footer .box-price{
	padding:9px 20px 9px 20px;
	background:#dc4c46;
	position:relative;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
}
.product .box .box-footer .box-price::after {
    position: absolute;
    top: 0px;
    right: -46px;
    content: '';
    border-width: 23px;
    border-style: solid;
    border-top-color: rgba(0,0,0,0);
    border-left-color: #dc4c46;
    border-right-color: rgba(0,0,0,0);
    border-bottom-color: #dc4c46;
}
.product .box .fgc{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	padding:0;
	text-align:right;
}
.product .box .box-footer .box-price-1::before{
    position: absolute;
    top: 0px;
    left: -46px;
    content: '';
    border-width: 23px;
    border-style: solid;
    border-top-color: rgba(0,0,0,0);
    border-right-color: #dc4c46;
    border-left-color: rgba(0,0,0,0);
    border-bottom-color: #dc4c46;
}

.box-body p{
	    font-size: 11px!important;
    font-weight: 700!important;
}

.box-overlay p{
	text-align: justify!important;
	font-weight: 400!important;
	  font-size: 17px!important;
    margin-left: -53px;
}

.box-overlay2 p{
	text-align: left!important;
    font-weight: 200!important;
    font-size: 19px!important;
    margin-left: 28px;
    padding: 7px;
    color: white;
 
}


.divider.divider_left {
  width: 25px;
    height: 3px;
    position: initial;
    margin-top: -85px;
    left: -45px;
    background: #f7db3b!important;
    top: 35px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.box-overlay2 {
	text-align: center!important;
	color: #f7db3b;
}

.box-overlay2:hover {
	text-align: center!important;
	color: #484845;
}

.imgp{
	height: auto!important;
    padding: 14px!important;
    width: 30%;
}

.imgp2{
	height: auto!important;
    padding: 14px!important;
    width: 40%;
}

.box-overlay h6{
	text-align: justify!important;
    margin-left: -53px;
}

.pard .col{
	border:1px solid #eee;
	margin-right:-1px;
	padding:7px 15px;
	font-size:15px;
}
/*17. Blog*/
.blog .box{
	background:#fff;
	margin-bottom:30px;
}
.blog .box .box-body{
	padding:25px;
}
.blog  .box .box-heading{
	text-transform:none;
	padding-top:0;
}
.blog .box .box-heading-xs{
	font-size:16px;
}
.blog .box .box-heading-md{
	font-size:30px;
}
.blog .box .box-heading-lg{
	font-size:35px;
}
.blog .box .box-heading-xl{
	font-size:50px;
}
.blog .box .box-date{
	font-size:13px;
	border:1px solid #eee;
	text-align:center;
	padding:20px 10px;
}
.blog .box .box-date p{
	font-size: 45px;
    line-height: 1;
    font-weight: bold;
    margin: 5px;
    color: #f7db3b;
    text-align: center!important;
}
.blog .box .box-txt{}
.blog .box .btn{}
.blog-list .box-heading{
	padding-top:0;
}
.blog-list .box .box-body{
	padding:0;
}
/*17. Banner*/
.banner{
	padding:0;
}
.banner .box{
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
}
.banner .box .box-body{}
.banner .box .box-overlay{}
.banner .box .box-heading{
	padding-top:0px;
}
.banner .box .box-heading-xs{
	font-size:30px;
}
.banner .box .box-heading-md{
	font-size:40px;
	font-weight: 300;
}



.banner .box .box-heading-lg{
	font-size:80px;
    font-weight: bold!important;
}
.banner .box .box-heading-xl{
	font-size:70px;
}
.banner .box .box-subheading-1{
	font-size:20px;
}
.banner .box .box-subheading-2{
	font-family:'Spartan', serif;
	text-align: justify!important;
	font-weight:400;
	padding-top:0;
	font-size:20px;
}
.banner .box .box-txt{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.banner .box .btn{
padding: 12px 20px;
    background: #fff;
    font-size: 16px;
    color: #484845;
    margin-top: 30px;
    font-weight: bold;
    margin-left: 130px;
}

.banner a{
    color:white;
  
}

.banner a:hover{
    color:#f7db3b;
  
}

/*17. thumb*/
.team .box{
	background:#fff;
	padding:20px;
	border:1px solid #eee;
}
.team .box-icon{}
.team .box-icon i{}
.team .box .box-body{}
.team  .box .box-heading{
	font-size:18px;
	padding-bottom:5px;
}
.team .box p{
	font-size:15px;
	color:#777;
	margin-bottom:0;
}
/*19. Rating*/
.rating{}
.rating li{
	display:inline;
	font-size:14px;
	padding:0px 2px;
	color:#ffda4b;
}
.rating li i{
	color:#999;
}
/*20. Breadcrumbs--*/
.breadcrumbs{
	margin-top:15px;
}
.breadcrumbs li{
	font-weight:500;
	float:left;
	margin-right:5px;
}
.breadcrumbs li:after{
	content:'/';
	margin-left:5px;
}
.breadcrumbs li:last-child:after{
	content:'';
}
/*21. Pagination--*/
.ht-pagination {
	margin:20px 0px 0px 0px;
}
.ht-pagination li a{
	margin-right:5px;
	padding:8px 10px;
	border:1px solid #eee;
}
.ht-pagination li a,.ht-pagination li span{
	text-align:center;
	color:#000;
	border-radius:0px;
}
.ht-pagination li a{
	padding-left:15px;
	padding-right:15px;
	min-width:40px;
}
.ht-pagination li a:hover span,.ht-pagination li a:active span,.ht-pagination li a:focus span{
	color:#fff;
}
.ht-pagination li.active a,.ht-pagination li.active a:hover,.ht-pagination li.active a:active,.ht-pagination li.active a:focus,.pagination li a:hover,.pagination li a:focus{
	background:none;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*22. Search*/
.main-header .container{
	position:relative;
}
.search-box{
	position:absolute;
	width:100%;
	top:10px;
    right:50px;
	width:300px;
	display:none;
	z-index:999;
}
.search-box .form-item{
	border:none;
	padding:0px 40px 0px 20px;
	border-radius:0px;
	height:50px;
	width:100%;
	margin-bottom:0px;
	background:#fff;
}
.search-box .form-item:focus,.search-box .form-item:active{
	border:inherit;
}
.search-box .container{
	position:relative;
}
.search-box button{
	border:none;
	position:absolute;
	background:none;
	right:0px;
	top:0px;
	color:#000;
	z-index:999;
	padding:0px;
	font-size:18px;
	height:50px;
	width:42px;
	text-align:center;
}
.icon-search{
	cursor:pointer;
}
.icon-search.fa-remove{
	color:#000;
}
.icon-t{
	text-align:center;
	width:35px;
	height:30px;
	line-height:30px;
	font-size:28px;
	cursor:pointer;
}

.icon-t:hover{
color: #f7db3b;
}

.menu-nav > ul.menu > li > a:hover{
color: #fff;
}



/*23. Form commen*/
.form-comment{
	margin-top:30px;
}
.form-comment .form-item{
	border:1px solid #eee;
}
.list-comment{
	text-align:left;
	padding:30px 0px;
}
/*24. Comment*/
.list-comment .comment-item{
	display:inline-block;
	margin-bottom:20px;
	position:relative;
}
.list-comment h4,.form-comment h4{
	margin-bottom:5px;
	font-size:25px;
} 
.list-comment .comment-item .comment-img{
	width:80px;
	height:80px;
	border:1px solid #f2f2f2;
	padding:10px;
	display:block;
	float:left;
	border-radius:4px;
	top:25px;
	position:absolute;
	left:0px;
	z-index:9;
	margin-right:20px;
	overflow:hidden;
}
.list-comment .comment-item .comment-item .comment-img{
	left:-35px;
}
.list-comment .comment-item .comment-img img{
	width:100%;
}
.list-comment .auth .comment-heading{
	float:left;
	margin-bottom:10px;
	width:100%;
}
.list-comment .comment-item .auth .comment-heading > h5{
	text-transform:none;
	padding-bottom:10px;
	font-size:16px;
	font-weight:500;
}
.list-comment .comment-item .auth .comment-heading > h5 a{
	color:#000;
}
.list-comment .comment-item  span{
	color:#999;
	font-size:14px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}
.list-comment .comment-item .auth .comment-heading h5 a:hover,.list-comment .comment-item .auth .comment-heading h5 a:focus,.list-comment .comment-item .auth .comment-heading h5 a:active{
	text-decoration:underline;
}
.list-comment .more-comment{
	padding:12px;
	display:block;
	color:#777;
	font-size:13px;
	text-align:center;
	background:#f2f2f2;
}
.list-comment .more-comment:hover{
	text-decoration:underline;
}
.list-comment .comment-item .comment-item .comment-img{
	height:70px;
	width:70px;
}
.list-comment .comment-item .comment-txt .comment-item{
	margin-bottom:0px;
	margin-top:20px;
}
.list-comment .comment-item .comment-txt .reply{
	font-size:14px;
	margin-top:20px;
	display:block;
	color:#888;
}
.list-comment .comment-item .comment-txt .reply:hover{
	text-decoration:underline;
}
.list-comment .comment-item .comment-txt > hr{
	margin-bottom:20px;
}
.list-comment .comment-item .comment-txt{
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	display:inline-block;
	padding:0px 20px 0px 100px;
	float:left;
}
.list-comment .comment-item .comment-txt .comment-item .comment-txt{
	padding:0px 20px 0px 60px;
}
.list-comment .comment-item .comment-txt p{
	margin-bottom:0px;
	display:inline-block;
	margin-top:15px;
}
/*25. Dropdown*/
.dropdown-menu{
	border-radius:0px;
	background:#fff;
	padding:0px;
	left:0px;
	border:0px solid #eee;
	margin-top:2px;
	box-shadow: 1px 1px 2px 0px #ddd;
	
}
.dropdown-menu > li > a,.dropdown-menu > li > a:focus{
	border-bottom:1px solid #eee;
	padding:10px 15px;
	display:block;
}
.dropdown-menu > li:last-child a{
	border-bottom:0px;
}
.dropdown-menu > li > a:hover{
	background:none;
}
/*26. Tab*/
.ht-tabs ul{
	border:none;
}
.ht-tabs ul li{
	float:none;
	display:inline-block;
	cursor:pointer;
	margin-right:0px;
	text-align:center;
}
.ht-tabs ul li p{
	height:90px;
	width:90px;
	border:2px solid #eee;
	overflow:hidden;
	border-radius:100px;
	margin:15px auto;
}
.ht-tabs ul li p img{
	width:100%;
}
.ht-tabs ul li a{
	display:inline-block;
	padding:12px 25px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	position:relative;
	color:#444;
	font-weight:600;
	font-size:18px;
	border:0px;
	background:#fff;
	font-family: 'Spartan', sans-serif;
	border-radius:5px;
}
.ht-tabs ul li a:hover,.ht-tabs ul li a:focus,.ht-tabs .nav-tabs>li.active>a,.ht-tabs .nav-tabs>li.active>a:focus,.ht-tabs .nav-tabs>li.active>a:hover{
	background:#dc4c46!important;
	border:none;
	color:#fff;
}
.ht-tabs-product ul{
	border:none;
	margin-bottom:30px;
}
.ht-tabs-product ul li a{

	border:none;
	color:#555;
}
.ht-tabs-product .nav-tabs li.active a,.ht-tabs-product  .nav-tabs>li.active>a:hover,.ht-tabs-product ul .nav-tabs li.active a:hover,.ht-tabs-product .nav-tabs li.active a:focus,.ht-tabs-product .nav-tabs li a:hover{
	Background:none;
	color:#82e629;
}
.ht-tabs-product .nav-tabs li.active p,.ht-tabs-product .nav-tabs li:hover p{
	border-color:#82e629;
}
/*27. owl coursel*/
.owl-theme .owl-controls{
	margin:0px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{
	background:none;
	border-radius:0px;
	position:absolute;
	opacity:1;
	padding:5px 12px;
	top:-60px;
	right:0px;
	font-family:FontAwesome;
	text-transform:uppercase;
	color:#fff;
	font-size:20px;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.list li a:hover {
    color:#f7db3b;
}


.owl-theme .owl-controls .owl-buttons div:hover{
	color:#f7db3b;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	right:45px;
}
.owl-theme .owl-controls .owl-buttons  .owl-prev::before{
	content:'\f053';
}
.owl-theme .owl-controls .owl-buttons  .owl-next::before{
	content:'\f054';
}
.overl .owl-item{
	padding:1px;
	margin-right:-1px;
}
.owl-pagination .owl-page, .owl-pagination .owl-buttons div {
    cursor: pointer;
    float: left;
}
.owl-pagination{
	display: inline-block;
    margin-top: -53px;
    margin-left: -77px;
    z-index: 15;
    position: absolute;
}
.owl-pagination .owl-page.active{
}
.owl-theme .owl-controls .owl-page span {
    width: 50px;
	height:5px;
	border-radius:0;
}
/*28. Grid table*/
.grid-table{
	border:1px solid #eee;
	margin:0px 0px -1px 0px;
	background:#fff;
}
.grid-table .grid-item-2{
	border-right:1px solid #eee;
	padding:12px 15px;
	
}
.grid-table .grid-item{
	padding-top:40px;
	border-right:1px solid #eee;
	height:100px;
	text-align:center;
}
.grid-table .grid-item:last-child,.grid-table .grid-item-2:last-child{
	border:none;
}
.grid-table .grid-item input{
	margin-top:-8px;
	background:#fdfdfd;
}
.grid-table .grid-item  i.fa{
	cursor:pointer;
}
.grid-table .grid-item.product-name{
	text-align:left;
}
.grid-table .grid-item.product-name a{
	font-weight:400;
}
.grid-table-heading{
	border:1px solid #eee;
	margin:0px 0px -1px 0px;
	background:#fff;
}
.grid-table-heading .grid-item{
	padding-top:40px;
	border-right:1px solid #eee;
	height:60px;
	padding:21px 15px;
	text-align:center;
}
/*29. Reloader--*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	background:#fff;
}
.preloader i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-40px 0 0 -40px;
	font-size:30px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	} 
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg); 
	} 
}
/*10. Background*/

.cua1{
	background-image:url(../images/bmw-918407_960_720.jpg);
}

.bg-image-propuesta{
	background-image:url(../images/propuesta.jpg);
	background-attachment: fixed;
}

.bg-image-socios{
	background-image:url(../images/socios.png);
	background-attachment: fixed;
	    background-position-y: 95px;
}

.bg-image-clientes{
	background-image:url(../images/clientes.jpg);
	background-attachment: fixed;
}

.bg-image-1{
	    position: relative;
    background-image: url(../images/par2.jpg);
    z-index: 2;
    background-attachment: fixed;
}
.bg-image-2{
	background-image:url(../images/12.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
}
.bg-image-3{
	background-image:url(../images/pa1.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.bg-image-4{
	background-image:url(../images/1.jpg);
	background-attachment: fixed;
}
.bg-image-5{
	background-image:url(../images/s1.jpg);
	background-attachment: inherit;
	background-size: cover;
}

/*
.bg-image-banner01{
	background-image:url(../images/s1.jpg);
	background-attachment: fixed;
}
*/



.bg-image-55{
	background-image:url(../images/b1.jpg);
	background-attachment: inherit;
	background-size: cover;
	
}

.bg-image-555{
	background-image:url(../images/s3.jpg);
	
}


.bg-image-6{
	background-image:url(../images/sports-car-1349155_960_720.jpg);
	background-attachment: fixed;
}
.bg-image-7{
	background-image:url(../images/par3.jpg);
	background-size: cover;
    background-attachment: fixed;
}
.bg-image-8{
	background-image:url(../images/sports-car-1374ff425_1920.jpg);
}
.bg-image-9{
	background-image:url(../images/post-6-1170x780.jpg);
}
.bg-image-10{
	background-image:url(../images/oto-1.jpg);
}
.bg-image-11{
	background-image:url(../images/aston-2119120_1920.jpg);
}
.bg-image-12{
	background-image:url(../images/car-background-free-hd-wallpaper-images.jpg);
}
.bg-image-13{
	background-image:url(../images/par2.jpg);
}
.border-left-15{
	border-left:10px solid #feda00;
}
.border-left-7{
	border-left:7px solid #feda00;
}
.border-left-5{
	border-left:5px solid #feda00;
	padding-left:10px;
}

.section1 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-left: -296px;
}

/*33. Pricing*/
.price-table{
	text-align:center;
	border:1px solid #eee;
	padding:20px;
	margin-bottom:30px;
}
.price-table h3{
	font-size:20px;
	padding-top:5px;
}
.price-table .price{
	color:#dc4c46;
	font-size:40px;
	font-weight:bold;
	font-family: 'Spartan', sans-serif;
	margin-bottom:15px;
}
.price-table  .btn{
	border:2px solid #eee;
	margin-top:20px;
}
/*32. Category list*/
.list-g{
	background:#fff;
	border-radius:5px;
}
.list-g li{
	border-bottom:2px solid #f2f2f2;
	padding:15px 20px;
	font-size:18px;
}
.list-g li i{
	margin-right:5px;
	background:#fff;
	color:#dc4c46;
}
.list-g2{
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.list-g2 li{
	border-bottom:5px solid #fff;
	padding:14px 20px;
	font-weight:bold;
	font-size:16px;
	background:#dc4c46;
	color:#fff;
}
.list-g2 li a{
	display:block;
}
.list-g2 li.active{
	background:#000;
}
.list-g2 li:last-child{
	border:none;
}
.list-g2 li i{
	margin-right:5px;
	background:#fff;
	color:#000;
}
.con{
	width: 130%;
}


.list-gg{
	position:relative;
	overflow:hidden;
	/*border-radius: 65px 0px 0px 65px;*/
	padding: 0px!important;
}
.list-gg::after{
	position:absolute;
	top:0px;
	right:0px;
	width:180px;
	height:100%;
	margin-right:-100px;
	transform: Skew(15deg);
	z-index:4;
	content:'';
	/*background:#fff;*/
}
.ngf{
	position:relative;
}
.ngf:before{
	position:absolute;
	right:0px;
	top:0px;
	background:#fff;
	height:100%;
	content:'';
	width:50%;
}
.ngf2{
	position:relative;
}
.ngf2:before{
	position:absolute;
	right:0px;
	top:0px;
	background:#dc4c46;
	height:100%;
	content:'';
	width:20%;
}
.hhgh{
	position:relative;
}
.menu-btn{
	display:none!important;
}
.hhgh:before{
	position:absolute;
	left:0px;
	top:0px;
	background:#fff;
	height:100%;
	content:'';
	width:300px;
}
.cart-total{
	border-top:2px solid #eee;
	padding-top:20px;
	color:#dc4c46;
	font-weight:bold;
}
.blog-1{
	padding:60px 0px;
	background:#f2f2f2;
}
.pred{
	position:absolute;
	top:30px;
	right:0px;
	width:10px;
	height:100px;
	background:#dc4c46;
}


.form-bg{
    background: #e4e6e6;
}
form{
    font-family: 'Roboto', sans-serif;
}
.form-horizontal .header{
    background: #3f9cb5;
    padding: 30px 25px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
}
.form-horizontal .heading{
    font-size: 16px;
    color: #3f9cb5;
    margin: 10px 0 20px 0;
    text-transform: capitalize;
}
.form-horizontal .form-content{
    padding: 25px;
    background: #fff;
}
.form-horizontal .form-control{
    padding: 12px 16px 12px 39px;
    height: 50px;
    font-size: 14px;
    color: #2b2a2a;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}
.form-horizontal .form-control:focus{
    border-color: #f7db3b;
    box-shadow: none;
}
.form-horizontal .control-label{
    font-size: 17px;
    color: #ccc;
    position: absolute;
    top: 5px;
    left: 27px;
    text-align: center;
}
.form-horizontal textarea.form-control{
    resize: vertical;
    height: 130px;
}

/*33. Media query*/
@media (max-width:980px){
	.min-w-800{
	min-width:800px;
	}
	.tb-res{
		overflow-x:auto;
	}
	.list-gg::after,.ngf2:before{
		display:none;
	}
}
@media (max-width:768px){
    
    .owl-pagination {
        margin-left: -59px!important;
}
    
	.header-fixed .main-header{
		padding-bottom:10px;
	}
	.bg-prc,.bg-prc .thumb-item,.bg-prc .media,.bg-prc .bg-offset,.bg-prc .list-g {
		transform: Skew(0deg)!important;
	}
	.logo img{
		width:100px;
	}
	.search-box{
		width:auto;
		right:85px;
	}
	.menu-btn{
		display:inline-block!important;
	}
	.box{
		padding:20px!important;
	}
	.box  .box-img,.box.no-bg{
		padding:0!important;
	}
	.box .box-body{
		padding:20px 0 0 0 !important;
	}
	.box h1{
		font-size:30px!important;
	}
	.box h2{
		font-size:25px!important;
	}
	.banner .box .box-subheading-2{
		font-size:16px;
	}
	.list-gg::after,.ngf2:before{
		display:none;
	}
	.form-request{
		margin-top:30px;
	}
	.media{
		background:#fff;
	}
	.cart .dropdown-menu{
		min-width:220px;
		width:100%!important;
		right:-40px;
	}
	.bg-prc .media{
		background:none;
	}
}












