@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  font-family: "Noto Sans", sans-serif;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #1c73ea;
  font-family: "Noto Sans", sans-serif;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
  color: #222222;
  font-family: "Noto Sans", sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

p,
.text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
/*** 

====================================================================
Main Header
====================================================================

***/
/* .main-header .logo:before {
  position: absolute;
  top: 0;
  margin-right: -230px;
  right: 84%;
  height: 97px;
  width: 1096px;
  background-color: #ffffff;
  content: "";
  transform: skew(40deg);
  z-index: -1;
  top: -16px;
} */
.main-header_with {
  padding: 7px 0px;
}

.main-header .logo {
  position: relative;
}

.main-header .logo img {
  width: 100%;
}

.main-header .logo {
  width: 209px;
}

.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 30px 0px;
  margin-right: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-weight: 400;
  color: #c40404;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
}

.main-menu .navigation > li > a:before {
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 2px;
  width: 0%;
  background: #fff;
  content: "";
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
  left: 0;
  width: 75%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 270px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: rgb(255, 255, 255);
  /* background: linear-gradient(90deg, rgba(240,80,36,1) 34%, rgba(246,152,34,1) 97%); */
  margin-top: 30px;
  opacity: 0;
  /* display: none; */
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 4px 13px;
  line-height: 29px;
  font-weight: 500;
  font-size: 17px;
  color: #004282;
  text-align: left;
  margin: 0 5px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 5px;
}

.dropdown ul li:last-child a {
  /* border-bottom: none !important; */
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #6d9bc9;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 5px;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
  /* transform: rotate(180deg); */
}

.dropdown2a > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 5px;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
  transform: rotate(180deg);
}
.dropdown a i {
  font-size: 13px;
}
.main-menu .navigation > li > ul > li > ul li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 270px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 1;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul li > :hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dropdown2a ul {
  position: absolute;
  top: 0;
  right: 100%;
  width: 260px;
  background-color: #fff;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.dropdown2a ul li a {
  position: relative;
  display: block;
  padding: 8px 13px;
  line-height: 29px;
  font-weight: 500;
  font-size: 17px;
  color: #000066 !important;
  text-align: left;
  margin: 0 5px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5dede;
}
.dropdown2a li {
  bottom: 2px solid #bebdbd !important;
}
.dropdown2a:hover ul {
  display: block;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 200px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 9px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #000066;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5 !important;
  transition: all 300ms ease;
  margin: 0 1px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  /* background-color: #3f9f81; */
  margin-bottom: 3px;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #000066;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: rgb(255, 255, 255);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}

.main-header .outer-box .theme-btn {
  display: block;
  min-width: 160px;
}

.dropdown_t ul {
  position: absolute;
  top: 0;
  right: -270px;
  width: 300px;
  background-color: #f48023;
  display: none;
}

.dropdown_t:hover ul {
  display: block;
}

/*** 

====================================================================
Mobile Menu
====================================================================

***/

.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 50px;
  cursor: pointer;
  color: #ffffff;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-right: 15px;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
  width: 100px;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
  height: 40px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  height: 100vh;
}

.mobile-menu .menu-box {
  position: relative;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #1c73ea;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  padding: 0 20px;
}

.mobile-menu .navigation > li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.mobile-menu .navigation > li > a {
  font-weight: 500;
  border: 1px solid #eeeeee;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #404040;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #1c73ea;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  border-left: 1px solid #fafafa;
  color: #222222;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
  display: inline-block;
  position: relative;
  content: "\f068";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  margin-left: 10px;
}

.mobile-nav-toggler span {
  color: #000;
}

.header-style {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  /* z-index: 1000; */
  background-color: #fff;
}

.header-style .main-menu .navigation > li > a {
  color: #000000;
  font-weight: 600;
}

.header-style .main-menu .navigation > li > a:before {
  bottom: -4px;
}

.header-style .main-menu .navigation > li > a:hover:before,
.header-style .main-menu .navigation > li.current > a:before {
  width: 25px;
}

.header-style .menu-outer {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0px 0px;
}

.header-style .outer-box .theme-btn {
  min-width: 160px;
}

.header-style .logo {
  padding: 0px 0;
  z-index: 0;
}

.header-style-three {
  top: 0;
}

