/*General Style */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome-6/css/font-awesome.css");
@import url("../css/owl.carousel.css");
@import url("../css/slimmenu.min.css");
@import url("../css/aos.css");
/*---------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
/*--------------------
font-family: 'Kalam', cursive;
font-family: 'Marcellus', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Ubuntu', sans-serif;
----------------------*/
:root {
  --primary: #003487;
  --secondary: #118ece;
  --greencolor: #57a917;
  --lightgreencolor: #f3ffe3;
  --darkgreencolor: #2e8d1b;
  --lightbluecolor: #ebf8ff;
  --bodytext: #093c61;
  --black: #000000;
  --white: #ffffff;
  --border_color: #c2c2c2;
  --lightbg: #f5f5f5;
  --dark_blue: #002549;
  --body_bg: #000b1f;
  --gradient: linear-gradient(to right, #71a52d 0%, #a1c833 100%);
  --gradient_hover: linear-gradient(to right, #a1c833 0%, #71a52d 100%);
}
html {
  overflow-x: hidden;
}
.grid_1200 {
  overflow: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  -ms-overflow-style: scrollbar;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--black);
}
p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 991px) {
  body,
  p {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  body,
  p {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: var(--body_bg);
  color: var(--white);
}
::-webkit-selection {
  background: var(--body_bg);
  color: var(--white);
}
/* ------------------------------------------------------------------
 Typography
------------------------------------------------------------------- */
b,
strong {
  font-weight: 700;
}
a {
  color: var(--greencolor);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: var(--black);
  outline: 0;
}
h1:not(.site-title):before,
h2:before {
  display: none;
}
h1 {
  font-size: 70px;
  line-height: 1.12;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 68px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 66px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 52px;
  line-height: 1.18;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 30px;
  line-height: 1.2;
  text-transform: inherit;
}
@media (max-width: 1600px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 21px;
  }
}
h4 {
  font-size: 26px;
  line-height: 1.1;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 21px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 19px;
  }
}
h1,
h2,
h3,
h4 {
  margin: 0 0 20px;
  color: var(--black);
  font-weight: 500;
  letter-spacing: 0;
}
p,
ol,
ul,
blockquote {
  margin: 0 0 20px;
  padding: 0;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white li,
.white span,
.white a {
  color: var(--white);
}
.white p a:hover {
  text-decoration: underline;
}
ol li,
ul li {
  list-style-type: none;
}
@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  p,
  ol,
  ul,
  blockquote {
    margin: 0 0 15px;
  }
}
@media (max-width: 575px) {
  h1,
  h2,
  h3,
  p,
  ol,
  ul,
  blockquote {
    margin: 0 0 10px;
  }
}

/*Buttons*/
.btn_holder {
  margin-top: 40px;
}
.btn_holder.left {
  text-align: left;
}
.btn_holder .site_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
input[type="submit"],
button[type="submit"],
.site_btn {
  position: relative;
  cursor: pointer;
  padding: 15px 30px;
  min-width: 200px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--white);
  text-transform: uppercase;
  background: var(--primary);
  text-align: center;
  display: inline-block;
  border: none;
  border-radius: 8px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.site_btn:hover,
.site_btn:focus {
  background-color: var(--greencolor);
  color: var(--white);
}
.site_btn.black {
  color: var(--white);
  background-color: var(--black);
}
.site_btn.black:hover,
.site_btn.black:focus {
  background-color: var(--primary);
  color: var(--white);
}

.site_btn.sm {
  padding: 12px 28px;
  min-width: inherit;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  min-width: 172px;
}
.site_btn + .site_btn {
  margin-left: 15px;
}

@media (max-width: 1600px) {
  .btn_holder {
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  .btn_holder {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .btn_holder {
    margin-top: 25px;
  }
  .site_btn {
    padding: 12px 28px;
    min-width: 160px;
    font-size: 19px;
    line-height: 28px;
  }
  .site_btn.sm {
    padding: 9px 20px;
    font-size: 17px;
    line-height: 25px;
    min-width: inherit;
  }
}
@media (max-width: 767px) {
  .btn_holder {
    margin-top: 25px;
  }
  .site_btn + .site_btn {
    margin-left: 10px;
  }
  .site_btn {
    padding: 10px 20px;
    min-width: 140px;
    font-size: 16px;
    line-height: 24px;
  }
  .site_btn.sm {
    padding: 8px 18px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  input[type="submit"],
  button[type="submit"],
  .site_btn {
    min-width: 100px;
  }
}

.container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1370px;
  }
}

/* images alignment--------------------------------*/
/* image alignments */
img.alignleft,
.alignleft {
  float: left;
  margin-right: 20px;
  max-width: 40%;
}
img.alignright,
.alignright {
  float: right;
  margin-left: 20px;
  max-width: 40%;
}
img.aligncenter,
.aligncenter,
img.alignnone,
.alignnone {
  display: block;
  margin: 0 auto 20px;
  clear: both;
}
img.alignleft,
.alignleft,
img.alignright,
.alignright {
  display: inline;
  margin-top: 0;
}
img.alignleft,
img.aligncenter,
img.alignright {
  margin-bottom: 20px;
}
/* image captions */
.alignleft .wp-caption-text {
  text-align: left;
}
.alignright .wp-caption-text {
  text-align: right;
}
.aligncenter .wp-caption-text {
  text-align: center;
}
hr {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: var(--bs-gray-500);
}
.content ul,
.content ol {
  margin-bottom: 20px;
  padding-left: 15px;
}
ul.list-unstyled {
  padding-left: 0px;
}
ul.list-unstyled ul {
  padding-left: 30px;
  margin-bottom: 10px;
}
.content ul li,
.content ol li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 300;
}

