@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --ogenix-font: 'Manrope', sans-serif;
  --ogenix-font-two: 'Caveat', cursive;
  --ogenix-reey-font: "reeyregular";
  --ogenix-white: #ffffff;
  --ogenix-white-rgb: 255, 255, 255;
  --ogenix-base: #015BAB;
  --ogenix-base-rgb: 80, 167, 44;
  --ogenix-black: #015BAB;
  --ogenix-black-rgb: 42, 73, 29;
  --ogenix-primary: #F68B1E;
  --ogenix-primary-rgb: 255, 189, 60;
  --ogenix-gray: #7d8978;
  --ogenix-gray-rgb: 125, 137, 120;
  --ogenix-extra: #f3f3ed;
  --ogenix-extra-rgb: 243, 243, 237;
  --ogenix-bdr-color: #eaeae2;
  --ogenix-bdr-color-rgb: 234, 234, 226;
  --ogenix-letter-spacing: -0.04em;
  --ogenix-bdr-radius: 6px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  background-color: var(--ogenix-primary);
  color: var(--ogenix-white);
  font-size: 14px;
  font-weight: 800;
  padding: 9px 40px 11px;
  transition: all 0.5s linear;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: var(--ogenix-white);
}

.thm-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-color: #f7b534;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.5s linear;
  z-index: -1;
}

.thm-btn:hover:before {
  width: 190%;
}

img {
  max-width: 100%
}

a {
  text-decoration: none;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif, SolaimanLipi;
  font-size: 16px;
  color: #606060;
}

body a:hover {
  text-decoration: none;
}

.ml-3 {
  margin-left: 15px;
}

a,
p {
  font-family: "Roboto", SolaimanLipi
}

h1,
h2,
h3,
h5,
h6 {
  font-family: 'Manrope', sans-serif, SolaimanLipi;
}

.header_top_section {
  border-bottom: 1px solid #DDD;
  padding: 5px 0px
}

.ms-n5 {
  margin-left: -40px;
}

.green_button {
  background-color: #015BAB !important;
  border-color: #015BAB !important;
}

.green_button:hover {
  background-color: #0aa879 !important;
  border-color: #0aa879 !important;
}


.top-logo img {
  max-height: 60px;
}

/* Top Icon Buttons */
.icon_buttons {
  display: block;

}

.top_icon_buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.top_icon_buttons li {
  display: inline-block;
  padding-left: 5px;
}

.top_icon_buttons li a {
  display: block;
  color: #606060;
  text-decoration: none;
  padding: 5px 5px;
  font-size: 16px;
}

.top_icon_buttons li a:hover {}

.top_icon_buttons li a .btn-icon {
  position: relative;
  text-align: center;
}

.top_icon_buttons li a .btn-icon .badge {
  font-size: 10px;
  background-color: #015BAB !important;
  top: -5px !important;
}

.header_menu_section {
  box-shadow: 15px 15px 10px -15px hsla(0, 2%, 76%, .5);
  padding: 10px 0px;
  z-index: 100;

  background: #FFF;
  position: sticky;
  top: 0;
}

.navbar-brand img {
  max-height: 50px;
}

.navbar.top-nav {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  background: transparent;
  transition: all .3s ease-in-out;
}

.navbar.top-nav .navbar-nav .nav-item {
  padding-left: 1px;
  padding-right: 1px;
}

.navbar.top-nav .navbar-nav .nav-link {
  color: #015BAB;
  font-weight: 400;
  padding: 5px 9px;
  border: 1px solid transparent;
  transition: all .3s ease-in-out;
}