.header-style-three .menu-outer {
  position: relative;
  padding: 40px 0 !important;
}

.header-style-three .theme-btn {
  min-width: 160px;
}
.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  backdrop-filter: blur(7px);
  animation: slideDown 0.45s ease-out;
  background-color: #fff;
  z-index: 1000;
}

.page-header.is-sticky .main-menu .navigation > li > a {
  color: #000000 !important;
  font-weight: 500;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.is-sticky span {
  width: 30px !important;
}
/* .is-sticky .sidebar {
    z-index: 1 !important;
} */
.is-sticky .toggle span:before,
.toggle span:after {
  background: #000000;
}

.is-sticky .toggle span {
  background: #000000 !important;
}
.is-sticky.toggle span:after {
  background: #000000 !important;
}

.is-sticky .toggle span:after {
  top: 8px;
  background-color: #000;
}
/* ...............header-end.................. */

.slick-slide img {
  height: auto;
  width: 100%;
}

.banner-slider {
  position: relative;
}

.banner-slider .slick-prev {
  z-index: 1000000;
  position: absolute;
  top: 50%;
  left: 40px;
  /* transform: translate(-50%, -50%); */
  width: 45px;
  height: 45px;
  font-size: 0px;
  background-image: url(../images/arrow-next.png);
  background-color: #ffffff87;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-position: center;
}

.banner-slider .slick-next {
  z-index: 1000000;
  position: absolute;
  top: 50%;
  right: 40px;
  /* transform: translate(-50%, -50%); */
  width: 45px;
  height: 45px;
  font-size: 0px;
  background-image: url(../images/arrow-next.png);
  background-color: #ffffff87;
  background-repeat: no-repeat;
  background-position: center;
}

/* ............about........... */

.about {
  padding: 90px 0px;
}
.latest-about2__media {
  position: relative;
}
.latest-about2__media-img1 {
  float: right;
}
.latest-about2__media-img1 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.latest-about2__media-img2 {
  position: absolute;
  top: 255px;
}
.latest-about2__media-img2 img {
  position: relative;
  max-width: 370px;
  height: auto;
  border-radius: 10px;
}
.about {
  position: relative;
  /* overflow-x: hidden; */
}
.latest-about2__all-shape-bg-shape {
  position: absolute;
  top: -90px;
  right: -150px;
}
.overflow-hidden {
  overflow: hidden !important;
}
.upDown-bottom {
  -webkit-animation: upDown 0.8s infinite alternate;
  animation: upDown 0.8s infinite alternate;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.welcome-small-heading h5 {
  font-size: 16px;
  font-weight: 500;
}
.wel-big-heading h2 {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 800;
  color: #7ebf28;
  margin-bottom: 2px;
}
.about-paragraph p {
  text-align: justify;
}
.about-content {
  padding-right: 15px;
}
.mid-heading h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1b75bc;
  margin-bottom: 5px;
}
.rr-btn {
  font-size: 19px;
  margin-top: 10px;
  font-style: normal;
  line-height: 30px;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 12px 30px;
  background-color: #3e8e29;

  z-index: 5;
  color: #fff;
  z-index: 5;
}
.rr-btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-165%, 0) rotate(0deg);
  transform: translate(-165%, 0) rotate(0deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: -1;
  content: "";
}
.rr-btn:hover::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rr-btn.btn-hover-white::before {
  background-color: #0480d5;
}

/* .........product-section.......... */