/* ---- Header ----- */
.header {
  width: 100%;
  z-index: 11;
  display: block;
  background-color: var(--white);
  text-align: right;
}
.header.sticky {
  position: fixed;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.header.sticky:before,
.header.sticky:after {
  height: 5px;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.main_header .logo a {
  display: block;
  position: relative;
  z-index: 1;
}
.logo img {
  width: 260px;
}

.sticky .logo img {
  width: 180px;
}

.mainmenu,
.logo,
.logo img,
.header {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mainmenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.sticky ul.slimmenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 50px;
}
.sticky ul.slimmenu li > ul > li a {
  line-height: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header_right {
  display: flex;
  margin-left: 30px;
}
.bookconsult_btn .site_btn {
  padding: 35px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.header_contact a:hover {
  color: #587f7f;
}
.sticky .bookconsult_btn .site_btn {
  padding-block: 20px;
}

@media (max-width: 1799px) {
  .logo img {
    width: 260px;
  }
  .sticky .logo img {
    width: 180px;
  }

  .header_contact a {
    width: 65px;
  }
}
@media (max-width: 1600px) {
  .logo img {
    width: 180px;
  }
  .sticky .logo img {
    width: 140px;
  }

  .sticky ul.slimmenu li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header_right {
    margin-left: 20px;
  }
  .bookconsult_btn .site_btn {
    padding: 35px 20px;
  }
  .sticky .bookconsult_btn .site_btn {
    padding-block: 16px;
  }
}
@media (max-width: 1199px) {
  .main_header .logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header,
  .header.sticky {
    position: relative;
  }
  .header:before,
  .header:after {
    height: 5px;
  }

  .logo img,
  .sticky .logo img {
    width: 150px;
  }
  .sticky ul.slimmenu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
  }
  .sticky ul.slimmenu li > ul > li a {
    line-height: 24px;
  }
  .bookconsult_btn .site_btn {
    padding: 18px 20px;
  }
  .sticky .bookconsult_btn .site_btn {
    padding-block: 18px;
  }
}
@media (max-width: 991px) {
  .logo img,
  .sticky .logo img {
    width: 140px;
  }
  .bookconsult_btn .site_btn {
    padding: 17px 20px;
  }
  .sticky .bookconsult_btn .site_btn {
    padding-block: 17px;
  }
}
@media (max-width: 767px) {
  .logo img,
  .sticky .logo img {
    width: 100px;
  }

  .bookconsult_btn .site_btn {
    padding: 13px 20px;
  }
  .sticky .bookconsult_btn .site_btn {
    padding-block: 13px;
  }
}
@media (max-width: 575px) {
  .logo img,
  .sticky .logo img {
    width: 100px;
  }
  .header_right {
    margin-left: 10px;
  }
  .bookconsult_btn .site_btn {
    padding: 13px 8px;
    font-size: 13px;
  }
}

.sections {
  padding: 100px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sections_title {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}
.sections_title:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 106px;
  height: 10px;
  transform: translateX(-50px);
  bottom: 0;
  background: var(--gradient);
  border-radius: 5px;
}
.sections_title.left {
  text-align: left;
}
.sections_title.left:before {
  left: 0;
  transform: translateX(0);
}
.sections_title .title_btn .site_btn {
  min-width: inherit;
}
.sections_title h2 {
  margin-bottom: 0;
}
.sections_title h2 + p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 0;
}
.sections_title .subtitle {
  color: var(--greencolor);
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 24px;
}
.fit_img.fullheight {
  height: 100%;
}
.fit_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tb_space > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1599px) {
  .sections {
    padding: 80px 0;
  }
  .sections_title {
    margin-bottom: 40px;
  }
  .sections_title .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .sections {
    padding: 70px 0;
  }
  .sections_title .subtitle {
    margin-bottom: 15px;
  }
  .sections_title {
    padding-bottom: 25px;
  }
  .sections_title h2 br {
    display: none;
  }
  .sections_title .subtitle {
    font-size: 24px;
  }
  .sections_title:before {
    height: 6px;
  }
}
@media (max-width: 991px) {
  .sections {
    padding: 60px 0;
  }
  .sections_title .subtitle {
    margin-bottom: 10px;
  }
  .sections_title {
    margin-bottom: 30px;
  }
  .sections_title h2 + p {
    margin-top: 15px;
  }
  .sections_title .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sections {
    padding: 50px 0;
  }
  .sections_title {
    margin-bottom: 25px;
  }
  .sections_title h2 + p {
    margin-top: 10px;
  }
  .sections_title .subtitle {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .tb_space > div {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .sections_title .subtitle {
    font-size: 20px;
  }
}

.roundshape {
  position: absolute;
  width: 256px;
  height: 256px;
  background-color: var(--primary);
  opacity: 0.1;
  border-radius: 100%;
}
.roundshape.left {
  left: -128px;
}
.roundshape.bottom {
  bottom: 80px;
}
.roundshape.right {
  right: -128px;
}
.roundshape.top {
  top: 80px;
}
.leftanimation {
  animation: roundshapeLeftAnim 5s infinite alternate;
}
.upDownAnim {
  animation: upDownAnim 4s infinite alternate;
}
.upDownAnimSmall {
  animation: upDownAnimSmall 3s infinite alternate;
}
.downUpAnim {
  animation: downUpAnim 4s infinite alternate;
}
@keyframes roundshapeLeftAnim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(128px);
  }
}
@keyframes upDownAnim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(256px);
  }
}
@keyframes downUpAnim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-256px);
  }
}

