/*font 1*/
@font-face {
  font-family: "Chakrapetch";
  font-weight: 300;
  src: url(../fonts/ChakraPetch/ChakraPetch-Light.ttf);
}
@font-face {
  font-family: "Chakrapetch";
  font-weight: 400;
  src: url(../fonts/ChakraPetch/ChakraPetch-Regular.ttf);
}
@font-face {
  font-family: "Chakrapetch";
  font-weight: 500;
  src: url(../fonts/ChakraPetch/ChakraPetch-Medium.ttf);
}
@font-face {
  font-family: "Chakrapetch";
  font-weight: 700;
  src: url(../fonts/ChakraPetch/ChakraPetch-Bold.ttf);
}
@font-face {
  font-family: "Chakrapetch";
  font-weight: 800;
  src: url(../fonts/ChakraPetch/ChakraPetch-Bold.ttf);
}

/*font 2*/
@font-face {
  font-family: "NunitoSans";
  font-weight: 300;
  src: url(../fonts/Nunito_Sans/NunitoSans-Light.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 400;
  src: url(../fonts/Nunito_Sans/NunitoSans-Regular.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 600;
  src: url(../fonts/Nunito_Sans/NunitoSans-SemiBold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 700;
  src: url(../fonts/Nunito_Sans/NunitoSans-Bold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 900;
  src: url(../fonts/Nunito_Sans/NunitoSans-Black.ttf);
}

/*font 3*/
@font-face {
  font-family: "Lato";
  font-weight: 300;
  src: url(../fonts/Lato/Lato-Light.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  src: url(../fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 500;
  src: url(../fonts/Lato/Lato-Medium.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url(../fonts/Lato/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  src: url(../fonts/Lato/Lato-Black.ttf);
}

/*font 4*/
@font-face {
  font-family: "Outfit";
  font-weight: 300;
  src: url(../fonts/Outfit/Outfit-Light.ttf);
}
@font-face {
  font-family: "Outfit";
  font-weight: 400;
  src: url(../fonts/Outfit/Outfit-Regular.ttf);
}
@font-face {
  font-family: "Outfit";
  font-weight: 500;
  src: url(../fonts/Outfit/Outfit-Medium.ttf);
}
@font-face {
  font-family: "Outfit";
  font-weight: 700;
  src: url(../fonts/Outfit/Outfit-Bold.ttf);
}
@font-face {
  font-family: "Outfit";
  font-weight: 900;
  src: url(../fonts/Outfit/Outfit-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,
body .content-hidden ul,
body .content-hidden li {
  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;
}

li {
  list-style: none !important;
}

:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #001308;
  --txt-color: #74787C;
  --btn-color2: #1FBF60;
  --btn-color: #1FBF60;
}

body {
  position: relative;
  max-width: 1920px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--color2);
}
.sub-heading {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.sub-heading h3 {
  display: inline-block;
  position: relative;
  color: var(--btn-color);
  font-size: 14px;
  margin: 0px;
  padding-left: 0px;
  font-weight: 600;
  font-family: 'Outfit' !important;
  text-transform: uppercase;
  /* border: 1px solid #383838; */
  padding: 5px 30px;
  /* border-radius: 50px; */
}
.sub-heading h3:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 16px;
  left: 8px;
  top: -2px;
  bottom: 0;
  right: auto;
  margin: auto;
  background-image: url("/images/sub-before.png");
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.defalt-heading h2, .defalt-heading h1 {
  color: var(--h-color);
  font-size: 35px;
  margin-bottom: 40px !important;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  font-family: outfit !important;
  /* max-width: 70%; */
  margin: auto;
}
.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;
  }
  .sub-heading h3 {
    font-size: 10px !important;
    /* margin-bottom: 10px; */
  }
  .defalt-heading h2 {
    font-size: 16px !important;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .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 {
    font-size: 14px;
  }
  .defalt-heading h2 {
    font-size: 22px;
  }
}

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

.dasktop-show {
  display: block;
}
.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;
  z-index: 99 !important;
}
.select-lang .gt_switcher_wrapper .gt_selected {
  background: transparent !important;
  border-radius: 10px !important;
  padding: 0px 0px;
  border: 1px solid #6D6E71;
  z-index: 9 !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a {
  color: #6D6E71 !important;
  border: none !important;
  font-size: 13px;
  position: relative;
  /*font-family: LEMON MILK !important;*/
  font-weight: 500 !important;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  width: auto !important;
  /* text-align: center; */
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: #eaeaea !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a img {
  /*background-image: url(/images/world.png);*/
  /*display: none;*/
  border-radius: 100%;
  height: 25px;
  width: 25px;
}
.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; */
  height: 25px;
  width: 25px;
  border: 1px solid;
  border-radius: 100%;
}

.select-lang .gt_switcher_wrapper .gt_option {
  background: #fefefe !important;
  position: absolute !important;
  padding: 20px 0px 10px 10px !important;
  width: 182px !important;
  top: 43px;
  border-radius: 0px 0px 20px 20px;
}
.select-lang .gt_switcher_wrapper .gt_option a {
  color: #000000 !important;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-size: 14px;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: #ffffff !important;
  transition: 0.3s;
  color: var(--btn-color) !important;
}
.gt_container--hich1m .gt_switcher .gt_option::-webkit-scrollbar-thumb, 
.gt_container--hich1m .gt_switcher .gt_option::-webkit-scrollbar-track {
    background: transparent !important;
}
/* end for gtranslate language css*/


/* ===============================
    for search css
  =============================== */

.h-search-form input.form-control {
  font-size: 16px;
  border: 0 !important;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  position: absolute;
  top: 45px;
  width: 250px;
  transform: translateX(2000px);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.form-section.h-search-form {
  position: relative;
  display: inline-block;
  right: 15px;
  width: 10%;
}

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


 /* ===============================
	  for search css
  =============================== */
  .search-btn {
	cursor: pointer;
	display: inline-block;
	position: relative;
	/* margin-left: 20px; */
	/* margin-right: 10px; */
	}
  .search-box-btn.search-box-outer {
	background: transparent;
	height: 30px;
	width: 30px;
	display: inline-block;
	border-radius: 50%;
	/* position: absolute; */
	/* top: -18px; */
	/* left: -40px; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	cursor: pointer;
	}
  .search-box-btn.search-box-outer:hover {
	/* background: #3ca949; */
	transition: 0.3s;
	}
  .search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateX(-100%);
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0;
  }
  
  .search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  .search-popup:before {
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
  }
  
  .search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
  }
  .search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
  }
  .search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
  }
  
  .search-popup .form-group input[type="text"],
  .search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	outline: none;
	border: none;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
  }
  .search-popup .form-group input[type="submit"],
  .search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 40px;
	line-height: 65px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: unset;
  }
    .search-popup .form-group button {
        top: 0 !important;
        right: 20px !important;
        bottom: 0 !important;
        height: 40px;
        width: 40px;
        margin: auto;
        padding: 0;
        line-height: normal;
    }
    
    .search-popup .form-group button img.img-fluid {
        margin: 0;
        position: relative;
    }
  /* ===============================
	  end search css
  =============================== */


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

.logo-sec .header-top {
  padding: 5px 0px;
}
.logo-sec .header-info {
  display: flex;
  align-items: center;
}
.h-contact .all-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-contact .all-icon .h-icon {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: #ffffff;
  font-family: Arial !important;
  font-style: italic;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}
.main-menu-header {
  /* background: #179345!important; */
  position: relative;
  z-index: 2;
  /* padding: 40px 0px; */
}
.my-navbar .header-logo.mobile-logo {
  display: none;
}
.main-header li.nav-item {
  padding: 0px 5px;
  position: relative;
}
.main-header li.nav-item a.nav-link {
  color: #191F29 !important;
  margin: 0px 0px;
  border-radius: 0;
  padding: 0px 5px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s;
  font-family: Outfit !important;
  position: relative;
}
.main-header li.active.nav-item a.nav-link {
  position: relative;
  border-radius: 0;
  color: var(--btn-color) !important;
  /* background: var(--btn-color); */
}
.main-header li.nav-item a.nav-link:hover,.main-header li.nav-item a.nav-link.show {
  color: var(--btn-color) !important;
  /* background: var(--btn-color); */
  transition: 0.5s;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu {
  background: linear-gradient(180deg, #DDE2DF 0%, #fff 100%);
  transition: 0.5s;
  left: 5px;
  padding: 10px;
  border-radius: 10px;
  width: 180px;
}
.main-header li.nav-item a.nav-link:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 90%;
    margin: auto;
    background: var(--btn-color);
    opacity: 0;
    transition: 0.5s;
}
.main-header li.nav-item a.nav-link:hover:before, 
.main-header li.nav-item a.nav-link.show:before {
    opacity: 1;
    transition: 0.5s;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu li {
    padding: 0px;
    border-bottom: 1px solid #ccc;
    margin: 5px 0px;
    padding-bottom: 5px;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu a {
  color: #000 !important;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  /* white-space: normal; */
  text-wrap: auto;
}
.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 {
  transition: 0.5s;
  color: var(--btn-color) !important;
}
.dasktop-show .header-logo:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: #fff;
    z-index: -1;
}
.head-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent;
    padding: 10px 0px;
    width: 100%;
}

.head-info .h-icon {
    display: flex;
    align-items: center;
    /* padding: 5px 0px; */
}

.head-info .h-icon .h-icon-cont h5 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    font-family: Chakrapetch !important;
}

.head-info .h-icon .h-icon-cont h3 {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-family: chakrapetch !important;
}

.head-info .h-icon .h-icon-img {
    position: relative;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50px;
    border: none;
    margin-left: 2px;
}

.head-info .h-icon .h-icon-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 50%;
}
.main-menu-header:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    content: "";
    background: #094220;
    height: 0;
    width: 0;
    z-index: -1;
}
/*header css for mobile*/
@media (max-width: 767px) {
    .main-menu-header .row.align-items-center.header-icons-row {
        display: none;
    }
  .header-top {
    display: none;
  }
  section.logo-sec.main-header {
    background: #ffffff !important;
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .main-menu-header {
    background: #ffffff !important;
    height: 80px !important;
    border-radius: 0px !important;
    padding-top: 0px;
    align-content: center;
  }
  .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: 45%;
    z-index: 999;
    position: relative;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    background: var(--color2);
    left: 0;
    transform: translateX(-1000px);
    width: 70%;
    margin-top: 80px;
    padding: 30px 0px;
    height: 100% !important;
    text-align: left;
    transition: 0.3s;
    border-right: 5px solid var(--btn-color);
  }
  .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: 12px !important;
    color: var(--h-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--h-color) !important;
    font-size: 12px;
    white-space: normal;
  }

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

@media (min-width: 575px) and (max-width: 767px) {
  .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) {
    .main-menu-header .row.align-items-center.header-icons-row {
        display: none;
    }
  .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) !important;
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .main-menu-header {
    background: #ffffff !important;
    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%;
    z-index: 999;
    background: #fff;
    position: relative;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    background: var(--color2);
    left: 0;
    transform: translateX(-1000px);
    width: 50%;
    margin-top: 80px;
    padding: 30px 0px;
    height: 100% !important;
    text-align: left;
    transition: 0.3s;
    border-right: 5px solid var(--btn-color);
  }
  .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: 15px !important;
    color: var(--h-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--h-color) !important;
    font-size: 14px;
  }

  .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: 14px;
  }
}

/*end header css*/

/*banner css*/

section.banner-section {
  position: relative;
  height: 700px !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #0a0a0a7d;
  z-index: 1;
}
section.banner-section .row {
  position: relative;
}
section.banner-section .bannermain {
  padding: 0px;
  width: 100%;
  top: -55px;
}
.banner-slider .owl-item .item {
  height: 650px !important;
  margin: 0px;
  position: relative;
  /* background-image: linear-gradient(#FFFFFF 50%, #16A851) !important; */
}
.banner_txt {
  position: absolute;
  top: -25px;
  left: 0;
  bottom: 0px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_txt .caption2 {
  max-width: 100%;
  width: 100%;
  /* text-align: center; */
}
.banner_txt span.text3 {
  color: var(--color2);
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
  position: relative;
  text-align: left;
  font-family: Outfit !important;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 1;
  margin: 0px;
  padding: 10px 10px 10px 35px;
  max-width: 100%;
  margin-bottom: 20px !important;
}
.banner_txt span.text3:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 16px;
    left: 9px;
    top: 0px;
    bottom: 0;
    right: auto;
    margin: auto;
    background-image: url("/images/banner-head-before.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    z-index: 9;
}

.banner_txt span.text3:after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #00d15575 22%, #20000000 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.banner_txt h2.text2 {
  color: var(--color2);
  font-size: 50px;
  font-weight: 700;
  /* position: relative; */
  font-family: Outfit !important;
  text-transform: capitalize;
  line-height: 60px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 20px !important;
}
.banner_txt p.text4 {
  color: var(--color2);
  background-color: transparent;
  font-family: 'NunitoSans' !important;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0px 30px 0px;
  line-height: 25px;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  text-align: left;
}
.btn-bnnr {
  display: inline-block;
  margin-top: 0px;
}
.btn-bnnr.all-btn a:before {
    border-radius: 10px;
}
.all-btn a {
  padding: 12px 25px;
  color: #fff;
  background: var(--btn-color);
  border: 1px solid #1fbf6000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  font-family: 'Nunitosans' !important;
  text-transform: capitalize;
  transition: 0.5s;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.banner_txt .caption2 .btn-bnnr2 a {
    background: #191F29;
    border: 1px solid #222 !important;
}
.banner_txt .caption2 .btn-bnnr a:hover {
  transition: 0.5s;
  background-color: transparent !important;
  color: #222 !important;
  transform: scale(1.06);
}
.banner-slider .owl-nav {
  display: none !important;
}
.banner-slider .owl-nav .owl-prev {
  font-size: 0;
  background-image: url(/images/next.png);
  width: 35px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotateY(180deg);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 5%;
  margin: auto;
  transition: 0.3s;
  /* filter: invert(1) brightness(22); */
}
.banner-slider .owl-nav .owl-next {
  font-size: 0;
  background-image: url(/images/next.png);
  width: 35px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 5%;
  margin: auto;
  transition: 0.3s;
  /* filter: invert(1) brightness(22); */
}
.banner-slider .owl-nav .owl-prev:hover,
.banner-slider .owl-nav .owl-next:hover {
  transition: 0.3s;
  filter: invert(0) brightness(1);
}
.banner-slider .owl-dots {
  display: none !important;
  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%;
  display: block;
  position: relative;
}

.banner-slider .owl-dots .owl-dot.active span {
  background: #0096fe;
  height: 12px;
  width: 12px;
}
.banner-img-rt {
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index:1;
}
.banner-img-rt img.img-fluid {
    max-width: 35%;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.banner-slider .owl-nav .owl-next:before {
    content: 'Next';
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    font-size: 16px;
    color: var(--btn-color);
}
.banner-slider .owl-nav .owl-prev:before {
    content: 'Prev';
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    font-size: 16px;
    color: var(--btn-color);
    transform: rotateY(180deg);
}
.social-head-div ul.main-social-list li a img:hover {
    transform: rotate(360deg);
    transition: 0.5s;
}

/*banner css for mobile*/
@media (max-width: 767px) {
  section.banner-section {
    position: relative;
    /* height: 220px !important; */
    margin-bottom: 0px !important;
  }
  section.banner-section .bannermain {
    position: relative !important;
    top: 0 !important;
    padding: 0px !important;
  }

  .banner_txt {
    padding: 0 !important;
    /* bottom: 50px; */
    top: 0;
  }
  .banner_txt .caption2 {
    max-width: 100% !important;
    width: 100%;
    padding: 0px 10px !important;
  }
  .banner_txt span.text3 {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 10px;
    max-width: 100%;
    -webkit-line-clamp: 2;
    /* display: none; */
    margin-bottom: 10px !important;
  }
  .banner_txt h2.text2 {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    margin-bottom: 10px !important;
    -webkit-line-clamp: 3;
  }
  .banner_txt p.text4 {
    font-size: 10px !important;
    line-height: 14px !important;
    margin: 0px;
    margin-bottom: 5px;
    /* -webkit-line-clamp: 3; */
    display: none;
  }
  .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-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;
    bottom: 0px;
    top: 0;
  }
  .banner_txt .caption2 {
    max-width: 100% !important;
    width: 100%;
    padding: 0 !important;
  }
  .banner_txt span.text3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px !important;
  }
  .banner_txt h2.text2 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner_txt p.text4 {
    font-size: 14px !important;
    line-height: 20px !important;
    display: none;
  }
  .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 span.text3 {
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  .banner_txt h2.text2 {
    font-size: 40px;
    line-height: 50px;
  }
  .btn-bnnr a {
    font-size: 18px;
  }
}

/*end banner css*/

/*----------===-----------*/
.service-section {
  padding: 60px 0px;
  /* background-color: #ddffdc21; */
  position: relative;
}
.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;
}
section.about-service .about-ser-div:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-image: url("/images/ser-divbg.png");
    background-repeat: no-repeat !important;
    background-size: 95% 95% !important;
    filter: invert(1) brightness(0.5);
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.about-ser-div:hover:before{
     opacity: 1 !important;
}
section.about-service .about-ser-div:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    border:1px solid#ccc;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
    border-radius: 10px;
}
.about-ser-div:hover:after{
     opacity: 1 !important;
}
.about-ser-maindiv {
    height: 375px;
    position: relative;
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
}

