.live-view .info .tapss .nav-tabs li a, .live-view .info .tapss .nav-tabs li, .all-body .container-product-type-3 .product-type-3 .container-img-text .img-text .img-text-text, .all-body .container-product-type-3 .product-type-3 .text-container .text-side-con .text-side .icon img, .all-body .container-product-type-3 .product-type-3 .text-container .text-side-con .text-side .icon, .all-body .container-product-type-3 .product-type-3 .text-container, .all-body .product-type-2 .pro-type-2 .image .icon img, .all-body .product-type-2 .pro-type-2 .image .icon, .all-body .product-type-2 .pro-type-2 .cont-text1 h3,
.all-body .product-type-2 .pro-type-2 .cont-text1 p, .all-body .product-type-2 .pro-type-2 .cont-text1, .all-body .main-product .main-product-pa .image span img, .all-body .main-product .main-product-pa .image span, footer .body-footer .liks-ss .link-sec ul li, .so-media a, .product-onther .pro .container-pro .con-pro .hover-2, .product-section .item, .small-screen .menu-side .menu-side-ss li a, .nav-full-mrnu, .nav-section .search button, .nav-section .nav-ss ul li a, .owl-dots button span:before, .owl-dots button span, .hover-2 i, .hover-2, .center-ele .owl-nav button, .hover .ing, .hover {
  transition: all 0.5s;
}

.live-view .live-view-products .live-view-product .item, .all-body .container-product-type-3 .product-type-3 .container-img-text .img-text .imgggg, .all-body .product-type-2 .pro-type-2 .image, .home-page, .product-section-twe-slider .item .image {
  background-size: cover;
  background-position: center center;
}

@font-face {
  font-family: df;
  src: url('../fonts/df.ttf');
}

/*Public*/
p {
  margin: 0;
}