/* Slider Section */
.bannerslider {
  position: relative;
  background-color: var(--body_bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.bannerslider .item {
  position: relative;
  padding: 80px 0;
  width: 100%;
  min-height: 640px;
  height: calc(86vh - 100px);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bannerslider .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--body_bg);
  opacity: 0.75;
}
.bannerslider .item .container {
  position: relative;
  z-index: 3;
}
.bannerslider .item .caption {
  width: 100%;
  padding: 40px 0 80px;
  max-width: 700px;
}
.bannerslider .item h1 {
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 40px;
  text-shadow: 0 2px 1px var(--black);
}
.subtitle {
  font-size: 30px;
  margin-bottom: 25px;
}

.plg p:not([class]) {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 25px;
}
.bannerslider .owl-carousel .owl-nav button.owl-prev,
.bannerslider .owl-carousel .owl-nav button.owl-next {
  background-color: rgba(226, 217, 200, 0.2);
  color: var(--white);
}
.bannerslider .owl-carousel .owl-nav button.owl-prev:hover,
.bannerslider .owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--greencolor);
  color: var(--white);
}

.bannerslider .owl-carousel .owl-item.active .subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: customFadeDown;
  animation-delay: 0.4s;
}
.bannerslider .owl-carousel .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: customFadeDown;
  animation-delay: 0.5s;
}

.bannerslider .owl-carousel .owl-item.active .site_btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: customFadeUp;
  animation-delay: 0.6s;
}

@-webkit-keyframes customFadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes customFadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.customFadeDown {
  -webkit-animation-name: customFadeDown;
  animation-name: customFadeDown;
}

@-webkit-keyframes customFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes customFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.customFadeUp {
  -webkit-animation-name: customFadeUp;
  animation-name: customFadeUp;
}

