* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: var(--primerry);
}

:root {
  --primerry: #0F2135;
  --secondary: #4AE1FF;
  --sky: #31ABE1;
  --purple: #4C10FF;
  --black: #000000;
  --white: #ffffff;
  --clr127: #127AB7;
  --borderclr: #D2D2D2;
  --gradiantclr: linear-gradient(to right, #33ACE1, #2B3990);

  /* font-family */
  --ubuntu: "Ubuntu", sans-serif;
  --poppins: "Poppins", sans-serif;

  /* font-size */
  --size-14: 0.875rem;
  --size-16: 1rem;
  --size-18: 1.125rem;
  --size-20: 1.25rem;
  --size-24: 1.5rem;
  --size-32: 2rem;
  --size-48: 3rem;
  --size-60: 3.75rem;
}
body {
  padding: 0;
  margin: 0;
  font-family: var(--poppins);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ubuntu);
  font-weight: bold;
}

a {
  text-decoration: none;
  color: var(--black);
}

img {
  width: 100%;
  height: auto;
}
.cha-icon{
  max-width: 1.5rem;
  width: 100%;
}

/* Buttons */
.btn-helth,
input.search-submit{
  padding: 0.95rem 2rem;
  font-size: var(--size-16);
  font-family: var(--poppins);
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.3rem;
  margin: 0 0.5rem;
  background-size: 300% 100%;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.btn-helth img{
  width: 0.675rem;
}
a.bg-gradiant,
.bg-gradiant,
input.search-submit{
  background: var(--gradiantclr);
  color: var(--white);
}
a.bg-white{
  color: var(--primerry);
}
.bg-gradiant img{
  filter: invert(1) brightness(1);
  -webkit-filter: invert(1) brightness(1);
}
.bg-gradiant:hover,
input.search-submit:hover {
  background: var(--gradiantclr);
  color: var(--white);
  box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.5);
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.bg-white:hover{
  box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.5);
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.home-body{
  background: url('../img/bg-hole-website.jpg') no-repeat;
  background-size: cover;
  background-position: 0% 0%;
  overflow-x: hidden;
}
/* navbar */
.navbar {
  width: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.5), transparent);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  padding: 0.5rem;
  margin: auto;
}
.navbar-brand img {
  width: 15rem;
  transition: all 0.5s ease-in-out;
}
.navbar-sticky {
  background: var(--primerry);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  top: 0;
}
.navbar-sticky .navbar-brand {
  width: 15rem;
}
.navbar-sticky .navbar-brand img{
  width: 12rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: var(--size-16);
  padding: 1rem;
  color: var(--white);
  font-weight: 400;
  font-family: var(--poppins);
  white-space: nowrap;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .current-menu-item .nav-link,
.navbar-nav .current-menu-parent .nav-link,
.navbar-nav .nav-link.show {
  color: var(--secondary);
}
.dropdown-parent{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.dropdown-toggle::after{
  display: none;
}
.navbar-nav .dropdown-toggle img{
  filter: invert(1) sepia(1) hue-rotate(45deg) brightness(100);
  -webkit-filter: invert(1) sepia(1) hue-rotate(45deg) brightness(100);
}
.navbar-nav .dropdown-toggle.active img,
.dropdown-parent:hover .dropdown-toggle img,
.navbar-nav .current-menu-item img,
.navbar-nav .current-menu-parent img{
    filter: invert(0) sepia(0) hue-rotate(0) brightness(1);
    -webkit-filter: invert(0) sepia(0) hue-rotate(0) brightness(1);
}
.navbar-expand-lg .navbar-nav .dropdown-toggle{
  padding-left: 0;
}
.navbar-nav li .dropdown-menu {
  background-color: var(--primerry);
  padding:0.5rem 0;
  border-radius: 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  top: 53px;
}
.navbar-nav li .dropdown-item,
.navbar-expand-lg .navbar-nav li.dropdown li a {
  font-size: var(--size-16);
  padding:0.5rem 1rem;
  color: var(--white);
}
.dropdown-toggle::after {
    margin-left: 0.455em;
}
.navbar-nav li .dropdown-item:focus,
.navbar-nav li .dropdown-item:hover,
.navbar-nav li .dropdown-item.active,
.navbar-nav li .dropdown-item:active,
.navbar-expand-lg .navbar-nav li.dropdown .current-menu-item a,
.navbar-expand-lg .navbar-nav li.dropdown li:hover a,
.navbar-expand-lg .navbar-nav li.dropdown li:focus a  {
  color: var(--secondary);
  background-color: var(--primerry);
  border-color: var(--primerry);
}
.navbar-toggler,
.navbar-toggler:focus{
  filter: invert(1) brightness(100);
  opacity: 1;
  border: none;
  box-shadow: 0rem 0rem 0rem transparent;
}
.nav-buttons .btn-helth {
  border: 0.4rem solid #475265;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.nav-buttons a{
  margin-right: 0;
}
.nav-link:focus-visible {
    box-shadow: 0 0 0 .0rem transparent;
}
/* Megha Menu */
.dropdown-mega .dropdown-menu{
  min-width: 20rem;
}
.dropdown-mega .dropdown-menu.show{
  display: flex;
  flex-wrap: wrap;
}
.dropdown-mega .dropdown-menu li{
  max-width: 50%;
  width: 100%;
  display: inline-block;
}
/* Banner */
.banner-pareidolia{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 100vh;
  padding: 4rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.banner-content{
  position: relative;
  z-index: 2;
}
.banner-content h1{
  color: var(--white);
  font-size: var(--size-60);
}
.banner-content p,
.banner-content p span{
  color: var(--white);
  font-size: var(--size-18);
}

.video-main-wrap video {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  width:100%;
  height:100%;
  margin: auto;
  object-fit: cover;
  z-index: 1;
}

/* choose-services-pareidolia */
.choose-services-pareidolia{
  padding-bottom: 4rem;
  overflow: hidden;
}
.title-main-circle{
  width: 50rem;
  margin: auto;
  position: relative; 
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.title-main-circle::after{
  content: '';
  width: 100%;
  height: 50rem;
  background: url('../img/icon/circle-dotted.svg') no-repeat;
  background-size: cover;
  position: absolute;
  top: -26rem;
  left: 0;
  right: 0;
  -webkit-animation: rotating 50s linear infinite;
  -moz-animation: rotating 50s linear infinite;
  -ms-animation: rotating 50s linear infinite;
  -o-animation: rotating 50s linear infinite;
  animation: rotating 50s linear infinite;
}
.title-searvice {
  width: 30rem;
  height: 24rem;
  margin: auto;
  text-align: center;
  padding: 2rem 6rem 0rem;
  background: url('../img/title-bg.png') no-repeat;
  background-size: contain;
  filter: drop-shadow(0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2));
}

.ellipse img{
  width: 3rem;
  z-index: 2;
}
.ellipse img:nth-child(1){
  position: absolute;
  top: 10rem;
  left: 1.6rem;
}
.ellipse img:nth-child(2){
  position: absolute;
  top: 20.5rem;
  left: 14rem;
}
.ellipse img:nth-child(3){
    position: absolute;
    top: 20.5rem;
    right: 14rem;
}
.ellipse img:nth-child(4){
  position: absolute;
  top: 10rem;
  right: 1.6rem;
}
.title-searvice h2{
  font-size: var(--size-48);
  color: #127AB7;
}
.our-service-content{
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
}
.content-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.our-service-content img{
  width: 5rem;
}
.our-service-content li{
  width: 14.938rem;
  display: inline-block;
  position: relative;
}
.service-content{
  width:100%;
  padding:1.5rem 1rem;
  background: var(--white);
  filter: drop-shadow(0rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2));
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.service-content{
  margin-top: 1rem;
}
.service-content p{
  font-size: var(--size-20);
}
.service-content a{
  font-size: var(--size-20);
  color: var(--clr127);
}
.content-list li:nth-child(1),
.content-list li:nth-child(3){
  animation: upDown 3s ease-in-out infinite;
  -webkit-animation: upDown 3s ease-in-out infinite;
}
.content-list li:nth-child(2),
.content-list li:nth-child(4){
  animation: DownUp 3s ease-in-out infinite;
  -webkit-animation: DownUp 3s ease-in-out infinite;
}
.content-list li:nth-child(1){
    top: -11rem;
    left: -6rem;
}
.content-list li:nth-child(2){
  margin-top: 2rem;
  left: -2rem;
}
.content-list li:nth-child(3){
  top: 0.9rem;
  right: -3rem;
}
.content-list li:nth-child(4){
  top: -11rem;
  right: -6rem;
}
/* Choose us */
.why-choose-us-wrapper{
  padding-bottom: 4rem;
}
.title-health h2{
  color: var(--black);
  font-size: var(--size-48);
  font-weight: 400;
}
.title-health h2 span{
  font-weight: 600;
}
.choose-us-main{
  width: 100%;
  background: var(--white);
  text-align: center;
  padding: 0 2.5rem 1.5rem;
  border: 1px solid var(--borderclr);
  margin-top: 5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.choose-us-main:hover{
  scale: 0.9;
}
.choose-img{
  width: 6.25rem;
  height: 6.25rem;
  border: 0.7rem solid rgba(49, 171, 225, 0.30);
  background: var(--white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
   display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -3rem auto 1.5rem;
}
.choose-img img{
  width: 3rem !important;
}
.choose-us-main h4{
  font-size: var(--size-24);
  color: var(--primerry);
  margin:0;
}
.choose-us-main p{
  font-size: var(--size-14);
  color: var(--primerry);
  margin:0;
}
.line-horizental{
  width: 6rem;
  height: 0.25rem;
  border-radius: 1rem;
  margin: 1.125rem 0;
  background: linear-gradient(to right, var(--purple), transparent);
  display: inline-block;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.line-horizental{
  background: linear-gradient(to right, var(--sky), transparent, var(--sky));
  background-size: 600% 600%;
  animation: gradientMove 10s linear infinite;
}
/* our-expertise-wrapper */
.expertise-wrapper{
  padding: 4rem 0rem 0rem; 
}
.order-one,
.order-two{
  padding-bottom: 4rem;
}
.our-expertise-main {
  position: relative;
  width: 47rem;
  height: 47rem;
  margin: 0 auto;
  background: #0F2135;
  border: 1px solid #4AE1FF;
  border-radius: 50%;
  filter: drop-shadow(0rem 0rem 1rem rgb(74, 225, 255, 0.25));
  -webkit-filter: drop-shadow(0rem 0rem 1rem rgb(74, 225, 255, 0.25));
}
.expertise-zig-zag-wrap .row:nth-of-type(even) .order-one{
  order: 2;
}
.expertise-zig-zag-wrap .row:nth-of-type(even) .order-two{
  order: 1;
}
/* Orbiting circles */
.circle{
  width: 12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  text-align: center;
}
.circle img{
  width: 6rem;
  margin: auto;
}
.circle p{
  font-size: var(--size-24);
  font-family: var(--ubuntu);
  color: var(--white);
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  opacity: 0;
}
.circle:nth-child(2) {
  transform: translate(-8rem, -22.5rem);
  -webkit-transform: translate(-8rem, -22.5rem);
  -moz-transform: translate(-8rem, -22.5rem);
  -ms-transform: translate(-8rem, -22.5rem);
  -o-transform: translate(-8rem, -22.5rem);
}

.circle:nth-child(3) {
  transform: translate(6rem, -21.5rem);
  -webkit-transform: translate(6rem, -21.5rem);
  -moz-transform: translate(6rem, -21.5rem);
  -ms-transform: translate(6rem, -21.5rem);
  -o-transform: translate(6rem, -21.5rem);
}
.circle:nth-child(4) {
  transform: translate(17rem, -12.5rem);
  -webkit-transform: translate(17rem, -12.5rem);
  -moz-transform: translate(17rem, -12.5rem);
  -ms-transform: translate(17rem, -12.5rem);
  -o-transform: translate(17rem, -12.5rem);
}
.circle:nth-child(5) {
  transform: translate(21rem, -0.5rem);
  -webkit-transform: translate(21rem, -0.5rem);
  -moz-transform: translate(21rem, -0.5rem);
  -ms-transform: translate(21rem, -0.5rem);
  -o-transform: translate(21rem, -0.5rem);
}
.circle:nth-child(6) {
  transform: translate(17rem, 12rem);
  -webkit-transform: translate(17rem, 12rem);
  -moz-transform: translate(17rem, 12rem);
  -ms-transform: translate(17rem, 12rem);
  -o-transform: translate(17rem, 12rem);
}
.circle:nth-child(7) {
  transform: translate(6rem, 21.5rem);
  -webkit-transform: translate(6rem, 21.5rem);
  -moz-transform: translate(6rem, 21.5rem);
  -ms-transform: translate(6rem, 21.5rem);
  -o-transform: translate(6rem, 21.5rem);
}
.circle:nth-child(8) {
  transform: translate(-10rem, 22rem);
  -webkit-transform: translate(-10rem, 22rem);
  -moz-transform: translate(-10rem, 22rem);
  -ms-transform: translate(-10rem, 22rem);
  -o-transform: translate(-10rem, 22rem);
}
.circle:nth-child(9) {
  transform: translate(-23rem, 12.5rem);
  -webkit-transform: translate(-23rem, 12.5rem);
  -moz-transform: translate(-23rem, 12.5rem);
  -ms-transform: translate(-23rem, 12.5rem);
  -o-transform: translate(-23rem, 12.5rem);
}
.circle:nth-child(10) {
  transform: translate(-26rem, -1.5rem);
  -webkit-transform: translate(-26rem, -1.5rem);
  -moz-transform: translate(-26rem, -1.5rem);
  -ms-transform: translate(-26rem, -1.5rem);
  -o-transform: translate(-26rem, -1.5rem);
}
.circle:nth-child(11) {
  transform: translate(-21rem, -14.5rem);
  -webkit-transform: translate(-21rem, -14.5rem);
  -moz-transform: translate(-21rem, -14.5rem);
  -ms-transform: translate(-21rem, -14.5rem);
  -o-transform: translate(-21rem, -14.5rem);
}
.circle:nth-child(2) p{
  color: #4AE1FF;
}
.circle:nth-child(3) p{
  color: #E2FF41;
}
.circle:nth-child(4) p{
  color: #FF7614;
}
.circle:nth-child(5) p{
  color: #E807EB;
}
.circle:nth-child(6) p{
  color: #23DBB7;
}
.circle:nth-child(7) p{
  color: #7E06FF;
}
.circle:nth-child(8) p{
  color: #4D3AFF;
}
.circle:nth-child(9) p{
  color: #FFBA25;
}
.circle:nth-child(10) p{
  color: #EE2A2E;
}
.circle:nth-child(11) p{
  color: #38E815;
}
/* Hover effect: any circle triggers center circle */
.our-expertise-main.active .our-expertise {
  opacity: 0;
}
.circle.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-3rem, -2rem);
  -webkit-transform: translate(-3rem, -2rem);
  -moz-transform: translate(-3rem, -2rem);
  -ms-transform: translate(-3rem, -2rem);
  -o-transform: translate(-3rem, -2rem);
}
.circle.centered p{
  opacity: 1;
}
.our-expertise-wrapper{
  width: 98%;
  padding-top: 8rem;
  margin: auto;
  background: url('../img/expertise-bg.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.our-expertise {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.our-expertise h2{
  font-size: var(--size-48);
  color: var(--white);
  position: absolute;
  left: 0;
  right: 0;
  width: 18rem;
  margin: auto;
}
/* work-flow */
.work-flow-wrapper{
  padding: 4rem 0;
}
.workflow-item{
  width: 77%;
  background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, var(--sky), transparent) border-box;
  border: 4px solid transparent;
  position: relative;  
  margin-top: 3rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.workflow-item::after{
  content:'';
  width: 100%;
  height: 100%;
  background: url('../img/icon/arrow-double.svg') no-repeat;
  background-size: 3rem;
  background-position: right center;
  position: absolute;
  left: 5.5rem;
  top: 0;
}
.owl-item.active + .owl-item.active + .owl-item.active .workflow-item::after{
 display: none;
}
.item.workflow-item{
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.item.workflow-item:hover{
  scale: 0.9;
}
.work-flow{
  width: 100%;
  background: linear-gradient(180deg, rgba(49,171,225,0.05), transparent);
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.icon-work{
  width: 4rem;
  height: 4rem;
  background: linear-gradient(to right, #2B3990, var(--sky));
  margin: auto auto 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.icon-work img{
  width: 1.5rem !important;
}
.line-horizental.sky{
  margin: 1rem;
  background: linear-gradient(to right, var(--sky), transparent, var(--sky));
  background-size: 600% 600%;
  animation: gradientMove 10s linear infinite;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.work-flow h4{
  font-size: var(--size-24);
}
.work-flow p{
  font-size: var(--size-16);
}
.owl-carousel .owl-dots .owl-dot span{
  width: 2rem;
  height: 0.2rem;
  background: var(--sky);
  border-color: var(--sky);
  opacity: 0.5;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span{
  background: var(--sky);
  opacity: 1;
}
/* testimonials-itesm */
.testimonial{
  padding-bottom: 4rem;
}
.testimonials-itesm{
  width: 100%;
  border: 1px solid var(--borderclr);
  padding: 2rem;
  background: var(--white);
  margin: 3rem 0rem 1rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.testimonials-itesm:hover{
  background: url('../img/bg-testimonial.jpg') no-repeat;
  background-size: cover;
  border-color: transparent;
  filter: drop-shadow(0rem 0rem 1rem rgba(0,0,0,0.10));
  -webkit-filter: drop-shadow(0rem 0rem 1rem rgba(0,0,0,0.10));
}
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
  height: auto; /* let JS handle equal height */
}

.testimonials-itesm{
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 89%;
}

.quetsicon img{
  width: 3rem !important;
}
.testimonials-itesm p{
  font-size: var(--size-14);
  margin: 1rem 0;
}
.test-flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1;
  border-top: 1px solid var(--borderclr);
  padding-top: 1rem;
}
.usercontent{
  padding-left: 1rem;
}
.usercontent h4{
  font-size: var(--size-20);
  margin: 0;
}
.usercontent p{
  font-size: var(--size-14);
  color: #7D7D7D;
  margin: 0;
}

#testimonial .owl-nav{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
#testimonial .owl-nav button.owl-prev{
  float: left;
  margin-left: -50px;
}
#testimonial .owl-nav button.owl-next{
  float: right;
  margin-right: -50px;
}
#testimonial .owl-nav [class*='owl-']{
  width: 1rem;
}
#testimonial .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
/* book-wrap */
.book-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0;
  position: relative;
}
.book-wrap video{
  width: 100%;
  height: 100%;
    border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.book-wrap h2{
  width: 100%;
  font-size: var(--size-60);
  color: var(--white);
  text-align: center;
  position: absolute;
  bottom: 3rem;
}
/* BLog */
.blog-wrapper{
  padding: 4rem 0;
}
.blog-item{
  width: 100%;
  padding: 1rem;
  margin-top: 4rem;
  border: 1px solid var(--borderclr);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.blog-item img{
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.blog-item img:hover{
  transform: rotate(3deg) scale(1.01);
  -webkit-transform: rotate(3deg) scale(1.01);
  -moz-transform: rotate(3deg) scale(1.01);
  -ms-transform: rotate(3deg) scale(1.01);
  -o-transform: rotate(3deg) scale(1.01);
}
.blog-item h4{
  font-size: var(--size-24);
}
.blog-item p{
  font-size: var(--size-16);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.postdatetime{
  padding: 0;
  margin: 0;
  list-style: none;
}
.postdatetime li,
.postdatetime{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.postdatetime{
  gap: 1rem;
  padding: 2rem 0rem 1rem;
}
.postdatetime li img{
  width: 1rem;
  height: auto;
  object-fit: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.bottombtn{
  border-top: 1px solid var(--borderclr);
  margin-top: 2rem;
  padding-top: 2rem;
}
.bottombtn .btn-helth{
  margin: 0;
  background: linear-gradient(to right, #2B3990, #33ACE1);
}
.bottombtn .btn-helth img{
  width: 0.675rem;
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* footer-wrap */
.footer-wrap{
  width: 100%;
  background: var(--primerry);
  padding: 4rem 0 2rem;
}
.footer-social{
  margin: 4rem 0rem 0rem;
  padding: 0;
  list-style: none;
}
.footer-social li{
  display: inline-block;
}
.footer-social li a{
  margin: 0.5rem 0.5rem 0rem 0rem;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.footer-social li a:hover{
  scale: 1.1;
}
.footer-nav h4,
.footer-contect h4{
  font-size: var(--size-18);
  color: var(--white);
  font-family: var(--poppins);
  font-weight: 400;
}
.footer-nav{
  margin-left: 2rem;
}
.navbar-footer{
  margin: 2rem 0rem 0rem;
  padding: 0;
  list-style: none;
}
.navbar-footer li a{
  color:#A9BDD2;
  font-size: var(--size-14);
  padding: 0.5rem 0rem 0.5rem 1rem;
  display: inline-block;
  background: url('../img/icon/chev-02.svg') no-repeat;
  background-size: 0.5rem;
  background-position: left center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.navbar-footer li a:hover{
  margin-left: 0.4rem;
}
.information li a{
  padding-left: 1.8rem;
}
.information li:nth-of-type(1) a{
  background: url('../img/icon/location.png') no-repeat;
  background-size: 1rem;
  background-position: 0rem 0.6rem;
}
.information li:nth-of-type(2) a{
  background: url('../img/icon/call.png') no-repeat;
  background-size: 1rem;
  background-position: 0rem 0.6rem;
}
.information li:nth-of-type(3) a{
  background: url('../img/icon/envelop.png') no-repeat;
  background-size: 1rem;
  background-position: 0rem 0.8rem;
}
.information li:nth-of-type(4) a{
  background: url('../img/icon/envelop.png') no-repeat;
  background-size: 1rem;
  background-position: 0rem 0.8rem;
}
/* Copy Right */
.copyright{
  padding: 2rem 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid #264363;
}
.copyright p{
  color: #A9BDD2;
  font-size: var(--size-14);
  text-align: center;
}
/*//////////////////////////////*/
/* Inner Page */
/* Banner */
.banner-pareidolia-inner{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  height: 30rem;
  padding: 5rem 1rem 4rem;
  text-align: center;
}
.banner-pareidolia::after{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.breadcrumb{
  gap: 0;
  justify-content: center;
  margin: 2rem 0 0;
}
.breadcrumb a{
  color: var(--white);
  font-size: var(--size-16);
}
.breadcrumb .active a,
.breadcrumb .active{
  color: var(--secondary);
}
.breadcrumb-item+.breadcrumb-item::before{
  color: var(--white);
}
/* abouts-pareidolia-wrapper */
.abouts-pareidolia-wrapper{
  padding: 4rem 0;
}
.about-title {
  margin-bottom: 2rem;
}
.about-title h2{
  font-size: var(--size-48);
  line-height: 3.2rem;
  font-weight: 400;
}
.about-pic img{
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.innerservices-about img{
  height: auto;
}
.content-about{
  padding-left: 2rem;
}
.content-about ul{
  padding-left: 0;
  margin-left: 1rem;
}
.content-about p,
.content-about ul li{
  font-size: var(--size-16);
}
.content-about.segmentation{
  margin-top: 4rem;
}
/* wrapper */
.wrapper{
  overflow: hidden;
}
.value-wrapper,
.medical-seg-title-im{
  padding-bottom: 4rem;
}
.our-value p{
  font-size: var(--size-16);
  text-align: center;
}
/* zig-zag-bg */
.title-ser-about h2{
  font-size: var(--size-48);
}
.about-zig-zag-wrapper{
  padding-bottom: 4rem;
  position: relative;
   overflow: hidden;
}
.zig-zag-bg{
  position: relative;
  padding: 11rem 0;
  background-position: center left !important;
}
.zig-zag-bg-ser{
  background-attachment: fixed !important;
  transform-style: preserve-3d;
}
.zig-zag-bg::after{
  content: '';
  width: 100%;
  height: 100%;
  background: var(--black);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}
.zig-zag-bg.zig-zag-main::after{
  display: none;
}
.zig-zag-bg.zig-zag-main{
  padding: 0;
}
.medical-zig-zag-wrapper{
  padding: 4rem 0;
}
.content-main.zig-zag-row{
  max-width: 100%;
  width: 100%;
  background: none;
  padding: 0;
}
.zig-zag-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.medical-images,
.medical-segmentation-content{
  width:48%;
  margin-bottom: 1rem;
}
.medical-images img{
  width: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.zig-zag-bg:nth-of-type(even){
  background-position: center right !important;
}
.zig-zag-bg:nth-of-type(odd) .content-main{
  margin-left: auto;
}
.content-main{
  max-width: 31.25rem;
  padding: 2rem 1.5rem;
  background: var(--white);
  margin-left: 0;
  position: relative;
  z-index: 2;
}
.about-zig-content h4,
.medical-segmentation-content h2{
  font-size: var(--size-48);
  margin-bottom: 1rem;
}
.medical-segmentation-content h2{
  font-weight: 400;
}
.medical-segmentation-content ul,
.medical-segmentation-content ol,
.about-zig-content ul,
.about-zig-content ol{
  padding-left: 1.4rem;
  margin-left: 0;
}
.medical-segmentation-content p,
.medical-segmentation-content ul li{
  font-size: var(--size-16);
}
.zig-zag-row:nth-of-type(even) .orderpic01{
  order: 2;
}
/* application-medical */
.application-medical{
  padding: 0rem 0rem 4rem;
}
.title-medical-seg h2{
  font-size: var(--size-48);
  margin-bottom: 1rem;
  font-weight: normal;
  text-align: center;
}
.medical-segmentation-box{
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.box-bg li:nth-of-type(odd){
  background: #F8FDFF;
}
.box-bg li:nth-of-type(even){
  background: #EBEEFF;
}
.box-bg:nth-of-type(even) li:nth-of-type(odd){
  background: #EBEEFF;
}
.box-bg:nth-of-type(even) li:nth-of-type(even) {
  background: #F8FDFF;
}
.medical-segmentation-tech{
  padding-left: 0;
  margin-left: 0;
}
.medical-segmentation-box li,
.medical-segmentation-tech li{
  max-width: 49%;
  width: 100%;
  padding: 2rem;
  font-size: var(--size-24);
  font-weight: 600;
  font-family: var(--poppins);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.medical-segmentation-box h2,
.medical-segmentation-tech h2{
  font-size: var(--size-24);
  margin-bottom: 1rem;
  font-family: var(--poppins);
}
.medical-segmentation-box p,
.medical-segmentation-box h5,
.medical-segmentation-tech p{
  font-size: var(--size-16);
  font-family: var(--poppins);
  font-weight: normal;
  padding-left: 1rem;
  margin-bottom: 0;
  position: relative;
}
.medical-segmentation-box h5{
  padding: 0 0 1rem;
}
.medical-segmentation-box p::after,
.medical-segmentation-tech p::after{
  content: '';
  width: 5px;
  height: 5px;
  background: #313131;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
.medical-segmentation-tech{
  width: 100%;
  list-style: none;
}
.medical-segmentation-tech h2{
  margin-bottom: 0;
  font-size: var(--size-16);
}
.medical-segmentation-tech li{
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 0rem;
}
.revolutionized-title{
  width: 87%;
  margin: auto auto 2rem;
  text-align: center;
}
.revolutionized-title h2{
  font-size: var(--size-48);
  margin-bottom: 1rem;
}
.revolutionized-title p{
  font-size: var(--size-16);
  margin-bottom: 1rem;
}
.revolutionized-content{
  width: 100%;
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin-left: 0;
}
.revolutionized-content li{
  width: 24%;
  background: #F4F4F4;
  list-style: none;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.revolutionized-content h4{
  font-size: var(--size-18);
  color: #2B3990;
  margin-bottom: 1rem;
}
.revolutionized-content p{
  font-size: var(--size-14);
}
/* Abouts-us-wrapper */
.abouts-us-wrapper{
  padding: 8rem 0rem 1rem;
}
.abouts-us-wrap{
  width: 100%;
  position: relative;
  background: url('../img/bgclr.jpg') no-repeat;
  background-size: cover;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  display: flex;
  justify-content: space-between;
}
.abouts-us-wrap::after{
  content: '';
  width: 32rem;
  background: url('../img/mask-group.png') no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.about-us-content-wrap {
  width: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about-us-picute{
  position: relative;
  margin-top: -6rem;
  z-index: 1;
}
.about-us-picute img{
  width: 20rem;
}
.about-us-content-wrap img{
  width: 2rem;
  margin-bottom: 1rem;
}
.about-us-content-wrap p{
  color: var(--white);
  font-size: var(--size-16);
  margin-bottom: 1rem;
}
.about-us-content-wrap h4{
  color: var(--white);
  font-size: var(--size-24);
  font-family: var(--poppins);
  margin-bottom: 0;
}
.about-us-content-wrap h5{
  color: var(--white);
  font-size: var(--size-16);
  font-family: var(--poppins);
  font-weight: normal;
  opacity: 0.5;
  margin-bottom: 0;
}
/* our-team-wrapper */
.our-team-wrapper{
  width: 98%;
  margin: auto;
  padding: 3rem 0rem 4rem;
  position: relative;
}
.our-team-wrapper::after{
  content: '';
  width: 98%;
  height: 70%;
  background: #0F2135;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  z-index: -1;
}
.teams img{
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.title-team{
  padding-bottom: 2rem;
}
.title-team h2{
  color: var(--white);
  font-size: var(--size-48);
}
.teams.ourteams{
  margin-bottom: 2rem;
}
.teams{
  width: 100%;
  background: #dddcea;
   border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  position: relative;
}
.team-info{
  width: 95%;
  padding:0.7rem 0.8rem;
  background: var(--white);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.team-info h4{
  font-size: var(--size-24);
  margin: 0;
  line-height: normal;
}
.team-info img{
  width: 2.5rem;
  height: auto !important;
  flex: 0 0 auto;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
/* about-contact */
.about-contact{
  padding: 4rem 0;
}
input.input-ab[type="text"], 
input.input-ab[type="email"], 
input.input-ab[type="password"], 
input.input-ab[type="search"], 
input.input-ab[type="number"], 
input.input-ab[type="tel"], 
input[type="search"], 
.input-ab{
  padding: 1rem;
  margin-bottom: 1rem;
  font-family: var(--ubuntu);
  font-size: var(--size-16);
  color: var(--primerry);
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
}
.input-ab:focus,
input[type="search"]:focus{
    color: var(--primerry);
    background-color: var(--white);
    border-color: var(--primerry);
    outline: 0;
    box-shadow: 0 0 0 0rem transparent;
}
.input-ab::placeholder,
input[type="search"] {
  font-family: var(--ubuntu);
}
.btn-submit{
  background: #2B3990;
  color: var(--white);
  font-size: var(--size-16);
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.recapture{
  max-width: 13rem;
}
.content-btn{
  text-align: end;
}
/* Our Mission Page */
.ourmission-wrapper{
  padding: 4rem 0 0;
}
.title-health-inner h2{
  font-size: 6rem;
}
.ourmisionpic{
  margin-bottom: 1rem;
}
.ourmisionpic img{
  width: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.ourmisionpic:hover img{
  scale: 0.9;
}
.ourcontent img{
  width: 6.25rem;
  margin-bottom: 1rem;
  animation: upDown 2s ease-in-out infinite;
}
@keyframes upDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); } /* move up */
  100% { transform: translateY(0); }     /* back down */
}
@keyframes DownUp {
  0%   { transform: translateY(0);}
  50%  { transform: translateY(20px);} /* move up */
  100% { transform: translateY(0); }     /* back down */
}
.ourcontent h4{
  font-size: var(--size-48);
  margin-bottom: 1rem;
}
.ourcontent p{
  color: var(--black);
  font-size: var(--size-16);
}
/* ourteams-wrapper */
.ourteams-wrapper{
  padding: 4rem 0;
}
/* services-zig-zag-wrapper */
.services-zig-zag-wrapper{
  padding: 0;
  overflow: hidden;
}
.zig-zag-content{
  max-width: 36rem;
}
/* connect-future-wrapper */
.connect-future-wrapper{
  width: 100%;
  padding: 4rem 0;
  background: #31ABE1;
}
.connects-future-content h2{
  color: var(--white);
  font-size: var(--size-48);
  margin-bottom: 1rem;
}
.connects-future-content p{
  color: var(--white);
  font-size: var(--size-16);
}
/* */
.scanner-main{
  width: 100%;
  height: 44rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-scanner h4{
  font-size: var(--size-32);
}
.content-scanner{
  width: 22rem;
  margin: auto;
  padding: 2rem;
  background: var(--white);
  display: inline-block;
  text-align: center;
}

/* contact-us-wrapper */
.contact-us-wrapper{
  padding: 4rem 0;
}
.contact-us-main{
  width: 100%;
  height: 34rem;
  padding: 2rem;
  background: url('../img/information-bg.jpg') no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.contact-us-main h4{
  font-size: var(--size-48);
  color: var(--white);
}
.contact-form{
  width: 80%;
  margin: auto;
}
.information-content{
    margin: 2rem 0rem 0rem;
    padding: 0;
    list-style: none;
}
.information-content li{
  display: flex;
  align-items: start;
  border-bottom: 1px solid rgba(255,255,255,0.40);
}
.information-content li:last-child{
  border: none;
}
.information-content li a {
    color: var(--white);
    font-size: var(--size-16);
    padding: 1rem 0rem 1rem 1rem;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.information-content img{
  width: 1.2rem;
  margin-top: 1.3rem;
}
/* zig-zag-main-wrrappers */
.zig-zag-main-wrrappers{
  padding: 4rem 0;
}
.data-annotations{
  width: 100%;
  margin-bottom: 4rem;
}
/* types-medical-wrapper */
.types-medical-wrapper{
  padding: 4rem 0;
  background: #ECFAFF;
}
.revolutionized-content.annotation{
  width: 100%;
  height: 90%;
  background: var(--white);
  display: inline-block;
  margin-bottom: 6%;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.data-annotation-main-wrap{
  min-height: 44rem;
  height: auto;
}
.data-annotation-s{
  width: 85%;
  height: 80%;
  background: rgba(0, 0, 0, 0.7);
  text-align: left;
}
.content-scanner h2{
  color: var(--white);
  font-size: var(--size-48);
  margin-bottom: 2rem;
}
.content-scanner ul{
  padding-left: 1.4rem;
  margin-left: 0;
}
.content-scanner p,
.content-scanner li{
  color: var(--white);
  font-size: var(--size-16);
}
/* Blog */
.pagination{
  margin-top: 2rem;
  justify-content: center;
}
.pagination .page-link{
  color: var(--primerry);
  font-size: var(--size-14);
  border-color: var(--primerry);
  padding: 0.5rem 1rem;
}
.pagination .active>.page-link, 
.pagination .page-link.active,
.pagination .page-link:focus {
    color: var(--white);
    background: linear-gradient(to right, #2B3990, #33ACE1);
    border-color: var(--primerry);
    box-shadow: 0rem 0rem 0rem transparent;
}
.bolog-details-big-img img{
  width: 100%;
  max-height: 26rem;
  object-fit: cover;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.latest-post ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.latest-post-list li a{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.latest-post-list li img{
  width: 7rem;
  height: 7rem;
  object-fit: cover;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.post-title{
  font-size: var(--size-16);
}
.search-box{
  margin-bottom: 2rem;
}
.search-form{
  display: flex;
}
input[type="search"]{
  padding: 0.7rem;
  margin: 0;
}
/* Contact Us */
.contact-us-page .contact-form{
  width: 100%;
  margin: auto;
}
.wp-block-list{
  margin-left: 0;
  padding-left: 1rem;
}
.about-contact .contact-errors,
.about-contact .contact-success{
  width: 80%;
  margin: auto;
  margin-top: 1rem;
}

.contact-errors p{
  font-size: var(--size-18);
  color: red;
}
.contact-success{
  font-size: var(--size-18);
  color: var(--primerry);
}
/* Privacy Policy */
.privacy-policy-wrapper{
  padding: 4rem 0;
}
.content-main-policy h2,
.content-main-policy h3{
  font-size: var(--size-32);
}
.content-main-policy h4{
  font-size: var(--size-24);
}
.content-main-policy ul{
  padding-left: 1rem;
  margin: 0;
  margin-bottom: 1rem;
}
.content-main-policy p,
.content-main-policy li{
  font-size: var(--size-16);
}
/* 404 */
.not-found-page-wrapper{
  padding: 8rem 0rem 4rem;
}