@import url('https://fonts.googleapis.com/css?family=Nova+Round&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
html, body {
  height: 100%; 
}
body {
  background-color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: 'Nova Round', cursive;
  color: #373b3e;
  position: relative; 
}
h1, h2, h3, h4, h5, h6 {
  color: #23252a;
  font-weight: 400;
  font-family: 'Nova Round', cursive;
  margin-top: 0; 
}
h1 {
  font-size: 36px;
  line-height: 42px; 
}
h2 {
  font-size: 30px;
  line-height: 36px; 
}
h3 {
  font-size: 24px;
  line-height: 30px; 
}
h4 {
  font-size: 18px;
  line-height: 24px; 
}
h5 {
  font-size: 14px;
  line-height: 18px; 
}
h6 {
  font-size: 12px;
  line-height: 14px; 
}
p:last-child {
  margin-bottom: 0; 
}
a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; 
}
a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
}
*:focus {
  outline: none !important; 
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; 
}
a:hover {
  text-decoration: none; 
}
button, input[type="submit"] {
  cursor: pointer; 
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; 
}
.fix {
  overflow: hidden; 
}
.hidden {
  display: none; 
}
.clear {
  clear: both; 
}
.active-transparent-header .page-banner-section {
  padding-top: 170px; 
}
.bold {
  font-weight: 700; 
}
.semi-bold {
  font-weight: 600; 
}
.medium {
  font-weight: 500; 
}
.light {
  font-weight: 300; 
}
.capitalize {
  text-transform: capitalize; 
}
.uppercase {
  text-transform: uppercase; 
}
.no-gutters {
  margin-left: 0;
  margin-right: 0; 
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0; 
}
.justify-content-between > [class*="col"], .justify-content-between > [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  max-width: none; 
}
.container-fluid {
  padding: 0 170px; 
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-fluid {
    padding: 0 15px; 
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    padding: 0 15px; 
  } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding: 0 15px; 
  } 
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
    max-width: 450px; 
  } 
}
@media only screen and (max-width: 479px) {
  .container-fluid {
    padding: 0 15px;
    max-width: 320px; 
  } 
}
.header-section .container-fluid {
  padding: 0 170px; 
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-section .container-fluid {
    padding: 0 15px;
    max-width: 1200px; 
  } 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-section .container-fluid {
    padding: 0 15px;
    max-width: 960px; 
  } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-section .container-fluid {
    padding: 0 15px;
    max-width: 720px; 
  } 
}
@media only screen and (max-width: 767px) {
  .header-section .container-fluid {
    padding: 0 15px; 
  } 
}
@media only screen and (max-width: 479px) {
  .header-section .container-fluid {
    padding: 0 15px; 
  } 
}
#scrollUp {
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: #f58220;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important; 
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    display: none !important; 
  } 
}
#scrollUp i {
  display: block;
  line-height: 38px;
  font-size: 24px; 
}
#scrollUp:hover {
  background-color: #253272; 
}
.bg-white {
  background-color: #ffffff; 
}
.bg-gray {
  background-color: #f9f9fa; 
}
.bg-light-blue {
  background-color: #eafeff; 
}
img.mfp-img {
  background-color: #f6f7f8;
  padding: 0;
  margin: 40px auto; 
}
[data-bg] {
  background-color: #fafafa;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}
.tab-content {
  width: 100%; 
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0; 
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible; 
}
.section-title h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #23252a;
  margin: 0;
  text-transform: uppercase; 
}
@media only screen and (max-width: 767px) {
  .section-title h1 {
    font-size: 24px; 
  } 
}
@media only screen and (max-width: 479px) {
  .section-title h1 {
    font-size: 18px; 
  } 
}
.page-banner-section {
  padding: 60px 0; 
}
@media only screen and (max-width: 767px) {
  .page-banner-section {
    padding: 40px 0; 
  } 
}
@media only screen and (max-width: 479px) {
  .page-banner-section {
    padding: 40px 0; 
  } 
}
.page-banner-content h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #23252a;
  margin: 0 0 15px;
  text-transform: uppercase; 
}
@media only screen and (max-width: 767px) {
  .page-banner-content h1 {
    font-size: 24px; 
  } 
}
@media only screen and (max-width: 479px) {
  .page-banner-content h1 {
    font-size: 18px; 
  } 
}
.page-banner-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0; 
}
.page-banner-content .breadcrumb li {
  float: left;
  position: relative;
  margin-right: 30px;
  line-height: 1; 
}
.page-banner-content .breadcrumb li::after {
  content: '>';
  position: absolute;
  right: -17px;
  top: -1px;
  line-height: 1; 
}
.page-banner-content .breadcrumb li a {
  font-size: 16px;
  line-height: 1;
  color: #373b3e;
  display: block; 
}
.page-banner-content .breadcrumb li a:hover {
  color: #23252a; 
}
.page-banner-content .breadcrumb li:last-child {
  margin-right: 0; 
}
.page-banner-content .breadcrumb li:last-child::after {
  display: none; 
}
.page-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}
.page-pagination ul li {
  margin: 0 5px; 
}
.page-pagination ul li a {
  text-align: center;
  display: block;
  height: 36px;
  width: 36px;
  font-size: 16px;
  line-height: 34px;
  border-radius: 50px;
  border: 1px solid transparent;
  font-weight: 600; 
}
.page-pagination ul li a:hover {
  color: #23252a; 
}
.page-pagination ul li:first-child a, .page-pagination ul li:last-child a {
  border-color: #aaaaaa;
  height: 32px;
  width: 32px;
  font-size: 14px;
  line-height: 30px;
  margin: 2px 0; 
}
.page-pagination ul li:first-child a:hover, .page-pagination ul li:last-child a:hover {
  border-color: #23252a; 
}
.page-pagination ul li.active a {
  border-color: #373b3e; 
}

/* Header */
.header-section {
  width: 100%;
  z-index: 100;
  position: fixed !important;
  top: 0;
  background: #ffffff;
  padding: 30px 0;
  box-shadow: 0 8px 6px -6px #cfcfcf;
}
.header-section.header-transparent {
  background-color: transparent;
  z-index: 999; 
}
@media only screen and (max-width: 479px) {
  .header-section [class*="col-"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center; 
  } 
}
@media only screen and (max-width: 479px) {
  .header-section [class*="col-"] .header-logo {
    padding-top: 30px; 
  } 
}
@media only screen and (max-width: 767px) {
  .header-section [class*="col-"] .header-logo img {
    max-width: 100% !important; 
  } 
}

/* Sticky Header */
.header-sticky.is-sticky {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999; 
}

/* Header Menu Right */
.header-menu-right [class*="col"], .header-menu-right [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; 
}
.header-menu-right [class*="col"]:first-child, .header-menu-right [class*="col-"]:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; 
}

/* Menu Toggle */
.menu-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
  text-transform: uppercase;
  color: #23252a;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600; 
}
.menu-toggle .bar {
  text-indent: -9999px;
  position: relative;
  display: block;
  float: left;
  height: 3px;
  width: 30px;
  background-color: #23252a;
  margin: 8px 15px 8px 0; 
}
.menu-toggle .bar::before, .menu-toggle .bar::after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 30px;
  background-color: #23252a; 
}
.menu-toggle .bar::before {
  top: -8px; 
}
.menu-toggle .bar::after {
  bottom: -8px; 
}
@media only screen and (max-width: 767px) {
  .menu-toggle {
    margin-top: 6px; 
  } 
}