@media (max-width: 1600px) {
  .bannerslider .item {
    min-height: 580px;
    padding: 70px 0;
  }

  .bannerslider .item .caption {
    padding: 40px;
  }
  .bannerslider .item h1 {
    font-size: 68px;
  }
}
@media (max-width: 1199px) {
  .bannerslider .item {
    height: auto;
    min-height: 500px;
    padding: 60px 0;
  }
  .subtitle {
    font-size: 21px;
    line-height: 1.4;
  }
  .plg p:not([class]) {
    font-size: 20px;
    line-height: 1.7;
  }

  .bannerslider .item h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .bannerslider .item {
    min-height: 450px;
    padding: 50px 0;
  }
  .subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .plg p:not([class]) {
    font-size: 19px;
  }
  .bannerslider .item h1 {
    margin-bottom: 30px;
  }
  .bannerslider .item h1 {
    font-size: 52px;
  }
  .bannerslider .item .caption {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .bannerslider .item {
    min-height: 420px;
  }
  .subtitle {
    font-size: 20px;
  }
  .plg p:not([class]) {
    font-size: 18px;
  }

  .bannerslider .item h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .bannerslider .item {
    min-height: 360px;
  }
  .subtitle {
    font-size: 18px;
  }
  .bannerslider .item h1 {
    font-size: 32px;
  }
}

.bottom_edge_sep {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  max-height: 240px;
  object-fit: cover;
}
.top_edge_sep {
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 10;
  width: 100%;
  max-height: 240px;
  object-fit: cover;
}

.image_mask {
  -webkit-mask-image: url(../images/image-shape.png);
  mask-image: url(../images/image-shape.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 696px;
  height: 500px;
}
.image_mask img {
  width: 100%;
  height: 100%;
}

/* Abou us section */
.aboutus {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.aboutus::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  opacity: 0.95;
}
.about_img_wrap {
  height: 100%;
  position: relative;
  margin-left: auto;
  padding-top: 40px;
}
.about_img {
  min-height: 620px;
  padding: 0 30px 30px 0;
  position: relative;
  margin-left: auto;
}
.about_img img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.about_img:before {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--greencolor);
  opacity: 1;
}
.aboutus_copy {
  padding-right: 50px;
}
.dot_vertical {
  top: -20px;
  left: -50px;
  position: absolute;
  animation: downAnim 5s infinite;
}
.dot_horizontal {
  position: absolute;
  z-index: 0;
  opacity: 0.5;
}
.dotted_vertical.left,
.dot_horizontal.left {
  left: -40px;
}
.dotted_vertical.top,
.dot_horizontal.top {
  top: 0px;
}
@media (max-width: 1599px) {
  .aboutus_copy {
    padding-right: 40px;
  }

  .about_img {
    min-height: 480px;
  }
}
@media (max-width: 1199px) {
  .aboutus_copy {
    padding-right: 30px;
  }

  .about_img {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .aboutus_copy {
    padding-bottom: 30px;
    padding-right: 0;
    padding-top: 0px;
  }

  .about_img {
    min-height: 550px;
  }
  .dotted_vertical.top,
  .dot_horizontal.top {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .about_img {
    min-height: 350px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .dotted_vertical.top,
  .dot_horizontal.top {
    left: -20px;
  }
}
@media (max-width: 575px) {
  .about_img_wrap {
    max-width: 100%;
  }
  .about_img {
    min-height: 240px;
  }
  .aboutus_copy {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .dotted_vertical.top,
  .dot_horizontal.top {
    left: 0px;
  }
}

.lightbg {
  background-color: var(--lightbg);
}

/* Mission */
.mission {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mission::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--lightgreencolor);
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.missionboxwrap {
  height: 100%;
}
.mission [class^="col"] {
  margin: 50px 0 0;
}
.missionbox {
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  height: 100%;
  position: relative;
}
.missionboxicon {
  font-size: 100px;
  color: var(--greencolor);
  line-height: 1.25;
  flex: 0 0 100px;
  text-align: center;
}
.missionboxcopy {
  padding-left: 30px;
}
.missionboxcopy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .missiontitlebar {
    margin-bottom: 60px;
  }
  .mission [class^="col"] {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .missionbox {
    display: inherit;
    padding: 20px 30px 30px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .missionboxcopy {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .missionboxicon {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .missionboxicon {
    font-size: 70px;
  }
}

/* products */
.products {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.products::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--body_bg);
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.productslider_box {
  height: 450px;
  overflow: hidden;
  background-color: #183e3e;
  position: relative;
  border-radius: 10px;
}
.productslider_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.productslider_box h3 {
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 15px;
  background-color: var(--primary);
  color: var(--white);
  max-width: 90%;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  border-radius: 0 8px 8px 0;
}

.productslider_box:hover img {
  opacity: 0.2;
  transform: scale(1.1);
}
.productslider_box:hover h3 {
  background-color: var(--greencolor);
}
#productslider {
  margin-top: 50px;
}
#productslider.owl-carousel .owl-nav button.owl-prev {
  left: 130px;
}
#productslider.owl-carousel .owl-nav button.owl-next {
  right: 130px;
}
#productslider.owl-carousel .owl-item {
  opacity: 0.3;
}
#productslider.owl-carousel .owl-item.active {
  opacity: 1;
}

@media (max-width: 1700px) {
  #productslider.owl-carousel .owl-nav button.owl-next {
    right: 85px;
  }
  #productslider.owl-carousel .owl-nav button.owl-prev {
    left: 85px;
  }
  .productslider_box {
    height: 400px;
  }
}
@media (max-width: 1600px) {
  .skintreatment {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .productslider_box {
    height: 450px;
  }
  #productslider.owl-carousel .owl-nav button.owl-next {
    right: 70px;
  }
  #productslider.owl-carousel .owl-nav button.owl-prev {
    left: 70px;
  }
  .productslider_box h34 {
    bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .productslider_box {
    height: 420px;
  }
  #productslider.owl-carousel .owl-nav button.owl-next {
    right: 50px;
  }
  #productslider.owl-carousel .owl-nav button.owl-prev {
    left: 50px;
  }
  .productslider_box h3 {
    bottom: 20px;
  }
}
@media (max-width: 1299px) {
  .productslider_box {
    height: 360px;
  }
  #productslider.owl-carousel .owl-nav button.owl-next {
    right: 70px;
  }
  #productslider.owl-carousel .owl-nav button.owl-prev {
    left: 70px;
  }
}
@media (max-width: 1199px) {
  .skintreatment {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .productslider_box {
    height: 420px;
  }
  .productslider_box h3 {
    bottom: 20px;
  }
  #productslider.owl-carousel .owl-nav button.owl-next {
    right: 50px;
  }
  #productslider.owl-carousel .owl-nav button.owl-prev {
    left: 50px;
  }
}
@media (max-width: 991px) {
  .skintreatment {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #productslider.owl-carousel .owl-nav button.owl-next {
    right: 60px;
  }
  #productslider.owl-carousel .owl-nav button.owl-prev {
    left: 60px;
  }
  .productslider_box {
    height: 380px;
  }
  #productslider {
    margin-top: 30px;
  }
  .skintreatment .btn_holder {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .skintreatment {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .productslider_box {
    max-width: 360px;
    margin: 0 auto;
  }

  .productslider_box {
    height: 400px;
  }
  .productslider_box h3 {
    bottom: 20px;
  }
  #productslider.owl-carousel .owl-nav button.owl-next {
    right: 30px;
  }
  #productslider.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .productslider_box {
    height: 400px;
  }
  #productslider.owl-carousel .owl-nav button.owl-next {
    right: 5px;
  }
  #productslider.owl-carousel .owl-nav button.owl-prev {
    left: 5px;
  }
}
@media (max-width: 425px) {
  .productslider_box {
    max-width: 280px;
    margin: 0 auto;
    height: 360px;
  }
  .productslider_box h3 {
    bottom: 20px;
    font-size: 17px;
  }
}

