:root {
  --primary: #f5b900;
  --secondary: #a4164b;
  --light: #bdbdbd;
  --yellow: #f8c200;
  --gray: #999;
}

@font-face {
  font-family: helvetica;
  src: url(../fonts/Helvetica.ttf);
}

@font-face {
  font-family: helvetica_bold;
  src: url(../fonts/Helvetica-Bold.ttf);
}

@font-face {
  font-family: gilroy;
  src: url(../fonts/Gilroy-ExtraBold.otf);
}

@font-face {
  font-family: montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: montserrat_bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: montserrat_semi;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: montserrat;
}

.body_y {
  overflow-y: hidden;
}

i,
em {
  font-style: normal;
}

.row {
  margin: 0 !important;
}

em {
  font-style: normal;
}

button {
  border: 0;
  outline: inherit;
  cursor: pointer;
}

label {
  font-weight: normal;
}

a,
img {
  border: 0;
  text-decoration: inherit !important;
  outline: none;
  color: var(--darked);
  display: inline-block;
}

ul,
ol li,
li {
  list-style: none inside;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  line-height: 22px;
  font-size: 14px;
  margin: 0;
  font-family: montserrat_semi;
}

table {
  border: 0;
  border-collapse: collapse;
}

textarea,
input,
select {
  font-size: 14px;
  outline: inherit;
  font-family: montserrat;
}