.navbar.top-nav .navbar-nav .nav-link:focus,
.navbar.top-nav .navbar-nav .nav-link:hover,
.navbar.top-nav .navbar-nav .nav-item .nav-link.active>.nav-link {
  background: #015BAB;
  color: #fff;
  border-radius: 5px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar.top-nav .navbar-nav .nav-item .nav-link.active {
  background: #015BAB;
  color: #fff;
  border-radius: 5px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar.top-nav .navbar-nav .nav-link.selected_item {
  border-color: #015BAB;
  border-radius: 5px;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}

.top-nav-brand img {
  max-height: 50px;
}


/*This style for top social menu*/
.social_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.social_menu li {
  display: inline-block;
}

.social_menu li a {
  color: #606060;
  font-weight: 400;
  padding: 5px 3px;
  display: block;
  font-size: 18px;
}

.social_menu li a:hover {
  color: #015BAB;
}

.social_menu li a span {}

.header_phone {}

.header_phone .call_btton {
  display: block;
  text-decoration: none;
  color: #606060;
  font-weight: bold;
  border-left: 1px solid #DDD;
  margin-left: 15px;
}

.header_phone .call_btton .call_icon {
  font-size: 30px;
  color: #015BAB;
  padding-left: 15px;
  padding-right: 5px;
}

.header_phone .call_btton .phone {
  font-size: 18px;
}

.header_phone .call_btton .call_schedule {
  display: block;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
}


/*Style for hero section*/
.hero_section {
  background: url("../images/main-slider-three-bg-shape-2.png");
}

.home_hero_text h1 {
  font-size: 20px;
  color: #0e6240;
}

.home_hero_text h1 span {
  color: #015BAB;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}


/* Feature three section design */
.feature-three__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255);
  padding: 35px 48px 7px;
  border-radius: 6px;
  border: 1px solid #eaeae2;
}

.feature-three__list li {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.feature-three__single {
  position: relative;
  display: flex;
  align-items: center;
}

.feature-three__single::before {
  position: absolute;
  top: 5px;
  bottom: 2px;
  right: -75px;
  width: 1px;
  content: "";
  background-color: #eaeadf;
}

.feature-three__list li:last-child .feature-three__single::before {
  display: none
}

.feature-three__icon {
  position: relative;
  display: inline-block;
  top: 4px;
  z-index: 1;
}

.feature-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: #015BAB;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-three__single:hover .feature-three__icon span {
  transform: scale(.9);
}

.feature-three__icon::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #51ab2c;
  opacity: .10;
  z-index: -1;
}

.feature-three__content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.feature-three__title {
  font-size: 18px;
  font-weight: 900;
  color: #015BAB;
  line-height: 26px;
}

.feature-three__subtitle {
  color: #7e8a78;
  line-height: 26px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: #007BC4;
  font-weight: 700;
  font-family: 'Caveat', cursive, SolaimanLipi;
}

.section-title__title {
  margin: 0;
  color: #015BAB;
  font-size: 45px;
  line-height: 54px;
  font-weight: 900;
  margin-top: 1px;
  letter-spacing: -0.04em;
}



/*Single Product Design*/

.product__all-single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.product__all-single:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.product__all-single-inner {
  position: relative;
  display: block;
  border: 1px solid var(--ogenix-bdr-color);
  border-radius: var(--ogenix-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.product__all-img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--ogenix-white);
  z-index: 1;
}

.product__all-img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--ogenix-black-rgb), .10);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.product__all-single:hover .product__all-img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.product__all-img img {
  width: 100%;
  mix-blend-mode: darken;
  transition: all 500ms ease;
}

.product__all-single:hover .product__all-img img {
  transform: scale(1.05);
}

.product__all-content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 30px;
}

.product__all-review {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__all-review i {
  color: #ffbc3b;
  font-size: 11px;
}

.product__all-review i+i {
  margin-left: 4px;
}

.product__all-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  margin-top: 3px;
}

.product__all-title a {
  color: var(--ogenix-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product__all-title a:hover {
  color: var(--ogenix-base);
}

.product__all-price {
  font-weight: 700;
  line-height: 25px;
}

.product__all-btn-box {
  position: relative;
  display: block;
  margin-top: 15px;
  z-index: 2;
}

.product__all-btn {
  font-weight: 700;
  padding: 5px 30px 5px;
  background-color: var(--ogenix-base);
}

.product__all-btn:before {
  background-color: #F68B1E;
  width: 50px;
}

.products__all-icon-boxes {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
  -ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
  transform: perspective(400px) rotateX(20deg) translateX(100%);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.product__all-single:hover .products__all-icon-boxes {
  opacity: 1.0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
  -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
  transform: perspective(400px) rotateX(0deg) translateX(-0%);
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.products__all-icon-boxes a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #f3f3ed;
  border-radius: 50%;
  font-size: 14px;
  color: #37542b;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.products__all-icon-boxes a:hover {
  background-color: var(--ogenix-base);
  color: var(--ogenix-white);
}

.products__all-icon-boxes a+a {
  margin-top: 10px;
}




/*Footer design*/

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--ogenix-black);
  z-index: 1;
  overflow: hidden;
}

.site-footer__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -155px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: 0.03;
  z-index: -1;
}