/* Header Shop Links */
.header-shop-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; 
}
@media only screen and (max-width: 360px) {
  .shop-links-item.header-menu-icon.d-lg-none {
    padding: 29px 0 !important;
  } 
}
@media only screen and (max-width: 375px) {
  .shop-links-item.header-menu-icon.d-lg-none {
    padding: 29px 0 !important;
  } 
}
@media only screen and (max-width: 414px) {
  .shop-links-item.header-menu-icon.d-lg-none {
    padding: 29px 0 !important;
  } 
}
@media only screen and (max-width: 800px) {
  .shop-links-item.header-menu-icon.d-lg-none {
    padding: 0;
  } 
}
@media only screen and (max-width: 480px) {
  .header-shop-links .shop-links-item:last-child {
    margin-right: -18px;
  } 
}
@media only screen and (max-width: 479px) {
  .header-shop-links {
    margin-top: -26px; 
  } 
}
@media only screen and (max-width: 768px) {
  .shop-links-item.header-menu-icon.d-lg-none {
    padding: 0;
  } 
}
.header-shop-links .shop-links-item {
  margin-right: 50px; 
}
@media only screen and (max-width: 1024px) {
  ul.left_bar_nav li {
    padding: 5px 10px !important;;
  }
  ul.right_bar_nav li {
    padding: 5px 10px !important;
  } 
  .header-logo {
    position: absolute;
    right: 43% !important;
    top: 25px;
  } 
}
@media only screen and (max-width: 1440px) {
  .header-logo {
    position: absolute;
    right: 48% !important;
    top: 25px;
  } 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-shop-links .shop-links-item {
    margin-right: 20px; 
  } 
}
@media only screen and (max-width: 767px) {
  .header-shop-links .shop-links-item {
    margin-right: 30px; 
  } 
}
.header-shop-links .shop-links-item:last-child {
  margin-right: 0; 
}

/* Side Menu Overlay */
.side-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
}
.side-menu-overlay.side-menu-open {
  opacity: 1;
  visibility: visible; 
}

/* Side Menu Wrap */
.side-menu-wrap {
  position: fixed;
  left: -320px;
  top: 0;
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  padding: 120px 30px 80px 40px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
}
@media only screen and (max-width: 767px) {
  .side-menu-wrap {
    padding-top: 100px;
    padding-bottom: 50px; 
  } 
}
.side-menu-wrap.side-menu-open {
  left: 0; 
}
.side-menu-wrap .side-menu-close {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 7px 0; 
}
.side-menu-wrap .side-menu-close span {
  display: block;
  height: 1px;
  width: 20px;
  position: relative;
}
.side-menu-wrap .side-menu-close span::before, .side-menu-wrap .side-menu-close span::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #373b3e;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}
.side-menu-wrap .side-menu-close span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); 
}
.side-menu-wrap .side-menu-inner {
  width: 100%;
  height: 100%; 
}
.side-menu-wrap .side-menu-inner .side-logo {
  position: absolute;
  left: 0px;
  top: 40px;
  padding: 22px; 
}
@media only screen and (max-width: 767px) {
  .side-menu-wrap .side-menu-inner .side-logo {
    top: -5px; 
  } 
}
.side-menu-wrap .side-menu-inner .side-menu {
  padding-top: 60px;
  height: 100%; 
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li {
  margin-bottom: 25px;
  position: relative; 
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li:last-child {
  margin-bottom: 0; 
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #373b3e; 
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li a:hover {
  color: #23252a; 
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .expand {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 28px; 
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu {
  position: static;
  opacity: 1;
  left: 0;
  width: 100%;
  visibility: visible;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  margin-top: 10px; 
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li {
  margin-bottom: 5px; 
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li:last-child {
  margin-bottom: 0; 
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .sub-menu li a {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .side-menu-wrap .side-menu-inner .side-menu {
    margin-top: 0; 
  } 
}
.side-menu-wrap .side-menu-inner .side-social {
  position: absolute;
  left: 40px;
  bottom: 30px; 
}
.side-menu-wrap .side-menu-inner .side-social a {
  margin-right: 15px; 
}
.side-menu-wrap .side-menu-inner .side-social a:last-child {
  margin-right: 0; 
}
.side-menu-wrap .side-menu-inner .side-social a i {
  font-size: 16px; 
}
.side-menu-wrap .side-menu-inner .side-social a:hover {
  color: #23252a; 
}
@media only screen and (max-width: 767px) {
  .side-menu-wrap .side-menu-inner .side-social {
    bottom: 15px; 
  } 
}

/* Main Menu */
.main-menu nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}
.main-menu nav > ul > li {
  margin-right: 20px;
  position: relative; 
}
.main-menu nav > ul > li:last-child {
  margin-right: 0; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu nav > ul > li {
    margin-right: 30px; 
  } 
}
.main-menu nav > ul > li > a {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #373b3e;
}
.main-menu nav > ul > li:hover > .sub-menu, .main-menu nav > ul > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu nav > ul > li {
    margin-right: 30px; 
  }
  .main-menu nav > ul > li:last-child {
    margin-right: 0; 
  } 
}

/* Sub Menu */
.sub-menu {
  position: absolute;
  left: -20px;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: -999;
  width: 250px;
  padding: 15px 0;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; 
}
.sub-menu li {
  position: relative; 
}
.sub-menu li a {
  line-height: 24px;
  padding: 6px 20px;
  display: block;
  color: #373b3e;
  text-transform: capitalize;
  font-size: 15px; 
}
.sub-menu li.menu-item-has-children > a::after {
  font-family: Fontawesome;
  content: "\f105";
  margin-left: 5px;
  float: right; 
}
.sub-menu li.active > a, .sub-menu li:hover > a {
  color: #23252a; 
}
.sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999; 
}
.sub-menu .sub-menu {
  left: 100%;
  right: auto;
  top: 0; 
}
.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%; 
}
.sub-menu .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto; 
}
.sub-menu .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%; 
}
.header-menu-icon {
  padding: 40px 0;
  margin-top: 5px; 
}
@media only screen and (max-width: 600px) {
  .header-menu-icon {
    margin-top: 0;
    padding: 3px 0; 
  } 
}
@media only screen and (max-width: 767px) {
  .header-menu-icon {
    margin-top: 0;
    padding: 29px 0; 
  } 
}
.header-section .container-fluid {
  max-width: 100%; 
}
.header-search {
  position: relative; 
}
.header-search .btn-close {
  display: none; 
}
.header-search .search-content-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 10px;
  width: 300px;
  position: absolute;
  left: -120px;
  top: 100%;
  z-index: 99;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; 
}
@media only screen and (max-width: 479px) {
  .header-search .search-content-wrap {
    left: 0;
    width: 280px; 
  } 
}
.header-search .search-content-wrap input {
  background-color: #eeeeee;
  border: none;
  font-weight: 500;
  padding: 12px 10px;
  outline: none;
  width: 100%; 
}
.header-search.show .btn-close {
  display: block; 
}
.header-search.show .btn-src {
  display: none; 
}
.header-search.show .search-content-wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible; 
}

/* Hero */
.slide-content {
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide-content {
    height: 600px; 
  } 
}
@media only screen and (max-width: 767px) {
  .slide-content {
    height: 450px; 
  } 
}
.slide-content h2 {
  /*font-family: "FreestyleScript-Regular";*/
  font-size: 55px;
  line-height: 1.2; 
}
@media only screen and (max-width: 767px) {
  .slide-content h2 {
    font-size: 45px; 
  } 
}
.slide-content a {
  font-weight: 500;
  position: relative; 
}
.slide-content a:after {
  background-color: #fff;
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 100%; 
}
.slide-content a:hover {
  color: #f58220; 
}
.slide-content-inner * {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0; 
}

/* Hero Slider CoEncode Sans Expandedols */
.slider-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 23px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  background-size: cover;
  z-index: 99; 
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slick-arrow {
    display: block !important; 
  } 
}
.slider-wrapper .slick-arrow.slick-prev {
  left: 30px;
  background-image: url(../images/icons/arrow-long-left_orange.png); 
}
.slider-wrapper .slick-arrow.slick-next {
  right: 30px;
  background-image: url(../images/icons/arrow-long-right_orange.png); 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-wrapper .slick-arrow {
    display: block !important; 
  } 
}
.slider-wrapper .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
}
.slider-wrapper .slick-dots li {
  line-height: 12px;
  margin: 0 4px; 
}
.slider-wrapper .slick-dots li button {
  width: 13px;
  height: 13px;
  border: 1px solid #253272;
  background-color: transparent;
  border-radius: 50px;
  padding: 0;
  text-indent: -9999px;   
}
.slider-wrapper .slick-dots li.slick-active button {
  background-color: #f58220;
  border-color: #f58220; 
}
.slider-wrapper .slide-item {
  padding-top: 150px; 
}
.slider-wrapper .slick-active .slide-content-inner * {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0; 
}
.slider-wrapper .slick-active .slide-content-inner *:first-child {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; 
}
.slider-wrapper .slick-active .slide-content-inner *:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; 
}
.slider-wrapper .slick-active .slide-content-inner *:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; 
}

