.top-header {
  background-color: #0c0b39;
  color: white;
}

.top-header .btn {
  border-radius: unset;
  font-size: 13px;
}

.top-header .btn:hover {
  background: white;
  color: #e38b00;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  animation: marquee 15s linear infinite;
}

.marquee span:hover {
  animation-play-state: running;
}

/* Make it move */
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.theme-btn {
  padding: 0.875rem 2.75rem;
}

.theme-orange {
  background: #e38b00;
  color: white;
}

.theme-blue {
  background: #0c0b39;
  color: white;
}

.color-orange {
  color: #e38b00;
}

.color-blue {
  color: #0c0b39;
}

.theme-light-bg {
  background: #e5eef6;
}

@media only screen and (max-width: 991px) {
  .top-btn {
    text-align: center !important;
  }
}

.navbar-nav .nav-item .nav-link:hover {
  transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
  color: #e38b00;
}

.navbar-nav > .nav-item > a {
  color: #0c0b39;
  font-weight: 700;
  margin: 3px 6px;
  text-transform: uppercase;
}

.navbar-toggler {
  color: #0c0b39 !important;
}

.navbar-toggler:focus {
  outline: unset;
  outline: unset;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0px;
  color: #334155;
}

.hero-slider {
  width: 100%;
  height: 570px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.whitefont {
  color: #ffffff !important;
}

.swiper-button-prev {
  left: 0 !important;
  margin-left: 10px !important;
  background: #e38b00 !important;
}

.swiper-button-next {
  right: 0 !important;
  margin-right: 10px !important;
  background: #e38b00 !important;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 460px !important;
  }

  .hero-style {
    height: 450px;
  }

  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }

  .hero-slider .swiper-container {
    height: 450px !important;
  }

  .hero-slider .slide-inner {
    height: 450px !important;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 420px;
  }

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }

  .hero-style {
    height: 420px;
  }

  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }

  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }

  .button-box .left-btn,
  .button-box .right-btn {
    font-size: 13px;
    padding: 0px 10px 0 12px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 550px;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 550px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .slide-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Adjust opacity here */
  z-index: 1;
  /* Ensure the overlay is below the text */
}