.site-footer__ripped-paper {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.site-footer__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 90px 0 90px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: -15px;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  margin-top: 23px;
  margin-bottom: 31px;
}

.footer-widget__social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-widget__social-box a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--ogenix-white);
  background-color: #F68B1E;
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.footer-widget__social-box a:hover {
  color: var(--ogenix-base);
  background-color: var(--ogenix-white);
}

.footer-widget__social-box a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ogenix-white);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.footer-widget__social-box a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-widget__social-box a+a {
  margin-left: 10px;
}

.footer-widget__about-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: var(--ogenix-letter-spacing);
  color: var(--ogenix-white);
}

.footer-widget__explore {
  position: relative;
  display: block;
}

.footer-widget__title-box {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
}

.footer-widget__title-box::before {
  content: "";
  position: absolute;
  top: 15px;
  right: -31px;
  width: 21px;
  height: 3px;
  background-image: -moz-linear-gradient(0deg, rgb(80, 167, 44) 0%, rgb(255, 189, 60) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(80, 167, 44) 0%, rgb(255, 189, 60) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(80, 167, 44) 0%, rgb(255, 189, 60) 100%);
}

.footer-widget__title {
  font-size: 20px;
  color: var(--ogenix-white);
  line-height: 30px;
  font-weight: 900;
  letter-spacing: var(--ogenix-letter-spacing);
}

.footer-widget__explore-list-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-widget__explore-list {
  position: relative;
  display: block;
  float: left;
}

.footer-widget__explore-list+.footer-widget__explore-list {
  margin-left: 84px;
}

.footer-widget__explore-list li+li {
  margin-top: 7px;
}

.footer-widget__explore-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #91a589;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.footer-widget__explore-list li a:hover {
  color: var(--ogenix-white);
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__contact-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #91a589;
  padding-top: 3px;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
  margin-top: 25px;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__contact-list li::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 101px;
  height: 1px;
  background-color: var(--ogenix-white);
  transition: all 500ms ease;
}

.footer-widget__contact-list li:last-child::before {
  display: none;
}

.footer-widget__contact-list li+li {
  margin-top: 14px;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  top: 1px;
}

.footer-widget__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--ogenix-base);
}

.footer-widget__contact-list li .text {
  position: relative;
  display: block;
}

.footer-widget__contact-list li .text p {
  font-size: 17px;
  font-weight: 500;
  color: var(--ogenix-white);
  line-height: 26px;
}

.footer-widget__contact-list li .text p a {
  color: var(--ogenix-white);
  transition: all 500ms ease;
}

.footer-widget__contact-list li:last-child .text p a {
  color: #91a589;
  transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
  color: #F68B1E;
}

.footer-widget__contact-list li:hover::before {
  background-color: #F68B1E;
}

.footer-widget__gallery {
  position: relative;
  display: block;
  margin-left: -6px;
}

.footer-widget__gallery-list {
  position: relative;
  display: block;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 10px;
}

.footer-widget__gallery-list li {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.footer-widget__gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--ogenix-bdr-radius);
  z-index: 1;
}

.footer-widget__gallery-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--ogenix-base-rgb), .90);
  transition: all 700ms ease;
  transform: translateY(-100%);
  border-radius: 5px;
  z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
  transform: translateY(0%);
}

.footer-widget__gallery-img img {
  width: 100%;
  border-radius: 5px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  transform: scale(1);
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
  transform: scale(1.05);
}