.pos_relative {
  position: relative;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.coldir {
  flex-direction: column;
}

.rowdir {
  flex-direction: row;
}

.basis {
  flex-basis: auto;
}

.hcenter {
  justify-content: center;
}

.vcenter {
  align-items: center;
}

.justspacebet {
  justify-content: space-between;
}

.justspacearround {
  justify-content: space-around;
}

.justflexend {
  justify-content: flex-end;
}

.alignend {
  align-items: flex-end;
}

.fulwid {
  width: 100%;
  display: inline-block;
}

.divpad {
  padding: 40px 0;
}

.tcenter {
  text-align: center;
}

.wid_25 {
  flex-basis: 25%;
  padding: 0 10px;
}

.wid_20 {
  flex-basis: 20%;
  padding: 0 10px;
}

.wid_50 {
  flex-basis: 50%;
  padding: 0 10px;
}

.wid_60 {
  flex-basis: 60%;
  padding: 0 10px;
}

.wid_70 {
  flex-basis: 70%;
  padding: 0 10px;
}

.wid_80 {
  flex-basis: 80%;
  padding: 0 10px;
}

.wid_30 {
  flex-basis: 30%;
  padding: 0 10px;
}

.wid_40 {
  flex-basis: 40%;
  padding: 0 15px;
}

.wid_100 {
  flex-basis: 100%;
  padding: 0 10px;
}

.logo {
  width: 200px;
}

.res_menu {
  display: none;
}

.menu .tittle {
  display: none;
}

.header_stick {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.menu li a {
  color: var(--secondary);
  font-size: 14px;
  font-family: montserrat_semi;
  padding: 35px 25px;
}

.menu li a:hover,
.menu li a.active {
  color: var(--primary);
}

.socialmedia li a {
  color: var(--secondary);
  background: #f1f1f1;
  border-radius: 3px;
  margin-left: 3px;
}

.socialmedia li {
  color: var(--light);
  font-size: 14px;
}

.socialmedia li i {
  width: 40px;
  text-align: center;
  padding: 13px 0;
}

.submenu {
  position: absolute;
  top: 100%;
  background: #fff;
  white-space: nowrap;
  z-index: 3;
  display: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.menu li:hover .submenu {
  display: block;
}

.submenu li a {
  padding: 10px 15px;
}

.socialmedia li a:hover {
  color: #fff;
  background: var(--secondary);
}

.popup {
  display: none;
}

.popup {
  background: var(--secondary);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.popup_ctn_area {
  background: #fff;
  border-radius: 5px;
  height: 90%;
}

.popup_ctn_area {
  overflow: hidden;
}

.popu_share_blg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  background: #111;
  bottom: 0;
}

.popup-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 0 15px;
  display: none;
}

.popup-nav i {
  width: 30px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 12px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  line-height: 26px !important;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 12px !important;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  z-index: 5;
}

.popup-nav i.fa-angle-right {
  float: right;
}

.popup-nav i.fa-angle-left {
  float: left;
}

.popup_inr_ctn img {
  width: 100%;
}

.popup_inr {
  height: 100%;
}

.sml_title {
  font-size: 14px;
  color: var(--secondary);
}

.min_tittle {
  font-family: gilroy;
  font-size: 30px;
  color: var(--secondary);
}

.min_container {
  width: 960px;
  margin: 0 auto;
}

.tittle {
  font-family: gilroy;
  font-size: 36px;
  color: var(--secondary);
}

.mtittle {
  font-family: gilroy;
  font-size: 30px;
  color: var(--secondary);
}

.owl-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.our_products .owl-pagination,
.brand_all .owl-pagination {
  position: static;
  margin-bottom: 15px;
}

.brand_all .owl-pagination {
  display: none;
}

.owl-theme .owl-controls .owl-page {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: var(--secondary) !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 0;
  opacity: 1 !imaportant;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: var(--primary) !important;
}

.btn_style {
  background: var(--secondary);
  color: #fff;
  border-radius: 5px;
  font-family: montserrat;
  font-size: 14px;
  display: inline-block;
  padding: 15px 20px;
}

.btn_style:hover {
  background: var(--primary);
  color: #fff;
}

.cls_btn {
  display: none;
}

.qenquiry li a {
  color: #fff;
  font-family: montserrat;
  background: var(--secondary);
  padding: 13px 15px;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 10px;
}

.qenquiry li a:hover {
  background: var(--primary);
  color: #fff;
}

.banner img.slider {
  width: 100%;
}

.banner_ctn {
  position: absolute;
  top: 30%;
  left: 15%;
}

.banner_ctn {
  font-family: gilroy;
  font-size: 30px;
  color: #fff;
}

.banner_ctn h2 {
  font-family: montserrat_bold;
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}

.banner_ctn p {
  color: #fff;
  font-size: 16px;
  font-family: montserrat;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.top_bar {
  background: #f1f1f1;
}

.top_bar i {
  color: var(--gray);
  margin-right: 5px;
  font-size: 12px;
}

.top_bar li {
  padding: 10px 0;
  margin-right: 20px;
}

.top_bar span {
  color: #999;
  font-size: 12px;
}

.top_contact li:last-child {
  margin-right: 0;
}

.owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  z-index: 6;
  padding: 0 30px;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url(../images/prev.png) 0 0;
  float: left;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url(../images/next.png) 0 0;
  float: right;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  margin-left: -5px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  margin-right: -5px;
}

.hm_ads {
  background: url(../images/home_ad.jpg) center 0 / cover;
}
.hm_ad_rht{
  padding: 60px;
}

.hm_ads img {
  width: 100%;
}

.hm_ad_ctn .min_tittle {
  color: #fff;
}

.hm_ad_ctn {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

.hm_ad_ctn h6 {
  font-size: 14px;
  margin-bottom: 20px;
}

.hm_ad_ctn p {
  font-size: 20px;
  padding: 5px 0 25px 0;
}

.hm_ad_ctn a {
  font-size: 14px;
}

.sml_tittle {
  font-family: gilroy;
  color: var(--secondary);
  font-size: 18px;
  margin-bottom: 15px;
}

.hm_service li {
  color: var(--gray);
  padding: 7px 0;
  font-size: 14px;
  font-family: montserrat_semi;
}

.home_service_blg {
  background: url(../images/import.jpg) 0 0 / cover;
  min-height: 230px;
  padding: 30px 20px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.import {
  background: url(../images/import.jpg) 0 0 / cover;
}

.electronic {
  background: url(../images/electronic.jpg) 0 0 / cover;
}

.real {
  background: url(../images/real.jpg) 0 0 / cover;
}

.footwear_hm {
  background: url(../images/led_sec.jpg) 0 0 / cover;
}

.home_service_blg a {
  color: var(--primary);
  margin-top: 15px;
  font-size: 14px;
}

.hm_about_blg {
  background: #fff;
}

.hm_about_blg p {
  color: var(--gray);
  max-width: 85%;
}

.brand_tittle {
  background: var(--primary);
  padding: 20px;
}

.brand_tittle .sml_tittle {
  margin-bottom: 0;
}

.brand_all {
  padding: 40px 0;
}

.Ourbrands {
  overflow: hidden;
  padding: 0;
}

.Ourbrands .item {
  width: 98%;
  margin: 0 auto;
  background: var(--secondary);
}

.Ourbrands img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.brand_all_inr {
  border: 1px solid #ddd;
}

.our_products {
  padding-bottom: 40px;
}

.our_products h3 {
  text-align: center;
}

.our_product_inr img {
  width: 100%;
  transition: all 0.3s ease;
}

.our_product_inr {
  margin-top: 30px;
}

.our_product_inr li {
  padding: 10px;
  flex-basis: 20%;
}

.our_product_blg {
  border: 1px solid var(--light);
  overflow: hidden;
  margin-bottom: 15px;
}

.our_product_ctn {
  background: #f1f1f1;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 3;
  /*    min-height: 63px;*/
}

.our_product_ctn h5 {
  font-size: 14px;
  font-family: montserrat;
}

.our_product_ctn p {
  color: var(--secondary);
  margin-top: 5px;
}

.our_product_blg img:hover {
  transform: scale(1.1) rotate(5deg);
}

.our_products a.btn_style {
  margin-top: 20px;
}

.fuel {
  background: #f5f5f5;
}

.fuel_lft {
  padding: 60px 60px 60px 120px;
}

.fuel_lft p {
  padding: 25px 0;
  color: #666;
}

.fuel_rht {
  padding: 0;
}

.fuel_rht img {
  width: 100%;
}

.about_inr_blg {
  flex-basis: 33.33%;
  padding: 40px 20px;
}

.about_inr_ctn {
  margin-left: 25px;
}

.about_inr p {
  color: var(--gray);
}

.footer {
  background: #f5f5f5;
  padding: 40px 0;
}

.footer_logo {
  width: 160px;
}

.footer li i {
  color: var(--gray);
  margin-top: 4px;
}

.footer ul {
  margin-top: 20px;
}

.footer li {
  line-height: 24px;
  padding: 5px 0;
}

.footer li span {
  color: var(--gray);
  font-size: 14px;
  margin-left: 10px;
}

.footer li a {
  color: var(--gray);
  font-size: 14px;
  font-family: montserrat_semi;
}

.footer li a:hover {
  color: var(--secondary);
}

.footer li i {
  margin-right: 10px;
}

.copy {
  text-align: center;
  margin-top: 30px;
  color: var(--gray);
}

.design {
  margin-left: 10px;
}

.design a {
  margin-left: 5px;
}

.design a:hover {
  color: var(--primary);
}

.scrolltop {
  position: fixed;
  bottom: 30px;
  right: -190px;
  display: inline-block;
  text-align: center;
  width: 50px;
  background: #333;
  transition: all 0.5s;
  border-radius: 5px;
  margin: 0 auto;
  z-index: 9;
  padding: 10px 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.scrolltop_opn {
  right: 30px;
}

.scrolltop i {
  display: block;
  margin-bottom: 10px;
}

.inr_banner {
  background: #f1f1f1;
  padding: 40px 0;
  text-align: center;
}

.inr_banner h4 {
  color: #333;
  font-size: 30px;
  font-family: montserrat_bold;
}

.abt_img img {
  width: 100%;
}

.abt_rht {
  padding: 0 40px;
}

.abt_rht b {
  color: var(--secondary);
}

.about_blg p {
  margin-bottom: 10px;
  text-align: justify;
}

.about_blg h4 {
  font-size: 40px;
  font-family: helvetica_bold;
  margin-bottom: 20px;
  color: var(--secondary);
}

.site_ads {
  background: var(--primary);
  padding: 30px;
}

.site_ads .btn_style {
  background: #000;
  color: #fff;
}

.site_ads h2 {
  font-family: montserrat_bold;
  color: #fff;
}

.contact_blg {
  padding: 20px 0;
}

.contact_blg li {
  padding-bottom: 15px;
}

.contact_blg li span {
  margin-right: 10px;
  display: block;
  line-height: 22px;
  flex-basis: 10%;
}

.contact_blg li em {
  color: var(--gray);
  line-height: 22px;
  flex-basis: 85%;
  display: block;
}

.enq li input[type='text'],
.enq li input[type='email'],
.enq li input[type='number'] {
  width: 100%;
  background: #fff;
  height: 50px;
  border: 0;
  padding: 0 15px;
  border: 1px solid #ddd;
}

.error {
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding-left: 5px;
  margin: 5px 0;
  top: -0;
  right: 15px;
  background: #f10000;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  line-height: inherit;
  transform: scale(1);
  transition: all 0.3s ease-in;
}
.success {
  background-color: #5dab8b;
}

.enq {
  background: #eaeaea;
  position: relative;
}

.enq li textarea {
  width: 100%;
  background: #fff;
  height: 130px;
  border: 0;
  padding: 15px;
  border: 1px solid #ddd;
}

.enq li {
  flex-basis: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
  position: relative;
}

.enq li.ful_wid {
  flex-basis: 100%;
  text-align: center;
}

.enq li.ful_wid .btn_style {
  padding: 10px 60px;
}

.enq h3 {
  text-align: center;
  margin-bottom: 30px;
}

.fancybox-title-float-wrap {
  margin-bottom: 0 !important;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 15px 20px;
  background: transparent;
  background: #f1f1f1 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: inherit !important;
  color: #000 !important;
  font-weight: bold;
  line-height: 24px;
  white-space: wrap !important;
}

.qenquiry i {
  display: none;
}

.about_ser p i {
  color: var(--secondary);
  margin-right: 10px;
  font-size: 12px;
}

.social_footer li i {
  margin-right: 10px;
  width: 35px;
  line-height: 35px;
  background: #ccc;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.social_footer li i.fa-facebook {
  background: #4267b2;
}

.social_footer li i.fa-whatsapp {
  background: #1ad13f;
}

.social_footer li i.fa-comments-o {
  background: var(--secondary);
}

.product_inr h4.sml_tittle {
  background: #f1f1f1;
  padding: 10px;
}

.product_border {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.certifi {
  background: var(--primary);
}

.certifi li {
  flex-basis: 33%;
  padding: 20px 0;
}

.certifi li span {
  width: 30%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
}

.certifi li h4 {
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
}

.certifi li img {
  width: 100%;
}

.certifi_ctn {
  padding-left: 20px;
  flex-basis: 70%;
}

.certifi_ctn a {
  padding: 10px 15px;
  font-size: 12px;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.61);
  z-index: 10;
}
.loadersvg {
  width: 80px;
}

.hide {
  display: none;
}