/* Adjust z-index of text elements */
.hero-slider .slide-title,
.hero-slider .slide-text {
  position: relative;
  z-index: 2;
  /* Make text elements appear above the overlay */
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 48px;
  height: 48px;
  line-height: 40px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 28px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

/* @media screen and (min-width: 992px) {

        .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
        .hero-slider .swiper-pagination-custom,
        .hero-slider .swiper-pagination-fraction {
            display: none;
        }
    } */

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  display: table;
  margin: 0 auto;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 420px;
  transition: all 0.4s ease;
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all 0.4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

.hero-style .slide-text p {
  opacity: 0.9;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all 0.4s ease;
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

.about-us {
  text-align: center;
  padding: 0 0 50px;
  background: url(http://localhost/school/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
  position: relative;
}

.bottom-line {
  position: relative;
  text-align: center;
  margin: auto;
  padding: 1rem;
}

.bottom-line:after,
.bottom-line:before {
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: #e38b00;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bottom-line:before {
  bottom: 5px;
  width: 10%;
}

.bottom-line1 {
  position: relative;
  text-align: left;
  margin: auto;
  padding: 1rem;
}

.bottom-line1:after,
.bottom-line1:before {
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: #e38b00;
  content: "";
  left: 0%;
  -webkit-transform: translateX(-0%);
  transform: translateX(-0%);
}

.bottom-line1:before {
  bottom: 5px;
  width: 10%;
}

.about-box i {
  font-size: 40px;
  color: white;
  background: #e38b00;
  padding: 30px;
}

.button-box .left-btn,
.button-box .right-btn {
  position: relative;
  font-size: 14px;
  padding: 0 30px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  line-height: 60px;
  margin: 0 4px;
  text-decoration: none;
}

a.left-btn:before {
  position: absolute;
  content: "";
  background: #e38b00;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transform: skew(-30deg, 0deg);
}

a.left-btn:after {
  position: absolute;
  content: "";
  background: #e38b00;
  width: 40px;
  height: 100%;
  top: 0;
  left: -17px;
  z-index: -1;
}

a.right-btn:before {
  position: absolute;
  content: "";
  background: #e38b00;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transform: skew(-30deg, 0deg);
}

a.right-btn:after {
  position: absolute;
  content: "";
  background: #e38b00;
  width: 40px;
  height: 100%;
  top: 0;
  right: -17px;
  z-index: -1;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #ff9600;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.sec-title h2 {
  position: relative;
  display: block;
  line-height: 1.2em;
  color: #0c0b39;
  font-weight: 700;
}

.sec-title .divider {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  width: 150px;
  text-align: center;
}

.sec-title .divider:before,
.sec-title .divider:after {
  position: absolute;
  left: 0;
  top: 9px;
  height: 1px;
  width: 52px;
  background-color: #0c0b39;
  content: "";
}

.bg-fill .divider:before,
.bg-fill .divider:after {
  background-color: white !important;
}

.sec-title .divider:after {
  left: auto;
  right: 0;
}

.divider .fa {
  color: #0c0b39;
}

.bg-fill .divider .fa {
  color: white;
}

.categories-view1-full {
  padding: 80px 0px 80px 0px;
  margin-top: 0;
  margin-bottom: 0;
  background: #f8f9fa;
}

.categories,
.categories-view1-wrap {
  width: 100%;
}

.categories ul li {
  list-style: none;
}

.categories > ul > li {
  float: none;
  display: inline-block;
  margin: 0px 0px 30px 0px;
  vertical-align: top;
}

.categories-view1-wrap {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 50px 30px 95px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
}

.categories-view1 i {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 30px;
  width: 70px;
  height: 70px;
  border-radius: 0 100% 100% 0;
  text-align: center;
  padding-top: 18px;
  margin-top: -36px;
  color: #ffffff;
  background-color: #274160;
  border: 1px solid #eee;
  border-left: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.categories-view1 li:hover i {
  color: #ff9600;
  background-color: #fff;
}

.categories-view1 a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  text-decoration: none;
  color: #274160;
}

.categories-view1 small {
  font-size: 13px;
  color: #666;
}

.categories-view1 span {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 90px;
  font-weight: 500;
  color: #999;
  opacity: 0.07;
  line-height: 1;
}

.proj {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slide-container {
  width: 100%;
}

.wrapper {
  margin: 0 10px;
}

.skillSec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.skillSec img {
  height: 30px;
  margin: 10px;
}

.card-img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: auto;
  border-radius: 20px;
  text-align: center;
  padding: 4px;
  border: 1px solid #cccccc;
}

.cardImage {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgBlend {
  background: red;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: hue;
  transition: all 0.5s ease-out;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  border-radius: 10px;
}

.bgBlend:hover {
  -webkit-opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#demo {
  background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
  max-width: 900px;
  margin: auto;
  border-radius: 20px;
}

.carousel-caption {
  position: initial;
  z-index: 10;
  padding: 5rem 8rem;
  color: white;
  text-align: center;
  font-size: 1.2rem;

  line-height: 2rem;
}

@media (max-width: 767px) {
  .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 3rem 2rem;
    color: white;
    text-align: center;
    font-size: 0.7rem;

    line-height: 1.5rem;
  }
}

.carousel-caption img {
  width: 6rem;
  border-radius: 5rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .carousel-caption img {
    width: 4rem;
    border-radius: 4rem;
    margin-top: 1rem;
  }
}

#image-caption {
  font-style: normal;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  #image-caption {
    font-style: normal;
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}

.carousel-control-prev > i {
  background-color: white;
  color: #aa5cdb;
  padding: 1rem;
}

.carousel-control-next > i {
  background-color: white;
  color: #aa5cdb;
  padding: 1rem;
}

@media (max-width: 767px) {
  .carousel-control-prev > i {
    padding: 0.8rem;
  }

  .carousel-control-next > i {
    padding: 0.8rem;
  }
}

.carousel-control-prev {
  justify-content: flex-start;
}

.carousel-control-next {
  justify-content: flex-end;
}

.carousel {
  border: none !important;
}

.carousel-control-prev,
.carousel-control-next {
  transition: none;
  opacity: unset;
}

.online-course-inner {
  color: white;
  background: rgba(16, 11, 57, 0.82);
  padding: 50px 0px 50px;
}

.online-course-inner input {
  padding: 1.6rem;
}

.online-course img {
  width: 75px;
}

.pa-2 {
  padding: 2rem;
}

.card-h {
  height: auto;
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  overflow: hidden;
  position: relative;
}

.card-img-holder {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.card-img-holder img {
  width: 100%;
  height: auto;
  max-height: 15rem;
  object-fit: cover;
  border-radius: 15px;
}

.blog-title {
  color: #22215b;
  padding: 1rem 0;
  font-size: 1.5rem;
}

.description {
  padding: 1rem 0;
  color: #22215b80;
  font-size: 1rem;
}

.blog-time {
  font-size: 0.8rem;
  color: #22215b;
}

.options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}

.options span {
  font-weight: 600;
  color: #22215b;
}

/*--------- Pager2 ---------*/
.Pager2 .pagination .page-item .page-link:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0.125rem;
  background-color: #eee;
}

.Pager2 .pagination.pg-blue .page-item.active .page-link:hover {
  background-color: #e38b00;
}

.Pager2 .pagination .page-item.active .page-link {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 0.125rem;
  background-color: #e38b00;
  color: #fff;
}

.Pager2 .pagination .page-item .page-link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
  border: 0;
  background-color: transparent;
  font-size: 0.9rem;
  color: black;
}