/* Company Summary */
.certification {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.certification::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.comsummary_copy {
  padding-right: 50px;
}
.comsummary_img_wrap {
  height: 100%;
  position: relative;
  margin-left: auto;
  padding-top: 40px;
}
.comsummary_img {
  min-height: 540px;
  padding: 0 35px 35px 0;
  position: relative;
  margin-left: auto;
}
.comsummary_img img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.comsummary_img:before {
  content: "";
  width: 90%;
  height: 70%;
  position: absolute;
  right: 0px;
  bottom: 0;
  background: var(--primary);
  opacity: 1;
}
.comsummary_copy [class^="col"] {
  margin: 50px 0;
}
.companysummrybox {
  border: 1px solid var(--bs-gray-200);
  border-left: 4px solid var(--greencolor);
  padding: 20px;
  background-color: var(--white);
  position: relative;
  z-index: 1;
}
.com_sum_bigtext {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 25px;
}
.com_sum_smalltext {
  font-size: 22px;
  color: var(--bs-gray-600);
}

.certification_box {
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
}
.certification_box img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

#certificationSlider.owl-carousel {
  padding-top: 10px;
  padding-bottom: 50px;
}
#certificationSlider.owl-carousel .owl-dots {
  bottom: -5px;
}
.certificationsec {
  background-color: var(--bs-gray-100);
}