/*New Design CSS Changes Start*/

/*Header and Slider CSS Start*/
.header-logo {
  position: absolute;
  right: 45% !important;
  top: 25px;
}
.header-logo.header-logo-one.mt-0 img {
  width: 170px;
}
.side-logo img {
  width: 100%;
}
.main-menu.mr-lg-100 {
  margin: 0 !important;
}
.slide-content-inner {
  color: #fff;
}
.head_logo_cent {
  position: relative;
}
.header_logo img{
  width: 170px;
  position: absolute;
}
ul.left_bar_nav {
  display: flex;
  padding: 0;
  text-align: left;
}
ul.left_bar_nav li {
  font-family: 'Nova Round', cursive;
  padding: 5px 14px;
  font-weight: normal;
}
li.menu-item-has-children.active {
  color: #f58220; 
}
li.menu-item-has-children {
  position: relative; 
}
ul.left_bar_nav>li>a::after{
  position: absolute;
  left:15px;
  bottom:0;
  width: 0%;
  height: 2px;
  background: #f58220;
  content:"";
  transition: 0.5s;
}
ul.left_bar_nav>li>a:hover::after{
  width: 30%;
  height: 2px;
  background: #f58220;
  transition: 0.5s;
}
ul.right_bar_nav>li>a::after{
  position: absolute;
  left:18px;
  bottom:0;
  width: 0%;
  height: 2px;
  background: #f58220;
  content:"";
  transition: 0.5s;
}
ul.right_bar_nav>li>a:hover::after{
  width: 30%;
  height: 2px;
  background: #f58220;
  transition: 0.5s;
}
ul.right_bar_nav {
  display: flex;
  padding: 0;
  text-align: right;
}
ul.right_bar_nav li {
  font-family: 'Nova Round', cursive;
  padding: 5px 16px;
  font-weight: normal;
}
.nav_left_bar {
  padding-left: 155px;
}
.row.no-gutters.align-items-center {
  padding: 15px 0;
}
.header_logo {
  position: absolute;
  left: 430px;
  bottom: 34px;
}
.logo_img {
  position: relative;
}
.logo_img img {
  width: 87%;
  position: absolute;
  bottom: -26px;
  left: -9px;
}
ul.left_bar_nav>li>a:hover {
  color: #f58220;
  transition: all 0.5s ease-in-out; 
}
ul.right_bar_nav>li>a:hover {
  color: #f58220;
  transition: all 0.5s ease-in-out;
}
.main-menu .mr-lg-100>ul{
  display: inline-block;
}
.side-menu-wrap .side-menu-inner .side-menu nav ul li .expand {
  display: none;
}
.slide-content-inner h2 {
  color: #fff;
}
/*Header and Slider CSS End*/

/*Body Css Start*/
.pd-50 {
  padding: 50px 0;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pd-15 {
  padding: 15px;
}
.pad_top {
    padding-top: 10%;
}
.pt-20 {
  padding-top: 20px;
}
/*Home Page CSS Start*/

/*About Css Start*/
.abt_main {
  background: #fff;
}
.abt_background {
  background: #fff;
  padding: 25px;
  box-shadow: 0px 1px 16px #cfcfcf;
}
.abt_background button {
  display: none;
}
.slide-content_abt {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.abt_cont {
  padding: 0 25px;
}
.abt_cont_inner {
  padding: 3px 18px;
}
.abt_cont_inner h3 {
  font-weight: bold;
  color: #3f3f3f;
  margin-bottom: 15px;
}
.abt_cont_inner span {
  color: #253272;
}
.abt_cont_inner p {
  color: #6f6f6f;
  line-height: 29px;
  text-align: justify;
  margin: 0;
}
.read_btn a {
  padding: 15px 0;
  color: #253272;
  transition: all 0.8s ease-in-out;
  position: relative;
}
.read_btn a:hover {
  transition: all 0.8s ease-in-out;
  color: #f58220;
  margin-left: 10px;
}
.read_btn i {
  padding-top: 3px;
  padding-left: 9px;
  position: absolute;
  top: 17px;
}
.abt_slider {
  padding: 15px;
}
.abt_cont {
  padding: 15px;
}
.hme_abt_slider {
  overflow: hidden;
}
.hme_abt_slider figure {
  position: relative;
  width: 500%;
  left: 0;
  margin: 0;
  animation: 20s slider infinite;
}
.hme_abt_slider figure img{
  float: left;
  width: 20%;
}
@keyframes slider{
  0%{
      left: 0;
  }
  20%{
      left: 0;
  }
  25%{
      left: -100%;
  }
  45%{
      left: -100%;
  }
  50%{
      left: -200%;
  }
  70%{
      left: -200%;
  }
  75%{
      left: -300%;
  }
  95%{
      left: -300%;
  }
  100%{
      left: -300%;
  }
}
/*About Css End*/

/*Service CSS Start*/
.sec-title {
  position: relative;
  margin-bottom: 75px;
}
.sec-title .float-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 72px;
  line-height: 1em;
  color: #2f2f2f;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .10;
  font-family: 'Nova Round', cursive;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #2f2f2f;
  font-weight: 500;
  padding: 16px 0;
}
.sec-title.light .float-text {
  color: #f2f2f2;
  opacity: 0.10;
}
.sec-title.light h2{
  color: #ffffff;
}
.sec-title.text-center .float-text {
  right: 0;
  margin: 0 auto;
}
.products-section {
  position: relative;
  background: #fff;
}
.products-section .sec-title {
  margin-bottom: 0;
}
.products-section .title-column {
  position: relative;
  margin-bottom: 40px;
} 
.products-section .title-column .inner-column {
  position: relative;
  padding-top: 55px;
}
.products-section .title-column h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 5px;
}
.products-section .title-column .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 14px;
}
.products-section .title-column .btn-box a {
  padding: 15px 38px;
  line-height: 20px;
  background: #253272;
  border-radius: 50px;
  color: #fff;
}
.products-section .title-column .btn-box a:hover {
  background: #f58220;
  color: #fff;
  transition: all 0.8s ease-in-out;
}
.products-section .products-column {
  padding: 0;
}
.products-carousel {
  position: relative;
}
.products-carousel .product-block {
  padding: 15px;
  padding-top: 65px;
  transition: all 400ms ease;
}
.products-carousel .center .product-block {
  padding-top: 15px;
}
.products-carousel .center .product-block .inner-box {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.05);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.05);
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.product-block {
  position: relative;
}
.product-block .inner-box {
  position: relative;
  border:1px solid #e1e1e1;
  transition: all 400ms ease;
}
.product-block .info-box {
  position: relative;
  padding: 25px 28px;
  text-align: right;
}
.product-block .info-box .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}
.products-carousel .owl-nav {
  position: absolute;
  left: -32%;
  bottom: 15px;
}
.products-carousel .owl-next, .products-carousel .owl-prev {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 14px;
  color: #bbbbbb;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 6px;
  background-color: #ffffff;
  z-index: 9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.products-carousel .owl-next:hover, .products-carousel .owl-prev:hover {
  color: #ff8a00;
}
.products-carousel .owl-next:before, .products-carousel .owl-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  border: 2px solid #bbbbbb;
  border-right: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.products-carousel .owl-next:hover:before, .products-carousel .owl-prev:hover:before {
  border-color: #ff8a00;
}
.products-carousel .owl-next:before {
  left: auto;
  right: -25px;
  border: 2px solid #bbbbbb;
  border-left: 0;
}
.products-carousel .owl-next span {
  margin-left: 5px;
}
.products-carousel .owl-prev span {
  margin-right: 5px;
}
/*Service CSS End*/

/*Process CSS Start*/
.work-process {
  padding: 50px 0;
  background: #fff;
}
.swiper-style-1.reverse .swiper-slide .img-wrapper {
  margin-left: 0; 
  margin-right: 40px; 
  margin-top: -80px; 
  cursor: pointer;
}
.swiper-style-1.reverse .swiper-wrapper {
  padding-top: 80px; 
  padding-bottom: 60px;
}
.swiper-style-1.reverse .swiper-pagination {
  display: block; 
  bottom: 0; 
  width: 100%;
}
.swiper-style-1.reverse .swiper-pagination-bullet {
  margin: 0 7px;
}
.grey-dark {
  color: #737373;
}
.empty-space {
  position: relative; 
  display: block;
}
.h25-xs {
  height: 25px;
}
.h15-xs {
  height: 15px;
}
.h5-xs {
  height: 5px;
}
.h35-xs {
  height: 35px;
}
.swiper-style-1 .swiper-wrapper {
  padding-top: 100px;
}
.swiper-style-1 .swiper-slide {
  background-color: #eef2de;
}
.swiper-style-1 .swiper-slide article {
  padding: 70px 0;
}
.swiper-style-1 .swiper-slide .img-wrapper {
  position: relative; 
  float: left; 
  margin-top: -100px; 
  margin-left: 40px;
}
.swiper-style-1 .swiper-slide .img-wrapper:before {
  content: ""; 
  position: absolute; 
  left: 0; 
  top: 0; 
  height: 100%; 
  width: 100%; 
  border: 30px solid #fff;
}
.swiper-style-1 .swiper-slide .img-wrapper img {
  display: block; 
  width: 100%;
}
.swiper-style-1 .swiper-button-prev, .swiper-style-1 .swiper-button-next {
  top: calc(50% + 60px)
}
.swiper-style-1 .swiper-button-prev {
  left: -60px;
}
.swiper-style-1 .swiper-button-next {
  right: -60px;
}
.swiper-style-1.reverse .swiper-slide .img-wrapper:before, .swiper-style-2 .swiper-slide .img-wrapper:before, .work-item .work-img-wrapper:before, .swiper-button.square-style:before, .swiper-button.square-style:after, .popup-container.right, .shop-prod-item .shop-prod-item-hover i, .shop-prod-item:hover .shop-prod-item-hover i, .shop-prod-item:hover .shop-prod-item-hover .btn-2, .shop-prod-item .shop-prod-item-hover .btn-2, .shop .popup-container.right, .shop .detail-item .img-preview img, .instagram img, .instagram img:hover, .overlay-menu ul > li > ul {
  -moz-transition:all 300ms ease-out; 
  -o-transition:all 300ms ease-out; 
  -webkit-transition:all 300ms ease-out; 
  transition:all 300ms ease-out; 
  -ms-transition:all 300ms ease-out;
}
.nopadding {
  padding-left: 0; 
  padding-right: 0; 
  margin-left: 0; 
  margin-right: 0;
}
.bg-text {
  color: rgba(27,27,27,.5);
}
.small-sm {
  font-size: 13px; 
  line-height: 24px;
}
.h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Nova Round', cursive;
  color: #222;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.btn-wrap {
  position: relative; 
  display: inline-block;
}
.btn-2 {
  position: relative; 
  float: left; 
  padding: 7px 15px 7px 15px; 
  background:#222; 
  color: #fff; 
  font-size: 12px; 
  line-height: 24px; 
  font-weight: bold; 
  text-transform: uppercase; 
  cursor: pointer;
}
.btn-2 span {
  z-index: 2; 
  position: relative; 
  color: #fff; cursor: pointer;
}
.btn-2:before {
  content: ""; 
  position: absolute; 
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 100%; 
  background: #fff; 
  opacity: 0; 
  -webkit-transform: scale(0); 
  -ms-transform: scale(0); 
  transform: scale(0);
}
/*Process CSS End*/

