
/**********DATA UPSKILL PROFILE WEBSITE CSS FILE **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #f9ce0f;
}

/*** Upskill Logo ***/
#UpskilLogo{
    margin-top:auto;
    border-radius: 5px;
    display: inline-flex;
    position: relative;
    padding-right: 0px;
    margin: -40px;
    margin-right: 10px;
    background-size: cover;
    object-fit: cover;  
}

.m-0:nth-child(1) {
font-size: 28px;
}

#values{
    color: #f9ce0f;
}
/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/* Paragraphs */

p{
    text-align: start;
    text-align: end;
    text-align: left;
    text-align: right;
    text-align: center;
    text-align:justify;

}
.mb-0{
  text-align: start;text-align: end;text-align: left;text-align: right;text-align: center;text-align:inherit;

}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

#intro{
    margin-top: 10px;
}

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

.carousel-inner .w-100{
    opacity: 1;
    height: 700px;

}

.carousel-item.w-100{
    opacity: 1;
}
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** SERVICES START ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}
#service-desc{
  font-size: 25px;
  color: rgb(228, 9, 9);
  margin-left: 50px;
  font-family: Abhaya Libre;
  display: block;

}
 
.service-desc{
    margin:10px;
    display: inline-flex;
}
/*** SERVICES END ***/

/*** TESTIMONIAL START ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    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;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}
/*** TESTIMONIAL END ***/


/*** TEAM START ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}
/*** TEAM END***/

/* ABOUT US START*/
.values{
   margin-left: 100px;
}
#mission,#C-values,#Our-services,#trgt-cust{
    color: #f9ce0f;
    margin-left: 25%;
    margin-right: 15%;
    font-weight: 1000;
    font-size: 40px;
}

#trgt-cust ,ol{
    font-size: 29px;
    margin-left: 20px;
}

#abt-us{
    color: #FFFFFF;
    font-family:'Times New Roman', Times, serif;
    font-size: larger;
    font-style: inherit;
    text-align: start;
    text-align: end;
    text-align: left;
    text-align: right;
    text-align: center;
    text-align: inherit;
    font-size: 25px;
}

header {
  background: #333;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}

header h1 {
  margin: 0;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin: 0 10px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

section {
  padding: 2rem;
}

#home {
  background: #f4f4f4;
  text-align: center;
}

#about, #services, #team, #contact {
  background: #fff;
  margin: 1rem 0;
}

h2, h3 {
  color: #333;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin: 0.5rem 0;
}

form {
  display: flex;
  flex-direction: column;
}

form label {
  margin: 0.5rem 0 0.2rem;
}

form input, form textarea, form button {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form button {
  background: #333;
  color: #fff;
  cursor: pointer;
}

form button:hover {
  background: #555;
}

footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  bottom: 0;
}

/* Our Mission,Vission and Core Values, services styles*/
.aboutinfo * {
  .our_about {
      font-family: 'Arial', sans-serif;
      margin: 10;
      padding: 10;
      background: #f0f0f0;
      color: #333;
    }

    h2, h3 {
      text-align: center;
      color: #101111;
      font-weight: bold;
      margin: 20px 0;
    }

    p, li {
      line-height: 1.6;
      margin: 10px 0;
    }

    section {
      padding: 20px;
      background: #fff;
      margin: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.5s ease;
    }

    section.active {
      opacity: 1;
      transform: translateY(0);
    }

    /* Animation */
    section h3 {
      font-size: 24px;
      position: relative;
      animation: slideInLeft 0.5s ease;
    }

    /* Core values section */
    ul.values {
      margin: 70px;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 60px;
    }

    ul.values li {
      background: #f9f9f9;
      border-radius: 10px;
      text-align: center;
      padding: 22px;
      transition: transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    ul.values li:hover {
      transform: translateY(-10px);
    }

    ul.values img {
      max-width: 80px;
      margin-bottom: 15px;
    } 

   }
    /* Services Section */
   section #services {
      background-color: #f5f9fb;
    }

    .section #services h2 {
      margin-top: 40px;
      font-size: 32px;
    }
/* #Our-services h2{
  padding-left: 10px;
} */
    section#services h3 {
      font-size: 22px;
      color: #141313;
    }

    section#services p {
      text-align: center;
    }

    /* Keyframes */
    @keyframes slideInLeft {
      0% {
        opacity: 0;
        transform: translateX(-50px);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }


/* View Gallery button styles*/
    /* Button Styling */
    .view-gallery-btn {
      margin-left: 555px;
      padding: 15px 30px;
      font-size: 20px;
      color: #fff;
      background: linear-gradient(45deg, #3498db, #9b59b6);
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      animation: blink 2s infinite, zoomInOut 1.5s infinite;
    }

    /* Button hover effects */
    .view-gallery-btn:hover {
      transform: scale(1.1);
      background: linear-gradient(45deg, #8e44ad, #2980b9);
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
    }

    /* Button text shine effect on hover */
    .view-gallery-btn:hover::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 70%);
      animation: shine 1s forwards;
    }

    /* Keyframes for blinking effect */
    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.5; }
    }

    /* Keyframes for zoom-in/zoom-out effect */
    @keyframes zoomInOut {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.05); }
    }

    /* Keyframes for text shine effect */
    @keyframes shine {
      0% {
        top: -50%;
        left: -50%;
      }
      100% {
        top: 150%;
        left: 150%;
      }
    }