.footer-widget__gallery-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--ogenix-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.site-footer__bottom {
  position: relative;
  display: block;
  padding: 32px 0 36px;
  background-color: #F68B1E;
  z-index: 1;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__bottom-text {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #FFF;
}

.site-footer__bottom-text a {
  color: #FFF;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--ogenix-white);
}

.site-footer__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__bottom-menu li+li {
  margin-left: 10px;
}

.site-footer__bottom-menu li a {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
  color: var(--ogenix-white);
}



/*--------------------------------------------------------------
# Categories Two
--------------------------------------------------------------*/
.categories-two {
  position: relative;
  display: block;
  z-index: 1;
}

.categories-two__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 303px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.categories-two__bg-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.categories-two__ripped-paper {
  position: absolute;
  bottom: -73px;
  left: 0;
  right: 0;
  height: 73px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.categories-two .section-title {
  margin-bottom: 40px;
}

.categories-two__single {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 30px 35px 28px;
  border-radius: var(--ogenix-bdr-radius);
  margin-bottom: 30px;
  border: 2px solid #ffffff;
  transition: all 500ms ease;
}

.categories-two__single:hover {
  border: 2px solid var(--accent-color);
  transform: translateY(-10px);
}

.categories-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
}

.categories-two__icon::before {
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  transition: all 500ms ease;
  opacity: 0.2;
}

.categories-two__single:hover .categories-two__icon::before {
  opacity: 0.6;
}

.categories-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--accent-color);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  position: relative;
}

.categories-two__single:hover .categories-two__icon span {
  transform: scale(.9);
  color: #ffffff;
}


.categories-two__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  margin-top: 12px;
}

.categories-two__title a {
  color: var(--ogenix-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.categories-two__title a:hover {
  color: var(--accent-color);
}


/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.why-choose-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.why-choose-two__shape-1 {
  position: absolute;
  top: 60px;
  left: 0;
  opacity: .10;
  z-index: -1;
}

.why-choose-two__shape-1 img {
  width: auto;
}

.why-choose-two__shape-2 {
  position: absolute;
  top: -185px;
  right: -30px;
  z-index: -1;
}

.why-choose-two__shape-2 img {
  width: auto;
}

.why-choose-two__shape-3 {
  position: absolute;
  bottom: -125px;
  right: 0;
  z-index: -1;
}

.why-choose-two__shape-3 img {
  width: auto;
}

.why-choose-two__left {
  position: relative;
  display: block;
  margin-top: 33px;
}

.why-choose-two__left .section-title {
  margin-bottom: 32px;
}

.why-choose-two__left .section-title__title {
  color: var(--ogenix-white);
}

.why-choose-two__text-1 {
  color: #91a589;
}

.why-choose-two__btn-box {
  position: relative;
  display: block;
  margin-top: 41px;
}

.why-choose-two__btn {
  background-color: var(--ogenix-base);
}

.why-choose-two__btn:before {
  background-color: #F68B1E;
}

.why-choose-two__right {
  position: relative;
  display: block;
}

.why-choose-two__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: var(--ogenix-bdr-radius);
}

.why-choose-two__list li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.why-choose-two__single {
  position: relative;
  display: block;
  border-right: 1px solid var(--ogenix-bdr-color);
  border-bottom: 1px solid var(--ogenix-bdr-color);
  padding: 40px 39px 35px;
}

.why-choose-two__list li:nth-child(2) .why-choose-two__single {
  border-right: 0;
}

.why-choose-two__list li:nth-child(3) .why-choose-two__single {
  border-bottom: 0;
}

.why-choose-two__list li:nth-child(4) .why-choose-two__single {
  border-right: 0;
  border-bottom: 0;
}

.why-choose-two__icon-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.why-choose-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--ogenix-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-two__list li:hover .why-choose-two__icon {
  background-color: var(--ogenix-black);
}

.why-choose-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 31px;
  color: var(--ogenix-white);
}

.why-choose-two__icon-text {
  font-size: 18px;
  color: var(--ogenix-black);
  font-weight: 700;
  line-height: 18px;
  margin-left: 15px;
}


/* About page design */
/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  counter-reset: count;
  z-index: 1;
}

.about-three__left {
  position: relative;
  display: block;
  margin-right: 85px;
}

.about-three__left .section-title {
  margin-bottom: 30px;
}