/* Choose Us Css Start */
.why_us {
  background: linear-gradient(#04040459,#04040494), url(../../assets/images/background/krishi_readymix_bg_construct.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.transparent_bg {
  background: #0404045e;
}
.why_us_inner {
  padding: 15px;
  color: #ffffff;
}
.why-us.row {
  margin: 0;
  padding: 0;
}
.why_us_inner i {
  background: #f58220;
  width: 47px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.5s ease 0s;
}
.why_us_inner:hover i {
  color: #f58220;
  background: #fff;
  transition: all 0.5s ease 0s;
  transform: rotate(360deg);
  cursor: pointer;
}
.why_us_inner h3 {
  color: #fff;
  font-weight: bold;
  padding: 15px;
  margin: 0;
}
.why_us_inner p {
  line-height: 28px;
  color: #fff;
}
/* Choose Us Css End */

/*Action CSS Start*/
.sec-title {
  position: relative;
  margin-bottom: 25px;
}
.top-services .post{
  position:relative;
  padding:0px 15px;
  margin:0 auto 50px; 
}
.top-services .post-inner{
  position:relative;
  max-width:400px;
  padding:0px 15px;
  margin:0 auto;  
}
.top-services .post *{
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}
.top-services .post .image{
  position:relative;
  overflow:hidden;
  width:100%;
  z-index:1;
}
.top-services .post .image::after{
  content:'';
  position:absolute;
  left:0px;
  top:-100%;
  width:100%;
  height:100%;
  display:block;
  background:#f58220;
  opacity:0.5;
  z-index:0;
  transition:all 700ms ease;
}
.top-services .post:hover .image::after{
  top:0%; 
}
.top-services .post .image img{
  position:relative;
  display:block;
  width:100%; 
}
.top-services .post .image .curve{
  position:absolute;
  right:-100px;
  top:100%;
  width:250%;
  height:150%;
  z-index:1;
  background:#fff;
  transform:rotate(-13deg);  
}
.top-services .post:hover .image .curve{
  transform:rotate(0deg);
}
.top-services .post .content{
  position:relative;
  top:0px;
  z-index:2;
  margin: -44px 30px 0px;
}
.top-services .post:hover .content{
  top:49px; 
  margin: -44px 30px 0px;
  z-index:2;
}
.top-services .post .content:before{
  position:absolute;
  right: 0px;
  top: -36px;
  background: #fff;
  content: "";
  height: 96%;
  width: 100%;
  border:1px solid #cfcfcf;
  z-index:0;
  position: absolute;
  transform: skewY(-13deg);
  transition:all 700ms ease;
}
.content:before, .content .inner-box{
  border-color:#fbb317; 
}
.top-services .post .content .inner-box{
  position:relative;
  background: #fff;
  border:1px solid #cfcfcf;
  border-top:none;
  padding:20px 30px 30px;
  z-index:5;  
  color: #253272;
}
.top-services .post .content h3{
  position:relative;
  font-weight:bold;
  line-height:20px;
  margin-bottom:15px;  
  color: #253272;
}
.top-services .post .content .text{
  position:relative;
  font-size:14px;
  font-weight:500;
  line-height:1.6em;
  margin-bottom:15px;
  color:#040404;
}
.top-services .post .content .read_more{
  position:relative;
  color:#202e31;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}
.top-services .post .content .read_more:hover{
  color:#fbb317;  
}
.read_btn_action a {
  padding: 15px 0;
  color: #253272;
  transition: all 0.8s ease-in-out;
  position: relative;
}
.read_btn_action a:hover {
  transition: all 0.8s ease-in-out;
  color: #f58220;
  margin-left: 10px;
}
.read_btn_action i {
  padding-top: 3px;
  padding-left: 9px;
  position: absolute;
  top: 17px;
}
/*Action CSS End*/

/*Home Page CSS End*/

/*About-us Page CSS Start*/
.abt_pg_img img {
  width: 100%;
}
.inner_content p {
  text-align: justify;
  line-height: 28px;
}
.user-box .box{
  background: #FFF;
  border-radius: 10px; 
  padding: 20px 10px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  box-shadow: 0 0 6px #4183D7;
}
.user-box .box .box-text{
  margin:20px 0px;
  font-size: 15px;
  line-height: 30px;
}
.user-img img {
  width: 34%;
  background: #fff;
  border-radius: 50%;
  padding-bottom: 15px;
}
.brdr_user {
  background: #FFF;
  border-radius: 10px; 
  border-bottom: 2px solid #4183D7;
  padding: 20px 10px;
  cursor: pointer;
  transition: all 0.5s ease-out;
  box-shadow: 0 0 6px #cfcfcf;
}
.brdr_user:hover {
  border-bottom: 2px solid #4183D7;
  transform: scale(1.05);
  transition: all 0.5s ease-out;
}
.user-details{
  margin:20px 0px 0px 0px;
  font-size: 15px;
  line-height: 30px;
}
.box-title h3 {
  font-size: 20px;
  margin: 0;
}
.pb_20 {
  padding-bottom: 20px;
}
.vis_mis {
  background: #fff;
}
.vision-mision.row {
  margin: 0;
  padding: 0;
}
.abt_count {
  background: #fff;
}
.anim-count.row {
  margin: 0;
  padding: 0;
}
.abt_pg_slider_inner.slick-track {
  width: 100% !important;
}
.row.align-items-center.slick-slide.slick-current.slick-active {
  width: 100% !important;
}
#myCarousel .list-inline {
  white-space:nowrap;
  overflow-x:auto;
}
#myCarousel .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
}
#myCarousel .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
  margin: 0;
  padding: 15px;
}
#myCarousel .carousel-indicators > li.active img {
  opacity: 1;
  border: 1px solid #d0cece;
  border-radius: 5px;
}
#myCarousel .carousel-indicators > li img:hover {
  opacity: 1;
  box-shadow: 0px 0px 15px #0000003b;
  border-radius: 5px;
}
.vis_mis_icn {
  text-align: center;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 0px 15px #e4e4e4;
}
.vis_mis_icn img {
  width: 100%;
}
/*.vis_mis_icn i {
  background: none;
  color: #253272;
  border: 6px solid #253272;
  padding: 32px;
  border-radius: 50%;
  font-size: 75px;
  transition: all 0.5s ease-in-out;
}
.vis_mis_icn:hover i {
  color: #f582206e;
  border: 6px solid #f582206e;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  box-shadow: 0px 0px 10px #cfcfcf;
}*/
.abt_icon {
  text-align: center;
  padding-bottom: 10px;
}
.abt_icon i {
  background: #fff;
  color: #253272;
  border: 4px solid #253272;
  padding: 20px;
  border-radius: 50%;
  font-size: 40px;
  transition: all 0.5s ease;
}
.abt_icon:hover i {
  color: #f58220;
  border: 4px solid #f58220;
  transition: all 0.5s ease;
  cursor: pointer;
  box-shadow: 0px 0px 15px #cfcfcf;
}
.brder_lft {
  border-left: 3px solid #253272;
}
.vis_mis_bg {
  padding: 0 30px;
  border-radius: 10px;
}
.page_slider_inner {
  padding: 15px;
}
.abt-slider-inner {
  background: #fff;
  padding: 25px;
  box-shadow: 0px 1px 16px #cfcfcf;
}
.hme_abt_slider.abt_page {
  overflow: hidden;
  height: 370px;
}
.hme_abt_slider.abt_page figure {
  position: relative;
  width: 500%;
  left: 0;
  margin: 0;
  animation: 20s slider infinite;
}
.hme_abt_slider.abt_page figure img{
  float: left;
  width: 20%;
}
@keyframes slider{
  0%{
      left: 0;
  }
  20%{
      left: 0;
  }
  25%{
      left: -100%;
  }
  45%{
      left: -100%;
  }
  50%{
      left: -200%;
  }
  70%{
      left: -200%;
  }
  75%{
      left: -300%;
  }
  90%{
      left: -300%;
  }
  95%{
    left: -400%;
  }
  100%{
      left: -400%;
  }
}
.hme_abt_slider.abt_page figure img:hover {
  cursor: pointer;
}

