@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Poppins:300,400,500,600|Work+Sans:500');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600&display=swap');
* {
    padding: 0px;
    margin: 0px;
    font-family: 'Josefin Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}
.ch h1 {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
.sub-hadding h1 {
  text-align: center;
 font-family: 'Oswald';
  color: #000;
  font-size: 45px;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 0px;
}
.image-two img{
  padding: 20px 0;
}
.factory-fluid{
    padding: 20px 0 60px;
}
a {
    text-decoration: none !important;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
    
}
.carousel-control.right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(255, 255, 255, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control1 {
position: absolute;
  top: unset;
   right: 15%;
  bottom: 0;
  width: 31%;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding-bottom: 100px;
}
#carousel-example-generic2 {
  padding-bottom: 300px;
}
.carousel-control2 {
  position: absolute;
  top: unset;
  left: 15%;
  bottom: 0;
  width: 31%;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding-bottom: 100px;
}
.slider-nav-item > span {
  display: inline-block;
  width: auto;
  margin-right: 18px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slide img {
  display: block;
}
.slider-nav-item div {
  display: inline-block;
  width: 48%;
  padding: 10px 0;
}
.slider-nav-item div strong {
    font-size: 15px;
    color: #353535;
    display: block;
  }
.slider-nav-item{
    background-color: #efefef;
    padding: 25px 15px;
    cursor: pointer;
  
}
.event-dtls {
background-color: #c80515;
padding: 45px;
  top: 0;
  right: 7%;
  bottom: auto;
  left: auto;
  width: 100%;
  position: absolute;
  margin: 72px 0;
}
  .event-dtls h3 {
    font-size: 22px;
    margin-bottom: 35px;
    font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  }
   .event-dtls p {
    font-size: 16px;
    margin-bottom: 28px;
    font-family: "Open Sans", sans-serif;
      color: #fff !important;
  }
body {
    height: auto;
    width: 100%;
    overflow-x: hidden;
    background: #fff;
}
.table-class {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.aboutDets a{
  background: transparent !important;
}
.table-class span{
padding: 2px 0;
  line-height: 34px;
  font-family: "Roboto", sans-serif;
  margin-left: 20px;
  display: block;
}
/*.table-class td{*/
/*    text-align: center;*/
/*}*/
.mold-last{
    font-family: "Roboto", sans-serif;
}
.mold-last span{
    font-family: "Roboto", sans-serif;
}
.mold-last strong{
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  font-family: "Roboto", sans-serif;
}
.header h2 {
    font-size: 44px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 44px;
   padding: 50px 0;
    text-transform: capitalize;
     font-family: "Roboto", sans-serif;
  }
  .mg-img img{
      padding: 50px 0;
      
  }
  .team-structure {
  background: white;
  text-align: center;
}
.team-structure__top-container {
  min-width: 300px;
  display: flex;
  justify-content: center;
}
.team-structure .tile {
  width: 400px;
  box-shadow: 0 10px 6px -6px #777;
  background: #299b3c;
  color: white;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  font-family: "Open Sans", sans-serif;
}
.team-structure .tile-header {
  padding: 10px 0px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.team-structure .tile-divider {
  border-bottom: #c80515 5px dotted;
  padding: 0px;
  margin: 0px 10px;
}
.team-structure .tile-body {
  padding: 10px 0px;
  font-size: 1.2rem;
}
.team-structure__middle-container {
  display: flex;
  justify-content: center;
  min-width: 300px;
}
.team-structure__middle-container .vertical-line {
  border-right: 3px #000 dashed;
  height: 50px;
}
.ftulwrap2 p {
font-size: 16px;
  color: #6e6e6e;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
}
.ftulwrap2 ul li a {
  color: #000;
  font-size: 15px;
  padding-bottom: 5px;
  transition: ease all .8s;
  line-height: 25px;
    font-family: "Open Sans", sans-serif;
}
.ftulwrap2 ul li {
  list-style: none;
}
.contact_5478 h1{
      font-size: 44px;

  margin-bottom: 30px;

  font-weight: 700;

  line-height: 44px;

  padding: 0 0 0 0;

  text-transform: capitalize;

  font-family: "Roboto", sans-serif;
}
.get_ing_touch_001 h1 {
  font-size: 44px;

  margin-bottom: 30px;

  font-weight: 700;

  line-height: 44px;

  padding: 0 0 0 0;

  text-transform: capitalize;

  font-family: "Roboto", sans-serif;

}
.team-structure__middle-container .vertical-line::before {
  content: " ";
}
.team-structure__bottom-container {
  min-width: 300px;

}
.team-structure .section-title {
  font-weight: bold;
color: #fff;
  background: #000;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.team-structure__bottom-container .tiles-container {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-between;
  background-color: #f7f7f7;
  font-family: "Open Sans", sans-serif;
}
.team-structure .tile {
  width: 400px;
  box-shadow: 0 10px 6px -6px #777;
  background: #c80515;
  color: white;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  font-family: "Open Sans", sans-serif;
}
.team-structure__bottom-container .tile {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
}
.team-structure .tile-header {
  padding: 10px 0px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.team-structure .tile-divider {
  border-bottom: #fff 5px dotted;
  padding: 0px;
  margin: 0px 10px;
}
.team-structure .tile-body {
  padding: 10px 0px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
.ab-mg{
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-image: url(../images/company-mg.jpg);
    background-size: 100%;
    padding: 350px 0;
}
.ab-main{
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-image: url(../../images/abmain.jpg);
    background-size: 100%;
    padding: 250px 0;
}
.ab-section h1{
    color: white;
  font-style: italic;
  text-align: left;
  font-size: 52px;
    line-height: 52px;
    font-family: Oswald;
    font-weight: 500;
}
.ab-2{
     padding: 100px 0;
}
.ab-2-img img{
  border: 11px solid #fff;
  box-shadow: 0px 48px 87px rgba(146, 146, 146, 0.54);
}
.ab-2-text{
    padding-left:50px;
}
.ab-2-text p{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.ab-2-text h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #353535;
  border-left: 2px solid #efb249;
  padding-left: 10px;
      font-family: "Roboto", sans-serif;
}

.certimain {
    margin-top: 20px;
    margin-bottom: 20px;
}
.our-text {
    margin-top: 30px !important;
}
.our-text h1 {
    background-image: url(../../images/our-bg.png);
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: contain;
    font-family: 'Oswald';
    padding-left: 8px;
}

.our-text p {
    padding-top: 20px;
    padding-left: 8px;
    font-family: "Open Sans", sans-serif;
	font-size:16px;
}


.htoservice {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
}
.htooser {
    text-align: center;
    border: 1px dashed #000;
    padding: 15px 20px;
}

.htooser h2{
	font-family:Agency FB;
	font-size:20px;
	font-weight:bold;
	color:#363636;
	margin-top:10px;
	margin-bottom:10px;
}
img.htoas {
    margin-top: -55px;
}


.ab-3{
    padding-bottom: 85px;
}
.mb-main{
    background-color: #f6f7f7;
    padding: 100px 0;
}
.mb-section h1{
    font-size: 44px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 44px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif !important;
}
.tm-body {
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 1s 0s, color 0s;
  z-index: 1;
  padding-bottom: 70px;
  cursor: pointer !important;
}
.tm-body img {
  width: 100%;
}
.tm-body .viewdetails {
  transition: all 1s 0s;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100%;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}
.tm-box:hover .tm-body {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.tm-box:hover .tm-body figure {
  background-color: #e21a1e;
}
.tm-box:hover .tm-body figure img {
  opacity: .5;
}
.tm-box {
  margin: 0 50px;
}
.tm-footer strong {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
}
.tm-footer {
  text-align: center;
    
}
.tm-box:hover .tm-body .viewdetails {
  bottom: -10%;
  opacity: 1;
}
.clearfx {
    clear: both;
}
.toppara{
    margin: 9px 0px 0px 0px;
    padding:0px;
    float:left;
    width:100%;
    color: #fff;
    font-family: Oswald;
    font-size:15px;
}

.gtranslate_wrapper.gt_container-unisv1 {
    margin-top: 6px;
}

.gt_container-unisv1 a.glink span {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: middle;
    color: #000;
}

.tus_ftsocial {
    margin: 10px auto 0 auto;
    padding: 0px;
    text-align: center
}

.tus_ftsocial a {
    margin: 0px 3px;
    padding: 0px;
    display: inline-block
}

.tus_ftsocial a i {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    transition: 0.8s;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.tus_ftsocial a i:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.headermenu {
    width: 100%;
    float: left;
}
.fabwel {
    text-align: left;
    color: #fff;
    margin-top: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
.contact_top_list{float: left;padding-top: 13px;}
.contact_top_list ul {text-align: left; margin: 0px; padding: 0px;}
.contact_top_list ul li{display: inline-block; padding-left: 8px;}
.contact_top_list ul li a{color: #fff; font-family: 'Poppins', sans-serif;}
.contact_top_list ul li a i{color: #fff;}
.contact_top_list ul li a:hover{color: #efb249;}
.ggza {
    margin-top: 20px;
}
select.gt_selector.notranslate {
    padding: 10px 20px;
}

#top-header-wrapper {
    background: #5f5b5c;
}

#top-header-wrapper #header-meta {
    float: left;
    font-size: 0px;
    margin-top: 5px;
}

#top-header-wrapper #header-meta a {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}

#top-header-wrapper #header-meta a::after {
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #2b2b2b;
}

#top-header-wrapper #header-meta a:last-child {
    margin-right: 0px;
}

#top-header-wrapper #header-meta a:last-child::after {
    display: none;
}

#top-header-wrapper #header-meta a i {
    display: inline-block;
    margin-right: 10px;
}

#top-header-wrapper #header-meta a span {
    display: inline-block;
}

#top-header-wrapper ul#scl-wrapper {
    list-style: none;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    font-size: 0px;
    float: right;
}

#top-header-wrapper ul#scl-wrapper li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

#top-header-wrapper ul#scl-wrapper li:first-child::after {
    margin-left: 0px;
}

#top-header-wrapper ul#scl-wrapper li::before {
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    background: #2b2b2b;
}

#top-header-wrapper ul#scl-wrapper li:first-child::before {
    display: none;
}

#top-header-wrapper ul#scl-wrapper li a {
    display: block;
}

#top-header-wrapper ul#scl-wrapper li a i {
    display: block;
    color: #aeaeae;
    font-size: 14px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

#top-header-wrapper ul#scl-wrapper li a:hover i {
    color: #f20b03;
}

#main-cotact {
    margin: 0px;
    padding: 0px;
    float: left;
    background: #0f0f0f;
}

.customsection {
    float: left;
    width: 100%;
    background-color: #000;
    padding-bottom: 35px;
    padding-top: 35px;
    background-image: url('../../images/customdesign.jpg');
    background-size: cover;
    background-position: center center;
}

.cthdM {
    text-align: center;
    margin-top: 0px;
    padding-bottom: 10px;
}

.cthdM h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: 25px;
}

.cthdM h2 span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #c80d14;
    text-transform: uppercase;
    font-size: 30px;
}

.custom_img {
    position: relative;
}

.custom_img #videoicon {
    position: absolute;
    border: none;
    background: transparent;
    width: 82px;
    outline: none;
    height: 82px;
    border-radius: 50%;
    right: 526px;
    top: 139px;
}

.main-wrapper {
    background: #fff;
}

.bg_color {
    border-top: 5px solid #5bcc9f;
    padding-top: 8px;
}

.search-wrapper {
    margin-top: 25px;
    float: left;
    width: 100%;
}

.search-wrapper input {
    width: 100%;
    height: 41px;
    background: transparent;
    border: none;
    border-radius: 0px;
    padding-left: 10px;
    color: #7c7c7c;
    font-style: normal;
    font-size: 12px;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}

.search-wrapper input::focus {
    border: none;
}

.search-wrapper button {
    border: none;
    background-color: transparent;
}

.search-wrapper input::placeholder {
    color: #6b6b6e;
    font-size: 14px;
    font-family: 'Oswald';
    font-weight: normal;
}

.search-wrapper button {
    position: absolute;
    height: 40px;
    color: #fff;
    width: 70px;
    border-radius: 9px;
    right: 0px;
    font-size: 20px;
}
.tus_inpsrh {
    margin: 5px 0 0 0;
    padding: 10px 15px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
}
.tus_sbrch {
    margin: -30px 0 0 0;
    padding: 0px 10px 0px 0px;
    color: #000;
    font-size: 18px;
    z-index: 1;
    background: none;
    border: none;
    position: relative;
    float: right;
}
.topsocial {
    padding: 0px;
	float: right;
}
.topsocial a.fb {
    background-position: 0 -40px;
}
.topsocial a.fb:hover {
    background-position: 0 0;
}
.topsocial a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 5px 0px;
    background: url(../../images/btmsocial.png) 0 0 no-repeat;
    -webkit-transition: .4s;
    transition: .4s;
}
.topsocial a:hover {
    text-decoration: none;
}
.topsocial a.tw {
    background-position: -45px -40px;
}
.topsocial a.tw:hover {
    background-position: -45px 0;
}
.topsocial a.in {
    background-position: -90px -40px;
}
.topsocial a.in:hover {
    background-position: -90px 0;
}
.topsocial a.pi {
    background-position: -135px -40px;
}
.topsocial a.pi:hover {
    background-position: -135px 0;
}
.topsocial a.yt {
    background-position: -180px -40px;
}
.topsocial a.yt:hover {
    background-position: -180px 0;
}
.topsocial a.li {
    background-position: -225px -40px;
}
.topsocial a.li:hover {
    background-position: -225px 0;
}

.header {}



/*scroll*/

#scroll {
    position: fixed;
    right: 10px;
    bottom: 50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #a50505;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff
}

#scroll:hover {
    background-color: #a50505;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.product-block .image {
    outline: 1px solid transparent;
    outline-offset: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 15px;
}