/* ABOUT US END */

/* PRICES START */
#price{
    display: inline-flex;
    font-size: small;
}
#price img{
   object-fit: cover;
   padding-left:50px ;
   height: 300px;
   width: 500px;
   
}
/*PRICES END */

/*GALLERY START */
.gallery{
     /* General styles */
      font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      background: #f4f4f4;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    h1 {
      text-align: center;
      margin: 20px 0;
      color: #333;
    }

    /* Container for the gallery */
    .gallery-container {
      width: 90%;
      max-width: 1200px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      grid-gap: 20px;
      margin-bottom: 20px;
    }

    /* Styles for individual image cards */
    .card {
      background: white;
      border-radius: 10px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    }

    .card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    /* Card content */
    .card-content {
      padding: 15px;
    }

    .card-content h3 {
      margin: 10px 0;
      color: #444;
    }

    .card-content p {
      margin: 5px 0;
      color: #666;
      font-size: 0.9em;
    }

    .card-content .venue, .card-content .date {
      font-weight: bold;
      color: #888;
    }

    /* "Load More" button styles */
    .load-more-btn {
      display: block;
      margin: 20px auto;
      padding: 15px 30px;
      background-color: #1e14e0;
      color: white;
      font-size: 18px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      text-transform: uppercase;
      transition: all 0.4s ease;
      outline: none;
      box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    }

    .load-more-btn:hover {
      background-color: #ff5e62;
      transform: scale(1.1);
    }

    /* Responsive design */
    @media (max-width: 768px) {
      .gallery-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      }

      .load-more-btn {
        font-size: 16px;
        padding: 12px 25px;
      }
    }
/*GALLERY END */


/* JOBS AND INTERNSHIP/CAREERS START */
.jobs-intern{
      font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f5f7fa;
      color: #333;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px;
    }

    h1 {
      margin-top: 20px;
      color: #003366;
    }

    .jobs-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      max-width: 1200px;
      width: 100%;
      margin: 30px 0;
    }

    /* Card Styles */
    .job-card {
      background-color: white;
      border-radius: 10px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      text-align: center;
    }

    .job-card:hover {
      transform: translateY(-10px);
    }

    .job-card h3 {
      color: #003366;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .job-card p {
      font-size: 1em;
      color: #555;
    }

    /* Image Styling */
    .job-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px 10px 0 0;
    }

    .advantages {
      margin-top: 10px;
      color: #28a745;
      font-weight: bold;
    }

    /* Application Button Styles */
    .apply-btn {
      background-color: #ff7e5f;
      color: white;
      border: none;
      padding: 15px;
      border-radius: 30px;
      cursor: pointer;
      text-transform: uppercase;
      text-align: center;
      margin-top: 15px;
      font-weight: bold;
      font-size: 1em;
      transition: all 0.3s ease;
    }

    .apply-btn:hover {
      background-color: #ff5e62;
      transform: scale(1.1);
    }

    /* Modal Styling */
    .modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      width: 90%;
      max-width: 500px;
      text-align: center;
    }

    .modal-content h4 {
      margin-top: 0;
      color: #003366;
    }

    .close-btn {
      background-color: #ff5e62;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 30px;
      cursor: pointer;
      margin-top: 20px;
      font-size: 1em;
    }

   
/* JOBS AND INTERNSHIP/CAREERS END */

/* CONTACT START */

.contact-usimg{
  padding-top: 0px;
  padding-bottom: 350px;
  padding-left: 40%;
  margin: -120px;
  height: 50px;
  width:75px;
  align-items: center;
  justify-content: center;
}

/* CONTACT END */


/* RESPONSIVE DESIGN START */
/* 768 SCREENSIZE */
@media (max-width: 768px) {
      .jobs-container {
        grid-template-columns: 1fr;
      }
    }

/* 991.98 SCREENSIZE */
@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

/* 992 SCREENSIZE */
@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

/* 576 SCREENSIZE*/
@media (max-width: 576px) {
    .navbar-collapse{
    margin-left:-51px;
}
    .carousel-inner{
        height: 700px;
        width: 100vw;
    }
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 400 !important;
    }
    .carousel-caption .p-3 h6 #intro {
        font-size: 12px;
        max-height: 100%;
        font-weight: 400 !important;
    }
    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    .carousel-inner .w-100{
     object-fit: cover;
    }

    .values li{
      font-size: 23px;
  

    }

    /* home styles */
    .mb-4{
      font-size: 20px !important;
      text-align: start;
      text-align: end;
      text-align: left;
      text-align: right;
      text-align: center;
      text-align:inherit !important;

    }

    /* About styles */
    
