:root {
  /*--primary: #1f6e95;*/
  --primary: #be232e;
  --light: #f0fbfc;
  --dark: #181d38;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 18px;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** 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;
}

/*** Button ***/

.btn {
  font-family: "Poppins", 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: 16px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@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;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 121px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 600;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .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;
  }
}

/*** Header carousel ***/

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }
  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.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: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/

.section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 18px;
  color: #2c2e35;
  letter-spacing: normal !important;
  padding-top: 9px;
}

/* .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-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

/*** Testimonial ***/

.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

/*** 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: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.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;
}

.dark-bg {
  background-color: #2b2e34;
}

.text-primary {
  color: #1f6e95 !important;
}

.about-text {
  font-size: 17px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  color: #2c2e35;
  font-weight: 400;
}

.center-text {
  text-align: center;
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
    font-weight: 600;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
  /* .about-text
     {
        padding-right:88px;
    } */
  .myheader-.accordion-button .accordion-button {
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
}

h1,
.h1,
.accordion-button,
.accordion-button,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  /* letter-spacing: -0.03em; */
}

h5,
.h5 {
  font-size: 1.3rem;
}

section {
  padding: 40px 0 10px;
  overflow: hidden;
}

/*.logo img {*/

/*  max-width: 60%;*/

/*}*/

/* .particles
{
    background-image: url('../img/about/particles.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
} */

/* .inner-media
{
    background-image: url('../img/about/web-app.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
} */

.inner-media {
  min-height: 100%;
  background: linear-gradient(0deg, rgb(3 101 237 / 50%), rgb(3 99 233 / 50%)),
    url(../img/about/web-app.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 90px 0 70px;
}

.inner-media h1 {
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
}

.inner-media .breadcrumb a {
  color: #ffffff;
}

.inner-media .breadcrumb-item.active {
  color: #ffffff !important;
}

/* .inner-media h1 {
    letter-spacing: 0;
    font-family: 'Chronicle Display A', 'Chronicle Display B', serif;
    font-size:70px;
    color: #3f3f3f;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    background: #fff;
    white-space: pre;
    display: inline-block;
    padding: 0 17px 6px 17px
} */

.services-banner {
  min-height: 100%;
  background: url(../img/services/services-banner.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
  padding: 90px 0 70px;
}

.header-h1 {
  padding-bottom: 139px;
  padding-top: 138px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Open Sans", open-sans, sans-serif;
}

.social-media .accordion-button {
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  color: #18181f;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  margin-top: 40px;
}

.social-media p {
  font-weight: 400;
  text-transform: none;
  color: #5b5b5b;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}

.para-line:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  vertical-align: middle;
  margin-right: 7px;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0rem 0;
  margin: 0;
  font-size: 15px;
  color: #52565b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: transparent;
  border-radius: 0px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 12px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: #ffffff;
  border: 0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

#accordionExample .accordion-button:not(.collapsed) {
  color: #05a8b8;
  background-color: #e6f8fa;
  box-shadow: none;
}

#accordionExample .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(6 187 204 / 0%);
}

#accordionExample .accordion-item {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 25px;
  position: relative;
}

#accordionExample .accordion-item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border: 1px dashed #6e8898;
  position: absolute;
  top: 25px;
  left: 18px;
}

#accordionExample .accordion-item:last-child:before {
  display: none;
}

#accordionExample .accordion-item-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
}

#accordionExample .accordion-header .accordion-button {
  display: block;
  padding: 10px 30px 7px 60px;
  margin: 0;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1d3557;
  border-radius: 0;
  position: relative;
}

#accordionExample .accordion-header .accordion-button:before,
#accordionExample .accordion-header .accordion-button.collapsed:before {
  content: "\F64D";
  font-family: "bootstrap-icons";
  font-weight: 900;
  width: 40px;
  height: 100%;
  line-height: 40px;
  background: #06bbcc;
  border: 1px solid #06bbcc;
  border-radius: 3px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

#accordionExample .accordion-header .accordion-button.collapsed:before {
  content: "\F63B";
  background: #fff;
  /* font-family: "bootstrap-icons"; */
  border: 1px solid #05a8b8;
  font-size: 17px;
  color: #05a8b8;
}

