
body {
  background-color: #f5f5f5;
  color: #4e4e4e;


   /* Apply Helvetica Regular to the entire body (content) */
   
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
}

/* Apply Helvetica Bold to all heading elements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}


.overlay-mf {
  background-color: #0078ff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 6rem 0;
}


.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 0rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* Media query for devices with a max width of 768px (tablets and below) */
@media (max-width: 768px) {
  .title-a {
    font-size: 2.5rem; /* Adjust font size for tablets and smaller screens */
  }
}

/* Media query for devices with a max width of 480px (mobile phones) */
@media (max-width: 480px) {
  .title-a {
    font-size: 1.5rem; /* Adjust font size further for mobile phones */
  }
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0078ff;
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  /* width: 18px; */
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0078ff;
  color: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #ffffff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0078ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: white;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  height: 4rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #052d36;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #0078ff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #0078ff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #052d36;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #0078ff;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #0078ff;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #0078ff;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #0078ff;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #0078ff;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
  z-index: 1;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #0078ff;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #0078ff;
}

/*--/ Hamburger Navbar /--*/


/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #0078ff;
}

/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
  background-color: #fff;
  padding: 1.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  height: 450px;
  box-shadow: 0 0 4px #cbe2fc;
}

.service-box img{
  width: 100%;
  height: 210px;
}