.fetured_project_area .fetured_project .project {
  margin-bottom: 30px;
}
.fetured_project_area .fetured_project .project .project_img img {
  max-width: 100%;
  transition: all 300ms ease;
  opacity: 1;
}
.fetured_project_area .fetured_project .project .project_content {
  padding: 45px 42px;
  top: 0;
  position: relative;
  transition: all 300ms linear 0s;
}
.fetured_project_area .fetured_project .project .project_content:after {
  content: "";
  transition: all 300ms linear 0s;
  position: absolute;
  left: 0;
  right: 0px;
  top: -10px;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #faa55a transparent;
  width: 15px;
  margin: 0 auto;
  opacity: 0;
}
.fetured_project_area .fetured_project .project .project_content .heding {
  display: block;
  font: 700 24px/35px "Quicksand", sans-serif;
  color: #253272;
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
.fetured_project_area .fetured_project .project .project_content .heding:before {
  content: "01";
  font: 900 100px/1 "Quicksand", sans-serif;
  color: #f582207a;
  position: absolute;
  left: -10px;
  top: -20px;
  z-index: -1;
}
.fetured_project_area .fetured_project .project .project_content .heding.h_2:before {
  content: "02";
}
.fetured_project_area .fetured_project .project .project_content .heding.h_3:before {
  content: "03";
}
.fetured_project_area .fetured_project .project .project_content .heding:hover, .fetured_project_area .fetured_project .project .project_content .heding:focus {
  color: #fff;
}
.fetured_project_area .fetured_project .project .project_content p {
  color: #040404;
}
.fetured_project_area .fetured_project .project:hover .img_zoom:after, .fetured_project_area .fetured_project .project:focus .img_zoom:after {
  top: 50%;
  opacity: 1;
}
.fetured_project_area .fetured_project .project:hover .project_content, .fetured_project_area .fetured_project .project:focus .project_content {
  background: #faa55a;
  top: 20px;
}
.fetured_project_area .fetured_project .project:hover .project_content:after, .fetured_project_area .fetured_project .project:focus .project_content:after {
  opacity: 1;
}
.fetured_project_area .fetured_project .project:hover .project_content .heding:before, .fetured_project_area .fetured_project .project:focus .project_content .heding:before {
  color: #ff6625;
}
.fetured_project_area .fetured_project .project:hover p{
  color: #fff;
}
.inner_content {
    padding: 15px;
}
/*About-us Page CSS End*/

/*Product Page CSS Start*/
.prdt_cont {
  padding: 15px;
}
.prdt_images {
  background: #fff;
  padding: 25px;
  box-shadow: 0px 1px 16px #cfcfcf;
}
.prdt_images img {
  width: 100%;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
}
.prdt_inner-content span {
  width: 100%;
  font-size: 60px;
  line-height: 1em;
  color: #2f2f2f;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .10;
}
.prdt_inner-content h3 {
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px 0;
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 40px;
  color: #2f2f2f;
}
.prdt_inner-content p {
  line-height: 28px;
  text-align: justify;
}
.prdt_main {
  background: #fff;
}
.order-image.row {
  padding: 15px 0;
}
.transparent_lg {
  background: #ededeb;
  padding: 30px;
}
.quotes_line {
  text-align: center;
  padding: 25px; 
}
.quotes_line h2{
  color: #04040494;
  line-height: 40px;
  position: relative;
  font-size: 22px;
}
.quotes_line h2:after {
  font-family: 'FontAwesome';
  content: "\f10e";
  font-size: 21px;
  margin-top: 3px;
  margin-bottom: 25px;
  padding: 0 15px;  
  position: relative;
  top: -10px;
}
.quotes_line h2:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  font-size: 21px;
  margin-top: 3px;
  margin-bottom: 25px;
  padding: 0 15px;
  position: relative;
  top: -10px;
}
.prdt_hov img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 100%;
}
.prdt_hov figcaption::before {
  position: absolute;
  top: 50px;
  right: 63px;
  bottom: 50px;
  left: 63px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px #ffffff42;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}
.prdt_hov:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.prdt_hov:hover figcaption {
  background-color: rgba(58,52,42,0);
  cursor: pointer;
}
.prdt_hov:hover img {
  opacity: 1;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  background: #253272;
  border-radius: 5px;
  color: #fff;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  padding: 0px;
  text-align: center;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #f58220 #f58220 #f58220;
  background: #f58220;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f58220;
    border-color: #f58220 #f58220 #fff;
}
.nav-tabs>li>a {
  margin-right: 0px; 
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; 
}
p.tab_descp {
  padding: 15px;
  text-align: justify;
  line-height: 28px;
  color: #040404;
}
.tab_images {
  padding: 15px;
}
.tab_img {
  background: #fff;
  padding: 25px;
  box-shadow: 0px 1px 16px #cfcfcf;
}
.tab_img img {
  width: 100%;
}

#accordion-style-1 h1,
#accordion-style-1 a{
  color:#040404 ;
  font-family: 'Quicksand', sans-serif;
}
#accordion-style-1 .btn-link {
  font-weight: 400;
  color: #040404;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  font-family: 'Quicksand', sans-serif;
}
#accordion-style-1 .card-header .btn .fa.main{
  background: #b8b8b8;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 5px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display:block;
  font-family: 'FontAwesome', sans-serif;
}
.fade {
  opacity: 1;
  transition: all 0.5s linear;
}
.pd_40 {
  padding: 40px 0;
}
.card-body {
  padding: 28px;
  text-align: justify;
  line-height: 28px;
  font-family: 'Quicksand', sans-serif;
}
.grade_img {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 15px #cfcfcf;
}
.grade_img img {
  width: 100%;
}
/*Product Page CSS End*/