#accordionExample .accordion-body {
  padding: 10px 30px 10px 30px;
  margin-left: 40px;
  background: #fff;
  border-top: none;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 28px;
  letter-spacing: 1px;
}

/* #cursor {
    height:30px;
    width:30px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 200ms linear;
    z-index:1020;
  }
  
  #cursor .short {
    width: 10px;
    height: 10px;
    background:#06bbcc;
    position: fixed;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 250ms linear;
  } */

/* .dot {
    position: fixed;
    width:4em;
    height:4rem;
    fill: #47efdf;
    top: -2em;
    left: -2em;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%;
    user-select: none;
    pointer-events: none;
    z-index:1;
    opacity: .7 !important;
} */

.my-links {
  font-size: 1.2rem;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: relative;
}

.my-links span,
.my-links i {
  position: relative;
}

.my-links i {
  margin-left: 0.5em;
}

.my-links .color {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background-color: #38c9d6;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -0.65em;
}

.hover-btn ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hover-btn a {
  color: #000;
}

.hover-btn ul li {
  font-size: 16px;
  border: 0.2em solid #47efdf;
  border-radius: 0em;
  width: 12em;
  height: 3.4em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 3em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
}

.hover-btn ul li span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #47efdf;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.hover-btn ul li:hover {
  color: #444 !important;
}

.hover-btn ul li:hover span {
  transform: translateY(0) scale(2);
}

.hover-btn ul li span:nth-child(1) {
  --n: 1;
}

.hover-btn ul li span:nth-child(2) {
  --n: 2;
}

.hover-btn ul li span:nth-child(3) {
  --n: 3;
}

.hover-btn ul li span:nth-child(4) {
  --n: 4;
}

.my-white {
  position: sticky;
  top: 0;
  background: #fff;
}

.social-media {
  background-color: #f1f1f1;
}

.social-media .card {
  border: 0px;
  border-bottom: 5px solid #013989;
  height: 285px;
  /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important; */
}

.social-media .card-body {
  padding: 30px 25px;
}

