@charset "utf-8";
body {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 27px;
  font-weight: 400;
  color: #1B1B1B;
  text-decoration: none;
  margin: 0;
  padding: 0
}
html {
  scroll-behavior: smooth
}
* {
  box-sizing: border-box;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}
::selection {
  background: #000;
  color: #fff
}
::-moz-selection {
  background: #000;
  color: #fff
}
.web-01-wrap {
  width: 100%;
  color: #ccc;
  min-height: 92vh;
  background-color: #D9ECEA;
  background-image: url(../images/l-c.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  line-height: normal
}
.c1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  color: #191919;
  background-color: #FFFFFF;
  font-size: 15px;
  box-shadow: 0 0px 11px 0 #a6cbc7;
  position: relative;
  z-index: 1
}
.mob {
  padding-right: 2em;
}
.download {
  text-align: center;
  padding-top: 2em
}
.v-t-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 5% 10% 5% 10%;
  background-color: #F4EDE6;
  justify-content: center
}
.vt-box {
  width: 100%;
  margin-top: 15px;
  display: flex;
  gap: 2em;
  max-width: 1400px;
  flex-wrap: wrap
}
.vt-cells {
  flex: 1 1 30%;
  margin-bottom: 30px;
  min-width: 250px;
}
.vt-cells h5 {
  color: #000;
  font-weight: 400;
  line-height: 25px
}
.vt-name {
  font-weight: 300;
  font-size: 14px
}
.vt-cells iframe {
  width: 100%;
  height: auto;
  min-height: 250px;
  border-radius: 7px;
}
.vt-box2 {
  width: 100%;
  margin-top: 55px;
  text-align: center
}
.aligncenter {
  text-align: center;
}
.blog-wrap {
  width: 100%;
  float: left;
}
.blog-wrap h2 {
  font-size: 30px;
}
.blog-wrap h3 {
  font-size: 21px;
  color: #277d73
}
.blog-wrap h4 {
  font-size: 18px;
  background-image: none;
  padding: 0 0 0 0;
  margin: 11px 0px
}
.blogcol {
  width: 60%;
  float: left;
  padding-left: 2em
}
.inner-matter-wrap .blog-wrap .blogcol h2 {
  text-align: left;
  margin-bottom: 21px;
  font-size: 30px
}
.ov-side {
  width: 100%;
}
.psticky {
  position: sticky;
  top: 30px;
  left: 0;
  width: 40%;
  float: left
}
.psticky img {
  width: 95%;
  height: auto;
  border-radius: 5px
}
.title1 {
  display: block;
  font-size: 21px;
  margin-bottom: 21px;
}
.title2 {
  font-size: 45px;
  color: #fff;
  display: block;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 45px;
}
.title3 {
  margin-top: 155px;
  color: #000;
  font-weight: 600;
  font-size: 21px;
}
.featured-projects-wrap {
  float: left;
  width: 100%;
  margin-top: 33px;
  margin-bottom: 66px;
}
/* popup amelia */
.cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 400px;
  background: #222;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 9999;
  animation: fadeIn 0.5s ease;
}
.btn-group {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.cookie-popup button {
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}
#accept-cookie {
  background: #4CAF50;
  color: #fff;
}
#accept-cookie:hover {
  background: #45a049;
}
.close-btn {
  background: #555;
  color: #fff;
}
.close-btn:hover {
  background: #666;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* popup amelia */
.appointmentwrap {
  width: 80%;
  background-color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  box-shadow: 0 0 21px 0px #f2efdf;
  border-radius: 5px;
  padding: 33px;
}
.appointmentwrap table {}
.appointmentwrap table td {
  padding-right: 11px;
  padding-left: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.homepic {
  float: right;
  width: 55%;
  position: relative;
  z-index: 2;
}
.home-desc {
  border-radius: 5px;
  width: 50%;
  background-color: #f1ca76;
  position: absolute;
  z-index: 44;
  top: 13%;
  box-sizing: border-box;
  text-align: left;
  line-height: 25px;
  font-size: 16px;
  outline: solid 7px rgba(255, 255, 255, 0.3);
  outline-offset: -20px;
  left: 0px;
  padding-top: 5%;
  padding-right: 9%;
  padding-bottom: 7%;
  padding-left: 5%;
  background-size: 70%;
  color: #3C3717;
}
.homepic img {
  border-radius: 9px;
  width: 100%;
  outline: solid 5px rgba(236, 206, 68, 0.3);
  outline-offset: -20px;
  float: right;
  height: 800px;
  object-fit: cover;
}
.home-desc h1 {
  color: #339966;
  background-position: left bottom;
  margin-bottom: 31px;
  font-size: 33px;
  font-weight: bold;
  background-image: url(../images/grayline.png);
}
.home-desc h1 strong {
  color: #413825;
}
#menu {
  width: 70%;
  transition: all ease-in 211ms;
  position: relative;
  z-index: 2
}
.main-4oietech-wrap {
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 5%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5%;
}
.wrap2 {
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 5%;
  height: auto;
  padding-top: 5%;
}
.flashbg {
  background-image: url("../images/flash-bg.jpg");
  padding-top: 5%;
  padding-bottom: 5%;
  background-size: cover
}
e .inner-4oietech-wrap {
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  background-color: #F8F8F8;
  padding-bottom: 150px;
  height: auto;
  background-image: url(../images/logo-bg.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-wrap: wrap;
  padding-top: 7%;
}
.parentflex {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start
}
.two-col {
  flex: 1 1 40%;
  min-width: 222px;
}
.three-col {
  flex: 1 1 23%;
  min-width: 222px;
}
.three-micro {
  width: 100%;
  background-color: #fff;
  border-radius: 11px;
  padding: 2em;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: normal
}
.extra {
  flex: 40%;
  text-align: center
}
.extra img {
  width: 100%;
  height: auto;
  max-width: 570px
}
.extra h2 {
  color: #1c3c6a;
  padding: 0px 9% 0px 9%
}
.extra h2 strong {
  color: #1b8679;
}
.padmain {
  padding-left: 11%;
  padding-right: 11%;
}
.txtbg {
  background-image: url("../images/letter-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 127px;
  padding-top: 40px;
}
.txtbg-green {
  background-image: url("../images/t-bg-green.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 127px;
}
.pad {
  padding: 2em;
}
.pad-top {
  padding-top: 5em;
}
.pad-top-big {
  padding-top: 10em;
}
.pad-top-small {
  padding-top: 2em;
}
.pad-botom {
  padding-bottom: 2em;
}
.pad-left {
  padding-left: 2em;
}
.pad-botom-big {
  padding-bottom: 5em;
}
.res-pic, .res-pic img {
  width: 100%;
  height: auto;
}
.propic {
  width: 45%;
}
.propic img {
  width: 100%;
  height: auto;
  max-width: 550px;
}
.two-col.bigtext h2 {
  font-size: 2vw;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 11px
}
.two-col.bigtext h3 {
  font-size: 27px;
  font-weight: 700;
  padding:0px;
  margin: 0px;
  color: #178d7e;
  
}
.two-col.bigtext h4 {
  padding: 0;
  margin: 0;
  background-image: none
}
.bigtext {
  padding-right: 3em;
  padding-top: 3em
}
.features {
  padding-top: 1.5em;
}
.align-right {
  text-align: right
}
.free-wrap {
  flex: 100%
}
.gap {
  gap: 2em;
}
.gap2 {
  gap: 4em
}
.margin-top {
  margin-top: 21px;
}
.margin-bottom {
  margin-bottom: 36px;
}
.split {
  column-count: 2;
  column-gap: 21px;
}
.bullet {}
.bullet ul {
  padding-left: 0px;
  position: relative;
  z-index: 2;
  padding-top: 11px;
  padding-bottom: 21px;
}
.bullet ul li {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 35px;
  background-image: url(../images/d1.png);
  background-repeat: no-repeat;
  background-position: left -3px;
  list-style: none;
}
.bullet ul li ul li {
  padding-bottom: 7px;
  list-style-image: url(../images/arrow-1.png);
  padding-left: 11px;
  background-image: none;
}
.bullet ul li ul {
  padding-top: 21px;
  padding-left: 0px;
}
.highlights {
  padding-top: 2em;
  padding-bottom: 2em;
  flex: 100%;
  margin-top: 5em;
  gap: 2em;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.highlights-cells {
  flex: 1 1 45%;
  color: #5F5F5F;
  min-width: 220px;
  line-height: normal;
  border: solid 2px #dedede;
  padding: 2em;
  border-radius: 11px
}
.highlights-cells h3 {
  color: #4a9a90;
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 0px;
  margin-bottom: 11px;
}
.highlights-cells img {
  float: left;
  margin-right: 21px;
  background-color: #274570;
  border-radius: 50%;
  width: 100%;
  height: auto;
  max-width: 136px;
}
.highlights-cells:hover h3 {
  color: #274570
}
.highlights-cells:hover img {
  background-color: #4a9a90
}
.highlights-cells:hover {
  border-color: #4a9a90
}
.s-box1 {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 800;
  font-size: 2.2vw
}
.s-box2 {
  background: linear-gradient(324deg, rgba(0, 99, 94, 1) 0%, rgba(0, 186, 110, 1) 100%);
  position: relative;
  background-color: #00b66d
}
.s-box1, .s-box2 {
  border-radius: 11px;
  padding: 5%;
  color: #fff;
  line-height: normal
}
.two-col span {
  line-height: normal;
  font-weight: 400;
  padding-bottom: 11px
}
.s-box2:before {
  position: absolute;
  content: '';
  background-image: url(../images/logo-trans.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right center;
  opacity: 0.3;
  z-index: 0;
  left: 0px;
}
.s-box2 h3 {
  color: #fff;
  margin-bottom: 0px
}
.advantages {
  border-radius: 11px;
  background-color: #083f4b;
  color: #fff;
  padding: 7em;
  padding-bottom: 190px;
  width: 100%;
  background-image: url(../images/bg-advantages.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: -30%;
}
.advantages h2 {
  font-size: 3vw
}
.advantagestext {
  font-size: 21px;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 68px
}
.a-box {
  border: solid 2px #fff;
  padding: 1em;
  flex: 1 1 40%;
  min-width: 222px;
  border-radius: 11px;
  font-size: 21px;
  padding-left: 30px;
  text-align: left
}
.a-box img {
  float: left;
  margin-right: 30px;
}
.tatva-welcome {
  float: left;
  width: 100%;
  padding-top: 55px;
  padding-right: 9%;
  padding-left: 9%;
  font-size: 21px;
  font-weight: 300;
  line-height: 29px;
}
.tatva-welcome h2 {
  font-size: 36px;
  font-weight: 200;
  background-image: url(../images/tatva-line.png);
  padding-bottom: 40px;
  margin-bottom: 25px;
}
.s-4-wrap {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-right: 5px
}
.booknow {
  flex: 1 1 10%;
  color: #000000;
  float: right;
  position: relative
}
.booknow a {
  border-radius: 30px;
  border: solid 2px #fff;
  text-align: center;
  width: 100%;
  display: block;
  color: #00ab65;
  font-size: 15px;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
}
.booknow a:hover {
  color: #FFFFFF;
  background-color: #00ab65;
  border-color: #00ab65
}
.gallerycol li {
  text-align: center;
  color: #fff;
  position: relative;
  width: 23%;
  float: left;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  overflow: hidden;
  box-shadow: 0 0 11px 0 #C4C4C4;
}
.gallerycol img {
  width: 100%;
  display: block;
  height: 240px;
  transition: all 555ms ease-in-out;
  object-fit: cover;
}
.gallerycol {
  padding-top: 33px;
}
.gallerycol li:hover img {
  transform: scale(1.2);
}
.copywrite a {
  color: #fff
}
.copywrite a:hover {
  color: #389e91
}
a {
  color: #2b5493;
  text-decoration: none;
  transition: all 222ms ease
}
a:hover {
  color: #389e91
}
a.b {
  color: #FFFFFF;
  text-align: center;
  width: 220px;
  transition: all 211ms ease;
  background-color: #28456f;
  margin-top: 9px;
  font-size: 19px;
  padding: 11px 21px;
  display: block;
  border-radius: 7px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  float: left;
}
a.b:hover {
  background-color: #2b8f95
}
a.b:before {
  position: absolute;
  content: '\ea5d';
  font-family: icofont;
  left: 0.5em;
  font-size: 25px;
}
a.g {
  color: #FFFFFF;
  text-align: center;
  width: 220px;
  transition: all 211ms ease;
  background-color: #1E8990;
  margin-top: 9px;
  font-size: 19px;
  padding: 11px 21px;
  display: block;
  border-radius: 7px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  float: left;
  margin-left: 11px
}
a.g:hover {
  background-color: #E89700
}
a.g:before {
  position: absolute;
  content: '\ea5d';
  font-family: icofont;
  left: 0.5em;
  font-size: 25px;
}
a.c {
  color: #274570;
  text-align: left;
  transition: all 211ms ease;
  font-size: 16px;
  display: block;
  font-weight: bold;
  float: left;
  margin-right: 11px;
  padding-right: 21px;
  padding-left: 21px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #FFFFFF;
  border: solid 2px #399b8f;
  width: 180px;
  border-radius: 30px;
  position: relative;
  line-height: normal;
  margin-top: 25px;
}
a.c:after {
  position: absolute;
  content: '';
  right: 3px;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #274570;
  top: 2px;
  background-position: center 4px;
  transition: all ease-in 111ms;
}
a.c:hover {
  color: #FFFFFF;
  background-color: #274570;
}
a.c:hover:after {
  transform: rotate(-45deg)
}
a.d {
  color: #FFFFFF;
  font-size: 15px;
  background-color: #29446f;
  border-radius: 9px;
  text-align: center;
  padding: 9px 21px
}
a.d:hover {
  color: #FFFFFF;
  background-color: #278a90;
}
a.v {
  color: #FFFFFF;
  font-size: 15px;
  background-color: #4b311f;
  padding: 11px 30px 11px 30px;
  border-radius: 5px;
}
a.v:hover {
  background-color: #e99a1d;
}
.why-ayurveda-wrap {
  float: left;
  height: auto;
  width: 100%;
  background-color: #fbf8e7;
  background-image: url(../images/lotus-big.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 65%;
  padding: 7.5%;
  background-attachment: fixed;
}
.btn {
  background-color: #29446f;
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 9px;
  padding-right: 21px;
  padding-bottom: 9px;
  padding-left: 21px;
  margin-top: 6px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}
.btn:hover {
  background-color: #007460
}
.wrap3 {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  height: auto;
  background-color: #50b58f;
  text-align: center;
  padding-right: 11%;
  padding-left: 11%;
  background-image: url(../images/g-bg.gif);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}
.div100 {
  float: left;
  width: 100%
}
.div90 {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 55px;
  text-align: left;
}
.logowrap {
  width: 100%;
  padding-top: 2em;
  display: flex;
  flex-wrap: wrap;
}
.conwrap {
  flex: 1 1 50%;
}
.topleft-col {
  float: left;
  width: auto;
  text-align: left;
}
.topleft-col i {
  color: #4a9a91;
  margin-right: 11px;
  margin-top: 5px;
  display: inline-block
}
.topleft-col i:hover {
  color: #06CE65;
}
.top-right-col {
  float: right;
  width: auto;
  text-align: right;
}
.top-right-col i {
  color: #4a9a91;
  margin-right: 9px;
  margin-left: 9px;
  font-size: 12px;
  margin-top: 9px;
  display: inline-block;
}
.logowrap.fixed {
  position: fixed;
  top: 0px;
  transition: all 533ms ease;
  border-top-style: none;
  border-bottom-style: none;
  z-index: 999999;
  box-shadow: 0 11px 21px -15px #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 21px;
  width: 100%;
  left: 0px;
  max-width: 100%;
  background-color: #FFFFFF;
}
.logowrap.fixed #menu {
  margin-top: 0px
}
.logowrap.fixed .booknow {
  display: inherit;
  margin-top: 0;
  margin-right: 2%;
}
.logowrap.fixed .logo {
  width: 90px;
  margin-top: 9px
}
.logowrap.fixed .c1 {
  display: none
}
.logo {
  width: 158px;
  margin-right: 4em;
  transition: all ease-in 511ms;
  margin-left: 1%
}
.logo img {
  height: auto;
  width: 100%;
}
/*.logo:before {
	content: '';
	background-color: rgba(160,125,75,0.4);
	height: 2px;
	width: 42%;
	position: absolute;
	left: 0px;
	bottom: 40%;
}
.logo:after {
	content: '';
	background-color: rgba(160,125,75,0.4);
	height: 2px;
	width: 42%;
	position: absolute;
	bottom: 40%;
	right: 0px;
}*/
.flogo {
  float: left;
  width: auto;
  display: none
}
.flogo img {}
.sliderwrap {
  min-height: 70vh;
  width: 100%;
  position: relative;
  z-index: 0;
  float: left;
  background-color: #fff;
  margin-top: 2em;
  box-shadow: 0 0 21px 0px #b7d7d4;
  border-radius: 11px;
  background-image: url(../images/c-bg1.jpg);
  background-repeat: no-repeat;
  background-position: center 85%;
  background-size: cover
}
.sliderwrap img {
  width: 100%;
  max-width: 1249px;
  height: auto;
  right: 2em;
  position: absolute;
  bottom: -2.5em;
  user-select: none
}
#inner.sliderwrap {
  min-height: 30vh;
  background-position: 0px 20px;
}
#inner.sliderwrap img {
  width: 70%;
  right: 5em;
  bottom: -1.8em;
}
#inner.sliderwrap .slider-text h1 {
  font-size: 2vw;
  line-height: normal;
}
#inner.sliderwrap .slider-text {
  top: 5em
}
.news-box {
  flex: 0 1 31%;
  border: solid 1px #ccc;
  border-radius: 11px;
  min-height: 300px;
  padding: 2em
}
.inner-matter-wrap .news-box h2 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 9px;
  text-align: left
}
.news-box img {
  width: 100%;
  object-fit: cover;
  height: 180px;
  margin-bottom: 1em;
  border-radius: 5px
}
.news-box:hover h2 {
  color: #277d73
}
/*.p-wrap {
  flex-wrap: wrap;
  gap: 1.5em;
  width: 100%;
  display: flex;
}*/
.p-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.p-wrap2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.p-wrap h4, .p-wrap2 h4 {
  grid-column: 1 / -1; /* span across all columns */
  color: #2B2B2B;
  font-size: 21px;
  margin-top: 30px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 30px;
  font-weight: 600
}
/*.p-wrap .products{width: 31.5%;}*/
.products {
  width: 100%;
  padding: 0.5em;
  border-radius: 11px;
  border: 1px solid #AFC9C8;
  min-height: 200px;
  transition: all 222ms ease-out;
}
.products img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.pro-desc {
  padding-top: 0.5em;
  font-size: 17px;
  line-height: normal;
  font-weight: 500;
  text-align: center;
  color: #333F51;
}
.pro-desc h3 {
  padding: 0;
  margin-bottom: 5px;
  color: #203e6a;
  font-size: 16px;
  font-weight: 600
}
.pro-desc section {
  font-size: 21px;
  font-weight: 600;
  padding-top: 11px
}
.products a {
  color: #363636
}
.products:hover h3 {
  color: #21817b
}
.products:hover {
  border-color: #0e8c94;
  box-shadow: 0 5px 7px 0 #DEDEDE;
  background-position: 95% 95%;
}
.catbox {
  width: 100%;
  background-color: #F8F8F8;
  padding: 2em;
  border-radius: 9px;
  margin-bottom: 1em;
  font-size: 14px;
}
.form .catbox h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 11px;
  margin-top: 11px
}
.checkbox {
  margin-right: 11px;
  width: 18px;
  height: 18px;
  margin-top: 5px
}
.qty {
  margin-left: 11px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  width: 60px;
}
.pd {
  margin-left: 11px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  width: 200px;
}
.catbox div {
  margin-bottom: 7px;
}
.catbox div section {
  min-width: 250px;
  display: inline-block
}
.form h3 {
  font-size: 25px;
  color: #28456f;
  font-weight: 600
}
.form h4 {
  font-size: 45px;
  color: #28456f;
  font-weight: 600;
  background-image: none;
  padding-left: 0;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 33px
}
.filldetails {
  background-color: #fff;
  padding: 5%;
  border: solid 2px #187470
}
.catbox.filldetails .input1 {
  background-color: #fff;
  border: solid 2px #ccc
}
.web-02-wrap {
  width: 100%;
  color: #ccc;
  min-height: 45vh;
  background-color: #D9ECEA;
  background-image: url(../images/c2.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  line-height: normal;
}
.web-03-wrap {
  width: 100%;
  color: #ccc;
  min-height: 12vh;
  background-color: #D9ECEA;
  line-height: normal;
}
.slider-text {
  position: absolute;
  left: 5em;
  top: 5em;
  width: 35%;
  user-select: none;
  z-index: 2
}
.slider-text h1 {
  color: #274570;
  font-weight: 600;
  font-size: 2vw;
  margin-top: -7px;
  padding-bottom: 0
}
.slider-text h1 strong {
  color: #4a9a91;
  font-weight: 600
}
.slider-text section {
  font-size: 5vw;
  font-weight: 700;
  color: #274570
}
.slider-text section strong {
  font-weight: 700;
  color: #4a9a91
}
.slider-text section span {
  font-weight: 700;
  font-size: 1.2vw;
  display: inline-block;
  padding-left: 0.5em;
  padding-top: 1.5em
}
.slider-caption {
  position: absolute;
  right: 5em;
  top: 5em;
  color: #fff;
  font-size: 21px;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 27px
}
.inner-matter-wrap {
  width: 100%;
  height: auto;
  box-shadow: 0 0 15px 0 #EBEBEB;
  border-radius: 11px;
  min-height: 500px;
  padding: 4em;
}
.inner-matter-wrap h2 {
  font-size: 40px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.serv-cols {
  flex: 1 1 40%;
  padding: 3em;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 16px;
  box-shadow: 0 0 33px 0 #dfdfdf;
}
.serv-cols:hover {
  background-color: rgba(255, 255, 255, 1);
}
.serv-cols h3 {
  font-size: 23px;
  font-weight: 600;
  color: #188c5d
}
.serv-cols img {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 21px;
  border-radius: 5px;
}
.page-title {
  width: 100%;
  position: absolute;
  bottom: 25%;
  z-index: 9;
  text-align: center
}
.page-title h1 {
  color: #29b079;
  font-weight: 800;
  font-size: 3.5vw
}
.industry-cols {
  flex: 1 1 40%;
  margin-bottom: 45px;
  font-weight: 300;
  min-width: 222px
}
.industry-cols img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 30px;
  outline: solid 2px #fff;
  outline-offset: -11px;
}
.industry-cols h3 {
  color: #2EAB7C;
  font-weight: 600
}
.max-width {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.main-product-pic {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 21px;
  text-align: left;
}
.main-product-pic img {
  height: auto;
  width: 100%;
}
.contact-header-wrap {
  width: 100%;
  float: left;
  background-color: #A8CAE3;
  height: 222px;
  background-image: url(../images/contactus.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contact-2-col {
  float: left;
  flex: 1 1 45%;
  padding: 4em;
  margin-bottom: 2%;
  color: #333333;
  box-sizing: border-box;
  min-height: 430px;
  border: solid 1px #ccc;
  margin-right: 7px;
  background-color: #FFFFFF;
  border-radius: 11px;
}
.contact-2-col strong {
  color: #11965F
}
.searchbtn {
  background-color: transparent;
  border-radius: 21px;
  padding-left: 15px;
  line-height: normal;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  border: solid 2px #29446f;
  float: left;
  width: 210px;
  color: #28456f;
  padding-top: 5px;
  padding-bottom: 7px;
  margin: 0px;
}
.btn1 {
  line-height: normal;
  font-family: "Outfit", sans-serif;
  position: absolute;
  border: none;
  float: left;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 20px;
  z-index: 2;
  right: 5%;
  width: 40px;
  height: 25px;
  top: 3px;
  background-color: transparent
}
.btn1:hover {}
.input1 {
  font-size: 15px;
  width: 100%;
  padding-top: 3%;
  padding-right: 1%;
  padding-bottom: 3%;
  padding-left: 23px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  background-color: #D3EBE8;
  color: #02243C;
  margin-top: 7px;
  margin-bottom: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.input2 {
  font-size: 15px;
  width: 100%;
  padding-top: 2%;
  padding-right: 1%;
  padding-bottom: 2%;
  padding-left: 1%;
  font-family: "Outfit", sans-serif;
  border: 2px solid #CBC5AB;
  margin-top: 5px;
}
.last {
  margin-right: 0;
  padding-top: 3%;
  padding-bottom: 7%
}
h1 {
  line-height: normal;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 2.5vw;
  font-weight: 600;
  padding-bottom: 21px;
  padding-left: 0px;
}
h1 strong {
  color: #00ab65;
}
h2 {
  font-size: 2.2vw;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center bottom;
  line-height: normal;
  margin-bottom: 21px;
  color: #1F3F6F
}
h2 strong {
  color: #4a9a90;
}
h3 {
  font-size: 30px;
  color: #2e2825;
  position: relative;
  line-height: normal;
  margin-bottom: 21px;
}
h4 {
  font-size: 20px;
  line-height: normal;
  padding-bottom: 5px;
  color: #274570;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: -2px 2px;
  padding-left: 25px;
  background-image: url("../images/green-arrow.svg");
  background-size: 20px;
}
h4 strong {
  color: #07ab68;
  font-weight: 700
}
h5 {
  font-size: 25px;
  margin-top: 11px;
  display: block;
  padding-bottom: 0;
  color: #264A7E;
  margin-bottom: 0px
}
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 21px;
  color: red
}
.enq {
  width: 100%;
  background-color: #328a7f;
  border-radius: 11px;
  min-height: 300px;
  margin-bottom: 9em;
  padding: 4em 7em 7em 7em;
  color: #fff;
  float: left;
  margin-top: 66px;
  position: relative;
  box-shadow: inset 0 0 11px 0 #545454;
}
.enq h2 {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 40px;
  margin: 0;
}
.enq h3 {
  color: #fff;
  font-size: 2vw;
  font-weight: 500;
  max-width: 70%;
  margin-bottom: 11px
}
.enq:after {
  position: absolute;
  content: '';
  right: 15%;
  bottom: -15px;
  width: 100%;
  max-width: 463px;
  height: 217px;
  background-image: url("../images/enq-pets.webp");
  background-repeat: no-repeat;
}
.subtitle {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.subtitle:after {
  width: 25px;
  height: 2px;
  background-color: #00CCFF;
  position: absolute;
  content: '';
  bottom: 50%;
  margin-left: 20px;
}
.subtitle:before {
  position: absolute;
  background-color: #00CCFF;
  bottom: 50%;
  height: 2px;
  width: 25px;
  content: '';
  margin-left: -45px;
}
.social {
  width: auto;
  margin-top: 11px;
}
.footer-cells .social i {
  margin-right: 11px;
  margin-top: 11px;
  font-size: 21px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 7px;
}
.social i:hover {
  color: #32a092;
  background-color: #fff;
}
.footer-cells h6 {
  color: #2ab5a4;
  margin-bottom: 20px;
  font-weight: 600
}
.footer-cells:nth-child(3) {
  flex: 1 1 29%;
}
.footer-cells:nth-child(4) {
  padding-left: 2em
}
.f-brdr {
  border-top: solid 11px #50b58f
}
.footer {
  width: 100%;
  padding-top: 95px;
  padding-right: 11%;
  padding-bottom: 45px;
  padding-left: 11%;
  background-color: #1a3a6a;
  font-size: 16px;
  line-height: 25px;
  background-image: url(../images/footer.jpg);
  background-position: center top;
  color: #CFD6E4;
  border-top: solid 9px #4d6383
}
.footer-logo {
  flex: 1 1 21%;
}
.footer-logo img {
  width: 158px;
}
.footer-cells {
  flex: 1 1 20%;
}
.footer-cells a {
  color: #DCE0E4
}
.footer-cells a:hover {
  color: #389e91
}
.footer-cells i {
  color: #389e91;
  margin-right: 11px;
  line-height: 30px
}
.copywrite {
  float: left;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, .2);
  padding-top: 1%;
  margin-top: 2%;
  justify-content: space-between
}
#back-top {
  position: fixed;
  bottom: 1px;
  right: 1px;
  float: right
}
#back-top a {
  display: block;
  text-align: center;
  transition: 1s;
  font-size: 11px;
  line-height: normal;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  width: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 11px 0 0 0;
}
#back-top a:hover {
  background-color: #00b66d
}
#back-top i {
  font-size: 21px;
  color: white
}
/*zoom mode 150 */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pro-desc {
    font-size: 14px;
  }
    
        .products {
        min-height: 150px;
    }
  .products img {
    height: 100px
  }
  .sliderwrap img {
    margin-bottom: -31px;
    transform: scale(0.8)
  }
  .logo {
    width: 130px
  }
    
   .pro-desc h3 {
   
    font-size: 12px;
    font-weight: 500;
} 
    
    
}
/*zoom mode 150 */
@media(max-width:3040px) {
  .sliderwrap img {
    max-width: 80%;
  }
  .web-01-wrap {
    min-height: 70vh;
  }
  .sliderwrap {
    min-height: 60vh;
  }
}
@media(max-width:1925px) {
  .sliderwrap img {
    max-width: 1149px;
    bottom: -4em
  }
  .web-01-wrap {
    min-height: 100vh;
  }
  .sliderwrap {
    min-height: 70vh;
  }
}
/*zoom mode 125 */
@media (min-width: 767px) and (max-width:1600px) {
  .sliderwrap img {
    width: 75%;
    bottom: -3em
  }
  .padmain {
    padding-left: 9%;
    padding-right: 9%
  }
}
/*zoom mode 125 end */
@media(max-width:1440px) {
  .padmain {
    padding-left: 5%;
    padding-right: 5%
  }
  .wrap3, .footer {
    padding-left: 5%;
    padding-right: 5%;
  }
  .main-4oietech-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media(max-width:1366px) {
  .logo {
    margin-right: 3em;
  }
  .three-micro {
    font-size: 12px;
  }
  /* .p-wrap .products{width: 30.5%;}  */
}
@media(max-width:1025px) {
  .p-wrap, .p-wrap2 {
    grid-template-columns: repeat(2, 1fr);
  }
  #menu {
    width: 200%;
  }
  .news-box {
    flex: 0 1 47%;
  }
  .propic {
    width: 100%;
  }
  .bigtext {
    padding-right: 0em;
    padding-top: 0em;
  }
  .sliderwrap img {
    max-width: 80%;
    margin-bottom: 0px
  }
  .web-01-wrap {
    min-height: 45vh;
  }
  .sliderwrap {
    min-height: 40vh;
  }
  .two-col.bigtext h2 {
    font-size: 5vw;
    text-align: left;
  }
  .two-col.bigtext h3 {
    font-size: 21px;
  }
  .slider-caption {
    top: 5em;
    font-size: 16px;
    right: 2em;
  }
  .slider-text {
    left: 3em;
    top: 3em;
    width: 40%;
  }
  .slider-text h1 {
    font-size: 3vw;
    margin-top: 0
  }
  .slider-text section span {
    font-size: 2vw;
    padding-top: 5px
  }
  .sliderwrap {
    min-height: 35vh;
    background-position: left bottom;
  }
  .highlights-cells h3 {
    display: inline-block;
    margin-top: 21px
  }
  .extra {
    flex: 100%;
    order: -1
  }
  .extra h2 {
    font-size: 4vw
  }
  .enq h3 {
    font-size: 5vw
  }
  h2 {
    font-size: 5vw
  }
  .wrap2.padmain.flashbg {
    gap: 2em;
  }
  .enq .two-col {
    flex: 100%;
  }
  .pad-left {
    padding: 0
  }
  .enq {
    padding: 5em 3em 15em 3em;
  }
  .two-col {
    flex: 100%;
    margin-bottom: 55px
  }
  .logowrap.fixed .booknow {
    display: none
  }
  .conwrap {
    flex: 1 1 50%;
  }
  .advantages {
    padding: 3em;
  }
  .booknow {
    display: none
  }
  .footer-logo {
    flex: 100%;
    padding-bottom: 21px;
    text-align: center
  }
  .footer-cells {
    flex: 1 1 45%;
    margin-bottom: 21px;
    min-width: 222px;
  }
  .serv-cols {
    flex: 100%
  }
  .page-title h1 {
    font-size: 7vw
  }
  .web-02-wrap {
    min-height: 35vh;
    background-position: -200px top;
  }
  #inner.sliderwrap {
    min-height: 20vh;
    background-position: 50px 70px;
  }
  #inner.sliderwrap img {
    width: 100%;
    right: 0em;
    bottom: -1em;
  }
  #inner.sliderwrap .slider-text h1 {
    font-size: 3vw;
    line-height: normal;
  }
  #inner.sliderwrap .slider-text {
    top: 3em
  }
}
@media screen and (max-width:935px) and (orientation: landscape) {
  .conwrap {
    flex: 1 1 60%;
  }
  .c1 {
    border: none
  }
  .inner-header-wrap {
    height: 95vh;
  }
  .page-title h1 {
    font-size: 6vw
  }
  .serv-cols {
    flex: 100%
  }
  .web-01-wrap {
    min-height: 110vh;
  }
  .sliderwrap {
    min-height: 100vh
  }
  .booknow {
    margin-right: 15%
  }
  #inner.sliderwrap {
    min-height: 60vh;
    background-position: 0px 20px;
  }
}
@media(max-width:520px) {
  .p-wrap, .p-wrap2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-box {
    flex: 100%;
  }
  .bigtext {
    padding-left: 1em;
  }
  a.b, a.g {
    width: 160px;
    font-size: 14px;
    padding: 5px 11px 5px 21px;
  }
  .two-col.bigtext h2 {
    font-size: 9vw;
  }
  .blogcol {
    width: 100%;
    padding-left: 0em
  }
  .inner-matter-wrap .blogcol h2 {
    text-align: left;
    margin-top: 2em;
    font-size: 30px;
  }
  .psticky {
    position: static;
    width: 100%;
  }
  #inner.sliderwrap .slider-text h1 {
    font-size: 5vw;
    max-width: 100%;
    line-height: normal;
    text-align: center
  }
  #inner.sliderwrap .slider-text {
    top: 1em
  }
  .inner-matter-wrap {
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 2em;
  }
  .inner-matter-wrap h2 {
    font-size: 21px;
    text-align: center
  }
  .serv-cols img {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 21px;
  }
  .serv-cols {
    padding: 2em
  }
  .sliderwrap {
    min-height: 50vh
  }
  .slider-caption {
    display: none
  }
  .slider-text {
    width: 80%;
    left: 2em
  }
  .slider-text h1 {
    font-size: 7vw;
    line-height: 7vw;
    margin-top: 11px
  }
  .web-01-wrap {
    min-height: 70vh
  }
  .sliderwrap img {
    max-width: 100%;
    right: 0.5em
  }
  .slider-text section {
    font-size: 11vw
  }
  .slider-text section span {
    font-size: 4vw;
    padding-top: 7px
  }
  .conwrap {
    flex: 100%;
  }
  .topleft-col {
    display: none
  }
  .s-box2 {
    font-size: 18px;
  }
  .pad-top-big {
    padding-top: 4em
  }
  h1 {
    font-size: 40px;
  }
  .page-title h1 {
    font-size: 9vw
  }
  .two-col {
    margin-bottom: 30px;
  }
  .mob {
    text-align: center;
    padding-right: 0;
  }
  .s-box1 {
    font-size: 7vw;
    padding: 1.5em
  }
  .s-box2 {
    padding: 2em;
  }
  h4 {
    line-height: normal;
  }
  h2 {
    font-size: 8vw
  }
  .wrap2.padmain.flashbg {
    gap: 0em;
  }
  .enq {
    padding: 3em 2em 9em 2em;
  }
  .enq:after {
    right: 5%;
    bottom: -65px;
    max-width: 363px;
    height: 217px;
    background-size: contain;
  }
  .txtbg, .txtbg-green {
    background-size: contain
  }
  .advantages h2 {
    line-height: normal;
    font-size: 40px;
    margin-top: 60px
  }
  .main-4oietech-wrap {
    padding-bottom: 150px;
  }
  .a-box {
    text-align: center;
  }
  .a-box img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
  }
  .advantages {
    padding: 1em;
  }
  .footer-cells {
    text-align: center
  }
  .logowrap.fixed .booknow, .booknow {
    display: none
  }
  .logowrap.fixed {
    height: 50px;
    top: 0px;
  }
  .highlights {
    border: none;
    margin-top: 0px
  }
  .highlights-cells {
    width: 100%;
    text-align: center;
    padding-bottom: 3em
  }
  .highlights-cells h3 {
    display: block;
    width: 100%
  }
  .highlights-cells img {
    float: none
  }
  .extra h2 {
    font-size: 7vw;
    margin-top: 55px
  }
  #menu {
    margin-left: 0;
    margin-top: 0
  }
  .contact-2-col {
    width: 99%;
    margin-right: 0;
    height: auto;
    padding: 2em;
    min-height: auto;
  }
  .pad-top {
    padding-top: 1em;
  }
  .split {
    column-count: 1
  }
}
@media(max-width:360px) {
  .c1 {
    font-size: 14px;
  }
  a.b, a.g {
    width: 100%;
    font-size: 18px;
    padding: 5px 11px 5px 21px;
    margin-left: 0
  }
}