/*Service Page CSS Start*/
.serv-inner.row {
  margin: 0;
  padding: 0;
}
.pd-0 {
  padding: 0;
}
.serv_sec.row {
  padding: 0;
  margin: 0;
}
.serv_section {
  margin-bottom: 30px;
}
.serv_sec-content-inner {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px #cfcfcf;
  padding: 20px;
  position: relative;
}
.serv_sec-content_1 {
  position: relative;
  top: 35px;
  right: 20px !important;
  margin-right: -32px;
}
.serv_sec-content_2 {
  position: relative;
  top: 35px;
  left: 20px;
  margin-left: -32px;
}
.serv_sec-image {
  z-index: 5;
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px #cfcfcf;
  position: relative;
  transition: all 0.8s ease-in-out;
  overflow: hidden;
}
.serv_sec-image img {
  width: 100%;
  transition: all 0.8s ease-in-out;
}
/*.serv_sec-image img:hover {
  transform: scale(1.2);
  transition: all 0.8s ease-in-out;
}*/
.serv_sec-content-inner h4 {
  line-height: 40px;
  position: relative;
  font-size: 23px;
  letter-spacing: 2px;
  color: #253272;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 0;
  font-family: 'Nova Round', cursive;
}
h4.serv_line-bottom:after {
  content: "";
  background: #f58220;
  position: absolute;
  left: 18px;
  bottom: 8px;
  height: 2px;
  width: 0;
  transition: all 0.8s ease-in-out;
}
h4.serv_line-bottom:hover::after {
  content: "";
  background: #f58220;
  position: absolute;
  left: 18px;
  bottom: 8px;
  height: 2px;
  width: 25%;
  transition: all 0.8s ease-in-out;
}
.serv_sec-content-inner p {
  line-height: 33px;
  text-align: justify;
  padding: 0 15px;
}
span.float-text_service {
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 100%;
  font-size: 50px;
  line-height: 1em;
  color: #2f2f2f;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .10;
}
.prdt_bg_service_1 {
  background: url(../../assets/images/background/bg_serv_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.prdt_bg_service_2 {
  background: url(../../assets/images/background/bg_serv_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.prdt_bg_inner_serv {
  padding: 50px;
}
.quotes_line_serv {
  text-align: center;
  padding: 30px;
}
.quotes_line_serv h2 {
  color: #fff;
  line-height: 40px;
  position: relative;
  font-size: 22px;
}
.quotes_line_serv h2:after {
  font-family: 'FontAwesome';
  content: "\f10e";
  font-size: 36px;
  margin-top: 3px;
  margin-bottom: 25px;
  padding: 0 15px;
  position: relative;
  font-size: 21px;
  top: -10px;
}
.quotes_line_serv h2:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  font-size: 36px;
  margin-top: 3px;
  margin-bottom: 25px;
  padding: 0 15px;
  position: relative;
  font-size: 21px;
  top: -10px;
}
.quotes_line_serv i {
  color: #fff;
  position: relative;
}
/*Service Page CSS End*/

/*Project Page CSS Start*/
.prjt_main {
  background: #fff;
}
.prjt_cont {
  padding: 20px;
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 16px #eeeeee;
  margin-bottom: 15px;
}
.prjt_images {
  background: transparent;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.prjt_images:hover {
  background: #f58220;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
}
.prjt_images:before, .prjt_images:after, .prjt_images .prjt_content:before, .prjt_images .prjt_content:after {
  content: "";
  background: #fff;
  width: 0;
  height: 2px;
  position: absolute;
  top: 8%;
  left: 0;
  transition: all 0.6s;
}
.prjt_images:after {
  top: auto;
  bottom: 8%;
  left: auto;
  right: 0;
}
.prjt_images .prjt_content:before, .prjt_images .prjt_content:after {
  height: 0;
  width: 2px;
  left: auto;
  right: 5%;
  top: 0;
}
.prjt_images .prjt_content:after {
  right: auto;
  top: auto;
  bottom: 0;
  left: 5%;
}
.prjt_images:hover:before, .prjt_images:hover:after {
  width: 80%;
}
.prjt_images:hover .prjt_content:before, .prjt_images:hover .prjt_content:after {
  height: 80%;
}
.prjt_images img{
  width: 100%;
  height: auto;
  transform: scale(1.25);
  transition: all 0.6s ease;
  cursor: pointer;
}
.prjt_images:hover img {
  opacity: 0.2;
  transform: scale(1);
}
.prjt_images .prjt_inner-content {
  color: #fff;
  width: 70%;
  overflow: hidden;
  transform: translateX(-50%)translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.prjt_images .prjt_title {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px 0;
  opacity: 0;
  transform: rotate(90deg);
  transform-origin: left bottom;
  transition: all 0.6s ease;
  color: #fff;
}
.prjt_images:hover .prjt_title {
  opacity: 1;
  transform: rotate(0);
}
/*Project Page CSS End*/

/*Contact Us Page CSS Start */
.cnct_main {
  background: #fff;
}
.cnct_info {
  padding: 15px 0;
}
.contact_info {
  padding: 15px 0;
}
.cnct_inner_form {
  padding: 20px;
}
ul.cnct_info li {
  margin: 12px;
  line-height: 24px;
}
ul.cnct_info p {
  display: flex;
}
.contact_form {
  position: relative;
}
.contact_form h3 {
  padding: 15px 0;
  margin: 0;
  color: #040404;
}
h3.line_bottom:after {
    content: "";
    background: #f58220;
    position: absolute;
    left: 0;
    bottom: 3px;
    height: 2px;
    width: 50px;
}
.form-group label {
  width: 100%;
  font-size: 13px;
  color: #a9a8a8;
}
.form-group input, textarea {
  width: 100%;
  padding: 10px 6px 6px 10px;
  border: 1px solid #dedddd;
  border-radius: 5px;
  font-size: 13px;
}
.submit_btn input {
  border: 1px solid #dedddd;
  border-radius: 5px;
  background: #253272;
  padding: 10px 30px;
  color: #fff;
  transition: all 0.8s ease;
}
.submit_btn input:hover {
  background: #f58220;
  color: #fff;
  transition: all 0.8s ease;
}
/*Contact Us Page CSS End */

/*Body CSS End*/

/*Truck CSS Start*/
.truck_image {
  position: relative;
  top: 12px;
}
.truck_image img {
    width: 200px;
}
/*Truck CSS End*/

/*Footer CSS Start*/
.pd_0 {
  padding: 0;
}
.footer_link_bg {
  background: #f5f5f5;
}
.krishi_link {
  padding: 15px;
}
.krishi_link p {
  font-size: 13px;
}
.krishi_link a {
  color: #253272;
}
.krishi_link a:hover {
  color: #f58220;
  cursor: pointer;
}
.lingas_link {
  padding: 15px;
}
.lingas_link p {
  font-size: 13px;
}
.lingas_link a {
  font-size: 13px;
  color: #986b4d;
}
.lingas_link a:hover {
  color: #986b4d;
  cursor: pointer;
}
.footer_row.row {
  margin: 0;
  padding: 0;
}
/*Footer CSS End*/

/*Selection CSS Start*/
::selection {
  background: #f58220;
  color: #fff;
}
::placeholder {
  color: #d2d1d1;
}
/*Selection CSS End*/

ul.slick-dots li {
    display: none;
}
.bg_stone img {
  width: 100%;
}

@media (min-width:320px) and (max-width:357px) {
  #slick-slide00 {
    background-size: contain;
  }
  #slick-slide01 {
    background-size: contain;
  }
  #slick-slide02 {
    background-size: contain;
  }
  #slick-slide03 {
    background-size: contain;
  }
  #slick-slide04 {
    background-size: contain;
  }
  #slick-slide05 {
    background-size: contain;
  }
  .slide-content {
      height: auto;
  }
  .slider-wrapper .slick-dots {
    bottom: 0px;
  }
  .pd-50 {
    padding: 15px 0 20px 0;
  }
}
@media (min-width:360px) and (max-width:420px) {
  /*#slick-slide00 {
    background-size: contain;
  }
  #slick-slide01 {
    background-size: contain;
  }
  #slick-slide02 {
    background-size: contain;
  }
  #slick-slide03 {
    background-size: contain;
  }
  #slick-slide04 {
    background-size: contain;
  }
  #slick-slide05 {
    background-size: contain;
  }*/
  .slide-content {
      height: auto;
  }
  .slider-wrapper .slick-dots {
    bottom: -25px;
  }
  .pd-50 {
    padding: 15px 0 20px 0;
  }
}
@media (min-width:440px) and (max-width:520px) {
  #slick-slide00 {
    background-size: cover;
  }
  #slick-slide01 {
    background-size: cover;
  }
  #slick-slide02 {
    background-size: cover;
  }
  #slick-slide03 {
    background-size: cover;
  }
  #slick-slide04 {
    background-size: cover;
  }
  #slick-slide05 {
    background-size: cover;
  }
  .slide-content {
      height: auto;
  }
  .slider-wrapper .slick-dots {
    bottom: -25px;
  }
  .pd-50 {
    padding: 50px 0 20px 0;
  }
}