.overflow-hidden {
  overflow: hidden !important;
}
.our-gallery {
  padding: 50px 0px;
  /* padding-top: 25px; */
  background: #1b75bc;
  background: linear-gradient(68deg, #1b75bc 0, #7ebf28 100%);
  padding-bottom: 0px;
}
.our-gallery__item {
  max-width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.our-gallery__item .overlay {
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  visibility: hidden;
  opacity: 0;
  top: 30px;
  left: 30px;
}
.our-gallery__item .overlay h3 {
  color: #fff;
  /* margin-bottom: 10px; */
  font-size: 30px;
  font-weight: 600;
  /* position: absolute; */
  /* width: 100%; */
  text-align: center;
  display: block;
  /* width: 90%; */
  line-height: 30px;
  margin: 0 auto;
}
.row-none .col-xl-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 1px !important;
  border: 0.9px solid #1b75bc0f;
}
.our-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-gallery__item .hover {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: rgba(0, 29, 8, 0.8);
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.active .overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.active .hover {
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
}
.active .hover i {
  color: #fff;
  position: relative;
  border: 1px solid #fff;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  font-size: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: 30px;
  right: 30px;
}
.overlay h6 {
  color: #fff;
}
.our-gallery__title-wrapper-title {
  color: #fff;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}
.my-element {
  /* width: 200px;
  height: 100px; */

  transition: background-color 0.3s;
}

.working-process-wrapper .process-item {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 30px 0;
}
.working-process-wrapper .process-item .process-icon-box {
  position: relative;
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}
.working-process-wrapper .process-item .process-icon-box .process-icon {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #1b75bc;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
  height: 148px;
  width: 148px;
  line-height: 148px;
  margin: 0 auto;
  z-index: 1;
  border-radius: 50%;
}

.working-process-wrapper .process-item .process-icon-box .process-count {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 50%;
}
.working-process-wrapper .process-item .process-icon-box .process-count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #449230;
  font-size: 14px;
  font-weight: 800;
  line-height: 40px;
  counter-increment: my-sec-counter1;
  content: counters(my-sec-counter1, ".", decimal-leading-zero);
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 50%;
}
.working-process-shape {
  position: absolute;
  top: -50px;
  left: 270px;
  opacity: 0.8;
}
.working-process-section {
  background-image: url(../images/work-bg.png);
  padding: 90px 0px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 10;
}
.working-process-section::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(68deg, #1b75bceb 0, #7ebf28c4 100%);
  z-index: -1;
}
.section-content {
  position: relative;
}
.big-text {
  font-size: 120px;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  color: #353542;
  font-weight: 800;
  z-index: -1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #a9a9a9;
}
.section-title {
  padding-bottom: 70px;
}
.process-title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-top: 9px;
}
.process-text {
  color: #fff;
}
.text-primary-color {
  color: #f9f9f9;
  font-size: 15px;
}
.text-white {
  font-size: 40px;
  font-weight: 700;
}

.webextheme-icon-office-1 img {
  width: 70px;
}
.working-process-wrapper .process-item .process-icon-box .process-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #3f8e2b;
  transform-origin: center;
  transform-style: preserve-3d;
  -moz-transition: all 0.3s cubic-bezier(0.54, 0.33, 0.78, 0.84);
  -webkit-transition: all 0.3s cubic-bezier(0.54, 0.33, 0.78, 0.84);
  -ms-transition: all 0.3s cubic-bezier(0.54, 0.33, 0.78, 0.84);
  -o-transition: all 0.3s cubic-bezier(0.54, 0.33, 0.78, 0.84);
  transition: all 0.3s cubic-bezier(0.54, 0.33, 0.78, 0.84);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: -1;
  border-radius: 50%;
}
.working-process-wrapper
  .process-item:hover
  .process-icon-box
  .process-icon:before {
  transform: scale(1.05);
}

.bixol-service-section .bixol-services .bixol-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}

.bixol-service-section
  .bixol-services
  .bixol-service-item
  .bixol-icon-wrapper
  span {
  width: 80px;
  height: 80px;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.bixol-service-section
  .bixol-services
  .bixol-service-item
  .bixol-icon-wrapper
  span::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0275d4ad;
  z-index: 2;
}

.bixol-service-section
  .bixol-services
  .bixol-service-item
  .bixol-icon-wrapper
  span
  i {
  background-color: #0275d4;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.bixol-service-section
  .bixol-services
  .bixol-service-item
  .bixol-service-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
  box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
  padding: 22px 28px 35px 50px;
  margin-left: -50px;
  position: relative;
  z-index: 1;
  height: 210px;
}

.bixol-service-section
  .bixol-services
  .bixol-service-item
  .bixol-service-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/r-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.bixol-service-section
  .bixol-services
  .bixol-service-item
  .bixol-service-content
  h5 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  /* color: #43912a; */
}

.bixol-service-section .bixol-services .bixol-service-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.bixol-service-section
  .bixol-services
  .bixol-service-item:hover
  .bixol-icon-wrapper
  span
  i {
  background-color: #ffffff;
  color: #449732;
}