.service-box:hover{
  background-color: #eef6ff;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}



.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0078ff;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #0078ff;
  border: 1px solid #0078ff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}


.ico-circle:hover{
  background-color: #d7d7d8;
}
/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.img-fluid {
  width: 300%;
  height: 400px;
}



/* Box shadow container */
.box-shadow-full {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden; /* Ensures rounded corners apply to child elements */
    display: flex; /* Flex container to keep items in a row */
}

/* Ensure the image fits well */
.box-shadow-full img {
    width: 100%;
    height: auto;
    display: block;
}

/* Text section styling */
.about-me {
    padding: 20px;
}



/* Title styling */
.title-box-2 h5.title-left {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

/* Paragraph styling */
.about-me .lead {
    font-size: 1rem;
    color: #666;
}


.service-content {
  text-align: center;
}

.service-image {
  width: 100%; /* Makes the image take up the full width of its container */
  height: 200px; /* Maintains the aspect ratio */
  max-width: 300px; /* Limits the maximum width if needed */
  margin-bottom: 15px; /* Space below the image */
  border-radius: 8px;
}

/* Optional: Style for responsiveness */
@media (max-width: 768px) {
  .service-image {
      max-width: 100%; /* Ensure images fit smaller screens */
  }
}



.column-box {
  border: 1px solid #ddd; /* Light gray border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  padding: 15px; /* Add padding inside the box */
  background-color: #fff; /* White background */
  margin: 8px; /* Optional: space between boxes */
  border-radius: 5px; /* Optional: rounded corners */
}



.project-box {
  overflow: hidden; /* Ensure that the zoom effect stays within the container */
}

.project-image {
  transition: transform 0.9s ease; /* Smooth transition for the zoom effect */
}

.project-image:hover {
  transform: scale(1.03); /* Adjust the scale value to control the zoom amount */
}

.carousel-inner{
  width: 100%;
  height: 570px;;
}

.carousel-inner img{
  width: 10%;
  height: 770px;
  overflow: hidden;
}



/* Add space below each project box */
.project-box {
  margin-bottom: 20px; /* Adjust this value to your preference */
}

/* If you want space around all sides of the project box */
.project-box {
  margin: 3px; /* Adjust this value as needed for space on all sides */
}



/* Media query for devices with a max width of 768px (tablets and below) */
@media (max-width: 768px) {
  .carousel-inner {
    height: 400px; /* Adjust height as needed for smaller screens */
  }
}

/* Media query for devices with a max width of 480px (mobile phones) */
@media (max-width: 480px) {
  .carousel-inner {
    height: 259px; /* Adjust height further for mobile phones */
  }
}





/* Container for the section */
.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* Wrapper for project container with shadow */
.project-wrapper {
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adjust the shadow as needed */
  background-color: #fff; /* Optional: background color to make shadow more visible */
}

/* Flex container for project boxes */
.project-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; /* Space between columns and rows */
}

/* Each project box */
.project-box {
  flex: 1 1 calc(50% - 15px); /* Two columns with space in between */
  box-sizing: border-box; /* Includes padding and border in the width calculation */
  margin-bottom: 15px; /* Space below each box */
  background-color: #f9f9f9; /* Optional: background color for each project box */
  border-radius: 8px; /* Optional: rounded corners for each box */
  overflow: hidden; /* Ensures rounded corners affect the content as well */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: individual box shadow */
}

/* Adjust image to be responsive */
.project-image {
  width: 100%; /* Make image responsive */
  height: 300px; /* Maintain aspect ratio */
  display: block;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .project-image {
      flex: 1 1 100%; /* Single column on smaller screens */
      height: 220px;
  }

}

/* Title styles */
.project-title {
  font-size: 1.5rem; /* Adjust as needed */
  margin: 10px 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;;
}

/* Description styles */
.project-description {
  font-size: 1rem; /* Adjust as needed */
  color: #464646; /* Gray color for readability */
  text-align: left; /* Align text to the left */
  word-break: break-word; /* Ensure text wraps properly */
  overflow-wrap: break-word; /* Handle long words or URLs */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .project-box {
      flex: 1 1 100%; /* Single column on smaller screens */
  }
}




.card {
  /* Optional: Add padding, border, or other styles if needed */
  padding: 1px;
  border: 1px solid #ddd; /* Optional: Add a border for better visualization */
  border-radius: 8px; /* Optional: Rounded corners */
  box-shadow: 0 4px 8px rgba(164, 164, 255, 0.3); /* Blue shadow */
  
}

.card-img-top {
  border-radius: 4px; /* Optional: Rounded corners for the image */
}


.card-container {
  display: flex;
  justify-content: flex-start; /*Distributes space evenly between cards*/
  width: 95%;
  
}

.card {
  flex: 1; /* Allows the card to grow and shrink */
  margin: 0 2px; /* Adds horizontal spacing between cards */
  box-sizing: border-box; /* Ensure padding and border are included in the width */

}

.card-img-top {
  width: 100%; /* Ensures images fit the card width */
}

.card-body {
  padding: 1px; /* Adjust padding inside the card */
}
.card-container {
  display: flex;
  flex-wrap: wrap; /* Allows cards to wrap if needed */
  margin: -10px; /* Adjust to counteract padding/margin if necessary */
  
}

.card {
  flex: 1 1 calc(20% - 20px); /* Takes up 20% of the container width minus gaps */
  margin: 2px; /* Adds space between cards */
  box-sizing: border-box; /* Includes padding and border in the width calculation */
  display: flex;
  flex-direction: column;
  
}

.card-img-top {
  width: 100%; /* Ensures image fits the card width */
  height: 230px; /* Adjust height as needed */
  object-fit: cover; /* Ensures the image covers the area without stretching */
}

.card-body {
  padding: 15px; /* Adjust padding inside the card */
  flex-grow: 1; /* Allows the card body to expand and fill remaining space */
}






/* General Footer Styles */
.container-footer {
  background-color: #0078ff; /* Dark blue background color */
  
  color: #ffffff; /* White text color for contrast */
  padding: 8px 0; /* Add padding for spacing */
  text-align: center; /* Center align text */
 
}

.footer-content-2 {
  font-size: 14px; /* Adjust font size as needed */
}

/* Optional: Responsive Design Adjustments */
@media (max-width: 768px) {
  .footer-content-2 {
      font-size: 12px; /* Adjust font size for smaller screens */
  }
}




/* Ensure that the section takes full width and centers content */
.section-counter {
  text-align: center; /* Center align text */
}

.container {
  display: flex;
  justify-content: center; /* Center align content horizontally */
  flex-wrap: wrap; /* Ensure the boxes wrap if necessary */
}

.row {
  display: flex;
  justify-content: center; /* Center align content horizontally */
  flex-wrap: wrap; /* Ensure the boxes wrap if necessary */
}

.counter-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px; /* Add spacing between boxes */
}

@media (max-width: 480px) {
  .counter-box {
    margin: 20px; /* Add spacing between boxes */
  }}

.counter-ico {
  margin-bottom: 10px; /* Space between icon and text */
}

.ico-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px; /* Adjust size as needed */
  height: 80px; /* Adjust size as needed */
  background-color: #0078ff; /* Background color */
  border-radius: 50%; /* Circular shape */
  font-size: 24px; /* Icon size */
  line-height: 60px; /* Center icon vertically */
}

.counter-num {
  font-size: 0.7rem; /* Adjust text size as needed */
  font-weight: bold; /* Make text bold */
}