.above-all{
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

body {
  overflow-x: hidden;
  text-align: left;
  font-weight: normal;
  font-family: 'Cairo', sans-serif;
}

*, *:before, *:after {
  outline: none !important;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

/*Font*/
/*Components*/
.hover {
  color: #0f0f10;
  font-weight: 500;
  display: inline-block;
  padding: 7px 13px;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
}
.hover .ing {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hover span:first-of-type {
  position: relative;
  z-index: 4;
}
.hover:hover {
  text-transform: uppercase;
  color: #fff;
}
.hover:hover .ing {
  -webkit-transform: translate(-50%, -50%) scale(2, 2);
  -moz-transform: translate(-50%, -50%) scale(2, 2);
  -ms-transform: translate(-50%, -50%) scale(2, 2);
  -o-transform: translate(-50%, -50%) scale(2, 2);
  transform: translate(-50%, -50%) scale(2, 2);
  opacity: 0;
}

.center-ele {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center-ele .owl-nav {
  display: flex;
  justify-content: space-between;
}
.center-ele .owl-nav button {
  font-size: 30px !important;
  color: #fff !important;
  margin: 0 !important;
  position: relative;
}
.center-ele .owl-nav button.owl-prev {
  left: -30px;
}
.center-ele .owl-nav button.owl-next {
  right: -30px;
}
.center-ele .owl-nav button:hover {
  background-color: transparent !important;
  color: #7f54a0 !important;
}

.hover-2 {
  color: #0f0f10;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.hover-2 i {
  position: relative;
  right: 0;
}
.hover-2:hover {
  color: rgb(170, 202, 94);
}
.hover-2:hover i {
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
  opacity: 0;
  right: -10px;
}

.owl-dots {
  margin-top: 30px !important;
}
.owl-dots button span {
  background-color: #0f0f10 !important;
  width: 6px !important;
  height: 6px !important;
  position: relative;
}
.owl-dots button span:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 1px solid #0f0f10 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-dots button.active span {
  background-color: rgba(170, 202, 94)!important;
}
.owl-dots button.active span:before {
  width: 18px !important;
  height: 18px !important;
}




/*Nav*/
/*Nav*/
.nav-section {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 15px;
  position: relative;
  z-index:99;
}
.nav-section.fixed{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 1px 5px #ccc;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}
.nav-section.fixed .logo{
  top: 0;
}
.nav-section.fixed .logo img{
  width: 140px;
}
.nav-section.fixed .up-nav{
  display: none;
}
.nav-section.fixed .row [class^='col-']{
  display: flex;
  align-items: center;
}
.nav-section.fixed .row [class^='col-'] .nav-ss{
  width: 100%;
  align-items: center;
}
.nav-section.fixed .row [class^='col-']:nth-of-type(2){
  order: 1;
}
.nav-section.fixed .row [class^='col-']:nth-of-type(1){
  order: 2;
}
.nav-section.fixed .row [class^='col-']:nth-of-type(3){
  order: 3;
}
.nav-section.fixed .logo span{
  display: none!important;
}
.nav-section [class^=col-] {
  position: static;
}
.nav-section .nav-ss {
  display: flex;
  /*height: 100%;*/
  align-items: center;
}
.nav-section .nav-ss .open-small-menu {
  font-size: 24px;
  cursor: pointer;
  display: none;
}
.nav-section .nav-ss ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav-section .nav-ss ul li:hover .nav-full-mrnu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.nav-section .nav-ss ul li a {
  text-transform: uppercase;
  color: #101011;
  font-size: 14px;
}
.nav-section .nav-ss ul li a:hover {
  color: rgb(170, 202, 94);
}
.nav-section .logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  top: -15px;
}
.nav-section .logo img {
  width: 170px;
}
.nav-section .search {
  color: #101011;
}
.nav-section .search form {
  display: flex;
  align-items: center;
}
.nav-section .search [type=text] {
  color: #101011;
  font-size: 14px;
  border: 0;
  /*border-bottom: 1px solid #101011;*/
  padding: 7px 0px;
}
.nav-section .search [type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #86868c;
  font-size: 13px;
  text-align: right;
}
.nav-section .search [type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #86868c;
  font-size: 13px;
  text-align: right;
}
.nav-section .search [type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #86868c;
  font-size: 13px;
  text-align: right;
}
.nav-section .search [type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #86868c;
  font-size: 13px;
  text-align: right;
}
.small-screen .menu-side .menu-side-ss li.search form [type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  text-align: center;
}
.small-screen .menu-side .menu-side-ss li.search form [type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-align: center;
}
.small-screen .menu-side .menu-side-ss li.search form [type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  text-align: center;
}
.small-screen .menu-side .menu-side-ss li.search form [type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-align: center;
}
.nav-section .search button {
  color: #616165;
  background-color: transparent;
  border: 0;
  margin-right: 5px;
  margin-left: 20px;
  font-size: 15px;
  position: relative;
  /*top: 5px;*/
}
.nav-section .search button:hover {
  color: #7f54a0;
  top: 0;
}
.nav-section.nav-section-black{
  background-color: #0f0f10;
}
.nav-section.nav-section-black .nav-ss{
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.nav-section.nav-section-black .nav-ss ul li a{
  color: #ffffff;
  transition: all .5s;
}
.nav-section.nav-section-black .nav-ss ul li a:hover{
  color: #a9ca5d;
}

.nav-section.nav-section-black .nav-ss > ul > li.arrow-drop-down > a:after{
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 5px;
}
.nav-section.nav-section-black .open-small-menu{
  color: #fff;
}
.nav-section.nav-section-black .logo{
  flex-wrap: wrap;
}
.nav-section.nav-section-black .logo span{
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  /*font-family: df;*/
}
.nav-section.nav-section-black .nav-full-mrnu{
  background-color: rgba(255, 255, 255, .95);
}
.nav-section.nav-section-black .nav-full-mrnu .menu h3,
.nav-section.nav-section-black .nav-full-mrnu .menu li a{
  color: #000;
}
.nav-section.nav-section-black .nav-full-mrnu .menu h3{
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.nav-section.nav-section-black .nav-full-mrnu .menu.menu-image .t-l-r .hover-2{
  color: #000;
}
.nav-section .up-nav{
  display: flex;
  justify-content: flex-end;
  height: 40px;
}
.lang {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #555;
  font-size: 13px;
  cursor: pointer;
}
.lang i{
  font-size: 17px;
}
.lang a{
  color: #555;
  margin-left: 3px;
}
.nav-full-mrnu {
  background-color: rgba(15, 15, 16, .95);
  position: absolute;
  top: calc(100% + 20px);
  width: 100%;
  left: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  height: auto;
  /*height: calc(100vh - 94px);*/
}
.nav-full-mrnu .menu {
  text-transform: uppercase;
}
.nav-full-mrnu .menu h3 {
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.nav-full-mrnu .menu ul {
  display: block;
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.nav-full-mrnu .menu ul li {
  display: block;
}
.nav-full-mrnu .menu ul li a {
  color: #fff;
}
.nav-full-mrnu .menu.menu-image h3 {
  border-bottom: 0;
}
.nav-full-mrnu .menu.menu-image .image {
  margin-bottom: 15px;
}
.nav-full-mrnu .menu.menu-image .image img {
  max-width: 100%;
}
.nav-full-mrnu .menu.menu-image .t-l-r {
  text-align: right;
}
.nav-full-mrnu .menu.menu-image .t-l-r a {
  color: #fff;
  font-size: 13px;
}

.small-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5000;
  display: none;
}
.small-screen .menu-side {
  height: 100%;
  width: 300px;
  position: absolute;
  left: -300px;
  background-color: #000;
  box-shadow: 4px 0 5px rgba(255, 255, 255, 0.3);
  top: 0;
  overflow: auto;
}
.small-screen .menu-side .close-icon {
  padding: 10px;
  text-align: right;
  color: #fff;
}
.small-screen .menu-side .close-icon i {
  cursor: pointer;
  font-size: 24px;
}
.small-screen .menu-side .menu-side-ss li {
  position: relative;
}
.small-screen .menu-side .menu-side-ss li a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  left: 0;
  cursor: pointer;
}
.small-screen .menu-side .menu-side-ss li a span {
  margin-right: 5px;
}
.small-screen .menu-side .menu-side-ss li a:hover {
  left: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
.small-screen .menu-side .menu-side-ss li.search {
  padding: 10px;
}
.small-screen .menu-side .menu-side-ss li.search form {
  width: 100%;
}
.small-screen .menu-side .menu-side-ss li.search form input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  height: 45px;
  padding: 8px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.small-screen .menu-side .menu-side-ss .sub-menu {
  display: none;
}
.small-screen .menu-side .menu-side-ss .sub-menu h4 {
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.small-screen .menu-side .menu-side-ss .sub-menu ul {
  background-color: #2c2c2c;
}
.small-screen .menu-side .menu-side-ss .sub-menu li a {
  font-size: 14px;
}

/*Main Slider*/
/*Main Slider*/
.main-slider {
  position: relative;
  z-index: 1;
}
.main-slider .owl-dots{
  position: absolute;
  width: 100%;
  bottom: 15px;
}
.main-slider .owl-dots .owl-dot span{
  background-color: #fff!important;
}
.main-slider .owl-dots .owl-dot.active span{
  background-color: rgb(170, 202, 94)!important;
}
.main-slider .owl-dots .owl-dot span:before{
  border-color: #fff!important;
}
.main-slider .item {
  /*height: 500px;*/
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
.main-slider .item img{
  display: none;
}
.main-slider .item .container .con-text {
  width: 40%;
}
.main-slider .item .container .con-text h2 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.main-slider .item .container .con-text h4 {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.main-slider .item .container .con-text .text {
  color: #fff;
  font-weight: 300;
  margin-bottom: 17px;
}
.main-slider.main-slider2 .item .con-text h2,
.main-slider.main-slider2 .item .con-text h4,
.main-slider.main-slider2 .item .con-text .text {
  color: #0f0f10;
}
.main-slider.main-slider2 .item .con-text .hover {
  color: #fff;
}
.main-slider.main-slider2 .item .con-text .hover .ing {
  background-color: #0f0f10;
  border-color: #0f0f10;
}

/*Products*/
/*Products*/
.product-section {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}
.product-section.product-section-twe2 {
  background-color: #f4f1f2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-section.product-section-twe2 .image {
  margin-bottom: 0 !important;
}
.product-section.product-section-twe2 .text-con {
  background-color: #f4f1f2 !important;
  padding: 18px 0px 14px 0px !important;
}
.product-section.product-section-twe2 .text-con h3,
.product-section.product-section-twe2 .text-con .text,
.product-section.product-section-twe2 .text-con a {
  color: #0f0f10 !important;
}
.product-section.product-section-twe2 .text-con .c-d {
  text-align: left;
}
.product-section.product-section2 {
  padding-top: 25px !important;
}
.product-section.product-section2 .so-media {
  margin-bottom: 25px;
}
.product-section.product-section2 .so-media a {
  color: #0f0f10;
  border-color: #0f0f10;
}
.product-section.product-section2.product-section3{
  text-align: left;
  padding-top: 40px !important;
}
.product-section.product-section2.product-section3 .owl-stage-outer{
  margin-right: 2px;
}
.product-section.product-section2.product-section3 .container{
  border-bottom: 1px solid #4f4f4f;
  padding-bottom: 40px;
}
.product-section.product-section2.product-section3 .starts{
  justify-content: flex-start;
}
.product-section.product-section2.product-section3 .item{
  border-right: 1px solid #4f4f4f;
  padding-left: 40px;
  padding-right: 40px;
}
.product-section .header-se {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.product-section .owl-stage-outer {
  padding-top: 25px;
}
.product-section .item:hover {
  -webkit-transform: translateY(-10px) scale(1.05, 1.05);
  -moz-transform: translateY(-10px) scale(1.05, 1.05);
  -ms-transform: translateY(-10px) scale(1.05, 1.05);
  -o-transform: translateY(-10px) scale(1.05, 1.05);
  transform: translateY(-10px) scale(1.05, 1.05);
}
.product-section .item .img-1 {
  margin-bottom: 15px;
}
.product-section .item .img-1 img {
  width: auto;
  display: inline-block;
  max-width: 100%;
  height: 200px;
}
.product-section .item .starts {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.product-section .item .starts i {
  font-size: 19px;
  color: #b8babc;
}
.product-section .item .sub {
  color: #0f0f10;
  font-size: 17px;
}
.product-section .item h3 {
  color: #0f0f10;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 30px;
  height: 32px;
}
.product-section .item .text {
  text-transform: none;
  color: #0f0f10;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 16px;
  align-items: baseline;
  overflow: hidden;
  height: 53px;
}

.product-section-twe-slider {
  text-align: left;
}
.product-section-twe-slider .item .image {
  height: 0;
  width: 100%;
  padding-top: 70%;
  margin-bottom: 15px;
}
.product-section-twe-slider .item .text-con {
  background-color: #0f0f10;
  padding: 18px 15px 14px 15px;
}
.product-section-twe-slider .item .text-con h3,
.product-section-twe-slider .item .text-con .text,
.product-section-twe-slider .item .text-con .hover-2 {
  color: #fff;
}
.product-section-twe-slider .item .text-con .hover-2:hover{
  color: rgb(170, 202, 94);;
}
.product-section-twe-slider .item .text-con h3 {
  font-size: 18px;
}
.product-section-twe-slider .item .text-con .text {
  font-size: 14px;
  height: 46px;
}
.product-section-twe-slider .item .c-d {
  text-align: right;
}
.product-section-twe-slider .item .c-d .hover-2 {
  font-size: 14px;
}
.head-product-onthers{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 8px;
}
.head-product-onthers .font-new{
  color: rgb(170, 202, 94);
  text-transform: uppercase;
  font-size: 16px;

}
.head-product-onthers h3{
  font-family: df;
  color: #000;
  font-size: 145px;
  line-height: 69px;
  margin-top: -34px;
  margin-bottom: 40px;
}
.head-product-onthers p{
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
}
.head-product-onthers a{
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  padding: 4px 20px;
  display: inline-block;
  font-size: 14px;
}
.product-onther {
  background-color: #0f0f10;
  /*padding-top: 35px;*/
  /*padding-bottom: 35px;*/
  margin-bottom: 10px;
  position: relative;
}
.product-onther .owl-dots{
  position: absolute;
  bottom: 8px;
  margin-top: 0!important;
  left: 50%;
  transform: translateX(-100%);
}
.product-onther .owl-dots button span {
  background-color: #fff !important;
}
.product-onther .owl-dots button span:before {
  border: 1px solid #fff !important;
}
.product-onther .owl-dots button.active span {
  background-color: #fff;
}
.product-onther .header {
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.product-onther .header span {
  font-size: 17px;
}
.product-onther .header h2 {
  font-size: 30px;
}
.product-onther .pro .row [class^=col-]:first-of-type {
  position: relative;
  z-index: 10;
}
.product-onther .pro .row [class^=col-]:last-of-type {
  position: relative;
  z-index: 5;
}
.product-onther .pro .container-pro {
  height: 100%;
  display: flex;
  /*align-items: center;*/
}
.product-onther .pro .container-pro .con-pro {
  background-color: #0f0f10;
  position: relative;
  padding-top: 45px;
  padding-bottom: 150px;
}
.product-onther .container{
  position: relative;
  z-index: 1;
}
  /*.product-onther .pro .container-pro .con-pro:before {*/
  /*content: "";*/
  /*position: absolute;*/
  /*display: block;*/
  /*top: 0;*/
  /*left: 100%;*/
  /*height: 100%;*/
  /*background-color: #0f0f10;*/
  /*width: 75px;*/
/*}*/
.product-onther .pro .container-pro .con-pro .head-up {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product-onther .pro .container-pro .con-pro .head-up .img {
  display: inline-block;
  margin-right: 10px;
}
.product-onther .pro .container-pro .con-pro .head-up .img img {
  width: 50px;
}
.product-onther .pro .container-pro .con-pro .head-up .head {
  color: rgb(170, 202, 94);
  font-size: 15px;
}
.product-onther .pro .container-pro .con-pro h2 {
  color: #fff;
  font-weight: normal;
  font-size: 27px;
  margin-bottom: 16px;
}
.product-onther .pro .container-pro .con-pro .text {
  font-weight: 300;
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
}
.product-onther .pro .container-pro .con-pro .hover-2 {
  color: rgb(170, 202, 94);
}
.product-onther .pro .container-pro .con-pro .hover-2:hover {
  color: rgb(170, 202, 94);
}
/*.product-onther .pro .image img {*/
  /*max-width: 100%;*/
/*}*/
.product-onther .pro .image{
  background-size: cover;
  background-position: center center;
  /*padding-top: 70%;*/
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;/*rtl*/
  width: 50%;
  z-index: 2;
}

/*Footer*/
/*Start Footer*/
.so-media a {
  display: inline-flex;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  top: 0;
}
.so-media a:hover {
  top: -5px;
}

footer {
  background-color: #0f0f10;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
footer .header {
  text-align: center;
  margin-bottom: 20px;
}
footer .header h2 {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
footer .body-footer .big-head {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
footer .body-footer .small-head {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 14px;
}
footer .body-footer .row {
  position: relative;
}
footer .body-footer .row:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 0;
  width: 1px;
  height: 95%;
  background-color: rgba(255, 255, 255, 0.6);
}
footer .body-footer .fo form {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
footer .body-footer .fo form .all-twe {
  display: flex;
  justify-content: space-between;
}
footer .body-footer .fo form .all-twe label:first-of-type {
  width: 60%;
}
footer .body-footer .fo form .all-twe label:last-of-type {
  width: 38%;
}
footer .body-footer .fo form .all-twe label span {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
footer .body-footer .fo form .all-twe label input {
  width: 100%;
  height: 37px;
  padding: 5px 10px;
}
footer .body-footer .fo form .all-twe label input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
  font-size: 14px;
  text-transform: uppercase;
}
footer .body-footer .fo form .all-twe label input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
  font-size: 14px;
  text-transform: uppercase;
}
footer .body-footer .fo form .all-twe label input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
  font-size: 14px;
  text-transform: uppercase;
}
footer .body-footer .fo form .all-twe label input:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
  font-size: 14px;
  text-transform: uppercase;
}
footer .body-footer .fo form .hover {
  width: 100%;
  color: #fff !important;
  background-color: transparent !important;
  border: 0 !important;
}
footer .body-footer .fo form .hover .ing {
  border: 1px solid #fff !important;
  background-color: transparent !important;
}
footer .body-footer .fo .so-media-con {
  padding-top: 20px;
}
footer .body-footer .liks-ss .row:before {
  content: none;
}
footer .body-footer .liks-ss .link-sec ul li {
  position: relative;
  padding-left: 20px;
  left: 0;
}
footer .body-footer .liks-ss .link-sec ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
footer .body-footer .liks-ss .link-sec ul li:hover {
  left: 10px;
}
footer .body-footer .liks-ss .link-sec ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}

/*End Footer*/
/*Footer Part*/
.footer-part {
  background-color: #0f0f10;
}
.footer-part .f-p-in-border {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 7px;
  padding-bottom: 7px;
}
.footer-part .f-p-in-border a {
  text-transform: uppercase;
}
.footer-part .f-p-in-border .linkss a {
  color: #fff;
  font-size: 15px;
  margin-right: 45px;
  font-weight: 300;
}
.footer-part .f-p-in-border .to-top {
  display: flex;
  justify-content: flex-end;
}
.footer-part .f-p-in-border .to-top a {
  color: #fff;
  font-size: 15px;
  margin-right: 45px;
  font-weight: 300;
}

.copyright {
  background-color: #0f0f10;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copyright p {
  font-weight: 300;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.copyright p span {
  margin-right: 10px;
}
.copyright p img {
  width: 45px;
}

/*Head Page*/
/*Start Home Page*/
.home-page {
  height: 500px;
  background-image: url("../images/head-page.jpg");
  display: flex;
  align-items: center;
}
.home-page .home-text {
  width: 50%;
  background-color: #0f0f10;
  padding: 40px 30px;
}
.home-page .home-text h2 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.home-page .home-text p {
  color: #fff;
  font-size: 14px;
}
.home-page.home-page2 {
  padding-bottom: 1px;
  align-items: flex-end;
  text-align: center;
  position: relative;
  z-index: 20;
}
.home-page.home-page2 .container {
  position: relative;
}
.home-page.home-page2 .container .icon {
  width: 65px;
  height: 65px;
  bottom: 0;
  right: 10%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  background-color: #f4f1f2;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.home-page.home-page2 .container .icon img {
  width: 70%;
}
.home-page.home-page2 .home-text {
  width: 100%;
  margin-bottom: 70px;
  padding: 30px 15px;
}
.home-page.home-page2 .home-text h2 {
  margin-bottom: 0;
}
.home-page.home-page2 .home-text .small-text {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.home-page.home-page2.home-page3 .icon{
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
}
.home-page.home-page2.home-page3 .icon img{
  width: 60%;
}
.home-page.home-page2.home-page3 .home-text{
  background-color: transparent;
}
.home-page.home-page2.home-page3 .home-text .small-text{
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  text-shadow: 0 2px 5px #000000a1;
}
.home-page.home-page2.home-page3 .home-text h2{
  font-size: 40px;
  text-shadow: 0 2px 5px #000000a1;
}

/*End Home Page*/
/*M-H*/
/*Start M H*/
.all-body {
  position: relative;
  padding-bottom: 1px;
  border-bottom: 1px solid #494949;
}
.all-body .head1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
}
.all-body .par1 {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.all-body .color-l-r {
  padding-top: 1px;
  padding-bottom: 1px;
}
.all-body .color-l-r div {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}
.all-body .color-l-r div.left {
  background-color: #0f0f10;
  left: 0;
}
.all-body .color-l-r div.right {
  right: 0;
  background-color: #fff;
}
.all-body .main-product {
  position: relative;
  margin-top: 45px;
}
.all-body .main-product .container {
  position: relative;
}
.all-body .main-product .container:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: 35px;
  background-color: #fff;
}
.all-body .main-product .main-product-pa {
  position: relative;
}
.all-body .main-product .main-product-pa .text-con {
  color: #fff;
  width: 50%;
  padding-left: 80px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.all-body .main-product .main-product-pa .image {
  position: relative;
  margin-bottom: 25px;
}
.all-body .main-product .main-product-pa .image > img {
  max-width: 100%;
}
.all-body .main-product .main-product-pa .image span {
  position: absolute;
  width: 65px;
  height: 65px;
  background-color: #0f0f10;
  bottom: 0;
  right: 5%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-body .main-product .main-product-pa .image span img {
  width: 70%;
}
.all-body .main-product .main-product-pa .hover-2 {
  color: #fff;
  padding-left: 80px;
}
.all-body .main-product:hover .image span {
  -webkit-transform: translateY(50%) rotate(45deg);
  -moz-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  -o-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}
.all-body .main-product:hover .image span img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.all-body .product-type-2 {
  padding-top: 40px;
  display: block;
  position: relative;
}
.all-body .product-type-2 [class^=col-]:first-of-type .pro-type-2 {
  top: 0;
}
.all-body .product-type-2 [class^=col-]:nth-of-type(2) .pro-type-2 {
  top: 30px;
}
.all-body .product-type-2 [class^=col-]:nth-of-type(3) .pro-type-2 {
  top: 60px;
}
.all-body .product-type-2 .pro-type-2 {
  position: relative;
  top: 0;
}
.all-body .product-type-2 .pro-type-2 .cont-text1 {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
.all-body .product-type-2 .pro-type-2 .cont-text1 h3 {
  margin-bottom: 10px;
}
.all-body .product-type-2 .pro-type-2 .cont-text1 h3,
.all-body .product-type-2 .pro-type-2 .cont-text1 p {
  color: #0f0f10;
}
.all-body .product-type-2 .pro-type-2 .image {
  padding-top: 100%;
  height: 0;
  position: relative;
}
.all-body .product-type-2 .pro-type-2 .image .icon {
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.all-body .product-type-2 .pro-type-2 .image .icon img {
  width: 70%;
}
.all-body .product-type-2 .pro-type-2:hover .cont-text1 {
  background-color: #0f0f10;
}
.all-body .product-type-2 .pro-type-2:hover .cont-text1 h3,
.all-body .product-type-2 .pro-type-2:hover .cont-text1 p {
  color: #fff;
}
.all-body .product-type-2 .pro-type-2:hover .image .icon {
  transform: translate(-50%, 50%) rotate(45deg);
}
.all-body .product-type-2 .pro-type-2:hover .image .icon img {
  transform: rotate(-45deg);
}
.all-body .container-product-type-3 {
  margin-top: 110px;
}
.all-body .container-product-type-3 .product-type-3 {
  margin-bottom: 110px;
}
.all-body .container-product-type-3 .product-type-3 .text-container {
  background-color: #efefef;
  height: 360px;
  width: 80%;
  margin-left: auto;
}
.all-body .container-product-type-3 .product-type-3 .text-container h2 {
  font-weight: bold;
  text-align: right;
  font-size: 17px;
  padding: 20px 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.all-body .container-product-type-3 .product-type-3 .text-container .text-side-con {
  position: relative;
  height: 100%;
}
.all-body .container-product-type-3 .product-type-3 .text-container .text-side-con .text-side {
  position: absolute;
  top: 0;
  padding: 65px 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  right: 40px;
}
.all-body .container-product-type-3 .product-type-3 .text-container .text-side-con .text-side .icon {
  position: absolute;
  top: 0;
  left: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  transform: translateY(-50%);
}
.all-body .container-product-type-3 .product-type-3 .text-container .text-side-con .text-side .icon img {
  width: 70%;
}
.all-body .container-product-type-3 .product-type-3 .text-container:hover .text-side-con .text-side .icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.all-body .container-product-type-3 .product-type-3 .text-container:hover .text-side-con .text-side .icon img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.all-body .container-product-type-3 .product-type-3 .container-img-text {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.all-body .container-product-type-3 .product-type-3 .container-img-text .img-text {
  position: relative;
  width: 100%;
}
.all-body .container-product-type-3 .product-type-3 .container-img-text .img-text .imgggg {
  position: relative;
  background-image: url("../images/img-3.jpg");
  height: 0;
  padding-top: 45%;
  width: 100%;
}
.all-body .container-product-type-3 .product-type-3 .container-img-text .img-text .img-text-text {
  padding: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 80%;
  text-align: center;
  bottom: 0;
}
.all-body .container-product-type-3 .product-type-3 .container-img-text .img-text .img-text-text img {
  width: 55px;
  margin-bottom: 15px;
}
.all-body .container-product-type-3 .product-type-3 .container-img-text .img-text .img-text-text .head1 {
  margin-bottom: 10px;
}
.all-body .container-product-type-3 .product-type-3 .container-img-text .img-text .img-text-text .par1 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.all-body .container-product-type-3 .product-type-3 .container-img-text:hover .img-text .img-text-text {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(odd) .row [class^=col-]:first-of-type {
  order: 1;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(odd) .row [class^=col-]:nth-of-type(2) {
  order: 2;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(odd) .row .text-container .text-side-con .text-side {
  background-color: #0f0f10;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(odd) .row .text-container .text-side-con .text-side .par1 {
  color: #fff;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(odd) .row .text-container .text-side-con .text-side .icon {
  background-color: #efefef;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(odd) .row .container-img-text .img-text .img-text-text {
  background-color: #efefef;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(odd) .row .container-img-text .img-text .img-text-text .head1,
.all-body .container-product-type-3 .product-type-3:nth-of-type(odd) .row .container-img-text .img-text .img-text-text .par1 {
  color: #0f0f10;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(even) .row [class^=col-]:first-of-type {
  order: 2;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(even) .row [class^=col-]:nth-of-type(2) {
  order: 1;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(even) .row .text-container .text-side-con .text-side {
  background-color: #fff;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(even) .row .text-container .text-side-con .text-side .par1 {
  color: #0f0f10;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(even) .row .text-container .text-side-con .text-side .icon {
  background-color: #0f0f10;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(even) .row .container-img-text .img-text .img-text-text {
  background-color: #0f0f10;
}
.all-body .container-product-type-3 .product-type-3:nth-of-type(even) .row .container-img-text .img-text .img-text-text .head1,
.all-body .container-product-type-3 .product-type-3:nth-of-type(even) .row .container-img-text .img-text .img-text-text .par1 {
  color: #fff;
}

/*End M H*/
/*Prag*/
/*Start Pragraph*/
.pragr {
  padding-top: 50px;
}
.pragr .container {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.pragr .text p {
  color: #0f0f0f;
  font-size: 15px;
  margin-bottom: 20px;
}
.pragr .image {
  text-align: center;
}
.pragr .image img {
  width: 100%;
}
.pragr.pragr3{
  padding-top: 85px;
}
.pragr.pragr3 .container{
  border-bottom: 1px solid #4f4f4f;
}
/*End Pragraph*/
/*Rate*/
/*Start Rate*/
.rate-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.rate-section .rate-header {
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  background-color: #0f0f10;
  font-size: 19px;
  font-weight: normal;
  padding: 8px 12px;
  margin-bottom: 0;
}
.rate-section .rate {
  border: 1px solid #ddd;
  padding-top: 55px;
  padding-bottom: 55px;
}
.rate-section .rate .ra {
  padding-left: 80px;
  padding-right: 80px;
}
.rate-section .rate .ra h4 {
  font-weight: normal;
  color: #0f0f10;
  margin-bottom: 30px;
  font-size: 20px;
}
.rate-section .rate .ra .ra-ss .ra-ss-con {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.rate-section .rate .ra .ra-ss .ra-ss-con .rate-sta {
  width: 40px;
  display: flex;
  align-items: center;
}
.rate-section .rate .ra .ra-ss .ra-ss-con .rate-sta span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
}
.rate-section .rate .ra .ra-ss .ra-ss-con .rate-sta i {
  color: #f38f1e;
  font-size: 13px;
}
.rate-section .rate .ra .ra-ss .ra-ss-con .progress-rate {
  width: calc(100% - 80px);
  background-color: #d2d2d2;
  position: relative;
  height: 15px;
}
.rate-section .rate .ra .ra-ss .ra-ss-con .progress-rate div {
  background-color: #f38f1e;
  height: 100%;
  top: 0;
}
.rate-section .rate .ra .ra-ss .ra-ss-con .num-of-rate {
  font-weight: 500;
  width: 40px;
  text-align: right;
}
.rate-section .rate .ra .ra-ss.ra-ss2 h5 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
}
.rate-section .rate .ra .ra-ss.ra-ss2 .ra-ss-con .rate-sta {
  width: 200px;
  font-size: 13px;
}
.rate-section .rate .ra .ra-ss.ra-ss2 .ra-ss-con .progress-rate.startss {
  background-color: transparent;
}
.rate-section .rate .ra .ra-ss.ra-ss2 .ra-ss-con .progress-rate.startss i {
  font-size: 12px;
}
.rate-section .rate .ra .ra-ss.ra-ss2 .ra-ss-con .progress-rate.startss .yas {
  color: #f38f1e;
}
.rate-section .rate .ra .ra-ss.ra-ss2 .ra-ss-con .progress-rate.startss .no {
  color: #d2d2d2;
}
.rate-section .rate .ra .ra-ss.ra-ss2 .ra-ss-con .num-of-rate {
  width: 75px;
}

/*End Rate*/
/*Live View*/
/*Start Live View*/
.breadcrumb-section {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0f0f10;
  color: #fff;
}
.breadcrumb-section i {
  font-size: 10px;
  margin-right: 3px;
  margin-left: 3px;
}
.breadcrumb-section a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.live-view {
  background-color: #efefef;
  padding-top: 40px;
  padding-bottom: 40px;
}
.live-view .live-view-products {
  display: flex;
  position: relative;
}
.live-view .live-view-products .live-view-products-con {
  width: 80%;
}
.live-view .live-view-products .live-view-product {
  background-color: #fff;
  padding: 10px 10px 50px 10px;
  position: relative;
}
.live-view .live-view-products .live-view-product .live-view-product-slider {
  border: 1px solid #767676;
  position: relative;
  z-index: 1;
}
.live-view .live-view-products .live-view-product .item {
  position: relative;
  height: 320px;
  width: 100%;
  display: block;
}
.live-view .live-view-products .live-view-product .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*width: 120px;*/
  width: 220px;
}
.live-view .live-view-products .dots-section {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 2;
}
.live-view .live-view-products .dots-section .dots-section-ss {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.live-view .live-view-products .dots-section .dots-section-ss a {
  position: relative;
  border: 1px solid #e9e9e9;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.live-view .live-view-products .dots-section .dots-section-ss a.active{
  border: 1px solid rgba(170, 202, 94);
}
.live-view .live-view-products .dots-section .dots-section-ss a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
}
.live-view .live-view-products .rate-size {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.live-view .live-view-products .rate-size .rate-rr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.live-view .live-view-products .rate-size .rate-rr .rrr {
  display: flex;
}
.live-view .live-view-products .rate-size .rate-rr .rrr i {
  font-size: 15px;
}
.live-view .live-view-products .rate-size .rate-rr .rrr .full {
  color: #fecd08;
}
.live-view .live-view-products .rate-size .rate-rr .rrr .not {
  color: #c3c5c6;
}
.live-view .live-view-products .rate-size .rate-rr span {
  font-weight: 500;
  font-size: 14px;
  margin-left: 15px;
}
.live-view .live-view-products .rate-size .size-rr {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.live-view .live-view-products .so-media {
  display: block;
  width: 20%;
  padding-left: 15px;
}
.live-view .live-view-products .so-media a {
  display: flex;
  color: #0f0f10;
  border-color: transparent;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.live-view .info span {
  color: #000000;
  font-size: 16px;
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.live-view .info .hh-head {
  font-weight: bold;
  color: #0f0f10;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}
.live-view .info .tapss {
  margin-top: 20px;
  margin-bottom: 25px;
}
.live-view .info .tapss .nav-tabs li a {
  color: #0f0f10;
  text-transform: uppercase;
  border: 0;
  font-size: 14px;
}
.live-view .info .tapss .nav-tabs li.active, .live-view .info .tapss .nav-tabs li:hover {
  background-color: #fff;
}
.live-view .info .tapss .tab-content {
  background-color: #fff;
  color: #0f0f0f;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}
.live-view .info .tapss .tab-content .tab-pane{
  height: 150px;
  overflow-y: auto;
}
.live-view .info .tapss .tab-content .tab-pane ul{
  padding-left: 20px;
}
.live-view .info .feat-brand h3 {
  text-transform: uppercase;
  color: #0f0f10;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 18px;
}
.live-view .info .feat-brand ul {
  display: flex;
}
.live-view .info .feat-brand ul li {
  text-align: center;
  margin-right: 7px;
}
.live-view .info .feat-brand ul li img {
  width: 50px;
  height: 50px;
}
.live-view .info .feat-brand ul li span {
  text-transform: uppercase;
  color: #0f0f10;
  font-size: 10px;
  display: block;
  margin-bottom: 0;
  margin-top: 7px;
}

/*End Live View*/
/*H*/
/*Start Between H*/
.bet-h {
  background-color: #0f0f10;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bet-h h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
}

/*End Between H*/
/*Start About Us*/

.about-us-section,
.contact-us-section{
  padding-top: 40px;
  padding-bottom: 40px;
}
.header-ab{
  text-align: center;
  color: #101011;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 30px;
}
.about-us-section .about-us{
  text-align: center;
}
.about-us-section .about-us .image{
  width: 100%;
  margin-bottom: 20px;
}
.about-us-section .about-us .image img{
  max-width: 100%;
}
.about-us-section .about-us .text{
  color: #0f0f0f;
  font-size: 15px;
}
.about-us-section .about-us .text p{
  margin-bottom: 15px;
}

/*End About Us*/
/*Start Contact Us*/

.contact-us-section .header-ab{
  margin-bottom: 15px;
}

.contact-us-section .image{
  text-align: center;
  margin-bottom: 15px;
}
.contact-us-section .image img{
  width: 100px;
}
.contact-us-section .contact-us form input,
.contact-us-section .contact-us form textarea{
  width: 100%;
  height: 45px;
  padding: 9px;
  border: 0;
  border-bottom: 1px solid #101011;
  margin-bottom: 15px;
}
.contact-us-section .contact-us form textarea{
  height: 200px;
}
.contact-us-section .contact-us form button{
  background-color: transparent;
  border: 0;
  width: 200px;
  height: 45px;
}
.contact-us-section .contact-us form button span{
  background-color: #101011;
}
.contact-us-section .contact-us form button .s{
  color: #fff;
  background-color: transparent;
}
.contact-us-section .contact-us form button:hover .s{
  color: #101011;
}
/*End Contact Us*/
/*Start Products*/

.products-section{
  padding-top: 40px;
  padding-bottom: 40px;
}
.products-section .header-se{
  margin-bottom: 30px;
}
.products-section .item{
  margin-bottom: 25px;
}

/*End Products*/
footer .a2a_kit{
  display: flex;
  justify-content: center;
}
.live-view .a2a_kit a{
  display: block!important;
  float: none!important;
  text-align: center;
}
/*Media*/
@media (max-width: 1199px) {
  .product-section.product-section2.product-section3{
    text-align: center!important;
  }
  .product-section.product-section2.product-section3 .item{
    border-left: 0!important;
    border-right: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .product-section.product-section2.product-section3 .item .starts{
    justify-content: center!important;
  }
  .rate-section .rate .ra {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .nav-section .nav-ss li a {
    font-size: 13px !important;
  }
  .nav-section .nav-ss .search {
    position: relative !important;
    margin-left: 20px;
  }
  .nav-section .nav-ss .search button {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    right: -10px !important;
    opacity: 0.7 !important;
  }
}
@media (max-width: 991px) {
  .product-onther .pro .container-pro .con-pro{
    padding-bottom: 0px!important;
  }
  .product-onther .pro .image{
    position: static!important;
    left: auto!important;
    right: auto!important;
    width: 60%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-top: 40%!important;
  }
  .nav-section .search{
    display: none!important;
  }
  .nav-section .smalll{
    display: flex!important;
    justify-content: flex-end;
  }
  .nav-section .smalll .up-nav{
    order: 1;
    margin-left: 20px;
  }
  ..nav-section .smalll .nav-ss{
    order: 2;
  }
  .cont-text1 {
    padding: 10px !important;
  }
  .cont-text1 .head1 {
    font-size: 18px !important;
    margin-bottom: 13px !important;
  }

  .icon {
    width: 45px !important;
    height: 45px !important;
  }

  .color-l-r .left {
    width: 100% !important;
  }
  .color-l-r .right {
    width: 0% !important;
  }

  .live-view {
    text-align: center !important;
  }
  .live-view .live-view-products {
    display: block !important;
  }
  .live-view .live-view-products .live-view-products-con {
    width: 100% !important;
  }
  .live-view .live-view-products .live-view-products-con .dots-section {
    bottom: 27px !important;
  }
  .live-view .live-view-products .live-view-products-con .dots-section .dots-section-ss {
    width: 90% !important;
  }
  .live-view .live-view-products .live-view-products-con .dots-section .dots-section-ss a {
    width: 45px !important;
    height: 45px !important;
  }
  .live-view .live-view-products .live-view-products-con .dots-section .dots-section-ss a img {
    width: 15px !important;
  }
  .live-view .info .feat-brand ul {
    justify-content: center !important;
  }
  .live-view .so-media {
    display: flex !important;
    justify-content: center !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .main-slider2 .overlay {
    background-color: rgba(255, 255, 255, 0.4) !important;
  }

  .rate-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    text-align: center !important;
  }
  .rate-section .rate {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
  .rate-section .rate .ra {
    margin-bottom: 20px !important;
  }
  .rate-section .rate .ra h4 {
    margin-bottom: 15px !important;
    font-size: 18px !important;
  }
  .rate-section .rate .ra .ra-ss h5 {
    display: none !important;
  }

  .home-page2 .container .icon {
    right: 50% !important;
    -webkit-transform: translate(50%, 50%) !important;
    -moz-transform: translate(50%, 50%) !important;
    -ms-transform: translate(50%, 50%) !important;
    -o-transform: translate(50%, 50%) !important;
    transform: translate(50%, 50%) !important;
  }

  .pragr {
    text-align: center !important;
  }

  .main-product .container:after {
    content: none !important;
  }
  .main-product .main-product-pa .text-con {
    width: 100% !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
  }
  .main-product .main-product-pa .text-con .head1 {
    font-size: 18px !important;
    margin-bottom: 13px !important;
  }
  .main-product .main-product-pa .image {
    margin-bottom: 15px !important;
  }
  .main-product .main-product-pa .image .icon {
    width: 45px !important;
    height: 45px !important;
  }

  .product-type-2 {
    text-align: center !important;
  }
  .product-type-2 .row [class^=col-] {
    margin-bottom: 50px !important;
  }
  .product-type-2 .pro-type-2 {
    top: 0 !important;
  }
  .container-product-type-3 {
    margin-top: 15px !important;
  }
  .container-product-type-3 .product-type-3 {
    margin-bottom: 30px !important;
  }
  .container-product-type-3 .product-type-3 .text-container {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
    height: auto !important;
    margin-bottom: 30px !important;
  }
  .container-product-type-3 .product-type-3 .text-container h2 {
    text-align: center !important;
  }
  .container-product-type-3 .product-type-3 .text-container .text-side-con .text-side {
    position: static !important;
    padding: 60px 12px 20px !important;
  }
  .container-product-type-3 .product-type-3 .text-container .text-side-con .text-side .icon {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .container-product-type-3 .product-type-3 .container-img-text .img-text .img-text-text {
    position: static !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    padding: 15px !important;
    width: 100% !important;
  }
  .container-product-type-3 .product-type-3 .container-img-text .img-text .img-text-text .head1 {
    font-size: 18px !important;
  }
  .container-product-type-3 .product-type-3 .container-img-text .img-text .img-text-text .par1 {
    width: 100% !important;
  }

  .home-page .home-text {
    width: 100% !important;
    text-align: center !important;
  }

  .nav-section .open-small-menu {
    display: block !important;
  }
  .nav-section{
    padding-top: 15px!important;
  }
  .nav-section.nav-section-black .logo span{
    display: none!important;
  }
  .nav-section .logo{
    top: 0!important;
    justify-content: flex-start!important;
  }
  .nav-section .logo a {
    display: inline-block !important;
  }
  .nav-section .logo a img {
    width: 120px !important;
  }
  .nav-section .row [class^=col-]:first-of-type {
    display: none !important;
  }
  .nav-section .nav-ss {
    justify-content: flex-end !important;
    /*width: 100% !important;*/
  }
  .nav-section .nav-ss .search {
    display: none !important;
  }
  .nav-section .nav-ss ul {
    display: none !important;
  }

  .main-slider .center-ele {
    display: none !important;
  }
  .main-slider .item {
    position: relative;
    /*height: 450px !important;*/
  }
  .main-slider .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }
  .main-slider .item .container {
    position: relative;
    z-index: 3;
  }
  .main-slider .item .con-text {
    width: 100% !important;
    text-align: center !important;
  }
  .main-slider .item .con-text h2 {
    font-size: 23px !important;
  }
  .main-slider .item .con-text h4 {
    margin-bottom: 15px !important;
  }
  .main-slider .item .con-text .text {
    font-size: 15px !important;
  }
  .main-slider .item{
    background-image: none!important;
    height: auto!important;
  }
  .main-slider .item img{
    width: 100%!important;
    display: block!important;
  }
  .product-section .item .starts {
    margin-bottom: 10px !important;
  }
  .product-section .item .starts i {
    font-size: 16px !important;
  }
  .product-section .item .sub {
    font-size: 14px !important;
  }
  .product-section .item h3 {
    font-size: 17px !important;
  }
  .product-section .item .text {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    height: 47px!important;
  }

  .product-section-twe .item {
    text-align: center !important;
  }
  .product-section-twe .item .image {
    padding-top: 60% !important;
  }
  .product-section-twe .item .c-d {
    text-align: center !important;
  }
  .product-onther{
    padding-bottom: 35px!important;
  }
  .product-onther .owl-dots{
    left: 50%!important;
    right: auto!important;
    transform: translateX(-50%)!important;
    bottom: -30px!important;
  }
  .product-onther .image {
    margin-top: 25px !important;
  }
  .product-onther .container-pro {
    text-align: center !important;
  }
  .product-onther .container-pro .con-pro:before {
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .product-onther .container-pro .con-pro .head-up {
    display: block !important;
    text-align: center !important;
    margin-bottom: 15px !important;
  }
  .product-onther .container-pro .con-pro .head-up span {
    display: block !important;
  }
  .product-onther .container-pro .con-pro .head-up span.img {
    display: inline-block !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .product-onther .container-pro .con-pro h2 {
    font-size: 21px !important;
    margin-bottom: 13px !important;
  }
  .product-onther .container-pro .con-pro .text {
    font-size: 14px !important;
    margin-bottom: 13px !important;
  }

  footer {
    text-align: center !important;
  }
  footer .body-footer > .row:before {
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  footer .fo form .all-twe {
    display: block !important;
  }
  footer .fo form .all-twe label {
    width: 100% !important;
  }
  footer .fo .so-media-con {
    margin-bottom: 30px !important;
  }
  footer .liks-ss .link-sec {
    margin-bottom: 25px !important;
  }
  footer .liks-ss .link-sec ul li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  footer .liks-ss .link-sec ul li:before {
    content: none !important;
  }

  .footer-part {
    text-align: center !important;
  }
  .footer-part .linkss {
    margin-bottom: 10px !important;
  }
  .footer-part .linkss a:last-of-type {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer-part .to-top {
    justify-content: center !important;
  }
  .footer-part .to-top a {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .pragr.pragr3{
    padding-top: 50px!important;
  }
  .live-view .info .hh-head {
    font-size: 20px !important;
  }
  .live-view .info .tapss .nav-tabs {
    display: block !important;
    text-align: center !important;
  }
  .live-view .info .tapss .nav-tabs .nav-item {
    width: 100% !important;
  }

  .rate-section .rate .ra.first,
.rate-section .rate .ra.secand {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rate-section .rate .ra.secand h4 {
    font-size: 16px !important;
  }
  .rate-section .rate .ra.secand .ra-ss .ra-ss-con .rate-sta {
    width: 220px !important;
  }

  .pragr .image {
    margin-bottom: 20px !important;
  }

  .container-product-type-3 .product-type-3 .text-container {
    width: 100% !important;
  }

  .home-page {
    height: 400px !important;
  }
  .home-page .home-text {
    padding: 15px 15px !important;
  }
  .home-page .home-text h2 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 8px !important;
  }

  .hover-2 {
    font-size: 14px !important;
  }

  .product-section .header-se {
    font-size: 20px !important;
  }

  .product-onther .header span {
    font-size: 15px !important;
  }
  .product-onther .header h2 {
    font-size: 24px !important;
  }
  .about-us-section,
  .contact-us-section{
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }
  .header-ab{
    font-size: 22px!important;
  }
  .contact-us-section .contact-us form {
    text-align: center!important;
  }
  .contact-us-section .header-ab{
    margin-bottom: 15px!important;
  }
  .products-section{
    padding-top: 30px!important;
    padding-bottom: 20px!important;
  }
}

/*# sourceMappingURL=style.css.map */