.about-ser-maindiv:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    border-radius: 10px;
}
.about-ser-maindiv:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: -55px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("/images/after-shadow.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    z-index: 9;
    height: 100px;
    width: 100%;
    z-index: 1;
}

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

.section-heading {
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}
.section-heading h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin: 0px;
}
.section-heading:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  height: 0px;
  z-index: -1;
}

/*about section*/

.about-section {
  position: relative;
  padding: 80px 0px !important;
  z-index: 1;
  /* background-image: linear-gradient(#F1F1F1 60%, #FFFFFF) !important; */
}
.about-section:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    right: auto;
    height: 100%;
    width: 100%;
    background-image: url("/images/why-choose-before.png");
    background-repeat: no-repeat !important;
    background-size: 90% 150%;
    content: "";
    z-index: -1;
}
.about-ccontent.all-default-ccontent .sub-heading h3 {
    /* color: var(--btn-color); */
}
.about-ccontent h1 {
  color: var(--h-color);
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  line-height: normal;
  padding-top: 10px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 20px;
  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 {
  text-align: left;
  color: var(--txt-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0px;
}

.about-list-proj {
    display: flex;
    justify-content: space-between;
}

.about-list-proj ul li {
    font-size: 15px;
    font-weight: 700;
    color: #74787C;
    list-style: square !important;
    margin: 5px 0px;
}

.about-list-proj ul li::marker {
    color: var(--btn-color);
}

.about-list-proj ul {
    padding-left: 1rem;
    width: 50%;
}

.about-section .about-bg {
    position: relative;
    padding: 60px 0px;
    /* background-image: linear-gradient(#F1F1F1 60%, #FFFFFF) !important; */
}
.about-section .about-head-img {
    position: relative;
    text-align: center;
}
.about-cont-img {
    margin: 20px 0px;
}
.about-section .about1-video {
    position: relative;
    z-index: 1;
    padding: 20px 0px;
    margin-top: 20px;
}

.about-section .about1-video:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #1ca752d6;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 15px;
    z-index: -1;
}

.about-section .about1-video .aboutvideo-btn {
    text-align: center;
}

.about-section .about1-video .aboutvideo-btn a {
    color: #fff;
    background: #1fbf60;
    padding: 15px;
    border-radius: 100px;
    font-weight: 600;
    border: 1px solid;
    display: inline-block;
}
.about-section .about1-video .aboutvideo-btn a img {
    padding-right: 10px;
}

.about-section .about1-small-cont {
    text-align: center;
    position: relative;
    height: 120px;
    width: 120px;
    background: var(--btn-color);
    border-radius: 50%;
    text-align: center;
    align-content: center;
    margin: auto;
}

.about-section .about1-small-cont h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.about-section .about1-small-cont p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    display: inline-block;
}

.about-section .about1-smallimgs {
    margin-top: 10px;
}

.about-section .about1-smallimgs img {
    border-radius: 20px;
}
/*about css for mobile*/
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }

  .about-section {
    padding: 30px 0px !important;
  }

  .about-ccontent h1 {
    display: block !important;
    font-size: 18px !important;
    padding-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
  }
  .about-section .about-ccontent {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding: 0px !important;
  }
  .about-section .about-ccontent p {
    font-size: 12px !important;
    line-height: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 5px 0px !important;
    padding-right: 0px;
    text-align: left;
  }
  .about-btn a {
    font-size: 10px !important;
  }
  .about1 {
    margin-top: 20px;
}
}
/*about us css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  section.about-section {
    padding: 30px 0px !important;
  }
  .about-ccontent h1 {
    display: block !important;
    font-size: 18px !important;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  section.about-section .about-ccontent p {
    font-size: 14px !important;
    padding-right: 0px;
    margin-bottom: 0px !important;
    line-height: 22px;
    margin-top: 5px;
    text-align: left;
  }
  .about-btn a {
    font-size: 10px !important;
  }
}

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

/*end about section*/

/*product section*/
.product-section {
  padding: 60px 0px 180px;
  background: #FFF4FF;
  position: relative;
  z-index: 1;
}

.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 {
  margin-top: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.product-list {
  height: 300px;
  border-radius: 15px;
  position: relative;
  margin: 0 auto;
  /* border-radius: 100%; */
  /* background: #eee; */
  overflow: hidden;
  z-index: 2;
}
.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;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.product-content {
  text-align: center;
  z-index: 2;
  position: relative;
}
.product-url a {
  color: #03200E;
  font-size: 18px;
  font-weight: 600;
  margin: 20px auto 0px;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Outfit' !important;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-url-main {
  margin-top: 10px;
}
.product-url-main .view-details.all-btn a:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.product-url-main .view-details.all-btn {
  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: 30px 0px;
  }
  .main-div {
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 10px;
  }
  .product-content {
    padding: 0px 10px;
  }
  .product-url a {
    font-size: 12px;
    margin: 10px auto 0px;
    -webkit-line-clamp: 2;
    min-height: 40px;
    align-content: center;
  }
  .product-list {
    /* width: 200px; */
    height: 200px !important;
    position: relative;
  }
  .product-url,
  .product-url-main {
    text-align: center;
    margin-top: 0px !important;
  }
}

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

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

/* ===============================
	  testimonial section css
  =============================== */