.counter-text {
  display: block;
  margin-top: 5px; /* Space between icon and text */
}







.box1 {
  width: 100%;
  /* Adjust as needed */
  overflow: hidden;
  /* Hide text that overflows */
  white-space: nowrap;
  /* Keep text on a single line */
  position: relative;
  /* Positioning context for animation */
  background: #f0f0f0;
  /* Background color (optional) */
  border: 1px solid #ddd;
  /* Border (optional) */
}

.scrolling-text {
  display: inline-block;
  /* Allow text to scroll */
  padding-left: 10%;
  /* Start text off-screen */
  animation: scroll 45s linear infinite;
  /* Adjust duration as needed */

}

@keyframes scroll {
  from {
      transform: translateX(80%);
      /* Start from right off-screen */
  }

  to {
      transform: translateX(-100%);
      /* End at left off-screen */
  }
}



  



/* Ensure the navbar is fixed at the top */
.navbar {
  position: fixed; /* Keeps it fixed at the top of the viewport */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050; /* Higher than the carousel to ensure it appears above */
  background-color: rgba(255, 255, 255, 0.9); /* Optional: Make the background slightly opaque */
}

/* Ensure the carousel is below the navbar */
.carousel {
  position: relative; /* Default positioning */
  z-index: 1; /* Lower than the navbar */
}

/* Adjust z-index of the dropdown menu if necessary */
.navbar .dropdown-menu {
  z-index: 1060; /* Higher than the navbar if dropdown needs to appear above other elements */
}

/* For mobile view, ensure the navbar is styled appropriately */
@media (max-width: 767.98px) {
  .navbar {
      /* Styles specific to mobile view, if any */
  }
  
  /* Ensure that when the navbar is toggled, it still appears on top */
  .navbar-collapse {
      z-index: 1050; /* Same z-index as navbar to ensure it appears on top */
  }
}


/* Ensure the navbar is not sticky */
.navbar {
  position: static;
}

/* Center text in navbar */
.navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Set font family to Helvetica Bold and text color to blue */
.nav-link, .dropdown-item {
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  color: #007bff;
}

/* Set font family to Helvetica Bold and text color to blue */
.nav-link, .dropdown-item {
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  color: #007bff;
}

/* Change the toggle icon color to blue */
.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="#0078ff" d="M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z"%3E%3C/path%3E%3C/svg%3E');
}

/* Ensure color change on mobile devices */
@media (max-width: 992px) {
  .navbar-toggler-icon {
      background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="#0078ff" d="M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z"%3E%3C/path%3E%3C/svg%3E');
  }
}




/* General Styles for Counter Box */
.counter-box {
  text-align: center; /* Center text and icons */
}

/* Styles for Icon Circle */
.ico-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px; /* Adjust width as needed */
  height: 60px; /* Adjust height as needed */
  border-radius: 50%;
  background-color: #f0f0f0; /* Background color of circle */
  padding: 10px; /* Padding inside the circle */
  margin-bottom: 10px; /* Margin below the icon circle */
}

/* Styles for Icons */
.ico-circle i {
  font-size: 24px; /* Adjust icon size */
  color: #007bff; /* Color of the icon */
}

/* Styles for Counter Text */
.counter-text {
  font-weight: bold;
  font-size: 16px; /* Adjust text size */
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
}



/* Change the background color of the navbar-toggler button */
.navbar-toggler {
  border: none; /* Optional: remove border if present */
  border-radius: 5px; /* Optional: add border radius for rounded corners */
}





/* Optional: Change the color on focus */
.navbar-toggler:focus {
  box-shadow: none; /* Remove box shadow on focus if desired */
}

#navbarNavDropdown a:hover{
  color: #007bff;
}

#navbarNavDropdown a{
  color: #000000;
}



/* Make sure the navbar container takes full width */
.navbar {
  width: 100%;
}

/* Move the hamburger button to the right */
.navbar-toggler {
  margin-left: auto;
}

/* Optional: Style the navbar toggler button */
.navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000000;
  color: #000000;
  margin: 5px auto;
  transition: all 0.3s;
}


.dropdown-menu a{
  font-size: 0.9rem;
  font-weight: normal;
}

.carousel-inner img{
  width: 100%;
  height: 590px;;
}


/* Optional: Responsive Design Adjustments */
@media (max-width: 440px) {
  .carousel-inner img {
      width: 100%;
  height: 230px;;
  }
  .title-a{
    font-size: 1.1rem;
  }
}