@media (max-width: 1599px) {
  .com_sum_bigtext {
    font-size: 60px;
  }
  .com_sum_smalltext {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .comsummary_copy [class^="col"] {
    margin: 40px 0;
  }
  .com_sum_bigtext {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .com_sum_smalltext {
    font-size: 18px;
  }
  .comsummary_copy {
    padding-right: 40px;
  }
  .comsummary_img {
    min-height: 480px;
  }
}
@media (max-width: 991px) {
  .comsummary_copy [class^="col"] {
    margin: 30px 0;
  }
  .com_sum_bigtext {
    font-size: 54px;
    line-height: 1.3;
  }
  .com_sum_smalltext {
    font-size: 20px;
  }
  .comsummary_copy {
    padding-right: 0;
  }
  .comsummary_img {
    min-height: 550px;
  }
  .certification_box {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .comsummary_copy [class^="col"] {
    margin: 25px 0;
  }
  .com_sum_bigtext {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .com_sum_smalltext {
    font-size: 18px;
  }
  .comsummary_copy {
    padding-right: 0;
  }
  .comsummary_img {
    min-height: 420px;
    padding: 0 30px 30px 0;
  }
  .certification_box {
    height: 140px;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .comsummary_copy [class^="col"] {
    margin: 20px 0 0;
  }
  .companysummrybox {
    border-left: none;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border_color);
    text-align: center;
  }
  .comsummary_copy [class^="col"]:last-child .companysummrybox {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .comsummary_img {
    min-height: 360px;
    padding: 0 25px 25px 0;
  }
}
@media (max-width: 425px) {
  .certification_box {
    height: 120px;
  }
}

/* Footer */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 15px;
}
.footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.85;
}
.bottom_tag {
  position: absolute;
  left: 10px;
  top: 35px;
  opacity: 0.2;
}
.footer p,
.footer ul li {
  color: rgba(255, 255, 255, 0.9);
}
.footer p {
  margin-bottom: 30px;
}
.footer ul {
  margin-bottom: 0;
}
.footer ul li a {
  color: rgba(255, 255, 255, 0.9);
}
.footer p a:hover,
.footer ul li a:hover {
  color: var(--greencolor);
}
.footer .footer_menu ul {
}
.footer .footer_menu ul li {
  margin-bottom: 10px;
}
.footer .footer_menu ul li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.footer .footer_menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s linear;
}
.footer .footer_menu ul li a:hover:before {
  width: 16px;
  background-color: var(--greencolor);
}

.ftrcntitm {
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  margin-bottom: 15px;
}
.ftrcnticon {
  flex: 0 0 30px;
  max-width: 30px;
  font-size: 20px;
}
.ftrcntitm a {
  color: inherit;
}
.ftrcntitm a:hover {
  color: var(--greencolor);
}
.social_media ul {
  margin: 30px -5px 0;
}
.social_media ul li {
  display: inline-block;
  padding: 0 5px 5px;
}
.social_media ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--greencolor);
  color: var(--greencolor);
}
.social_media ul li a:hover {
  background-color: var(--greencolor);
  color: var(--white);
  border-color: var(--greencolor);
}
.footer .copyright {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
}
.footer .copyright .container {
  display: flex;
  justify-content: space-between;
}
.footer .copyright p {
  margin-bottom: 0;
}
.footer .copyright p a {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
}
.footer .copyright p a:first-of-type {
  margin-left: 12px;
}
.footer .copyright p a:hover {
  color: var(--greencolor);
}
.sticky-whatsup {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  font-size: 28px;
  color: var(--white);
  transition: all 0.25s ease-in-out;
}
.sticky-whatsup a {
  background-color: var(--greencolor);
  color: inherit;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.sticky-whatsup a:hover {
  background-color: var(--primary);
}
.go-up {
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  font-size: 18px;
  line-height: 46px;
  right: 20px;
  bottom: -50px;
  border-bottom: none;
  text-align: center;
  z-index: 100;
  border-radius: 100%;
  transition: all 0.25s ease-in-out;
}
.go-up:hover {
  background-color: var(--greencolor);
  color: var(--white);
}
.footer_logo {
  display: block;
  max-width: 260px;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .bottom_tag {
    opacity: 0.1;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding-top: 60px;
  }
  .footer h3 {
    margin-bottom: 25px;
  }
  .footer p {
    margin-bottom: 25px;
  }
  .footer .copyright {
    margin-top: 40px;
    padding: 25px 0;
  }
  .bottom_tag {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
  .footer h3 {
    margin-bottom: 20px;
  }
  .footer p {
    margin-bottom: 20px;
  }
  .footer .copyright {
    margin-top: 20px;
    padding: 20px 0;
  }
  .footer .quick_links ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .footer .copyright .container {
    display: block;
  }

  .footer .footer_menu ul {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 45px;
  }
  .footer h3 {
    margin-bottom: 15px;
  }
  .footer .copyright {
    padding: 15px 0;
  }
  .footer .quick_links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .social_media ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 1;
    width: 36px;
    height: 36px;
  }
  .followus {
    padding-top: 25px;
  }
  .sticky-whatsup {
    right: 15px;
  }
  .go-up {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 30px;
  }
  .contact_info {
    padding-bottom: 20px;
  }
  .social_media ul li a {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }
  .footer_logo {
    max-width: 140px;
    margin-bottom: 20px;
  }
  .footer .copyright p {
    font-size: 16px;
  }
  .footer .footer_menu ul {
    margin-bottom: 10px;
    display: inherit;
  }
  .footer .footer_menu ul li {
    margin-bottom: 10px;
  }

  .footer .footer_menu ul li:not(:last-child):after {
    display: none;
  }
}

/* Subpage banner */
.subpagebanner {
  height: 360px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

.subpagebanner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--body_bg);
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  color: #cccccc;
  margin-bottom: 0px;
}
.breadcrumb > li a {
  text-decoration: none;
  color: inherit;
}
.breadcrumb > li a:hover {
  color: var(--greencolor);
}
.breadcrumb > li + li:before {
  padding: 0 15px;
  color: #999999;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: var(--greencolor);
}

@media (max-width: 991px) {
  .subpagebanner {
    height: 360px;
  }
}
@media (max-width: 575px) {
  .subpagebanner {
    height: 280px;
  }
}

