
@font-face {
  font-family: "NunitoSans";
  font-weight: 400;
  src: url(../fonts/NunitoSans/NunitoSans_7pt-Regular.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 500;
  src: url(../fonts/NunitoSans/NunitoSans_7pt-Medium.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 600;
  src: url(../fonts/NunitoSans/NunitoSans_7pt-SemiBold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 700;
  src: url(../fonts/NunitoSans/NunitoSans_7pt-Bold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 800;
  src: url(../fonts/NunitoSans/NunitoSans_7pt-ExtraBold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 900;
  src: url(../fonts/NunitoSans/NunitoSans_7pt-Black.ttf);
}


@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  src: url(../fonts/Roboto/Roboto-SemiBold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  src: url(../fonts/Roboto/Roboto-Black.ttf);
}


@font-face {
  font-family: "Urbanist";
  font-weight: 400;
  src: url(../fonts/Urbanist/Urbanist-Regular.ttf);
}
@font-face {
  font-family: "Urbanist";
  font-weight: 500;
  src: url(../fonts/Urbanist/Urbanist-Medium.ttf);
}
@font-face {
  font-family: "Urbanist";
  font-weight: 600;
  src: url(../fonts/Urbanist/Urbanist-SemiBold.ttf);
}
@font-face {
  font-family: "Urbanist";
  font-weight: 700;
  src: url(../fonts/Urbanist/Urbanist-Bold.ttf);
}
@font-face {
  font-family: "Urbanist";
  font-weight: 800;
  src: url(../fonts/Urbanist/Urbanist-ExtraBold.ttf);
}
@font-face {
  font-family: "Urbanist";
  font-weight: 900;
  src: url(../fonts/Urbanist/Urbanist-Black.ttf);
}

/*Show More btn Css Start*/
.content-hidden p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content h2 {
  font-size: 32px;
}
.content-hidden {
  overflow: hidden;
  transition: 0.5s ease;
}
body .content-hidden h1:nth-child(1),
body .content-hidden h2:nth-child(1),
body .content-hidden p:nth-child(1) {
  display: block !important;
}
body .content-hidden h1,
body .content-hidden h2,
body .content-hidden h3,
body .content-hidden h4,
body .content-hidden h5,
body .content-hidden h6,
body .content-hidden p {
  display: none !important;
}
button#toggleBtn {
  outline: unset;
}
.content-hidden p:nth-child(2) {
  display: block !important;
}
.seo-content {
  padding-bottom: 10px;
} 
/*Show More btn Css End*/

* {
  font-family: NunitoSans !important;
}


:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #34434D;
  --S-color: #A3A3A3;
  --txt-color: #4A4A4A;
  --btn-color: #046EB8;
  --bg-color: #1E2023;
  --hov-color: #f68712;
}

body {
  position: relative;
  max-width: 1920px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  background: var(--color2);
   /*cursor: pointer;*/
}
.sub-heading {
  margin-top: 15px;
  position: relative;
  text-align: left;
}
.sub-heading h3 {
  display: inline-block;
  position: relative;
  color: var(--S-color);
  font-size: 16px;
  margin: 0px;
  padding-left: 10px;
  font-weight: 700;
  text-transform: capitalize;
}
.sub-heading h3:before {
  content: "";
  position: absolute;
  height: 80%;
  width: 15px;
  left: -10px;
  top: 0;
  right: auto;
  margin: auto;
  background-color: var(--hov-color);
}
.defalt-heading h2 {
  color: var(--h-color);
  /* text-align: center; */
  font-size: 27px;
  margin-bottom: 13px;
  font-weight: 700;
  /* display: inline-block; */
  line-height: 50px;
  text-transform: capitalize;
}
.btn-primary {
  color: var(--color2);
  background: var(--btn-color) !important;
  border: 1px solid var(--btn-color) !important;
  font-size: 14px;
}

/*default heading css for mobile*/
@media (max-width: 767px) {
    .sub-heading:before {
    height: 3px !important;
}
.sub-heading {
    padding-top: 10px !important;
    margin: 0 !important;
    /* text-align: center !important; */
}
.sub-heading h3 {
    font-size: 12px !important;
    padding-left: 7px;
}
.defalt-heading h2 {
    font-size: 18px !important;
    line-height: 30px;
}
}

@media (min-width: 575px) and (max-width: 768px) {
    .sub-heading:before {
        height: 3px !important;
    }
    .sub-heading {
        padding-top: 10px !important;
    }
    .sub-heading h3 {
        font-size: 11px !important;
        letter-spacing: 2.4px !important;
    }
    .defalt-heading h2 {
        font-size: 12px !important;
    }
    .image-service {
    width: 50px !important;
    margin: 0 auto !important;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .sub-heading h3 {
        /* letter-spacing: 2.4px !important; */
        font-size: 11px;
    }
    .defalt-heading h2 {
    line-height: 30px !important;
   }
}


body .my_contact_us {
  display: block;
  position: fixed;
  right: -44px;
  top: 35%;
  z-index: 9;
  transform: rotate(90deg);
}
/*header css for mobile*/
@media (max-width: 767px) {
  body .my_contact_us {
    right: -44px;
  }
}

.dasktop-show {
  display: block;

}
.menus-searchdiv {
  display: flex;
  align-items: center;
  justify-content: end;
}
.mobile-show {
  display: none;
}
@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}

/*for gtranslate language css*/
.select-lang .gt_switcher_wrapper {
  position: relative !important;
  float: right;
}
.select-lang .gt_switcher_wrapper .gt_selected {
  background: var(--btn-color) !important;
  border-radius: 30px !important;
  padding: 4px 5px;
}
.select-lang .gt_switcher_wrapper .gt_selected a {
  color: var(--color2) !important;
  border: none !important;
  font-size: 13px;
  position: relative;
  font-family: LEMON MILK !important;
  font-weight: 500 !important;
  padding: 15px 29px !important;
  border-radius: 30px !important;
  width: auto !important;
  text-align: center;
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: var(--btn-color) !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a img {
  background-image: url(/images/world.png);
  display: none;
}
.select-lang .gt_switcher_wrapper .gt_selected a:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  left: 2px;
  top: 2px;
  background-image: url(/images/world.png);
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  right: 10px !important;
  filter: brightness(15) !important;
  top: 2px !important;
}

.select-lang .gt_switcher_wrapper .gt_option {
  background: var(--btn-color) !important;
  position: absolute !important;
  padding: 30px 0px 10px 20px !important;
  width: 172px !important;
  top: 26px;
  border-radius: 0px 0px 20px 20px;
}
.select-lang .gt_switcher_wrapper .gt_option a {
  color: #fff !important;
  padding: 0px !important;
  margin: 4px 0px !important;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: var(--btn-color) !important;
  transition: 0.3s;
}
/* end for gtranslate language css*/

/* ===============================
    for search css
  =============================== */
  
  .h-search-form input.form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; /* 162.5% */
    text-transform: capitalize;
    position: absolute;
    width: 180px;
    /* transform: translateX(2000px); */
    transition: 0.5s;
    left: -190px;
    top: 9px;
    color: #fff;
    background: transparent;
    border: 1px solid #ffffff47 !important;
}

.form-section.h-search-form {
    position: relative;
}

.form-section.h-search-form button.btn {
    /* float: right; */
    width: 65px;
}

.form-section.h-search-form form.d-flex {
    /* display: block !important; */
}

.form-section.h-search-form form.d-flex:hover input {
    transform: translateX(0px);
    transition: 0.5s;
}


/* ===============================
  header css
=============================== */

.logo-sec .header-top {
  padding: 5px 0px;
}
.logo-sec .header-info {
  display: flex;
  align-items: center;
  justify-content: end;
}
.h-contact .all-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-contact .all-icon .h-icon {
  height: 40px;
  width: 40px;
  margin-right: 15px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-color);
}
.h-contact .all-icon p.c-black {
  margin: 0 !important;
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.h-contact .all-icon p.c-num {
  margin: 0 !important;
  color: #d8d8d8;
  font-family: Arial !important;
  /* font-style: italic; */
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  text-transform: lowercase;
}
.h-contact .all-icon span {
    margin: 0 !important;
    color: var(--btn-color);
    font-size: 13px;
    font-weight: 700;
}
.main-menu-header {
    background: var(--bg-color);
}
/*.logo-sec.main-header .row-third {*/
/*  background: var(--btn-color);*/
/*  border-radius: 10px;*/
/*}*/
.my-navbar .header-logo.mobile-logo {
  display: none;
}
.main-header li.nav-item {
  padding: 10px 0px;
  position: relative;
}
.main-header li.nav-item a.nav-link {
  color: #ffffff !important;
  margin: 0px 10px;
  border-radius: 0px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #444444;
}
.main-header li.active.nav-item a.nav-link {
  position: relative;
  border-radius: 0px;
  color: var(--btn-color)!important;
  background: transparent;
}
.main-header li.nav-item a.nav-link:hover {
  color: var(--hov-color) !important;
  border-radius: 0px;
  transition: 0.3s ease-in;
  border-top: 1px solid var(--hov-color);
}
.my-navbar .navbar-collapse ul ul.dropdown-menu {
  background: #0096FE;
  transition: 0.3s;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu a {
  color: var(--color2) !important;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover {
  background: transparent !important;
  transition: 0.3s;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover a {
  /*color: var(--color1) !important;*/
  transition: 0.3s;
}

.form-section.h-search-form button.btn:focus {
    display: none;
}
.logo-sec .header-info .h-contact:last-child a.all-icon .h-icon {
    /* width: 80px !important; */
}
/*header css for mobile*/
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
  section.logo-sec.main-header {
    background: #033F68;
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .main-menu-header {
    background: #033F68;
    height: 80px !important;
    border-radius: 0px !important;
    /* padding-top: 5px; */
  }
  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left !important;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .my-navbar .header-logo.mobile-logo img.img-fluid {
    width: 60%;
    margin-top: 10px;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    background: var(--btn-color);
    left: 0;
    transform: translateX(-1000px);
    width: 70%;
    padding-top: 60px;
    height: 100vh !important;
    text-align: left;
    transition: 0.3s;
  }
  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
  }
  .main-header li.nav-item {
    padding: 5px 0px !important;
  }
  .main-header li.nav-item a.nav-link {
    font-size: 10px !important;
    color: var(--color2) !important;
    margin: 5px 10px !important;
    display: inline-block;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
    height: 100px;
    overflow: scroll;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--h-color) !important;
    font-size: 10px;
  }

  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 575px) and (max-width: 768px) {
    .logo-sec.main-header .wow.fadeInRight {
    width: 100%;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .logo-sec.main-header {
    background: #1c1c1c;
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
/*header css for tab*/
@media (min-width: 768px) and (max-width: 992px) {
  .header-top {
    display: none;
  }
  .logo-sec.main-header .row-second {
    display: none !important;
  }
  .logo-sec.main-header .wow.fadeInRight {
    width: 100%;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .logo-sec.main-header {
    background: #1c1c1c;
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
   section.logo-sec.main-header {
    background: var(--color2);
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .main-menu-header {
    background: #033F68;
    height: 80px !important;
    border-radius: 0px !important;
    /* padding-top: 10px; */
  }
  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left !important;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .my-navbar .header-logo.mobile-logo img.img-fluid {
    width: 40%;
    margin-top: 10px;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    background: var(--btn-color);
    left: 0;
    transform: translateX(-1000px);
    width: 70%;
    padding-top: 60px;
    height: 100vh !important;
    text-align: left;
    transition: 0.3s;
  }
  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
  }
  .main-header li.nav-item {
    padding: 5px 0px !important;
  }
  .main-header li.nav-item a.nav-link {
    font-size: 10px !important;
    color: var(--color2) !important;
    margin: 5px 10px !important;
    display: inline-block;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
    height: 100px;
    overflow: scroll;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--h-color) !important;
    font-size: 10px;
  }

  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.1);
  }
}
.my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon {
  background-image: url(/images/menubar.png);
}
.my-navbar button.navbar-toggler span.navbar-toggler-icon {
  background-image: url(/images/close.png);
  height: 40px;
  width: 40px;
}

/*header css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .main-header a.nav-link {
    font-size: 12px;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: #fff !important;
    font-size: 12px;
  }
}

/*end header css*/

/*banner css*/

section.banner-section {
  position: relative;
  height: 600px;
}
section.banner-section:before {
    background: var(--bg-color);
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
}
section.banner-section .row {
  position: relative;
}
section.banner-section .bannermain {
  background: #fff;
  padding: 0px;
  /* position: absolute; */
  width: 100%;
  top: -55px;
}
.banner-slider .owl-item .item {
  height: 600px;
  margin: 0px;
  position: relative;
  padding: 0;
  margin-left: 12px;
}
.banner_txt {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* bottom: 0; */
  /* right: 0; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: start; */
}
.banner_txt .caption2 {
  /* max-width: 40%; */
  /* width: 40%; */
  text-align: left;
  padding: 10px 20px;
  padding-top: 150px;
}
.banner_txt h2.text3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    z-index: 1;
    margin: 0px;
    padding: 2px 5px;
}
.banner_txt h2.text2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  line-height: normal;
  text-align: left;
  font-family: Roboto !important;
  letter-spacing: 1px;
}
.banner_txt p.text4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 0px;
    line-height: 20px;
    /*margin-right: 150px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-bnnr {
  display: inline-block;
  margin-top: 30px;
}
.all-btn a {
  padding: 5px 5px 5px 15px;
  color: #fff;
  background: var(--btn-color);
  border: 1px solid var(--btn-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 0px;
}
.banner_txt .caption2 .btn-bnnr a:hover {
  transition: 0.5s;
  background-color: var(--color2)!important;
  color: var(--btn-color) !important;
  border: 1px solid var(--btn-color) !important;
}
.banner-slider .owl-nav {
  display: block !important;
}
.banner-slider .owl-nav .owl-prev {
    font-size: 0;
    background-image: url(/images/banner-arrow.png);
    width: 50px;
    height: 100px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0%;
    left: -3%;
    top: 0;
    margin: auto;
    background-color: var(--color2);
    background-position: center;
}
.banner-slider .owl-nav .owl-next {
    font-size: 0;
    background-image: url(/images/banner-arrow.png);
    width: 50px;
    height: 100px;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    position: absolute;
    bottom: 0%;
    right: -3%;
    margin: auto;
    top: 0;
    background-color: var(--color2);
    background-position: center;
}
.banner-slider .owl-dots {
    display: none;
    position: absolute;
    bottom: 20%;
    top: 20%;
    right: 10%;
    margin: auto;
    background-color: transparent;
}

.banner-slider .owl-dots .owl-dot span {
  display: block;
  height: 10px;
  background: #fff;
  width: 10px;
  border-radius: 50%;
}
.banner-slider .owl-dots .owl-dot {
  padding-bottom: 100px !important;
  border-radius: 50%;
  /* border: 2px solid #ffffff; */
  /* margin: 10px; */
  /* padding: 4px; */
  display: block;
  position: relative;
}
.banner-slider .owl-dots .owl-dot.active {
  /* border: 2px solid #ffffff; */
}
.banner-slider .owl-dots .owl-dot.active span {
  background: #0096FE;
  height: 12px;
  width: 12px;
}
.banner-bg1 {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    background-position: center !important;
}
.banner-bg2 {
    height: 600px;
    width: 100% !important;
}
/*banner css for mobile*/
@media (max-width: 767px) {
  section.banner-section {
    position: relative;
    height: 220px !important;
  }
  section.banner-section .bannermain {
    position: relative !important;
    top: 0 !important;
    padding: 0px !important;
  }

  .banner_txt {
    padding: 0 !important;
    margin-left: 10px;
    bottom: 25%;
  }
  .banner_txt .caption2 {
    max-width: 100% !important;
    width: 100%;
    padding: 0 !important;
    text-align: left;
    padding-top: 30px !important;
  }
  .banner_txt h2.text3 {
    font-size: 9px;
    line-height: 16px;
    margin-bottom: 0px;
    text-align: left;
    padding: 0;
  }
  .banner_txt h2.text2 {
    font-size: 10px;
    /* line-height: 16px; */
    text-align: left;
    font-weight: 500;
  }
  .banner_txt p.text4 {
    font-size: 9px !important;
    line-height: 14px !important;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: 400 !important;
  }
  .btn-bnnr {
    margin-top: 0px !important;
  }
  .btn-bnnr a {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
  .banner-slider .owl-dots {
    display: none !important;
  }
  .banner-slider .owl-nav {
    display: none !important;
  }
}

/*banner css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  /*     section#\#banner {*/
  /*    margin-top: 0px !important;*/
  /*}*/
  section.banner-section {
    position: relative;
    height: 300px !important;
  }
  body .bannermain {
    height: 350px !important;
  }
  body .bannermain .item {
    height: 300px !important;
  }
  section.banner-section .bannermain {
    position: relative !important;
    top: 0 !important;
    padding: 0px !important;
  }

  .banner_txt {
    padding: 0 !important;
    margin-left: 25px;
    bottom: 10%;
  }
  .banner_txt .caption2 {
    /* max-width: 40% !important; */
    /* width: 40%; */
    padding: 0 !important;
    padding-top: 30px !important;
  }
  .banner_txt h2.text3 {
    font-size: 14px;
    line-height: 25px;
  }
  .banner_txt h2.text2 {
    font-size: 20px;
    line-height: 25px;
  }
  .banner_txt p.text4 {
    font-size: 11px !important;
    line-height: 14px !important;
  }
  .btn-bnnr {
    margin-top: 0px !important;
  }
  .btn-bnnr a {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
  .banner-slider .owl-nav {
    display: none !important;
  }
}

/*banner css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .banner_txt h2.text3 {
    text-align: left;
    font-size: 16px;
    padding: 0;
  }
  .banner_txt h2.text2 {
    font-size: 26px;
  }
  .btn-bnnr a {
    font-size: 18px;
  }
}

/*end banner css*/

/*----------===-----------*/
.service-section {
    padding: 60px 0px;
}
.service-section .service {
    text-align: center;
}
.service-section .service .service-img {
    height: 150px;
    position: relative;
    overflow: hidden;
}
.service-section .service .service-img img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.service-section .service p {
    color: #717171;
    font-family: Domine !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

/*service css for mobile*/
@media (max-width: 767px) {

}
/*service css for tab*/
@media (min-width: 768px) and (max-width: 992px) {

}

/*----------===-----------*/


.section-heading {
    text-align: center;
    /* background: var(--btn-color); */
    padding: 20px 0px;
    margin-bottom: 0px;
    position: relative;
}
.section-heading h2 {
    color: var(--h1-color);
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0px;
    font-family: 'Roboto' !important;
}
.section-heading:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 0px;
    /* background: #6EBD42; */
    z-index: -1;
}


/*about section*/

section.about-section {
  position: relative;
  padding: 80px 0px;
  z-index: 1;
}

.about-ccontent h1 {
    color: var(--h-color);
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    line-height: normal;
    padding-top: 10px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
    font-family: Roboto !important;
    letter-spacing: 0.5px;
}
.about-ccontent h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    width: 0px;
    background: var(--h-color);
}
.about-section .about-ccontent p {
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 50px;
  /* text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2); */
}
.about-btn a {
  /*color: var(--btn-color);*/
  /* font-size: 18px; */
  /* font-weight: 700; */
  /* line-height: normal; */
  /* text-transform: capitalize; */
}

/*about css for mobile*/
@media (max-width: 767px) {
    .hide-mobile{
        display: none;
    }
    
  .about-section {
    padding: 0px 0px !important;
  }
  .about-section .sub-heading:before {
    /* margin: auto !important; */
  }
  .about-ccontent h1 {
    /* text-align: center !important; */
    display: block !important;
    font-size: 18px !important;
    padding-top: 0px;
    margin-bottom: 0px;
    line-height: 30px;
  }
  .about-section .about-ccontent {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
  .about-section .about-ccontent p {
    font-size: 10px !important;
    line-height: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .about-btn a {
    font-size: 10px !important;
  }
}
/*about us css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  section.about-section {
    padding: 20px 0px !important;
  }
  .about-section .sub-heading:before {
    /* margin: auto !important; */
  }
  .about-ccontent h1 {
    /* text-align: center !important; */
    display: block !important;
    font-size: 18px !important;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  
  section.about-section .about-ccontent p {
    font-size: 11px !important;
    padding-right: 0px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .about-btn a {
    font-size: 10px !important;
  }
}

/*about css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .about-ccontent h1 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .about-section .sub-heading:before {
    margin: auto !important;
  }
  .about-section .about-ccontent p {
    font-size: 13px;
  }
  .about-btn a {
    font-size: 13px;
  }
}

/*end about section*/

/*product section*/
.product-section {
  padding: 60px 0px;
  position: relative;
}

.product-heading-bg {
    background-color: var(--btn-color);
    padding: 10px 0px;
}

.product-heading-bg .sub-heading h3 {
    color: #fff;
}

.product-heading-bg .sub-heading:before {
    background-color: #fff !important;
}

.product-heading-bg .defalt-heading h2 {
    color: #fff;
}
section.product-section .sub-heading,
section.product-section .defalt-heading {
  text-align: center;
  position: relative;
}
.main-div {
  padding: 20px;
  position: relative;
  transition: 0.5s ease all;
  margin: 20px 0px;
  background: var(--color2);
}

.product-list {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.product-list img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.5s;
}
.product-content {
  text-align: center;
  padding: 20px 5px;
  border: 1px solid #ccc;
  background: var(--color2);
}
.product-url a {
  color: var(--h-color);
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*.product-url-main .view-details a {*/
/*  font-size: 16px;*/
/*  font-weight: 700;*/
/*  line-height: 60px;*/
/*  padding: 10px 20px;*/
/*  border-radius: 10px;*/
/*  color: var(--color2);*/
/*  background-color: var(--btn-color);*/
/*}*/

.product-url-main {
    margin-top: 30px;
}
.product-url-main .view-details.all-btn a:hover {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background: #fff !important;
}
.product-url-main .view-details.all-btn {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.product-url-main .view-details.all-btn a.links {
    padding: 10px 15px;
}

/*product css for mobile*/
@media (max-width: 767px) {
  .product-section {
    padding: 20px 0px;
  }
  .main-div {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .product-content {
    padding-top: 10px;
  }
  .product-url a {
    font-size: 10px;
  }
  .product-list {
    width: 100%;
    height: 130px !important;
    position: relative;
  }
  .product-url,
  .product-url-main {
    text-align: center;
    margin-top: 0px !important;
  }
  /*.product-url-main .view-details a {*/
  /*  font-size: 8px;*/
  /*  padding: 5px 15px;*/
  /*  line-height: 30px;*/
  /*}*/
}

/*product css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  .product-section {
    padding: 30px 0px;
  }
  .product-url a {
    font-size: 12px;
  }
  /*.product-url-main .view-details a {*/
  /*  font-size: 12px;*/
  /*}*/
}

/*product css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .product-url a {
    font-size: 14px;
  }
  /*.product-url-main .view-details a {*/
  /*  font-size: 14px;*/
  /*}*/
}
/*end product section*/

  /* ===============================
	  testimonial section css
  =============================== */
  section.main-testimonial.zz {
	padding: 60px 0px;
	position: relative;
	}
  section.main-testimonial.zz .sub-heading h3 {
	/* color: #fff; */
	/* text-align: center; */
	/* font-size: 20px; */
	/* font-weight: 400; */
	/* line-height: normal; */
	margin-bottom: 10px;
	}
  section.main-testimonial.zz .default-heading h2 {
	color: #1E1E1E;
	font-family: Domine !important;
	font-size: 40px;
	font-weight: 700;
	line-height: 25px;
	position: relative;
	text-transform: capitalize;
	display: inline-block;
	}
  section.main-testimonial.zz .default-heading h2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 2px;
	width: 120px;
	background: #fff;
  }
  section.main-testimonial.zz .default-heading {
    text-align: center;
}
section.main-testimonial.zz .default-heading h2:before {
    content: '';
    position: absolute;
    left: 105%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 4px;
    background: #1E1E1E;
}
section.main-testimonial.zz .default-heading h2:after {
    content: '';
    position: absolute;
    top: 0;
    left: -45%;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 4px;
    background: #1E1E1E;
}

.inner-testimonial .testi-star img {
    width: auto !important;
}
  section.main-testimonial.zz .cust-cust {
	padding-top: 50px;
  }
  section.main-testimonial.zz .text-caption-p p {
	color: #4A4646;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	}
  section.main-testimonial.zz .testi-user {
	display: flex;
	align-items: center;
	justify-content: end;
	}
  section.main-testimonial.zz .testy-img {
	display: inline-block !important;
	margin-right: 20px;
  }
  section.main-testimonial.zz .testy {
	display: inline-block !important;
  }
  section.main-testimonial.zz .testy h4 {
	color: #4A4646;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	}
  section.main-testimonial.zz .testy h5 {
	color: #4A4646;
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
	}
  section.main-testimonial.zz .owl-dots {
	display: none !important;
  }
  
  .que-testi {
    position: relative;
}


section.main-testimonial.zz:before {
    content: '';
}
.video-div .video-btn {
    text-align: center;
}
  /*testimonial css for mobile*/
  @media (max-width: 767px) {
	section.main-testimonial.zz {
	  padding: 30px 0px;
	  background-size: cover !important;
	  background-position: left center !important;
	}
	section.main-testimonial.zz .default-heading h2 {
	  font-size: 20px !important;
	  line-height: 20px !important;
	}
	section.main-testimonial.zz .default-heading h2:after {
	  width: 60px !important;
	  left: -65px;
	}
	section.main-testimonial.zz .owl-nav {
	  display: none !important;
	}
	section.main-testimonial.zz .cust-cust {
	  margin-top: 10px !important;
	  height: auto !important;
	  padding-top: 10px !important;
	}
	section.main-testimonial.zz .text-caption-p p {
	  font-size: 10px !important;
	  line-height: 15px !important;
	  padding-right: 0px !important;
	}
	section.main-testimonial.zz .testy-img {
	  display: inline-block !important;
	  height: 50px !important;
	  width: 50px !important;
	  margin-right: 10px !important;
	}
	section.main-testimonial.zz .testi-user {
	  margin-top: 0px !important;
	}
	section.main-testimonial.zz .testy h4 {
	  font-size: 12px;
	}
	section.main-testimonial.zz .testy h5 {
	  font-size: 10px;
	}
  }
  
  /*testimonial css for tab*/
  @media (min-width: 768px) and (max-width: 992px) {
	section.main-testimonial.zz {
	  padding: 30px 0px !important;
	}
	section.main-testimonial.zz .default-heading h2 {
	  font-size: 20px !important;
	}
	section.main-testimonial.zz .default-heading h2:after {
	  width: 60px !important;
	  left: -65px;
	}
	section.main-testimonial.zz .cust-cust {
	  padding-top: 30px !important;
	}
	section.main-testimonial.zz .text-caption-p p {
	  font-size: 12px !important;
	  line-height: 20px !important;
	  padding-right: 0px;
	}
	section.main-testimonial.zz .testi-user {
	  margin-top: 15px !important;
	}
	section.main-testimonial.zz .testy-img {
	  width: 60px;
	}
	section.main-testimonial.zz .testy h4 {
	  font-size: 14px !important;
	  margin-bottom: 5px !important;
	}
	section.main-testimonial.zz .testy h5 {
	  font-size: 12px !important;
	}
  }
  /* ===============================
	  end testimonial section css
  =============================== */

/*video in testimonial section*/
.video-section {
    /* background-size: 100% 100% !important; */
    /* background-position: center !important; */
    /* background-repeat: no-repeat !important; */
    padding: 160px 0px;
    position: relative;
    z-index: 2;
}
.video-section .video-content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.video-section .video-content h2 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 800;
    margin: 0px;
    line-height: 37px;
}
.video-section .video-content p {
    color: #FFF;
    font-family: Domine !important;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    margin: 0px 100px;
    margin-bottom: 20px;
}
.video-section .video-content .all-btn a:hover {
    background: var(--btn-color) !important;
    transform: scale(1.05);
}
/*end video in testimonial section*/



.prod-content {
  text-align: center;
  padding: 10px;
}
.prod-content h2 {
  color: #272727;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
}
.prod-content p {
  font-size: 15px;
  color: #4F4F4F;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prod-content a {
  position: relative;
  font-size: 14px;
  color: #39223D;
  font-weight: 600;
}
.prod-content a:before,
.hot-prod-text a:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    border: 1px solid #E01B22;
    top: 10px;
    left: -9px;
    opacity: 0;
    display: none;
    transition: 0.3s;
}
.prod-content a:hover:before,
.hot-prod-text a:hover:before{
    display: block !important;
    transition: 0.3s;
}
.prod-content a:hover {
    color: #39223D;
    transition: 0.3s;
}

.single-prod:hover .prod-img img {
    transition: 0.6s;
    transform: scale(1.09);
}

.single-prod .prod-img {
    overflow: hidden;
    transition: 0.6s;
}


@media (max-width: 767px) {
    .single-prod {
    /*display: flex;*/
    padding: 10px 0px;
    /*align-items: center;*/
  }
  section.category-section .col-md-4:nth-child(2) .single-prod {
    display: flex;
    flex-direction: column-reverse;
  }
  .prod-content h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .prod-content p {
    font-size: 10px;
    margin: 0px;
  }
  .prod-content a {
    font-size: 11px;
    font-weight: 500;
  }
}




/* ===============================
	  blogs section css
  =============================== */
.blog-section {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}
.blog-section .sub-heading,
.blog-section .defalt-heading {
  /* text-align: center; */
  position: relative;
}
.blog-section .defalt-heading {
    margin-bottom: 20px;
}
.blog-section .main-blog:hover .main-blog-div {
    /* transform: translatey(-50px); */
    transition: 0.5s;
}
.blog-section .main-blog-div {
  /* padding: 20px; */
  /* margin-top: 60px; */
  /* border: solid 1px #cccccc8a; */
  transition: 0.5s;
  /* display: flex; */
  /* align-items: center; */
  margin: 50px 0px;
}
.blog-section .blog-img {
  height: 340px;
  width: 100%;
  display: block;
  position: relative;
  border: solid 1px #cccccc8a;
  overflow: hidden;
}
.blog-section .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transition: 0.5s;
  width: 100%;
}
.blog-section .blog-btn a {
    color: var(--h-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    transition: 0.5s ease all;
}
.blog-section .blog-date2 {
    position: absolute;
    top: 0;
    left: 45px;
}
.blog-section .blog-date2 p.date2-bg {
    margin: 0;
    background: var(--btn-color);
    color: var(--color2);
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    font-size: 30px;
}
.blog-section .blog-date2 p.date2-bg2 {
    margin: 0;
    text-align: center;
    background: var(--bg-color);
    color: var(--color2);
    padding: 5px;
}
.blog-section .blog-content .name-user {
  display: flex;
  align-items: center;
}
.blog-section .blog-content .name-user p {
    margin-bottom: 0 !important;
    padding-top: 10px;
    color: var(--txt-color);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.blog-section .blog-url {
  margin: 10px 0px;
  border-bottom: 1px solid var(--S-color);
}
.blog-section .blog-url a {
  color: var(--h-color);
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  transition: 0.5s;
  font-family: Roboto !important;
}
.blog-section .blog-txt p {
  color: var(--S-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-left: 10px;
  font-family: Urbanist !important;
}
.blog-section .blog-txt p:last-child {
    /* color: var(--h-color); */
    /* font-weight: 700; */
}
.blog-section .view-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.blog-section .blog-url-main .view-details a {
  background: var(--btn-color);
  font-size: 12px;
  border: 1px solid;
  color: #fff;
  font-family: Domine !important;
  border-radius: 50px;
  font-weight: 700;
  padding: 5px 10px;
  line-height: normal;
  text-transform: capitalize;
}
.blog-content {
    /* max-width: 50%; */
    /* width: 50%; */
    padding: 10px;
}
.blog-sub-title span {
    color: #717171;
    font-family: Domine !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog-section .blog-txt span.blog-date {
    color: var(--S-color);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    font-family: Urbanist !important;
}
.blog-section .blog-txt span.blog-date:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #606060;
    height: 0;
    width: 0px;
}
.blog-section .blog-url-main .view-details a:hover {
    background: transparent;
    transition: 0.5s;
    border: 1px solid #000;
    color: #0F0F0F;
}
.blog-section .container.blog-bg {
    position: relative;
}
.blog-section .container.blog-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #F6F6F6;
    z-index: -1;
}
.blog-section .container.blog-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background: #F6F6F6;
    z-index: -1;
}
.all-blog-btn.all-btn {
    text-align: end;
    /* margin-top: 80px; */
}
.blog-section:before {
    position: absolute;
    content: "";
    background-image: url("/images/blog-before.png");
    height: 80%;
    width: 20%;
    background-repeat: no-repeat !important;
    right: 0 !important;
    top: 0;
    background-position: center !important;
    background-size: 100% 100% !important;
}
.blog-section .blog-description p {
    line-height: 18px;
    letter-spacing: 0px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-section .blog-btn a:hover {
    color: var(--btn-color);
    transition: 0.5s ease all;
}
/*BLOGS css for mobile*/
@media (max-width: 767px) {
  .blog-section {
    padding: 30px 0px !important;
    padding-bottom: 0px !important;
  }
  .blog-section .blog-up:nth-child(2) {
    margin-top: 0px !important;
  }
  .blog-section .defalt-heading {
    margin-bottom: 0 !important;
  }
  .blog-section .main-blog-div {
    margin: 10px 0px !important;
  }
  .blog-section .blog-img {
    height: 180px !important;
  }
  .blog-section .blog-url a {
    font-size: 12px !important;
    margin-bottom: 5px;
    min-height: 30px;
  }
  .blog-section .blog-txt p {
    font-size: 9px !important;
    line-height: 13px !important;
    margin: 2px 0px !important;
  }
  .blog-section .blog-url-main .view-details a {
    font-size: 10px !important;
    line-height: 20px !important;
    padding: 2px 10px;
  }
  .blog-section .blog-url-main .view-details a:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-section {
    padding: 30px 0px 0px !important;
  }
  .blog-section .main-blog-div {
    margin: 0px 0px !important;
    padding: 10px !important;
  }
    .blog-section .defalt-heading {
    margin-bottom: 0 !important;
  }
  .blog-section .blog-img {
    height: 180px !important;
  }
  .blog-section .blog-up:nth-child(2) {
    margin-top: 0px !important;
  }
  .blog-section .blog-content .name-user p {
    font-size: 11px !important;
  }
  .blog-section .blog-url a {
    font-size: 12px !important;
    line-height: 22px !important;
    margin-bottom: 0px;
  }
  .blog-section .blog-txt p {
    font-size: 10px !important;
    line-height: 18px !important;
    margin: 0px 0px !important;
  }
  .blog-section .blog-url-main .view-details a {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .blog-section .blog-url-main .view-details a:last-child {
    width: auto;
  }
}

/* end blogs section css */


/* gallery section css */
.all-gallery-img {
    display: flex;
}
.gallery-img {
    margin: 5px;
    width: 20%;
    height: 200px;
    overflow: hidden;
}
.gallery-img:hover img.img-fluid {
    transition: 0.8s;
    transform: scale(1.08);
}

.gallery-img img.img-fluid {
    transition: 0.8s;
}
/* end gallery section css */



/*footer css*/

.footer-section {
    position: relative;
}
.footer-section .main-footer {
    padding-top: 120px;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: var(--bg-color) !important;
    position: relative;
}

.footer-section .main-footer .l-o-g {
    text-align: center;
    margin: 30px 0px;
}
.footer-section .container.bg {
    padding: 100px 0px;
    position: relative;
}
.footer-p p {
    color: var(--color2);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    /* margin-top: 30px; */
}
.footer-heading {
    margin-bottom: 45px;
}
.footer-section .footer-heading h4 {
    color: var(--btn-color);
    font-size: 18px;
    padding-left: 20px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.footer-widgets li a {
    color: var(--color2);
    font-size: 14px;
    font-weight: 400;
    line-height: 166.188%;
    text-transform: capitalize;
    display: inline-flex !important;
}

.footer-widgets li a p {
  display: inline-block;
}
li.foot-numb:last-child a p {
   width: 75%;
}
.footer-menus ul.footer-menus-list {
    padding: 0;
}
li.foot-numb {
  display: block !important;
}
li.foot-numb a p {
  display: inline-block !important;
  /* max-width: 70%; */
  margin: 0;
  margin-top: 5px;
}
.footer-widgets li .h-icon {
    margin-right: 10px;
    display: inline-block;
    width: 40px;
    border: 1px solid #ffffff24 !important;
    height: 40px;
    padding: 5px 8px;
    border-radius: 100%;
    position: relative;
}
.footer-widgets li {
  margin: 5px 0px;
}
ul.footer-menus-list li {
    margin: 10px 0px !important;
}

.f-recent-post .f-post h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}
.f-recent-post .f-recent {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}
.f-details-wrapper p {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: capitalize;
}
.f-details-wrapper h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  margin: 0;
  text-transform: capitalize;
}
.f-image-wrapper {
  margin-right: 20px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative;
}
.f-image-wrapper img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.footer-botm {
    border-top: 1px solid #ffffff29;
    padding: 15px 0px;
    background: var(--bg-color);
}
.footer-botm p.asdas {
    margin: 0px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.footer-botm p.asdas a {
  color: var(--hov-color);
  position: relative;
  margin-right: 10px;
}
.footer-botm p.asdas a:hover {
    color: #fff;
    transition: 0.3s;
}

.footer-main-contact ul.main-social-list {
    padding: 0;
    list-style: none !important;
    display: flex;
    align-items: center;
}
.footer-main-contact ul.main-social-list li {
    background: #ffffff1c;
    margin-right: 20px !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.footer-main-contact ul.main-social-list {
  padding: 0px;
  display: flex;
  margin: 0;
  align-items: center;
}
.footer-main-contact ul.main-social-list li {
  background: #8787872e;
  margin-right: 20px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.footer-main-contact ul.main-social-list li:hover {
  background: #1e81c2;
  transition: 0.5s;
}
.footer-main-contact ul.main-social-list li a {
    display: inline-block !important;
    height: 50px;
    width: 50px;
    position: relative;
}

.footer-main-contact ul.main-social-list li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.footer-widgets ul.footer-menus-list li a .arrow3 {
    margin-right: 20px;
}
.footer-widgets li .h-icon img {/* height: 15px; *//* width: 15px; */position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
.footer-section .container.bg:before {
    position: absolute;
    content: "";
    top: 10%;
    height: 1px;
    width: 100%;
    background: #B6B6B6;
    opacity: 0.3;
}
.footer-section ul.main-social-list li:hover a img {
    background: var(--btn-color);
    transition: 0.5s ease all;
}
.footer-section ul.main-social-list li a {
    position: relative;
    height: 40px;
    width: 40px;
    display: inline-block;
    background: #ffffff14;
    transition: 0.5s ease all;
}

.footer-section ul.main-social-list li a:hover {
    background: var(--btn-color);
    transition: 0.5s ease all;
}

.footer-section ul.main-social-list li:hover a img {
    filter: brightness(5.7) contrast(0.5);
    background: transparent;
}
/*footer css for mobile*/
@media (max-width: 767px) {
  .footer-section {
    padding-top: 10px !important;
    margin-top: 0px;
  }
  .footer-section .container.bg {
    padding: 10px !important;
  }
  .l-o-g {
    width: 35% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .footer-p p {
    font-size: 10px;
    margin-top: 10px;
    text-align: left;
    line-height: 16px !important;
  }
  .footer-heading {
    margin-bottom: 10px !important;
    margin-top: 60px;
  }
  .footer-section .footer-heading h4 {
    font-size: 13px !important;
    margin: 10px 0px;
  }
  ul.footer-menus-list li {
    margin: 5px 0px !important;
  }
  .footer-widgets li {
    font-size: 10px !important;
    line-height: 20px !important;
    margin: 5px 0px !important;
  }
  .footer-widgets li a {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .footer-widgets li a {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .footer-widgets li a .h-icon {
    /* padding-right: 0px !important; */
    max-height: 35px;
    padding: 5px;
  }
  .f-recent-post .f-post h2 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .f-details-wrapper p {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .f-details-wrapper h3 {
    font-size: 12px !important;
    line-height: 5px !important;
  }
  .f-image-wrapper {
    width: 50px !important;
  }
  .footer-botm p.asdas {
    font-size: 8px !important;
    line-height: 12px !important;
  }
}

/*footer css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  footer.footer-section {
    padding-top: 10px;
    margin-top: 10px;
  }
  footer.footer-section .container.bg {
    padding-bottom: 30px !important;
  }
  footer.footer-section .subscribe {
    margin-top: -214px;
    padding: 15px 0px !important;
    background-size: cover !important;
    left: 0 !important;
  }
  .subscribe-heading h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .l-o-g {
    width: 100%;
    margin: 0 auto;
  }
  .footer-heading {
    margin-bottom: 10px;
    margin-top: 60px;
  }
  .footer-p p {
    font-size: 12px;
    margin: 5px 0px;
    text-align: left;
  }
  .footer-section .footer-heading h4 {
    font-size: 14px;
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
  }
  .footer-section .footer-heading h4:after {
    width: 100%;
    height: 1px;
  }
  .footer-widgets li a {
    font-size: 12px;
    font-weight: 600;
  }
  
}
/*end footer css*/

/*product page bread crum css*/

section.bread-crum {
  background-color: var(--btn-color);
  color: #fff;
  margin: 0 auto;
}

.bread_crumb {
  padding: 10px 0 10px 0 !important;
}

.bread_crumb a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.extra-padding {
  padding: 0;
}

/*footer css for tab*/
@media (max-width: 992px) {
    .bread_crumb a {
        font-size: 10px !important;
    }
}
/* end product page bread crum css*/


/*inspector css*/

section.category-section {padding: 60px 0px;position: relative;background: var(--bg-color);}

.gallery-section {
    padding-bottom: 50px;
}

.gallery-section .sub-heading {
    text-align: center;
}



.main-div:hover .product-list img.img-fluid {
    transform: scale(1.03);
    transition: 0.5s;
}


@media (min-width: 575px) and (max-width: 992px) {

    .gallery-img {
        height: 100px;
    }
    
}
@media (max-width: 575px) {
    .gallery-img {
        height: 50px;   
    }
}
@media (max-width: 992px) {
    .ffc ul.main-social-list li {
      height: 40px;
      width: 40px;
      margin-right: 10px !important;
    }
}
@media (max-width: 767px) {
    
.video-btn img.img-fluid {
    max-width: 20%;
}

section.category-section {
    padding-top: 30px;
}

.single-prod .prod-img img {
}

.single-prod .prod-img {
    height: 180px;
    overflow: hidden;
}




.gallery-section {
    padding-bottom: 30px;
}

.ffc ul.main-social-list {
    justify-content: center;
}
}


@media (min-width: 767px) and (max-width: 992px) {
.prod-content h2 {
    font-size: 12px;
    margin-bottom: 10px;
}

.prod-content p {
    font-size: 10px;
}

.footer-botm p.asdas {
    font-size: 11px;
}
}


/*footer column divide line*/
/*.line-after {*/
/*    position: relative;*/
/*}*/

/*.line-after:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -5px;*/
/*    top: 0;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background: #ffffff29;*/
/*}*/

/*.line-after:first-child:after {*/
/*    display: none;*/
/*}*/


.follow-text {
    display: inline-block;
}
.follow-icon {
    display: inline-block;
}
.follow-text p {
    margin: 0;
    margin-right: 10px !important;
    color: #717171;
    font-size: 16px;
    font-family: Domine !important;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
}
.follow-icon a.follow-sing-icon img {
    margin: 0px 10px;
}
.h-search-form input.form-control::placeholder {
    color: #D2D2D2;
}
.banner_txt h2.text3:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--btn-color);
    margin: auto;
    z-index: -1;
}
.banner_txt .caption2 .btn-bnnr a {
    border: 1px solid var(--btn-color);
    color: #FFF !important;
    margin-right: 0px;
}

.banner_txt .caption2 .btn-bnnr a img {
    width: unset;
    display: inline-block;
    margin-left: 10px;
    background-color: var(--bg-color);
    padding: 8px;
    max-width: 25%;
}
.all-btn a:hover {
    transition: 0.5s;
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    background: var(--color2);
}
.banner-slider .owl-dots .owl-dot:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 91%;
    background-color: #fff;
    margin: auto;
}
.banner-slider .owl-dots .owl-dot:last-child:after {
    width: 0;
    height: 0;
}
.banner-slider .owl-dots .owl-dot:first-child:before {
    content: '1';
    position: absolute;
    top: -6px;
    right: -15px;
    color: #fff;
    font-weight: 500;
}
.banner-slider .owl-dots .owl-dot:nth-child(2):before {
    content: '2';
    position: absolute;
    top: -6px;
    right: -15px;
    color: #fff;
    font-weight: 500;
}
.banner-slider .owl-dots .owl-dot:nth-child(3):before {
    content: '3';
    position: absolute;
    top: -6px;
    right: -15px;
    color: #fff;
    font-weight: 500;
}
.banner-slider .owl-dots .owl-dot.active:before {
    color: #0096FE;
    transition: 0.5s;
}


@media (max-width: 767px) {

.blog-section .container.blog-bg:before {
    left: 0;
    width: 0px;
    height: 0px;
}

.blog-section .container.blog-bg:after {
    width: 0px;
    height: 0px;
}

.blog-section .container.blog-bg:after {}

.banner_txt .caption2 .btn-bnnr a {
    margin-right: 5px;
    font-size: 9px !important;
    padding: 5px!important;
}

.service-section {
    padding: 30px 0px;
}

.service-section .service p {
    font-size: 12px;
    margin-bottom: 0px;
}

.section-heading h2 {
    font-size: 18px !important;
}

.section-heading {
    padding: 10px 0px;
    /* margin-bottom: 20px; */
    margin-top: 20px;
}

.section-heading:after {
    height: 0px;
    bottom: 0px;
}

.product-url-main .view-details.all-btn a.links {
    font-size: 9px !important;
    padding: 6px 10px;
}

.blog-sub-title span {
    font-size: 9px;
    margin-bottom: 0px;
}

.blog-section .blog-txt span.blog-date {
    padding-left: 0px;
    font-size: 9px;
    margin-right: 10px;
}

.blog-section .blog-txt span.blog-date:before {
    width: 35px;
}

.blog-section .view-details {
    margin-top: 10px;
    display: block !important;
}

.all-blog-btn.all-btn {
    margin-top: 0px;
}

.all-btn a {
    padding: 5px 5px;
    font-size: 10px;
}

.video-section {
    background-size: cover !important;
    background-position: left center !important;
    padding: 50px 0px;
}

.video-section .video-content h2 {
    font-size: 20px !important;
    line-height: 20px;
}

.video-section .video-content p {
    margin: 10px 30px;
    font-size: 12px;
    line-height: 20px;
}

.video-div {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
}

section.main-testimonial.zz .default-heading h2:before {
    width: 60px;
}

.footer-section .main-footer {
    padding-top: 30px;
    background-position: top center !important;
}

li.foot-numb a p {
    margin-bottom: 0px;
}

li.foot-numb:last-child a p {
    width: 100%;
}

.footer-menus ul.footer-menus-list {
    margin-bottom: 5px;
}


.video-section .video-content:before {
    width: 0px !important;
    height: 0px !important;
}

.about-ccontent.defalt-heading .sub-heading h2 {
    margin-bottom: 10px;
}

.sub-heading h3:before {
    width: 2px;
    left: 0;
}

.about-section .row.align-items-center.g-0 {
    flex-direction: column-reverse;
}

.about-btn.all-btn {
    margin-top: 0px;
}

.product-section .section-heading h2 {
    font-size: 20px !important;
}

.section-heading h3 {
    font-size: 10px !important;
    padding-left: 7px !important;
}

.section-heading h3:before {
    width: 2px !important;
    left: 0 !important;
}

.video-section:before {
    height: 50% !important;
    top: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    z-index: -1;
}

.video-section:after {
    width: 100% !important;
    bottom: 0 !important;
    top: auto !important;
    height: 50% !important;
}

.video-div .video-btn img.img-fluid {
    max-width: 20%;
}

.video-section .video-content h5 {
    font-size: 12px !important;
}

.video-section .video-content h3 {
    font-size: 13px !important;
    padding: 0px 10px !important;
}

.video-section .video-content {
    padding-top: 60px;
}

.sub-heading h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.blog-section .sub-heading p {
    font-size: 10px;
}

.main-testimonial .sub-heading h2 {
    font-size: 20px;
}

section.main-testimonial.zz .sub-heading h3 {
    margin-bottom: 0px;
}

.main-testimonial .sub-heading {
    margin-bottom: 20px !important;
}

.row.footer-logooo {
    top: -20px;
}

.footer-p {
    width: 100% !important;
}

.footer-widgets ul.footer-menus-list li a .arrow3 {
    margin-right: 10px;
}

.footer-main-contact ul.main-social-list {
    margin-bottom: 30px;
}


}

@media (min-width: 767px) and (max-width: 992px) {
    .blog-section .container.blog-bg:before {
    left: 0;
    width: 50%;
}

.blog-section .container.blog-bg:after {
    /* width: 0px; */
    /* height: 0px; */
    right: 0;
    width: 50%;
}

.blog-section .container.blog-bg:after {}

.banner_txt .caption2 .btn-bnnr a {
    margin-right: 5px;
    font-size: 9px !important;
}

.service-section {
    padding: 30px 0px;
}

.service-section .service p {
    font-size: 12px;
    margin-bottom: 0px;
}

.section-heading h2 {
    font-size: 20px !important;
}

.section-heading {
    padding: 10px 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.section-heading:after {
    height: 20px;
    bottom: -10px;
}

.product-url-main .view-details.all-btn a.links {
    font-size: 9px !important;
    padding: 6px 10px;
}

.blog-sub-title span {
    font-weight: 500;
    font-size: 10px;
    margin-bottom: 0px;
}

.blog-section .blog-txt span.blog-date {
    /* padding-left: 40px; */
    font-size: 9px;
    margin-right: 9px;
}

.blog-section .blog-txt span.blog-date:before {
    width: 35px;
}

.blog-section .view-details {
    margin-top: 10px;
    display: block !important;
}

.all-blog-btn.all-btn {
    margin-top: 30px;
}

.all-btn a {
    padding: 5px 10px;
    font-size: 11px;
}

.video-section {
    background-size: cover !important;
    background-position: center !important;
    padding: 60px 0px;
}

.video-section .video-content h2 {
    font-size: 22px;
    line-height: 20px;
}

.video-section .video-content p {
    margin: 10px 30px;
    font-size: 12px;
    line-height: 20px;
}

.video-div {
    margin-top: 20px;
}

section.main-testimonial.zz .default-heading h2:before {
    width: 60px;
}

.footer-section .main-footer {
    padding-top: 30px;
}

li.foot-numb a p {
    margin-bottom: 0px;
    margin-top: 5px;
}

li.foot-numb:last-child a p {
    width: 100%;
}

.footer-menus ul.footer-menus-list {
    margin-bottom: 5px;
}
.banner-slider .owl-dots .owl-dot:after {
    height: 85%;
}

.banner-slider .owl-dots .owl-dot {
    padding-bottom: 50px !important;
}

.product-list {
    height: 200px;
}

.main-div {
    margin-top: 30px;
    padding: 10px;
}

.product-url-main {
    margin-top: 10px;
}
}

@media (min-width: 992px) and (max-width: 1024px) {
    .h-contact .all-icon .h-icon {
    margin-left: 0px;
}

.h-contact .all-icon p.c-num {
    font-size: 10px;
}

.follow-text p {
    font-size: 12px;
}

.h-search-form input.form-control {
    font-size: 12px;
    width: 150px;
    left: -150px;
}

.select-lang .gt_switcher_wrapper .gt_selected a:before {
    height: 20px;
    width: 20px;
    left: 10px;
    top: 6px;
}

.select-lang .gt_switcher_wrapper .gt_selected a {
    font-size: 12px;
    padding: 15px 40px !important;
}

.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
    top: 0px !important;
}

.main-header li.nav-item a.nav-link {
    font-size: 12px;
    padding: 5px 10px;
    margin: 0px 5px;
}

.dasktop-show .header-logo a img {
    /* width: 35%; */
}

.banner_txt p.text4 {
    font-size: 16px;
    margin: 0;
}

.banner_txt .caption2 .btn-bnnr a {
    font-size: 12px;
    margin-right: 15px;
}
}



.logo-sec.main-header {
    background: var(--bg-color);
}

.header-discount {
    text-align: center;
}

.header-discount p {
    margin: 0px;
}

.header-discount .flesh-disc p {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.header-discount .year-disc p {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


.all-btn.quick-header a:hover {
    color: var(--btn-color);
    border-color: var(--btn-color);
}

.dasktop-show .header-logo {
    position: relative;
    text-align: center;
}
.my-navbar.nav-side2 .navbar-collapse {
    justify-content: flex-start !important;
}

.my-navbar.nav-side2 {
    display: inline-block;
}

.all-btn.quick-header a {
    display: inline-block;
    margin-left: 20px;
    padding: 3px 10px;
    font-weight: 600;
}
.all-btn.quick-header a img {
    max-width: 22%;
    background: var(--bg-color);
    padding: 10px;
    margin-left: 10px;
}

.dasktop-show .header-logo a.logo {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

.dasktop-show .header-logo a.logo img.img-fluid {
    max-width: 70%;
}

section.prod-banner.dasktop-show {
    position: relative;
    padding: 60px 0px;
}

.prod-banner .service-img {
    position: relative;
    height: 200px;
}

.prod-banner .service-img img {
    position: absolute;
    top: 0px;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    border-radius: 20px;
}

.about-ccontent {
    padding-left: 30px;
}

.about-image {
    position: relative;
}

.about-image:before {
    position: absolute;
    content: "";
    background-image: url("/images/about-beforegrid.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    left: -10%;
    bottom: 0;
    right: 0;
    top: 5%;
    height: 100%;
    width: 100%;
}

.about-ccontent.defalt-heading .sub-heading h2 {
    margin-bottom: 30px;
}

.about-btn.all-btn {
    display: inline-block;
    margin-right: 15px;
}
.about-btn.all-btn img {
    margin-left: 15px;
    background: #000;
    padding: 10px;
}
.product-section .section-heading h2 {
    color: var(--h1-color);
    font-size: 35px;
}

.section-heading h3 {
    display: inline-block;
    position: relative;
    color: var(--h-color);
    font-size: 15px;
    margin: 0px;
    padding-left: 10px;
    font-weight: 700;
}

.section-heading h3:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 15px;
    left: -10px;
    top: 0;
    bottom: 4px;
    right: auto;
    margin: auto;
    background-color: var(--hov-color);
}

.video-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    margin: auto;
    background-image: url(/images/video-bg.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


.video-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 100%;
    background: var(--btn-color);
    z-index: -1;
}

.video-div .video-btn img.img-fluid {
    max-width: 35%;
}

.video-section .video-content h5 {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    margin: 0px;
}

.video-section .video-content h3 {
    display: inline-block;
    margin: 0px;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
    background: #000;
    padding: 0px 30px;
}

.video-section .video-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.10);
}

.sub-heading h2 {
    color: var(--color2);
    font-size: 30px;
    margin-bottom: 13px;
    font-weight: 700;
    font-family: 'Roboto' !important;
}

.blog-section .sub-heading p {
    color: var(--txt-color);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.all-blog-btn.all-btn a {
    border-radius: 30px;
}

.blog-section .blog-url a:hover {
    color: var(--btn-color);
    transition: 0.5s;
}

.blog-section .main-blog-div:hover .blog-img img {
    transition: 0.5s;
    transform: scale(1.03);
}

.main-testimonial .sub-heading {
    text-align: left;
    margin-bottom: 30px;
}

.main-testimonial .sub-heading h2 {
    font-size: 35px;
    color: var(--btn-color);
    margin: 0px;
}



.row.footer-logooo {
    position: absolute;
    top: -20%;
    right: 0;
    left: 0;
    bottom: auto;
}

.footer-section .footer-heading h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background: var(--btn-color);
}

.footer-p {
    width: 80%;
}

@media (min-width: 767px) and (max-width: 992px) {
    .row.footer-logooo {
}

.main-testimonial .sub-heading h2 {
    font-size: 20px;
}

.main-testimonial .sub-heading {
    margin-bottom: 30px;
}

.blog-section .sub-heading p {
    font-size: 11px;
}

.sub-heading h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.video-section .video-content:before {
    width: 220px;
    height: 220px;
}

.video-section .video-content h5 {
    font-size: 16px;
}

.video-section .video-content h3 {
    font-size: 16px;
    padding: 0px 10px;
}

.product-section .section-heading h2 {
    font-size: 20px;
}

.section-heading h3 {
    font-size: 11px;
}

.about-ccontent.defalt-heading .sub-heading h2 {
    margin-bottom: 10px;
}

.about-btn.all-btn {
    margin-top: 10px;
}

section.prod-banner.dasktop-show {
    display: block !important;
    padding-bottom: 20px !important;!I;!;
}

.prod-banner .service-img {
    height: 80px;
}
.navbar-light.my-navbar {
    padding: 0;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
    .all-btn a {
    padding: 7px 15px;
    font-size: 12px;
}

.header-discount .year-disc p {
    font-size: 10px;
}

.header-discount .flesh-disc p {
    font-size: 10px;
}

.banner-slider .owl-item .item {
    height: 500px;
}

section.banner-section {
    height: 500px;
}

.prod-banner .service-img {
    height: 100px;
}

.about-ccontent.defalt-heading .sub-heading h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}

.about-btn.all-btn {
    margin-top: 30px;
}

.product-section {
    padding: 30px 0px 60px;
}

.product-section .section-heading h2 {
    font-size: 25px;
}

.section-heading {
    margin-bottom: 30px;
}

.blog-section {
    padding-top: 50px;
    padding-bottom: 0px;
}

.sub-heading h2 {
    font-size: 20px;
}

.main-testimonial .sub-heading h2 {
    font-size: 25px;
}

.footer-section .footer-heading h4 {
    font-size: 13px;
}

.footer-main-contact ul.main-social-list li a {
    width: 30px;
    height: 30px;
}

.footer-main-contact ul.main-social-list li {
    width: 30px;
    height: 30px;
}

}

@media (max-width: 992px) {
    .blog-section:before {
        display: none;
        content: '';
        position: absolute;
        width: 0%;
        height: 0%;
    }
    
    .about-section:before {
        display: none;
        content: '';
        position: absolute;
        width: 0%;
        height: 0%;
    }
}

.footer-main-contact.header-soc ul.main-social-list {
    justify-content: end !important;
}
.footer-main-contact.header-soc ul.main-social-list li {
    background: #0f75bc !important;
    height: 40px !important;
    width: 40px !important;
}




/*Usama Css*/



/*Desktop Service Css*/


section.prod-banner.dasktop-show .row.align-items-center.p-5.home-service-desktop {
    position: relative;
}
section.prod-banner.dasktop-show .home-service-desktop {
    padding: 60px 40px;
    position: relative;
    z-index: 1;
}

section.prod-banner.dasktop-show .home-service-desktop:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url("/images/desktop-ser-before.png");
    height: 100px;
    width: 100px;
    z-index: -1;
}
section.prod-banner.dasktop-show .home-service-desktop:after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0;
    background-image: url("/images/desktop-ser-after.png");
    height: 100px;
    width: 100px;
}

section.prod-banner.dasktop-show .counter-div {
    position: relative;
    text-align: center;
    margin: 0px 10px;
}

section.prod-banner.dasktop-show .counter-div h3 {
    color: var(--hov-color) !important;
    font-weight: 700;
    font-size: 40px;
}


/*About Us Css*/

section.about-section .about-sec-cont {
    position: absolute;
    top: 12%;
    display: inline-block;
    left: -8%;
    max-width: 25%;
    height: 200px;
    text-align: center;
    background: var(--btn-color) !important;
    color: var(--color2);
}

section.about-section .about-sec-cont h3 {
    font-family: 'Roboto' !important;
    font-weight: 800;
    font-size: 50px;
    padding: 23px 0px;
    position: relative;
}

section.about-section .about-sec-cont p {
    font-family: 'Roboto' !important;
    font-size: 20px;
    padding: 5px 0px;
}
section.about-section .about-sec-cont h3:before {
    position: absolute;
    content: "";
    bottom: 12px;
    background: var(--color2);
    height: 1px;
    width: 70%;
    left: 0;
    z-index: 9999;
    opacity: 0.7;
    margin: auto;
    right: 0;
}

section.about-section .about-sec-cont h3:after {
    position: absolute;
    content: "";
    top: 24px;
    background: var(--color2);
    height: 1px;
    width: 70%;
    left: 0;
    z-index: 9999;
    opacity: 0.7;
    margin: auto;
    right: 0;
}

/*consulting-service Css*/

section.consulting-service {
    padding: 60px 0px;
    position: relative;
}

section.consulting-service .section-heading {
    text-align: left;
    padding: 10px 0px 80px 0px;
}

section.consulting-service .section-heading h3 {
    font-size: 13px !important;
    color: var(--S-color);
    margin-bottom: 10px;
}

section.consulting-service .section-heading h2 {
    font-size: 25px;
    color: var(--h-color) !important;
}
section.consulting-service:before {
    position: absolute;
    content: "";
    background-color: #F5F5F5;
    height: 80%;
    width: 100%;
    z-index: -1;
    top: 0%;
}

section.consulting-service .consulting-service-div {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    height: 300px;
    transition: 0.5s ease all;
}

section.consulting-service .consulting-service-div .consulting-service-img {
    position: relative;
    height: 100px;
    width: 100px;
}

section.consulting-service .consulting-service-div .consulting-service-img img {
    position: absolute;
    height: 100px;
    width: 100px;
    left: 0;
    top: -50%;
}
section.consulting-service .consulting-service-content h3 {
    font-size: 25px;
    color: var(--color1);
    font-family: Roboto !important;
    font-weight: 700;
}

section.consulting-service .consulting-service-content p {
    font-size: 15px;
}
section.consulting-service:after {
    position: absolute;
    content: "";
    height: 80%;
    width: 30%;
    background-image: url("/images/ser-4.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    right: 0;
    top: 0;
}
.consulting-service-div:hover {
    box-shadow: var(--hov-color) 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important; 5px 5px 0px 0px !important;
    transition: 0.5s ease all;
}

/*category-section Css*/

section.category-section .sub-heading {
    padding: 60px 0px;
    text-align: center;
}

section.category-section .main-cat-img {
    position: relative;
}

section.category-section .main-cat-cont {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

section.category-section .main-cat-cont h3 {
    color: var(--hov-color);
    font-weight: 700;
    background: linear-gradient(90deg, #000000 0%, #0909093d 80%);
    padding: 5px 10px;
}

section.category-section .main-pro-img {
    position: relative;
    transition: 0.5s ease all;
}

section.category-section .main-cat-img:hover .main-pro-img {
    transform: scale(1.08);
    transition: 0.5s ease all;
}

/*Product-section Css*/

.product-section .product-desc a {
    font-family: Roboto !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    color: var(--txt-color);
    font-size: 14px;
    line-height: 16px;
}
.product-section .owl-nav {
    position: absolute;
    width: 100%;
    display: block !important;
    bottom: 60%;
}

.product-section .owl-prev {
      font-size: 0;
      background-image: url(/images/arow.png);
      width: 40px;
      background-position: center;
      height: 40px;
      position: absolute;
      bottom: 0;
      top: 50px;
      left: -3%;
      margin: auto;
      transition: 0.3s;
      transform: rotate(180deg);
      background-color: var(--bg-color);
      background-repeat: no-repeat;
}

.product-section .owl-next {
      font-size: 0;
      background-image: url(/images/arow.png);
      width: 40px;
      height: 40px;
      transform: rotate(0deg);
      position: absolute;
      bottom: 0;
      top: 50px;
      right: -3%;
      margin: auto;
      transition: 0.3s;
      background-color: var(--bg-color);
      background-repeat: no-repeat;
      background-position: center;
}
.product-section .product-btn.all-btn a img {
    width: unset;
    max-width: 30% !important;
    float: right;
    background: var(--bg-color);
    padding: 10px;
    margin-left: 10px;
}

.product-section .product-btn.all-btn a {
    margin-top: 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 70%;
    margin: auto;
    background: var(--color2);
    color: var(--btn-color);
}

.product-section:before {
    position: absolute;
    content: "";
    background-image: url("/images/product-before.png");
    height: 80%;
    width: 20%;
    background-repeat: no-repeat !important;
    left: 0;
    top: 0;
    background-position: center !important;
    background-size: 100% 100% !important;
}
.product-section .main-div:hover {
    background: var(--color2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s ease all;
}
.product-section .product-btn.all-btn a:hover {
    background: var(--btn-color);
    color: var(--color2);
}

/*section.prod-banner.dasktop-show Css*/

section.prod-banner.dasktop-show .service-content h3 {
    color: var(--color2);
    font-weight: 700;
    font-family: Roboto !important;
    text-transform: capitalize;
}

section.prod-banner.dasktop-show .service-content p {
    color: var(--color2);
    font-weight: 500;
    text-transform: capitalize;
}
section.prod-banner.dasktop-show .service-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.prod-banner.dasktop-show .service-counter h3 {
    color: var(--color2);
    font-weight: 800;
}

section.prod-banner.dasktop-show .service-counter p {
    color: var(--color2);
}




/*Footer Css*/


.footer-section .main-footer:before {
    position: absolute;
    content: "";
    background-image: url("/images/footer-before.png");
    height: 200px;
    width: 100px;
    left: 0;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    top: 12%;
}

.footer-section .main-footer:after {
    position: absolute;
    content: "";
    background-image: url("/images/footer-after.png");
    height: 200px;
    width: 100px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    rotate: 0deg;
}
.footer-section ul.main-social-list {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0;
    margin-top: 10px;
}

.footer-section ul.main-social-list li {
    margin: 0px 10px;
    position: relative;
}

.footer-section ul.main-social-list li a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.footer-section li.foot-numb h3 {
    color: var(--color2);
    font-family: Urbanist !important;
    font-size: 20px;
    font-weight: 600;
}

/*Testimonial Css*/

section.main-testimonial.zz .inner-testimonial {
    background: var(--color2);
    padding: 20px 25px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3) !important;
    margin: 0px 30px;
    position: relative;
}

section.main-testimonial.zz:before {
    position: absolute;
    content: "";
    background-image: url("/images/testimonial-img.jpg");
    height: 100%;
    width: 50%;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
section.main-testimonial.zz:after {
    position: absolute;
    content: "";
    background: var(--bg-color);
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    z-index: -1;
}

section.main-testimonial.zz .tstimonial-userimg {
    position: relative;
    max-width: 30%;
    padding: 20px;
}

section.main-testimonial.zz .star-div {
    position: relative;
    max-width: 20%;
}
section.main-testimonial.zz .inner-testimonial:before {
    position: absolute;
    content: "";
    background-image: url("/images/testimonial-card-before.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 30%;
    width: 20%;
    top: 0;
    right: 0;
}

section.main-testimonial.zz .owl-nav {
   position: absolute;
   width: 100%;
   display: block !important;
   bottom: 33%;
}

section.main-testimonial.zz .owl-nav .owl-prev {
     font-size: 0;
     background-image: url(/images/arow.png);
     width: 40px;
     background-position: center;
     height: 40px;
     position: absolute;
     bottom: 0;
     top: 50px;
     right: 22%;
     margin: auto;
     transition: 0.3s;
     transform: rotate(0deg);
     background-color: var(--hov-color);
     background-repeat: no-repeat;
}

section.main-testimonial.zz .owl-nav .owl-next {
    font-size: 0;
    background-image: url(/images/arow.png);
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    top: 50px;
    right: 30%;
    margin: auto;
    transition: 0.3s;
    background-color: var(--hov-color);
    background-repeat: no-repeat;
    background-position: center;
}

.tstimonial-desc p {
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
}
section.main-testimonial.zz .tstimonial-userimg img {
    width: unset;
}
/*Case Study Css*/

section.case-study {
    padding: 60px 0px;
    position: relative;
}

section.case-study .case-study-img {
    position: relative;
    height: 300px;
}

section.case-study .case-study-img img {
    position: absolute;
    height: 300px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}
section.case-study .owl-nav {
    position: absolute;
    width: 100%;
    display: block !important;
    bottom: 0%;
}

section.case-study .owl-prev {
      font-size: 0;
      background-image: url(/images/arow.png);
      width: 40px;
      background-position: center;
      height: 40px;
      position: absolute;
      bottom: 0;
      top: 50px;
      left: 0;
      right: 60px;
      margin: auto;
      transition: 0.3s;
      transform: rotate(180deg);
      background-color: var(--hov-color);
      background-repeat: no-repeat;
}

section.case-study .owl-next {
      font-size: 0;
      background-image: url(/images/arow.png);
      width: 40px;
      height: 40px;
      transform: rotate(0deg);
      position: absolute;
      bottom: 0;
      top: 50px;
      left: 0;
      right: -60px;
      margin: auto;
      transition: 0.3s;
      background-color: var(--hov-color);
      background-repeat: no-repeat;
      background-position: center;
}
section.case-study .all-pro-btn{
    text-align: end;
    margin-top: 28px !important;
    max-width: 55%;
    margin: auto;
}

section.case-study:before {
    position: absolute;
    content: "";
    bottom: -40px;
    right: 0;
    left: 0;
    background: var(--btn-color);
    height: 50%;
    width: 65%;
    margin: auto;
    z-index: -1;
}
section.case-study .all-pro-btn a {
    color: var(--color2);
    background: var(--btn-color) !important;
    padding: 10px 15px;
    border: 1px solid var(--color2);
    transition: 0.5s ease all;
}
section.case-study .all-pro-btn a img {
    max-width: 30%;
    background: var(--bg-color);
    padding: 10px;
    margin-left: 10px;
}
section.case-study .all-pro-btn a:hover {
    color: var(--btn-color);
    background: var(--color2) !important;
    transition: 0.5s ease all;
}

/*brand-partner Css*/

section.brand-partner {
    position: relative;
    padding: 60px 0px;
}
section.brand-partner .brand-img {
    position: relative;
    height: 180px;
    box-shadow: 0 0 5px rgba(17, 10, 10, 0.2);
    margin: 10px;
    transition: 0.5s ease all;
}

section.brand-partner .brand-img img {
    position: absolute;
    height: 150px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
}

section.brand-partner .owl-nav {
    position: absolute;
    width: 100%;
    display: block !important;
    bottom: 60%;
}

section.brand-partner .owl-prev {
      font-size: 0;
      background-image: url(/images/arow.png);
      width: 40px;
      background-position: center;
      height: 40px;
      position: absolute;
      bottom: 0;
      top: 20px;
      left: -1%;
      margin: auto;
      transition: 0.3s;
      transform: rotate(180deg);
      background-color: var(--bg-color);
      background-repeat: no-repeat;
}

section.brand-partner .owl-next {
      font-size: 0;
      background-image: url(/images/arow.png);
      width: 40px;
      height: 40px;
      transform: rotate(0deg);
      position: absolute;
      bottom: 0;
      top: 20px;
      right: -1%;
      margin: auto;
      transition: 0.3s;
      background-color: var(--bg-color);
      background-repeat: no-repeat;
      background-position: center;
}

section.brand-partner .owl-dots {
    display: flex !important;
    position: absolute;
    bottom: -15%;
    right: 0;
    margin: auto;
    background-color: transparent;
    left: 0;
    align-items: center;
    justify-content: center;
}
section.brand-partner .owl-dots .owl-dot.active span {
  height: 20px;
  width: 20px;
  background: var(--btn-color);
}
section.brand-partner .owl-nav {
    display: none;
}
section.brand-partner span {
    display: block;
    height: 20px;
    background: var(--color2);
    width: 20px;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    margin: 0px 10px;
    border: 1px solid var(--S-color);
}
section.brand-partner .brand-img:hover {
    transform: scale(1.05);
    transition: 0.5s ease all;
}


/*Certificate Section Css*/
section.certificate-section {
    padding: 60px 0px 80px;
}

section.certificate-section .owl-dots {
    display: flex !important;
    position: absolute;
    bottom: -15%;
    right: 0;
    margin: auto;
    background-color: transparent;
    left: 0;
    align-items: center;
    justify-content: center;
}
section.certificate-section .owl-dots .owl-dot.active span {
  height: 20px;
  width: 20px;
  background: var(--btn-color);
}
section.certificate-section .owl-nav {
    display: none;
}
section.certificate-section span {
    display: block;
    height: 20px;
    background: var(--color2);
    width: 20px;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    margin: 0px 10px;
    border: 1px solid var(--S-color);
}
section.certificate-section .cer-img img:hover {
    transform: scale(1.05);
    transition:0.5s ease all;
}

section.certificate-section .cer-img img {
    transition: 0.5s ease all;
}

/*Cursor Animation*/


.cursor{
    position:fixed;
    width:50px;
    height:50px;
    border: 1px solid #c6c6c6;
    border-radius:50%;
    left:0;
    top:0;
    pointer-events:none;
    transform:translate(-50% , -50%);
    z-index:9999999 !important;
}

.cursor2{
    position:fixed;
    width:8px;
    height:8px;
    border: 1px solid #c6c6c6;
    border-radius:50%;
    left:0;
    top:0;
    pointer-events:none;
    transform:translate(-50% , -50%);
    z-index:9999999 !important;
}


/*Media Screens Css*/

@media (max-width: 767px) {

    .cursor{
        display:none;
    }
    .cursor2{
       display:none;
    }
    
    
    .about-image:before{
         display:none;
    }
    section.about-section .about-sec-cont{
        left:0%;
        max-width: 30%;
        height: 110px;
        top: 13px;
    }
    section.about-section .about-image{
         margin: 10px 0px;
    }
    section.about-section .about-sec-cont h3{
        font-size: 20px;
        padding: 15px;
    }
    section.about-section .about-sec-cont p{
       font-size: 12px;
       margin-bottom: 0;
    }
    
    
    section.brand-partner .owl-dots{
       display:none !important;
    }
    section.brand-partner{
        padding:20px 0px;
    }
    
    
    .product-section:before{
         display:none;
    }
    .product-section .product-btn.all-btn a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 50%;
    }
    .product-section .product-desc a{
        font-size:10px;
    }
    
    section.certificate-section .owl-dots{
        display:none !important;
    }
    section.certificate-section{
        padding:20px 0px;
    }
    
    
    section.main-testimonial.zz:after{
        display:none !important;
    }
    section.main-testimonial.zz:before{
        width:100%;
    }
    section.main-testimonial.zz .tstimonial-desc p {
        font-size: 10px;
    }
    section.main-testimonial.zz .owl-nav .owl-next{
        width:20px;
        height:20px;
    }
    section.main-testimonial.zz .owl-nav .owl-prev{
        width:20px;
        height:20px;
    }
     section.main-testimonial.zz .tstimonial-userimg{
        max-width: 50%;
    }
    
    
    section.case-study:before{
        width:100%;
    }
    section.case-study .all-pro-btn{
        max-width:100%;
        text-align:center;
    }
    section.case-study .owl-nav{
        display:none !important;
    }
    section.case-study{
        padding:20px 0px;
    }
    section.case-study .all-pro-btn a{
         font-size: 10px;
    }
    
    
    section.consulting-service:after{
        display:none;
    }
    section.consulting-service .section-heading{
        padding: 10px;
    }
    section.consulting-service{
        padding:20px 0px;
    }
    section.consulting-service .section-heading h3{
        margin-bottom:0px;
        font-size:12px;
    }
    section.consulting-service .consulting-service-div{
        margin:10px;
        height: 230px;
    }
    section.consulting-service .consulting-service-content h3{
        font-size:18px;
    }
    section.consulting-service .consulting-service-content p{
        font-size:10px;
    }
    section.consulting-service:before{
         display:none;
    }
    
    section.category-section .sub-heading{
        padding:20px 0px;
    }
    section.category-section{
        padding:20px 0px;
    }
    section.category-section .main-cat-cont h3{
        font-size:18px;
    }
    
    .blog-section .blog-description p{
        font-size: 11px;
        margin-bottom: 5px;
    }
    .blog-section .blog-btn a{
         font-size: 12px;
         font-weight: 800;
    }
    .blog-section .blog-date2 p.date2-bg{
        font-size: 16px;
        padding: 5px 14px;
    }
    .blog-section .blog-date2 p.date2-bg2{
        font-size:12px;
    }
    .blog-section .blog-date2{
        left:0;
    }
    
    .footer-section li.foot-numb h3{
         font-size:12px;
         margin: 20px 0px;
    }
    .footer-section ul.main-social-list li a img{
        padding:10px;
    }
    .banner-bg2{
        height: 200px !important;
    }
    .banner-bg1{
         height:200px;
    }
    .row.footer-logooo{
        top:0;
    }
    .footer-section .container.bg:before{
        display:none;
    }
    section.about-section .about-sec-cont h3:after {
        top: 11px;
    }
    
    section.consulting-service .consulting-service-div .consulting-service-img img {
        width: 60px;
        height: 60px;
        top: 0;
    }
    
    section.main-testimonial.zz .inner-testimonial:before {
        height: 50px;
    }
    
    .h-search-form input.form-control {
        left: 10px;
        width: 150px;
    }
    
    .form-section.h-search-form form.d-flex {
        justify-content: end;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
        .cursor{
        display:none;
    }
    .cursor2{
       display:none;
    }
    
    
    .about-image:before{
         display:none;
    }
    section.about-section .about-sec-cont{
        left:0%;
        max-width: 30%;
        height: 120px;
    }
    section.about-section .about-image{
         margin: 10px 0px;
    }
    section.about-section .about-sec-cont h3{
        font-size: 25px;
        padding: 14px;
    }
    section.about-section .about-sec-cont p{
       font-size: 14px;
       margin-bottom: 0;
    }
    
    
    section.brand-partner .owl-dots{
       display:none !important;
    }
    section.brand-partner{
        padding:20px 0px;
    }
    
    
    .product-section:before{
         display:none;
    }
    .product-section .product-btn.all-btn a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 80%;
    }
    .product-section .product-desc a{
        font-size:10px;
    }
    
    section.certificate-section .owl-dots{
        display:none !important;
    }
    section.certificate-section{
        padding:20px 0px;
    }
    
    
    section.main-testimonial.zz:after{
        display:50% !important;
    }
    section.main-testimonial.zz:before{
        width: 50%;
    }
    section.main-testimonial.zz .tstimonial-desc p {
        font-size: 10px;
    }
    section.main-testimonial.zz .owl-nav .owl-next{
        width:20px;
        height:20px;
    }
    section.main-testimonial.zz .owl-nav .owl-prev{
        width:20px;
        height:20px;
    }
    section.main-testimonial.zz .tstimonial-userimg{
        max-width:40%;
    }
    
    
    section.case-study:before{
        width:100%;
    }
    section.case-study .all-pro-btn{
        max-width:100%;
        text-align:center;
    }
    section.case-study .owl-nav{
        display:none !important;
    }
    section.case-study{
        padding:20px 0px;
    }
    section.case-study .all-pro-btn a{
         font-size: 10px;
    }
    
    
    section.consulting-service:after{
        display:none;
    }
    section.consulting-service .section-heading{
        padding: 18px 0px;
    }
    section.consulting-service{
        padding:20px 0px;
    }
    section.consulting-service .section-heading h3{
        margin-bottom:0px;
        font-size:12px;
    }
    section.consulting-service .consulting-service-div{
        margin:10px;
        height: 250px;
    }
    section.consulting-service .consulting-service-content h3{
        font-size:18px;
    }
    section.consulting-service .consulting-service-content p{
        font-size:10px;
    }
    section.consulting-service:before{
         display:none;
    }
    
    section.category-section .sub-heading{
        padding:20px 0px;
    }
    section.category-section{
        padding:20px 0px;
    }
    section.category-section .main-cat-cont h3{
        font-size:18px;
    }
    
    .blog-section .blog-description p{
        font-size: 11px;
        line-height: normal;
        margin-bottom: 5px;
    }
    .blog-section .blog-btn a{
         font-size:10px;
    }
    .blog-section .blog-date2 p.date2-bg{
        font-size: 14px;
        padding: 5px 10px;
    }
    .blog-section .blog-date2 p.date2-bg2{
        font-size:12px;
    }
    .blog-section .blog-date2{
        left:0;
    }
    
    .footer-section li.foot-numb h3{
         font-size:12px;
         margin: 20px 0px;
    }
    .footer-section ul.main-social-list li a img{
        padding:10px;
    }
    section.prod-banner.dasktop-show .service-content h3{
         font-size:18px;
    }
    section.prod-banner.dasktop-show .service-content p{
        font-size:12px;
    }
    section.prod-banner.dasktop-show .service-counter h3{
         font-size:18px;
    }
    section.prod-banner.dasktop-show .service-counter p{
        font-size:12px;
    }
    .consulting-hidediv{
        display:none;
    }
     .banner-bg2{
        height: 300px;
    }
    .banner-bg1{
         height: 300px;
    }
    .row.footer-logooo{
        top:0;
    }
    .footer-section .container.bg:before{
        display:none;
    }
    section.banner-section:before{
        height:75%;
    }
    section.prod-banner.dasktop-show .home-service-desktop{
        padding:60px;
    }

    section.about-section .about-sec-cont h3:after {
        top: 12px;
    }
    
    .h-search-form input.form-control {
        width: 200px;
        left:10px;
    }
    
    .form-section.h-search-form form.d-flex {
        justify-content: center;
    }
}


@media (min-width: 992px) and (max-width: 1024px) {
    section.about-section .about-sec-cont{
        left:-5%;
        max-width: 35%;
    }
    section.prod-banner.dasktop-show .service-content h3{
          font-size:20px;
    }
    section.prod-banner.dasktop-show .service-content p{
         font-size:13px;
    }
 
    section.consulting-service .consulting-service-content h3{
        font-size:20px;
    }
    section.consulting-service .consulting-service-content p{
         font-size:13px;
    }
    .product-section .product-btn.all-btn a img{
        max-width: 25% !important;
    }
    .product-section .product-btn.all-btn a{
        max-width: 90%;
    }
    section.main-testimonial.zz .owl-nav .owl-prev{
        right:20%;
    }
    section.main-testimonial.zz .owl-nav .owl-next{
        right:32%;
    }
    .h-contact .all-icon span{
        font-size:10px;
    }
    .text-numb {
        margin-right: 10px;
    }
}

/*Preloader Css*/

@media(max-width:992px){
    .main-header li.active.nav-item a.nav-link {
        color: var(--bg-color) !important;
        font-weight: 800 !important;
    }
}
        
@media(min-width:992px){
    li.nav-item.mobile-show{
        display:none;
    }
}

li{
    list-style:none;
}       

.about-ccontent ul li {
    list-style: unset;
}

.logo-sec.main-header .header-logo {
    max-width: 30%;
}

.h-contact.add .all-icon p.c-num {
    text-transform: unset !important;
}

li.foot-numb a p.mail {
    text-transform: lowercase;
}