.about-three__text-1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: var(--ogenix-base);
  margin-bottom: 30px;
}

.about-three__points {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 46px;
}

.about-three__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__points li+li {
  margin-left: 75px;
}

.about-three__count {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: var(--ogenix-primary);
  border-radius: 50%;
}

.about-three__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 61px;
  font-weight: 800;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: var(--ogenix-white);
  text-align: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.about-three__text {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  color: var(--ogenix-black);
  margin-left: 15px;
}

.about-three__right {
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-three__img-box {
  position: relative;
  display: block;
}

.about-three__img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-three__img::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 40px;
  bottom: 40px;
  width: 20px;
  background-image: -moz-linear-gradient(90deg, rgb(255, 189, 60) 0%, rgb(80, 167, 44) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 189, 60) 0%, rgb(80, 167, 44) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 189, 60) 0%, rgb(80, 167, 44) 100%);
  border-top-right-radius: var(--ogenix-bdr-radius);
  border-bottom-right-radius: var(--ogenix-bdr-radius);
  z-index: -1;
}

.about-three__img img {
  width: 100%;
  border-radius: var(--ogenix-bdr-radius);
}

.about-three__shape-1 {
  position: absolute;
  bottom: -45px;
  left: -138px;
  z-index: -1;
}

.about-three__shape-1 img {
  width: auto;
}

.about-three__experience {
  position: absolute;
  top: 80px;
  left: -85px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  max-width: 235px;
  width: 100%;
  padding: 10px;
  z-index: 1;
}

.about-three__experience-shape-1 {
  position: absolute;
  bottom: -23px;
  left: 50px;
}

.about-three__experience-shape-1 img {
  width: auto;
}

.about-three__experience-inner {
  position: relative;
  display: flex;
  align-items: center;
  border: 4px solid var(--ogenix-primary);
  padding: 18px 25px 19px;
}

.about-three__experience-shape-2 {
  position: absolute;
  left: 36px;
  bottom: -25px;
}

.about-three__experience-shape-2 img {
  width: auto;
  margin-top: -5px;
}

.about-three__experience-year h3 {
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.about-three__experience-text {
  margin-left: 10px;
}

.about-three__experience-text p {
  font-size: 18px;
  line-height: 22px;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: var(--ogenix-base);
  padding: 67px 0 58px;
  overflow: hidden;
  z-index: 1;
}

.counter-one__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -263px;
  top: -263px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.05;
}

.counter-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.counter-one__single {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.counter-one__single::before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: -2px;
  right: -65px;
  width: 1px;
  background-color: rgba(var(--ogenix-white-rgb), .40);
}

.counter-one__single:last-child::before {
  display: none;
}

.counter-one__icon {
  position: relative;
  display: inline-block;
  top: 8px;
}

.counter-one__icon i {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--ogenix-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-one__single:hover .counter-one__icon i {
  transform: scale(.9);
}

.counter-one__content {
  position: relative;
  display: block;
  margin-left: 8px;
}

.counter-one__content h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 45px !important;
  font-family: var(--ogenix-font-two) !important;
  color: var(--ogenix-white);
  margin-bottom: 6px;
}

.counter-one__text {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #aef490;
}



.main-slider-three__categories-box {
  position: relative;
  display: block;
}

.main-slider-three__categories {
  position: relative;
  display: block;
  border-radius: var(--ogenix-bdr-radius);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-slider-three__categories-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--ogenix-white);
  background-color: var(--ogenix-base);
  position: relative;
  display: block;
  line-height: 16px;
  padding: 15px 30px 15px;
  border-top-left-radius: var(--ogenix-bdr-radius);
  border-top-right-radius: var(--ogenix-bdr-radius);
}

.main-slider-three__categories-list {
  position: relative;
  display: block;
}

.sidebar__category-list li+li {
  margin-top: 0px;
}

