/********** Template CSS **********/
:root {
  /* --primary: rgb(16, 162, 223); */
  --primary: #16203f;
  --light: #f0fbfc;
  --dark: #181d38;
}

li {
  list-style: none;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

. {
  color: rgb(22 32 63) !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 205px;
  z-index: 99;
}

ul.ul-text-align {
  text-align: left;
}

button.btn.btn-warning {
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  background-color: #e7831a;
  border-color: #e7831a;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.text-justify {
  text-align: justify;
}

.blink-soft {
  color: rgb(16, 162, 223);
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

.text-head-second {
  color: var(--color-3) !important;
}

.sub-head {
  color: var(--bs-yellow);
  text-transform: capitalize;
  font-size: 1.1rem;
}

.small-head {
  color: rgb(16, 162, 223);
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

/*** Navbar ***/

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover {
  /* color: var(--bs-yellow); */
  color: rgb(138 120 149) !important;
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

.contact-btn {
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
}

.main-heading {
  color: var(--primary);
}

.anothermain-heading {
  color: var(--primary);
}

.vision {
  color: var(--primary);
}

.mission {
  color: var(--bs-yellow);
}

ul li {
  color: #000;
  font-size: 20px;
  line-height: 28px
}

ul.white li {
  color: #fff;
  font-size: 20px;
  line-height: 28px
}

li {
  list-style-type: none;
}

ul li::before {
  content: "\2022";
  color: #f69222;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }

  .header-carousel .owl-nav {
    top: 18% !important;
  }

  h5. {
    width: 72%;
  }

  h1.dif-head {
    font-size: 2.5rem;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
  color: var(--primary);
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.dropdown-menu {
  border: none !important;
}

.dropdown-menu a {
  background: rgb(0 74 128) !important;
}

.dropdown-menu a:hover {
  background: rgb(215 143 102) !important;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

.dropdown-container {
  display: none;
  /* position: absolute; */
}

.home-bg-img {
  min-height: 400px;
}

/*** Header carousel ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 420px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-bg-img {
    min-height: 300px;
  }

  .footer-head-text {
    font-size: 19px;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: url(../img/pbainfobanner.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 80vh; */
}

.page-header-inner {
  /* background: rgba(15, 23, 43, 0.7); */
}

.contactpage-header {
  background:
    url(../img/contactbanner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.team-header {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url(../img/team_header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.calculator-header {
  background:
    url(../img/headerimage/head8.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.owl-carousel .owl-item img {
  height: 575px;
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

/*** Service ***/
.service-item {
  background: var(--light);
  transition: 0.5s;
}

.service-item:hover {
  margin-top: -10px;
  background: var(--primary);
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !important;
}

/*** Categories & Courses ***/
.category img,
.course-item img {
  transition: 0.5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
}

/*** Team ***/
.team-image {
  border-radius: 50%;
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

/* admission---------------- */
.body-bg {
  background-image: url("../img/admission-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.responsive-iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  /* height: fit-content; */
  border: none;
}

@media (min-width: 768px) {
  .responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 60%;
    /* height: fit-content; */
    border: none;
  }
}


/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 14px 0px 0px;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--bs-yellow);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.footer-space {
  margin-top: -17px;
}

.footer-sub-text {
  font-size: 20px;
  color: #F5C116;
}

img.footer-img {
  margin-bottom: 25px;
  display: block;
  max-width: 170px;
}

a.btn-details {
  color: #fff;
}

h4.text-white {
  color: #F5C116 !important;
}

i.fa.me-3 {
  color: #F5C116;
}

.facebook {
  background-color: #3b5998;
}

.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

/* gallery------------------------ */

.portfolio-section {
  padding: 50px 0;
  background-color: #000;
}

.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.portfolio-menu {
  text-align: center;
}

.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}

.control:hover {
  background: #343a40;
}

.mixitup-control-active {
  color: #fff;
  background: #343a40;
}

.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}

.portfolio-item {
  padding-top: 30px;
}

.pd {
  padding: 0;
  padding: 10px;
}

.pd img {
  height: 180px;
  transition: all 0.5s;
}

.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}

.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}

.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}

.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}

.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #d65f22;
  border-right: 1px solid #d65f22;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #d65f22;
  border-left: 1px solid #d65f22;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}

.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #d65f22;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}

.portfolio-overlay .magnify-icon:hover {
  background: #000;
}

.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/* video------------------- */

#img-container {
  max-width: 80rem;
  width: 100%;
  padding: 1rem 2rem;
  margin: 0 auto;
}

.main #img-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #fff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main #img-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/* video gallery================ */

.section-header {
  text-align: center;
  margin: 60px auto 20px auto;

  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

.section-header-underline {
  border: 1px solid #222;
  width: 3rem;
  margin: 0 auto;
  margin-bottom: 30px;
}

.video-gallery {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.video-gallery .gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 580px;
  max-height: 360px;
  width: 48%;
  background: #000;
  cursor: pointer;
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  opacity: 0.45;
  width: 105%;
  height: 300px;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-23px, 0, 0);
  backface-visibility: hidden;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 0.5em 0;
}

.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 10;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: 0.3;
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;

  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
  .video-gallery .gallery-item {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

/* ---==================whatsapp integration===== */

.wrapper {
  z-index: 10;
  font-family: sans-serif;
}

#main-div {
  position: fixed;
  right: 30px;
  /* bottom: -30px; */
  bottom: 25px;
  z-index: 10;
}

#main-button~button {
  visibility: hidden;
  font-weight: 600;
  height: 2.5rem;
  padding: 0 8px;
  color: #fff;
  background: linear-gradient(90deg, #00a1f5, #0064f3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#main-button.open~button {
  visibility: visible;
  right: 70px;
  font-size: 0.9rem;
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button~a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}

#main-button~.email-color {
  background: linear-gradient(0deg, #017ab1, #01abe6);
  display: none !important;
}

#main-button~.whatsapp-color {
  background: linear-gradient(0deg, #00b100, #09db09);
  display: none !important;
}

#main-button~.phone-color {
  /* background: linear-gradient(0deg, #0078ff, #00c6ff); */
  background: linear-gradient(0deg, #ff6600, #ffe828);
  display: none !important;
}

#main-button.open~a {
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button.open~a:nth-of-type(1) {
  bottom: 60px;
}

#main-button.open~a:nth-of-type(2) {
  bottom: 120px;
}

#main-button.open~a:nth-of-type(3) {
  bottom: 180px;
}

/* i.fas.fa-phone {
  transform: rotate(90deg);
} */

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
  }
}

.open {
  animation-iteration-count: 1;
}

/* New gallery start====================== */

#container {
  margin: auto;
}

.header h1 {
  text-align: center;
  background: -webkit-linear-gradient(rgb(16, 162, 223), #b48e47);
  -webkit-background-clip: text;
  /* background-clip: text; */
  -webkit-text-fill-color: transparent;
  font-size: 4.5em;
  font-family: "Parisienne", cursive;
  margin-bottom: 15px;
}

.header p {
  text-align: center;
  background: -webkit-linear-gradient(rgb(16, 162, 223), #b48e47);
  -webkit-background-clip: text;
  /* background-clip: text; */
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 20px;
}

.grid-item {
  display: inline-block;
  height: 259px;

  overflow: hidden;
  text-align: center;
  width: 400px;
  padding: 10px 5px;
}

.grid-item img {
  width: 100%;
  height: auto;
  filter: url(filters.svg#grayscale);
  /* filter: gray;
  -webkit-filter: grayscale(1); */
  transition: 0.9s;
}

.grid-item img:hover {
  filter: none;
}

.isotope-pager .pager {
  display: inline-block;
  background-color: var(--bs-yellow);
  color: #fff;
}

.filters {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 20px;
}

/* .filters ul {
  list-style: none;
  padding: 20px 10px;
  box-shadow: -1px 1px 11px rgba(0, 0, 0, .4);
  margin: 0 40px;
  border-radius: 30px;
  background-color: #232323;
} */

.filters li {
  display: inline-block;
  padding: 15px 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.filters li a {
  color: var(--color-3);
  text-decoration: none;
  /* color: rgb(16, 162, 223); */
  /* border: 1px solid rgb(16, 162, 223); */
  border-radius: 7px;
  box-shadow: -1px 1px 11px rgb(0 0 0 / 40%);
  padding: 10px 25px;
}

/* .filters li a:hover {
  color: #fff;
}

.filters li:hover {
  box-shadow: -1px 1px 11px rgba(0, 0, 0, .4);
  border-radius: 15px;
} */

.filters li.active a {
  color: #f0fbfc;
  border: 1px solid rgb(16, 162, 223);
  border-radius: 7px;
  box-shadow: -1px 1px 11px rgb(0 0 0 / 47%);
  padding: 10px 25px;
  background-color: rgb(16, 162, 223);
}

.isotope-pager {
  text-align: center;
  margin-top: 20px;
}

.isotope-pager a {
  margin: 6px 1px;
  display: inline-block;
  width: 50px;
  /* height: 60px; */
  line-height: 31px;
  color: #fefefe;
  font-weight: 600;
  transition: 0.3s;
  /* position: relative; */
  /* padding-right: 26px; */
  box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: var(--color-4);
  border: 0.5px solid var(--color-4);
  text-decoration: none;
}

.isotope-pager a:hover {
  color: #fff;
  border: 0.5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}

.isotope-pager .active {
  color: rgb(16, 162, 223) !important;
  box-shadow: -1px 1px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #161616;
  border: 1px dotted rgb(16, 162, 223);
}

.isotope-pager .prev {
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next {
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,
.isotope-pager a:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.isotope-pager .num::before,
.next::before {
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,
.prev:after {
  border-right: 20px solid #f1f1f1;
  right: 0;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background-color: var(--bs-yellow);
  /* background: var(--color-4); */
  /* Black see-through */
  color: #f1f1f1;
  width: initial;
  transition: 0.5s ease;
  opacity: 1;
  color: white;
  font-size: 17px;
  padding: 2px 10px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}

/* New gallery end====================== */

/* * video gallery================ */

.section-header {
  text-align: center;
  margin: 60px auto 20px auto;

  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

.section-header-underline {
  border: 1px solid #222;
  width: 3rem;
  margin: 0 auto;
  margin-bottom: 30px;
}

.video-gallery {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.video-gallery .gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 580px;
  max-height: 360px;
  width: 48%;
  background: #000;
  cursor: pointer;
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  opacity: 0.45;
  width: 105%;
  height: 300px;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-23px, 0, 0);
  backface-visibility: hidden;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 0.5em 0;
}

.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 10;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: 0.3;
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;

  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
  .video-gallery .gallery-item {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

/* careers------------------------- */
ul.subtext-ul {
  padding-left: 5px;
}

.career-head {
  color: var(--primary);
  font-size: 1.1rem !important;
}

.footer-head-text {
  color: #ffffff !important;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  padding: 5px 20px;
  border-radius: 7px;
  width: fit-content;
  text-align: center;
  margin: auto;
}

.footer-text .quote {
  margin: 0;
  background: #eee;
  padding: 1em;
  border-radius: 1em;
}

@media screen and (min-width: 1068px) {
  .card-size {
    height: 330px;
  }

  img.img-careers {
    height: 106px;
  }
}

img.img-fluid.position-absolute.w-100.h-100 {
  border-radius: 20px;
  -webkit-box-shadow: -1px 2.5px 10px 7px #dddddd;
  -moz-box-shadow: -1px 2.5px 10px 7px #dddddd;
  box-shadow: -1px 2.5px 10px 7px #dddddd;
}

.overflow-hidden {
  overflow: hidden !important;
  height: 200px;
  display: flex;
  justify-content: center;
}


.hb-icon-wrapper img {
  height: 100px;
  width: 100px
}

.feature-box.left-icon-box.aligncenter {
  display: flex
}

.one-step-solution h5 {
  padding-bottom: 0;
  margin-bottom: 10px;
  color: #F5C116;
  font-weight: 700;
  font-size: 22px
}

.one-step-solution p {
  text-align: justify;
  line-height: 28px;
  font-size: 18px
}

.shortcode-wrapper.shortcode-icon-box.clearfix.onestopsolution-section {
  padding-left: 100px;
  margin-bottom: 30px
}

.orange_strip {
  background-color: #F5C116;
  margin-top: 0;
  width: 100%;
}

.orange_strip p {
  text-align: center;
  font-size: 25px;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: none;
  font-weight: 400;
  margin: 12px 0;
}

/*  including big pocket css  starts */
/* style.css */

/* counter starts */
.counter_wrapper {
  width: 100%;
  margin: 0;
  position: relative
}

.main_counter h2 {
  color: var(--bs-yellow);
  font-weight: 900;
  font-size: 80px;
  display: block;
  margin-top: 10px;
  text-align: center;
  letter-spacing: -2px
}

.main_counter .count-text {
  font-size: 18px;
  width: 100%;
  margin-top: 0;
  line-height: 28px
}

.counter {
  padding: 0;
  border-radius: 0
}

.count-title {
  font-size: 40px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center
}

.count-text {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center
}

.main_counter .count-separator span {
  display: block;
  text-align: center;
  width: 0;
  margin: 10px auto 7px;
  margin-bottom: 7px;
  height: 1px;
  background: #ebebeb
}

/* counter ends */

.col_fourth {
  width: 22.5%
}

.col_fifth,
.col_fourth,
.col_half,
.col_third,
.col_three_fourth,
.col_twothird {
  position: relative;
  display: inline;
  /* display: inline-block;  */
  float: left;
  margin-right: 2%;
  margin-bottom: 20px
}

/*  responsive css */


/*  including big pocket css  ends */


/* about starts */

.about-page {
  background-color: var(--theme-color-white);
  /* font-size: 14px; */
  height: 100%;
  width: 100%;
}



.aboutus-container {
  margin: 0 auto;
  /* max-width: 500px;
min-width: 300px;*/
  width: 100%;
}

.about-hero-image-desktop {
  display: none;
}

/* ---------- HERO BANNER DECLERATIONS ---------- */
.about-banner1 {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.about-banner1 .about-logo-wrapper {
  height: auto;
  margin: 0 auto;
  padding: 1rem 0;
  width: auto;
}

.about-logo-wrapper img {
  display: block;
  height: 2.5rem;
  margin: 0 auto;
  width: auto;
}

.about-banner1 .about-hero-image {
  background-image: url(../images/img/about-banosys.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 275px;
  width: 100%;

}

/* ---------- TEXT INFO DECLERATIONS ---------- */
.text-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.whyus-text-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.text-info>* {
  padding: 0 1.5rem 1rem;
}

/* intended for the first h2 within .text-info */
.text-info h2:nth-child(1) {
  color: #dc6911;
  font-weight: normal;
  padding-top: 1.8rem;
  padding-bottom: 1rem;
}

.text-info h2 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--theme-color-brown);
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text-info h3 {
  /*font-size: 1rem;*/
  font-weight: bold;
  color: var(--theme-color-brown);
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
  line-height: 0.6;
}

.text-info p {
  color: var(--theme-color-black) !important;
  line-height: 30px;
  text-align: justify;

}

@media only screen and (min-width: 768px) {



  .about-page {
    background-image: url(https://assets.codepen.io/6060109/destop-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    height: 100%;
  }

  main {
    display: flex;
    flex-direction: column;
    height: inherit;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 3.5rem;
  }

  .aboutus-container {
    width: 45vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .about-banner1 .about-logo-wrapper {
    margin-left: 3.5rem;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
  }

  .about-logo-wrapper img {
    margin: 0 0 0;
    padding-left: 2.5rem;
  }

  .about-hero-image {
    display: none;
  }

  .text-info {
    text-align: left;
    align-items: start;
  }

  .text-info h2 {
    font-size: 2.8rem;
  }

  .text-info h3 {
    font-size: 2rem;
  }

  .text-info p {
    font-size: 16px;
  }

  .text-info input {
    font-size: 16px;
  }

  .text-info .email-signup {
    margin: 0rem 0 1rem;
  }

  .about-hero-image-desktop {
    display: block;
    height: 100%;
    width: 55vw;
  }

  .about-hero-image-desktop img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
    height: 100%;
    object-fit: cover;
    width: 100%;
  }




}

/* about ends */



.logo {
  width: 260px;
  height: 75px;
}

@media only screen and (max-width: 700px) {
  .logo {
    width: 260px;
    height: 75px;
  }
}

@media only screen and (max-width: 500px) {
  .logo {
    width: auto;
    height: 65px;
  }
}

/* Hero Section Styles Starts */

.hero-section {
  position: relative;
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  /* Ensure no overflow issues */
}

/* Background Image via <img> */
.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the section */
  z-index: -1;
  /* Pushes the image behind the content */
}

/* Optional: Add a dark overlay for better text contrast */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust opacity if needed */
  z-index: 0;
}

/* Content Styling */
.hero-content {
  position: relative;
  z-index: 1;
  /* Ensure content is above background */
  max-width: 800px;
  padding: 20px;
}

.hero-headline {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  color:white;
}

.hero-subheadline {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

/* Button Container */
.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* Button Styling */
.hero-button {
  padding: 15px 30px;
  font-size: 1rem;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}

/* Explore Button */
.explore-btn {
  background: #28a745;
}

.explore-btn:hover {
  background: #218838;
  color: white;
}

/* Contact Button */
.contact-btn {
  background: #007bff;
}

.contact-btn:hover {
  background: #0056b3;
  color: white;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
  .hero-headline {
    font-size: 2rem;
  }

  .hero-subheadline {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

/* Hero Section Styles Ends */

/* About Us Section Styles Starts */

.about-section {
  background: #f8f9fa;
  padding: 80px 20px;
  text-align: center;
}

.about-container {
  max-width: 900px;
  margin: 0 auto;
}

.about-headline {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

.about-list {
  text-align: left;
  margin-bottom: 40px;
}

.about-list-item {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.about-icon {
  color: #28a745;
  margin-right: 10px;
}

.about-highlights {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.about-highlight {
  font-size: 1.1rem;
  max-width: 250px;
}

.about-button {
  padding: 15px 30px;
  font-size: 1rem;
  color: white;
  background: #007bff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}

.about-button:hover {
  background: #0056b3;
}

@media (max-width: 768px) {
  .about-headline {
    font-size: 2rem;
  }

  .about-highlights {
    flex-direction: column;
    gap: 20px;
  }
}

/* About Us Section Styles Ends */


/* Our Solutions Section Styles Starts */

.solutions-section {
  background: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.solutions-container {
  max-width: 1100px;
  margin: 0 auto;
}

.solutions-headline {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.solution-card {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-10px);
}

.solution-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.solution-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #007bff;
}

.solution-description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.solutions-button {
  padding: 15px 30px;
  font-size: 1rem;
  color: white;
  background: #28a745;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}

.solutions-button:hover {
  background: #218838;
}

@media (max-width: 768px) {
  .solutions-headline {
    font-size: 2rem;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
  }
}

/* Our Solutions Section Styles Ends */

/* Why Choose Us Section Styles Starts */

.choose-section {
  background: #f0f4f8;
  padding: 80px 20px;
  text-align: center;
}

.choose-container {
  max-width: 1100px;
  margin: 0 auto;
}

.choose-headline {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

.choose-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  text-align: left;
}

.choose-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 1.2rem;
  color: #555;
}

.choose-item span:first-child {
  font-weight: bold;
}

.choose-icon {
  font-size: 2rem;
  color: #28a745;
}

@media (max-width: 768px) {
  .choose-headline {
    font-size: 2rem;
  }

  .choose-list {
    grid-template-columns: 1fr;
  }
}

/* Why Choose Us Section Styles Ends */

/* Testimonial Section Styles Starts */
.testimonial_section {
  display: block;
  overflow: hidden;
}

.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}

.testimonial_section .about_content {
  background-color: #2e2e2e;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}

.testimonial_section .about_content .background_layer {
  background-color: #2e2e2e;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}

.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}

.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}

.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #0093de;
  margin-top: -5px;
  margin-bottom: 6px;
}

.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}

.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}

.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}

.testimonial_section .about_content .layer_content .section_title .heading_line p .subhead1 {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}

.testimonial_section .about_content .layer_content .section_title .heading_line p .subhead1:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}

.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: rgb(72, 176, 224);
}

.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}

.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}

.testimonial_section .about_content .layer_content a:hover {
  color: rgb(72, 176, 224);
}

.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}

.testimonial_section .testimonial_box .testimonial_container {
  
  background-color: #0095de;
  margin-left: -170px !important;
  position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .background_layer {
  
  background-color: #92929e;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;  
  background: radial-gradient(circle, #b4c6fd 0%, #e9edf7 50%, #193A9C 100%);
}

.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  
  padding: 5px 0 30px 50px;

  position: relative;
  text-align: center;
  z-index: -1;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  
  margin-left: 46px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 0;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption p.subhead1 {
  font-size: 16px;
  color: #5d6576;
  margin: 0;
  text-align: center !important;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
  text-align: justify;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 16%;
  top: 75px;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  width: 40%;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  /*top: 165px; old*/
  top: 111px;
  right: 42px;
  border-radius: 0;
  background: #193A9C;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev span {
  border-right: none;
  animation: none;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #2e2e2e;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next span {
  border-right: none;
  animation: none;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 111px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #193A9C;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #2e2e2e;
}

.testimonial_section .about_content .layer_content button {
  border: none;

  padding: 10px 15px;
  color: white;

  background-color: #0093de;
  text-align: center;
  cursor: pointer;
  font-size: 1.2em;
  border-radius: 10px;
  text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
}

.testimonial_section .about_content .layer_content button:hover {
  background-color: #35b5ef;
  color: white;
}

.testimonial_button {
  border: none;
  text-decoration: none;
  padding: 3px 10px 5px 10px;
  color: white;
  margin-top: 10px;
  background-color: #0093de;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  border-radius: 10px;

  text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
}

.testimonial_button:hover {
  background-color: #35b5ef;
  color: white;
}

@media all and (max-width: 1410px) {
  .testimonial_section .about_content .layer_content button {
    display: flex;
    margin-left: 0px;
  }
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }

  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }

  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }

  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }

  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }

  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }

  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }

  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }

  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
    border: none;
    position: absolute;
    top: 0;
    left: 14px;
    top: 74px;
    z-index: 1;
  }

  .testimonial_section .about_content .layer_content button {
    display: flex;
    margin-left: 0px;
  }

  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
    /* width: 39%;  */
    width: 37%;
  }
}


/* Testimonial Section Styles Ends */