.product-grid .caption {
    position: relative;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-block .image a {
    display: block;
    text-align: center;
}

.product-block .image .image-effect {
    top: 0;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product-block .image .image-hover {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-grid .add-links {
    margin: auto;
    padding: 0 8px;
    position: absolute;
    visibility: hidden;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 20px;
    bottom: 0px;
    text-align: right;
    background: rgba(255, 255, 255, 0.9);
}

.product-grid:hover .add-links {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-grid .add-links .quick-view {
    float: left;
    text-transform: uppercase;
}

.product-grid .button-groups>div {
    display: inline-block;
}

.product-grid .add-links .quick-view a.quickview {
    font-weight: 700;
    font-size: 11px;
}

.product-grid .add-links a {
    display: inline-block;
    padding: 17px 12px;
    text-align: center !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.product-block .category {
    background: #fff;
    padding: 10px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    font-size: 13px;
}

.product-block .category .cate {
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}

.product-block .name {
    margin: 0 0 5px 0;
    font-size: 17px;
    line-height: 1.4;
    text-transform: none;
    font-weight: 300;
}

.product-grid .name {
    margin: 0 0 8px;
}

.product-grid .name a {
    color: #000;
    font-weight: bold;
}

.product-grid .name a:hover {
    text-decoration: none;
}

.product-block .category .cate::before {
    content: "";
    position: absolute;
    background: #a0a0a0;
    bottom: 43%;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
}

.product-block .category .cate span {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 0 8px;
}

.product-block .category a {
    color: #a0a0a0;
}

.product-block {
    position: relative;
    overflow: hidden;
}

.d-button {
    display: block;
    position: absolute;
    width: 150px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    background: #5bcc9f;
    font-family: montreal;
    font-size: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
    letter-spacing: 1px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.d-button:hover {
    color: #fff;
    text-decoration: none;
}

.q-button {
    display: block;
    position: absolute;
    width: 150px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    background: #5bcc9f;
    font-family: montreal;
    font-size: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    letter-spacing: 1px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
}

.q-button:hover {
    color: #fff;
    text-decoration: none;
}

.product-block:hover .caption {
    opacity: 0;
}

.product-block:hover .q-button {
    top: 30%;
}

.product-block:hover .d-button {
    bottom: 15px;
}

.sub_heading2 {
    color: #fff;
    background: #efb249;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.product-block img {
    width: 100%;
}

.addto-cart {
    background: #efb249;
    border-radius: 0px;
    font-family: 'Oswald';
    font-weight: normal;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    transition: .8s
}

.addto-cart:hover {
    background: #000 !important;
}

.detail_box {
    font-size: 12px;
    color: #efb249;
}

.mDetailBox {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.detail_box h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #afafaf;
    padding-bottom: 20px;
}

.btn-sm {
    background: #efb249;
    color: #fff;
    border: 0;
    transition: .8s
}

.btn-sm:hover {
    background: #000;
    color: #fff !important;
}

.breadcrumb {
    background-color: #efb249 !important;
    border-radius: 0px !important;
    color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #efb249 !important;
    border: #1b1b1b !important;
}
.breadcrumb li a{
  color: #fff;
}
.hactive {
    color: #efb249;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.txt_heading {
    color: #afafaf;
}

.bskt-fm {
    color: #afafaf;
    font-size: 14px;
}

.cate-heading {
    margin-bottom: 0px !important;
    background: #efb249;
    padding: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: Open Sans;
    text-align: center;
    margin: 0px;
}

.sub-qtys {
    background: #1b1b1b !important;
    transition: .8s;
    border: solid 1px #db076d !important;
    border-radius: 0px !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
}

.sub-qtys:hover {
    background: #000 !important;
}

.mDetailBox {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.detail_box {
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    
}

.detail_box h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 20px;
}

.services-area {
    float: left;
    width: 100%;
    background: #000 none repeat scroll 0 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 1200px) {
    .btn-search {
        right: -182px;
    }
    .inner-wrapper button {
        margin-left: 442px;
    }
    .text1-top {
        font-size: 10px;
    }
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(182, 32, 32, 0.82);
    top: 39%;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .item>img {
    -webkit-animation: zoom 35s;
    animation: zoom 35s;
}

.c_box {
    margin: 0px 5px;
}

.c_box>a>img {
    margin-left: auto;
    margin-right: auto;
}

.chover {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    zoom: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    color: #fff;
    background-color: rgba(248, 251, 248, 0.62);
    filter: alpha(opacity=0);
    border-radius: 4px;
}

.c_box:hover .chover {
    opacity: 1;
}

.chover>h3 {
    text-align: center;
    color: #fff;
}

.chover .btn {
    background-color: #000;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: 0.4s;
    margin-top: 57px;
}

.chover .btn:hover {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.p_box {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px 0px;
    transition: all 0.5s ease-in-out 0s;
    height: 240px;
    margin-bottom: 10px;
}

.p_box:hover {
    border: 1px solid #e6e6e6;
}

.p_box>a>img {
    margin-left: auto;
    margin-right: auto;
}

.p_box .btm {
    background-color: #f4f4f4;
    padding: 1px 0px;
}

.p_box .btm>h6 {
    letter-spacing: 1px;
    margin: 5px 0px;
    color: #000;
    text-align: center;
}

.position2 {
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: -50px 0 0px;
}

.bgcolor3 {
    background: #6653a4;
    padding: 30px 15px 30px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}

.nh_txet {}

.nh_txet>h3 {
    font-family: 'Lora', serif;
    color: #fff;
    font-weight: bold;
}

.nh_txet>h4 {
    font-family: 'Lora', serif;
    color: #23242C;
    font-weight: bold;
}

.n_form {
    margin-top: 15px;
}

.n_form input[type="email"] {
    -webkit-border-top-left-radius: 32px;
    -moz-border-radius-topleft: 32px;
    border-top-left-radius: 32px;
    -webkit-border-bottom-left-radius: 32px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 32px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 32px;
    background-clip: padding-box;
    height: 54px;
    vertical-align: middle;
    margin: 0;
    border-color: transparent;
    outline: none;
}

.n_form .btn {
    padding-left: 35px;
    padding-right: 35px;
    color: #ffffff;
    background: #23242C;
    border-radius: 30px;
    padding: 15px 40px;
    font-weight: bold;
}

.n_form .btn:hover {
    background-color: #fff;
    color: #23242C;
}

.bgcolor4 {
    background-color: #23242C;
    padding: 130px 15px 60px;
    margin-top: 50px;
}

.f_text {
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}

.f_text>h4 {
    display: block;
    color: #6653a4;
    font-size: 30px;
}

/*featured*/

.warper_featured {
    padding: 40px 0;
}

.fetured_heading {
    text-align: center;
    margin-bottom: 30px;
}

.fetured_heading h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.fer_main {
    background: #fff;
    border: 1px solid #fff;
    transition: all 0.4s;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    padding: 30px 0px;
}

.fer_main a {
    text-decoration: none;
}

.fer_main:hover {
    box-shadow: 0px 0px 9px rgba(40, 40, 40, 0.45098039215686275);
}

.fer_main .fet_pic {
    text-align: center;
}

.fer_main .fet_pic img {
    display: inline-block
}

.fer_main .fet_detail {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 15px 0px 25px 0px;
}

.fer_main .fet_detail h3 {
    font-size: 17px;
    font-weight: 600;
    color: #484848;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.fer_main .fet_detail h4 {
    font-size: 13px;
    font-weight: 600;
    color: #484848;
    text-transform: uppercase;
}

.fer_main .fet_icon {
    position: absolute;
    top: -20%;
    right: 0px;
    left: 0px;
    text-align: center;
    transition: 0.5s all;
}

.fer_main .fet_icon ul {}

.fer_main .fet_icon ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #0683ff;
    color: #fff;
    text-align: center;
    padding: 11px 0px;
    font-size: 20px;
    transition: 0.5s all;
    border-radius: 50px;
}

.fer_main .fet_icon ul li:hover {
    background: #000
}

.fer_main .fet_icon ul li form {}

.fer_main .fet_icon ul li form button {
    background: none;
    border: 0px;
    outline: none;
}

.fer_main .fet_icon ul li form button span {}

.fer_main:hover .fet_icon {
    top: 40%;
    transform: translateY(-40%);
}

.fer_main:hover .fet_icon ul li {
    margin: 0px;
}

#slider {
     margin-top: 0px;
    float: left;
    width: 100%;
}

.carousel-indicators li {
    background: #000000;
    width: 25px !important;
    height: 5px !important;
    border: none;
}

.carousel-indicators li.active {
    background: #efb249;
    border: none;
}

.carousel-indicators .active {
    width: 25px !important;
    height: 5px !important;
}

.item {}

.pricing {
    position: absolute;
    right: 40%;
    top: 52%;
}

.instruments {
    margin-left: 0;
}

.item h1 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 20px;
    margin-top: 10px;
}

.item h5 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 48px;
    margin-top: 115px;
}

.item h1 span {
    color: #28A8E7;
}

.item h5 span {
    color: #28A8E7;
}

.item h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-family: abel;
    font-size: 28px; //font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

.item h2 span {
    color: #28A8E7;
}

.item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.get {
    background: #28A8E7;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
}

.item button:hover {
    background: #28A8E7;
}

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
}

.control-carousel:hover {
    color: #28A8E7;
}

.right {
    right: 0;
}

.category-products {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.left-sidebar h2,
.brands_products h2 {
    color: #28A8E7;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.left-sidebar h2:after,
h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

.left-sidebar h2:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -65px;
}

h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body ul {
    padding-left: 15px;
}

.panel-body ul li:before {
    content: '• ';
    /*copy and paste a bullet from HTML in browser into css (not using ascii codes) */
    color: red;
    /* or whatever color you prefer */
}

.panel-body ul li a.selected {
    color: red;
    /* or whatever color you prefer */
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.panel-body ul li a {
    color: #28A8E7;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    /*text-transform: uppercase;*/
}

.panel-body ul li a:hover {
    background-color: #696763;
    color: #fff;
}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

.category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body ul {
    padding-left: 15px;
}

.panel-body ul li:before {
    content: '• ';
    /*copy and paste a bullet from HTML in browser into css (not using ascii codes) */
    color: red;
    /* or whatever color you prefer */
}

.panel-body ul li a.selected {
    color: red;
    /* or whatever color you prefer */
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.panel-body ul li a {
    color: #28A8E7;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    /*text-transform: uppercase;*/
}

.panel-body ul li a:hover {
    background-color: #696763;
    color: #fff;
}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

.shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

.price-range {
    margin-top: 30px;
}

.well {
    background-color: #FFFFFF;
    border: 1px solid #F7F7F0;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
}

.tooltip-inner {
    background-color: #28A8E7;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #28A8E7;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.padding-right {
    padding-right: 0;
}

.features_items {
    overflow: hidden;
}

h2.title {
    color: #28A8E7;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.product-image-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}

.single-products {
    position: relative;
}

.new,
.sale {
    position: absolute;
    top: 0;
    right: 0;
}

.productinfo h2 {
    color: #28A8E7;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.product-overlay h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.productinfo p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #696763;
}

.productinfo img {
    height: 220px;
    /*width: 268px; */
    max-width: 100%;
    /*object-fit: contain;  */
}

.productinfo {
    position: relative;
}

.product-overlay {
    background: #28A8E7;
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    transition: height 500ms ease 0s;
    /* width: 100%;*/
    display: block;
}

.single-products:hover .product-overlay {
    display: block;
    height: 100%;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    text-color: black;
    img-align: center;
    width: 100%;
    opacity: 0.9;
}

.product-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #28A8E7;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
    background: #fff;
    color: #28A8E7;
}

.product-overlay p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.add-to-cart {
    background: #F5F5ED;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.add-to-cart:hover {
    background: #28A8E7;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}

.add-to {
    margin-bottom: 10px;
}

.add-to-cart i {
    margin-right: 5px;
}

.add-to-cart:hover {
    background: #28A8E7;
    color: #FFFFFF;
}

.choose {
    border-top: 1px solid #F7F7F0;
}

.choose ul li a {
    color: #B3AFA8;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.choose ul li a i {
    margin-right: 5px;
}

.choose ul li a:hover {
    background: none;
    color: #28A8E7;
}

.category-tab {
    overflow: hidden;
}

.category-tab ul {
    background: #40403E;
    border-bottom: 1px solid #28A8E7;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.category-tab ul li a {
    border: 0 none;
    border-radius: 0;
    color: #B3AFA8;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.category-tab ul li a:hover {
    background: #28A8E7;
    color: #fff;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #28A8E7;
    border: 0px;
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
}

.nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
}

.recommended_items {
    overflow: hidden;
    margin-top: 65px;
}

#recommended-item-carousel .carousel-inner .item {
    padding-left: 0;
}

.recommended-item-control {
    position: absolute;
    top: 41%;
}

.recommended-item-control i {
    background: none repeat scroll 0 0 #ffffff;
    border: 0.5px solid #868484;
    color: #868484;
    font-size: 41px;
    padding: 8px 22px;
    border-radius: 31px;
}

.recommended-item-control i:hover {
    background: #28A8E7;
}

.recommended_items h2 {}

.our_partners {
    overflow: hidden;
}

.our_partners ul {
    background: #F7F7F0;
    margin-bottom: 50px;
}

.our_partners ul li a:hover {
    background: none;
}

.only-border {
    border-bottom: 2px solid #2d3e50;
}

.testimonial {
    text-align: center;
}

.testimonial h1 {
    color: #fff;
    font-family: Roboto;
    font-weight: bold;
    font-size: 38px;
}

.description {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 30px;
    padding: 0px 11%;
    position: relative;
    font-family: Roboto;
    font-weight: normal;
}

.pic {
    width: 94px;
    height: 94px;
    margin: 0 auto;
}

.pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial-title {
    font-size: 18px;
    color: #333;
    font-weight: bolder;
    text-transform: capitalize;
}

.testimonial-title>small {
    display: block;
    color: #656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {}

.owl-theme .owl-controls .owl-page span {
    opacity: 0;
    border: 1px solid #fff;
}

.owl-item {}

#testimonial-slider {
    background-color: rgba(9, 146, 185, 0.66);
    border-radius: 35px;
    border: 1px dashed #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}
.aboutmain {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
    .description {
        font-size: 19px;
        line-height: 29px;
    }
    .description:before,
    .description:after {
        font-size: 25px;
    }
    .logo {
        text-align: center;
    }
    .cate-wrap-g {
        width: 100%;
    }
    .about-home img {
        width: 100%;
    }
    .name-testi img {
        width: 75%;
    }
    .about-heading img {
        width: 75%;
    }
    .btn-search {
        right: -250px;
    }
}

.proWrapper {
    margin-top: 35px;
    margin-bottom: 35px;
}

.fer_main {
    box-shadow: 0px 0px 9px rgba(40, 40, 40, 0.45098039215686275);
    background: #fff;
    border: 1px solid #fff;
    transition: all 0.4s;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    padding: 30px 0px;
    width: 100%;
}

.fer_main img {
    width: 100%;
    height: 250px;
}

.fer_main a {
    text-decoration: none;
}

.fer_main:hover {}

.fer_main .fet_pic {
    text-align: center;
}

.fer_main .fet_pic img {
    display: inline-block
}

.fer_main .fet_detail {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.fer_main .fet_detail h3 {
    font-size: 17px;
    font-weight: 600;
    color: #484848;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.fer_main .fet_detail h4 {
    font-size: 13px;
    font-weight: 600;
    color: #484848;
    text-transform: uppercase;
}

.main_cat {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.main_cat .cat_pic {}

.main_cat .cat_pic img {
    display: inline-block;
    width: 100%;
}

.main_cat .cat_deatail {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    text-align: center;
    transition: all 0.6s ease;
}

.main_cat .cat_deatail h4 {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    border-top: 1px solid #3397fa;
    border-bottom: 1px solid #3397fa;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 290px;
    font-family: Roboto;
    font-weight: bold;
    text-transform: uppercase;
}

.main_cat .cat_deatail p {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 300;
    color: #3397fa;
    display: block;
    opacity: 0;
    font-family: 'Kristen ITC';
    font-weight: normal;
    transition: all 0.8s ease-in-out;
}

.main_cat .cat_deatail a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background: #0e73f0;
    padding: 13px 27px;
    margin-top: 0px;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    margin-top: 25px;
    font-family: Roboto;
    font-weight: bold;
    text-transform: uppercase;
}

.main_cat .cat_deatail a:hover {
    background: #0e73f0
}

.main_cat:hover .cat_deatail {
    top: 50%;
    transform: translateY(-50%);
}

.main_cat:hover .cat_deatail p {
    opacity: 1;
}

.main_cat:hover .cat_deatail a {
    opacity: 1;
}

.main_cat .cat_border {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(239, 239, 239, 0.84);
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 95px;
    margin-left: 95px;
    opacity: 0;
    transition: all 0.9s ease-in;
}

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

.carousel-indicators {}

.border_h {
    border-right: 1px solid #1a3957;
    height: 100px;
    line-height: 70px;
}

.contactTop {
    float: left;
    padding-left: 10px;
    margin-top: 11px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.contactTop span {
    color: #fff;
}
.slidee4  .slick-prev {
  position: absolute;
  left: 4%;
  transition: all 0.2s;
  background-color: #000;
  border-radius: 50px;
  top: 23%;
}
.slidee4 .slick-next{
     position: absolute;
  right: 4%;
  transition: all 0.2s;
  background-color: #000;
  border-radius: 50px;
  top: 23%; 
}

@media (max-width: 1280px) {
    .contactTop {
        font-size: 13px;
        padding-left: 10px;
    }
    .topContact {
        font-size: 13px;
    }
    .topSocial {
        width: 93px;
    }
    .topSocial ul li {
        padding-left: 2px;
        padding-right: 2px;
    }
}

.logo {
    width: 100%;
    text-align: center;
}

.logo img {
    position: relative;
    width: 100%;
}

.clrfxd {
    clear: both;
}

.box-img {
    float: left;
    width: 85px;
    height: 85px;
    line-height: 85px;
}

.box-det h2 {
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

.box-det p {
    color: #fff;
    margin-top: 10px;
    font-family: 'Open Sans' sans-serif;
}

.cMain {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.pdf-x {
    padding: 0px;
    margin: 0px;
}

.pTop {
    padding-top: 25px;
    padding-bottom: 25px;
}

.customerSection {
    float: left;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 55px;
}

.instrumentsImg {
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px !important;
    height: 10px !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    width: 10px !important;
    height: 10px !important;
    background-color: #ff0606;
}

.owl-pagination {
    text-align: center;
}

.product-list-left-effects {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 1px 2px #cccccc;
}

.product-list-left-effects img {
    transition-duration: 0.4s;
}

.product-list-left-effects .product-overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    padding: 20px;
    background: rgba(152 14 14 / 0%);
    color: #fff;
    top: 51%;
    left: -100%;
    padding-top: 16%;
    transition-duration: 0.4s;
    -webkit-transition: left 0.5s ease-in-out;
}

.product-list-left-effects .product-overlay h3 {
    margin: 0 0 12px 0;
    color: #fff;
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
}

.product-list-left-effects .product-overlay p {
    margin-bottom: 15px;
    font-family: 'Niconne';
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    color: #fff;
}

.product-list-left-effects .product-overlay a {
    color: #fff;
    text-decoration: none;
    width: 145px;
    height: 45px;
    line-height: 45px;
    background-color: #000;
    border-radius: 20px;
    display: block;
    /* margin: 0 auto;*/
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    overflow: hidden;
    text-transform: uppercase;
}

.product-list-left-effects:hover .product-overlay {
    /*opacity:1;*/
    -webkit-transition: left 0.5s ease-in-out;
    left: 5%;
}

.product-list-left-effects:hover img {
    transform: scale(1.1);
}

.product-list-left-effects .cate-dets-title {
    width: 100%;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.product-list-left-effects .cate-dets-title .float-left-text {
    float: left;
    padding-left: 15px;
    color: #868686;
    width: 100%;
}

.product-list-left-effects .cate-dets-title .float-left-text a {
    color: #000;
}

.product-list-left-effects .cate-dets-title .float-right-text {
    float: right;
    width: 100%;
}

.product-list-left-effects .cate-dets-title .float-right-text a {
    color: #000;
    padding: 12px;
}

.cate-slide {
    margin-top: 0px;
}

.certWrap {
    margin-top: 25px;
}

.certWrap img {
    width: 100%;
}

.certWrap p {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 15px;
}

.imgLine {
    margin-top: 10px;
}

.newsletherSection {
    float: left;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #151515;
}

.letterhd {
    margin-bottom: 10px;
}

.letterhd h2 {
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 46px;
}

.letterhd p {
    color: #7f7f7f;
    font-family: 'Open Sans' sans-serif;
    font-size: 12px;
}

.newsletterform {
    float: left;
    width: 100%;
}

.newsletterform input {
    float: left;
    height: 45px;
    width: 74%;
    background-color: #fff;
    border: none;
    padding-left: 15px;
    color: #000;
    border-radius: 4px 0px 0px 4px;
}

.newsletterform input::placeholder {
    color: #000;
}

.newsletterform button {
    height: 45px;
    width: 26%;
    float: right;
    background-color: #efb249;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px 4px 4px 0px;
}

.cateH {
    text-align: center;
    margin-bottom: 25px;
}

.cateH h2 {
    text-align: center;
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    font-size: 45px;
    color: #242424;
    text-align: center;
}

.cateH div {
    color: #969393;
}

.prodstay {
    text-align: left;
    color: #000;
    padding-left: 15px;
    padding-bottom: 10px;
}

.prodstay .pname {
    font-size: 18px;
    color: #454545;
}

.prodstay .part {
    font-size: 20px;
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

.trends img {
    width: 100%;
}

.custom_img {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.custom_img h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.custom_img p {
    color: #fff;
}

.pdf_sm h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-top: 25px;
}

.pdf_bg {
    margin-top: 20px;
}

.customsection {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    background-image: url('../../images/glrybg.jpg');
    background-size: cover;
    background-position: center center;
}

.newssection {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
	background-image: url(../../images/secondbg.jpg);
    background-size: cover;
    background-position: center;
    
}
#cat-video{
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    float: left;
    width: 100%;
    background-color: #000;
}

.hd_news {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.hd_news h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-top: 10px;
}

.hd_news h2::before {
    content: '';
    position: absolute;
    left: 30%;
    background-repeat: no-repeat;
    height: 40px;
    top: -7px;
    width: 28%;
}

.hd_news h2::after {
    content: '';
    position: absolute;
    right: 3%;
    background-image: url(../../images/.png);
    background-repeat: no-repeat;
    height: 40px;
    top: -7px;
    width: 28%;
}

.hd_news p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    padding-bottom: 5px;
    padding-top: 5px;
}

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

.instagram img {
    width: 100%;
}

.productionSection {
    float: left;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #ededec;
}

.item .center {
    text-align: center;
    color: #efb249;
    width: 100%;
    margin-bottom: 20px;
}

.owl-pagination {
    display: none;
}

.item p {
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans' sans-serif;
}

.newsHeading {
    margin-bottom: 15px;
}

.newsHeading h2 {
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    font-size: 35px;
    color: #000;
    text-align: center;
}

.hProduction h2 {
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    font-size: 35px;
    color: #fff;
    text-align: left;
}

.hProduction div {
    color: #969393;
    font-size: 14px;
}

.plarge img {
    width: 100%;
}

.llarge2 img {
    width: 100%;
    max-height: 99px;
    margin-bottom: 10px;
}

.contactFormSection {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.contactH img {
    width: 100%;
}

.contactH p {
    line-height: 25px;
    color: #918f8f;
    margin-top: 10px;
    padding-left: 15px;
}

.contactF {
    float: left;
    width: 100%;
}

.input input {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    height: 35px;
    margin-top: 15px;
    padding-left: 15px;
}

.input input::placeholder {
    color: #000;
}

.textarea textarea {
    margin-top: 20px;
    width: 100%;
    float: left;
    height: 100px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.contactF .btn-info {
    background-color: #3397fa;
    margin-top: 20px;
}

.googleMap {
    float: left;
    width: 100%;
    margin-top: 35px;
}



/*product-list-hover-slide-effect*/

@media only screen and (max-width: 1600px) {
    .left-cate-dets {
        /*padding: 101.5px !important;*/
    }
}

/*@media only screen and (max-width: 1800px){
  .left-cate-dets {
     padding: 135.2px !important;
  }
}
@media only screen and (max-width: 1920px){
  .left-cate-dets {
      padding: 160.8px;
  }
}*/

.subss {
    color: #777777;
    text-decoration: none;
}

.subss:hover {
    color: #777777;
    text-decoration: underline;
}

.subSection img {
    width: 100%;
    float: left;
}

.breadcrumb>.active {
    color: #000;
}

.trends {
    margin-bottom: 25px;
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .emailtop {
        margin-left: 17px;
        margin-bottom: 0px;
    }
    .topphone {
        margin-left: 26px;
    }
    /*.left-cate-dets {
    padding: 68.9px !important;
}*/
    .aboutDets {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 768px;
) {
    .instrumentsImg img {
        width: 100%;
    }
    .contactH img {
        width: 50%;
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.quick_links {
    float: left;
    width: 100%;
}

.quick_links ul {
    padding: 0px;
    margin: 0px;
    border: 1px solid #555555;
    margin-top: 25px;
    border-radius: 25px;
    text-align: center;
}

.quick_links ul li {
    display: inline-block;
    padding: 10px 18px 10px 18px;
}

.quick_links ul li a {
    color: #fff;
}

.ftheading h2 {
	float: left;
font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #efb249;
    padding-bottom: 5px;
    margin-top: 0px;
}
.ftheading h2::before {
    content: "";
    position: absolute;
    background: #000000;
    width: 30px;
    height: 4px;
    top: 23px;
}
.ftulwrap {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.ftulwrap strong {
    font-family: 'Oswald';
    font-weight: 500;
    color: #9d9d9d;
}

.ftulwrap p {
    font-size: 13px;
    color: #9d9d9d;
}

.ftulwrap ul {
    padding: 0px;
    margin: 0px;
}

.row-paddings{
    padding-left: 40px;
}
.ftulwrap ul li {
    list-style: none;
}

.ftulwrap ul li a {
    color: #9d9d9d;
    font-size: 13px;
    padding-bottom: 5px;
    transition: ease all .8s;
    line-height: 25px;
}
.ftulwrap ul li i {
    background: #c6c6c6;
    color: #000;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.ftulwrap ul li a:hover {
    color: #959595;
}

.hkworkflow{
	margin:0px;
}

.hkfreedesc {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.hkworkflow h4{
		font-family: "Montserrat", sans-serif;
		font-weight:bold;
		font-size:35px;
		text-align:center;
		position:relative;
}
.hkworkflow h4::before {
    content: "";
    position: absolute;
    background: #efb249;
    width: 70px;
    height: 2px;
    top: 43px;
    margin: 0px auto;
    text-align: center;
    left: 0;
    right: 0;
}
.hkworkflow h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
	color: rgba(139, 145, 152, 1);
}
.hkfreedesc h2{
		margin-top:20px;
		font-family: "Montserrat", sans-serif;
		font-weight:bold;
		font-size:16px;
}
.hkfreedesc p{
		margin-top:10px;
		font-family: "Montserrat", sans-serif;
		font-weight:300;
		font-size:16px;
}
.news01 {
    float: left;
    width: 100%;
    border-right: 2px solid #1b1b1b
}

.news01 p {
    color: #fff;
}

.news02 {
    float: left;
    width: 100%;
}

.news02 p {
    color: #abaaaa;
}


.socialbtm {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.socialbtm ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.left-c {
    text-align: left;
}

.right-c {
    text-align: right;
}

.ft_social_list {
    float: left;
    width: 100%;
    margin-top: 3px;
}

.ft_social_list ul {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    width: 148px;
}

.ft_social_list ul li {
    list-style: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    background-color: #000000;
    margin-bottom: 5px;
}

.ft_social_list ul li:hover {
    background-color: #efb249;
}

.ft_social_list ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 35px;
}

.ftheading2 {
    text-align: center;
}

.links_2 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #efb249;
    padding-bottom: 5px;
}

.ftheading2 p {
    color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
}


#newsletter-wrapper {
    background: #000;
    padding-top: 0px;
}

#newsletter-wrapper .heading-wrapper h1,
#newsletter-wrapper .heading-wrapper h5 {
    color: #fff;
}

#newsletter-wrapper form#nwsltt_container {
    display: block;
    margin: 30px auto 30px;
    width: 100%;
}

#newsletter-wrapper form#nwsltt_container input[type="email"] {
    display: inline-block;
    width: calc(100% - 175px);
    height: 48px;
    outline: none;
    color: #000;
    font-size: 13px;
    padding: 0px 10px;
    background: #363636;
    border: 1px solid #363636;
}

#newsletter-wrapper form#nwsltt_container input[type="submit"] {
    display: inline-block;
    width: 150px;
    text-align: center;
    color: #fff;
    line-height: 43px;
    background: #363636;
    border: 3px solid #363636;
    /* border: none; */
    padding: 0px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

.heading-wrapper {
    margin: 30px 0px 30px;
}

.heading-wrapper h1 {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 20px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.heading-wrapper h1::before {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.heading-wrapper h5 {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.tus_heading {
    margin: 20px 0 25px 0;
    padding: 0px;
}

.tus_heading h4 {
    margin: 0px 0 10px 0;
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #C40809;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.tus_srvbg {
    margin: 0px;
    padding: 10px 0 40px 0;
    background: url(../images/servbg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}

.tus_services {
    margin: 0px;
    padding: 20px;
    position: relative;
    border: solid 2px #fff;
    border-radius: 2em;
    transition: 0.5s
}

.tus_services .tus_sbox {
    margin: 0px auto;
    padding: 0px;
    background-color: #fff;
    border: solid 5px #858585;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    transition: 0.5s
}

.tus_services .tus_sbox img {
    margin: 0 auto;
    padding: 20px 0 0 0;
    transition: 0.5s
}

.tus_services h4 {
    margin: 20px 0 20px 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.tus_services h5 {
    margin: 0px auto;
    padding: 8px 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100px;
    text-transform: capitalize;
    border: solid 1px #fff;
    border-radius: 2em;
    transition: 0.5s
}

.tus_services:hover {
    border: solid 2px #C40809;
}

.tus_services:hover .tus_sbox {
    background-color: #C40809;
    border: solid 5px #C40809;
}

.tus_services:hover h5 {
    background-color: #C40809;
    color: #fff;
    border: solid 1px #C40809
}

.tus_services:hover .tus_sbox img {
    filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(139deg) brightness(110%) contrast(101%);
}

.img_py {
    text-align: left;
}

.img_py p {
    text-align: center !important;
    color: #fff;
}

.news_events {
    float: left;
    width: 100%;
}

.news_events p {
    font-family: 'Oswald';
    font-weight: 200;
    color: #fff;
}

.media_kits {
    float: left;
    width: 100%;
    margin-top: 160px;
}

.media_kits h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

.media_kits ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.media_kits ul li {
    transition: ease all .5s;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
}

.media_kits ul li a {
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 25px;
}

.media_kits ul li:hover {
    background: #efb249;
}

.copySection {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #080808;
}

.copySection p {
    color: #fff;
    text-align: left;
}

.product-list-left-effects {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 1px 2px #cccccc;
}

.product-list-left-effects img {
    transition-duration: 0.4s;
}

.product-list-left-effects .product-overlay {
    width: 90%;
    height: 90%;
    position: absolute;
    padding: 20px;
    background: rgba(152 14 14 / 0%);
    color: #fff;
    top: 51%;
    left: -100%;
    padding-top: 9%;
    transition-duration: 0.4s;
    -webkit-transition: left 0.5s ease-in-out;
    text-align: left;
}

.product-list-left-effects .product-overlay h3 {
    margin: 0 0 12px 0;
    color: #fff;
    font-family: 'Oswald';
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
}

.product-list-left-effects .product-overlay p {
    margin-bottom: 5px;
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    color: #fff;
}

.product-list-left-effects .product-overlay a {
    color: #fff;
    text-decoration: none;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background-color: #efb249;
    border-radius: 20px;
    display: block;
    /*  margin: 0 auto;*/
    font-family: 'Oswald';
    text-align: center;
    font-style: normal;
    font-size: 12px;
    overflow: hidden;
}

.product-list-left-effects:hover .product-overlay {
    /*opacity:1;*/
    -webkit-transition: left 0.5s ease-in-out;
    left: 5%;
}

.product-list-left-effects:hover img {
    transform: scale(1.1);
}

.product-list-left-effects .cate-dets-title {
    width: 100%;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.product-list-left-effects .cate-dets-title .float-left-text {
    float: left;
    padding-left: 15px;
    color: #868686;
    width: 100%;
}

.product-list-left-effects .cate-dets-title .float-left-text a {
    color: #000;
}

.product-list-left-effects .cate-dets-title .float-right-text {
    float: right;
    width: 100%;
}

.product-list-left-effects .cate-dets-title .float-right-text a {
    color: #000;
    padding: 12px;
}

.cate-slide {
    margin-top: 0px;
}

/*:::::::::::::service section:::::::::::::*/

.service {
    padding: 24px 0px;
}

.service .center-content {
    text-align: center;
    border-right: 1px solid #dddddd;
}

.service .center-content img {
    margin-bottom: 18px;
}

.service .center-content h2 {
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.service .center-content p {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
    color: #7d7c7c;
    margin: 0;
    letter-spacing: 1px;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.topOneHeader {}

.row_1 {
    padding-bottom: 35px;
}

.searchForm {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.searchForm input {
    position: relative;
    width: 100%;
    height: 35px;
    border: none;
    background: #131313;
    border-radius: 25px;
    color: #313131;
    padding-left: 15px;
}

.searchForm button {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #9f110b;
    border: none;
    color: #fff;
    right: 0px;
    border-radius: 50px;
}

.tus_bar {
    margin-top: 9px;
}

.tus_bar a {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 20px;
    color: #fff;
}

.tus_bar a i {
    margin: 30px 0 0 0;
    padding: 0px;
}

.tus_bar a:hover i {
    color: #be0d0d;
    text-decoration: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0, 0.65);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
}

.sidenav a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: 'Open Sans', sans-serif;
}

.sidenav a:hover {
    color: #be0d0d;
    text-decoration: none
}

.tus_sidecont {
    margin: 0px;
    padding: 10px 20px;
}

.tus_sidecont ul {
    margin: 20px 0 0 0;
    padding: 0px;
}

.tus_sidecont ul li {
    list-style: none;
    display: block;
    margin: 0px 5px;
    padding: 0px;
}

.tus_sidecont ul li a {
    margin: 0px;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    border-bottom: solid 1px #333;
    transition: 0.5s
}

.tus_sidecont ul li a:hover {
    color: #be0d0d;
    text-decoration: none;
    padding-left: 5px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.bskt_icon {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.pdfSection {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url('../../images/pdfbg.jpg');
    background-size: cover;
    background-position: center;
}

.pdfSection .micon {
    padding-top: 15px;
}

.pdfSection .micon p {
    color: #e6e6e6;
    padding-left: 30px;
    font-size: 15px;
}

.service {
    float: left;
    width: 100%;
    background-image: url('../../images/servicebg.jpg');
}

.ct_4 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ct_3 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 35px;
}

.gallerySection {
    float: left;
    width: 100%;
    background-color: #fff;
    padding-top: 35px;
}

.ct_5 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 35px;
}

.top_social_links {
    float: left;
    width: 100%;
}

.top_social_links ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
    margin-top: 5px;
}

.top_social_links ul li {
    transition: ease all;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50px;
    background-color: #212020;
    border: 1px solid #212020;
}

.top_social_links ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #aeaeae;
}

.top_social_links ul li a i {
    line-height: 30px;
}

.top_social_links ul li:hover {
    background-color: #efb249
}

.marquee_title {
    float: left;
    width: 100%;
}

.marquee_title p {
    color: #9b9b9b;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 14px;
}

.topHeader {
    float: left;
    width: 100%;
    background-color: #000;
    padding: 0px 0px;
}

.topHeadermenu {
    float: left;
    width: 100%;
    padding: 0px 0px;
	background:#fff;
   
}
.gt_container-unisv1 a.glink span {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: middle;
    color: #000;
}
.gt_white_content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 980px;
    height: 375px;
    margin: -187.5px 0 0 -490px;
    padding: 6px 16px;
    background-color: #000000!important;
    color: black;
    z-index: 19881205;
    overflow: auto;
    text-align: left;
}
.top_ul_setting {
    float: left;
    width: 100%;
    position: relative;
}

.top_ul_setting ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
    margin-top: 23px;
}

.top_ul_setting ul li {
    display: inline-block;
    text-align: center;
	padding: 0px 10px;
}

.top_ul_setting ul li:hover {}

.top_ul_setting ul li a {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    display: block;
    line-height: 30px;
    font-size: 15px;
}

.top_ul_setting ul li a i {
    line-height: 42px;
	font-size: 20px;
}

.bskt_setting {
    text-align: center;
    background-image: url('../../images/bsktbg.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    background-size: cover;
    width: 56px;
    height: 83px;
    border-radius: 0px 0px 67px 67px;
    float: right;
}

.bskt_setting p {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    padding-top: 10px;
}

#search-wrapper {
    background:none;
    border-radius: 100%;
}

.cart {
    background: #efb249;
    border-radius: 100%;}

.cart a {
    display: inline-block;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    position: relative;
    transition: 0.45s;
}

.cart a span {
    position: absolute;
    font-size: 12px;
    width: 15px;
    height: 15px;
    background: #1c1c1c;
    transition: 0.45s;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    top: 5px;
    right: -1px;
}

.cart a:hover {}

.cart a:hover span {
    background: #efb249;
}

.cartcount {
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background-color: #efb249;
    display: block;
    border-radius: 50px;
    position: absolute;
    right: -25px;
    top: -9px;
}

/*********************** Demo - 19 *******************/

.box190 {
	margin-top: 30px;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.box190 .box-content {
    width: 100%;
    height: 100%;
    background: 0 0;
    padding-top: 25%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease 0s
}

.box190 .icon,
.box190 .title {
    transition: all .2s ease 0s
}

.box190:hover .box-content {
    background: #efb249a8;
}

.box190 .title {
    font-size: 24px;
    color: #fff;
    transform: scale(0)
}

.box190:hover .title {
    transform: scale(1)
}

.box190 .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    margin-top: 19px;
}

.box190:hover .icon {
    opacity: 1
}

.box190 .icon li {
    display: inline-block;
}

.box190 .icon li:first-child a,
.box190 .icon li:last-child a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 38px;
    color: #fff;
    position: relative;
    border-radius: 50px;
}

.box190 .icon li a {
    top: -150px
}

.box190:hover .icon li a {
    top: 0
}

.box190 .icon li:first-child a {
    transition: all .6s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.box190 .icon li:last-child a {
    transition: all .6s cubic-bezier(.175, .885, .32, 1.275) .1s
}

.contact_bar {
    float: left;
    width: 100%;
}

.contact_list_top {
    float: left;
    width: 100%;
    margin: 18px auto 0 auto;
}

.contact_list_top ul {
    padding: 0px;
    margin: 0px;
}

.contact_list_top ul li {
    display: inline-block;
    padding-left: 10px;
}

.contact_list_top ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #fff;
}

.dropbtn {
    color: #fff;
    padding: 0;
    font-size: 14px;
    border: none;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    display: inline-flex;
    background-color: transparent;
    margin: 10px auto 0 auto;
}

.dropdown img {
    margin: 3px 3px 0 0;
    padding: 0px;
    height: 13px;
}

.dropdown i {
    margin: 0px 0px 0 3px;
    padding: 0px;
    font-size: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 9999
}

.dropdown-content {
    text-align: left;
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 150px;
    z-index: 1;
    border: solid 1px #333;
    z-index: 1
}

.dropdown-content a img {
    margin: 0px 3px 0 0;
    padding: 0px;
    height: 10px;
    width: 18px
}

.dropdown-content a {
    color: black;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
    border-bottom: solid 1px #333;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    font-size: 12px;
    color: #fff !important;
    transition: 0.5s;
}

.dropdown-content a:hover {
    color: #fff;
    background-color: #efb249;
    text-decoration: none;
    outline: none;
    padding-left: 3px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.tus_language {
    text-align: right;
}

.basket_icon {
    text-align: right;
}

.basket_icon {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.basket_icon ul {
    padding: 0px;
    margin: 0px;
}

.basket_icon ul li {
    display: inline-block;
    padding-right: 10px;
}

.open-search {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999999;
    bottom: 0px;
    height: 100vh;
}

.open-search .search-target {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    text-align: center;
    transform: translateY(-50%);
}

.open-search .search-target form {
    position: relative;
}

.open-search .search-target form input {
    display: block;
    padding-left: 20px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    height: 60px;
    background: #fff;
    color: #000;
}

.open-search .search-target form button {
    background: none;
    border: none;
    display: block;
    outline: none;
    border-radius: 0px 5px 5px 0px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 17px;
    background: #efb249;
    padding: 0px 40px;
}

.open-search .search-target form button:hover {}

#search-wrapper01 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    padding: 10px;
}

#search-wrapper01::after {
    display: block;
    content: "";
    background: #fff;
    height: 45px;
    width: 2px;
    transform: rotate(-45deg);
}

#search-wrapper01::before {
    display: block;
    content: "";
    background: #fff;
    height: 45px;
    width: 2px;
    transform: rotate(45deg);
    position: absolute;
}

#search-wrapper01:hover::after,
#search-wrapper01:hover::before {
    background: #efb249;
}
.ppp{padding-left:100px; padding-right:100px;}
#open-popup-search {
    color: #000;
    font-size: 12px;
}


.prodh{
	display:flex;
	justify-content:space-between;
}

.categoriesSection {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 25px;
    background-color: #e6e6e6;
	}
.categoriesSection h2 {
    font-family: Oswald;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.categoriesSection h2::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0px;
    background-image: url(../../images/righticon.png);
    width: 38%;
    height: 21px;
    background-repeat: no-repeat;
    float: left;
}
.categoriesSection h2::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -217px;
    background-image: url(../../images/lefticon.png);
    width: 65%;
    height: 21px;
    background-repeat: no-repeat;
}

.viewsty{
    background:none;
    border:1px solid #898989;
    color:#fff;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff!important;
    background-color: #d30909;
    
}
.cthdM {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.cthdM h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #222222;
    text-transform: uppercase;
    font-size: 30px;
}

.cthdM h2 span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #efb249;
    text-transform: uppercase;
    font-size: 30px;
}

.whoweSection {
    float: left;
    width: 100%;
}

.cthd2 {
    text-align: center;
}

.cthd2 h2 {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    color: #efb249;
    font-size: 45px;
}

.cthd2 {
    padding-bottom: 25px;
}

.cthd2 p {
    color: #fff;
}

/*------- 

  Categories

---------------*/

.tus_categories {
    margin: 20px 0 20px 0;
    padding: 0px;
    position: relative;
    overflow: hidden
}

.tus_categories img {
    margin: 0 auto;
    padding: 0px;
    border-radius: 3em;
}

.tus_categories h4 {
    margin: 0px;
    padding: 30px 0 0 0;
    position: absolute;
    background-color: rgb(30, 90, 223, 0.70);
    top: 0;
    right: -10%;
    width: 22%;
    height: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 3em;
    transition: 0.5s;
    opacity: 0;
    text-align: center;
}

.tus_categories h4 p {
    width: 10px;
    word-break: break-all;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin: 0 auto;
}

.tus_categories:hover h4 {
    right: 0;
    opacity: 1
}

.tus_weltext {
    margin: 50px 0 0 0;
    padding: 20px 30px 30px 30px;
    background-color: #fff;
    box-shadow: 2px 2px 5px #ccc;
    z-index: 999999;
    width: calc(100% + 30px);
    z-index: 1;
    position: relative
}

.tus_weltext h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}

.tus_weltext h4 span {
    color: #efb249;
    font-weight: normal
}

.tus_weltext p {
    margin: 10px 0 25px 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #4c4c4c;
    text-align: justify;
    line-height: 25px
}

.tus_about img {
    margin: 0px 0 15px 0;
    padding: 0px;
}

.tus_weltext a {
    margin: 0px 0 0 0px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    background-color: #0f0f0f;
    font-size: 14px;
    transition: 0.5s;
    border-radius: 2em
}

.tus_weltext a:hover {
    text-decoration: none;
    background-color: #efb249;
    color: #fff;
}

.gallerySection {
    float: left;
    width: 100%;
    background-image: url('../../images/glrybg.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 35px;
    padding-top: 25px;
}

.cthd2g {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}

.cthd2g h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    padding-top: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 25px;
}

.whoweSection {
    float: left;
    width: 100%;
    background-color: #000;
    padding-top: 55px;
    padding-bottom: 35px;
}

.lable_img img {
    width: 100%;
}

.bottomlable {
    position: relative;
    right: -141px;
    top: -44px;
}
.productsSectionS {
  margin: 50px 0;
}
.aboutSection {
    float: left;
    width: 100%;
	background: #5f5b5c;
}

.ct_2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 35px;
}



.aboutDets div {
    line-height: 20px;
    color: #919191;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    margin: 0px 0px 0 0;
}

.aboutDets {
    float: left;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 20px;
}

.aboutDets p {
    padding-top: 10px;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #b5b5b5;
	text-align:justify;
	margin-bottom: 25px;
}

.aboutDets a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 100;
    width: 110px;
    height: 35px;
    display: block;
    background-color: #efb249;
    color: #fff;
    text-align: center;
    line-height: 35px;
    color: #fff;
    text-transform: capitalize;
    
    margin-top: 0px;
    font-size: 15px;
}

.newsignbg {
    background: #eda13e;
    padding: 20px 0px;
}
.signpic {
    margin-top: 20px;
}

.hknumberhk {
    margin: 10px 0px 40px 0px;
}

.productsSection h2 {
    margin-bottom: 25px;
    font-family: Oswald;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.productsSection h2::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0px;
    background-image: url(../../images/righticon.png);
    width: 38%;
    height: 21px;
    background-repeat: no-repeat;
    float: left;
}
.productsSection h2::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -217px;
    background-image: url(../../images/lefticon.png);
    width: 65%;
    height: 21px;
    background-repeat: no-repeat;
}

.factory_img img {
    width: 100%;
}

.factory_img a {
    width: 120px;
    height: 40px;
    display: block;
    background-color: #efb249;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 40px;
    margin-top: 15px;
}
.cthd3 {
    padding-top: 25px;
}

.cthd3 h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #222222;
    font-size: 25px;
    text-transform: uppercase;
}

.cthd3 span {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    
    color: #efb249;
    font-size: 25px;
    text-transform: uppercase;
}

.cthd3 {
    padding-bottom: 10px;
}

.productsSection {
    float: left;
    width: 100%;
    padding: 0px 0px;
	margin-top: 0px;
    background-color: #fff;
	
}

/*-------

   Featuer

---------------*/

.tus_products {
    margin: 0px 0 15px 0;
    padding: 0px;
    position: relative;
    border: solid 1px #ccc;
    border-radius: 0.30em;
    transition: 0.5s
}

.tus_products img {
    margin: 0 auto;
    padding: 10px;
}

.tus_products .tus_pbox {
    margin: 10px 0 0 0;
    padding: 10px 10px;
    position: relative;
    background-color: #0a0a0a;
    border-top-left-radius: 0.30em;
    border-top-right-radius: 0.30em;
    transition: 0.5s;
    z-index: 1
}

.tus_products .tus_pbox h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.tus_products .tus_pbox p {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.tus_products .tus_pbox ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 1
}

.tus_products .tus_pbox ul li {
    list-style: none;
    display: inline-block;
}

.tus_products .tus_pbox ul li a {
    margin: 0px;
    padding: 0px;
    z-index: 1
}

.tus_products .tus_pbox ul li a i {
    margin: 0px 3px 0 0;
    padding: 8px 0 0 0;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: 0.5s;
    z-index: 99999
}

.tus_products:hover {
    border: solid 1px #efb249;
}

.tus_products .tus_pbox:before {
    content: '';
    position: absolute;
    background-color: #efb249;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: -1;
    border-top-left-radius: 0.30em;
    border-top-right-radius: 0.30em;
}

.tus_products:hover .tus_pbox:before {
    width: 100%;
    height: 100%
}

.tus_products .tus_pbox:after {
    content: '';
    position: absolute;
    background-color: #efb249;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s;
    z-index: -1;
    border-top-left-radius: 0.30em;
    border-top-right-radius: 0.30em;
}

.tus_products:hover .tus_pbox:after {
    width: 100%;
    height: 100%
}

.tus_products .tus_pbox ul li a:hover {
    cursor: pointer;
}

.tus_testimonial {
    margin: 0px 0 30px 0;
    padding: 30px 15px 30px 15px;
    background: url(../images/testbg.jpg) no-repeat center top;
    border: solid 1px #eee;
    background-size: cover
}

.tus_monialtxt {
    margin: 0px;
    padding: 0px;
}

.tus_monialtxt img {
    margin: 0 auto;
    padding: 0px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: solid 2px #efb249
}

.tus_monialtxt h4 {
    margin: 10px 0 5px 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold
}

.tus_monialtxt p {
    margin: 0px 0 0px 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #626262;
    text-align: justify
}

.tus_certificate {
    margin: 0px 0 15px 0;
    padding: 0px;
}

.tus_certificate img {
    margin: 0 auto;
    padding: 0px;
}

.tus_production {
    margin: 0px 0 15px 0;
    padding: 0px;
    position: relative;
    overflow: hidden
}

.tus_production img {
    margin: 0 auto;
    padding: 0px;
    transition: 0.5s;
    width: 100%;
    height: auto
}

.tus_production span3 {
    content: '';
    position: absolute;
    background-color: rgb(0, 0, 0, 0.30);
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    transition: 0.5s
}

.tus_production span2 {
    content: '';
    position: absolute;
    background-color: rgb(0, 0, 0, 0.30);
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s
}

.tus_production span {
    content: '';
    position: absolute;
    background-color: #efb249;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    margin: 0px;
    padding: 0px;
}

.tus_production span1 {
    content: '';
    position: absolute;
    background-color: #efb249;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    transition: 0.5s;
    margin: 0px;
    padding: 0px;
}

.tus_production:hover span2 {
    width: 90%;
    height: 90%;
}

.tus_production:hover span3 {
    width: 90%;
    height: 90%;
}

.tus_production:hover span {
    width: 10%;
    height: 10%;
}

.tus_production:hover span1 {
    width: 10%;
    height: 10%;
}

.tus_production:hover img {
    transform: scale(1.2);
}

.tus_production h4 {
    margin: 0px;
    padding: 0px;
    position: absolute;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-align: center;
    top: 50%;
    left: 0;
    z-index: 1;
    font-weight: bold;
    transform: scaleX(0);
    transition: 0.5s;
    right: 0
}

.tus_production:hover h4 {
    transform: scaleX(1)
}

.tus_crt {
    margin: 0px;
    padding: 0px;
}

.tus_crt img {
    margin: 0px;
    padding: 3px;
    display: inline-block;
    width: 180px;
    height: 300px;
    border: solid 1px #eee
}

.hover_off_btm li a:hover {
    padding-left: 0px !important;
}

.processw{
	background:#000;
	padding-bottom: 20px;
}

.mainhd {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}

.mainhd h2 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
}


.active_txt h2 {
    color: #00afbe !important;
}

.active_txt p {
    color: #00afbe !important;
}

.pdfbg {
    background-image: url('../../images/ctlgbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pdf_catelog_section {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.pdf_catelog_section h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}

.pdf_catelog_section h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pdf_catelog_section p {
    color: #fff;
}

.pdf_icon_img {
    padding-top: 10px;
}

.pdf_icon_img a {
    padding: 10px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    margin-top: 10px;
}

.pdx {
    padding: 0px;
    margin: 0px;
}

.cate_name {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 4px;
}

.cate_name h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.cate_name span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #efb249;
}

.certificationSection {
    float: left;
    width: 100%;
}

.certificationSection .certificate01 {
    text-align: center;
}

.tus_categoires {
    margin: 0px 0 0px 0;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.tus_categoires img {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: auto;
    filter: gray;
    -webkit-filter: grayscale(0);
    -webkit-transition: all;
}

.tus_categoires img:hover {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    height: auto;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: scale(1.01);
}

.tus_categoires:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -47px;
    right: -53px;
    transform: rotate(42deg);
    transition: 0.5s;
    z-index: 1
}

.tus_categoires:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 119px;
    right: 30px;
    bottom: -20px;
    transform: rotate(42deg);
}

.tus_categoires:hover:before {}

.tus_categoires .tus_cbox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.tus_categoires .tus_cbox span {
    margin: 0px auto;
    padding: 10px;
    width: 55%;
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    /* transition: 0.5s; */
    transform: scaleY(0);
}

.tus_categoires .tus_cbox span h4 {
    margin: 0px 0 5px 0;
    padding: 0px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.tus_categoires .tus_cbox span p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.tus_categoires:hover .tus_cbox {
    opacity: 1;
}

.tus_categoires:hover .tus_cbox span {
    transform: scaleY(1);
}

.mainServices {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom:0px;
    background-image: url(../../images/servicebg.jpg);
    background-size: cover;
    background-position: center;	  
	margin-bottom: 35px;
}

.mainServicesa {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url('../../images/wchoose.jpg');
    background-size: cover;
    background-position: center center;
}

.mainServicesa h2 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.mainServicesa span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.mainServicesa h2::before {
    content: '';
    position: absolute;
    left: 38%;
    background-image: url(../../images/cat-lines.png);
    background-repeat: no-repeat;
    height: 43px;
    top: 40px;
    width: 16%;
}

.tus_why {
    margin: 15px auto 10px auto;
    padding: 3px 25px;
    position: relative;
    z-index: 1
}

.tus_why .tus_wbox {
    text-align: center;
    margin: 0px auto 15px auto;
    padding: 10px 0 0 0;
    background-color: #efb249;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    transition: 0.8s
}

.tus_why .tus_wbox img {
    margin: 0 auto;
    padding: 0px;
    transition: 0.8s
}

.tus_why h3 {
    margin: 0px 0 5px 0;
    padding: 0px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    transition: 0.8s;
}

.tus_why p {
    margin: 0px 0;
    padding: 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.tus_why:hover h3 {
    color: #fff;
}

.tus_why:hover p {
    color: #fff;
}

.tus_why:before {
    content: '';
    position: absolute;
    background-color: #efb249;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.8s;
    opacity: 0
}

.tus_why:after {
    content: '';
    position: absolute;
    background-color: #efb249;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.8s;
    opacity: 0
}

.tus_why:hover:before {
    opacity: 1;
    height: 50%;
}

.tus_why:hover:after {
    opacity: 1;
    height: 50%;
}

.tus_why:hover {
    cursor: pointer;
}

.tus_why:hover .tus_wbox {
    background-color: #fff;
}

.tus_why:hover .tus_wbox img {
    filter: invert(5%) sepia(70%) saturate(7120%) hue-rotate(344deg) brightness(50%) contrast(0%);
}


.hkmaincat{
	margin:0px;
	padding:0px 0px 40px 0px;
	background:url(../../images/catbg.jpg) repeat;
}
.hkmaincat h2{
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#605a5a;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	
}
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;600&display=swap');
/*********************** Demo - 1 *******************/
.box1 img,.box1:after,.box1:before{width:100%;transition:all .3s ease 0s}
.box1 .icon,.box2,.box3,.box4,.box44,.box5 .icon li a{text-align:center}
.box10:after,.box10:before,.box1:after,.box1:before,.box2 .inner-content:after,.box3:after,.box3:before,.box4:before,.box44:before,.box5:after,.box5:before,.box6:after,.box7:after,.box7:before{content:""}
.box1,.box11,.box12,.box13,.box14,.box16,.box17,.box18,.box2,.box20,.box202,.box203,.box21,.box3,.box4,.box44,.box5,.box5 .icon li a,.box6,.box7,.box8{overflow:hidden}
.box1 .title,.box10 .title,.box4 .title,.box44 .title,.box7 .title{letter-spacing:1px}
.box3 .post,.box4 .post,.box44 .post,.box5 .post,.box7 .post{font-style:italic}

.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mb-30{margin-bottom:30px}
.box1 .icon,.box1 .title{margin:0;position:absolute}
.box1{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
.box1:after,.box1:before{height:50%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;z-index:1;transform-origin:100% 0;transform:rotateZ(90deg)}
.box1:after{top:auto;bottom:0;transform-origin:0 100%}
.box1:hover:after,.box1:hover:before{transform:rotateZ(0)}
.box1 img{height:auto;transform:scale(1) rotate(0)}
.box1:hover img{filter:sepia(80%);transform:scale(1.3) rotate(10deg)}
.box1 .title{font-size:19px;font-weight:600;color:#fff;text-transform:uppercase;text-shadow:0 0 1px #004cbf;bottom:10px;left:10px;opacity:0;z-index:2;transform:scale(0);transition:all .5s ease .2s}
.box1:hover .title{opacity:1;transform:scale(1)}
.box1 .icon{padding:7px 5px;list-style:none;background:#004cbf;border-radius:0 0 0 10px;top:-100%;right:0;z-index:2;transition:all .3s ease .2s}
.box1:hover .icon{top:0}
.box1 .icon li{display:block;margin:10px 0}
.box1 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:10px;font-size:18px;color:#fff;transition:all .3s ease 0s}
.box2 .icon li a,.box3 .icon a:hover,.box4 .icon li a:hover,.box5 .icon li a,.box6 .icon li a{border-radius:50%}
.box1 .icon li a:hover{color:#fff;box-shadow:0 0 10px #000 inset,0 0 0 3px #fff}
@media only screen and (max-width:990px){.box1{margin-bottom:30px}
}
/*********************** Demo - 2 *******************/
.box2{position:relative}
.box2 img{width:100%;height:auto}
.box2 .box-content{width:100%;height:100%;position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%)}
.box2 .box-content:after,.box2 .box-content:before,.box2:after,.box2:before{content:"";width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);transition:all .5s ease 0s}
.box2:before{background:linear-gradient(45deg,rgba(0,0,0,.2) 49%,transparent 50%);left:-100%}
.box2:after{background:linear-gradient(45deg,transparent 49%,rgba(0,0,0,.2) 50%);left:160%}
.box2 .box-content:after,.box2 .box-content:before{width:65%;height:65%;background:linear-gradient(45deg,rgba(0,0,0,.3) 49%,transparent 50%);left:-100%;transition-delay:.1s}
.box1 .box-content:after{background:linear-gradient(45deg,transparent 49%,rgba(0,0,0,.3) 50%);left:160%}
.box2:hover .box-content:after,.box2:hover .box-content:before,.box2:hover:after,.box2:hover:before{left:50%}
.box2 .inner-content{width:50%;height:50%;color:#fff;padding:40px 0;position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%) scale(0);transition:all .3s ease .2s}
.box2 .inner-content:after{width:100%;height:100%;background:rgba(255,79,79,.8);position:absolute;top:50%;left:50%;z-index:-1;transform:translate(-50%,-50%) rotate(45deg)}
.box2:hover .inner-content{transform:translate(-50%,-50%) scale(1);transition:all .3s ease 0s}
.box2 .title{font-size:18px;font-weight:700;text-transform:uppercase;margin-bottom:5px}
.box2 .post{display:block;font-size:14px;text-transform:capitalize;margin-bottom:7px}
.box10 .title,.box11 .title,.box4 .title,.box5 .title,.box6 .box-content,.box7 .title{text-transform:uppercase}
.box2 .icon{padding:0;margin:0;list-style:none;transform:rotateY(360deg) scale(0);transition:all .3s ease 0s}
.box2:hover .icon{transform:rotateY(0) scale(1)}
.box2 .icon li{display:inline-block;margin:0 3px}
.box2 .icon li a{display:block;width:35px;height:35px;line-height:35px;background:#fff;font-size:16px;color:#505050;transition:all .3s ease 0s}
.box2 .icon li a:hover{box-shadow:0 0 0 5px rgba(0,0,0,.5);background:#fff;color:#ff4f4f}
@media only screen and (max-width:990px){.box2{margin-bottom:30px}
}
@media only screen and (max-width:320px){.box2 .inner-content{padding:25px 0}
.box2 .title{font-size:16px}
}
/*********************** Demo - 3 *******************/
.box3{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
.box3 .box-content,.box3:after,.box3:before{position:absolute;left:7%;right:7%;transition:all .3s}
.box3:after,.box3:before{display:block;background:rgba(0,0,0,.3);top:10%;bottom:10%;z-index:1;transform:scale(0,1)}
.box3:after{top:10.8%;bottom:10.8%;transform:scale(1,0)}
.box3:hover:after,.box3:hover:before{transform:scale(1);animation:animate 1.5s}
.box3:hover:before{border-top:3px solid #fff;border-bottom:3px solid #fff}
.box:hover:after{border-left:3px solid #fff;border-right:3px solid #fff}
.box img{width:100%;height:auto;transition:all .3s}
.box3:hover img{transform:scale(1.2);filter:blur(5px);-moz-filter:blur(5px);-webkit-filter:blur(5px)}
.box3 .box-content{padding:30px 10px;top:10%;bottom:10%;opacity:0;z-index:2}
.box3:hover .box-content{box-shadow:0 0 0 35px rgba(255,255,255,.3);opacity:1;transition:all .3s}
.box3 .title{font-size:24px;font-weight:600;color:#88c425;margin:0 0 5px}
.box3 .post{display:block;margin:0 0 5px;font-size:14px;color:rgba(255,255,255,.8)}
.box3 .description{font-size:14px;color:#fff;margin:0 0 20px}
.box3 .icon{padding:0;margin:0;list-style:none}
.box3 .icon li{display:inline-block;margin:0 10px 0 0}
.box3 .icon li a{display:block;width:30px;height:30px;line-height:30px;color:#fff;background:#88c425;transition:all .5s}
.box3 .icon a:hover{text-decoration:none;animation:animate-hover .5s;transition:all .3s}
@keyframes animate{0%,100%{opacity:1}
}
@keyframes animate-hover{0%{box-shadow:0 0 0 10px rgba(255,255,255,.3)}
50%{box-shadow:0 0 0 5px rgba(255,255,255,.3)}
100%{box-shadow:0 0 0 0 rgba(255,255,255,.3)}
}
.box10,.box11,.box12,.box14,.box4,.box5,.box6,.box7,.box9{box-shadow:0 0 3px rgba(0,0,0,.3)}
@media only screen and (max-width:990px){.box3{margin-bottom:30px}
.box3 .box-content{padding:10px}
.box3 .description{margin-bottom:10px}
}
@media only screen and (max-width:479px){.box3 .title{margin:0}
}


/*********************** Demo - 4 *******************/
.box4{position:relative;margin-bottom: 25px;border-radius: 100%;}
.line_tp{position: absolute;z-index: 555; height: 5px; top: 0px; width: 50%; background-color: #fff;}
.line_lf{position: absolute;z-index: 555; height: 150px; left: 0px; width: 5px; background-color: #fff;}
.box4:hover .line_tp{background: #ba0000;}
.box4:hover .line_lf{background: #ba0000;}
.custom_title{position: absolute;}
.custom_title h2{ 
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
.custom_title a{
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ec1c1c;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    display: block;
}
.box4:hover a{

    color: #fff;
}
.box4:before{width:0;height:101%;background: rgb(0 0 0 / 56%);position:absolute;top:0;left:-165px;bottom:0;transform:skewX(-36deg);transition:all .5s ease 0s}
.box4:hover:before{width:200%}
.box4 img{width:100%;height:auto}
.box4 .box-content{width:100%;height:100%;padding-top:60%;position:absolute;top:0;left:0;transform:scale(0);transition:all .3s ease 0s}
.box4 .icon,.box5 .icon{list-style:none;padding:0}
.box4:hover .box-content{transform:scale(1)}
.box4 .title{font-size:22px;font-weight:700;color:#fff;margin:0 0 10px;    font-family: 'Oswald', sans-serif;
    font-weight: 500; font-style: italic; font-size: 25px;}
.box4 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:20px}
.box4 .icon{margin:0;margin-top: 107px;}
.box4 .icon li{display:inline-block}
.box4 .icon li a{display:block;transition:all .3s ease 0s}
.box5 .icon,.box5 .icon li{display:inline-block}
@media only screen and (max-width:990px){.box4{margin-bottom:30px}
}
@media only screen and (max-width:767px){.box4:before{left:-400px}
.box4:hover:before{width:300%}
}





/*********************** Demo - 4 *******************/
.box44{position:relative;}
.line_tp{position: absolute;z-index: 555; height: 5px; top: 0px; width: 50%; background-color: #fff;}
.line_lf{position: absolute;z-index: 555; height: 150px; left: 0px; width: 5px; background-color: #fff;}
.box44:hover .line_tp{background: #ba0000;}
.box44:hover .line_lf{background: #ba0000;}
.custom_title{position: absolute;TEXT-ALIGN: CENTER;RIGHT: 0;TOP: 50%;left: 0;}
.custom_title h2{ 
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
.custom_title a{
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ec1c1c;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    display: block;
    margin: 0px auto;
}
.box44:hover a{

    color: #fff;
}
.box44:before{width:0;height:200%;background: rgb(237 37 47 / 88%);position:absolute;top:0;left:-173px;bottom:0;transform:skewX(-36deg);transition:all .5s ease 0s}
.box44:hover:before{width:200%}
.box44 img{width:100%;height:auto}
.box44 .box-content{width:100%;height:100%;padding-top:60%;position:absolute;top:0;left:0;transform:scale(0);transition:all .3s ease 0s}
.box44 .icon,.box5 .icon{list-style:none;padding:0}
.box44:hover .box-content{transform:scale(1)}
.box44 .title{font-size:22px;font-weight:700;color:#fff;margin:0 0 10px;    font-family: 'Oswald', sans-serif;
    font-weight: 500; font-style: italic; font-size: 25px;}
.box44 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:20px}
.box44 .icon{margin:0;margin-top: 107px;}
.box44 .icon li{display:inline-block}
.box44 .icon li a{display:block;transition:all .3s ease 0s}
.box5 .icon,.box5 .icon li{display:inline-block}
@media only screen and (max-width:990px){.box44{margin-bottom:30px}
}
@media only screen and (max-width:767px){.box44:before{left:-400px}
.box44:hover:before{width:300%}
}
/*********************** Demo - 5 *******************/
.box5{background:#444;position:relative}
.box5:after,.box5:before{width:50px;height:50px;border-radius:50%;background:#10a5b8;position:absolute;top:-80px;left:15px;opacity:0;z-index:1;transition:all .35s ease}
.box5:after{top:auto;left:auto;bottom:-80px;right:15px}
.box5:hover:after,.box5:hover:before{opacity:.75;transform:scale(8);transition-delay:.15s}
.box5 img{width:100%;height:auto;transition:all .35s ease-out 0s}
.box5:hover img{opacity:.4}
.box5 .icon{margin:0;position:absolute;bottom:15px;right:15px;z-index:2;transform:scale(0);transition:all .35s ease-out}
.box5:hover .icon{transform:scale(1);transition-delay:.15s}
.box5 .icon li a{display:block;width:35px;height:35px;line-height:35px;background:#fff;font-size:18px;color:#444;margin-right:10px;position:relative;transition:all .5s ease 0s}
.box5 .icon li a:hover{background:#444;color:#fff}
.box5 .box-content{padding:20px 15px;position:absolute;top:0;left:0;z-index:1}
.box5 .title{font-size:20px;font-weight:800;color:#fff;margin:0 0 5px;opacity:0;transform:translate(-20px,-20px);transition:all .35s ease-out}
.box5:hover .title{opacity:1;transform:translate(0,0);transition-delay:.15s}
.box5 .post{display:inline-block;font-size:16px;color:#fff;opacity:0;transform:translate(-20px,-20px);transition:all .35s ease-out}
.box5:hover .post{opacity:1;transform:translate(0,0);transition-delay:.15s}
.box6 .title,.box6 img,.box6:after{transition:all .35s ease 0s}
@media only screen and (max-width:990px){.box5{margin-bottom:30px}
}
/*********************** Demo - 6 *******************/
.box6{background:#000;position:relative}
.box6:after{background:rgba(0,0,0,.7);position:absolute;top:0;left:-30%;bottom:0;right:70%;transform:skew(20deg) translateX(-75%)}
.box6:hover:after{transform:skew(20deg) translateX(0)}
.box6 img{width:100%;height:auto}
.box6:hover img{opacity:.5}
.box6 .box-content{padding:20px;text-align:right;position:absolute;top:0;right:0;z-index:1}
.box6 .icon,.box7 .icon{padding:0;list-style:none}
.box10 .icon li a,.box11,.box12,.box13,.box14,.box6 .icon li a,.box7,.box7 .icon li a,.box8,.box8 .icon li a{text-align:center}
.box6 .title{font-size:20px;font-weight:900;color:#fff;margin:0 0 10px;transform:scale(0)}
.box6:hover .title{transform:scale(1)}
.box6 .icon li,.box6 .post{opacity:0;transform:translateX(40px);transition:all .35s ease 0s}
.box6 .post{display:block;font-size:14px;color:#fff;margin-bottom:5px}
.box6 .icon{display:inline-block;margin:0}
.box6:hover .icon li,.box6:hover .post{opacity:1;transform:translateX(0)}
.box6:hover .icon li:first-child{transition-delay:.1s}
.box6:hover .icon li:nth-child(2){transition-delay:.2s}
.box6 .icon li a{display:block;width:35px;height:35px;line-height:35px;background:#fff;font-size:18px;color:#605f5f;margin-bottom:5px;transition:all .35s ease}
.box6 .icon li a:hover{background:#605f5f;color:#fff}
@media only screen and (max-width:990px){.box6{margin-bottom:30px}
}

/*********************** Demo - 7 *******************/
.box7{position:relative}
.box7:after,.box7:before{width:100%;height:100%;background:rgba(30 90 223 / 77%);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
.box7:after{background:rgba(255,255,255,.3);border:2px solid #0dab76;top:0;left:170%;opacity:1;z-index:1;transform:skewX(45deg);transition:all 1s ease 0s}
.box7:hover:before{opacity:1}
.box7:hover:after{left:-170%}
.box7 img{width:100%;height:auto}
.box7 .box-content{width:100%;position:absolute;bottom:-100%;left:0;transition:all .5s ease 0s}
.box7:hover .box-content{bottom:30%}
.box7 .title{display:block;font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}
.box7 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:10px}
.box7 .icon{margin:0}
.box7 .icon li{display:inline-block}
.box7 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;background:#000;font-size:18px;color:#fff;margin-right:10px;transition:all .5s ease 0s}
.box8 .icon li,.box8 .title{display:inline-block}
.box7 .icon li a:hover{transform:rotate(360deg)}
@media only screen and (max-width:990px){.box{margin-bottom:30px}
}

/*********************** Demo - 8 *******************/
.box8 .icon,.box8 .title{margin:0;position:absolute}
.box8{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
.box8 img{width:100%;height:auto}
.box8 .box-content{width:100%;height:100%;background:rgba(0,0,0,.6);opacity:0;position:absolute;top:0;left:0;transform:perspective(400px) rotateX(-90deg);transform-origin:center top 0;transition:all .5s ease 0s}
.box8 .icon li a,.box8 .title{background:#ef4050;font-size:20px;color:#fff}
.box8:hover .box-content{opacity:1;transform:perspective(400px) rotateX(0)}
.box8 .title{padding:5px 7px;border-radius:5px;font-weight:600;bottom:20px;left:20px;transition:all .9s ease 0s}
.box8 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{transition:all .35s ease 0s}
.box8:hover .title{bottom:-40px}
.box8 .icon{list-style:none;padding:0;top:42%;left:0;right:0}
.box8 .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;margin-right:7px}
.box9 .icon,.box9 .title{width:100%;font-size:22px}
.box8 .icon li a:hover{background:#fff;color:#000}
@media only screen and (max-width:990px){.box8{margin-bottom:20px}
}

/*********************** Demo - 9 *******************/
.box9{background:#000;text-align:center;position:relative}
.box9 img{width:100%;height:auto}
.box9:hover img{opacity:.5}
.box9 .box-content{padding:30px 10px 30px 0;background:rgba(0,0,0,.65);position:absolute;top:0;left:0;bottom:0;right:0;opacity:0}
.box9:hover .box-content{top:10px;left:10px;bottom:10px;right:10px;opacity:1}
.box9 .title{font-weight:700;color:#fff;line-height:17px;margin:5px 0;position:absolute;bottom:55%}
.box10 .icon li a,.box9 .icon li a{line-height:35px;border-radius:50%}
.box9 .icon{list-style:none;padding:0;margin:0;position:absolute;top:50%}
.box9 .icon li{display:inline-block;opacity:0;transform:translateY(40px)}
.box9:hover .icon li{opacity:1;transform:translateY(0)}
.box9:hover .icon li:first-child{transition-delay:.1s}
.box9:hover .icon li:nth-child(2){transition-delay:.2s}
.box9 .icon li a{display:block;width:35px;height:35px;background:#f39c12;font-size:20px;color:#000;margin-right:5px;transition:all .35s ease 0s}
.box9 .icon a:hover{background:#fff}
@media only screen and (max-width:990px){.box9{margin-bottom:20px}
}
/*********************** Demo - 10 *******************/
.box10{background:#000;overflow:hidden;position:relative}
.box10:after,.box10:before{border-width:0 180px 140px;border-style:solid;border-color:transparent transparent #0d5f45;position:absolute;bottom:0;left:50%;z-index:1;transform:translate(-55%,100%);transition:all .5s 0s cubic-bezier(.6,-.28,.735,.045)}
.box10:after{border-width:150px 250px;border-color:transparent #18ab69 #18ab69 #008148;top:25%;transform:translate(-60%,100%)}
.box10:hover:before{transition:all .4s 0s cubic-bezier(.175,.885,.32,1.275);transform:translate(-55%,0);transition-delay:.2s}
.box10:hover:after{transition:all .4s 0s cubic-bezier(.175,.885,.32,1.275);transform:translate(-60%,0);transition-delay:0s}
.box10 img{width:100%;height:auto;opacity:1;transform:scale(1.1) translateY(3%);transition:all .5s ease 0s}
.box10:hover img{transform:scale(1.1) translateY(-3%);opacity:.4}
.box10 .box-content{padding:20px 0 0 20px;position:absolute;top:0;left:0;opacity:0;z-index:2;transform:translateY(20%);transition:all .5s ease 0s}
.box10:hover .box-content{opacity:1;transform:translate(0);transition-delay:.1s}
.box10 .title{font-size:23px;font-weight:800;color:#fff}
.box10 .icon{padding:0;margin:0;list-style:none}
.box10 .icon li{display:inline-block}
.box10 .icon li a{display:block;width:35px;height:35px;background:#18ab69;font-size:18px;color:#fff;margin-right:10px;transition:all .3s ease 0s}
.box11 .icon li,.box11 .icon li a,.box11 .title,.box12 .icon li,.box12 .title{display:inline-block}
.box10 .icon li a:hover{transform:rotate(360deg)}
@media only screen and (max-width:990px){.box10{margin-bottom:20px}
}
@media only screen and (max-width:767px) and (min-width:600px){.box10:before{border-width:0 250px 240px}
.box10:after{border-width:260px 460px}
}
@media only screen and (max-width:599px) and (min-width:430px){.box:before{border-width:0 220px 120px}
.box10:after{border-width:260px 460px}
}
/*********************** Demo - 11 *******************/
.box11{background:#000;color:#fff;position:relative}
.box11:after,.box11:before{position:absolute;content:""}
.box11:before{width:100%;height:100%;background:#83437d;opacity:.5;top:100%;left:0;z-index:1;transition:all .35s ease-in .3s}
.box11:hover:before{top:0;transition:all .35s ease-out 0s}
.box11:after{bottom:100%;left:50%;border-width:200px 200px 0;border-style:solid;border-color:#83437d transparent transparent;opacity:.9;transform:translateX(-50%);transition:all .35s ease-out 0s}
.box11:hover .post,.box11:hover .title{transform:translate(0,-50%)}
.box11:hover:after{bottom:25%;transition:all .35s ease-in .2s}
.box11 img{width:100%;height:auto}
.box11:hover img{opacity:.5}
.box11 .icon,.box11 .post,.box11 .title{width:100%;position:absolute;left:0;opacity:0;transition:all .35s ease .5s}
.box11 .box-content{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}
.box11 .title{padding:0 30px;margin:0;font-weight:300;top:45%}
.box11 .post,.box14 .post{text-transform:capitalize}
.box11 .post{font-size:15px;top:57%}
.box11 .icon{padding:0;margin:0;list-style:none;bottom:5px}
.box11 .icon li a{width:40px;height:40px;line-height:40px;padding:0 5px;font-size:20px;color:#fff;opacity:.7;transition:all .35s ease .5s}
.box11 .icon li a:hover{opacity:1;transition:all .35s ease}
.box11:hover .icon,.box11:hover .post,.box11:hover .title{opacity:1}
@media only screen and (max-width:990px){.box11{margin-bottom:20px}
}
@media only screen and (max-width:767px){.box11:after{border-width:500px 500px 0}
}

/*********************** Demo - 12 *******************/
.box12{position:relative}
.box12 .box-content,.box12:after{position:absolute;transition:all .3s ease 0s}
.box12:after{content:"";width:65%;background:rgba(28,28,28,.8);padding-bottom:65%;opacity:0;top:50%;left:50%;transform:rotate(0) translate(-50%,-50%);transform-origin:0 0 0}
.box12:hover:after{transform:rotate(-45deg) translate(-50%,-50%);opacity:1}
.box12 img{width:100%;height:auto}
.box12 .box-content{width:100%;top:35%;left:0;opacity:0;z-index:1}
.box12:hover .box-content{opacity:1}
.box12 .title{padding:10px 0;color:#fff;margin:0;border-top:2px solid #fff;border-bottom:2px solid #fff}
.box12 .icon{padding:0;margin:12px 0 0;list-style:none}
.box12 .icon li a{display:block;width:35px;height:35px;line-height:35px;border-radius:50%;border:1px solid #fff;font-size:18px;color:#fff;margin-right:10px;transition:all .3s ease 0s}
.box12 .icon li a:hover{border-radius:0}
@media only screen and (max-width:990px){.box12{margin-bottom:20px}
}
/*********************** Demo - 13 *******************/
.box13{position:relative;transition:all .2s ease-out 0s;border: 2px solid #fff;}
.box13:hover{border: 2px solid #00afbe;}
.box13 .box-content,.box13:after{position:absolute;left:20px;right:20px}
.box13:after{content:"";display:block;background:#02afbfe0;top:20px;bottom:20px;opacity:0;transform:rotate3d(-1,1,0,100deg);transition:all .4s ease-in-out 0s}
.box13:hover:after{opacity:.9;transform:rotate3d(0,0,0,0deg)}
.box13 img{width:100%;height:auto}
.box13 .box-content{top:45%;opacity:0;z-index:1;-webkit-transform:translate(10%,-30%);transform:translate(10%,-30%);transition:all .2s ease-out 0s}
.box13:hover .box-content{opacity:1;transform:translate(0,-50%);transition-delay:.2s}
.box13 .title{display:block;font-size:22px;font-weight:700;color:#fff;margin:0 0 10px;    font-family: 'Poppins';
    font-weight: 400; font-size: 16px;}
.box13 .post{display:block;font-size:15px;color:#f7f7b9;margin-bottom:20px}
.box13 .social{padding:0;margin:0;list-style:none}
.box13 .social li{display:inline-block}
.box13 .social li a{display:block;width:35px;height:35px;background:#f7f7b9;border-radius:50%;font-size:17px;color:#1b1462;line-height:35px;margin-right:5px;transition:all .4s ease-in-out 0s}
.box14 .icon li,.box14 .post{display:inline-block}
.box13 .social li a:hover{color:#fff;background:#000}
@media only screen and (max-width:990px){.box13{margin-bottom:30px}
}

/*********************** Demo - 14 *******************/
.box14{position:relative}
/*.box15,.box17,.box18{box-shadow:0 0 5px #7e7d7d;text-align:center}*/
.box14:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.box14:hover:before{opacity:1}
.box14 img{width:100%;height:auto}
.box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.box14 .box-content:after{border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-size:14px;color:#fff;padding:10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14 .icon,.box15 .icon{padding:0;list-style:none}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.box14 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.box14 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.box14 .icon li a:hover{background:#d79719;border-color:#d79719}
@media only screen and (max-width:990px){.box14{margin-bottom:30px}
}

/*********************** Demo - 15 *******************/
.box15{position:relative;margin-top: 8px;
margin-bottom: 16px;}
.box15 img{width:100%;height:auto}
.box15:hover{
	box-shadow: 0 6px 7px #e3e3e3
}
.box15 .box-content{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .5s ease 0s;text-align: center;border: 1px solid #e8e8e8;}
.box15:hover .box-content{background-color:rgba(255,242,242,.8);}
.box15 .box-content:after,.box15 .box-content:before{content:"";width:50px;height:50px;position:absolute;opacity:0;transform:scale(1.5);transition:all .6s ease .3s}
.box15 .box-content:before{border-left:1px solid #ff0606;border-top:1px solid #ff0606;top:19px;left:19px}
.box15 .box-content:after{border-bottom:1px solid #ff0606;border-right:1px solid #ff0606;bottom:19px;right:19px}
.box15:hover .box-content:after,.box15:hover .box-content:before{opacity:1;transform:scale(1)}
.box15 .title{font-size:22px;color:#242424;margin:0;position:relative;top:0;opacity:0;transition:all 1s ease 10ms}
.box15:hover .title{top:39%;opacity:1;transition:all .5s cubic-bezier(1,-.53,.405,1.425) 10ms}
.box15 .title:after{content:"";width:0;height:1px;background:#ff0606;position:absolute;bottom:-8px;left:0;right:0;margin:0 auto;transition:all 1s ease 0s}
.box15:hover .title:after{width:80%;transition:all 1s ease .8s}
.box15 .icon{width:100%;margin:0 auto;position:absolute;bottom:0;opacity:0;transition-duration:.6s;transition-timing-function:cubic-bezier(1,-.53,.405,1.425);transition-delay:.1s}
.box15:hover .icon{bottom:39%;opacity:1}
.box15 .icon li{display:inline-block}
.box15 .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;font-size:18px;color:#242424;border:1px solid #ff0606;margin-right:5px;transition:all .3s ease-in-out 0s}
.box15 .icon li a:hover{background:#242424;color:#fff}
@media only screen and (max-width:990px){.box15{margin-bottom:30px}
}

/*********************** Demo - 16 *******************/
.box16{text-align:center;color:#fff;position:relative;}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);top:0;transition:all .5s ease 0s}
.box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
.box16:hover:after{background:linear-gradient(to bottom,rgba(234 9 10 / 5%) 0,rgba(234 9 10 / 10%) 11%,rgba(234 9 10 / 20%) 13%,rgba(234 9 10 / 30%) 20%,rgba(234 9 10 / 40%) 28%,rgba(234 9 10 / 50%) 29%,rgba(234 9 10 / 50%) 38%,rgba(234 9 10 / 60%) 43%,rgba(234 9 10 / 70%) 47%,rgba(234 9 10 / 80%) 69%,rgba(234 9 10 / 93%) 84%,rgba(234 9 10 / 93%) 99%,rgba(234 9 16 / 93%) 100%)}
.box16 img{width:100%;height:auto}
.box16 .box-content{padding:20px;margin-bottom:20px;bottom: 56px;z-index:1; opacity: 0;}
.box16 .box-content:hover{opacity: 1;}
.box16 .title{font-size:22px;font-weight:700;text-transform:uppercase;margin:0 0 10px;font-family: 'Oswald', sans-serif; font-weight: 400;}
.box16 .title a{font-family: 'Oswald', sans-serif; font-weight: 400; color: #fff; font-style: italic; font-size: 35px;}
.box16 .post{display:block;padding:8px 0;font-size:15px}
.box16 .social li a,.box17 .icon li a{font-size:16px;color:#fff;font-family: 'Oswald', sans-serif; font-style: italicfont-weight: 400;}
.box16:hover .post,.box16:hover .title{transform:translateY(0)}
.box16 .social{list-style:none;padding:0 0 5px;margin:14px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social:before{}
.box16 .social li{display:inline-block}
.box16 .social li a{display:block;width:120px;height:40px;line-height:40px;background:#000;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li a:hover{background:#c80e0e}
.box16 .social li:last-child a{margin-right:0}
@media only screen and (max-width:990px){.box16{margin-bottom:30px}
}

/*********************** Demo - 17 *******************/
.box17{position:relative}
.box17:after{content:"";width:100%;height:100%;background:rgba(2,162,221,.9);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
.box17:hover:after{opacity:1}
.box17 img{width:100%;height:auto;transition:all 1.5s ease 0s}
.box17 .box-content,.box17 .icon li a{position:absolute;transition:all .6s ease 0s}
.box17:hover img{transform:scale(1.2)}
.box17 .icon{width:100%;height:100%;list-style:none;padding:0;margin:0 auto;position:absolute;top:0;left:0;z-index:1}
.box17 .icon li a{width:45px;height:45px;line-height:45px;margin:0 auto;top:50%;border:1px solid #fff;opacity:0}
.box17:hover .icon li a{top:30%;opacity:1}
.box17 .icon li a:hover{background:#fff;color:#02a2dd}
.box17 .icon li:first-child a{left:-90%;right:0}
.box17:hover .icon li:first-child a{left:-55px}
.box17 .icon li:last-child a{right:-90%;left:0}
.box17:hover .icon li:last-child a{right:-55px}
.box17 .box-content{width:100%;padding:20px 10px;background:rgba(0,0,0,.1);bottom:-100px;left:0;z-index:1}
.box17:hover .box-content{bottom:0}
.box17 .title{font-size:18px;font-weight:700;color:#fff;margin-top:0}
.box17 .post{display:block;font-size:14px;color:#fff}
@media only screen and (max-width:990px){.box17{margin-bottom:30px}
}

/*********************** Demo - 18 *******************/
.box18{background:#3c3c3c;position:relative;-webkit-transition:all .35s ease;transition:all .35s ease}
.box18:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:#3c3c3c;border-left:3px solid #fff;border-right:3px solid #fff;opacity:.9;z-index:1;-webkit-transition:all .35s ease;transition:all .35s ease}
.box18 img,.box19 img{height:auto;width:100%}
.box18:before{-webkit-transform:skew(45deg) translateX(-155%);transform:skew(45deg) translateX(-155%)}
.box18:hover:before{-webkit-transform:skew(45deg) translateX(-55%);transform:skew(45deg) translateX(-55%)}


.box18 img{-webkit-transition:all .35s ease;transition:all .35s ease}
.box18:hover img{opacity:.5}
.box18 .box-content{position:absolute;top:50%;left:50%;-webkit-box-shadow:0 0 10px #3c3c3c;box-shadow:0 0 10px #3c3c3c;opacity:0;z-index:2;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5);-webkit-transition:all .35s ease;transition:all .35s ease}
.box19,.box20,.box202,.box203,.box21{}
.box18:hover .box-content{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1}
.box18 .post,.box18 .title{font-size:18px;font-weight:600;letter-spacing:1px;text-transform:uppercase;background:#3c3c3c;border:2px solid #fff;color:#fff;padding:15px 20px;margin:0}
.box18 .post,.box19 .title,.box20 .post,.box202 .post,.box203 .post,.box20 .title,.box202 .title,.box203 .title{text-transform:capitalize}
.box18 .post{display:block;font-size:14px;font-weight:400;padding:5px 10px;margin-top:15px}

@media only screen and (max-width:990px){.box18{margin-bottom:30px}
}


/*********************** Demo - 19 *******************/
.box19{text-align:center;position:relative; border-radius: 10px; border: 1px solid #aaaaaa; float: left;width: 100%; padding-bottom: 10px; overflow: hidden;}
.box19 .box-content{width:100%;height:100%;background:0 0;padding-top:25%;position:absolute;top:0;left:0;transition:all .3s ease 0s}
.box19 .icon,.box19 .title{transition:all .2s ease 0s}
.box19:hover .box-content{background: rgb(179 29 29 / 82%);}
.box19 .title{font-size:24px;color:#fff;transform:scale(0)}
.box19:hover .title{transform:scale(1)}
.box19 .icon{list-style:none;padding:0;margin:0;opacity:0; margin-top: 30px;}
.box19:hover .icon{opacity:1}
.box19 .icon li{display:inline-block; border-radius: 50px;}
.box19 .icon li:first-child a,.box19 .icon li:last-child a{display:block;width:50px;height:50px;line-height:50px;font-size:16px;color:#fff;border:1px solid #fff;position:relative; border-radius: 50px; }
.box19 .icon li a{top:-150px}
.box19:hover .icon li a{top:0}
.box19:hover .icon li a:hover{background:#b31d1d;border-color:#b31d1d}
.box19 .icon li:first-child a{transition:all .6s cubic-bezier(.175,.885,.32,1.275) 0s}
.box19 .icon li:last-child a{transition:all .6s cubic-bezier(.175,.885,.32,1.275) .1s}
@media only screen and (max-width:990px){.box19{margin-bottom:30px}
}
@media only screen and (max-width:360px){.box19 .box-content{padding-top:20%}
}

.box_detail{float: left;width: 100%;}
.box_detail p{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

/*********************** Demo - 20 *******************/
.box20{position:relative}
.box20:before{position:absolute;content:""}
.box20:before{width:80%;height:220%;background:#4ca22e80;top:-50%;left:-100%;z-index:1;transform:rotate(25deg);transform-origin:center top 0;transition:all .5s ease 0s}
.box20:hover:before{left:10%}

.box20 img{width:100%;height:auto}
.box20 .box-content{top:-100%;color:#fff}
.box20:hover .box-content{top:30px}
.box20 .title{font-size:24px;margin:0}
.box20 .icon li a,.box20 .post{display:inline-block;font-size:14px}
.box20 .post{margin-top:5px}
.box20 .icon{list-style:none;margin:0;bottom:-100%}
.box20:hover .icon{bottom:25px}
.box20 .icon li{display:inline-block}
.box20 .icon li a{width:35px;height:35px;line-height:35px;background:#444;border-radius:50%;margin:0 3px;color:#fff;text-align:center;transition:all .5s ease 0s}
.box20 .icon li a:hover{background:#fff;color:#ff402a}
.box20 .chovers{
	position: absolute;
	bottom: 0px;
	z-index: 5;
	background-image: url('../../images/ch1.png');
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	height: 173px;
}
.cname{
	padding-left: 20px;
	padding-top: 65px;
}
.cname h2{
	color: #fff;
	font-family: 'Oswald';
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	padding-bottom: 10px;
}
.cname a{
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
@media only screen and (max-width:990px){.box20{margin-bottom:30px}
}
@media only screen and (max-width:479px){.box20 .title{font-size:20px}
}

/*********************** Demo - 20 *******************/
.box202{position:relative}
.box202:before{position:absolute;content:""}
.box202:before{width:80%;height:220%;background:#1464a7b3;top:-50%;left:-100%;z-index:1;transform:rotate(25deg);transform-origin:center top 0;transition:all .5s ease 0s}
.box202:hover:before{left:10%}

.box202 img{width:100%;height:auto}
.box202 .box-content{top:-100%;color:#fff}
.box202:hover .box-content{top:30px}
.box202 .title{font-size:24px;margin:0}
.box202 .icon li a,.box202 .post{display:inline-block;font-size:14px}
.box202 .post{margin-top:5px}
.box202 .icon{list-style:none;margin:0;bottom:-100%}
.box202:hover .icon{bottom:25px}
.box202 .icon li{display:inline-block}
.box202 .icon li a{width:35px;height:35px;line-height:35px;background:#444;border-radius:50%;margin:0 3px;color:#fff;text-align:center;transition:all .5s ease 0s}
.box202 .icon li a:hover{background:#fff;color:#ff402a}
.box202 .chovers{
	position: absolute;
	bottom: 0px;
	z-index: 5;
	background-image: url('../../images/ch2.png');
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	height: 173px;
}
@media only screen and (max-width:990px){.box202{margin-bottom:30px}
}
@media only screen and (max-width:479px){.box202 .title{font-size:20px}
}

/*********************** Demo - 20 *******************/
.box203{position:relative}
.box203:before{position:absolute;content:""}
.box203:before{width:80%;height:220%;background:#d32b1fbd;top:-50%;left:-100%;z-index:1;transform:rotate(25deg);transform-origin:center top 0;transition:all .5s ease 0s}
.box203:hover:before{left:10%}

.box203 img{width:100%;height:auto}
.box203 .box-content{top:-100%;color:#fff}
.box203:hover .box-content{top:30px}
.box203 .title{font-size:24px;margin:0}
.box203 .icon li a,.box203 .post{display:inline-block;font-size:14px}
.box203 .post{margin-top:5px}
.box203 .icon{list-style:none;margin:0;bottom:-100%}
.box203:hover .icon{bottom:25px}
.box203 .icon li{display:inline-block}
.box203 .icon li a{width:35px;height:35px;line-height:35px;background:#444;border-radius:50%;margin:0 3px;color:#fff;text-align:center;transition:all .5s ease 0s}
.box203 .icon li a:hover{background:#fff;color:#ff402a}
.box203 .chovers{
	position: absolute;
	bottom: 0px;
	z-index: 5;
	background-image: url('../../images/ch3.png');
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	height: 173px;
}
@media only screen and (max-width:990px){.box203{margin-bottom:30px}
}
@media only screen and (max-width:479px){.box203 .title{font-size:20px}
}

/*********************** Demo - 21 *******************/
.box21{text-align:center;position:relative}
.box21:after,.box21:before{content:"";width:2px;height:2px;border-radius:50%;background:rgba(0,0,0,.35);position:absolute;top:50%;left:50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.box21:hover:after,.box21:hover:before{-webkit-transform:scale(400);-moz-transform:scale(400);-ms-transform:scale(400);-o-transform:scale(400);transform:scale(400)}
.box21:before{-o-transition:all .5s linear .3s;-moz-transition:all .5s linear .3s;-ms-transition:all .5s linear .3s;-webkit-transition:all .5s linear .3s;transition:all .5s linear .3s}
.box21:hover:before{-moz-transition-delay:0s;-webkit-transition-delay:0s;-o-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s}
.box21:after{-o-transition:all .5s linear .6s;-moz-transition:all .5s linear .6s;-ms-transition:all .5s linear .6s;-webkit-transition:all .5s linear .6s;transition:all .5s linear .6s}
.box21:hover:after{-moz-transition-delay:.2s;-webkit-transition-delay:.2s;-o-transition-delay:.2s;-ms-transition-delay:.2s;transition-delay:.2s}
.box21 img{width:100%;height:auto}
.box21 .box-content{width:100%;height:100%;position:absolute;top:0;left:0;background:0 0;color:#fff;padding-top:25px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-ms-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;-webkit-transition:all .3s linear 0s;-moz-transition:all .3s linear 0s;transition:all .3s linear 0s;z-index:1}
.box21:hover .box-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-moz-transition-delay:.4s;-webkit-transition-delay:.4s;-o-transition-delay:.4s;-ms-transition-delay:.4s;transition-delay:.4s}
.box21 .title{font-size:21px;font-weight:700;text-transform:uppercase;border-bottom:1px solid #fff;padding-bottom:20px;margin-top:20px}
.box21 .description{font-size:14px;font-style:italic;padding:0 10px;margin:15px 0}
.box21 .read-more{display:block;width:120px;background:#178993;border-radius:5px;font-size:14px;color:#fff;text-transform:capitalize;padding:10px 0;margin:0 auto}
@media only screen and (max-width:990px){.box21{margin-bottom:30px}
}
@media only screen and (max-width:479px){.box21 .box-content{padding-top:0}
}
@media only screen and (max-width:359px){.box21 .title{padding-bottom:10px}
}





@media (max-width: 768px) {


    .header h2 {
  font-size: 37px !important;
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 44px;
  padding: 0px 0;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.event-dtls {
  background-color: #c80515;
  padding: 45px;
  top: 0;
  right: 7%;
  bottom: auto;
  left: auto;
  width: 100%;
  position: unset !important;
  margin: 0 0;
}
.carousel-control2 {
  position: unset !important;
    
}
.carousel-control1 {
  position: unset !important;
    
}
#carousel-example-generic2 {
  padding-bottom: 60px;
}
    #top-header-wrapper ul#scl-wrapper {
        list-style: none;
        margin: 5px 0px 5px 0px;
        padding: 0px;
        font-size: 0px;
        float: none;
        text-align: center;
    }
    #top-header-wrapper #header-meta {
        float: none;
        font-size: 0px;
        margin-top: 5px;
        text-align: center;
    }
    .amama {
        width: 100%;
    }
    .cate_name img {
        width: 100%;
    }
    .hd_news h2::before {
        display: none;
    }
    .hd_news h2::after {
        display: none;
    }
    .logo {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .tus_bar {
        display: none;
    }
    .tpcontactinfo {
        text-align: center;
    }
    .pdfbg {
        height: 350px;
    }
    .bskt_setting {
        position: relative;
        text-align: center;
    }
    .topOneHeader {
        background-color: #fff
    }
    .top_ul_setting {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.top_ul_setting ul li {
    display: inline-block;
    text-align: center;
    width: 100%;
}
    .ftheading h2 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 5px;
    margin-top: 22px;
    padding-left: 0px;
    float: left;
	position: relative;
}

    .ftulwrap {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
}
    .languageList {
        text-align: center;
    }
    .logo img {
        width: 100%;
    }
    .top_social_links {
        text-align: center;
        margin-bottom: 15px;
    }
    .top_social_links ul {
        text-align: center;
    }
    .micon {
        padding-bottom: 15px;
    }
    .img_py img {
        width: 100%;
    }
    .ft_social_list ul {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
    .ftheading2 {
        padding-top: 15px;
    }
    .ftheading2 img {
        width: 100%;
        padding-top: 10px;
    }
    .bskt_icon {
        text-align: center;
        padding-bottom: 10px;
    }
    .ct_1 img {
        width: 75%;
    }
    .ct_2 img {
        width: 75%;
    }
    .ct_3 img {
        width: 75%;
    }
    .ct_4 img {
        width: 75%;
    }
    .ct_5 img {
        width: 75%;
    }
    .top_social_links {
        text-align: center;
    }
    .tus_language {
        display: none;
    }
    .contact_list_top {
        text-align: center;
        padding-bottom: 15px;
    }
    .basket_icon {
        text-align: center;
        padding-bottom: 15px;
    }
    .search-wrapper {
        display: none;
    }
    .aboutHd h2 {
        font-size: 25px !important;
    }
    .contactTop {
        text-align: center;
        width: 100%;
    }
    .heading-cate img {
        width: 80%;
    }
    .set-out-side-cate img {
        width: 80%;
    }
    .footer {
        background: #3a3b3b !important;
    }
    .header-top {
        position: static !important;
    }
    .basketBox {
        width: 100% !important;
        position: static !important;
        right: 0px !important;
    }
    .hactive {
        font-size: 20px;
    }
    .cate-heading {
        font-size: 18px;
    }
    .addto-cart {
        font-size: 14px;
    }
    .contactH img {
        width: 50%;
    }
    .categoriesSection {
        padding-top: 0px;
    }
    #slider {}
    .search-wrapper {
        width: 100%;
    }
    .search-wrapper a {
        right: -95%;
    }
}


.tus_prods {
    margin: 0px 0 0px 0;
    padding: 0px;
    position: relative;
    border: solid 1px #686565;
    transition: 0.5s;
    background-color: #fff
}

.tus_prods h4 {
    margin: 0px;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}

.tus_prods p {
    margin: 0px;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}

.tus_prods h5 {
    margin: 0px auto;
    padding: 10px 0;
    background-color: #efb249;
    font-family: 'Lato', sans-serif;
    color: #fff;
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    right: 0;
    transition: 1s;
    opacity: 0;
    transition-delay: 0.4s
}

.tus_prods:hover {
    border: solid 1px #000;
}

.tus_prods:hover h5 {
    opacity: 1;
    bottom: 10px;
}

.tus_prods .tus_pbox {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.tus_prods .tus_pbox img {
    margin: 0px auto;
    padding: 10px;
}

.tus_prods .tus_pbox:before {
    content: '';
    position: absolute;
    background-color: #efb2496e;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    transition: 0.5s
}

.tus_prods .tus_pbox h3 {
    margin: 0px auto;
    padding: 5px 0;
    font-size: 12px;
    color: #000;
    width: 80px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    top: 20%;
    left: 0;
    background-color: #fff;
    right: 0;
    font-weight: bold;
    transition: 0.8s;
    opacity: 0
}

.tus_prods .tus_pbox h3:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px
}

.tus_prods .tus_pbox i {
    margin: 0px auto;
    padding: 12px 0 0 0;
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 50px;
    color: #000;
    text-align: center;
    bottom: 26%;
    left: 0;
    font-size: 22px;
    border-radius: 100%;
    right: 0;
    transition: 0.5s;
    opacity: 0
}

.tus_prods:hover .tus_pbox i {
    opacity: 1;
}

.tus_prods:hover .tus_pbox h3 {
    top: 30%;
    opacity: 1
}

.tus_prods a:hover {
    text-decoration: none;
}

.tus_prods:hover .tus_pbox:before {
    height: 100%;
}






.mail-sec{
	padding:15px 0px;
}
.mail-sec form{
	display:flex;
}

.mail-sec input[type="text"] {
    width: 100%;
    padding: 12px;
    background: none;
    color: #fff;
    outline: none;
    border: none;
    border-bottom: 1px solid #ffffff;
}


.mail-sec button {
    display: inline-block;
    margin-left: -34px;
    background: none;
    border: none;
    color: white;
}


.ft_social_list{float: left;width: 100%;}
.ft_social_list ul {
    padding: 0px;
    margin: 20px 0px;
    float: left;
}
.ft_social_list ul li{display: inline-block; width: 35px; height: 35px; text-align: center; background-color: #2a2929;}
.ft_social_list ul li a{color: #fff; font-size: 15px; line-height: 35px;}
.ft_social_list ul li:hover{background-color: #efb249}
.ft_social_list ul li a i{line-height: 35px;}
.spanleft{ width:22%; float:left;}
iframe{padding:0px;margin:0px;float:left;width:100%;}


.footerSection {
    float: left;
    width: 100%;
    padding-top: 35px;
    background-color: #eaeaea;
    padding-bottom: 30px;
}