.main-slider-three__categories-list li a {
  color: var(--ogenix-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  padding: 11px 30px 11px;
  border-bottom: 1px solid var(--ogenix-bdr-color);
  font-weight: 600;
  letter-spacing: var(--ogenix-letter-spacing);
}

.main-slider-three__categories-list li:last-child a {
  border-bottom: 0;
}

.main-slider-three__categories-list li a:hover {
  background-color: var(--ogenix-extra);
  color: var(--ogenix-base);
}

.main-slider-three__categories-list li.active a {
  background-color: var(--ogenix-extra);
  color: var(--ogenix-base);
}

.main-slider-three__categories-list li a span {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--ogenix-gray);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.main-slider-three__categories-list li a:hover span {
  color: var(--ogenix-black);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-slider-three__categories-list li.active a span {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--ogenix-black);
}

.main-slider-three__categories-list li a i {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--ogenix-gray);
  padding-right: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-three__categories-list li a:hover i {
  color: var(--ogenix-base);
}

.main-slider-three__categories-list li.active a i {
  color: var(--ogenix-base);
}


/*--------------------------------------------------------------
# Contact Details
--------------------------------------------------------------*/
.contact-details {
  position: relative;
  display: block;
}

.contact-details__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 50px;
  border-bottom: 1px solid var(--ogenix-bdr-color);
}

.contact-details__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-details__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-details__contact-list li+li {
  margin-left: 65px;
}

.contact-details__contact-list li .icon {
  position: relative;
  display: inline-block;
}

.contact-details__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--ogenix-primary);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-details__contact-list li:hover .icon span {
  transform: scale(.9);
}

.contact-details__contact-list li .content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.contact-details__contact-list li .content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.contact-details__contact-list li .content h4 a {
  color: var(--ogenix-black);
  transition: all 900ms ease;
}

.contact-details__contact-list li .content h4 a:hover {
  color: var(--ogenix-primary);
}

.contact-details__social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-details__social-box a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--ogenix-black);
  background-color: var(--ogenix-extra);
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-details__social-box a:hover {
  color: var(--ogenix-white);
  background-color: var(--ogenix-base);
}

.contact-details__social-box a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--ogenix-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.contact-details__social-box a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.contact-details__social-box a+a {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
  padding: 50px 0;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 435px;
  width: 100%;
  mix-blend-mode: luminosity;
  background-color: var(--ogenix-extra);
  border-radius: var(--ogenix-bdr-radius);
}


.plan_section {}

.plan_section h3 {
  font-weight: bold;
  color: #007BC4;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
  font-size: 25px;
}

.plan_section p {
  text-align: justify;
}

.plan_section p strong {
  color: #007BC4;
}

.plan_section .number {
  background: #015BAB;
  color: #FFF;
  border-radius: 50%;
  padding: 0 11px;
}





/*Login Style*/
.background-radial-gradient {
  background-color: #3e2bc5;
  background-image: radial-gradient(650px circle at 0% 0%, hsl(249, 58%, 45%) 15%, hsl(250, 60%, 40%) 35%, hsl(255, 65%, 30%) 75%, hsl(260, 55%, 25%) 80%, transparent 100%), radial-gradient(1250px circle at 100% 100%, hsl(245, 50%, 50%) 15%, hsl(250, 45%, 40%) 35%, hsl(255, 40%, 30%) 75%, hsl(260, 35%, 25%) 80%, transparent 100%);
}

#radius-shape-1 {
  height: 220px;
  width: 220px;
  top: -60px;
  left: -130px;
  background: radial-gradient(#3e2bc5, #7a5cff);
  overflow: hidden;
}

#radius-shape-2 {
  border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
  bottom: -60px;
  right: -110px;
  width: 300px;
  height: 300px;
  background: radial-gradient(#3e2bc5, #8c7eff);
  overflow: hidden;
}

.bg-glass {
  background-color: hsla(0, 0%, 100%, 0.9) !important;
  backdrop-filter: saturate(200%) blur(25px);
}

.single_page_product_review {
  display: inline-block;
}

.single_page_product-title {
  font-weight: bold;
  font-size: 27px;
  color: var(--ogenix-base);
  margin-top: 10px;
}

.single_page_product-price {
  font-weight: bold;
  font-size: 30px;
  color: #F68B1E;
}


.carousel-control-next,
.carousel-control-prev {
  width: 8%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #015BAB;
}

.carousel-indicators [data-bs-target] {

  background-color: #015BAB;
}