.bixol-service-section
  .bixol-services
  .bixol-service-item:hover
  .bixol-service-content::before {
  opacity: 1;
}

.bixol-service-section
  .bixol-services
  .bixol-service-item:hover
  .bixol-service-content
  h5 {
  color: #ffffff;
}

.bixol-service-section
  .bixol-services
  .bixol-service-item:hover
  .bixol-service-content
  p {
  color: #ffffff;
}

.bixol-service-section .bixol-service-middle .img-wrapper {
  position: relative;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: 0px;
  text-align: center;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content h3 {
  color: #ffffff;
  margin-bottom: 0px;
  position: relative;
  z-index: 10;
  font-size: 35px;
  font-weight: 700;
}

.bixol-service-section .bixol-service-middle .img-wrapper .banner-content p {
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  z-index: 10;
}

.bixol-service-section
  .bixol-service-middle
  .img-wrapper
  .banner-content
  .banner-svg-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b75bc;
  -webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
  z-index: 2;
  border-radius: 15px 25px 25px 15px;
}

.bixol-service-section
  .bixol-service-middle
  .img-wrapper
  .banner-content
  .banner-svg-2 {
  position: absolute;
  top: 8px;
  left: -8px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
  z-index: 1;
  border-radius: 15px 25px 25px 15px;
}