.social-media .card-text {
  font-size: 1rem !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.social-media span a {
  font-weight: 600;
  color: #000000 !important;
}

.social-media span {
  display: inline-block;
  position: relative;
}

.social-media span:after {
  display: block;
  content: "";
  width: 100%;
  transform: scaleX(1);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f1b209;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

.social-media span:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.social-media .card-title {
  margin-bottom: 0.7rem;
}

.social-media h1 {
  position: relative;
  text-align: center;
  z-index: 1;
}

.social-media h1::after {
  display: block;
  content: "";
  background: #f1b209;
  height: 0.3em;
  height: max(0.25em, 0.3em);
  left: 0.05em;
  right: 0.05em;
  bottom: -0.04em;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 50%;
  margin: 0 auto;
}

.social {
  overflow: auto;
}

.modal-body {
  color: #2b2b2b;
}

.social-media .pointtext {
  position: relative;
  z-index: 1;
  padding-left: 17px;
  color: #000;
  margin-top: 20px;
}

.social-media .pointtext::before {
  content: "";
  display: block;
  background: #f1b209;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: 15px;
}

.inner-carousel {
  width: 100%;
  height: 70vh;
}

.inner-carousel .carousel {
  width: 100%;
  height: 100%;
}

.inner-carousel .carousel .carousel-inner {
  width: 100%;
  height: 100%;
}

.inner-carousel .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}

.inner-carousel .carousel .carousel-inner .carousel-item .title {
  width: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.inner-carousel .carousel .carousel-inner .carousel-item .title h1 {
  font-size: 5rem;
  width: 100%;
}

.inner-carousel .carousel .carousel-inner .carousel-item .title .animated {
  animation-duration: 1.3s;
  animation-delay: 0.5s;
}

/* .inner-carousel  .carousel .carousel-inner .carousel-item img {
    object-fit: cover;
    height: 100%;
  } */

/* .inner-carousel .text {
    position: absolute;
    top:0;
    color:#fff;
    left: -66px;
    right: 0;
    text-align: center;
    z-index:1;
    font-weight: 800;
    font-size:50px;
    text-transform: uppercase;
    line-height: 0;
    letter-spacing: .1rem;
    text-shadow: 1px 1px 2px #fff1cc, -1px 1px 2px #fff1cc, -1px -1px 0 #fff1cc, 1px -1px 0 #fff1cc;
} */

/* .skyblue {
    background-color:#013989;
    opacity: .5;
} */

.inner-carousel .carousel-inner {
  top: -20%;
}

.inner-carousel .text {
  position: relative;
  top: -70%;
  /* color: transparent; */
  /* left: -66px;
    right: 0; */
  text-align: center;
  z-index: 1;
  /* font-weight: 800; */
  font-size: 170px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0rem;
  /* text-shadow: 1px 1px 2px #fff1cc, -1px 1px 2px #fff1cc, -1px -1px 0 #fff1cc, 1px -1px 0 #fff1cc; */
  /* color: #fff; */
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgb(255 255 255 / 41%);
  /* opacity: .9; */
}

.inner-carousel p {
  font-size: 50px;
  font-weight: 600;
  margin-top: -36px;
  /* text-align: left; */
}

/* .my-sliderbg
{
    background-color:#013989;
    z-index: 1;
    position: relative;
} */

.social-media .mypointtext {
  position: relative;
  z-index: 1;
  padding-left: 17px;
  color: #000;
  margin-top: 20px;
}

.social-media .mypointtext::before {
  content: "";
  display: block;
  background: #f1b209;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: 143px;
}

/* .hp-head {
  font-size: 21px !important;
  font-weight: 500;
} */

/********** KASI CSS Starts here **********/

.tab {
  float: left;
  /*border: 1px solid #ccc;*/
  background-color: #f1f1f1;
  width: 75%;
  height: 300px;
  /*margin-top: 24px;*/
}

/* Style the buttons inside the tab */

.tab button {
  display: block;
  background-color: #ffffff;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  padding: 8px;
  margin-bottom: 12px;
  margin-top: 24px;
  font-weight: 700;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */

.tab button.active {
  background-color: #f1b209;
}

/* Style the tab content */

.tabcontent {
  float: left;
  padding: 0px 12px;
  /*border: 1px solid #ccc;*/
  width: 70%;
  border-left: none;
  height: 300px;
}

.service-page {
  margin-top: 80px;
  margin-bottom: 20%;
}

.social-media h3 {
  font-size: 22px;
}

.service-media {
  margin-top: 80px;
  margin-bottom: 33%;
}

.me-foot-3 {
  margin-right: 5px !important;
  color: #ff2d2a;
}

.section-title h2 {
  font-size: 20px;
  color: #2850c3;
  font-weight: 700;
}

.amplify-banner {
  text-align: center;
  background: url("../img/hp/amplify-banner-img.jpg") repeat fixed 100%;
  background-position: top center;
  background-size: cover;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.photoshot-banner {
  text-align: center;
  background: url("../img/hp/photoshoot-banner.jpg") repeat fixed 100%;
  background-position: top center;
  background-size: cover;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.world-wide-web-global {
  text-align: center;
  background: url("../img/hp/world-wide-web-global.jpg") repeat fixed 100%;
  background-position: top center;
  background-size: cover;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.know-more-btn a {
  position: relative;
  top: -50px;
  left: -50px;
}

.collbtn a {
  position: relative;
  top: -50px;
  right: -90%;
}

.what-we-do {
  background: #e7ebf4;
}

.what-we-do .section-title {
  padding-top: 0px;
  text-align: center;
}

.imgs-border {
  border-radius: 10px;
}

.my-image img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.my-image:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.about-sidebar h2 {
  font-size: 23px;
  line-height: 1.3;
  color: #591e5b;
  font-weight: 500;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
}

.about-sidebar p {
  color: #444;
}

.about-sidebar .border-bttm {
  border-top: 1px solid #444;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* .about-sidebar .call-back {
  border-bottom: 1px solid #444;
  padding-bottom: 30px;
  margin-bottom: 30px;
} */

.about-us .btn {
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
}

.about-us .btn-secondary {
  background-color: #591e5b;
}

.call-back .card {
  background-color: #ebebeb;
  border: transparent;
  border-radius: 0px;
}

.call-back .card .card-title {
  font-size: 1.4rem;
  color: #393939;
}

.call-back .card p {
  font-size: 16px;
  font-weight: 400;
}

.call-back .form-control {
  border: 1px solid #393939;
  background-color: #ebebeb;
  padding: 0.345rem 0.75rem;
}

.call-back .card-body {
  padding: 20px 20px;
}

.call-back .btn {
  padding: 2px 16px;
  border-radius: 4px;
}

.sidebar-menu {
  background: #fff;
  padding: 20px 15px;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  margin-bottom: 30px;
}

.sidebar-menu ul li {
  padding-top: 15px;
}

.sidebar-menu ul li {
  list-style-type: none;
}

.sidebar-menu li a {
  color: #444;
}

.sidebar-menu li a:hover {
  color: #f00c0c;
}

.subheading-h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* div {
  overflow: hidden;
} */

#main {
  margin-top: 122px;
}

.side-menu-active {
  color: #f00c0c !important;
}

.double-arrows {
  display: table !important;
}

.double-arrows .icon-container {
  text-align: center !important;
}

.double-arrows .icon-container,
.double-arrows .text-container {
  display: table-cell !important;
  vertical-align: top !important;
}

.content .double-arrows i {
  color: #ffffff;
}

.content .double-arrows p {
  color: #ffffff;
}

.double-arrows i {
  color: #42454a;
  margin: 0 !important;
  margin-right: 10px !important;
  margin-left: 0px !important;
  top: 0px !important;
  /* font-size: 17px !important; */
  /* background: #f2c100; */
  padding: 2px 8px !important;
  border-radius: 50% !important;
  /* width: 30px; */
  height: 30px;
  position: relative !important;
  display: block !important;
  font-size: 22px !important;
}

.double-arrows p {
  color: #42454a;
}

.footer-bg {
  background-color: #333333 !important;
}

.banner-text-container {
  background-color: white;
  /* Rounded corners */
}

.banner-text-container h1 {
  font-size: 3rem;
  font-weight: 500;
  /* Match background image */
  color: transparent;
  background: linear-gradient(0deg, rgb(3 101 237 / 50%), rgb(3 99 233 / 50%)),
    url(../img/about/web-app.jpg) no-repeat;
  /* Makes text itself transparent */
  -webkit-background-clip: text;
  background-size: cover;
  background-position: left center;
  /* Clips background to text for WebKit browsers */
  background-clip: text;
  /* Standard property for modern browsers */
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  /* Enables Flexbox */
  justify-content: center;
  /* Centers text horizontally */
  align-items: center;
  /* Centers text vertically */
  text-align: center;
  /* Ensures text alignment */
  border: 1px solid #ccc;
  border-radius: 5px;
  top: 50%;
}

.services-text-container {
  background-color: white;
  max-width: 100%;
  /* Rounded corners */
}

.services-text-container h1 {
  font-size: 3rem;
  font-weight: 500;
  /* Match background image */
  color: transparent;
  background: url(../img/services/services-banner.webp) no-repeat;
  /* Makes text itself transparent */
  -webkit-background-clip: text;
  background-size: cover;
  background-position: left center;
  /* Clips background to text for WebKit browsers */
  background-clip: text;
  /* Standard property for modern browsers */
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  /* Enables Flexbox */
  justify-content: center;
  /* Centers text horizontally */
  align-items: center;
  /* Centers text vertically */
  text-align: center;
  /* Ensures text alignment */
  border: 1px solid #ccc;
  border-radius: 5px;
}

.navbar-light .navbar-toggler {
  background-color: #ffff;
}

.about-sidebar .double-arrows p {
  font-size: 16px;
}

.about-sidebar .double-arrows i {
  color: #42454a;
  margin: 0px !important;
  margin-right: 10px !important;
  margin-left: 0px !important;
  top: 0px !important;
  /* font-size: 17px !important; */
  /* background: #f2c100; */
  padding: 0px 8px !important;
  border-radius: 50% !important;
  /* width: 30px; */
  height: 30px;
  position: relative !important;
  display: block !important;
  font-size: 16px !important;
}

@media screen and (min-width: 1400px) {
  .about-us .content-item {
    padding: 0px 40px 0 15px;
    border-right: 1px solid #eee;
  }
  .about-sidebar {
    padding: 0px 0px 0px 25px;
  }
}

/************************************ MOBILE CSS STARTS FROM HERE ****************************/

@media only screen and (max-width: 600px) {
  .myheader-.accordion-button .accordion-button {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .navbar-collapse {
    background-color: #fff;
  }
  .footer p {
    font-size: 14px;
    font-weight: 400;
  }
  .my-center {
    text-align: center !important;
    color: #ffffff;
  }
  .world-wide-web-global {
    background-position: right;
  }
  .social-media .pointtext::before {
    content: "";
    display: block;
    background: #f1b209;
    width: 2.3rem;
    height: 2.3rem;
    position: absolute;
    z-index: -1;
    top: -6px;
    left: 37px;
  }
  h1,
  .h1 {
    font-size: calc(1.2rem + 1.5vw);
  }
  .section-title {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000000;
    letter-spacing: normal !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title-white h4 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000000;
    letter-spacing: normal !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .padding-left-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-text {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    color: #5b5b5b;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-text-white {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
  }
  .center-text {
    text-align: left;
  }
  .inner-carousel .text {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .inner-carousel p {
    font-size: 35px;
    font-weight: 600;
    /* margin-top: -36px; */
    /* text-align: left; */
    line-height: 1.2;
  }
  .my-margin-bottom {
    margin-bottom: 1rem !important;
  }
  section {
    padding: 10px 0 20px;
    overflow: hidden;
  }
  .know-more-btn {
    text-align: center !important;
  }
  .know-more-btn a {
    position: relative;
    top: -20px;
    left: 0;
    /* padding-top: 20px; */
    /* margin: 0 auto; */
    text-align: center !important;
  }
  .collbtn {
    text-align: center;
  }
  .collbtn a {
    position: relative;
    top: -17px;
    right: 0;
    margin-bottom: 0px;
  }
  .team-bottom {
    margin-bottom: 30px;
  }
  .what-we-do h5 {
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #b6b5b5;
    padding-bottom: 15px;
  }
  .what-we-do .section-title {
    padding-top: 0px;
    text-align: left;
  }
  .portfolio .carousel-indicators {
    bottom: -25px;
  }
  .portfolio .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
  }
  .portfolio .carousel-indicators .active {
    background-color: #ffff00;
  }
  .slider-margintop {
    margin-top: -122px;
  }
  .inner-media {
    margin-bottom: 25px;
    padding: 190px 35px 0;
    height: 400px;
  }
  .padding-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .services-banner {
    padding: 170px 35px 0 !important;
  }
  .header-h1 {
    padding: 0px;
  }
}

.portfolio .swiper-wrapper {
  transition-timing-function: linear !important;
}

.portfolios .swiper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  /* pointer-events: none; */
}

.portfolios .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  /* height: 300px; */
  /*opacity: 0.9;*/
  transition: 0.3s;
  /*filter: grayscale(100);*/
}

.portfolios .swiper-slide img {
  display: block;
  width: 100%;
}

.portfolios {
  background-color: #f3f3f3;
}

.portfolios .swiper-slide:hover {
  opacity: 1;
  filter: none;
}

.portfolios-middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.portfolios-text {
  background-color: #04aa6d;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/* Shine */
.hover14 figure {
  position: relative;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@media only screen and (max-width: 600px) {
  .portfolios .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    /* height: 300px; */
    opacity: 1;
    filter: none;
  }
  .portfolios .swiper-slide:hover {
    opacity: 1;
    filter: none;
  }
  .portfolios .swiper {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .hp-head {
    font-size: 21px !important;
    font-weight: 500;
  }
}

@media only screen and (max-width: 1920px) {
  .hp-head {
    font-size: 26px;
    font-weight: 500;
  }
}

/********** KASI CSS Ends here **********/