#abt-us {
    color: #FFFFFF;
    font-family:'Times New Roman', Times, serif;
    font-size: larger;
    font-style: inherit;
    text-align: start;
    text-align: end;
    text-align: left;
    text-align: right;
    text-align: center;
    text-align:inherit;
    font-size: 22px;
}

.recognition p{
  font-size: 22px;
  text-align: inherit !important;
}

.vission_mision_stmt{
  text-align: start !important;
  text-align: inherit !important;
  font-size: 20px;
  
}

  /* View Gallery button styles*/
    /* Button Styling */
    .view-gallery-btn {
      padding: 15px 30px; 
      margin-left: 25%;
      margin-top:6px;
      margin-bottom:15px;
      font-size: 15px;
      font-size: 20px;
      color: #fff;
      background: linear-gradient(45deg, #3fadf5, #551af7);
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-transform: lowercase;
      letter-spacing: 2px;
      position: relative;
      overflow: hidden;
      z-index: 1;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      animation: blink 2s infinite, zoomInOut 1.5s infinite;
    }

    /* Button hover effects */
    .view-gallery-btn:hover {
      transform: scale(1.1);
      background: linear-gradient(45deg, #8e44ad, #2980b9);
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
    }

    /* Button text shine effect on hover */
    .view-gallery-btn:hover::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 70%);
      animation: shine 1s forwards;
    }

    /* Keyframes for blinking effect */
    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.5; }
    }

    /* Keyframes for zoom-in/zoom-out effect */
    @keyframes zoomInOut {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.05); }
    }

    /* Keyframes for text shine effect */
    @keyframes shine {
      0% {
        top: -50%;
        left: -50%;
      }
      100% {
        top: 150%;
        left: 150%;
      }
    }
 .mb-4,.recognition {
  font-size: 23px;
}
.recognition h2{
  font-size: 30px;
}
    #services p{
    font-size: 23px;
    text-align: start;
    text-align: end;
    text-align: left;
    text-align: right;
    text-align: center;
    text-align: justify;

    }
.service-desc{
    margin:10px;
    display: block;
}
.service-desc img{
    height: 180px;
}
.service-desc p{
 font-size: 16px;
}

#price{
    display:block;
}
#price h4{ 
    font-size: 28px;
    margin-left: 20px;
}

#price img{
  height: 325px;
  width: 399px;
  margin-left: 25px;
  margin-top: 0px;
}

.owl-carousel img{
   height: 55px;
   width: 55px;
   object-fit: scale-down;
}

/* blog detail styles */
.mb-5 p{
font-size: 18px;

}

/* contact us responsive styles */
.contact-usimg{
  visibility: hidden;
  padding: 0px;

}


}

/*380 SCREENSIZE */
@media (max-width: 380px) { /*WILL CHECK ON IT */
 .carousel-item {
    height: 454px;
} 
.carousel-inner .w-100{
    object-fit: cover;
    opacity: 1;
    height: 100vh;

} 
.display-1{
    font-size: 30px;
      
}
.navbar-toggler{
    margin-left: -21px;
    margin-top: 5px;
}
.service-desc{
    font-size: 18px;
    display: block;
}
.service-desc p {
    font-size: 15px;
    display: block;
}
.service-desc img {
  object-fit: contain;
}
#service-desc{
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
}
#mission,#C-values,#O-services ,#trgt-cust{
    font-size: 25px;
    margin-left: 20px;

}
.service-desc img{
    height: 170px;
     
}
.service-desc p{
 font-size: 15px;
}
.fw-bold:nth-child(1){
    font-size:15px;
   margin-top: 10px;
}
.owl-carousel img{
   height: 55px;
   width: 55px;
   object-fit: scale-down;
}
.navbar-collapse{
    margin-left:-51px;
}
#price{
    display:block;
}
#price h4{ 
    font-size: 18px;
    margin-left: 20px;
}
#price img{
  height: 225px;
  width: 199px;
  margin-left: 25px;
  margin-top: 0px;
}
}

/* 768 SCREENSIZE */
@media (max-width: 768px) {
    .navbar-collapse{
    margin-left:-51px;
}
  nav ul li {
    display: block;
    margin: 0.5rem 0;
  }

  form {
    width: 100%;
  }

  header, footer {
    text-align: center;
  }
}

/* RESPONSIVE DESIGN END */

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
     .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
 
}
.carousel-inner .w-100{
     object-fit: cover;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}
@media (max-width: 991.98px) {
    
      .navbar-collapse{
    margin-left:-51px;
}
}

@media (min-width: 767.98px) {

    .footer-about {
        margin-bottom: -75px;
    }
    .carousel-inner .w-100{
     object-fit: cover;
}
}