section.main-testimonial.zz {
  padding: 60px 0px;
  position: relative;
}
section.main-testimonial.zz .sub-heading h3 {
  /* 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: center;
}
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: var(--txt-color);
  font-size: 16px;
  font-family: 'Chakrapetch' !important;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}
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 0px 0px;
  }
  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 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 {
  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 {
    padding: 10px 0px;
  }
  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;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.blog-section .sub-heading,
.blog-section .defalt-heading {
  /* text-align: center; */
  position: relative;
}
.blog-section .defalt-heading {
    margin-bottom: 0px;
}
.blog-section .main-blog:hover .main-blog-div {
    /* transform: translatey(-50px); */
    transition: 0.5s;
}
.blog-section .main-blog-div {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.5s;
  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%;
  height: 100%;
  margin: auto;
  transition: 0.5s;
  width: 100%;
  object-fit: cover;
}
.blog-section .blog-btn a {
    color: var(--btn-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    transition: 0.5s ease all;
}
.blog-section .blog-date2 {
    /* position: absolute; */
    /* top: 0px; */
    /* left: 30px; */
    /* background: var(--btn-color); */
}
.blog-section .blog-date2 p.date2-bg {
    margin: 0;
    color: #74787c;
    font-weight: 400;
    text-align: center;
    /* padding: 10px 20px 0px; */
    font-size: 16px;
}
.blog-section .blog-date2 p.date2-bg2 {
    margin: 0;
    text-align: center;
    color: var(--color2);
    padding: 5px;
    text-transform: capitalize;
    font-weight: 700;
}
.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: 18px;
  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;
}
.blog-section .blog-txt p {
  color: #74787c;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}
.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 {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    color: var(--btn-color);
}
.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: center;
    /* 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: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-section .blog-btn a:hover {
    color: var(--h-color);
    transition: 0.5s ease all;
}
.blog-section .about-btn.all-btn.blog-btn {
    text-align: center;
}
.blog-section .about-btn.all-btn.blog-btn a {
    color: #fff;
    font-family: chakrapetch !important;
}
.blog-section .about-btn.all-btn.blog-btn a:hover {
    color: #000;
}
/*BLOGS css for mobile*/
@media (max-width: 767px) {
  .blog-section {
    padding: 30px 0px !important;
    background-size: cover !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: 14px !important;
    margin-bottom: 0px;
    min-height: 30px;
  }
  .blog-section .blog-txt p {
    font-size: 11px !important;
    line-height: 15px !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 30px !important;
  }
  .blog-section .main-blog-div {
    margin: 10px 0px !important;
    padding: 10px !important;
  }
    .blog-section .defalt-heading {
    margin-bottom: 0px !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: 20px !important;
    /* margin-bottom: 0px; */
    min-height: 40px;
  }
  .blog-section .blog-txt p {
    font-size: 14px !important;
    line-height: 20px !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;
  height: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.gallery-img:hover img.img-fluid {
  transition: 0.8s;
  transform: scale(1.08);
}

.gallery-img img.img-fluid {
  transition: 0.8s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* end gallery section css */

/*footer css*/

.footer-section {
  position: relative;
  background: #010101 !important;
  overflow: hidden;
}
.footer-section .main-footer {
  padding: 60px 0px;
  /* border-top: 1px solid #125c0f; */
  /* border-bottom: 1px solid #125c0f; */
  /* background-image: url("/images/footer-bg.jpg"); */
  /* background-repeat: no-repeat !important; */
  /* background-size: 100% 100% !important; */
}

.footer-widgets.widgets3.ffc {
    margin-top: 40px;
}

.footer-section .main-footer .l-o-g {
  text-align: center;
  max-width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.footer-section .main-footer .l-o-g:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    height: 2px;
    background: linear-gradient(45deg, #1CA752, transparent);
}


.ffc ul.main-social-list {
  padding: 0;
  list-style: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.ffc ul.main-social-list li a {
  background: #ffffff;
  margin-right: 20px !important;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid #f08a2500;
  border-radius: 100%;
  position: relative;
}
.ffc ul.main-social-list li a:hover {
    background: var(--btn-color);
    transition: 0.5s;
}

.ffc ul.main-social-list li a:hover img.img-fluid {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}

.ffc ul.main-social-list li a img.img-fluid {
    transition: 0.5s;
}

.footer-p p {
  color: #E0E0E0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.footer-heading {
  margin-bottom: 30px;
  margin-top: 30px;
}
.footer-section .footer-heading h4 {
  color: #D4D4D4;
  font-size: 25px;
  font-weight: 700;
  margin: 0px;
  line-height: normal;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  text-align: left;
}

.footer-widgets li a {
  color: #E0E0E0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  /* display: flex !important; */
  /* transition: 0.5s; */
  /* margin: 20px 0px; */
  align-items: baseline;
}

.footer-widgets li a p {
  display: inline-block;
  margin: 0;
}
li.foot-numb:last-child a p {
  width: 90%;
}
.footer-menus ul.footer-menus-list {
  padding: 0;
  margin: 0;
}
li.foot-numb {
  display: block !important;
}
li.foot-numb a p {
  display: inline-block !important;
  /* margin: 0; */
  text-align: left;
}
.footer-widgets li .h-icon {
  margin-right: 15px;
  display: inline-block;
}
.footer-widgets li {
  margin: 5px 0px;
  text-align: left;
}
ul.footer-menus-list li {
  margin: 10px 0px !important;
  padding-left: 25px;
  position: relative;
}

.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 {
  padding: 15px 0px;
  background-color: transparent !important;
}
.footer-botm p.asdas {
  margin: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.footer-botm p.asdas a {
  color: #fff;
  position: relative;
  margin-right: 2px;
  transition: 0.5s;
}
.footer-botm p.asdas a:hover {
  color: #ffffff;
  transition: 0.5s;
}

.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;
  align-items: start;
  justify-content: center;
  margin: 0;
  flex-direction: column;
}
.footer-main-contact ul.main-social-list li {
  background: transparent;
  /* margin-right: 20px; */
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: 0.5s;
  /* border: 1px solid #fff; */
}
.footer-main-contact ul.main-social-list li:hover {
  background: var(--btn-color);
  transition: 0.5s;
  border-color: var(--btn-color);
}
.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: 10px;
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 100%;
}
.footer-widgets li a.li-links {
    color: #E0E0E0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex !important;
    transition: 0.5s;
    margin: 20px 0px;
    align-items: baseline;
}
.main-social-div {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.foot-icon img {
    margin-right: 10px;
}
ul.main-social-list1 li {
    margin: 30px 0px;
}
.footer-botm .row {
    border-top: 3px solid #1ca75275;
    padding-top: 10px;
}

.footer-section:before {
    position: absolute;
    content: "";
    top: -50px;
    left: 0;
    bottom: auto;
    margin: auto;
    right: auto;
    height: 180px;
    width: 140px;
    background-image: url("/images/footer-before.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.footer-section:after {
    position: absolute;
    content: "";
    top: -50px;
    left: auto;
    bottom: auto;
    margin: auto;
    right: 0;
    height: 180px;
    width: 150px;
    background-image: url("/images/footer-after.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
ul.footer-menus-list li:before {
    position: absolute;
    content: "";
    top: 3px;
    right: auto;
    left: 0;
    bottom: 0;
    background-image: url("/images/footer-arrow.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 15px;
    width: 15px;
}
li.foot-numb span {
    color: var(--btn-color);
}

/*footer css for mobile*/
@media (max-width: 767px) {
  .footer-section {
    padding-top: 30px !important;
  }
  .footer-section .container.bg {
    padding-bottom: 0px !important;
  }
  .l-o-g {
    width: 50% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .footer-p p {
    font-size: 10px;
    margin-top: 10px;
    line-height: 16px !important;
  }
  .footer-heading {
    margin-bottom: 10px !important;
    margin-top: 0px;
  }
  .footer-section .footer-heading h4 {
    font-size: 18px !important;
    margin: 10px 0px 0px;
  }
  ul.footer-menus-list li {
    margin: 5px 0px !important;
    padding-left: 20px;
  }
  .footer-widgets li {
    font-size: 12px !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: 12px !important;
    line-height: 20px !important;
  }
  .footer-widgets li a .h-icon {
    padding-right: 0px !important;
  }
  .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: 10px !important;
    line-height: 15px !important;
    text-align: center;
  }
    .footer-main-contact ul {
        padding: 0;
    }

    .footer-main-contact ul li {
        margin: 20px 0px !important;
    }
}

/*footer css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  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: 40%; */
    /* margin: 0 auto; */
  }
  .footer-heading {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .footer-p p {
    font-size: 12px;
    margin: 5px 0px;
    text-align: left;
  }
  .footer-section .footer-heading h4 {
    font-size: 15px;
  }
  .footer-section .footer-heading h4:after {
    width: 100%;
    height: 1px;
  }
  .footer-widgets li a.li-links {
    font-size: 14px;
  }
}
/*end footer css*/

/*product page bread crum css*/

section.bread-crum {
  background: 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: 80px 0px;
  position: relative;
}

.gallery-section {padding: 50px 0px;background-size: 100% 100% !important;background-repeat: no-repeat !important;background-position: center center !important;}

.gallery-heading.all-default-ccontent .defalt-heading h2 {
    color: #fff;
}
.gallery-section .sub-heading {
  /* text-align: center; */
}

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

.product-url-vieww.feature-pro-url {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.product-url-vieww.feature-pro-url a.linkss {
    display: inline-block;
    background: var(--btn-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-list:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: linear-gradient(0deg, #000000 0%, #000000 0%, #ffffff33 60%);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}

.main-div:hover .product-list:before {
    opacity: 1;
    transition: 0.5s;
}

.main-div:hover .product-list:hover {
    transition: 0.5s;
    opacity: 1;
}

.main-div:hover .product-list .product-url-vieww.feature-pro-url {
    transition: 0.5s;
    opacity: 1;
}

@media (min-width: 575px) and (max-width: 992px) {
  .gallery-img {
    height: 140px;
  }
}
@media (max-width: 575px) {
  .gallery-img {
    /* height: 50px; */
  }
  .about2 .about-image.about-img2 {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .ffc ul.main-social-list li {
    /* height: 40px; */
    /* width: 40px; */
    /* margin-right: 10px !important; */
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .video-btn img.img-fluid {
    max-width: 20%;
  }

  section.category-section {
    padding: 0px 0px 30px;
    position: relative;
  }

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

  .gallery-section {
    padding: 30px 0px;
    background-size: cover !important;
  }

  .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 .row, .footer-botm p.asdas {
    font-size: 13px;
    justify-content: space-between;
  }
}
.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: var(--h-color);
}
.banner_txt .caption2 .btn-bnnr a {
  border: 1px solid var(--btn-color);
  color: #fff !important;
  margin-right: 0px;
  border-radius: 10px;
  margin-right: 10px;
  font-weight: 600;
}
.all-btn a:hover {
  transition: 0.5s;
  color: var(--btn-color);
  border: 1px solid var(--btn-color);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.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;
  }

  .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: 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 !important;
    display: block !important;
    padding-top: 10px;
  }

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

  .all-btn a {
    padding: 10px 20px;
    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: 0px;
    padding-bottom: 0px;
    /* padding-top: 30px !important; */
    background-image: unset;
  }

  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: 10px !important; */
    /* height: 10px !important; */
    /* left: -15px !important; */
  }

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

  .about-btn.all-btn {
    /* margin-bottom: 20px; */
  }

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

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

  .section-heading h3:before {
    width: 2px !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: 18px !important;
  }

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

  .main-testimonial .sub-heading {
    margin-bottom: 10px !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: 0px 0px 10px;
  }
}

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

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

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

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

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

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

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

  .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 {
    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: 10px 20px;
    font-size: 14px !important;
  }

  .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: 20px 0px !important;
  }

  li.foot-numb a p {
    margin-bottom: 0px;
    display: block !important;!i;!;
  }

  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: 150px;
    width: 185px;
  }

  .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: 12px;
  }

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

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

  .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: 10px 10px !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: 11px;
    padding: 5px 0px;
    margin: 0px 0px;
  }
  .banner_txt p.text4 {
    font-size: 18px;
    line-height: 25px;
  }

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

.logo-sec.main-header {
  background: transparent;
  position: relative;
  /* top: 20px; */
  left: 0;
  right: 0;
  z-index: 9;
  bottom: auto;
}

.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;
}

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

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

.all-btn.quick-header {
  display: inline-block;
  margin-left: 15px;
}

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

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

section.prod-banner.dasktop-show {
  position: relative;
}

.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: 0px 20px; */
  position: relative;
  /* top: -80px; */
}

.about-image {
  padding: 0px 20px;
}

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

.about-btn.all-btn {
  display: inline-block;
  margin-right: 0px;
  margin-top: 0px;
}

.product-section .section-heading h2 {
  color: var(--btn-color);
  font-size: 40px;
}

.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: 4px;
  left: 0;
  top: 0;
  right: auto;
  margin: auto;
  background-color: var(--btn-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-family: Oswald !important;
  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-family: Oswald !important;
  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.1);
}

.sub-heading h2 {
  color: var(--h-color);
  font-size: 40px;
  font-weight: 700;
}

.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.06);
  opacity: 0.8;
}


.blog-section .defalt-heading h2 {
    margin-bottom: 0 !important;
    color: #fff !important;
}

.blog-date-admin {
    display: flex;
    align-items: center;
}

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

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

section.main-testimonial.zz .owl-nav {
  display: none !important;
  width: 100%;
}

section.main-testimonial.zz .owl-nav .owl-prev {
  font-size: 0;
  width: 40px;
  height: 40px;
  background: var(--btn-color2);
  z-index: 1;
  border-radius: 100%;
  border: 1px solid var(--btn-color2);
  position: absolute;
  right: 10%;
  top: -55px;
  margin: auto;
}

section.main-testimonial.zz .owl-nav .owl-next {
  font-size: 0;
  height: 40px;
  width: 40px;
  background: var(--btn-color2);
  z-index: 1;
  border-radius: 100%;
  border: 1px solid var(--btn-color2);
  position: absolute;
  right: 5%;
  top: -55px;
  margin: auto;
  transition: 0.5s;
}

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

.footer-p {
  width: 80%;
}

@media (min-width: 767px) and (max-width: 992px) {
  .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;
  }

  .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: 15px;
  }

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

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

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

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

  .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: 0px;
  }

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

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

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

  .blog-section {
    /* padding-top: 00px; */
    padding-bottom: 30px;
    background-size: cover !important;!i;!;
  }

  .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;
}
.my-navbar.nav-side1 {
  padding: 16px 0px !important;
  background: transparent !important;
}
.single-service {
  width: 100%;
  padding: 10px;
}
.single-service .service-img {
  width: 30%;
  display: inline-block;
  float: left;
}
section.Service-banner {
  position: relative;
}
section.Service-banner .all-service {
  position: absolute;
  top: -180px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  z-index: 9;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 180px;
}
.single-service .service-content {
  width: 70%;
  display: inline-block;
  padding: 15px 20px 0px 7px;
}
.single-service .service-content h5 {
  color: var(--h-color);
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.single-service .service-content p {
  color: var(--txt-color);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
section.Service-banner .container {
  position: relative;
}
.deflt-p p {
  color: #7D7B7B;
  /* text-transform: capitalize; */
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.category-main-div {
  margin: 10px 0px;
}
.category-img-div .category-list {
  /* border-radius: 7px; */
  /* background: #fff; */
  /* box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15); */
  height: 350px;
  position: relative;
  overflow: hidden;
}
.category-content {
  text-align: center;
}
.category-content .category-title a {
  color: var(--txt-color);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0px 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-url-main .view-details.btn-bnnr.all-btn a {
  background: transparent !important;
  color: var(--btn-color2);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 0px !important;
  text-transform: capitalize !important;
}
.category-img-div .category-list img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 1s;
}
.category-main-div:hover .category-img-div .category-list img {
  transition: 1s;
  transform: scale(1.1);
}
section.main-business-section {
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  padding: 60px 0px;
}
.business-content h2 {
  display: inline-block;
  color: var(--btn-color2);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.business-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-right: 80px;
}
.main-board h2 {
  color: var(--btn-color2);
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.6px;
}
.main-board p {
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}
.main-board {
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
}
.main-board .btn-bnnr.all-btn {
  text-align: right !important;
  display: block;
  margin: 20px 0px 0px;
}
section.business-section {
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  padding: 60px 0px;
}
.business-content2 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.business-content2 h2 {
  display: inline-block;
  color: var(--btn-color2);
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.5px;
}
.business-content2 p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
section.main-testimonial.zz .owl-nav .owl-prev:before {
  content: "";
  background-image: url(/images/arrow3.png);
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.main-testimonial.zz .owl-nav .owl-next:before {
  content: "";
  background-image: url(/images/arrow3.png);
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.blog-section .sub-heading {
  text-align: center;
  /* margin: 10px 0px; */
}
.blog-section .blog-img .img-bj2 {
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 250px;
  width: 100%;
  border-radius: 10px;
}
.blog-section .main-blog-div .blog-date {
  position: relative;
  text-align: left;
}
.blog-section .main-blog-div .blog-date span.blog-date {
  position: relative !important;
  color: #9B9DB3;
  font-weight: 500;
  font-size: 14px;
}
.footer-widgets.widgets2 {
  text-align: left;
}

@media (max-width: 767px) {
  .deflt-p p, .deflt-p li {
    font-size: 12px;
    line-height: normal;
    margin-top: 5px;
  }
  .category-content .category-title a {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section.main-business-section {
    padding: 30px 0px;
    background-size: cover !important;
  }
  .business-content h2 {
    font-size: 18px;
  }
  .business-content p {
    padding: 0px;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .business-content .btn-bnnr.all-btn a {
    margin-bottom: 20px;
  }
  .main-board {
    padding: 30px;
  }
  .main-board h2 {
    font-size: 16px;
    line-height: normal;
  }
  .main-board p {
    font-size: 10px;
  }
  .main-board .btn-bnnr.all-btn {
    margin: 10px 0px 0px 0px !important;
  }
  .about-section .container .row {
    /* flex-direction: column-reverse; */
  }
  .about-image {
    padding: 0px;
    top: 0 !important;
  }
  section.business-section {
    padding: 30px 0px;
    background-size: cover !important;
  }
  .business-content2 h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .business-content2 p {
    font-size: 10px;
    line-height: 17px;
  }
  .business-content2 {
    width: 100%;
  }
  .blog-section .sub-heading h2 {
    margin-bottom: 20px !important;
  }
  .blog-section .main-blog-div .blog-date span.blog-date {
    font-size: 10px;
  }
  .blog-section .main-blog-div .blog-date {
    padding: 0px;
  }
  .footer-widgets.widgets2 {
    margin: 20px 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  section.category-section {
    padding: 0px 0px 30px;
  }
  .deflt-p p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
  .category-img-div .category-list {
    height: 200px;
  }
  .category-content .category-title a {
    font-size: 12px;
  }
  section.main-business-section {
    padding: 30px 0px;
  }
  .business-content h2 {
    font-size: 18px;
  }
  .business-content p {
    font-size: 12px;
    line-height: 20px;
  }
  .main-board {
    padding: 30px;
  }
  .main-board h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-board p {
    font-size: 12px;
  }
  .main-board .btn-bnnr.all-btn {
    margin: 10px 0px 0px !important;
  }
  section.business-section {
    padding: 30px 0px;
  }
  .business-content2 h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .business-content2 p {
    font-size: 12px;
    line-height: 20px;
    margin: 0px;
  }
  section.main-testimonial.zz .owl-nav .owl-prev {
    right: 12%;
    width: 30px;
    height: 30px;
  }
  section.main-testimonial.zz .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }
  section.main-testimonial.zz .owl-nav .owl-prev:before {
    height: 15px;
    width: 15px;
  }
  section.main-testimonial.zz .owl-nav .owl-next:before {
    height: 15px;
    width: 15px;
  }
  .blog-section .sub-heading {
    /* margin-bottom: 50px; */
  }
  .blog-section .blog-img .img-bj2 {
    height: 200px;
  }
  .blog-section .main-blog-div .blog-date {
    /* padding: 5px 11px; */
    /* left: 20px; */
    /* top: -15px; */
  }
  .blog-section .main-blog-div .blog-date span.blog-date {
    font-size: 10px;
  }
  .footer-main-contact ul.main-social-list {
    /* margin: 20px 0px; */
  }
  .footer-main-contact ul.main-social-list li {
    height: 40px;
    width: 40px;
    margin-right: 10px !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  section.Service-banner .all-service {
    top: -150px;
    padding: 15px;
  }
  .single-service .service-content {
    padding: 0px 0px 0px 10px;
  }
  .single-service .service-content h5 {
    font-size: 15px;
  }
  .single-service .service-content p {
    font-size: 13px;
  }
  .defalt-heading h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .deflt-p p {
    font-size: 14px;
    line-height: 20px;
    /* text-align: center !important; */
    /* height: 100px !important; */
  }
  .category-img-div .category-list {
    height: 250px;
  }
  .category-content .category-title a {
    font-size: 16px;
  }
  section.category-section {
    padding: 50px 0px;
  }
  .business-content h2 {
    font-size: 24px;
  }
  .business-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-board {
    padding: 30px;
  }
  .main-board h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .main-board p {
    font-size: 14px;
  }
  .main-div {
    margin-top: 30px;
  }
  .product-list {
    height: 200px;
    width: 200px;
  }
  .about-section {
    padding: 40px 0px;
  }
  section.business-section {
    padding: 40px 0px;
  }
  .business-content2 h2 {
    font-size: 24px;
    line-height: 25px;
  }
  .business-content2 p {
    font-size: 14px;
    line-height: 23px;
  }
  section.main-testimonial.zz {
    padding: 40px 0px;
  }
}



.about-ccontent.all-default-ccontent .sub-heading {
    text-align: left;
}
.about-ccontent.all-default-ccontent .sub-heading h3:before, 
.about-ccontent.all-default-ccontent .sub-heading h3:after {
    /* height: 0 !important; */
    /* width: 0 !important; */
    /* opacity: 0 !important; */
}
.about-ccontent.all-default-ccontent .sub-heading .abt-su {
    margin-bottom: 10px;
}
.all-btn a img.img-fluid {
    transition: 0.5s;
    filter: brightness(10);
    height: 15px;
    margin-left: 10px;
    width: auto !important;
}
.all-btn a:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
    border: 1px solid #1fbf6000;
    opacity: 0;
}
.all-btn a:hover:before {
    width: 100%;
    border: 1px solid var(--btn-color);
    opacity: 1;
}
.all-btn a:hover img.img-fluid {
    filter: hue-rotate(247deg);
    transition: 0.5s;
}
.counter-section {
    padding: 0px 0px 60px;
    position: relative;
}
.counter-section .conter-bg {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.counter-section .conter-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 99%;
    height: 95%;
    border: 1px solid #fff;
    z-index: -1;
}
.counter-heading.all-default-ccontent .defalt-heading h2 {
    text-align: left;
    margin: 0;
    color: #fff;
    font-size: 35px;
    text-transform: capitalize;
}
.counter-heading.all-default-ccontent .deflt-p p {
    margin: 0;
    color: #fff;
    font-weight: 400;
}
.counter-main-div {
    text-align: center;
}
.count-btn.about-btn.all-btn {
    text-align: end;
    display: block;
}
.counter-main-div span.tree-img {
    position: relative;
    display: block;
}
.counter-main-div div#counter {
    letter-spacing: 10px;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Mina' !important;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 45px;
    padding: 10px 5px 5px 10px;
    z-index: 1;
    margin: 10px 0px;
}
.counter-main-div span {
    display: block;
    color: #fff;
    text-transform: capitalize;
}
.counter-main-div div#counter:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #ffffff63;
    z-index: -1;
    border: 1px solid #fff;
    border-radius: 3px;
}
.sub-heading h3:after {
    background-color: #16A851;
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    right: 10px;
    top: 0px;
    bottom: 0;
    border-radius: 50px;
    margin: auto;
    opacity: 0;
}
.about-ccontent.all-default-ccontent .defalt-heading h2 {
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px !important;
}


.all-gallery-img {
    margin-bottom: 20px;
}

.all-gallery-img.all-big-img {
    height: 390px;
    width: 100%;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.all-gallery-img img.img-fluid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}

.all-gallery-img:hover img.img-fluid {
    transition: 0.5s;
    transform: scale(1.07);
    opacity: 0.8;
}

.all-gallery-img.all-sm-img {
    position: relative;
    height: 305px;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}

.contact-section {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    /* height: 500px; */
}

.contact-section:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 80%;
    z-index: -1;
    background-image: url(/images/cantact-bg.jpg);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.contact-section .form-content {
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 30px 80px 30px;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.contact-heading.all-default-ccontent .sub-heading h3 {
    color: #fff;
}

.contact-heading.all-default-ccontent .defalt-heading h2 {
    color: #fff;
}

/*Quick contact css*/
.contact-section {
  padding: 0px 0px 60px;
}
.quick-contact {
  position: relative;
  padding: 30px 50px;
  background-color: #00000069;
  box-shadow: 0px 4px 17.1px 7px rgba(0, 0, 0, 0.15);
  height: 500px;
  width: 90%;
  margin: 0 auto;
}
.quick-contact .cont-heading h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
}
.quick-form form .form-group input,
.quick-form input#captcha {
  border-radius: 0px;
  border: 1px solid #D7D7D7;
  background: #ffffff;
  padding: 10px 20px;
  height: 60px;
  margin: 10px 0px;
  color: #000;
  font-size: 16px;
}
.quick-form form .form-group .form-control:focus, .quick-form input#captcha:focus{
	box-shadow: none;
	border-color: var(--btn-color);
}
.quick-form form .form-group textarea {
  border-radius: 0px;
  border: 1px solid #D7D7D7;
  background: #ffffff;
  padding: 25px 20px;
  margin: 5px 0px;
  color: #000;
  font-size: 16px;
  resize: none;
}
.quick-form form ::placeholder {
  color: #351D63;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.quick-form .cap_img {
  /* margin-top: 15px; */
  margin-left: 5px;
  margin-right: 5px;
  width: 30% !important;
}
.quick-form .cap_img img {
  max-width: 100%;
  height: auto;
}
.quick-form form button {
  outline: none;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  border: none !important;
  position: relative;
  background: var(--btn-color) !important;
  color: #ffffff !important;
  padding: 15px 40px;
  border-radius: 0px !important;
  transition: 0.5s;
  margin-top: 10px;
}

/*quick contact form css for mobile*/
@media (max-width: 767px) {
  .quick-contact {
    text-align: center;
    position: relative;
    padding: 0px 20px;
    margin-top: 30px;
  }
  .quick-contact .cont-heading h3 {
    font-size: 16px;
  }
  .quick-form form .form-group input, .quick-form input#captcha {
    /* border-radius: 15px; */
    padding: 6px 10px;
    height: 30px;
    font-size: 12px;
  }
  .quick-form form .form-group textarea {
    /* border-radius: 15px; */
    padding: 10px;
    font-size: 12px;
  }
  .quick-form form ::placeholder {
    font-size: 12px;
  }
  .quick-contact .captcha-div {
    display: inline-block;
    float: left;
  }
  .quick-form .cap_img {
    width: 45% !important;
    display: inline-block;
    /* float: right; */
    /* margin-top: 20px; */
  }
  .quick-form form button {
    font-size: 12px;
    width: 100%;
    padding: 10px;
  }
}

/*quick contact css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  .quick-contact {
    text-align: center;
    position: relative;
    padding: 0px 20px;
    margin-top: 30px;
  }
  .quick-contact .cont-heading h3 {
    font-size: 20px;
  }
  .quick-form form .form-group input,
  .quick-form input#captcha {
    height: 40px;
    font-size: 13px;
    /* border-radius: 15px; */
    padding: 10px;
  }
  .quick-form form .form-group textarea {
    /* border-radius: 15px; */
    padding: 10px;
    font-size: 14px;
  }
  .quick-form .cap_img {
    width: 45% !important;
    /* margin-top: 20px; */
  }
  .quick-form form button {
    font-size: 12px;
    padding: 10px 15px;
  }
  .quick-form form ::placeholder {
    font-size: 12px;
  }
}