.Pager2 .pagination .page-item.active .page-link {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.Pager2 .page-link {
  border: none !important;
}

.Pager2 .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0;
}

.zoom-img {
  overflow: hidden;
  transition: transform 0.3s ease;
}

.zoom-img:hover {
  transform: scale(1.1);
  /* Adjust the scale factor as needed */
}

.form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #e38b00;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #e49b0f);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #e38b00;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn1 {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #ff9600;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn1:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #ff9600;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #ff9600;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #ff9600;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #e38b00, #ff9600);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #e38b00;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #e38b00, #e49b0f);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn1 {
    padding: 0.45rem 1.2rem;
  }
}

.con1 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-area {
  border-bottom: 1px solid #353c46;
}

.contact-content p {
  font-size: 15px;
  margin: 30px 0 60px;
  position: relative;
}

.contact-content p::after {
  background: #353c46;
  bottom: -30px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
}

.contact-content h6 {
  color: #8b9199;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #353c47;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
}

.contact-social > ul {
  display: inline-flex;
  list-style-type: none;
}

.contact-social ul li a {
  border: 1px solid #8b9199;
  color: #8b9199;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  border: 1px solid #fab702;
  color: #fab702;
}

.contact-content img {
  max-width: 210px;
}

.contact-area,
footer {
  background: #1a1e25;
  color: #868c96;
}

footer p {
  padding: 40px 0;
  text-align: center;
}

footer img {
  width: 44px;
}

#toTopBtn {
  display: none;
  /* Initially hide the button */
  position: fixed;
  /* Fixed position to stay at the bottom-right corner */
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  /* Ensure it's above other elements */
  background-color: #ffffff;
  /* Button background color */
  color: #6b7280;
  /* Button text color */
  border: none;
  /* Remove border */
  border-radius: 1.5rem;
  /* Rounded corners */
  padding: 10px 18px;
  /* Padding */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

#toTopBtn:hover {
  background-color: rgb(240, 253, 250);
  /* Change background color on hover */
  color: rgb(13, 148, 136);
}

#toTopBtn1 {
  font-size: smaller;
}

#toTopBtn2 {
  border-radius: 50%;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.active-a {
  color: #e38b00 !important;
}