@media (max-width: 991.98px) {
  .bixol-service-section .bixol-services .bixol-service-item {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .bixol-service-section .bixol-service-middle {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bixol-service-section .bixol-service-middle .img-wrapper {
    width: auto;
    max-width: 100%;
    display: inline-block;
  }
}
.bixol-service-section {
  padding: 70px 0px;
  background-color: #fbfdff;
}
.heading {
  margin-bottom: 40px;
}
.main-heading {
  font-size: 40px;
  color: #45952b;
  font-weight: 800;
}
.short-heading {
  text-transform: uppercase;
  color: #004282;
  font-weight: 700;
}
/* .hero-slider {
  position: relative;
}
.hero-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b75bc;
  z-index: 10;
  background: linear-gradient(68deg, #1b75bc 0, #7ebf28 100%);
} */

.textmonial {
  padding: 70px 0px;
  background-image: url(../images/h1-features-img.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery {
  padding: 40px 0;
}

.gallery ul {
  margin: 0;
}

.gallery ul li {
  float: left;
  width: 33.33%;
  list-style: none;
  padding: 10px;
  position: relative;
}

.gallery ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 92%;
  width: 95%;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  content: "";
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  right: 0;
  bottom: 0;
  margin: auto;
}

.gallery ul li:hover:before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.gallery ul li a {
  float: left;
  width: 100%;
}

.gallery ul li a::after,
.gallery ul li a::before {
  width: 40%;
  height: 40%;
  opacity: 0;
  content: "";
  transition: 0.5s;
  position: absolute;
}

.gallery ul li a::before {
  top: 10%;
  left: 7%;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.gallery ul li a::after {
  bottom: 10%;
  right: 7%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.gallery ul li:hover a::after,
.gallery ul li:hover a::before {
  width: 86%;
  height: 80%;
  opacity: 0.7;
}

.gallery ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.gallery ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: #f6811a;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  font-size: 21px;
  cursor: pointer;
}

.gallery ul li:hover i {
  opacity: 1;
}

.gallery .mfp-wrap.mfp-gallery,
.mfp-ready {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mfp-figure figure {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .textmonial */

.testimonial {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 50px 0;
  padding-top: 0px;
  overflow: hidden;
}
.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.details .job {
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
/* swiper button css */
.testimonial .nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgb(4 122 212);
  transition: 0.2s;
}
.testimonial .nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.testimonial .nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.testimonial .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.testimonial .swiper-pagination-bullet-active {
  background-color: #4070f4;
}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none;
  }
}
.footer-area {
  position: relative;
  z-index: 1;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 250px;
  margin-bottom: 35px;
}

.copyright {
  position: relative;
  padding: 10px 0;
  background: #1b75bc;
  background: linear-gradient(68deg, #186db1 0, #4c7713c4 100%);

  z-index: 1;
}

.copyright::before {
  /* content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #008000a8;
  width: 28%;
  height: 100%;
  clip-path: polygon(10% 1%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1; */
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: #fff;
  transition: 0.3s;
}

.copyright .footer-menu li a:hover {
  color: #fff;
}

.copyright .copyright-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: #fff;
  font-weight: 500;
}

.footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 21px;
  z-index: 1;
}

.footer-widget-title::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 90px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.footer-widget-title::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: #000066;
  bottom: 0;
  left: 18px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-list li a {
  color: #fff;
  transition: 0.3s;
}
.footer-list li {
  padding-left: 20px;
  position: relative;
}
.footer-list li a i {
  margin-right: 5px;
  color: #fdfdfd;
  position: absolute;
  text-align: 0;
  top: 5px;
  left: 0;
}

.footer-list li a:hover {
  padding-left: 10px;
  color: black;
}

.footer-widget-box p {
  color: #fff;
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  /* justify-content: end; */
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 12px;
  background: #fff;
  color: var(--theme-color);
  transition: 0.3s;
}

.footer-social li a i:hover {
  background: #1c73ea;
  color: #fff;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-contact li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 10px;
  background: #3f8e29;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.subscribe-form .form-control {
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: none;
  border: none;
}

.subscribe-form .theme-btn {
  margin-top: 20px;
  width: 100%;
  padding: 14px;
}

.subscribe-form .theme-btn:hover {
  color: var(--theme-color);
}

.subscribe-form .theme-btn::before {
  background: #fff;
}

@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 0;
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .copyright::before {
    clip-path: polygon(30% 1%, 100% 0, 100% 100%, 0% 100%);
  }

  .copyright .copyright-text a {
    color: var(--theme-color);
  }
}

.footer-area {
  padding-bottom: 0px;
  background: #1b75bc;
  background: linear-gradient(68deg, #1b75bc 0, #7ebf28 100%);
  padding-top: 50px;
}
.img-wrapper img {
  width: 100%;
}

/* inner-pages..... */
.page-title-section {
  padding: 90px 0 80px 0;
  position: relative;
}

.page-title-section h1 {
  font-size: 54px;
  font-weight: 800;
  word-wrap: break-word;
  line-height: 66px;
  color: #fff;
  margin-bottom: 20px;
  z-index: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.page-title-section ul {
  margin-bottom: 0;
}

.page-title-section ul li {
  display: inline-block;
  position: relative;
}

.page-title-section ul li a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.page-title-section ul li:last-child {
  padding-left: 30px;
}

.page-title-section ul li:last-child a {
  color: rgba(255, 255, 255, 0.8);
}

.page-title-section ul li:last-child:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  position: absolute;
  vertical-align: middle;
  left: 10px;
  top: 15px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}

.page-title-section ul li:last-child:before {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  transform: translateY(-50%);
  background-color: #7ec53e;
  border-radius: 50%;
  position: absolute;
  vertical-align: middle;
  top: 15px;
  left: 7px;
}

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 90px 0 80px 0;
  }

  .page-title-section h1 {
    font-size: 58px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 80px 0 70px 0;
  }

  .page-title-section h1 {
    font-size: 52px;
  }
}

@media screen and (max-width: 767px) {
  .page-title-section {
    padding: 80px 0 70px 0;
  }

  .page-title-section h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 80px 0 70px 0;
  }

  .page-title-section h1 {
    font-size: 38px;
    line-height: 55px;
  }
}
.bg-img {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.border-width-2 {
  border-width: 2px !important;
}
.bottom-10 {
  bottom: 10%;
  top: inherit;
}
.left-10 {
  left: 10%;
  right: inherit;
}
.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
}
@keyframes LeftRight {
  0% {
    transform: translate(0px, 0px);
  }

  65% {
    transform: translate(30px, 0);
  }

  100% {
    transform: translate(0px, 0px);
  }
}
.left-5 {
  left: 5%;
  right: inherit;
}
.top-25 {
  top: 25%;
  bottom: inherit;
}
.z-index-1 {
  z-index: 0;
}
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
}

