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

@font-face {
  font-family: "Parkinsans";
  font-weight: 300;
  src: url(../fonts/Parkinsans/Parkinsans-Light.ttf);
}
@font-face {
  font-family: "Parkinsans";
  font-weight: 400;
  src: url(../fonts/Parkinsans/Parkinsans-Regular.ttf);
}
@font-face {
  font-family: "Parkinsans";
  font-weight: 500;
  src: url(../fonts/Parkinsans/Parkinsans-Medium.ttf);
}
@font-face {
  font-family: "Parkinsans";
  font-weight: 600;
  src: url(../fonts/Parkinsans/Parkinsans-SemiBold.ttf);
}
@font-face {
  font-family: "Parkinsans";
  font-weight: 700;
  src: url(../fonts/Parkinsans/Parkinsans-Bold.ttf);
}
@font-face {
  font-family: "Parkinsans";
  font-weight: 800;
  src: url(../fonts/Parkinsans/Parkinsans-ExtraBold.ttf);
}
* {
  font-family: Poppins !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Parkinsans !important;
}
body {
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow-x: hidden;
  background: #ffffff;
  scroll-behavior: smooth;
}
:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #000000;
  --txt-color: #34444D;
  --btn-color: #56B377;
  --sec-color: #24475A;
  --linear-color: linear-gradient(270deg, var(--btn-color) 0%, var(--sec-color) 100%);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}
a, a:hover {
  color: var(--btn-color);
  transition: 0.3s;
}
img {
    max-width:100%;
    height:auto;
}
ul {
  padding: 0px;
  margin: 0px;
}
button.btn, button.btn:focus {
  outline: none;
  box-shadow: none;
}
.theme-color {
  color: var(--btn-color) !important;
}
.my_contact_us {
  top: 35%;
  z-index: 9;
  float: right;
  display: block;
  position: sticky;
}
.my_contact_us .btn-inquire {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 5px;
  line-height: normal;
  writing-mode: sideways-rl;
  background: var(--btn-color);
  border-radius: 10px 0px 0px 10px;
  border: 1px solid var(--btn-color);
  transition: 0.3s;
}
.my_contact_us .btn-inquire:hover {
  transition: 0.3s;
  background: var(--h-color);
  border-color: var(--h-color);
}
@media (max-width: 992px) {
  .my_contact_us {
    position: fixed;
    right: 0px;
  }
  .my_contact_us .btn-inquire {
    font-size: 12px;
    padding: 6px 0px 6px 3px;
    border-radius: 5px 0px 0px 5px;
  }
}
.dasktop-show {
  display: block;
}
.mobile-show {
  display: none;
}

@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  hr {
    margin: 10px 0px;
  }
}

/*******Scroll Bar Css*******/

* {
    scrollbar-width: thin;
    scrollbar-color: var(--btn-color)  #000;
}

/*.scrollbar-package::-webkit-scrollbar-thumb,*/
/*.scrollbar-package::-webkit-scrollbar-track,*/
/*.scrollbar::-webkit-scrollbar-thumb,*/
/*.scrollbar::-webkit-scrollbar-track {*/
/*	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
/*	border-radius: 0px;*/
/*}*/
/*.scrollbar::-webkit-scrollbar-track {*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar::-webkit-scrollbar {*/
/*	width: 12px;*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar-track {*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar {*/
/*	width: 10px;*/
/*	background-color: #f5f5f5;*/
/*	padding: 0 0 0 20px;*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar-thumb {*/
/*	background-color: var(--btn-color);*/
/*}*/

/*******Scroll Bar Css End*******/

/*******Back To Top Css End*******/
#button-top {
    display: inline-block;
    opacity: 0;
    width: 40px;
    height: 40px;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    right: 0;
    transition: 0.3s;
    background: var(--btn-color);
}
#button-top::after {
    content: '';
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    position: absolute;
    border-radius: 3px;
    transform: rotate(-46deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
#button-top.show {
    opacity: 1;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    visibility: visible;
    animation: bounce 3s infinite;
}
#button-top:hover::after {
    filter: drop-shadow(2px 4px 6px black);
}
#button-top:hover {
    cursor: pointer;
    background: var(--h-color);
}
@media (max-width: 992px) {
  #button-top {
    height: 25px;
    width: 25px;
    border-radius: 4px;
  }
  #button-top::after {
    height: 8px;
    width: 8px;
    border-width: 2px;
    border-radius: 2px;
    top: 2px;
    left: 1px;
  }
  #button-top.show {
    right: 8px;
    bottom: 8px;
  }
}
/*******Back To Top Css End*******/

/*******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.3s 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  ul,
body .content-hidden  ol,
body .content-hidden  li,
body .content-hidden table, 
body .content-hidden  tr, 
body .content-hidden td,
body .content-hidden p {
  display: none !important;
}
button#toggleBtn {
  outline: unset;
}
.content-hidden p:nth-child(2) {
  display: block !important;
}
.seo-content {
  padding-bottom: 10px;
}
.seo-content p {
    font-size: 16px;
    font-weight: 400;
}
/*******Show More Btn Css End*******/

/*******Gtranslate Language Css*******/

.select-lang .gt_switcher_wrapper {
  position: relative !important;
  width: 140px;
  right: 0 !important;
}
.select-lang .gt_switcher_wrapper .gt_switcher.notranslate {
  width: 140px !important;
}
.select-lang .gt_switcher_wrapper .gt_selected {
  background: var(--sec-color) !important;
  border-radius: 6px !important;
  border: 0px !important;
  height: 48px;
  align-content: center;
  border-bottom: 2px solid var(--btn-color) !important;
}
.select-lang .gt_switcher_wrapper .gt_selected:hover {
  transition: 0.3s;
  background: var(--btn-color) !important;
  border-color: var(--sec-color) !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a {
  color: #ffffff !important;
  font-size: 11px;
  position: relative;
  font-weight: 500 !important;
  border-radius: 0px !important;
  width: auto !important;
  border: 0 !important;
  /* height: 40px; */
  /* background-color: var(--sec-color) !important; */
}
.select-lang .gt_switcher_wrapper .gt_selected a.open {
  background: transparent;
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  /* color: var(--btn-color) !important; */
  transition: 0.3s;
  background: transparent !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a:before {
  content: "";
  width: 0;
  height: 0;
}
.gt_container--hich1m .gt_switcher .gt_selected a img {
  width: 20px;
  height: 20px;
  border-radius: 0% !important;
  object-fit: cover !important;
}
.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  right: 12px !important;
  top: 3px !important;
  height: 20px !important;
  width: 10px !important;
  filter: brightness(0) invert(1);
}
.select-lang .gt_switcher_wrapper .gt_option {
  background: #343434 !important;
  position: absolute !important;
  padding: 10px 5px 10px 5px !important;
  width: 128px !important;
  top: 45px;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden !important;
  border: 1px solid #343434 !important;
  height: 170px !important;
}
.select-lang .gt_switcher_wrapper .gt_option a {
  color: #ffffff !important;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-size: 10px;
  transition: 0.3s;
}
.select-lang .gt_switcher_wrapper .gt_option a img {
  width: 20px;
  height: 20px;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: transparent !important;
  transition: 0.3s;
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover:after {
  transition: 0.3s;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  transition: 0.3s;
  color: var(--btn-color) !important;
}
/*******Gtranslate Language Css End*******/

/*******Bread Crum Css*******/
section.bread-crum {
  background-color: var(--btn-color);
  color: #fff;
  max-width: 1600px;
  margin: 0 auto;
}
.bread_crumb {
  padding: 10px 0 10px 0 !important;
  color: #000;
}
.bread_crumb a {
  color: #201e1e;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 992px) {
  .bread_crumb a {
    font-size: 10px !important;
  }
}
/*******Bread Crum Css End*******/

/*******Inner Page Baner Text Crum Css*******/
.innerbanner {
  position: relative;
  z-index: 1;
  background: #fdf3f2;
}
.banner-innercaption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80%;
  justify-content: center;
  text-align: center;
}
.banner-innercaption .inner-page-banner-h {
  font-weight: 500;
  font-size: 45px;
  color: var(--h-color);
  line-height: 60px;
  font-family: 'Parkinsans' !important;
  text-transform: uppercase;
}
.banner-innercaption span {
  display: inline-block;
  font-weight: 700;
  color: var(--btn-color);
  font-family: 'Parkinsans' !important;
}
.banner-innercaption p,
.banner-innercaption p a {
  font-size: 16px;
  color: var(--btn-color);
  margin: 0;
}
@media (max-width: 767px) {
  .innerbanner {
    margin-top: 80px;
  }
  .banner-innercaption .inner-page-banner-h {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-innercaption span {
    font-size: 20px;
  }
  .banner-innercaption p,
  .banner-innercaption p a {
    font-size: 10px;
  }
}
/*******Inner Page Baner Text Crum Css End*******/

/*******Search Css*******/
.h-search-form input.form-control {
  position: absolute;
  width: 250px;
  top: -44px;
  transform: translateX(2000px);
  transition: 0.3s;
}
.form-section.h-search-form {
  position: relative;
}
.form-section.h-search-form button.btn {
  float: right;
}
.form-section.h-search-form form.d-flex {
  display: block !important;
}
.form-section.h-search-form form.d-flex:hover input {
  transform: translateX(-180px);
  transition: 0.3s;
}
.search-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.search-li-header .outer-box {
  border: 1px solid var(--btn-color);
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
  align-content: center;
  text-align: center;
  transition: 0.3s;
}
.search-btn:hover .outer-box {
  border-color: var(--sec-color);
  transition: 0.3s;
}
.search-btn .search-box-btn.search-box-outer {
  display: inline-block;
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
  width: 40px;
  height: 40px;
  align-content: center;
  transition: 0.3s;
  text-align: center;
  background-color: var(--sec-color);
}
.search-box-btn.search-box-outer .s-img {
    max-width: 20px;
    max-height: 20px;
}
.search-btn:hover .search-box-btn.search-box-outer {
  transition: 0.3s;
  background-color: var(--btn-color);
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999999999999;
  margin-top: -540px;
  transform: translateY(-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);
}
body.search-active {
  overflow: hidden;
}
.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;
  font-size: 0;
  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; */
  /* right: 0; */
  /* top: 100%; */
  /* width: 100%; */
  /* height: 100vh; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* background-size: cover; */
  /* margin-top: 0px; */
  content: "";
  /* position: absolute; */
}
.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;
}
@keyframes cir36 {
  100% {
    transform: scale(1.05s);
  }
}
.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;
  animation: pulse; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s;';;