/*Media Query CSS Start*/
@media (max-width: 320px) {
  .sec-title h2 {
    font-size: 26px;
    padding: 10px 0;
  }
  .order-image.row {
    padding: 15px 0;
    display: inline-block;
  }
  .sec-title .float-text {
    font-size: 57px !important;
  }
  .sec-title h2 {
    line-height: 30px;
  }  
  .hme_abt_slider.abt_page {
    overflow: hidden;
    height: auto;
  }
  .serv_sec.row {
    display: inline-block;
  }
  .serv_sec-content-inner {
    box-shadow: none !important;
    padding: 0 !important;
  }
  .serv_section {
    margin-bottom: 50px !important;
  }
  .serv_sec-content-inner h4 {
    padding: 5px 15px !important;
    font-size: 20px !important;
  }
  .serv_sec-content_1 {
    top: 10px !important;
  }
  .serv_sec-content_2 {
    top: 10px !important;
  }
  span.float-text_service {
    display: none !important;
  }
  .vis_mis_bg {
    padding: 0 !important;
  }
}
@media (max-width: 360px) {
  .abt_cont_inner {
    padding: 0;
  }
  .products-carousel .owl-nav {
    position: absolute;
    bottom: 0 !important;
    left: 85px !important;
  }
  .products-section .title-column .inner-column {
    padding-top: 25px;
  }
  .products-section .title-column {
    margin-bottom: 20px;
  }
  .products-section {
    padding: 20px 0;
  }
  .order-image.row {
    padding: 15px 0;
    display: inline-block;
  }
  .sec-title .float-text {
    font-size: 65px;
  }
  .sec-title h2 {
    line-height: 30px;
  }
  .header-logo {
    position: absolute;
    right: 45% !important;
    top: 25px;
  } 
  .hme_abt_slider.abt_page {
    overflow: hidden;
    height: auto;
  }
  .serv_sec.row {
    display: inline-block;
  }
  .serv_sec-content-inner {
    box-shadow: none !important;
    padding: 0 !important;
  }
  .serv_section {
    margin-bottom: 50px !important;
  }
  .serv_sec-content-inner h4 {
    padding: 5px 15px !important;
  }
  .serv_sec-content_1 {
    top: 10px !important;
  }
  .serv_sec-content_2 {
    top: 10px !important;
  }
  span.float-text_service {
    display: none !important;
  }
  .vis_mis_bg {
    padding: 0 !important;
  }
}
@media (max-width: 375px) {
  .sec-title .float-text {
    font-size: 65px;
  }
  .sec-title h2 {
    line-height: 30px;
  } 
  .hme_abt_slider.abt_page {
    overflow: hidden;
    height: auto;
  }
  .serv_sec.row {
    display: inline-block;
  }
  .serv_sec-content-inner {
    box-shadow: none;
    padding: 0;
  }
  span.float-text_service {
    display: none !important;
  }
  .vis_mis_bg {
    padding: 0 !important;
  }
}
@media (max-width: 384px) {
  .products-carousel .owl-nav {
    position: absolute;
    bottom: -5px;
    left: 23% !important;
  }
  .products-section .title-column .inner-column {
    padding-top: 25px;
  } 
  .hme_abt_slider.abt_page {
    overflow: hidden;
    height: auto;
  }
  .sec-title .float-text {
    font-size: 65px;
  }
  .serv_sec.row {
    display: inline-block;
  }
  .serv_sec-content-inner {
    box-shadow: none;
    padding: 0;
  }
  span.float-text_service {
    display: none !important;
  }
  .vis_mis_bg {
    padding: 0 !important;
  }
}
@media (max-width: 412px) {
  .products-carousel .owl-nav {
    position: absolute;
    bottom: -5px;
    left: 26% !important;
  }
  .products-section .title-column .inner-column {
    padding-top: 25px;
  }
  .order-image.row {
    padding: 15px 0;
    display: inline-block;
  } 
  .hme_abt_slider.abt_page {
    overflow: hidden;
    height: auto;
  }
  .serv_sec.row {
    display: inline-block;
  }
  span.float-text_service {
    display: none !important;
  }
  .vis_mis_bg {
    padding: 0 !important;
  }
}
@media (max-width: 414px) {
  span.float-text_service {
    display: none !important;
  }
  .vis_mis_bg {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  .vis_mis_bg {
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .products-carousel .owl-nav {
    position: absolute;
    bottom: -5px;
    left: 198px;
  }
  .products-section .title-column .inner-column {
      padding-top: 25px;
  }
  .order-image.row {
    padding: 15px 0;
    display: inline-block;
  }
  .header-logo {
    position: absolute;
    right: 38%;
    top: 25px;
  } 
  .hme_abt_slider.abt_page {
    overflow: hidden;
    height: auto;
  }
  .serv_sec.row {
    display: inline-block;
  }
  .serv_sec-content-inner {
    box-shadow: none !important;
    padding: 0 !important;
  }
  .serv_section {
    margin-bottom: 50px !important;
  }
  .serv_sec-content-inner h4 {
    padding: 5px 15px !important;
  }
  .serv_sec-content_1 {
    top: 10px !important;
  }
  .serv_sec-content_2 {
    top: 10px !important;
  }
  span.float-text_service {
    top: 17px !important;
  }
  .top-services .post .content:before {
    top: -55px;
  }
  .vis_mis_bg {
    padding: 0 !important;
  }
}
@media (max-width: 640px) {
  .products-carousel .owl-nav {
    position: absolute;
    bottom: -5px;
    left: 35%;
  }
  .products-section .title-column .inner-column {
    padding-top: 25px;
  }
  .order-image.row {
    padding: 15px 0;
    display: inline-block;
  } 
  .hme_abt_slider.abt_page {
    overflow: hidden;
    height: auto;
  }
  .serv_sec.row {
    display: inline-block;
  }
  .serv_sec-content-inner {
    box-shadow: none !important;
    padding: 0 !important;
  }
  .serv_section {
    margin-bottom: 50px !important;
  }
  .serv_sec-content-inner h4 {
    padding: 5px 15px !important;
  }
  .serv_sec-content_1 {
    top: 10px !important;
  }
  .serv_sec-content_2 {
    top: 10px !important;
  }
  span.float-text_service {
    top: 17px !important;
  }
  .top-services .post .content:before {
    top: -55px;
  }
  .vis_mis_bg {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  div.text-center.grey-dark {
    float: left;
  }
  .products-section .title-column .inner-column {
    padding-top: 25px;
  }
  .products-section {
    padding: 20px 0;
  } 
  .hme_abt_slider.abt_page {
    overflow: hidden;
    height: auto;
  }
  span.float-text_service {
    font-size: 38px !important;
  }
  .top-services .post .content {
    margin:0 !important;  
  }
  .top-services .post .content .inner-box {
    padding: 20px 15px 15px !important;
  }
}
@media (max-width: 768px) {
  .products-carousel .owl-nav {
    position: absolute;
    bottom: -5px;
    left: 35%;
  }
  .products-section .title-column .inner-column {
    padding-top: 25px;
  }
  .products-section .title-column {
    margin-bottom: 20px;
  }
  .prjt_images:hover .prjt_title {
    font-size: 20px;
  } 
  .hme_abt_slider.abt_page {
    overflow: hidden;
    height: auto;
  }
  span.float-text_service {
    font-size: 38px !important;
  }
  .top-services .post .content {
    margin:0 !important;  
  }
  .top-services .post .content .inner-box {
    padding: 20px 15px 15px !important;
  }
}
@media (max-width: 800px) {
  .products-carousel .owl-nav {
    position: absolute;
    bottom: -5px;
    left: 35%;
  }
  .products-section .title-column .inner-column {
    padding-top: 25px;
  }
  .products-section .title-column {
    margin-bottom: 20px;
  }
  .products-section {
    padding: 20px 0;
  } 
  .hme_abt_slider.abt_page {
    overflow: hidden;
    height: auto;
  }
  .serv_sec-content_1 {
    position: relative;
    top: 0 !important;
    margin-right: -32px;
  }
  span.float-text_service {
    font-size: 38px !important;
  }
  .top-services .post .content {
    margin:0 !important;  
  }
  .top-services .post .content .inner-box {
    padding: 20px 15px 15px !important;
  }
  .top-services .post:hover .content{
    top: 0 !important; 
  }
  .vis_mis_icn i {
    padding: 22px;
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .swiper-style-1 {
    width: calc(100% + 38px); 
    margin-left: -24px;
  }
  .swiper-style-1 .swiper-container {
    padding-bottom: 50px;
  }
  .swiper-style-1 .swiper-container .swiper-pagination {
    width: 100%; 
    bottom: 0;
  }
  .swiper-style-1 .swiper-container .swiper-pagination-bullet {
    margin: 7px;
  }
  .swiper-style-1 .swiper-slide {
    padding: 0 15px;
  }
  .swiper-style-1 .swiper-slide article {
    padding: 40px 0;
  }
  .swiper-style-1 .swiper-slide .img-wrapper {
    margin-left: 0;
  }
  .swiper-style-1.reverse .swiper-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .nopadding-md{
    padding-left: 0; 
    padding-right: 0; 
    margin-left: 0; 
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    border-width: 45px;
  }
  .logo_img img {
    display: none;
  }
  .nav_left_bar {
    padding-left: 125px;
  }
  .serv_sec-content_1 {
    top: 0 !important;
  }
  .serv_sec-content_2 {
    top: 0 !important;
  }
  .serv_sec-content-inner {
    padding: 10px !important;
  }
  span.float-text_service {
    top: 23px;
    font-size: 47px;
  }
}
@media (min-width: 1200px) {
  .header-logo.header-logo-one.mt-0 img {
    display: none;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}


@media (min-width:320px) and (max-width:357px) { 
  .pad_top {
    padding-top: 48%;
  }
  .other-pd {
    padding: 50px 0;
  }
  .slide-content {
    height: 133px;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:360px) and (max-width:368px) { 
  .pad_top {
    padding-top: 43%;
  }
  .home_pd {
    padding-top: 40%;
  }
  .slider-slide {
    background-size: contain;
    height: auto;
  }
  .other-pd {
    padding: 50px 0;
  }
  .slide-content {
    height: 173px;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:370px) and (max-width:385px) { 
  .pad_top {
    padding-top: 41%;
  }
  .home_pd {
    padding-top: 39%;
  }
  .slider-slide {
    background-size: contain;
    height: auto;
  }
  .other-pd {
    padding: 50px 0;
  }
  .slide-content {
    height: 173px;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:382px) and (max-width:405px) { 
  .pad_top {
    padding-top: 41%;
  }
  .slider-slide {
    background-size: cover;
    height: auto;
  }
  .other-pd {
    padding: 50px 0;
  }
  .slide-content {
    height: 158px;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:409px) and (max-width:451px) { 
  .pad_top {
    padding-top: 38%;
  }
  .slider-slide {
    background-size: cover;
    height: auto;
  }
  .other-pd {
    padding: 50px 0;
  }
  .slide-content {
    height: 167px;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:470px) and (max-width:487px) { 
  .pad_top {
    padding-top: 26%;
  }
  .slider-slide {
    background-size: cover;
    height: auto;
  }
  .other-pd {
    padding: 50px 0;
  }
  .slide-content {
    height: 196px;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:512px) and (max-width:614px) { 
  .pad_top {
    padding-top: 21%;
  }
  .pad_top.home_pd {
    padding-top: 21%;
  }
  .slider-slide {
    background-size: cover;
    height: auto;
  }
  .other-pd {
    padding: 50px 0;
  }
  .slide-content {
    height: 245px;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:620px) and (max-width:660px) { 
  .pad_top {
    padding-top: 19%;
  }
  .pad_top.home_pd {
    padding-top: 19%;
  }
  .slider-slide {
    background-size: cover;
    height: auto;
  }
  .other-pd {
    padding: 50px 0;
  }
  .slide-content {
    height: 262px;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:767px) and (max-width:814px) { 
  .pad_top {
    padding-top: 15%;
  }
  .pad_top.home_pd {
    padding-top: 15%;
  }
  .slider-slide {
    background-size: cover;
    height: auto;
  }
  .other-pd {
    padding: 50px 0;
  }
  .slide-content {
    height: 336px;
  }
  .prdt_hov figcaption::before {
    bottom: 70%;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:1024px) and (max-width:1240px) { 
  .pad_top {
    padding-top: 12%;
  }
  .slider-slide {
    background-size: cover;
    height: auto;
  }
  .other-pd {
    padding: 50px 0;
  }
  .slide-content {
    height: 420px;
  }
  .products-carousel .owl-nav {
    position: absolute;
    left: -30%;
    bottom: -62px;
  }
  .prdt_hov figcaption::before {
    bottom: 42%;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:1300px) and (max-width:1460px) { 
  .pad_top {
      padding-top: 9%;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
@media (min-width:1750px) and (max-width:1950px) { 
  .pad_top {
    padding-top: 6%;
  }
  .slider-slide {
    background-size: cover;
    height: 787px;
  }
  .swiper-style-1.reverse .swiper-slide .img-wrapper:hover:before {
    /*border-width: 45px;*/
    border-width: 0px;
  }
}
/*Media Query CSS End*/

/*New Design CSS Changes End*/