@keyframes TopBottom {
  0% {
    transform: translate(0px, 0px);
  }

  65% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.ani-move {
  animation: ImageMove 4s infinite linear;
  animation-duration: 5s;
}

@keyframes ImageMove {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(10px, 20px);
  }

  50% {
    transform: translate(30px, 30px);
  }

  75% {
    transform: translate(20px, 10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}
.right-10 {
  right: 10%;
  left: inherit;
}
.top-20 {
  top: 20%;
  bottom: inherit;
}
.page-title-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(46, 46, 46, 0.76);
  background: linear-gradient(-90deg, transparent, #2e2e2e 65%);
}

.our-vission {
  --bs-bg-opacity: 1;
  background-color: rgb(248 249 250);
  position: relative !important;
  padding: 70px 0px;
}
.card-bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center top;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
}
.card:hover .card-bg-img {
  transform: scaleY(1);
  z-index: 0;
}
.card {
  position: relative;
  align-items: center;
}
.card-body {
  z-index: 1;
}
.card-style02:hover p,
.card-style02:hover h3 {
  color: #fff;
  position: relative;
  z-index: 99;
}
.card-bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  background: #000;
  opacity: 0.6;
}
.card-style02 h3 {
  font-size: 24px;
  font-weight: 700;
}
.card-style02 .card-icon {
  width: 50px;
  height: 50px;
  background-color: #3e8d29;
  text-align: center;
  margin-right: 20px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}
.card-style02 .card-icon img {
  filter: brightness(0) invert(1);
}
.card-img {
  margin-bottom: 20px;
}
.card-style02 {
  height: 100%;
}
.small-heading {
  text-align: center;
}
.director-image img {
  width: 100%;
}
.small-heading h5 {
  display: inline-block;
  padding: 10px 15px;
  /* background-color: #0270d1; */
  color: #fff;
  background: #1b75bc;
  background: linear-gradient(68deg, #1b75bc 0, #7ebf28 100%);
  border-radius: 5px;
}
.ali {
  align-items: center !important;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d7d7d7;
}
.des h5 {
  font-size: 23px;
  font-weight: 700;
  color: #000000;
}
.page-details {
  padding: 70px 0px;
}
.list-style2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style2 li {
  position: relative;
  padding: 0 0 0px 30px;
  margin: 0 0 15px 0;
}
.list-style2 li:before {
  content: "\f36";
  position: absolute;
  top: -7px;
  left: 0;
  font-family: Font Awesome\5 Free;
  font-weight: 700;
  color: #7ec53e;
  font-size: 21px;
}
.mb-1-9,
.my-1-9 {
  margin-bottom: 1.9rem;
}
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
  margin-bottom: 15px;
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
  width: 100%;
}
.accordion-style .btn-link {
  background: #7ec53e;
  color: #fff;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 10px;
  padding: 15px 50px 15px 20px;
  text-decoration: none;
  box-shadow: none;
  border-radius: 5px;
}
.accordion-style .btn-link.collapsed {
  background: #ffffff;
  color: #6f6f6f;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.accordion-style .btn-link:after {
  background: #fff;
  border-radius: 50%;
  font-family: Font Awesome\5 Free;
  content: "\f253d7";
  font-weight: 700;
  right: 15px;
  left: inherit;
  font-size: 16px;
  height: 25px;
  line-height: 24px;
  transform: none;
  width: 25px;
  top: 15px;
  position: absolute;
  color: #7ec53e;
  text-align: center;
  padding-left: 2px;
  letter-spacing: 2px;
}
.bg-light {
  padding: 70px 0px;
}
.des h4 {
  font-weight: 700;
}

/* .pop-up */
.fade-centered {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.fade-centered.show {
  opacity: 1;
  transform: scale(1);
}
.fade-centered .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
}
.service-sidebar .service-widgets {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.service-sidebar .service-widgets .category-list li {
  padding: 15px 20px;
  background-color: #f3f7f8;
  margin-bottom: 10px;
  border-radius: 3px;
}
.service-sidebar .service-widgets .category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
  font-weight: 500;
}
.service-widgets .category-list li a i {
  background-color: #fff;
  font-size: 14px;
  color: #000000;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.service-sidebar .service-widgets .category-list li a,
.service-sidebar .service-widgets .category-list li:hover a {
  color: #2e2e2e;
}
.mid-heading {
  font-size: 22px !important;
  color: #3d8f26 !important;
}
.des p {
  text-align: justify;
}
.des b,
strong {
  font-size: 18px;
  color: #065087;
}
.blog-style-2 .blog-content {
  padding: 25px 20px;
}
.blog-box-title {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 30px;

  font-weight: 700;
}
.blog-box-title a {
  color: #42464e;
}
.blog-box .blog-desc p {
  margin-bottom: 0;
}
.blog-box {
  box-shadow: 0px 0px 8px 5px #ebebeb94;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.link-btn {
  margin-top: 25px;
}
.link-btn a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #7fc540;
}
.link-btn a i {
  padding-left: 10px;
}