;;;;
;;;;
;animation-iteration-count: infinite;;
}
.search-popup .form-group input[type="text"]:focus, .search-popup .form-group input[type="search"]:focus {
  animation: unset;
}
.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;
  font-size: 0;
}
.search-popup .form-group button img.img-fluid {
  margin: 0;
  position: relative;
  filter: brightness(0);
}
/*******Search Css End*******/

/*******Default Css*******/
.section-heading .sub-heading .heading-s {
  position: relative;
  color: var(--btn-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  line-height: normal;
  margin: 0;
  z-index: 1;
}
.section-heading .defalt-heading {
  margin-bottom: 20px;
}
.section-heading .defalt-heading .heading-h {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  text-transform: capitalize;
  color: var(--h-color);
  z-index: 1;
  display: inline-block;
  margin-bottom: 0;
}
.section-heading .defalt-heading .span-h {
  color: var(--btn-color);
  font-weight: 700;
  font-family: Parkinsans !important;
}
.section-heading .defalt-p {
}
.section-heading .defalt-p .txt-p, .section-heading .defalt-p p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--txt-color);
}
.all-btn .all-btn-tag {
  padding: 10px 20px;
  color: #fff;
  background: var(--btn-color);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.3s;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid var(--sec-color);
}
.all-btn .all-btn-tag:hover {
  transition: 0.3s;
  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;
  background: var(--sec-color);
  color: #ffffff;
  border-color: var(--btn-color);
}
@media (max-width: 767px) {
  .section-heading .sub-heading{
    /* text-align: center; */
  }
  .section-heading .sub-heading .heading-s {
    font-size: 13px !important;
  }
  .section-heading .defalt-heading {
    margin-bottom: 10px !important;
  }
  .section-heading .defalt-heading .heading-h {
    font-size: 24px !important;
    text-align: center;
  }
  .section-heading .defalt-p .txt-p, .section-heading .defalt-p p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .all-btn .all-btn-tag {
    font-size: 12px !important;
    padding: 6px 20px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .section-heading .sub-heading .heading-s {
    font-size: 14px;
  }
  .section-heading .defalt-heading {
    margin-bottom: 10px !important;
  }
  .section-heading .defalt-heading .heading-h {
    font-size: 25px !important;
    text-align: center;
  }
  .section-heading .defalt-heading .span-h {
    font-size: 25px !important;
  }
  .section-heading .defalt-p .txt-p, 
  .section-heading .defalt-p p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .all-btn .all-btn-tag {
    padding: 6px 10px !important;
    font-size: 13px;
    border-radius: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1350px) {
  .section-heading .defalt-heading .heading-h {
    font-size: 40px;
  }
}
/*******Default Css End*******/

/*******Header Css*******/
.main-header {
  z-index: 2;
  padding: 10px 0px;
  position: relative;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.navbar.my-navbar {
  /* justify-content: start !important; */
  width: 100%;
  display: block;
}
.navbar.my-navbar .navbar-collapse {
  width: 100%;
  display: block !important;
}
.navbar.my-navbar .navbar-collapse ul.navbar-nav {
  justify-content: space-between;
}
.my-navbar .mobile-logo {
  display: none;
}
.main-header .nav-item {
  margin: 0px 5px;
  padding: 0px 0px;
  position: relative;
}
.main-header .nav-item .nav-link {
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: normal;
  padding: 10px 0px 5px;
  text-transform: capitalize;
  border-bottom: 1px solid transparent;
}
.main-header .active.nav-item .nav-link {
  font-weight: 700;
  color: var(--btn-color) !important;
  border-color: var(--btn-color);
}
.main-header .nav-item .nav-link:hover {
  transition: 0.3s ease-in;
  color: var(--h-color) !important;
  border-bottom: 1px solid var(--h-color);
}
.main-header .nav-item .nav-link.show {
  transition: 0.3s ease-in;
  color: var(--h-color) !important;
  border-bottom: 1px solid #ffffff00;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu {
  margin: 0px;
  transition: 0.3s;
  background: var(--h-color);
  border-radius: 0 0 0px 0px !important;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu a {
  font-size: 15px;
  transition: 0.3s;
  color: #ffffff !important;
  border-bottom: 0 solid transparent !important;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item, .my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover {
  transition: 0.3s;
  position: relative;
  background-color: transparent;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover a {
  transition: 0.3s;
  color: var(--btn-color) !important;
}
.my-navbar .nav-item .dropdown-menu .dropdown-item .nav-link {
  padding: 0 !important;
  margin: 0 !important;
}
body .my-navbar .nav-item .dropdown-menu .dropdown-item.sub-dropdown-about .nav-link {
  font-weight: 500;
}
.sub-dropdown-menu {
  display: none;
}
.sub-dropdown-menu.show {
  top: 10px;
  right: -150px;
  position: absolute;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover .dropdown-item a {
  color: #fff !important;
  transition: 0.3s;
}
.my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item .dropdown-item a:hover {
  transition: 0.3s;
  color: var(--btn-color) !important;
}
.qoute-li-header .header-btn.all-btn {
  height: 50px;
  align-content: center;
}
.qoute-li-header .header-btn.all-btn .all-btn-tag {
  /* height: 50px; */
  /* align-content: center; */
  /* position: relative; */
  /* display: inline-block; */
}
.header-logo {
  max-width: 80%;
  position: relative;
  z-index: 1;
}
.header-logo .logo {
  display: inline-block;
}
.header-logo .logo img {
  max-width: 100%;
}
.h-social {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  align-content: center;
}
.h-social:after {
  content: '';
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  margin: auto;
  height: 100px;
  width: 1px;
  border: 1px solid #8C8B8B;
}
.h-social:before {
  content: '';
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  margin: auto;
  height: 170px;
  width: 1px;
  border: 1px solid #8C8B8B;
}
.h-social .h-social-list .h-social-item {
  list-style: none;
  margin: 20px 0px;
}
.h-social .h-social-list .h-social-item .h-social-link {
  margin: 0;
  padding: 5px;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  text-align: center;
  align-content: center;
}
.h-social .h-social-list .h-social-item .h-social-link:hover  {
  transition: 0.3s;
}
.h-social .h-social-list .h-social-item .h-social-link .h-social-icon  {
  transition: 0.3s;
  max-width: 20px;
  max-height: 20px;
  transition: 0.3s;
  filter: grayscale(1) brightness(0.99);
}
.h-social .h-social-list .h-social-item .h-social-link:hover .h-social-icon {
  transition: 0.3s;
  filter: unset;
}

@media (max-width: 767px) {
  .h-social {
    display: none;
  }
}

@media (min-width: 767px) and (max-width:992px){
  .h-social {
    right: -20px;
  }
  .h-social .h-social-list .h-social-item {
    margin: 5px 0px;
  }
  .h-social .h-social-list .h-social-item .h-social-link .h-social-icon {
    max-width: 15px;
    max-height: 15px;
  }
  .h-social:before {
    height: 80px;
    top: 5%;
  }
  .h-social:after {
    height: 60px;
    bottom: 8%;
  }
}

@media (max-width: 992px) {
  .main-header {
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 5px 0px;
    /*background: #ffffff;*/
    align-content: center;
    z-index: 999 !important;
    position: fixed !important;
    /* border-top: 3px solid var(--btn-color); */
    border-bottom: 1px solid var(--btn-color);
  }
  .my-navbar .navbar-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .my-navbar .mobile-logo {
    display: block !important;
    text-align: left !important;
  }
  .my-navbar .mobile-logo img.img-fluid {
    max-height: 75px;
    max-width: 180px;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    color: var(--btn-color);
    height: 40px;
    width: 40px;
    z-index: 10;
    text-align: center;
    align-content: center;
    border: 0 !important;
    font-size: 0;
    box-shadow: none;
  }
  .my-navbar span.navbar-toggler-icon span {
    background-color: var(--btn-color);
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 2px;
    transition: 0.3s;
  }
  .my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon span:first-child {
    top: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon span:nth-child(2) {
    opacity: 1;
    transition: 0.3s;
  }
  .my-navbar button.navbar-toggler span.navbar-toggler-icon span:last-child {
    transition: 0.4s;
    margin: 0;
    transform: rotate(40deg);
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .my-navbar button.navbar-toggler span.navbar-toggler-icon span:first-child {
    transition: 0.4s;
    transform: rotate(-40deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    margin: auto;
  }
  .my-navbar button.navbar-toggler span.navbar-toggler-icon span:nth-child(2) {
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon span:last-child {
    bottom: 0;
    transition: 0.4s;
    transform: rotate(0deg);
  }
  .main-header .navbar-collapse {
    top: 0;
    left: 0;
    width: 70%;
    position: fixed;
    text-align: left;
    transition: 0.3s;
    text-align: center;
    margin-top: 80px;
    padding-bottom: 120px;
    height: 100% !important;
    background-color: #ffffff;
    transform: translateX(-1000px);
  }
  .main-header .navbar-collapse.show {
    z-index: 999;
    transition: 0.3s;
    transform: translateX(0px);
  }
  .main-header .nav-item {
    margin: 10px 0px 0px;
  }
  .main-header .nav-item .nav-link {
    margin: 10px 0px 0px;
    font-size: 13px;
    padding: 0px 0px 0px;
  }
  .my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item, .my-navbar .navbar-collapse .nav-item .dropdown-menu .dropdown-item:hover {
    text-align: center;
    padding: 0;
    margin-bottom: 8px;
  }
  .my-navbar .navbar-collapse .nav-item .dropdown-menu {
    margin-top: 8px;
    padding: 10px 30px;
  }
  .my-navbar .navbar-collapse .nav-item .dropdown-menu a {
    font-size: 12px;
  }
  
  .my-navbar .navbar-collapse{
    overflow: auto;
  }
  .my-navbar .dropdown-menu.sub-dropdown-menu {
    display: block !important;
    overflow: auto;
    border-top: 1px solid var(--btn-color);
    border-bottom: 1px solid var(--btn-color);
    padding-bottom: 0;
    padding-top: 0;
  }
  .my-navbar button.navbar-toggler span.navbar-toggler-icon {
    height: 25px;
    width: 30px;
    position: relative;
    z-index: 1;
    align-content: center;
  }
}

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

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

@media (min-width: 992px) and (max-width: 1024px) {
}
/*******Header Css End*******/

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
    main {
        margin-top: 80px;
    }
}

/*******Banner Css*******/
.banner-section {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.banner-section .container {
  position: relative;
  z-index: 1;
}
.banner_txt .caption2 {
  position: relative;
  z-index: 3;
  top: 20px;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.banner_txt .banner-text1 {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner_txt .banner-text2 {
  color: #353535;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner_txt .banner-text3 {
  color: var(--btn-color);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner_img_wrapper .banner_img_wrapper_ul {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}

.banner_img_wrapper_ul .banner_img_wrapper_li {
  max-width: 20%;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.banner_img_wrapper_ul .banner_img_wrapper_li .banner_img {
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px 0px 20px 20px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.banner_img_wrapper_ul .banner_img_wrapper_li .banner_img img {
  transition: all 2s ease-out;
}
.banner_img_wrapper_ul .banner_img_wrapper_li .banner_img:hover img {
  transition: all 2s ease-out;
  transform: scale(1.04);
}
.banner_img_wrapper_ul .banner_img_wrapper_li .banner_img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 10px -12px;
  border-radius: 0px 0px 25px 25px;
  transition: 0.3s;
}

.banner_img_wrapper_ul .banner_img_wrapper_li .banner_img::after {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.banner_img_wrapper_ul .banner_img_wrapper_li .banner_img:hover:after {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.banner_img_wrapper_ul .banner_img_wrapper_li .banner_img:hover:before {
  opacity: 1;
  bottom: 0;
  transition: 0.3s;
}
.banner-company-name {
  writing-mode: sideways-lr;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  text-align: center;
  color: var(--btn-color);
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .banner-section {
    padding-top: 20px;
    overflow: hidden;
  }
  .banner_txt .caption2 {
    top: 0;
    max-width: 90%;
  }
  .banner_txt .banner-text1 {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .banner_txt .banner-text2 {
    font-size: 17px;
    line-height: 22px;
  }
  .banner_txt .banner-text3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .banner-company-name {
    display: none;
  }
  .banner_img_wrapper_ul .banner_img_wrapper_li .banner_img {
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 0px 0px 5px 5px;
  }
  li.banner_img_wrapper_li.banner_img_wrapper_li3 {
    display: none;
  }
  .banner_img_wrapper_ul .banner_img_wrapper_li {
    max-width: 25%;
  }
  .banner_img_wrapper_ul .banner_img_wrapper_li .banner_img:before {
    box-shadow: unset;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .banner-section {
    padding-top: 0;
  }
  .banner-company-name {
    font-size: 12px;
    left: -15px;
  }
  .banner_txt .banner-text1 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .banner_txt .banner-text2 {
    font-size: 32px;
    line-height: 40px;
  }
  .banner_txt .banner-text3 {
    font-size: 30px;
    line-height: 40px;
  }
}

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

@media (min-width: 1024px) and (max-width: 1350px) {
}
/*******Banner Css End*******/

.culture-about-showcase-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*******Culture Css*******/
.culture-section {
  position: relative;
  padding: 60px 0px 200px;
}
.culture-slider-wrapper {
  margin-top: 40px;
}
.culture-slider-wrapper .container {
  position: relative;
}
.culture-slider {
  position: relative;
  z-index: 1;
  margin: 5px;
}
.culture-slider .culture-img {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  transition: 0.3s;
}
.culture-slider:hover .culture-img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
}
.culture-slider .culture-img .culture-img-tag {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s ease-out;
}
.culture-slider:hover .culture-img .culture-img-tag {
  transition: all 2s ease-out;
  transform: scale(1.04);
}
.culture-slider .culture-content {
  position: relative;
  z-index: 1;
}
.culture-slider .culture-content .culture-title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 6px;
  transition: 0.3s;
}
.culture-slider:hover .culture-content .culture-title {
  transition: 0.3s;
  color: var(--btn-color);
}
.culture-slider .culture-content .culture-txt {
  color: var(--txt-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.culture-carousel .owl-nav {
  display: block !important;
  position: relative;
  z-index: 1;
  top: 50px;
}
.culture-carousel .owl-nav .owl-prev {
  height: 30px;
  width: 30px;
  background: var(--btn-color);
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 100%;
  align-content: center;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.culture-carousel .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  background: var(--btn-color);
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 100%;
  align-content: center;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.culture-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 15px;
  transition: 0.3s;
  background-image: url(/images/culture-slide-arrow.svg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
}
.culture-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 15px;
  transition: 0.3s;
  background-image: url(/images/culture-slide-arrow.svg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  transform: rotate(180deg);
}
.culture-carousel .owl-nav .owl-prev:hover, .culture-carousel .owl-nav .owl-next:hover {
  transition: 0.3s;
  background: var(--h-color);
}
.culture-big-txt {
  position: absolute;
  bottom: -200px;
  right: 0;
  font-size: 200px;
  line-height: 150px;
  font-weight: 700;
  background: -webkit-linear-gradient(#c0c0c063 0%, #F8F9F9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .culture-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .culture-slider-wrapper {
    margin-top: 20px;
  }
  .culture-slider .culture-img {
    height: 180px;
  }
  .culture-slider .culture-content .culture-title {
    font-size: 14px;
    line-height: 20px;
  }
  .culture-slider .culture-content .culture-txt {
    font-size: 12px;
    line-height: 18px;
  }
  .culture-big-txt {
    font-size: 60px;
    bottom: -40px;
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    line-height: 60px;
  }
  .culture-carousel .owl-nav {
    top: 20px;
  }
  .culture-carousel .owl-nav .owl-prev, .culture-carousel .owl-nav .owl-next {
    height: 25px;
    width: 25px;
  }
  .culture-carousel .owl-nav .owl-next {
    right: 10px;
  }
 
}

@media (min-width: 767px) and (max-width: 992px) {
  .culture-section {
    padding: 30px 0px;
  }
  .culture-slider-wrapper {
    margin-top: 20px;
  }
  .culture-slider .culture-img {
    height: 200px;
  }
  .culture-slider .culture-content .culture-title {
    font-size: 15px;
    line-height: 20px;
  }
  .culture-slider .culture-content .culture-txt {
    font-size: 13px;
    line-height: 20px;
  }
  .culture-carousel .owl-nav {
    top: 20px;
  }
  .culture-big-txt {
    font-size: 100px;
    bottom: -100px;
  }
}
/*******Culture Css End*******/

/*******About Css*******/
.about-section {
  position: relative;
  padding: 20px 0px 60px;
  /* background-color: #fffaf6; */
}
.about-image {
  position: relative;
  z-index: 1;
  text-align: start;
  height: 400px;
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.about-image .about-img-tag {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-content.section-heading {
  height: 400px;
  align-content: center;
  background: #fff;
  border-radius: 15px;
  padding: 10px;
}
.about-content.section-heading .defalt-heading {
  margin-bottom: 0px !important;
}
.about-content.section-heading .defalt-heading .heading-h {
  /* text-transform: unset; */
  /* margin: 10px 0px; */
  /* padding-top: 0; */
}
.about-content.section-heading .defalt-p p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .about-section {
    padding: 30px 0px 20px;
  }
  .about-content.section-heading {
    height: auto;
  }
  .about-content.section-heading .about-btn.all-btn {
    margin-bottom: 20px;
  }
  .about-image {
    height: 200px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .about-section {
    padding: 30px 0px;
  }
  .about-content.section-heading {
    height: 250px;
  }
  .about-image {
    height: 250px;
  }
}
/*******About Css End*******/

/*******Legacy Excellence Css *******/
.legacy-excellence-wrapper {
  height: 400px;
  position: relative;
  z-index: 1;
  background-image: url(/images/legacy-counter-bg-img.jpg);
  background-size: 100% 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  align-content: center;
  padding: 30px;
  border-radius: 15px;
}
.legacy-heading {
  margin-left: 10px;
}
.legacy-heading .legacy-heading-h {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
}
.legacy-heading .legacy-heading-p {
  COLOR: #FFF;
  font-size: 17px;
  margin: 15px 0px;
}

@media (max-width: 767px) {
  .legacy-excellence-wrapper {
    margin-top: 20px;
    padding: 20px;
    height: auto;
  }
  .legacy-heading {
    margin-left: 0;
  }
  .legacy-heading .legacy-heading-h {
    font-size: 20px;
  }
  .legacy-heading .legacy-heading-p {
    font-size: 13px;
    margin: 10px 0px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .legacy-excellence-wrapper {
    height: 250px;
    padding: 20px;
  }
  .legacy-heading .legacy-heading-h {
    font-size: 20px;
  }
  .legacy-heading .legacy-heading-p {
    font-size: 13px;
    margin: 10px 0px;
  }
}
/*******Legacy Excellence Css End*******/

/*******Counter Css*******/
.counter-wrapper {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 30px 0px 20px;
  width: 100%;
}
.counter-wrapper .counter-item {
  background: #fff;
  width: 230px;
  height: 150px;
  align-content: center;
  padding: 15px 15px;
  margin: 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: rgb(0 0 0 / 30%) 0px 8px 5px -4px;
}
.counter-wrapper .counter-item .counter-no {
  color: var(--btn-color);
  margin-bottom: 5px;
  font-size: 45px;
  font-weight: 700;
}
.counter-wrapper .counter-item .counter-no .countNo {
  font-weight: 700;
  font-family: Parkinsans !important;
}
.counter-wrapper .counter-item .counter-text {
  text-transform: capitalize;
  color: var(--h-color);
  display: block;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  min-height: 50px;
  align-content: center;
}

@media (max-width: 767px) {
  .counter-wrapper{
    padding: 0px 0px 0px;
    justify-content: center;
  }
  .counter-wrapper .counter-item {
    width: 80px;
    padding: 6px;
    margin: 3px;
    height: 100px;
  }
  .counter-wrapper .counter-item .counter-no {
    font-size: 22px;
  }
  .counter-wrapper .counter-item .counter-text{
    font-size: 11px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .counter-wrapper {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .counter-wrapper .counter-item {
    margin: 0 2px 0 0;
    padding: 10px;
    max-width: 220px;
    width: 100%;
    height: 120px;
  }
  .counter-wrapper .counter-item .counter-no {
    font-size: 26px;
  }
  .counter-wrapper .counter-item .counter-text {
    font-size: 12px;
  }
}
/*******Counter Css End*******/

/*******Project Showcase Css*******/
.project-showcase-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0px 60px;
}
.project-showcase-heading.section-heading {
  margin-bottom: 50px;
}
.project-showcase-slider {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}
.project-showcase-slider .project-showcase-img {
  height: 600px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}
.project-showcase-slider .project-showcase-img img.culture-img-tag {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-showcase-slider .project-showcase-content {
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 3;
  background: #fff;
  max-width: 50%;
  height: 300px;
  align-content: center;
  padding: 50px 30px;
  border-radius: 15px 0px 15px 15px;
}
.project-showcase-slider .project-showcase-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
  color: var(--h-color);
  font-family: Parkinsans !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.project-showcase-slider .project-showcase-txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: var(--txt-color);
  line-height: 30px;
  margin-bottom: 20px;
}
.project-showcase-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 51%;
  background: #fff;
  padding: 20px 30px;
  border-radius: 0px  0px 0px 15px;
  height: 90px;
}
.project-showcase-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px dashed #D9D9D9;
  position: absolute;
  z-index: 9;
  left: 30px;
  transition: 0.3s;
}
.project-showcase-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px dashed #D9D9D9;
  position: absolute;
  z-index: 9;
  right: 30px;
}
.project-showcase-carousel .owl-nav .owl-prev:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 10px;
  margin: auto;
  height: 15px;
  width: 12px;
  background-image: url(/images/culture-slide-arrow.svg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  filter: brightness(0);
}
.project-showcase-carousel .owl-nav .owl-prev:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -70px;
  margin: auto;
  width: 80px;
  height: 1px;
  border: 1px solid #D9D9D9;
}
.project-showcase-carousel .owl-nav .owl-next:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
  margin: auto;
  height: 15px;
  width: 12px;
  background-image: url(/images/culture-slide-arrow.svg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  filter: brightness(0);
  transform: rotate(180deg);
}
.project-showcase-carousel .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
  margin: auto;
  width: 80px;
  height: 1px;
  border: 1px solid #D9D9D9;
}
.project-showcase-carousel .owl-nav .owl-prev:hover, .project-showcase-carousel .owl-nav .owl-next:hover, .project-showcase-carousel .owl-nav .owl-prev:hover:after, .project-showcase-carousel .owl-nav .owl-next:hover:after {
  border-color: var(--btn-color);
  transition: 0.3s;
}
.project-showcase-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: auto;
  position: absolute;
  left: 21%;
  bottom: 100px;
}
.project-showcase-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border: 1px solid #474747;
  border-radius: 50%;
  transition: 0.3s;
  margin: 0px 15px;
}
.project-showcase-carousel .owl-dots .owl-dot.active {
  background: var(--btn-color);
  transition: 0.3s;
  border-color: var(--btn-color);
  height: 12px;
  width: 12px;
}

@media (max-width: 767px) {
  .project-showcase-wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .project-showcase-heading.section-heading {
    margin-bottom: 30px;
  }
  .project-showcase-slider {
    padding-bottom: 80px;
  }
  .project-showcase-slider .project-showcase-img {
    height: 150px;
  }
  .project-showcase-slider .project-showcase-content {
    max-width: 60%;
    height: 150px;
    margin: auto;
    padding: 10px;
    bottom: 0px;
  }
  .project-showcase-slider .project-showcase-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .project-showcase-slider .project-showcase-txt {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .project-showcase-carousel .owl-nav {
    padding: 10px;
    height: 40px;
    width: 41%;
    bottom: 40px;
    border-radius: 0px  0px 0px 15px;
  }
  .project-showcase-carousel .owl-nav .owl-prev {
    height: 20px;
    width: 20px;
    left: 10px;
  }
  .project-showcase-carousel .owl-nav .owl-prev:before {
    height: 12px;
    width: 10px;
    right: 0;
  }
  .project-showcase-carousel .owl-nav .owl-next {
    height: 20px;
    width: 20px;
    right: 10px;
  }
  .project-showcase-carousel .owl-nav .owl-next:before {
    left: 0;
  }
  .project-showcase-carousel .owl-nav .owl-prev:after, .project-showcase-carousel .owl-nav .owl-next:after {
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .project-showcase-carousel .owl-dots {
    left: 14%;
    bottom: 55px;
  }
  .project-showcase-carousel .owl-dots .owl-dot {
    margin: 0 2px;
    height: 8px;
    width: 8px;
  }
  .project-showcase-carousel .owl-dots .owl-dot.active {
    height: 8px;
    width: 8px;
  }
}

@media (min-width: 767px) and (max-width:992px) {
  .project-showcase-heading.section-heading {
    margin-bottom: 30px;
  }
  .project-showcase-slider .project-showcase-img {
    height: 350px;
  }
  .project-showcase-slider .project-showcase-content {
    padding: 30px;
    height: 200px;
  }
  .project-showcase-slider .project-showcase-title {
    font-size: 22px;
    line-height: 30px;
  }
  .project-showcase-slider .project-showcase-txt {
    font-size: 13px;
    line-height: 22px;
  }
  .project-showcase-carousel .owl-nav {
    padding: 10px;
    height: 70px;
    bottom: 80px;
  }
  .project-showcase-carousel .owl-nav .owl-prev {
    height: 35px;
    width: 35px;
    left: 20px;
  }
  .project-showcase-carousel .owl-nav .owl-next {
    height: 35px;
    width: 35px;
    right: 20px;
  }
  .project-showcase-carousel .owl-nav .owl-prev:after {
    width: 50px;
    right: -40px;
  }
  .project-showcase-carousel .owl-nav .owl-next:after {
    width: 50px;
    left: -40px;
  }
  .project-showcase-carousel .owl-dots {
    bottom: 115px;
  }
  .project-showcase-carousel .owl-dots .owl-dot {
    margin: 0px 8px;
  }
  .project-showcase-wrapper {
    padding-bottom: 30px;
  }
}
/*******Project Showcase Css End*******/

.video-subscribe-section {
  position: relative;
  z-index: 1;
  height: 600px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
/*******Video Play Button Css*******/
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }

  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.video-addd .box .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  height: 70px;
  width: 70px;
  text-align: center;
  align-content: center;
  transition: 0.4s;
  /* border: 2px solid #fff; */
  border-radius: 100%;
}
.video-addd .box .play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  /* background: var(--btn-color); */
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.video-addd .box .play:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  /* background: var(--btn-color); */
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  animation-delay: 0.4s;
}
.video-addd .box .play .span-video {
  position: relative;
  top: 4px;
  left: 2px;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: inline-block;
  transition: 0.4s;
  transform: rotate(-65deg);
  background: #fff;
  clip-path: polygon(80% 0%, 70% 80%, 0% 40%, 80% 0%);
}
.video-addd .box .play:hover .span-video {
  transition: 0.4s;
  background: var(--h-color);
}

@media (max-width:767px) {
  .video-addd .box .play {
    top: 30%;
  }
}
/*******Video Play Button Css End*******/

/*******Subscribe Email Css*******/
.subscribe-email-section {
  position: absolute;
  bottom: -120px;
  right: 0;
  left: 0;
}
.subscribe-email-row {
  background-image: url(/images/email-subscribe-img-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 15px;
  padding: 50px 30px;
}
.subscribe-email-wrapper {
  position: relative;
}
.subscribe-email-wrapper .subscribe-email-field {
  position: relative;
  z-index: 1;
}
.subscribe-email-wrapper .subscribe-email-field input.custom-input-email {
  background: #870E17;
  color: #fff;
  height: 60px;
  border: 1px solid #ffffff00;
  margin: 0;
  padding: 10px 120px 10px 20px !important;
  border-radius: 30px;
}
.subscribe-email-wrapper .subscribe-email-field input.custom-input-email:focus {
  box-shadow: none;
}
.subscribe-email-wrapper .subscribe-email-field .email-btn {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  outline: none;
  border: 0;
  display: inline-block;
  padding: 8px 30px;
  height: 40px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--btn-color);
  font-family: 'Parkinsans' !important;
  align-content: center;
}
.subscribe-email-wrapper .subscribe-email-field input.custom-input-email::placeholder {
  color: #fff;
}
.subscribe-form-heading {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: 'Parkinsans' !important;
}
.contact-expert-img-heading {
  display: flex;
  align-items: center;
}
.contact-expert-img-heading .contact-expert {
  width: 110px;
}
.contact-expert-heading {
  width: calc(100% - 120px) !important;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Parkinsans' !important;
}
.contact-expert-ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.contact-expert-ul .contact-expert-li {
  list-style: none;
  transition: 0.3s;
}
.contact-expert-ul .contact-expert-li img.contact-expert-img {
  max-width: 45px;
  max-height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.contact-expert-li.contact-expert-li-1 {
  position: relative;
  z-index: 1;
}
.contact-expert-li.contact-expert-li-1:hover {
  transition: 0.3s;
  z-index: 5;
}
.contact-expert-li.contact-expert-li-2 {
  position: relative;
  z-index: 2;
  left: -20px;
}
.contact-expert-li.contact-expert-li-2:hover {
  transition: 0.3s;
  z-index: 4;
}
.contact-expert-li.contact-expert-li-3 {
  position: relative;
  z-index: 3;
  left: -40px;
}
.contact-expert-li.contact-expert-li-3:hover {
  transition: 0.3s;
  z-index: 3;
}
.contact-expert-ul .contact-expert-li:hover img.contact-expert-img {
  transition: 0.3s;
  border-color: var(--btn-color);
}
.contact-expert-content .contact-expert-txt {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0px 0px;
}

@media (max-width:767px) {
  .video-subscribe-section {
    height: 300px;
  }
  .subscribe-email-row {
    padding: 20px;
  }
  .subscribe-form-heading {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .subscribe-email-wrapper .subscribe-email-field input.custom-input-email {
    padding: 10px 85px 10px 10px !important;
    font-size: 12px;
    height: 40px;
  }
  .subscribe-email-wrapper .subscribe-email-field .email-btn {
    font-size: 12px;
    padding: 6px 15px;
    height: 30px;
  }
  .contact-expert-img-heading .contact-expert {
    width: 70px;
  }
  .contact-expert-ul .contact-expert-li img.contact-expert-img {
    max-width: 30px;
    max-height: 30px;
  }
  .contact-expert-li.contact-expert-li-2 {
    left: -14px;
  }
  .contact-expert-li.contact-expert-li-3 {
    left: -26px;
  }
  .contact-expert-heading {
    width: calc(100% - 70px) !important;
    font-size: 13px;
  }
  .contact-expert-content .contact-expert-txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .contact-expert-wrapper {
    margin-top: 20px;
  }
}

@media (min-width: 767px) and (max-width:992px) {
  .video-subscribe-section {
    height: 400px;
  }
  .subscribe-email-row {
    padding: 20px;
  }
  .subscribe-form-heading {
    font-size: 18px;
  }
  .subscribe-email-wrapper .subscribe-email-field input.custom-input-email {
    height: 40px;
    font-size: 12px;
  }
  .subscribe-email-wrapper .subscribe-email-field .email-btn {
    height: 30px;
    font-size: 12px;
    padding: 5px 20px;
    line-height: normal;
  }
  .contact-expert-heading {
    font-size: 13px;
  }
  .contact-expert-content .contact-expert-txt {
    font-size: 13px;
  }
  .subscribe-email-section {
    bottom: -100px;
  }
}
/*******Subscribe Email Css End*******/

/*******Management Team Css*******/
.management-team-section {
  position: relative;
  z-index: 0;
  padding: 220px 0px 100px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}
.marquee-content {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.pause {
  animation-play-state: paused;
}
.management-team-member {
  height: 500px;
  width: 150px;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 1s ease-out;
}
.management-team-member:hover {
  transition: all 1s ease-out;
  width: 400px;
}
.management-team-member:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, black, transparent);
  z-index: -1;
}
.management-team-member .management-team-info {
  writing-mode: sideways-lr;
  transition: all 2s ease-out;
}
.management-team-member:hover .management-team-info {
  writing-mode: horizontal-tb;
  transition: all 2s ease-out;
}
.management-team-member .management-team-info .management-team-name {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  margin: 0;
  margin-bottom: 0px;
  font-family: 'Parkinsans' !important;
}
.management-team-member .management-team-info .management-team-designation {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  opacity: 1;
  transition: 0.3s;
  font-family: 'Parkinsans' !important;
}
.management-team-section .row {
  position: relative;
}

@media (max-width:767px) {
  .management-team-section {
    padding: 150px 0px 30px;
  }
  .customer-heading.section-heading .defalt-heading .heading-h {
    text-align: left;
  }
  .management-team-member:hover, .management-team-member {
    width: 250px;
    height: 230px;
  }
  .management-team-member .management-team-info .management-team-name {
    font-size: 18px;
    line-height: 22px;
  }
  .management-team-member .management-team-info .management-team-designation {
    font-size: 14px;
  }
  .management-team-member .management-team-info {
    writing-mode: horizontal-tb;
  }
}

@media (min-width: 767px) and (max-width:992px) {
  .management-team-section {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  .customer-heading.section-heading  .defalt-heading .heading-h {
    text-align: left;
  }
  .management-team-member {
    height: 300px;
  }
  .management-team-member .management-team-info .management-team-name {
    font-size: 19px;
    line-height: 30px;
  }
  .management-team-member .management-team-info .management-team-designation {
    font-size: 14px;
  }
}
/*******Management Team Css End*******/

/*******Certificates Css*******/
.certificates-section {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.certificate-wrapper .certificate-ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
}
.certificate-wrapper .certificate-ul li {
  list-style: none;
  width: 13%;
}
.certificate-wrapper .certificate-ul li .certificate-img {
  padding: 15px;
  background: linear-gradient(45deg, #FFF4F6 100%, #FFF4F6 100%);
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  width: 100%;
}
.certificate-wrapper .certificate-ul li .certificate-img img.certi-img {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.certificate-wrapper .certificate-ul li .certificate-img:hover img.certi-img {
  filter: brightness(0.7);
  transition: 0.3s;
}
.certificate-wrapper .certificate-ul li .certificate-img.certificate3, 
.certificate-wrapper .certificate-ul li .certificate-img.certificate5,
.certificate-wrapper .certificate-ul li .certificate-img.certificate7 {
  top: 120px;
}
.certificate-wrapper .certificate-ul li .certificate-img a {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.certificate-wrapper .certificate-ul li .certificate-img a:before {
  transition: 0.3s;
  opacity: 0;
}
.certificate-wrapper .certificate-ul li .certificate-img:hover a:before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url(/images/certificate-hover.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 1;
}
.certificate-wrapper .certificate-ul li .certificate-img {
  transition: 0.3s;
  background: linear-gradient(180deg, var(--btn-color) 0%, var(--sec-color) 50%);
}
.certificates-history-heading.section-heading {
  top: -130px;
  position: relative;
}

@media (max-width:767px) {
  .certificates-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .certificate-wrapper .certificate-ul {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .certificate-wrapper .certificate-ul li {
    width: 100%;
    display: inline-flex;
  }
  .certificate-wrapper .certificate-ul li .certificate-img.certificate3, .certificate-wrapper .certificate-ul li .certificate-img.certificate5, .certificate-wrapper .certificate-ul li .certificate-img.certificate7 {
    top: 0;
  }
  .certificate-wrapper .certificate-ul li .certificate-img img.certi-img {
    width: 100%;
    object-fit: cover;
  }
  .certificate-wrapper .certificate-ul li .certificate-img a {
    display: block;
  }
  .certificates-history-heading.section-heading {
    top: 0;
  }
  .certificates-section .row.justify-content-center {
    flex-direction: column-reverse;
  }
}

@media (min-width: 767px) and (max-width:992px) {
  .certificates-section {
    padding-top: 40px;
  }
  .certificate-wrapper .certificate-ul li .certificate-img {
    padding: 8px;
    border-radius: 5px;
  }
  .certificates-history-heading.section-heading {
    top: -80px;
  }
}
/*******Certificates Css End*******/

/*******Product Css*******/
.product-section {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}
.product-heading.section-heading .defalt-heading {
  margin-bottom: 0;
}
.product-heading.section-heading .defalt-heading .heading-h {
  color: #fff;
}
.product-heading.section-heading .defalt-p .txt-p {
  color: #fff;
  margin-bottom: 0;
}
.owl-carousel.product-home-carousel {
  padding: 100px 0px;
}
.product-section .single-product-wrapper {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  transition: 0.3s;
  transform: scale(0.9);
}
.product-section .single-product-wrapper:hover {
  transition: 0.3s;
}
.product-section .owl-item.active.center .single-product-wrapper {
  transform: scale(1.08);
}
.product-section .single-product-wrapper .pro-img {
  height: 350px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin: auto;
  border-radius: 15px;
}
.product-section .single-product-wrapper .pro-img .pro-img-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 2s ease-out;
  max-width: 100%;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}
.product-section .single-product-wrapper .pro-content .pro-title {
  margin: 10px 0px;
  position: relative;
  z-index: 22;
}
.product-section .single-product-wrapper .pro-content .pro-title .pro-links {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
  text-transform: capitalize;
  font-family: 'Parkinsans' !important;
}
.product-section .single-product-wrapper:hover .pro-content .pro-title .pro-links {
  color: var(--btn-color) !important;
  transition: 0.3s;
}
.product-section .single-product-wrapper:hover .pro-img {
  transition: 0.3s;
}
.product-section .single-product-wrapper:hover .pro-img .pro-img-tag {
  transition: all 2s ease-out;
  transform: scale(1.04);
}
.product-section .single-product-wrapper .pro-img .pro-view {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 60px;
  max-height: 60px;
  margin: auto;
  border-radius: 50%;
  background: #f93333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-out;
}
.product-section .single-product-wrapper:hover .pro-img .pro-view {
  transition: all 2s ease-out;
  opacity: 1;
  visibility: visible;
}
.product-section .single-product-wrapper .pro-img .pro-view .pro-links-view {
  font-size: 0;
  font-weight: 400;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-section .single-product-wrapper .pro-img .pro-view .pro-links-view img {
  width: auto;
  max-width: 20px;
}
.product-section .single-product-wrapper .pro-img .pro-view .pro-links-view:hover {
  transition: 0.3s;
}
.product-home-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 50%;
  margin: auto;
  bottom: -80px;
}
.product-home-carousel .owl-nav .owl-prev {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 100%;
  align-content: center;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
  background-image: url(/images/product-slider-arrow.svg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
}
.product-home-carousel .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 100%;
  align-content: center;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
  background-image: url(/images/product-slider-arrow.svg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  transform: rotate(180deg);
}
.product-home-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: baseline;
  width: auto;
  position: relative;
  z-index: 1;
  max-width: 46%;
  margin: auto;
  bottom: -63px;
}
.product-home-carousel .owl-dots .owl-dot {
  height: 1px;
  width: 100%;
  border: 1px solid #5B5B5B;
  transition: 0.3s;
}
.product-home-carousel .owl-dots .owl-dot.active {
  transition: 0.3s;
  border-color: var(--btn-color);
}


@media (max-width: 767px) {
  .product-section {
    padding: 30px 0px 30px;
  }
  .product-section .single-product-wrapper .pro-img {
    height: 180px;
  }
  .product-section .single-product-wrapper .pro-content .pro-title .pro-links {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 3px;
  }
  .owl-carousel.product-home-carousel {
    padding: 30px 0px;
  }
  .product-section .single-product-wrapper {
    margin-top: 0;
    margin: 10px;
  }
  .product-section .single-product-wrapper .pro-img .pro-view {
    opacity: 1;
    visibility: visible;
    max-width: 40px;
    max-height: 40px;
  }
  .product-section .single-product-wrapper .pro-img .pro-view .pro-links-view {
    height: 40px;
    width: 40px;
  }
  .product-section .single-product-wrapper .pro-img .pro-view .pro-links-view img {
    max-width: 14px;
  }
  .product-section .owl-item.active.center .single-product-wrapper {
    transform: scale(1);
  }
  .product-home-carousel .owl-nav {
    bottom: -20px;
    max-width: 80%;
  }
  .product-home-carousel .owl-dots {
    max-width: 60%;
    bottom: -6px;
  }
  .product-home-carousel .owl-nav .owl-prev, .product-home-carousel .owl-nav .owl-next {
    height: 25px;
    width: 25px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .product-section .single-product-wrapper .pro-img {
    height: 220px;
  }
  .product-section .single-product-wrapper .pro-content .pro-title .pro-links {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .product-section {
    padding: 30px 0px;
  }
  .product-section .single-product-wrapper .pro-img {
    height: 200px;
  }
  .product-section .single-product-wrapper .pro-content .pro-title .pro-links {
    font-size: 14px;
  }
  .owl-carousel.product-home-carousel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-home-carousel .owl-nav {
    bottom: -30px;
  }
  .product-home-carousel .owl-dots {
    bottom: -14px;
    max-width: 42%;
  }
}
/*******Product Css End*******/

/*******Customer Logo Css*******/
.customer-logo-section {
  position: relative;
  padding: 60px 0px;
  z-index: 1;
}
.customer-heading.section-heading {
  margin-bottom: 50px;
}
.customer-logo-wrapper .col-lg-2.border {
  transition: 0.3s;
}
.customer-logo-img {
  height: 130px;
  width: auto;
  align-content: center;
  text-align: center;
  overflow: hidden;
}
.customer-logo-wrapper .col-lg-2.border:hover {
  transition: 0.3s;
  border-color: var(--btn-color) !important;
}
.customer-logo-wrapper .col-lg-2.border .customer-logo-img img {
  transition: 0.3s;
  filter: brightness(0);
}
.customer-logo-wrapper .col-lg-2.border:hover .customer-logo-img img {
  transition: 0.3s;
  filter: unset;
}

@media (max-width: 767px) {
  .customer-logo-section {
    padding: 30px 0px 20px;
  }
  .customer-heading.section-heading {
    margin-bottom: 30px;
  }
  .customer-logo-img {
    height: 100px;
  }
  .customer-logo-img img {
    max-height: 95px;
    max-width: 95%;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .customer-logo-section {
    padding: 30px 0px 20px;
  }
  .customer-heading.section-heading {
    margin-bottom: 30px;
  }
  .customer-logo-img {
    height: 100px;
  }
}
/*******Customer Logo Css End*******/

/*******History Css*******/
.our-history {
  position: relative;
  padding: 40px 0;
}
.development-history-heading.section-heading {
  margin-bottom: 60px;
}
.our-history .history-inner {
  display: flex;
}
.our-history .history-inner .numbering {
  font-size: 20px;
  border: 8px solid var(--btn-color);
  border-radius: 100%;
  height: 50px;
  align-content: center;
  text-align: center;
  width: 50px;
  color: var(--btn-color);
  font-weight: 700;
  font-family: 'Parkinsans' !important;
}
.our-history .history-inner .para {
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 5px;
  font-weight: 400;
}
.our-history .history-inner .content {
  margin-left: 10px;
  min-height: 160px;
  width: calc(100% - 60px) !important;
  display: table-cell;
  vertical-align: middle;
}
.our-history .history-year {
  background: var(--btn-color);
  width: 200px;
  padding: 6px;
  border-radius: 6px 6px 0px 0px;
  position: relative;
}
.our-history .history-year .year {
  display: inline-block;
  font-family: 'Parkinsans' !important;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.our-history .history-year:before {
  position: absolute;
  content: '';
  height: 45px;
  width: 4px;
  background: var(--btn-color);
  top: -45px;
  left: 31px;
}
.our-history .my_row2 .history-year {
  left: -165px;
  background: var(--sec-color);
  border-radius: 0px 0px 6px 6px;
}
.our-history .my_row2 .history-year:before {
  transform: rotate(180deg);
  left: unset;
  top: unset;
  right: 20px;
  bottom: -36px;
  background: #b1000d;
}
.our-history .my_row2 .history-inner {
  margin-top: 60px;
}
.our-history .my_row2 .history-inner .numbering {
  border-color: var(--sec-color);
  color: var(--sec-color);
}
.our-history .history-year:after {
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  background: var(--btn-color);
  border-radius: 100%;
  left: 25px;
  top: -52px;
}
.our-history .my_row2 .history-year:after {
  bottom: -49px;
  top: unset;
  left: unset;
  right: 14px;
  background: #b1000d;
}

@media (max-width: 767px) {
  .our-history {
    padding: 10px 0px 10px;
  }
  .development-history-heading.section-heading {
    margin-bottom: 30px;
  }
  .our-history .history-inner .content {
    min-height: 110px;
  }
  .our-history .history-year {
    margin-bottom: 20px;
    border-radius: 0px 0px 6px 6px !important;
  }
  .our-history .history-year:before {
    left: 23px;
  }
  .our-history .history-year:after {
    left: 18px;
  }
  .our-history-row2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .our-history .my_row2 .history-inner {
    margin-top: 0;
  }
  .our-history .my_row2 .history-year {
    left: 0;
  }
  .our-history .my_row2 .history-year:before {
    bottom: auto;
    top: -45px;
    right: auto;
    left: 23px;
  }
  .our-history .my_row2 .history-year:after {
    left: 18px;
    right: auto;
    top: -52px;
    bottom: auto;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .our-history {
    padding: 10px 0px 30px;
  }
  .development-history-heading.section-heading {
    margin-bottom: 40px;
  }
  .our-history .history-inner .numbering {
    font-size: 14px;
    border-width: 5px;
    height: 30px;
    width: 30px;
  }
  .our-history .history-inner .para {
    font-size: 8px;
    line-height: 14px;
  }
  .our-history .history-year {
    width: 120px;
    padding: 3px;
  }
  .our-history .history-year .year {
    font-size: 12px;
  }
  .our-history .history-year:before {
    left: 10px;
  }
  .our-history .history-year:after {
    left: 4px;
  }
  .our-history .my_row2 .history-year {
    left: -85px;
  }
  .our-history .my_row2 .history-inner .content {
    min-height: 110px;
  }
}
/*******History Css End*******/

/*******Blog Css*******/
.blog-section {
  position: relative;
  padding: 60px 0px;
  z-index: 1;
}

.blog-section .blog-wrappers {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  overflow: hidden;
  transition: 0.5s;
}

.blog-section .blog-wrappers .blog-img-div {
  height: 480px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border-radius: 10px;
}

.blog-section .blog-wrappers .blog-img-div .blog-img-link .blog-img-tag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-section .blog-wrappers .blog-content .blog-txt {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: normal;
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
  border-width: 0;
  /* transition: 0.5s; */
  min-height: 170px;
}

.blog-section .blog-wrappers:hover .blog-img-div .blog-img-link .blog-img-tag {
  transition: 0.3s;
  transform: scale(1.06);
}

.blog-section .blog-wrappers .blog-content {
  position: absolute;
  margin: auto;
  z-index: 999;
  inset: 0;
  top: unset;
  padding: 20px;
  overflow: hidden;
  bottom: -210px;
  transition: 0.5s;
}

.blog-section .blog-wrappers .blog-img-div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-section .blog-wrappers .blog-img-div .blog-date {
  position: absolute;
  top: 35px;
  z-index: 9999;
  left: 20px;
  color: var(--btn-color);
  padding: 5px 20px;
  background: #ffffffab;
  z-index: 2;
  transition: 0.5s;
  font-size: 14px;
  border-radius: 5px;
}


.blog-section .blog-wrappers .blog-content .tagss {
  font-size: 15px;
  color: #fff;
}

.blog-section .blog-wrappers .blog-content .tagss img {
  margin-right: 6px;
}

.blog-section .blog-wrappers .blog-content .blog-factory {
  margin-left: 20px;
}

.blog-section .blog-wrappers .blog-content .blog-title {
  color: #fff;
  font-weight: 600;
  margin: 20px 0 40px;
  font-size: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.blog-section .blog-wrappers .blog-content .view-details p {
  color: #fff;
}

.blog-section .blog-wrappers .blog-content .view-details p img {
  margin-left: 10px;
}

.blog-section .blog-wrappers .blog-img-div:before {
  background: linear-gradient(172deg, #bb0715f5, #620f1761);
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0;
  height: 0;
  transition: 0.5s;
  inset: 0;
  margin: auto;
  top: unset;
  z-index: 2;
}
.blog-section .blog-wrappers .blog-img-div:after {
  background: linear-gradient(0deg, #272727d6 0%, #8d8d8d00 100%);
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.3s;
  margin: auto;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.blog-section .blog-wrappers:hover .blog-img-div:before {
  height: 100%;
  opacity: 1;
  transition: 0.3s;
}


.blog-section .blog-wrappers:hover .blog-content {
  bottom: 0;
  transition: 0.5s;
}

.blog-section .blog-wrappers:hover .blog-img-div .blog-date {
  background: #fff;
  transition: 0.5s;
}

.blog-section .blog-wrappers:hover .blog-content .blog-txt {
  border-width: 1px;
  transition: 0.5s;
}
.blog-section .blog-wrappers:hover .blog-content .view-details a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.blog-section .blog-wrappers:hover .blog-content .view-details a:hover {
  border-color: #fff;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .blog-section {
    padding: 30px 0px;
  }

  .blog-section .blog-wrappers {
    margin: 10px 0 10px;
  }

  .blog-section .blog-wrappers .blog-img-div {
    height: 350px;
  }

  .blog-section .blog-wrappers .blog-img-div .blog-img-link .blog-img-tag {
    object-position: top center;
  }

  .blog-section .blog-wrappers .blog-content .blog-txt {
    font-size: 12px;
    line-height: 20px;
    min-height: 120px;
    padding: 10px 0px;
    margin-bottom: 0;
  }
  .blog-section .blog-wrappers .blog-img-div .blog-date {
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 2px;
  }
  .blog-section .blog-wrappers .blog-content {
    bottom: 0;
  }
  .blog-section .blog-wrappers .blog-content .tagss {
    font-size: 10px;
  }
  .blog-section .blog-wrappers .blog-content .blog-title {
    font-size: 18px;
    margin: 10px 0px;
  }
  .blog-section .blog-wrappers:hover .blog-img-div:before, .blog-section .blog-wrappers .blog-img-div:before {
    height: 100%;
    opacity: 1;
  }
  .blog-section .blog-wrappers:hover .blog-img-div .blog-date, .blog-section .blog-wrappers .blog-img-div .blog-date {
    background: #fff;
  }
  .blog-section .blog-wrappers:hover .blog-content .view-details a, .blog-section .blog-wrappers .blog-content .view-details a {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
  }
  .blog-section .blog-wrappers:hover .blog-content .view-details a:hover, .blog-section .blog-wrappers:hover .blog-content .view-details a {
    border-color: #fff;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .blog-section {
    padding: 30px 0px;
  }
  .blog-section .blog-wrappers .blog-img-div {
    height: 300px;
  }
  .blog-section .blog-wrappers .blog-img-div .blog-date {
    font-size: 10px;
    padding: 5px 10px;
  }
  .blog-section .blog-wrappers .blog-content {
    bottom: -130px;
  }
  .blog-section .blog-wrappers .blog-content .tagss {
    font-size: 10px;
  }
  .blog-section .blog-wrappers .blog-content .tagss img {
    max-width: 14px;
  }
  .blog-section .blog-wrappers .blog-content .blog-title {
    font-size: 15px;
    margin: 10px 0px;
  }
  .blog-section .blog-wrappers .blog-content .blog-txt {
    font-size: 12px;
    padding: 8px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 80px;
  }
  .blog-section .blog-wrappers:hover .blog-content .view-details a {
    font-size: 12px;
  }
  .blog-section .blog-wrappers:hover .blog-content .view-details a img {
    margin-left: 5px;
    max-height: 8px;
  }
}

/*******Blog Css End*******/

/*******Testimonial Css*******/
.testimonial-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  margin-top: 0;
}
.testimonial-content {
  max-width: 70%;
  margin: 20px auto;
  text-align: center;
  color: #fff;
}
.testimonial-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-title .testimonial-name {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}
.testimonial-title .testimonial-ttl {
  font-size: 14px;
  margin-left: 20px;
}
.testimonial-text .testimonial-p {
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 20px 0px;
  margin-top: 20px;
  transition: 0.3s;
  line-height: 32px;
  text-align: center;
}
.testimonial-big-txt {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 160px;
  line-height: 180px;
  font-weight: 700;
  background: -webkit-linear-gradient(#c0c0c063 0%, #F8F9F9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  text-align: center;
}
.testimonial-section .testimonial-carousel .owl-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.testimonial-section .testimonial-carousel .owl-nav .owl-prev {
  font-size: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -60px;
  bottom: 0;
  margin: auto;
  /* background: var(--h-color); */
  border: 1px solid #fff;
  border-radius: 100%;
  transition: 0.3s;
  font-size: 0;
}
.testimonial-section .testimonial-carousel .owl-nav .owl-next {
  font-size: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  margin: auto;
  /* background: var(--h-color); */
  border: 1px solid #fff;
  border-radius: 100%;
  transition: 0.3s;
  font-size: 0;
}
.testimonial-section .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-section .testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--btn-color);
  transition: 0.3s;
}
.testimonial-section .testimonial-carousel .owl-nav .owl-prev:before {
  background-image: url(/images/culture-slide-arrow.svg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform: rotate(0deg);
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 20px;
  max-height: 10px;
}
.testimonial-section .testimonial-carousel .owl-nav .owl-next:before {
  background-image: url(/images/culture-slide-arrow.svg);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform: rotate(180deg);
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 30px;
  max-height: 10px;
}
.testimonial-section .testimonial-carousel .owl-dots {
  display: none !important;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
.testimonial-section .testimonial-carousel .owl-dots .owl-dot {
  height: 24px;
  width: 24px;
  background: transparent;
  margin: 0px 5px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.testimonial-section .testimonial-carousel .owl-dots .owl-dot.active {
  background: #fff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.testimonial-section .testimonial-carousel .owl-dots .owl-dot span {
  height: 15px;
  width: 15px;
  position: absolute;
  inset: 0;
  margin: auto;
  display: inline-block;
  background: var(--btn-color);
  border-radius: 100%;
}

@media (max-width: 767px) {
  .testimonial-section {
    padding: 30px 0px;
  }
  .testimonial-big-txt {
    font-size: 40px;
    top: -40px;
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    line-height: 60px;
  }
  .testimonial-title .testimonial-name {
    font-size: 15px;
    text-align: center;
  }
  .testimonial-title .testimonial-ttl {
    font-size: 13px;
    margin-left: 10px;
  }
  .testimonial-text .testimonial-p {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
  }
  .testimonial-section .testimonial-carousel .owl-dots {
    left: 0;
    justify-content: center;
    bottom: -10px;
  }
  .testimonial-section .testimonial-carousel .owl-dots .owl-dot {
    height: 18px;
    width: 18px;
  }
  .testimonial-section .testimonial-carousel .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
  }
  .testimonial-section .testimonial-carousel .owl-nav .owl-prev {
    left: 0;
    top: auto;
    width: 25px;
    height: 25px;
  }
  .testimonial-section .testimonial-carousel .owl-nav .owl-next {
    height: 25px;
    width: 25px;
    right: 0;
    top: auto;
  }
  .testimonial-section .testimonial-carousel .owl-nav .owl-prev:before, .testimonial-section .testimonial-carousel .owl-nav .owl-next:before {
    max-width: 12px;
  }
  .testimonial-content {
    max-width: 100%;
    margin-top: 0;
  }
  .testimonial-title {
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .testimonial-section {
    padding: 30px 0px;
  }
  .testimonial-title .testimonial-name {
    font-size: 15px;
  }
  .testimonial-title .testimonial-ttl {
    font-size: 13px;
    margin-left: 10px;
  }
  .testimonial-text .testimonial-p {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .testimonial-section .testimonial-carousel .owl-nav {
    display: none !important;
  }
  .testimonial-section .testimonial-carousel .owl-nav .owl-prev, .testimonial-section .testimonial-carousel .owl-nav .owl-next {
    width: 25px;
    height: 25px;
  }
  .testimonial-section .testimonial-carousel .owl-nav .owl-prev:before, .testimonial-section .testimonial-carousel .owl-nav .owl-next:before {
    max-width: 13px;
    max-height: 5px;
  }
  .testimonial-section .testimonial-carousel .owl-dots {
    left: 0;
    bottom: -40px;
    justify-content: center;
  }
  .testimonial-section .testimonial-carousel .owl-dots .owl-dot {
    height: 18px;
    width: 18px;
  }
  .testimonial-section .testimonial-carousel .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
  }
  .testimonial-big-txt {
    font-size: 90px;
  }
}
/*******Testimonial Css End*******/

/*******Footer Css*******/
.footer-section {
  padding-top: 60px;
  background: #141414;
  position: relative;
  z-index: 1;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.footer-logo {
  min-height: 90px;
  display: inline-block;
}
.footer-logo .logo {
  display: inline-block;
}
.footer-logo .logo img {
  max-height: 60px;
  max-width: 250px;
}
.footer-p p {
  color: #A4A4A4;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 0;
  padding-right: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.footer-heading {
  margin-bottom: 20px;
}
.footer-heading.footer-heading-email {
  margin-bottom: 0;
  margin-top: 22px;
}
.footer-heading .footer-h {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}


.footer-widgets li a {
  color: #A4A4A4;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer-widgets li a:hover {
  transition: 0.3s;
  color: var(--btn-color) !important;
}
.footer-widgets li a img.img-fluid {
  margin-right: 10px;
}
.footer-widgets li a p {
  display: inline-block;
}

.footer-widgets li {
  margin: 5px 0px;
}
.footer-ul li {
  margin: 10px 0px !important;
  list-style: none;
}


.footer-main-contact .foot-numb .foot-txt-p {
  margin: 0;
  color: #A4A4A4;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block !important;
}
.footer-main-contact .foot-numb .foot-txt-p:hover {
  transition: 0.3s;
  color: var(--btn-color) !important;
}


.foot-social {
  min-height: 90px;
  position: relative;
  padding-top: 20px;
}
.foot-social .foot-social-anchor {
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.foot-social .foot-social-anchor:hover {
  transition: 0.3s;
}
.foot-social .foot-social-anchor img.foot-social-icon, .foot-social .foot-social-anchor img.foot-social-arrow {
  filter: grayscale(1);
  transition: 0.3s;
  max-width: 15px;
  max-height: 15px;
}
.foot-social .foot-social-anchor:hover .foot-social-icon, .foot-social .foot-social-anchor:hover .foot-social-arrow {
  transition: 0.3s;
  filter: unset !important;
}
.foot-social .foot-social-anchor .footer-social-txt {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px 8px;
  transition: 0.3s;
}
.foot-social .foot-social-anchor:hover .footer-social-txt {
  color: var(--btn-color);
  transition: 0.3s;
}

.footer-copy-right {
  padding: 70px 0px 40px;
}
.footer-copy-right .footer-copy-right-txt {
  margin: 0px;
  color: var(--btn-color);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.footer-copy-right .footer-copy-right-txt .footer-copy-right-link {
  color: var(--btn-color);
  position: relative;
  transition: 0.3s;
}
.footer-copy-right .footer-copy-right-txt .footer-copy-right-link:hover {
  color: #A4A4A4;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .footer-section {
    padding-top: 30px;
  }
  .footer-logo {
    min-height: auto;
    margin-bottom: 20px;
  }
  .footer-logo .logo img {
    max-width: 200px;
  }
  .footer-p p {
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .foot-social .foot-social-anchor .footer-social-txt {
    font-size: 12px;
    line-height: 20px;
    margin: 0px 8px;
  }
  .foot-social .foot-social-anchor img.foot-social-icon, .foot-social .foot-social-anchor img.foot-social-arrow {
    max-width: 10px;
    max-height: 10px;
    min-width: 10px;
  }
  .foot-social .foot-social-anchor {
    margin-bottom: 10px;
  }
  .foot-social {
    min-height: auto;
    padding-top: 0px;
  }
  .footer-heading .footer-h {
    font-size: 14px;
  }
  .footer-heading {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .footer-widgets li a {
    font-size: 12px;
  }
  .footer-ul li {
    margin: 5px 0px !important;
  }
  .footer-main-contact .foot-numb .foot-txt-p {
    font-size: 12px;
    word-break: break-word;
  }
  .footer-copy-right {
    padding: 30px 0px 20px;
  }
}

@media (max-width: 992px) {
}

@media (min-width: 767px) and (max-width: 992px) {
  .footer-section {
    padding-top: 40px;
  }
  .footer-logo .logo img {
    max-width: 150px;
  }
  .foot-social {
    padding-top: 0;
    min-height: 60px;
  }
  .footer-logo {
    min-height: 60px;
  }
  .foot-social .foot-social-anchor .footer-social-txt {
    font-size: 12px;
  }
  .footer-p p {
    font-size: 12px;
    padding-right: 0;
    line-height: 20px;
  }
  .footer-heading .footer-h {
    font-size: 14px;
  }
  .footer-ul li {
    margin: 4px 0px !important;
  }
  .footer-widgets li a {
    font-size: 12px;
  }
  .footer-main-contact .foot-numb .foot-txt-p {
    font-size: 12px;
  }
  .footer-heading {
    margin-bottom: 10px;
  }
  .footer-main-contact .foot-numb .foot-txt-p.text-lowercase {
    word-break: break-word;
  }
  .footer-copy-right {
    padding: 30px 0px 20px;
  }
  .footer-copy-right .footer-copy-right-txt {
    font-size: 10px;
  }
}
/*******Footer Css End*******/

@media (max-width: 767px) {
  .col-0 {
    width: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .banner_txt .banner-text2, .banner_txt .banner-text3 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .nav-item .nav-link{
    font-size: 13px;
  }
  .banner_txt .banner-text2, .banner_txt .banner-text3 {
    font-size: 40px;
    line-height: 40px;
  }
  .all-btn .all-btn-tag {
    padding: 6px 20px;
  }
  .search-li-header .outer-box {
    max-width: 40px;
    max-height: 40px;
  }
  .search-btn .search-box-btn.search-box-outer {
    max-width: 30px;
    max-height: 30px;
  }
  .search-box-btn.search-box-outer .s-img {
    max-width: 15px;
    max-height: 15px;
  }
  .h-social:before {
    height: 120px;
  }
  .h-social:after {
    height: 60px;
  }
  .our-history .history-inner .content {
    min-height: 170px;
  }
  .footer-logo .logo img {
    max-width: 200px;
  }
  .footer-main-contact .foot-numb .foot-txt-p {
    font-size: 12px;
    word-break: break-word;
  }
  .footer-widgets li a {
    font-size: 12px;
  }
  .footer-p p {
    font-size: 12px;
  }
  .blog-section .blog-wrappers .blog-content .blog-title {
    font-size: 22px;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .culture-heading.section-heading .defalt-heading .heading-h {
    text-align: left;
  }
  .project-showcase-slider .project-showcase-img {
    height: 250px;
  }
  .blog-section .blog-wrappers .blog-img-div {
    height: 230px;
  }
  .blog-section .blog-wrappers .blog-content {
    padding: 10px;
  }
  .blog-section .blog-wrappers .blog-content .tagss {
    font-size: 8px;
  }
  .blog-section .blog-wrappers .blog-content .tagss {
    margin-left: 5px;
  }
  .blog-section .blog-wrappers .blog-content .blog-title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .blog-section .blog-wrappers .blog-content .blog-txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 61px;
    font-size: 10px;
    line-height: 16px;
  }
  .blog-section .blog-wrappers:hover .blog-content .view-details a, 
  .blog-section .blog-wrappers .blog-content .view-details a {
    font-size: 10px;
  }
}