/* Contact page */
.contactdetail-wrap {
  padding: 40px;
  background-color: var(--dark_blue);
  height: 100%;
}
.contactdetail p:last-child {
  margin-bottom: 0;
}
.contactdetail {
  position: relative;
  padding-left: 70px;
  margin-top: 50px;
  padding-top: 0px;
  min-height: 60px;
}
.contactinfowrap {
  margin-left: 15px;
}
.contacticon {
  width: 60px;
  height: 60px;
  background-color: var(--greencolor);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--white);
  text-align: center;
  line-height: 60px;
  font-size: 30px;
}
.contactdetail a {
  color: inherit;
  text-decoration: none;
}
.contactdetail a:hover {
  color: var(--greencolor);
}
.contactdetail h4 {
  margin-bottom: 5px;
}
.cntcsocial {
  margin-top: 30px;
  border-top: 1px solid rgba(226, 217, 200, 0.25);
  padding-top: 30px;
}
.cntcsocial a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--greencolor);
  color: var(--greencolor);
  text-align: center;
  line-height: 50px;
  margin-right: 8px;
  font-size: 20px;
}
.cntcsocial a:hover {
  background-color: var(--greencolor);
  color: var(--white);
}
.cntcsocial h4 {
  font-size: 21px;
}
.contactformwrap {
  background-color: #f5f5f5;
  padding: 40px;
  height: 100%;
}
.contactmapframe {
  height: 600px;
}
.contactmapframe iframe {
  height: 100% !important;
  width: 100% !important;
  border: none !important;
}
.form-control {
  padding: 15px;
}
textarea.form-control {
  min-height: 200px;
}

@media (max-width: 1599px) {
  .contactmapframe {
    height: 540px;
  }
}
@media (max-width: 1199px) {
  .contactmapframe {
    height: 520px;
  }
}
@media (max-width: 991px) {
  .contactdetail-wrap {
    padding: 30px 30px 30px;
  }
  .contactdetail {
    margin-top: 30px;
  }
  .contactformwrap {
    padding: 40px 30px 30px;
  }
}
@media (max-width: 767px) {
  .contactdetail-wrap {
    padding: 30px 20px 30px;
  }
  .contactdetail {
    margin-top: 30px;
  }
  .contactformwrap {
    padding: 40px 20px 30px;
  }
  textarea.form-control {
    min-height: 160px;
  }
  .contactmapframe {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .contactinfowrap {
    margin-left: 5px;
  }
  .contactdetail {
    padding-left: 60px;
  }
  .contacticon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
  .cntcsocial a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
  }
  .contactmapframe {
    height: 400px;
  }
}

.pattern_shape1,
.pattern_shape2 {
  position: absolute;
  z-index: -1;
}
.pattern_shape1.left {
  left: -90px;
}
.pattern_shape1.right {
  right: -50px;
}
.pattern_shape1.top {
  top: -10px;
}
.pattern_shape1.bottom {
  bottom: -30px;
}

.pattern_shape2.left {
  left: -90px;
}
.pattern_shape2.right {
  right: -50px;
}
.pattern_shape2.top {
  top: -10px;
}
.pattern_shape2.bottom {
  bottom: -30px;
}

/* About page */

.aboutmission {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.aboutmission::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--lightgreencolor);
  width: 100%;
  height: 100%;
  opacity: 0.95;
}
.aboutmission_copy .companysummrybox {
  background-color: var(--white);
  border: 1px solid var(--bs-gray-300);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}

.aboutmission_copy .com_sum_smalltext {
  color: var(--bs-gray-600);
}