/*quick form css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .quick-contact .cont-heading h3 {
    font-size: 20px;
  }
  .quick-form form button {
    font-size: 14px;
    padding: 5px 8px;
  }
}

/*end Quick contact css*/

.product-content .product-url:before {
    content: '';
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: 0 auto; */
    /* width: 30%; */
    /* height: 2px; */
    /* transition: 0.5s; */
    /* background: var(--btn-color); */
}
.product-content .product-url {
    position: relative;
    z-index: 1;
    /* width: 80%; */
    margin: 10px auto;
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
}
.product-url-content p.pro-content {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--txt-color);
}
.product-content .product-url-vieww {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-content .product-url-vieww a.linkss {
    color: var(--h-color);
    /* font-family: 'Mina' !important; */
    /* font-size: 18px; */
    /* font-weight: 400; */
    transition: 0.5s;
}
.product-content .product-url-vieww a.links span {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: var(--btn-color);
    position: relative;
    border-radius: 5px;
    transition: 0.5s;
}
.product-content .product-url-vieww a.links span img.img-fluid {
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    filter: brightness(15);
}
.product-content:hover .product-url-vieww a.links span {
    background: #351D63;
    transition: 0.5s;
}
.product-content .product-url-vieww a.linkss:hover {
    transition: 0.5s;
    /* border-bottom: 1px solid var(--btn-color); */
}
.single-prod-main-div .main-div:before {
    /* background: #fff; */
    /* width: 100%; */
    /* height: 60%; */
    content: '';
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* top: auto; */
    /* transition: 0.5s; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.single-prod-main-div:hover .main-div:before {
    transition: 0.5s;
    height: 100%;
}
.owl-carousel-m-product .owl-nav, .owl-carousel-m-product .owl-dots {
    display: none !important;
}
.category-img-div .category-list .category-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 3;
}
.category-img-div .category-list .category-title a.pro-links {
    color: #fff;
    font-family: 'Ubuntu' !important;
    font-size: 22px;
    font-weight: 700;
}
.category-img-div .category-list a.shdw-before:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #8865AA 0%, rgba(136, 101, 170, 0) 100%);
    z-index: 1;
    transition: 0.5s;
}
section.category-section .row .col-md-3:nth-child(even) .category-main-div {
    margin-top: 80px;
}
.category-img-div .category-list a.shdw-before:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 35%;
    z-index: 1;
    transition: 0.5s;
    /* background: linear-gradient(0deg, #806d8f 0%, rgba(136, 101, 170, 0) 100%); */
    opacity: 0.3;
}
.category-img-div:hover .category-list a.shdw-before:after {
    height: 100%;
    transition: 0.5s;
    opacity: 1;
}
.quick-form form button img.img-fluid {
    max-width: 13%;
    margin-left: 10px;
    transition: 0.5s;
    filter: hue-rotate(247deg);
}
.quick-form form button:hover {
    transition: 0.5s;
    background: var(--btn-color) !important;
    color: #fff !important;
}
.quick-form form button:hover img.img-fluid {
    transition: 0.5s;
    filter: brightness(15);
}
.testi-logo {
    text-align: center;
    position: relative;
}
.testi-logo img.img-fluid {
    max-width: 50%;
    margin: 0 auto;
}
.owl-carousel-ppp {
    padding-top: 50px;
}
section.main-testimonial.zz .owl-carousel-ppp {
    position: relative;
    z-index: 1;
}

section.main-testimonial.zz .owl-carousel-ppp:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 40%;
    height: 15%;
    z-index: -1;
    border-left: 10px;
    border-bottom: 10px;
    background: linear-gradient(45deg, #40A13A 100%, #1FBF60 0%);
}

section.main-testimonial.zz .owl-carousel-ppp:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40%;
    height: 15%;
    z-index: -1;
    border-left: 10px;
    border-bottom: 10px;
    background: linear-gradient(45deg, #40A13A 100%, #1FBF60 0%);
}
.inner-testimonial .testimonial-image img.img-fluid {
    width: auto !important;
}
.tstimonial-desc .tstimonial-userimg img {
    width: auto !important;
    text-align: center;
    /* margin: 0 auto; */
    max-width: 100%;
}
.tstimonial-desc {
    position: relative;
    background: #F9F7F7;
    /* padding: 60px 20px 20px; */
    /* margin: 20px; */
    top: 0;
    transition: 0.5s;
    display: flex;
}
.tstimonial-desc .deflt-p p {
    height: 160px;
    text-align: left;
    font-family: NunitoSans !important;
}
section.main-testimonial.zz .testy span {
    color: var(--txt-color);
    font-size: 14px;
    text-align: center;
}
.tstimonial-desc .tstimonial-userimg {
    /* position: absolute; */
    top: -50px;
    left: 0;
    right: 0;
    /* margin: auto; */
    /* text-align: center; */
    max-width: 50%;
    height: 100% !important;
}
.inner-testimonial:hover .tstimonial-desc {
    transition: 0.5s;
    /* top: -100px; */
}
section.have-question-section .row {
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 60px 30px 40px;
    position: relative;
    z-index: 1;
}
section.have-question-section {
    position: relative;
    padding: 100px 0px 50px;
}
.question-heading h2 {
    color: #FFF;
    font-family: 'Mina' !important;
    font-size: 40px;
    font-weight: 700;
     /* 144.444% */
    text-transform: capitalize;
}
.question-heading p {
    color: #FFF;
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    font-weight: 600;
}
.solution-num {
    /* display: flex; */
    /* align-items: center; */
    position: relative;
    text-align: center;
}
.solution-num .ccc-icon {
    margin-right: 20px;
    /* text-align: end; */
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.solution-num .ccc-icon img.img-fluid {
    max-width: 80%;
    transition: 0.5s;
}
.solution-num .ccc-icon img.img-fluid:hover {
    transition: 0.5s;
    transform: scale(1.06);
}
.solution-num a.connt-11 {
    color: #FFF;
    font-family: Roboto !important;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.solution-num a.connt-11 .sm-txt {
    font-weight: 400;
    font-size: 20px;
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.feature-productt .single-prod-main-div .main-div:before {
    /* height: 100%; */
    /* opacity: 0; */
    transition: 0.5s;
}
.feature-productt .single-prod-main-div .main-div:after {
    content: '';
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    /* width: 97%; */
    /* height: 97%; */
    /* z-index: 1; */
    /* border: 1px solid #ccc; */
    /* opacity: 0; */
    /* transition: 0.5s; */
}
.feature-productt .single-prod-main-div:hover .main-div:before, 
.feature-productt .single-prod-main-div:hover .main-div:after {
    transition: 0.5s;
    opacity: 1;
}
section.product-section.feature-productt {
    background: transparent;
    padding: 60px 0px;
}
section.product-section.feature-productt .single-prod-main-div {
    padding: 20px;
}
.feature-productt .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.feature-productt .owl-nav.disabled .owl-prev {
    position: absolute;
    left: -2%;
    bottom: 250px;
    font-size: 0;
    height: 25px;
    width: 15px;
    background-image: url(/images/arrow.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    filter: contrast(0);
    transform: rotate(180deg);
}
.feature-productt .owl-nav.disabled .owl-next {
    position: absolute;
    right: -2%;
    bottom: 250px;
    font-size: 0;
    height: 25px;
    width: 15px;
    background-image: url(/images/arrow.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    filter: contrast(0);
    transform: rotate(0deg);
}
.product-section .single-prod-main-div:hover .product-content .product-url:before {
    width: 40%;
    transition: 0.5s;
}
section.product-section.feature-productt .product-content .product-url-vieww {
    justify-content: space-around;
}
.owl-carousel-culture .owl-item .item .all-culture-img {
    height: 200px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.owl-carousel-culture .owl-item .item .all-culture-img img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 0.8s;
}

.owl-carousel-culture .owl-item .item .all-culture-img:hover img.img-fluid {
    transition: 0.8s;
    transform: scale(1.09);
}
.owl-carousel-culture .culture-txt {
    text-align: center;
    margin: 20px 0px;
}
.owl-carousel-culture .culture-txt span {
    color: var(--h-color);
    font-family: 'Mina' !important;
    font-size: 24px;
}
.culture-btn.about-btn.all-btn {
    text-align: center;
}
.owl-carousel-culture {
    padding: 20px;
    background: linear-gradient(0deg, #8484844d 0%, #ffffff42 120%, #8484844d 0%);
}

.owl-carousel-culture .owl-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.owl-carousel-culture .owl-nav .owl-prev {
    font-size: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    padding: 10px;
}

.owl-carousel-culture .owl-nav .owl-prev:before {
    content: '';
    position: absolute;
    background-image: url(/images/r1.png);
    background-repeat: no-repeat !important;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(180deg);
}
.owl-carousel-culture .owl-nav .owl-next {
    font-size: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    padding: 10px;
}

.owl-carousel-culture .owl-nav .owl-next:after {
    content: '';
    position: absolute;
    background-image: url(/images/r1.png);
    background-repeat: no-repeat !important;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0deg);
}
section.factory-section {
    padding: 20px 0px 60px 0px;
    position: relative;
    z-index: 2;
}
.blog-section .main-blog-div .blog-content {
    padding: 30px;
}
.blog-content .name-user {
    text-align: center;
}
.main-blog:hover .main-blog-div {
    /* background: #fff; */
    transition: 0.5s;
    position: relative;
    z-index: 1;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.main-blog .main-blog-div:before {
    content: '';
    /* position: absolute; */
    /* width: 97%; */
    /* height: 97%; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    /* border: 1px solid #ccc; */
    /* z-index: -1; */
    /* transition: 0.5s; */
    /* opacity: 0; */
}
.main-blog:hover .main-blog-div:before {
    transition: 0.5s;
    opacity: 0;
}
.owl-carousel-blog .owl-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.owl-carousel-blog .owl-nav .owl-prev {
    font-size: 0;
    background-image: url(/images/arrow.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 20px;
    width: 12px;
    transform: rotate(180deg);
    position: absolute;
    bottom: 250px;
    left: -2%;
}
.owl-carousel-blog .owl-nav .owl-next {
    font-size: 0;
    background-image: url(/images/arrow.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 20px;
    width: 12px;
    transform: rotate(0deg);
    position: absolute;
    bottom: 250px;
    right: -2%;
}
.footer-section .subscribe {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    padding: 40px 0px;
}
.subscribe-heading h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'Mina' !important;
    font-weight: 700;
    text-align: right;
    margin: 0;
    text-transform: capitalize;
}
.subscribe .email_form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 70%;
}
.subscribe .email_form input.custom-input-email {
    background: #fff;
    border-radius: 50px;
    height: 50px;
    max-width: 75%;
}
.subscribe .email_form button.email-btn {
    outline: none;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    background: var(--btn-color) !important;
    color: #fff;
    padding: 14px 30px;
    border-radius: 100px !important;
    transition: 0.5s;
    margin-left: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #1fbf6000;
    font-family: 'Mina' !important;
    z-index: 1;
}
.subscribe .email_form button.email-btn img.img-fluid {
    margin-left: 30px;
    transition: 0.5s;
    filter: brightness(15);
    height: 15px;
}
.subscribe .email_form button.email-btn:hover {
    transition: 0.5s;
    color: var(--btn-color);
    border: 1px solid var(--btn-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px;
}
.subscribe .email_form button.email-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.5s;
    z-index: -1;
    border-radius: 100px;
    border: 1px solid #1fbf6000;
    opacity: 0;
}
.subscribe .email_form button.email-btn:hover:before {
    transition: 0.5s;
    opacity: 1;
    width: 100%;
}
.subscribe .email_form button.email-btn:hover img.img-fluid {
    transition: 0.5s;
    filter: brightness(0);
}
div#error-newsletter p.red-news {
    color: #842029;
    background-color: #f8d7da;
    position: relative;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
    max-width: 70%;
    margin-top: 10px;
}
div#success-newsletter p.green-news {
    color: #0f5132;
    background-color: #d1e7dd;
    position: relative;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    max-width: 70%;
    margin-top: 10px;
}
.footer-widgets li a:hover {
    transition: 0.5s;
    color: #1fbf60;
}
li.foot-numb a {
    justify-content: center;
}
li.foot-numb.numb12 a p {
    color: #B3A2D3;
    font-weight: 600;
    font-size: 30px;
}
li.foot-numb.sml-txt a p {
    text-transform: lowercase;
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.banner_txt h2.text2:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 24%;
    width: 80px;
    height: 70px;
    z-index: -1;
    background-image: url(/images/about-su.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center;
    animation: bounceIn 7s infinite;
    display: none;
}

section.main-testimonial.zz:before {
    content: '';
    position: absolute;
    left: 4%;
    top: 5%;
    margin: auto;
    width: 80px;
    height: 85px;
    background-image: url(/images/product-1.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center;
    z-index: -1;
    display: none;
}
section.have-question-section:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 25%;
    margin: auto;
    width: 90px;
    height: 110px;
    background-image: url(/images/question-1.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center;
    z-index: -1;
}
.blog-section:before {
    content: '';
    position: absolute;
    right: 0%;
    top: 0%;
    margin: auto;
    width: 90px;
    height: 110px;
    background-image: url(/images/blog-1.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center;
    z-index: -1;
    display: none;
}

/*for banner heading text*/
.innerbanner.all-inner {
    position: relative;
}
.banner-innercaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    right:0;
    /*text-align:center;*/
    margin: auto;
    display: flex;
    align-items: center;
}
.banner-innercaption span {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    line-height: normal;
    font-family: 'Outfit' !important;
}
.banner-innercaption p,
.banner-innercaption p a{
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    font-family: 'Outfit' !important;
}
@media (max-width: 767px) {
    .innerbanner.all-inner {
        margin-top: 80px;
    }
    .banner-innercaption span {
        font-size: 17px;
    }
    .banner-innercaption p, .banner-innercaption p a {
        font-size: 10px;
    }
	.banner-innercaption p img.img-fluid, .banner-innercaption p a img.img-fluid {
	    width: 12px;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
    .innerbanner.all-inner {
        height: unset !important;
        margin-top: 80px !important;
    }
	.banner-innercaption span {
        font-size: 24px;
    }
    .banner-innercaption p, .banner-innercaption p a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .banner_txt:after {
        height: 30px !important;
        width: 30px !important;
        right: 5% !important;
        display: none;
    }
    .banner_txt:before {
        height: 30px !important;
        width: 30px !important;
        bottom: 0px !important;
        left: 2% !important;
        display: none;
    }
    .banner_txt h2.text2:before {
        height: 30px !important;
        width: 30px !important;
        top: 10px !important;
    }
    .banner_txt h2.text2:after {
        width: 0 !important;
        height: 0 !important;
        opacity: 0;
    }
    .banner-img-rt img.img-fluid {
        bottom: -10px !important;
    }
    .sub-heading h3:after {
        /* height: 10px !important; */
        /* width: 10px !important; */
        /* right: -15px !important; */
    }
    .defalt-heading h2, .defalt-heading h1 {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }
    section.category-section:before {
        width: 0;
        height: 0;
        opacity: 0;
    }
    .category-img-div .category-list {
        height: 180px !important;
    }
    .category-img-div .category-list .category-title {
        bottom: 10px !important;
    }
    .category-img-div .category-list .category-title a.pro-links {
        font-size: 14px !important;
    }
    section.category-section .row .col-md-3:nth-child(even) .category-main-div {
        margin: 10px 0px !important;
    }
    section.category-section:after {
        opacity: 0;
        width: 0;
        height: 0;
    }
    .product-content .product-url:before {
        height: 1px;
    }
    .product-url-content p.pro-content {
        font-size: 10px;
        margin-bottom: 10px;
        display: none !important;
        opacity: 0;
    }
    .product-content .product-url-vieww a.linkss {
        font-size: 12px;
    }
    .product-content .product-url-vieww a.links span {
        height: 20px;
        width: 20px;
        border-radius: 2px;
    }
    .product-content .product-url-vieww a.links span img.img-fluid {
        height: 12px;
    }
    .single-prod-main-div .main-div:before {
        height: 70%;
    }
    .about-ccontent.all-default-ccontent .sub-heading .abt-su {
        max-width: 7% !important;
        margin: 0 !important;
    }
    .counter-heading.all-default-ccontent .defalt-heading h2 {
        text-align: center;
        margin: 0 !important;
    }
    .counter-heading {
        margin-bottom: 20px;
    }
    body .counter-section .conter-bg {
        background-size: cover !important;
    }
    .counter-main-div div#counter {
        font-size: 25px !important;
        padding: 5px 0px 0px 5px !important;
        line-height: 25px;
    }
    .counter-main-div span {
        font-size: 11px;
    }
    .count-btn.about-btn.all-btn {
        text-align: center !important;
        margin-top: 20px;
    }
    .counter-section {
        padding: 0px 0px 30px !important;
    }
    .all-gallery-img.all-big-img {
        height: 160px !important;
    }
    .all-gallery-img {
        margin-bottom: 15px !important;
    }
    .all-gallery-img.all-sm-img {
        height: 120px !important;
    }
    .contact-section:before {
        background-size: cover !important;
    }
    .contact-section .form-content {
        max-width: 90% !important;
        padding: 30px 20px 70px !important;
    }
    .quick-form form button img.img-fluid {
        max-width: 4% !important;
    }
    section.main-testimonial.zz:before {
        width: 0;
        height: 0;
        opacity: 0;
    }
    .testi-logo {
        display: none !important;
    }
    .owl-carousel-ppp {
        padding-top: 0 !important;
    }
    .tstimonial-desc {
        padding: 20px !important;
        margin: 10px !important;
        display: unset;
        background: transparent;
    }
    .tstimonial-desc .deflt-p p {
        height: 70px !important;
        margin-bottom: 10px !important;
        text-align: center;
    }
    section.product-section.feature-productt {
        padding: 30px 0px !important;
    }
    section.product-section.feature-productt .single-prod-main-div {
        /* padding: 0px !important; */
    }
    .owl-carousel-feature-product .owl-nav {
        display: none !important;
    }
    .owl-carousel-feature-product .owl-dots {
        display: none !important;
    }
    section.culture-section {
        padding: 30px 0px;
    }
    .owl-carousel-culture .owl-item .item .all-culture-img {
        height: 130px !important;
    }
    .owl-carousel-culture .culture-txt {
        margin: 5px 0px !important;
    }
    .owl-carousel-culture .culture-txt span {
        font-size: 14px;
    }
    .owl-carousel-culture .owl-nav {
        display: flex;
        justify-content: space-between;
    }
    .owl-carousel-culture .owl-nav .owl-prev {
        font-size: 0;
        background-image: url(/images/arrow.png);
        background-size: 100% 100%  !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        height: 15px;
        width: 9px;
        transform: rotate(180deg);
        position: absolute;
        bottom: -20px;
        left: 10px;
    }
    .owl-carousel-culture .owl-nav .owl-next {
        font-size: 0;
        background-image: url(/images/arrow.png);
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        height: 15px;
        width: 9px;
        transform: rotate(0deg);
        position: absolute;
        bottom: -20px;
        right: 10px;
    }
    .blog-section .main-blog-div .blog-content {
        padding: 10px !important;
    }
    .blog-section .blog-content .name-user p {
        padding: 0 !important;
        font-size: 10px !important;
    }
    .owl-carousel-blog .owl-nav .owl-prev, 
    .owl-carousel-blog .owl-nav .owl-next {
        bottom: 0px !important;
        height: 15px;
        width: 8px;
        display: none !important;
        opacity: 0;
    }
    .footer-section .subscribe {
        background-size: cover !important;
        padding: 10px 0px !important;
    }
    .subscribe-heading h2 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }
    .subscribe .email_form {
        max-width: 100% !important;
    }
    .subscribe .email_form input.custom-input-email {
        max-width: 100% !important;
        height: 40px !important;
        font-size: 12px !important;
    }
    .subscribe .email_form button.email-btn {
        padding: 8px 10px;
        height: 40px;
        justify-content: center !important;
        margin-left: 10px !important;
        font-size: 12px !important;
    }
    .subscribe .email_form button.email-btn img.img-fluid {
        margin-left: 10px;
        height: 12px;
    }
    li.foot-numb.numb12 a p {
        font-size: 18px !important;
    }
    .footer-botm .row.align-items-center {
        flex-direction: column-reverse;
    }
    .footer-main-contact ul.main-social-list li {
        height: 30px;
        width: 30px;
        margin: 0px 10px !important;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .banner-img-rt img.img-fluid {
        max-width: 26%;
    }
    .about-section .container .row {
        flex-direction: unset !important;
    }
    .product-list {
        width: 170px;
        height: 150px !important;
    }
    .product-url-content p.pro-content {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        opacity: 1;
    }
    .product-url a {
        min-height: unset;
        font-size: 12px;
    }
    .counter-heading.all-default-ccontent .defalt-heading h2 {
        font-size: 12px !important;
    }
    .counter-main-div span.tree-img img.img-fluid {
        max-width: 30%;
    }
    .counter-main-div div#counter {
        font-size: 20px !important;
        line-height: 20px;
        margin: 0px;
    }
    .counter-heading {
        margin: 0 !important;
    }
    .count-btn.about-btn.all-btn {
        margin: 0 !important;
    }
    .count-btn.about-btn.all-btn a {
        padding: 10px !important;
    }
    .contact-section .form-content {
        max-width: 70% !important;
    }
    .quick-form .cap_img img {
        max-width: 80% !important;
    }
    .quick-form form button {
        padding: 5px !important;
    }
    .subscribe-heading h2 {
        margin: 0 !important;
    }
    .footer-section {
        padding-top: 0 !important;
    }
    .footer-section .subscribe {
        padding: 20px 0px !important;
    }
    .my-navbar .header-logo.mobile-logo img.img-fluid {
        max-width: 50% !important;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .banner_txt:before {
        left: 0 !important;
        bottom: 5% !important;
    }
    .banner_txt:after {
        height: 80px !important;
        width: 80px !important;
        right: 5% !important;
    }
    .banner_txt h2.text2:before {
        top: 10px !important;
        width: 60px !important;
        height: 60px !important;
    }
    .banner_txt h2.text2:after {
        width: 35px !important;
        height: 35px !important;
        left: 24%;
        top: 128px;
    }
    .banner-img-rt img.img-fluid {
        max-width: 30% !important;
    }
    section.category-section .row .col-md-3:nth-child(even) .category-main-div {
        margin-top: 50px !important;
    }
    section.category-section:before {
        width: 120px !important;
        height: 100px !important;
        top: 2% !important;
    }
    section.category-section:after {
        width: 80px;
        height: 90px;
    }
    .category-img-div .category-list .category-title a.pro-links {
        font-size: 17px !important;
    }
    .defalt-heading h2, .defalt-heading h1 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .about-image {
        top: 0 !important;
        padding: 0px 10px !important;
    }
    .product-url-content p.pro-content {
        font-size: 12px !important;
        display: none !important;
    }
    .product-content .product-url-vieww a.linkss {
        font-size: 14px !important;
    }
    .product-content .product-url-vieww a.links span {
        height: 30px !important;
        width: 30px !important;
    }
    .single-prod-main-div .main-div:before {
        height: 70%;
    }
    .about-ccontent.all-default-ccontent .sub-heading .abt-su img.img-fluid {
        max-width: 14%;
    }
    .about-ccontent.all-default-ccontent .sub-heading .abt-su {
        margin-bottom: 0 !important;
    }
    .about-ccontent {
        padding: 0 !important;
    }
    .counter-heading.all-default-ccontent .defalt-heading h2 {
        font-size: 20px !important;
    }
    .counter-main-div span.tree-img img.img-fluid {
        max-width: 25%;
    }
    .counter-main-div div#counter {
        font-size: 30px;
        line-height: 25px;
        margin: 5px 0px !important;
    }
    .counter-section {
        padding: 0px 0px 30px;
    }
    .all-gallery-img.all-big-img {
        height: 200px !important;
    }
    .all-gallery-img.all-sm-img {
        height: 155px !important;
    }
    .gallery-section {
        padding-bottom: 30px;
    }
    .contact-section .form-content {
        max-width: 70% !important;
    }
    section.main-testimonial.zz:before {
        width: 70px;
        height: 70px;
    }
    .owl-carousel-ppp {
        padding-top: 20px !important;
    }
    .tstimonial-desc {
        margin: 10px !important;
        padding: 20px !important;
        display: unset;
        background: transparent;
    }
    .tstimonial-desc .tstimonial-userimg {
        top: -30px !important;
    }
    .tstimonial-desc .deflt-p p {
        height: 110px !important;
        text-align: center;
    }
    section.product-section.feature-productt .single-prod-main-div {
        padding: 10px !important;
    }
    section.product-section.feature-productt {
        padding: 30px 0px !important;
    }
    section.culture-section {
        padding: 30px 0px !important;
    }
    .owl-carousel-culture .owl-item .item .all-culture-img {
        height: 200px !important;
    }
    .owl-carousel-culture .culture-txt span {
        font-size: 20px;
    }
    .blog-section .blog-img {
        height: 180px !important;
    }
    .blog-section .main-blog-div .blog-content {
        padding: 10px 10px !important;
    }
    .subscribe .email_form input.custom-input-email {
        max-width: 100% !important;
        height: 40px;
    }
    .subscribe .email_form {
        max-width: 85% !important;
    }
    .subscribe-heading h2 {
        font-size: 25px;
    }
    .subscribe .email_form button.email-btn {
        height: 40px;
        padding: 0 20px !important;
    }
    .footer-section .main-footer .l-o-g {
        max-width: 80% !important;
        margin-bottom: 15px !important;
    }
    li.foot-numb.numb12 a p {
        font-size: 18px;
    }
    .footer-p {
        width: 100%;
    }
    .owl-carousel-blog .owl-nav .owl-prev {
        bottom: 170px;
        left: -3%;
    }
    .owl-carousel-blog .owl-nav .owl-next {
        bottom: 170px;
        right: -3%;
    }
}
@media (min-width: 992px) and (max-width: 1040px) {
    .counter-heading.all-default-ccontent .defalt-heading h2 {
        font-size: 25px;
    }
    .all-gallery-img.all-big-img {
        height: 270px;
    }
    .all-gallery-img.all-sm-img {
        height: 210px;
    }
    .owl-carousel-ppp {
        padding-top: 20px;
    }
    .question-heading h2 {
        font-size: 25px;
    }
}

body .my_contact_us img {
    max-width: 60px;
    filter: hue-rotate(247deg);
}


/*New Web CSS*/

/*Section.about-service CSS*/

section.about-service {
    position: relative;
    padding: 60px 0px 30px 0px;
    background-image: linear-gradient(to top, #d9d9d96e 50%, #fff 100%);
    z-index: 1;
}

section.about-service .about-ser-div {
    /* background: #16A851; */
    height: 100%;
    transition: 0.5s;
    background-image: linear-gradient(180deg, #03200e, #1EA853);
    border-radius: 10px;
    width: 100%;
    margin: auto;
}
section.about-service .about-ser-div .about-ser-cont {
    padding: 50px 30px;
    position: relative;
    z-index: 1;
}

section.about-service .about-ser-div .about-ser-cont h3 {
    font-size: 30px;
    font-family: chakrapetch !important;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
section.about-service .about-ser-div .about-ser-cont h4 {
    font-size: 18px;
    font-family: chakrapetch !important;
    font-weight: bold;
    color: #fff;
    margin: 15px 0px;
}
section.about-service .about-ser-div .about-ser-cont p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    min-height: 85px;
}
section.about-service:before {
    position: absolute;
    left: 0;
    top: 30px;
    margin: auto;
    content: "";
    background-image: url("/images/about-ser-after.png");
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    width: 150px;
    height: 300px;
    z-index: 0;
}
section.about-service:after {
    position: absolute;
    right: 0;
    top: 40px;
    margin: auto;
    content: "";
    background-image: url("/images/about-ser-before.png");
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    width: 150px;
    z-index: -1;
    height: 300px;
}
section.about-service .about-ser-div:hover {
    transition: 0.5s;
    transform: scale(1.07);
}
section.about-service .row.align-items-center {
    position: relative;
    top: -80px;
}
/*Section.about-section2 CSS*/

section.about-section2 {
    position: relative;
    padding: 0px 0px 60px 0px;
}

section.about-section2 .about-ser2-cont {
    background: none;
}

section.about-section2 .about-ser2-cont h3 {
    color: #000;
    background-color: var(--color2);
    font-family: 'Chakrapetch' !important;
    font-size: 18px;
    padding: 60px 20px 30px 10px;
    text-align: center;
    transition: 0.5s;
    max-width: 85%;
    text-align: left;
    margin: 0;
}
section.about-section2 .about-ser2-img {
    position: relative;
    height: 450px;
}
.proj-hover-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}

.proj-hover-txt ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Chakrapetch' !important;
    margin: 10px 0px;
}

.about-ser2-div:hover .proj-hover-txt {
    transition: 0.5s;
    opacity: 1;
}

/*Service Section CSS*/

.service-pcb-heading .sub-heading {
    text-align: left;
}

.service-pcb-heading .defalt-heading h2 {
    text-align: left;
    margin-bottom: 20px !important;
}

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

.service-section .service-div {
    background: linear-gradient(180deg, #E2EEFF 0%, #FFFFFF 100%);
    height: 260px;
    margin: 10px;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #E2E8EF;
    transition: 0.5s;
}

.service-section .service-div-cont h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
    font-family: 'Outfit' !important;
    transition: 0.5s;
}

.service-section .service-div-cont p {
    font-weight: 400;
    font-size: 15px;
    transition: 0.5s;
}
.service-section .service-div:hover .service-div-cont h3 {
    color: #fff;
    transition: 0.5s;
}

.service-section .service-div:hover .service-div-cont p {
    transition: 0.5s;
    color: #fff;
}

.service-section .service-div-img {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #fff;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}
.service-section .service-div-img img{
	width: 35px !important;
}

.service-section .service-div:hover {
    background: linear-gradient(180deg, #1CA752 0%, #000F06 100%);
    transition: 0.5s;
}

.carousel-providing-pcb-serv .owl-nav {
    display: none !important;
}

.carousel-providing-pcb-serv .owl-dots {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    right: -4% !important;
    bottom: 0;
    top: 0;
    text-align: center;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.carousel-providing-pcb-serv .owl-dots .owl-dot span {
  display: block;
  padding: 4px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: relative;
  background: #000;
}
.carousel-providing-pcb-serv .owl-dots .owl-dot {
  border-radius: 50%;
  border: 2px solid #1fbf6000;
  margin: 5px;
  padding: 4px;
  display: inline;
}
.carousel-providing-pcb-serv .owl-dots .owl-dot.active span:before {
  font-weight: 600 !important;
}
.carousel-providing-pcb-serv .owl-dots .owl-dot.active span {
  background: var(--btn-color);
}

.carousel-providing-pcb-serv .owl-dots .owl-dot.active {
    border-color: var(--btn-color);
}

/*Section.service-section2 CSS*/

section.service-section2 {
    position: relative;
    padding: 60px 0px;
    text-align: center;
}

section.service-section2 .row.align-items-center.service-section2-bg {
    /* padding: 50px 20px; */
    /* background-image: url("/images/service-section2-bg.jpg"); */
    border-radius: 50px;
    /* background-repeat: no-repeat !important; */
    /* background-size: 100% 100% !important; */
}
section.service-section2 .service2-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.service-section2 .service2-div-cont h3 {
    margin: 0;
    color: #fff;
    font-family: chakrapetch !important;
    font-size: 40px;
    font-weight: 800;
}

section.service-section2 .service2-div-cont p {
    font-family: NunitoSans !important;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

section.service-section2 .service2-div-cont {
    text-align: left;
    margin-left: 20px;
}

/*Section.certificate-section CSS*/

section.certificate-section {
    position: relative;
    padding: 60px 0px;
    z-index: 2;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
section.certificate-section .certificate-div:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 220px;
    height: 100%;
    background: linear-gradient(180deg, #1FBF60, #00000000);
    z-index: -1;
}

.certificate-heading h2 {
    font-family: 'Outfit' !important;
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    margin: 0px 0px 40px;
}

.certificate-heading h3 span {
    display: inline-block;
    position: relative;
    color: var(--btn-color);
    font-size: 14px;
    margin: 0px;
    padding-left: 0px;
    font-weight: 600;
    font-family: 'Outfit' !important;
    text-transform: uppercase;
}
section.certificate-section .certificate-div {
    position: relative;
    height: 290px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 22px 16px -20px;
}

section.certificate-section .certificate-div a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.owl-item.active.center {
    /* margin-top: 150px; */
    transition: margin-top 0.9s ease;
}

@media(max-width:767px){
    
    .owl-item.active.center {
        margin-top: unset !important;
    }
    
    .certificate-div {
        /* height: 270px !important; */
    }
    
    section.certificate-section .owl-nav {
        display: none;
    }
    
    .proj-hover-txt{
        left:unset;
    }
}

/*Section.product-feature CSS*/

section.product-feature {
    position: relative;
    padding: 60px 0px;
    /* background-image: linear-gradient(#F1F1F1 60%, #FFFFFF) !important; */
}

/*Section.mid-info-section CSS*/

section.mid-info-section {
    background-image: url("/images/mid-info-bg.jpg");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    position: relative;
    padding: 60px 0px;
}
section.mid-info-section .mid-info-cont {
    padding: 10px;
}

section.mid-info-section .mid-info-cont h2 {
    font-family: Chakrapetch !important;
    font-size: 40px;
    font-weight: 800;
    max-width: 80%;
}

section.mid-info-section .mid-info-cont p {
    font-family: NunitoSans !important;
    font-size: 18px;
    margin: 20px 0px;
}

section.mid-info-section .mid-info-btn.all-btn a {
    background: #007A2C;
    font-family: NunitoSans !important;
    margin-bottom: 30px;
}
section.mid-info-section .mid-icon-call {
    display: flex;
    align-items: center;
    background: #007A2C;
    max-width: 60%;
    padding: 16px;
    border-radius: 0px 0px 40px 0px;
}

section.mid-info-section .mid-icon-cont h5 {
    color: #fff;
    font-family: NunitoSans !important;
    font-size: 18px;
    margin: 5px;
}

section.mid-info-section .mid-icon-cont h3 {
    color: #fff;
    font-size: 25px;
    font-family: NunitoSans !important;
    font-weight: 700;
    margin: 0;
}

section.mid-info-section .mid-icon-cont {
    margin-left: 20px;
}

/*Testimonial-Section CSS*/

section.main-testimonial.zz .testimonial-star img {
    width: unset !important;
    margin: 20px 10px;
}

section.main-testimonial.zz .testimonial-content {
    max-width: 50%;
    padding: 15px;
    text-align: left;
}
section.main-testimonial.zz .testimonial-star {
    display: flex;
    align-items: center;
}

section.main-testimonial.zz .testi-title h2 {
    font-family: Chakrapetch !important;
    font-weight: 800;
    font-size: 24px;
}

/*Section.quality-projects CSS*/

section.quality-projects {
    position: relative;
    padding: 60px 0px;
    background-image: url("/images/quality-projects-bg.jpg");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

section.quality-projects .quality-project-img {
    position: relative;
    height: 300px;
    transition: 0.5s;
}

section.quality-projects .quality-project-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

section.quality-projects .quality-project-img .quality-hov-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

section.quality-projects .quality-project-img .quality-hov-img img.img-fluid {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
}

section.quality-projects .quality-project-div:hover .quality-project-img .quality-hov-img {
    transition: 0.5s;
    background: linear-gradient(180deg, #40a13ad4 20%, #00000042 70%);
    z-index: 1;
    opacity: 1;
}

section.quality-projects .quality-project-div {
    text-align: center;
    margin: 10px;
    transition: 0.5s;
}

section.quality-projects .quality-project-cont h3 {
    color: #0C0C0C;
    font-size: 20px;
    font-family: NunitoSans !important;
    font-weight: 600;
}
section.quality-projects .quality-project-cont {
    padding: 10px;
}

/*section.Certified.Factory CSS*/

section.Certified.Factory {
    position: relative;
    padding: 60px 0px;
    text-align: center;
}
section.Certified.Factory .certify-img {
    height: 100px;
    position: relative;
}

section.Certified.Factory .certify-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 70%;
    object-fit: contain;
}
section.Certified.Factory .defalt-paragraph {
    position: relative;
    margin-bottom:30px
}

section.Certified.Factory .defalt-paragraph:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
    content: "";
    z-index: -1;
}

section.Certified.Factory .defalt-paragraph h3 {
    background: #fff;
    z-index: 9;
    display: inline-block;
    color: #191F29;
    font-weight: 700;
    font-size: 18px;
    padding: 0px 10px;
    margin: 0;
    text-transform: uppercase;
}

/*section.Certified.Factory CSS*/

.contact-section .contact-bg {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    padding: 50px;
    /* position: absolute; */
    /* top: 0%; */
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    /* bottom: auto; */
    max-width: 100%;
    background: #fff;
}

.contact-section .contact-section .culture-heading.all-default-ccontent.aos-init.aos-animate {
    text-align: left;
}

section.contact-section .defalt-heading h2, .defalt-heading h1 {
    text-align: left;
}

section.contact-section .sub-heading {
    text-align: left;
}

section.contact-section .contact-info {
    display: flex;
    /* align-items: center; */
    margin: 30px 0px;
}
section.contact-section .contact-info-txt a p {
    margin: 0;
    color: #222;
}
section.contact-section .contact-info-img {
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    max-width: 20%;
}

section.contact-section .contact-info-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

section.contact-section .contact-info-txt {
    max-width: 80%;
    margin-left: 20px;
}


/*Section.banner-section CSS*/

section.banner-section:after {
    position: absolute;
    right: 0;
    bottom: 10%;
    margin: auto;
    content: "";
    background-image: url("/images/line-green.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 180px;
    width: 80px;
    z-index: -1;
}

section.banner-section:before {
    position: absolute;
    top: 18%;
    left: 5%;
    margin: auto;
    content: "";
    background-image: url("/images/dots-green.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 140px;
    width: 70px;
    z-index: -1;
}




.social-head-div {
    display: block;
    position: relative;
    /* left: 0px; */
    /* top: 44%; */
    z-index: 2;
    /* transform: rotate(0deg); */
    background-image: linear-gradient(#14713B 50%, #26D770) !important;
}

.social-head-div ul.main-social-list {
    position: absolute;
    left: 0;
    /* display: none; */
    /* right: auto; */
    top: 150px;
    /* bottom: 0; */
    /* margin: auto; */
    padding: 0;
    background: linear-gradient(#14713B 50%, #26D770) !important;
}

.social-head-div ul.main-social-list li {
    height: 80px;
    width: 60px;
    position: relative;
}

.social-head-div ul.main-social-list li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 20%;
    width: 30%;
    object-fit: contain;
}

.desktop-show{
     display:block;
 }
 
 

/*New CSS*/

/*Header Humburger Css*/

.wow.fadeInRight.humburger-desktopicon-bg nav.navbar.navbar-light.d-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 91%;
}

.humburger-desktopicon-bg nav {
    text-align: end;
}

button.navbar-toggler.my-home-humburger {
    border: none !important;
    background: transparent;
    padding: 0 !important;
    position: relative;
    text-align: center;
}

button.navbar-toggler.my-home-humburger:focus {
    display: none;
}
.offcanvas-info {
    display: flex;
    max-width: 100%;
}

.offcanvas-info {}

.offcanvas-info .offcanvas-img {
    max-width: 50%;
}

.offcanvas-info .offcanvas-txt {
    max-width: 70%;
    margin-left: 30px;
}

.offcanvas-info .offcanvas-txt a p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    text-align: left;
}

.offcanvas-info-div {
    padding-top: 30px;
}

/*Footer CSS*/

.footer-section .main-footer .qr-scan {
    height: 100px;
    width: 100px;
    margin: 10px;
}
.footer-section .qr-div {
    display: flex;
    align-items: center;
    justify-content: start;
}

 
/*New Responsive CSS*/

@media (max-width: 767px) {
    
    .desktop-show{
        display:none;
    }
    .main-menu-header:before{
        display:none;
    }
    section.banner-section:before{
         display:none;
    }
    section.about-service{
        padding:30px 0px;
    }
    section.about-service:before{
        display:none;
    }
    section.about-service:after{
        display:none;
    }
    section.about-service .about-ser-div{
        /* margin-bottom :10px; */
        /* height: 200px; */
    }
    section.about-service .about-ser-div .about-ser-cont{
        padding: 20px 15px;
    }
    section.about-section2{
        padding:30px 0px;
    }
    section.about-section2 .about-ser2-cont h3{
        font-size:12px;
    }
    .service-section .service-div{
        height: auto;
        padding: 15px 15px;
        margin:0px;
        margin-bottom: 10px !important;
    }
    .service-section .service-div-cont p{
        font-size: 12px;
        padding: 0px 5px;
        margin: 0;
    }
    .service-section .service-div-cont h3{
        font-size: 14px;
        margin: 10px 0px;
    }
    .service-section .service-div-img {
        height: 40px;
        width: 40px;
        padding: 0;
    }
    .service-section .service-div-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 100%;
    }
    .service-div-img:before{
        height:20px;
        width:20px;
    }
    .service-section:before{
        display:none;
    }
    body section.service-section2{
        padding: 30px 0px !important;
        background-size: cover !important;
    }
    body section.service-section2 .service2-div{
        margin-bottom:20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 20px;
    }
    body section.service-section2 .service2-div-cont p{
        font-size:12px;
        text-align: center;
    }
    section.service-section2 .service2-div-cont h3{
         font-size: 20px;
         text-align: center;
    }
    section.service-section2 .row.align-items-center.service-section2-bg{
        border-radius: unset !important;
        background-color: #15a850;
        background-image: unset;
        padding: 20px;
    }
    .service2-div-img {
        position: relative;
        height: 60px;
        width: 60px;
        text-align: center;
    }

    .service2-div-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: auto;
    }
    .about-bg:before{
        display:none;
    }
    .about-section .about-bg{
        padding:30px 0px;
    }
    section.certificate-section{
       padding: 30px 0px 0px 0px;
       background-size: cover !important;
    }
    section.certificate-section .certificate-div {
        position: relative;
        height: 270px !important;
        margin-bottom: 20px;
    }
    section.product-feature{
         padding:30px 0px;
    }
    section.mid-info-section{
        padding:30px 0px;
    }
    section.mid-info-section .mid-info-cont h2{
        font-size:16px;
    }
    section.mid-info-section .mid-info-cont p{
          font-size:12px;
    }
    section.mid-info-section .mid-icon-call{
        max-width:100%;
    }
    section.mid-info-section .mid-icon-cont h3{
         font-size:16px;
    }
    section.mid-info-section .mid-icon-cont h5{
        font-size:12px;
    }
    .tstimonial-desc .tstimonial-userimg{
        margin:auto;
    }
    section.main-testimonial.zz .testimonial-content{
        max-width:100%;
        text-align: center;
    }
    section.main-testimonial.zz .testimonial-star{
        justify-content:center;
    }
    section.main-testimonial.zz .testi-title h2{
        font-size:18px;
    }
    .blog-section .blog-date2 p.date2-bg{
        font-size: 10px;
        line-height: 15px;
        margin: 2px 10px 2px 0px;
    }
    .blog-section .blog-btn a{
        font-size:12px;
    }
    section.quality-projects{
        padding:30px 0px;
        background-image: unset;
    }
    section.quality-projects .quality-project-img{
        height:100px;
    }
    section.quality-projects .quality-project-cont h3{
        font-size:14px;
    }
    section.Certified.Factory{
        padding:30px 0px;
    }
    .contact-section{
        display:none;
    }
    section.Certified.Factory .defalt-paragraph{
        max-width: 100%;
    }
	section.Certified.Factory .defalt-paragraph h3 {
	    font-size: 14px;
	}
    section.Certified.Factory .defalt-paragraph p {
        font-size: 12px;
    }
     section.about-service .about-ser-div .about-ser-cont h3{
        font-size:18px;
    }
    section.about-service .about-ser-div .about-ser-cont h4{
        font-size:14px;
        margin: 10px 0px;
    }
    section.about-service .about-ser-div .about-ser-cont p{
        font-size:12px;
        min-height: auto;
    }
    .container-fluid.header-logo-contain.g-0 {
        max-width: 90% !important;
        margin: auto !important;
    }
    .proj-hover-txt ul li{
        font-size: 12px;
        margin: 10px 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    section.main-testimonial.zz .owl-carousel-ppp:before{
        display:none;
    }
     section.main-testimonial.zz .owl-carousel-ppp:after{
        display:none;
    }
    .blog-section .blog-description p{
        font-size:12px;
    }
    .form-section.h-search-form{
        right:-15px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .desktop-show{
        display:none;
    }
    .main-menu-header:before{
        display:none;
    }
    section.banner-section:before{
         display:none;
    }
    section.about-service{
        padding:30px 0px;
    }
    section.about-service:before{
        display:none;
    }
    section.about-service:after{
        display:none;
    }
    section.about-service .about-ser-div{
        margin-bottom :10px;
        /* height: 220px; */
    }
    section.about-service .about-ser-div .about-ser-cont{
        padding: 20px 10px;
    }
	section.about-service .about-ser-div .about-ser-cont img.img-fluid {
	    width: 40px;
	}
    section.about-section2{
        padding:30px 0px;
    }
    section.about-section2 .about-ser2-cont h3{
        font-size:12px;
    }
    .service-section .service-div{
        height: 200px;
        padding:15px 5px;
        margin:0px;
        margin-bottom: 10px !important;
    }
    .service-section .service-div-cont p{
        font-size: 14px;
        padding: 0px 5px;
    }
    .service-section .service-div-cont h3{
        font-size: 16px;
        margin: 10px 0px;
    }
    .service-section .service-div-img {
        height: 30px;
    }
    .service-section .service-div-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 100%;
    }
    .service-div-img:before{
        height:20px;
        width:20px;
    }
    .service-section:before{
        display:none;
    }
    body section.service-section2{
        padding:30px 0px;
        background-size: cover !important;
    }
    body section.service-section2 .service2-div{
        /* margin-bottom:20px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 10px;
    }
    section.service-section2 .service2-div-cont p{
        font-size:12px;
        text-align: center;
    }
    section.service-section2 .service2-div-cont h3{
         font-size:20px;
         text-align: center;
    }
    section.service-section2 .row.align-items-center.service-section2-bg{
        background-color: #15a850;
        background-image: unset;
        padding: 20px;
        border-radius: 30px;
    }
    .service2-div-img {
        position: relative;
        height: 70px;
        width: 50px;
        text-align: center;
    }

    .service2-div-img img {
        /* position: absolute; */
        /* top: 0; */
        /* right: 0; */
        /* bottom: 0; */
        /* left: 0; */
        /* margin: auto; */
        /* height: auto; */
    }
    .about-bg:before{
        display:none;
    }
    .about-section .about-bg{
        padding:30px 0px;
    }
    section.certificate-section{
       padding: 30px 0px 0px 0px;
       background-size: cover !important;
    }
    section.certificate-section .certificate-div {
        position: relative;
        height: 200px;
        margin-bottom: 20px;
    }
    section.product-feature{
         padding:30px 0px;
    }
    section.mid-info-section{
        padding:30px 0px;
    }
    section.mid-info-section .mid-info-cont h2{
        font-size:16px;
    }
    section.mid-info-section .mid-info-cont p{
          font-size:12px;
    }
    section.mid-info-section .mid-icon-call{
        max-width:100%;
    }
    section.mid-info-section .mid-icon-cont h3{
         font-size:16px;
    }
    section.mid-info-section .mid-icon-cont h5{
        font-size:12px;
    }
    .tstimonial-desc .tstimonial-userimg{
        margin:auto;
    }
    section.main-testimonial.zz .testimonial-content{
        max-width:100%;
        text-align: center;
    }
    section.main-testimonial.zz .testimonial-star{
        justify-content:center;
    }
    section.main-testimonial.zz .testi-title h2{
        font-size:18px;
    }
    .blog-section .blog-date2 p.date2-bg{
        font-size: 14px;
    }
    .blog-section .blog-btn a{
        font-size: 14px;
    }
    section.quality-projects{
        padding:30px 0px;
        background-image: unset;
    }
    section.quality-projects .quality-project-img{
        height:100px;
    }
    section.quality-projects .quality-project-cont h3{
        font-size:14px;
    }
    section.Certified.Factory{
        padding:30px 0px;
    }
    .contact-section{
        display:none;
    }
    section.Certified.Factory .defalt-paragraph{
        max-width: 100%;
    }
	section.Certified.Factory .defalt-paragraph h3{
		font-size: 14px;
	}
    section.Certified.Factory .defalt-paragraph p {
        font-size: 12px;
    }
    .sub-heading{
        margin-bottom: 0px;
    }
    .container-fluid.header-logo-contain.g-0 {
        max-width: 90% !important;
        margin: auto !important;
    }
    .proj-hover-txt ul li{
        font-size: 12px;
        margin: 10px 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    section.main-testimonial.zz .owl-carousel-ppp:before{
        display:none;
    }
     section.main-testimonial.zz .owl-carousel-ppp:after{
        display:none;
    }
    .blog-section .blog-description p{
        font-size:12px;
    }
     section.about-service .about-ser-div .about-ser-cont h3{
        font-size:18px;
    }
    section.about-service .about-ser-div .about-ser-cont h4{
        font-size: 15px;
        margin: 10px 0px;
    }
    section.about-service .about-ser-div .about-ser-cont p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    section.certificate-section .certificate-div a img{
        height:200px;
    }

	section.about-service .about-ser-div:after {
	    height: 95%;
	    width: 95%;
	}
	
     .form-section.h-search-form{
        right:-15px;
    }
}
@media (min-width: 993px) and (max-width: 1024px) {
    .desktop-show{
        /* display:none; */
    }
    .main-menu-header:before{
        display:none;
    }
    section.banner-section:before{
         display:none;
    }
    section.about-service{
        padding:30px 0px;
    }
    section.about-service:before{
        display:none;
    }
    section.about-service:after{
        display:none;
    }
    section.about-service .about-ser-div{
        /* margin-bottom :10px; */
        /* height: 250px; */
    }
    section.about-service .about-ser-div .about-ser-cont{
        padding: 20px 10px;
    }
    section.about-section2{
        padding:30px 0px;
    }
    section.about-section2 .about-ser2-cont h3{
        font-size: 13px;
    }
    .service-section .service-div{
        height: 230px;
        padding:15px 5px;
        margin:0px;
        margin-bottom: 10px !important;
    }
    .service-section .service-div-cont p{
        font-size: 13px;
        padding: 0px 5px;
    }
    .service-section .service-div-cont h3{
        font-size: 14px;
        margin: 20px 0px;
    }
    .service-section .service-div-img {
        /* height: 50px; */
    }
    .service-section .service-div-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        /* height: 100%; */
    }
    .service-div-img:before{
        height: 40px;
        width: 40px;
    }
    .service-section:before{
        display:none;
    }
    body section.service-section2{
        padding:30px 0px;
        background-size: cover !important;!i;!;
    }
    section.service-section2 .service2-div{
        margin-bottom:20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    section.service-section2 .service2-div-cont p{
        font-size: 16px;
        text-align: center;
    }
    section.service-section2 .service2-div-cont h3{
         font-size: 30px;
         text-align: center;
    }
    section.service-section2 .row.align-items-center.service-section2-bg{
        background-color: #15a850;
        background-image: unset;
        padding: 20px;
    }
    .service2-div-img {
        position: relative;
        height: 80px;
        width: 80px;
        text-align: center;
    }

    .service2-div-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: auto;
    }
    .about-bg:before{
        display:none;
    }
    .about-section .about-bg{
        padding:30px 0px;
    }
    section.certificate-section{
       padding: 30px 0px 0px 0px;
    }
    section.certificate-section .certificate-div {
        position: relative;
        /* height: 400px; */
    }
    section.product-feature{
         padding:30px 0px;
    }
    section.mid-info-section{
        padding:30px 0px;
    }
    section.mid-info-section .mid-info-cont h2{
        font-size: 30px;
    }
    section.mid-info-section .mid-info-cont p{
          font-size: 15px;
    }
    section.mid-info-section .mid-icon-call{
        max-width:100%;
    }
    section.mid-info-section .mid-icon-cont h3{
         font-size: 22px;
    }
    section.mid-info-section .mid-icon-cont h5{
        font-size: 14px;
    }
    .tstimonial-desc .tstimonial-userimg{
        margin:auto;
    }
    section.main-testimonial.zz .testimonial-content{
        max-width:100%;
        text-align: center;
    }
    section.main-testimonial.zz .testimonial-star{
        justify-content:center;
    }
    section.main-testimonial.zz .testi-title h2{
        font-size:18px;
    }
    .blog-section .blog-date2 p.date2-bg{
        /* font-size:18px; */
    }
    .blog-section .blog-btn a{
        font-size: 15px;
    }
    section.quality-projects{
        padding:30px 0px;
        background-image: unset;
    }
    section.quality-projects .quality-project-img{
        height: 200px;
    }
    section.quality-projects .quality-project-cont h3{
        font-size:14px;
    }
    section.Certified.Factory{
        padding:30px 0px;
    }
    .contact-section{
        /* display:none; */
        height: 400px;
    }
    section.Certified.Factory .defalt-paragraph{
        /* max-width:90%; */
    }
    section.Certified.Factory .defalt-paragraph p {
        font-size: 12px;
    }
    .sub-heading{
        margin-bottom:10px;
    }
    .tstimonial-desc{
        display:unset;
    }
    section.contact-section .defalt-paragraph p {
        font-size: 12px;
    }
    .contact-section .contact-bg{
        padding:20px;
        top: 0%;
    }
    section.contact-section .contact-info{
        margin:20px 0px;
    }
    section.contact-section .contact-info-txt a p{
        font-size:12px;
    }
    .footer-section .main-footer{
        /* padding: 200px 0px 60px 0px !important; */
    }
    .head-info .h-icon .h-icon-cont h3{
        font-size: 10px;
    }
    .sub-heading h3{
        font-size:16px;
    }
    .contact-section .form-content{
        padding:30px 30px 40px 30px !important;
    }
    .head-info{
        padding: 10px 0px;
    }
}

/*Pagination CSS*/

ul.pagination {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.page-item.active .page-link {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    text-align: center;
    padding: 12px;
    background-color: #1fbf60;
    border-color: #1fbf60;
}

li.page-item {
    margin: 0px 3px;
}

.page-item .page-link {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    padding: 12px;
    color: var(--color1);
    font-weight: 600;
    font-family: chakrapetch !important;
}
.page-item:first-child .page-link {
    border-radius: 22px;
    
}
.page-item:last-child .page-link {
    border-radius: 20px;
    border: 1px solid #ccc !important;
}


.my_contact_us img {
    display: none;
}
.page-item:first-child .page-link {
    border-radius: 20px;
    border: 1px solid #ccc !important;
}



section.certificate-section .owl-carousel .owl-item {
    transition: transform 0.3s ease-in-out;
}

section.certificate-section .owl-carousel .owl-item.center .certificate-div img {
    transform: scale(1.2); /* Enlarge the center item */
    transition: transform 0.3s ease-in-out;
    z-index: 10; /* Ensure the center item is above others */
}



/*Top Information CSS*/

.logo-sec.main-header .top-information1 {
    position: relative;
    margin: 0;
    padding: 0;
    padding: 6px 0px;
    background: linear-gradient(to top, #d9d9d96e 0%, #fff 60%);
    box-shadow: 20px 1px 1px rgba(0, 0, 0, 0.0);
}

.logo-sec.main-header .top-information1 .top-information-icons ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
}
.logo-sec.main-header .top-information1 .top-information-icons ul li {
    margin: 0px 5px;
    width: 25px;
}
.logo-sec.main-header .top-information1 .top-information-icons ul h3 {
    font-size: 16px;
    margin: 0;
    padding-right: 20px;
    color: #545454;
    font-family: Lato !important;
    font-weight: 600;
}

/*Header CSS*/

.main-menu-header .info-right p {
    margin: 0;
    color: #545454;
    font-family: 'Lato' !important;
    font-weight: 600;
    font-size: 13px;
    padding-left: 10px;
}
.row.align-items-center.header-icons-row .col-md-3:last-child .info-right {
    border-right:none;
    border-left:8px solid var(--btn-color)
}

.row.align-items-center.header-icons-row .col-md-3:nth-last-child(2) .info-right {
    border-right:none;
}

.main-menu-header .row.align-items-center.header-icons-row {
    padding: 10px 0px;
    border-bottom: 2px solid #C9C9C9;
}

.main-menu-header .info-right {
    border-right: 2px solid #C9C9C9;
}
.main-menu-header .row.align-items-center.header-menu-row {
    padding: 0px 0px;
}
.head-info .header-btn.dasktop-show {
    background: #000000;
    padding: 10px 5px;
    width: 90%;
    text-align: center;
}.header-btn.dasktop-show {}

.head-info .header-btn.dasktop-show a {
    color: #fff;
    font-size: 13px;
    font-family: 'Lato' !important;
}




/*Section.service-section2 CSS*/

section.service-section2 {
    position: relative;
    padding: 60px 0px;
    text-align: center;
    background-position: center !important;
    background-size: 100% 100%!important;
    background-repeat: no-repeat !important;
}

section.service-section2.counttrrr .countt-heading h3 span {
    display: inline-block;
    position: relative;
    /* border-top: 1px solid #fff; */
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--btn-color);
    font-family: 'Outfit' !important;
}

section.service-section2.counttrrr .countt-heading  h2 {
    font-family: 'Outfit' !important;
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    margin: 0px 0px 40px;
}
section.service-section2 .service2-div {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 30px 20px;
    background: #ffffff05;
    border: 1px solid #ffffff27;
}

section.service-section2 .service2-div-cont h3 span {
    margin: 0;
    color: #fff;
    font-family: 'Outfit' !important;
    font-size: 40px;
    font-weight: 600;
}

section.service-section2 .service2-div-cont p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-family: 'Outfit' !important;
}

section.service-section2 .service2-div-cont {
    text-align: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ffffff52;
}
section.service-section2:before {
    position: absolute;
    left: 0;
    bottom: 10%;
    right: auto;
    height: 280px;
    width: 280px;
    content: "";
    background-image: url("/images/service2-before.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    margin: auto;
}

section.service-section2:after {
    position: absolute;
    left: auto;
    bottom: 10%;
    right: 0;
    height: 280px;
    width: 280px;
    content: "";
    background-image: url("/images/service2-after.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100%;
    margin: auto;
}



.proj-txt {
    position: absolute;
    bottom: 3px;
    top: auto;
    right: auto;
    left: 0;
    margin: auto;
}

section.about-section2 .about-section2-btn {
    background: var(--btn-color);
    display: inline-block;
    position: absolute;
    left: 30px;
    padding: 10px 25px;
    border-radius: 0px 0px 10px 10px;
    top: -8px;
}

section.about-section2 .about-section2-btn span {
    color: var(--color2);
}
section.about-section2 .about-ser2-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.solution-heading .defalt-heading h2 {
    margin-bottom: 0 !important;
}

.solution--wrapper {
    position: relative;
    z-index: 1;
    background: #DDDDDD;
    margin-bottom: 20px;
    padding: 10px;
}

.solution--wrapper .solution-imgs {
    position: relative;
    z-index: 1;
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.solution--wrapper .solution-imgs img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution--wrapper .solution-imgs .solution-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 75%;
    /* align-content: center; */
    min-height: 70px;
    padding: 10px;
}

.solution--wrapper .solution-imgs .solution-content .solution-btn {
    position: absolute;
    top: 0px;
    left: 10px;
    transition: 0.5s;
    opacity: 0;
    height: 0;
}

.solution--wrapper .solution-imgs .solution-content .solution-btn a {
    background: var(--btn-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px 0px 5px 5px;
}

.solution--wrapper .solution-imgs .solution-content .solution-name h3 {
    font-size: 18px;
    color: #000;
    font-family: outfit !important;
    font-weight: 600;
    margin: 0;
    transition: 0.5s;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding-right: 10px;
    text-transform: capitalize;
} 

.solution--wrapper:hover .solution-imgs .solution-content {
    min-height: 100px;
    transition: 0.5s;
}

.solution--wrapper:hover .solution-imgs .solution-content .solution-name h3 {
    transition: 0.5s;
}

.solution--wrapper:hover .solution-imgs .solution-content .solution-btn {
    transition: 0.5s;
    opacity: 1;
    height: auto;
}



section.about-exp-solu-proj {
    background: #03200E;
    position: relative;
    z-index: 1;
    padding: 60px 0px;
}

section.about-exp-solu-proj:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 270px;
    width: 270px;
    z-index: -1;
    background-image: url(/images/tech-proj-after.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.exp-solu-heading .sub-heading {
    text-align: left;
}

.exp-solu-heading .sub-heading h3 {
    color: #1CA752;
}

.exp-solu-heading 
 .defalt-heading {
    text-align: left;
}

.exp-solu-heading .defalt-heading h2 {
    text-align: left;
    color: #fff;
}

.tech-proj--wrapper {
    position: relative;
    z-index: 1;
    margin: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.tech-proj--wrapper .tech-proj-imgs {
    position: relative;
    z-index: 1;
    height: 220px;
    width: 100%;
    overflow: hidden;
}

.tech-proj--wrapper .tech-proj-imgs img.img-fluid {
    position: absolute;
    inset: 0;
    margin: auto;
    object-fit: cover;
}

.tech-proj-content {
    position: relative;
    padding: 20px 0px 10px;
    z-index: 9;
}

.tech-proj-content .tech-proj-name h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
    font-family: 'Outfit' !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tech-proj-content .tech-proj-btn {
    position: absolute;
    top: -30px;
    right: 10px;
    transition: 0.5s;
    opacity: 0;
}

.tech-proj--wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #02491D;
    clip-path: polygon(100% 100%, 0% 100%, 0% 30%, 100% 0%);
    height: 120px;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    z-index: 2;
    opacity: 0;
}

.tech-proj--wrapper:hover:before {
    transition: 0.5s;
    opacity: 1;
}

.tech-proj--wrapper:hover .tech-proj-content .tech-proj-name h3 {
    color: #fff;
    transition: 0.5s;
}

.tech-proj-content .tech-proj-btn a {
    height: 40px;
    width: 40px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: var(--btn-color);
    align-content: center;
    font-size: 25px;
    font-weight: 600;
}

.tech-proj--wrapper:hover .tech-proj-content .tech-proj-btn {
    transition: 0.5s;
    opacity: 1;
}

/*testimonial section css start*/
section.testimonial-section-digitals {
    position: relative;
    z-index: 1;
    padding: 40px 0px 60px;
    background-image: url(/images/feedback_bg_digitals.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

/*section.testimonial-section-digitals .section-heading .defalt-heading {*/
/*    margin-top: 20px;*/
/*}*/

/*section.testimonial-section-digitals .section-heading .defalt-heading h2 {*/
/*    color: var(--h-color);*/
/*    font-weight: 600;*/
/*    font-size: 35px;*/
/*    text-transform: capitalize;*/
/*    max-width: 80%;*/
/*    margin: auto;*/
/*    line-height: 45px;*/
/*}*/

.testimonial-single-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.testimonial-single-wrapper:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 30px;
    width: 100px;
    height: 20px;
    background-image: url(/images/feedback_stars_digitals.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-single-wrapper .testimonial-head {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.testimonial-user-img {
    display: inline-block;
    margin-right: 10px;
}

.testimonial-user-img img {
    width: unset !important;
    display: inline-block !important;
}

.testimonial-user-name {
    display: inline-block;
}

.testimonial-user-name h5 {
    font-size: 20px;
    color: var(--h-color);
    line-height: normal;
    font-weight: 600;
    margin: 0;
}

.testimonial-user-name span {
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.testimonial-user-txt p {
    color: var(--txt-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

@media(max-width:767px){
	section.testimonial-section-digitals {
	    padding: 30px 0px;
	    overflow: hidden;
	    background-size: cover;
	}
	
	/*section.testimonial-section-digitals .section-heading .defalt-heading {*/
	/*    margin: 10px 0px 20px !important;*/
	/*}*/
	
	/*section.testimonial-section-digitals .section-heading .defalt-heading h2 {*/
	/*    line-height: 28px;*/
	/*}*/
	
	.testimonial-single-wrapper {
	    border-radius: 10px;
	    margin: 10px;
	    padding: 20px 15px;
	}
	
	.testimonial-single-wrapper:before {
	    width: 60px;
	    height: 12px;
	}
	
	.testimonial-single-wrapper .testimonial-head {
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	}
	
	.testimonial-user-img {
	    width: 40px;
	}
	
	.testimonial-user-name h5 {
	    font-size: 14px;
	    line-height: 15px;
	}
	
	.testimonial-user-name span {
	    font-size: 12px;
	    line-height: 15px;
	}
	
	.testimonial-user-txt p {
	    font-size: 12px;
	    line-height: 18px;
	    margin-bottom: 10px;
	}
}

@media(min-width:767px) and (max-width:992px){
	/*section.testimonial-section-digitals .section-heading .defalt-heading h2 {*/
	/*    max-width: 100%;*/
	/*    line-height: 30px;*/
	/*}*/
	
	.testimonial-single-wrapper .testimonial-head {
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	}
	
	.testimonial-user-img {
	    width: 50px;
	}
	
	.testimonial-user-name h5 {
	    font-size: 16px;
	}
	
	.testimonial-user-name span {
	    font-size: 14px;
	}
	
	.testimonial-single-wrapper:before {
	    width: 80px;
	    height: 15px;
	    right: 20px;
	}
	
	.testimonial-user-txt p {
	    font-size: 14px;
	    line-height: 22px;
	    min-height: 100px;
	    align-content: center;
	}
}
/*testimonial section css end*/


/*get in touch start*/
section.get-touch-section {
    padding: 30px 0px;
    position: relative;
    z-index: 1;
}

.get-touch-section .touch-bg {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    padding: 40px 60px;
    border-radius: 3px;
}

.get-touch-content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Outfit' !important;
    text-transform: capitalize;
}

.get-touch-content {
    max-width: 80%;
}

.get-touch-content p {
    font-size: 16px;
    color: #99FCC0;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}

.get-touch-mail a {
    display: flex;
    align-items: center;
}

.get-touch-mail a .touch-icon {
    margin-right: 10px;
}

.get-touch-mail a .touch-txt lable {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.get-touch-mail a .touch-txt p {
    text-transform: lowercase;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}
/*get in touch end*/


section.contact-sections {
    position: relative;
    z-index: 1;
    padding: 50px 0px;
    background: #f4f4f4;
}

.contact-page-leftdiv {
    padding: 40px 20px;
    background: #0C0C0C;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact-page-leftdiv .contact-leftdiv-cont h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.contact-page-leftdiv .contact-leftdiv-cont p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}
.contact-page-leftdiv .contact-leftdiv-img {
    max-width: 100%;
    margin: auto;
}

.contact-page-leftdiv .contact-leftdiv-cont h4 {
    font-size: 20px;
    color: #fff;
    margin: 20px 0px;
    font-weight: 600;
}

.contact-page-leftdiv .contact-leftdiv-cont ul {
    padding: 0;
    display: flex;
    align-items: center;
}

.contact-page-leftdiv .contact-leftdiv-cont ul li {
    margin: 0px 5px;
    height: 30px;
    width: 30px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 100px;
}

.contact-page-leftdiv .contact-leftdiv-cont ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}

.contact-sections .form-content {
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    background: #fff;
}

.cont-frm-heading h2 {
    font-weight: 600;
    font-size: 40px;
}



/*ESM solution css start*/
section.ems-solution-section {
    position: relative;
    z-index: 1;
    padding: 50px 0px;
}

.client-work-wrapper {
    background: #ECECEC;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #E1E4E9;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 30px;
}

.client-work-wrapper .client-work-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #F5F7F8;
    transition: 0.5s;
    margin-bottom: 10px;
}

.client-work-wrapper .client-work-icon img.img-fluid {
    position: absolute;
    inset: 0;
    margin: auto;
}

.client-work-wrapper .client-work-content h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Outfit' !important;
    line-height: 25px;
    margin: 0;
    min-height: 60px;
    align-content: center;
    transition: 0.5s;
}

.client-work-wrapper .client-work-content p {
    font-size: 16px;
    color: var(--txt-color);
    font-weight: 400;
    line-height: 24px;
    min-height: 70px;
    transition: 0.5s;
}

.client-work-wrapper .client-work-content .client-work-view a.client-work-link {
    text-transform: uppercase;
    color: var(--btn-color);
    font-weight: 700;
    font-size: 16px;
    transition: 0.5s;
}

.client-work-wrapper .client-work-content .client-work-view a.client-work-link img.img-fluid {
    width: 14px;
    transition: 0.5s;
}

.client-work-package {
    transition: 0.5s;
    padding: 10px 0px;
}

.client-work-package:hover .client-work-wrapper {
    transition: 0.5s;
    background: linear-gradient(180deg, #1FBF60 0%, #0F592D 100%);
    margin-top: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.client-work-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 65px;
    background: #D9D9D9;
    opacity: 1;
    transition: 0.5s;
}

.client-work-package:hover .client-work-wrapper:before {
    transition: 0.5s;
    opacity: 0;
    height: 0;
}

.client-work-package:hover .client-work-wrapper .client-work-icon {
    transition: 0.5s;
    background: #fff;
}

.client-work-package:hover .client-work-wrapper .client-work-content h4, .client-work-package:hover .client-work-wrapper .client-work-content p {
    transition: 0.5s;
    color: #fff;
}

.client-work-package:hover .client-work-wrapper .client-work-content .client-work-view a.client-work-link {
    transition: 0.5s;
    color: #fff;
}

.client-work-package:hover .client-work-wrapper .client-work-content .client-work-view a.client-work-link img.img-fluid {
    transition: 0.5s;
    filter: brightness(0) invert(1);
}

.client-work-wrapper .client-work-content .client-work-view a.client-work-link:hover {
    transition: 0.5s;
    transform: scale(1.07);
}
@media (max-width: 767px) {
    .client-work-wrapper {
        margin-top: 0px;
        padding: 20px;
    }
    
    .client-work-package {
        padding: 0;
        margin-bottom: 20px;
    }
    
    .client-work-wrapper .client-work-icon {
        height: 50px;
        width: 50px;
    }
    
    .client-work-wrapper .client-work-icon img.img-fluid {
        width: 28px;
    }
    
    .client-work-wrapper .client-work-content h4 {
        font-size: 14px;
        line-height: 22px;
        min-height: auto;
        align-content: center;
        margin-bottom: 10px;
    }
    
    .client-work-wrapper .client-work-content p {
        font-size: 12px;
        line-height: 20px;
        min-height: auto;
    }
    
    .client-work-wrapper .client-work-content .client-work-view a.client-work-link {
        font-size: 12px;
    }
    
    .client-work-wrapper:before {
        height: 50px;
    }
    
    .client-work-section {
        padding: 30px 0px;
    }
}
@media(min-width:767px) and (max-width:992px){
    .client-work-wrapper {
        margin-top: 0;
        padding: 10px;
    }
    
    .client-work-wrapper .client-work-icon {
        width: 50px;
        height: 50px;
    }
    
    .client-work-wrapper .client-work-icon img.img-fluid {
        width: 30px;
    }
    
    .client-work-wrapper .client-work-content h4 {
        font-size: 15px;
    }
    
    .client-work-wrapper .client-work-content p {
        font-size: 14px;
        min-height: 80px;
        align-content: center;
    }
    
    .client-work-wrapper .client-work-content .client-work-view a.client-work-link {
        font-size: 14px;
    }
    
    .client-work-wrapper:before {
        height: 50px;
    }
}
/*ESM solution css end*/


/*mixed css*/
@media (max-width: 767px) {
    .main-menu-header .row.align-items-center.header-menu-row {
        padding: 0;
    }
    
    .my-navbar.nav-side1 {
        padding: 10px 0px !important;
    }
    
    section.about-service .row.align-items-center {
        top: 0 !important;
    }
    
    .btn-bnnr.all-btn.btn-bnnr2 {
        display: none;
    }
    
    .about-ser-maindiv {
        height: auto !important;
    }
    
    .about-ser-maindiv:after {
        height: 0;
        width: 0;
        opacity: 0;
    }
    
    section.about-service .about-ser-div .about-ser-cont img.img-fluid {
        width: 60px;
    }
    
    body .solution-heading .defalt-heading h2 {
        margin-bottom: 20px !important;
    }
    
    .solution--wrapper .solution-imgs {
        height: 220px;
    }
    
    .solution--wrapper .solution-imgs .solution-content .solution-btn {
        height: auto;
        opacity: 1;
        top: -10px;
    }
    
    .solution--wrapper .solution-imgs .solution-content .solution-btn a {
        font-size: 12px;
        padding: 6px 10px;
    }
    
    .solution--wrapper .solution-imgs .solution-content .solution-name h3 {
        font-size: 14px;
        bottom: 10px;
    }
    
    section.about-exp-solu-proj {
        padding: 30px 0px;
    }
    
    .exp-solu-heading .sub-heading h3 {
        margin: 0;
    }
    
    .tech-proj--wrapper:before {
        opacity: 1;
        height: 90px;
    }
    
    .tech-proj-content .tech-proj-btn {
        opacity: 1;
    }
    
    .tech-proj-content .tech-proj-name h3 {
        color: #fff;
        font-size: 14px;
    }
    
    .tech-proj--wrapper .tech-proj-imgs {}
    
    .about-list-proj ul li {
        font-size: 12px;
        font-weight: 500;
    }
    
    .about-list-proj ul {
        width: 50%;
    }
    
    .about-section .about1-small-cont {
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 10px;
        display: none;
    }
    
    .about-section .about1-smallimgs {
        display: inline-block;
        display: none;
    }
    
    .about-section .about1-video {
        padding: 14px 0px;
    }
    
    .about-section .about1-video .aboutvideo-btn a {
        font-size: 13px;
    }
    
    section.service-section2.counttrrr .countt-heading h3 span {
        font-size: 12px;
    }
    
    section.service-section2.counttrrr .countt-heading h2 {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }
    
    section.service-section2 .service2-div-cont {
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }
    
    section.service-section2 .service2-div-cont h3 span {
        font-size: 25px;
        margin: 5px 0px;
        display: inline-block;
    }
    
    section.service-section2:after, section.service-section2:before {
        height: 0;
        width: 0;
        opacity: 0;
    }
    
    .defalt-p p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .services-btn.all-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .product-url-vieww.feature-pro-url {
        display: none;
        visibility: hidden;
    }
    
    .certificate-heading h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .get-touch-section .touch-bg {
        padding: 20px;
        background-size: cover !important;
        background-position: right top !important;
    }
    
    .get-touch-content {
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    .get-touch-content h2 {
        font-size: 18px;
    }
    
    .get-touch-content p {
        font-size: 12px;
        line-height: 18px;
    }
    
    .get-touch-mail a .touch-icon {
        width: 50px;
    }
    
    .get-touch-mail a .touch-txt lable {
        font-size: 12px;
    }
    
    .get-touch-mail a .touch-txt p {
        font-size: 14px;
    }
    
    section.contact-sections {
        padding: 30px 0px;
    }
    
    .contact-sections .form-content {
        padding: 20px;
    }
    
    .cont-frm-heading h2 {
        font-size: 18px;
        font-weight: 700;
    }
    
    .contact-page-leftdiv {
        padding: 20px;
    }
    
    .contact-page-leftdiv .contact-leftdiv-cont h2 {
        font-size: 18px;
        font-weight: 700;
    }
    
    .contact-page-leftdiv .contact-leftdiv-cont p {
        font-size: 12px;
    }
    
    .contact-page-leftdiv .contact-leftdiv-cont h4 {
        margin: 10px 0px;
    }
    
    .certificate-heading h3 {
        margin: 0;
    }
    
    .certificate-heading h3 span {
        font-size: 12px;
    }
    
    .footer-section:before, .footer-section:after {
        height: 0;
        width: 0;
        opacity: 0;
    }
    
    .footer-widgets.widgets3.ffc {
        margin-top: 0;
    }
    
    .ffc ul.main-social-list li a {
        margin-right: 10px !important;
    }
    
    ul.footer-menus-list li:before {
        height: 10px;
        width: 12px;
    }
    
    .footer-widgets li a.li-links {
        margin: 10px 0px;
    }
    
    .solution--wrapper:hover .solution-imgs .solution-content {
        min-height: 70px;
    }
}

@media(min-width:767px) and (max-width:992px){
    .my-navbar.nav-side1 {
        padding: 0px !important;
    }
    
    .main-menu-header .row.align-items-center.header-menu-row {
        padding: 0 !important;
    }
    
    section.about-service .row.align-items-center {
        top: -30px;
    }
    
    .about-ser-maindiv:after {
        bottom: -50px;
    }
    
    .about-ser-maindiv {
        height: 300px;
    }
    
    .solution--wrapper .solution-imgs .solution-content .solution-name h3 {
        font-size: 14px;
        left: 15px;
        bottom: 10px;
    }
    
    .solution--wrapper .solution-imgs .solution-content .solution-btn {
        opacity: 1;
        top: -10px;
    }
    
    .solution--wrapper .solution-imgs .solution-content {
        width: 90%;
    }

	.solution--wrapper:hover .solution-imgs .solution-content {
	    min-height: 70px;
	}
	
    .solution--wrapper .solution-imgs .solution-content .solution-btn a {
        padding: 6px 10px;
    }
    
    .solution--wrapper .solution-imgs {
        height: 250px;
    }
    
    .tech-proj--wrapper:before {
        opacity: 1;
        height: 110px;
    }
    
    .tech-proj--wrapper .tech-proj-imgs {
        height: 190px;
    }
    
    .tech-proj-content .tech-proj-name h3 {
        color: #fff;
    }
    
    .tech-proj-content .tech-proj-btn {
        opacity: 1;
    }
    
    .about-ccontent.all-default-ccontent .defalt-heading h2 {
        margin-bottom: 10px !important;
    }
    
    .about-list-proj ul li {
        font-weight: 400;
        font-size: 14px;
    }
    
    .about-list-proj ul {
    margin: 0;
    }
    
    section.service-section2.counttrrr .countt-heading h2 {
        font-size: 22px;
    }
    
    section.service-section2.counttrrr .countt-heading h3 span {
        font-size: 14px;
    }
    
    section.service-section2:before, section.service-section2:after {
        height: 120px;
        width: 120px;
        bottom: 20%;
    }
    
    section.service-section2 .service2-div-cont h3 span {
        font-size: 26px;
    }
    
    section.service-section2 .service2-div-cont p {
        font-size: 14px;
    }
    
    section.service-section2 .service2-div-cont {
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }
    
    .certificate-heading h2 {
        font-size: 22px;
    }
    
    section.certificate-section .certificate-div:before {
        width: 100%;
    }
    
    .get-touch-section .touch-bg {
        background-size: cover !important;
        background-position: right center !important;
        padding: 30px 20px;
    }
    
    .get-touch-content h2 {
        font-size: 22px;
    }
    
    .get-touch-content p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .get-touch-mail a .touch-icon {
        width: 50px;
    }
    
    .get-touch-mail a .touch-txt lable {
        font-size: 14px;
    }
    
    .get-touch-mail a .touch-txt p {
        font-size: 14px;
    }
    
    .contact-page-leftdiv {
        padding: 20px;
    }
    
    .cont-frm-heading h2 {
        font-size: 25px;
    }
    
    .contact-page-leftdiv .contact-leftdiv-cont h2 {
        font-size: 25px;
    }
    
    .contact-page-leftdiv .contact-leftdiv-cont p {
        font-size: 14px;
    }
}
@media(min-width:992px) and (max-width:1100px){
    .main-menu-header .row.align-items-center.header-icons-row {
        padding: 30px 0px 50px 0px;
    }
    
    .my-navbar.nav-side1 {
        padding: 0 !important;
    }
    
    .head-info .header-btn.dasktop-show a {
        font-size: 11px;
    }
    
    section.about-service .row.align-items-center {
        top: -50px;
    }
    
    .about-ser-maindiv {
        height: 300px;
    }
    
    section.about-service .about-ser-div .about-ser-cont img.img-fluid {
        width: 40px;
    }
    
    section.about-service .about-ser-div .about-ser-cont h4 {
        font-size: 14px;
    }
    
    section.about-service .about-ser-div .about-ser-cont p {
        min-height: 105px;
    }
    
    .solution--wrapper .solution-imgs .solution-content .solution-name h3 {
        font-size: 14px;
    }
    
    .solution--wrapper .solution-imgs .solution-content .solution-btn {
        height: auto;
        opacity: 1;
    }
    
    .solution--wrapper .solution-imgs .solution-content {
        min-height: 100px;
    }
    
    section.service-section2:before, section.service-section2:after {
        height: 200px;
        width: 200px;
        bottom: 14%;
    }
    
    section.service-section2 .service2-div-cont {
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }
    
    .get-touch-content h2 {
        font-size: 25px;
    }
    
    .get-touch-content p {
        font-size: 15px;
    }
}