.contact-part {
  padding: 50px 0 0 0;
}
.contact-part .address-box {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  background-color: #7ebf28;
  position: relative;
  box-shadow: 0 0 10px 0 #ccc;
  border: 5px solid #fff;
  font-size: 17px;
  line-height: 28px;
  border-radius: 50px;
  padding-bottom: 15px;
  margin-bottom: 60px;
  height: 230px;
}
.contact-part .address-box .add-image {
  background-color: #1b75bc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50px;
}
.contact-part .address-box img {
  padding: 15px;
  width: 60px;
}
.contact-part .address-box a,
.contact-part .address-box p {
  font-size: 17px;
  color: #fff;
  line-height: 26px;
  margin: 5px 0;
}
.contact-part .address-box h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-top: 60px;
}
.contact-part .company-text {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  color: #7ebf28;
  line-height: 40px;
}
.quick-connect {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 999999;
}
.quick-connect a {
  color: #fff;
}
.call {
  background-color: #1b75bc;
  color: #fff;
  font-size: 20px;
  border-radius: 10px 0 0 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.whatsapp {
  background-color: #7ebf28;
  color: #fff;
  font-size: 23px;
  border-radius: 10px 0 0 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.whatsapp:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.location-map {
  background-color: #fbbc04;
  color: #fff;
  font-size: 23px;
  border-radius: 10px 0 0 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: center;
}
.location-map:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shakes {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
.hidden-txt {
  display: none;
}
.btn-primary {
  background-color: #7ebf28;
}
.btn-primary:hover {
  background-color: #023e6d !important;
}
@media (max-width: 768px) {
  .contact-part {
    padding: 20px 0 0 0;
  }
  .boxquotemodal {
    margin: 20px 40px;
  }
  .innerpages-part-banner-part {
    background: #7ebf28;
    padding: 60px 0 60px 20px;
    position: relative;
  }
  .contact-part .company-text {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    color: #7ebf28;
    line-height: normal;
  }
  .welcome-part-img iframe {
    border-radius: 20px;
    height: 200px;
  }
  .welcome-part-img {
    background-image: url(../images/welcome-01.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .sec-title h2 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 30px;
  }
  .working-process-section.style-two .process-block .inner-box::before {
    display: none;
  }
  .footer-main h3 {
    margin-top: 18px;
  }
  .single-services {
    margin-bottom: 15px;
  }
  .section-03-heading h3 {
    font-size: 26px;
  }
  .enquirybox {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 0 12px 0 12px;
    background-color: #1b75bc;
    padding: 30px 15px;
  }
}
.mt-30 {
  margin-top: 20px;
}

.enquirymanuf-bg {
  background-color: #fff;
  padding: 80px 0;
  margin-top: 50px;
  background-image: url(../images/transparent-img-02.png);
  background-repeat: no-repeat;
}
.enquirybox {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 0 12px 0 12px;
  background-color: #1b75bc;
  padding: 50px 50px 50px 50px;
}
.entry-subtitle h3 {
  color: #fff;
}
.entry-subtitle p {
  color: #fff;
}
.entry-subtitle span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1.4;
  z-index: 1;
}
.form-group {
  padding-top: 15px;
}
.form-group label {
  padding-bottom: 5px;
  color: #fff;
}
.vdds iframe {
  border: 5px solid #1b75bc;
  border-radius: 15px;
}
.page-header-wrap {
  background-color: #001b52;
  color: #fff;
  position: relative;
}
.entry-subtitle h3 {
  color: #fff;
}
.entry-subtitle p {
  color: #fff;
}
.entry-subtitle span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1.4;
  z-index: 1;
}
.ourproduct-row .blog-content {
  text-align: center;
}
.ourproduct-row .link-btn {
  margin-top: 10px;
}