.aboutpage_features_icon {
  font-size: 70px;
  background-color: var(--greencolor);
  color: var(--white);
  width: 130px;
  height: 130px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  text-align: center;
}
.aboutpage_features_img img {
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aboutpage_features_box {
  border: 1px solid var(--bs-gray-200);
  background-color: var(--bs-gray-100);
  padding: 40px 30px;
  height: 100%;
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.aboutpage_features_copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .aboutpage_features_box {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .aboutpage_features_icon {
    width: 100px;
    height: 100px;
    font-size: 50px;
  }
  .aboutpage_features_box {
    padding: 20px;
  }
}

/* Single Products */
.singlepro_img {
  border: 0px solid var(--bs-gray-300);
  min-height: 540px;
  position: relative;
}
.singlepro_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.singlepro_copy {
  padding-left: 30px;
  padding-top: 30px;
  height: 100%;
}
.singlepro_copy ul {
  margin-bottom: 0;
}
.singlepro_copy ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.singlepro_copy ul li:last-child {
  margin-bottom: 0;
}
.singlepro_copy ul li:before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  font-family: "FontAwesome";
  background-color: var(--greencolor);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.productdetail {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 20px;
}
.productdetail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  opacity: 0.9;
}
.productdetail_tabs {
  margin-top: 50px;
}
.productdetail_tabs .nav-tabs {
  border: none;
}
.productdetail_tabs .nav-item {
  margin-right: 15px;
}
.productdetail_tabs .nav-tabs .nav-link {
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  color: var(--dark_blue);
  padding: 15px 30px;
  background-color: var(--lightbluecolor);
  border: none;
  transition: all 0.25s linear;
}
.productdetail_tabs .nav-tabs .nav-link:hover {
  background-color: var(--primary);
  color: var(--white);
}
.productdetail_tabs .nav-tabs .nav-item.show .nav-link,
.productdetail_tabs .nav-tabs .nav-link.active {
  background-color: var(--primary);
  color: var(--white);
}
.productdetail_tabs .tab-content {
  padding: 40px;
  border: 1px solid #b2ddf3;
  margin-top: 1px;
}

.productdetail-tab-desc ul {
  margin-bottom: 0;
}
.productdetail-tab-desc ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.productdetail-tab-desc ul li:last-child {
  margin-bottom: 0;
}
.productdetail-tab-desc ul li:before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  font-family: "FontAwesome";
  background-color: var(--greencolor);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.table {
  border: 1px solid var(--bs-gray-200);
}
.table thead th {
  background-color: var(--bs-gray-200);
  font-weight: 600;
}
.table th,
.table td {
  border: 1px solid var(--bs-gray-300);
  padding: 10px;
}

.productappimage_box {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--bs-gray-300);
  box-shadow: 0px 0px 20px var(--bs-gray-200);
}
.productappimage_img {
  height: 320px;
}
.productappimage_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1199px) {
  .singlepro_copy {
    padding-left: 0;
  }
  .singlepro_img {
    min-height: 400px;
  }
  .singlepro_copy {
    padding-left: 0;
  }
  .productdetail_tabs {
    margin-top: 30px;
  }
  .productdetail_tabs .nav-tabs .nav-link {
    padding: 15px 20px;
    font-size: 18px;
  }
  .productdetail_tabs .tab-content {
    padding: 30px 30px;
  }
  .productappimage_img {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .productappimage_img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .singlepro_img {
    min-height: 360px;
  }
  .productdetail_tabs .nav-item {
    margin-right: 5px;
    margin-top: 5px;
  }
  .productdetail_tabs .nav-tabs .nav-link {
    padding: 14px 10px;
    font-size: 16px;
  }
  .productdetail_tabs .tab-content {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .singlepro_img {
    min-height: 300px;
  }
  .productappimage_img {
    height: 240px;
  }
}

.qualitycerti_box:hover {
  cursor: pointer;
}
.qualitycerti_img {
  height: 600px;
  background-color: var(--white);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border: 3px solid var(--greencolor);
}
.qualitycerti_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.qualitycerti_box:hover .qualitycerti_img img {
  transform: scale(1.2);
  opacity: 0.3;
}
.qualitycerti_box .qualitycerti_img:before {
  content: "\2b";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--greencolor);
  transition: all 0.25s ease-in-out;
  opacity: 0;
  font-family: "FontAwesome";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: var(--white);
}
.qualitycerti_box:hover .qualitycerti_img:before {
  opacity: 1;
}
.qualitycerti_title {
  background-color: var(--primary);
  color: var(--white);
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.qualitycerti_title h3 {
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .qualitycerti_img {
    height: 480px;
  }
}
@media (max-width: 1199px) {
  .qualitycerti_img {
    height: 420px;
  }
}
@media (max-width: 991px) {
  .qualitycerti_box {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .qualitycerti_img {
    height: 540px;
  }
}

@media (max-width: 575px) {
  .qualitycerti_box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .qualitycerti_img {
    height: 420px;
  }
}

/* Clients section */
.ourclientbox {
  border: 1px solid var(--bs-gray-300);
  border-radius: 10px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourclientbox img {
  width: 75%;
  height: 75%;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .ourclientbox {
    height: 160px;
  }
}

@media (max-width: 991px) {
  .ourclientbox {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .ourclientbox {
    height: 140px;
  }
}

@media (max-width: 575px) {
  .ourclientbox {
    height: 130px;
  }
}
@media (max-width: 425px) {
  .ourclientbox {
    height: 110px;
  }
}

/* popup 
============*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-preloader {
  font-size: 13px;
  color: var(--border_color);
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
#magnific_popup_documentation {
  font-size: 3em;
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  overflow: hidden;
  position: fixed;
  background: var(--black);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1101;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  z-index: 1045;
  margin: 0 auto;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
  max-width: 1140px;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader a {
  color: var(--border_color);
}
.mfp-preloader a:hover {
  color: var(--white);
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button.mfp-close {
  background: var(--greencolor);
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  padding: 0 0 18px 10px;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: var(--white);
  font-size: 32px;
  font-weight: 100;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: var(--white);
  right: 0px;
  text-align: center;
  padding-left: 2px;
  width: 36px;
  top: 0px;
  height: auto;
  line-height: normal;
  background: var(--greencolor);
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--border_color);
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: -55px 0 0;
  padding: 0;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid var(--white);
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid var(--border_color);
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid var(--white);
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid var(--border_color);
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: var(--black);
}
.mfp-img {
  animation: fadeIn 0.5s ease-in-out;
  -webkit-animation: fadeIn 0.5s ease-in-out;
}

.mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


