/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.8s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.btn {
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-dark);
}

.btn.btn-primary:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-dark) !important;
  color: var(--bs-primary) !important;
}

.btn.btn-dark {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-dark:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-primary);
  color: var(--bs-dark) !important;
}

/*** Topbar Start ***/
.top {
  height: 50px;
}
/* .header-bar {
 
  
    padding: 0px;
    text-align: center;
    height: 20px;
  }
  
  .header-bar h1 {
    margin: 0;
  } */

.search-btn {
  position: relative;
  width: 100%;
  padding: 0 0 0 25px;
  margin-top: 0px;
}

.search-btn .form-group {
  width: 60%;
  margin-left: 40%;
}

.search-btn button {
  position: absolute;
  right: 25px;
}
.border-dark {
  border-color: aliceblue;
}

@media (max-width: 992px) {
  .search-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .topbar {
    flex-direction: column;
  }
  .search-btn {
    display: none;
  }
  .topbar-info {
    flex-direction: column;
  }
  .topbar-info a {
    padding: 0 0 10px 0;
  }
  .topbar-icon {
    padding: 0 0 10px 0;
  }
}

@media (max-width: 576px) {
  .topbar-top {
    display: none;
    margin-top: 3px;
  }


}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav {
  padding: 5px 0;
}

.navbar .navbar-nav .nav-link {
  padding: 5px;
  color: var(--bs-dark);
  font-weight: 500;
  font-size: 16px;
  outline: none;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--bs-dark);
  transition: 0.5s;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover,
.dropdown .dropdown-menu a.active {
  color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}

.navbar-toggler {
  background: var(--bs-secondary);
  color: var(--bs-light) !important;
  padding: 5px 12px;
  border: 2px solid var(--bs-primary) !important;
}

@media screen and (min-width: 992px) {
    .myhome{
       margin-left: 450px;
    }
}

/*** Navbar End ***/

/*** Carousel Start ***/

.carousel-item {
  position: relative;
}

.carousel-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

.carousel-caption {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: start;
  z-index: 1;
}

.carousel-control-prev {
  width: 80px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--bs-primary);
  border-radius: 0 30px 30px 0;
  transition: 0.5s;
  opacity: 1;
}

.carousel-control-next {
  width: 80px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 0;
  background: var(--bs-primary);
  border-radius: 30px 0 0 30px;
  transition: 0.5s;
  opacity: 1;
}

#carouselId .carousel-indicators li,
#carouselId .carousel-indicators li {
  width: 24px;
  height: 24px;
  background: var(--bs-dark);
  border: 2px solid var(--bs-primary);
  border-radius: 24px;
  margin: 0 10px 30px 10px;
}

#carouselId .carousel-indicators li.active {
  background: var(--bs-primary) !important;
}

@media (max-width: 768px) {
  .carousel-item {
    width: 100%;
    height: 400px;
  }

  .carousel-item img {
    height: 400px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 6rem;
}

/*** Carousel End ***/

/* enquiry */
.enquiry {
  padding: 10px;
  color: lightsalmon;
}
/*** About Start ***/

.about-img {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px 30px 30px 30px;
  overflow: hidden;
}

.about-img::before {
  content: "";
  width: 100%;
  height: 40%;
  background: var(--bs-dark);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
}

.about-img::after {
  content: "";
  width: 100%;
  height: 60%;
  background: var(--bs-primary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
}

.rotate-left {
  width: 150px;
  height: 100px;
  position: absolute;
  top: 28%;
  left: -10%;
  rotate: 25deg;
  z-index: 2;
}

.rotate-right {
  width: 150px;
  height: 100px;
  position: absolute;
  top: 28%;
  right: -10%;
  rotate: -25deg;
  z-index: 2;
}

.about-img img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
}

.experiences {
  width: 160px;
  height: 120px;
  position: absolute;
  top: -0;
  right: 0;
  padding: 35px 35px;
  text-align: center;
  border-radius: 10px;
  z-index: 3;
  animation: mymove 5s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes mymove {
  from {
    top: -202px;
  }
  to {
    top: 102%;
  }
}

/*** About End ***/

/*** Services Start ***/
.service {
  border: 2px solid black;
}
.services-inner-icon {
  width: 130px;
  height: 130px;
  background: var(--bs-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
}

.services-inner-icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 62px;
  top: 50%;
  left: 50%;
  transition: 0.5s;
}

.services-item:hover .services-inner-icon::after {
  width: 100%;
  height: 100%;
  margin-top: -50%;
  margin-left: -50%;
  background: var(--bs-primary);
  color: var(--bs-dark);
}

.services-item i {
  text-align: center;
  transition: 0.5s;
}

.services-item:hover i {
  color: var(--bs-dark) !important;
  z-index: 1;
  rotate: 360deg;
}

.services-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*** Services Start ***/

/*** Project Start ***/
.project-item {
  width: 100%;
  height: 90%;
  position: relative;
  padding: 30px 30px 30px 30px;
  overflow: hidden;
}

.project-item::before {
  content: "";
  width: 100%;
  height: 60%;
  background: var(--bs-dark);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
}

.project-item::after {
  content: "";
  width: 100%;
  height: 60%;
  background: var(--bs-primary);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
}

.project-left {
  width: 180px;
  height: 70px;
  position: absolute;
  top: 22%;
  left: -18%;
  rotate: 30deg;
  z-index: 2;
}

.project-right {
  width: 180px;
  height: 70px;
  position: absolute;
  top: 22%;
  right: -18%;
  rotate: -30deg;
  z-index: 2;
}

.project-item img {
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-item a {
  position: absolute;
  padding: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(-360deg);
  border-radius: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}

.project-item:hover a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  background: var(--bs-primary);
  color: var(--bs-dark) !important;
  opacity: 1;
}

/*** prohect Start ***/

/*** Blog Start ***/

.blog-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 80px;
  height: 50px;
  background: var(--bs-primary);
  top: -51px;
  left: 0;
  border: 0;
  border-radius: 10px 30px 30px 10px;
}

.blog-carousel .owl-nav .owl-prev {
  box-shadow: inset 0 0 0 0 var(--bs-dark);
  transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-dark);
  color: var(--bs-primary) !important;
}

.blog-carousel .owl-prev,
.blog-carousel .owl-next {
  color: var(--bs-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-carousel .owl-nav .owl-next {
  position: absolute;
  width: 80px;
  height: 50px;
  background: var(--bs-primary);
  top: -51px;
  right: 0;
  border-radius: 30px 10px 10px 30px;
}

.blog-carousel .owl-nav .owl-next {
  box-shadow: inset 0 0 0 0 #000000;
  transition: 0.5s;
}

.blog-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 200px 0 0 0 #000000;
  color: var(--bs-primary) !important;
}

/*** Blog End ***/

/*** Pricing Start ***/
.pricing-item {
  transition: 0.5s;
}

.pricing-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  margin: -20px 0 20px 0;
}

.pricing-label {
  border-bottom: 20px solid var(--bs-light);
  border-radius: 0 0 300px 300px;
  transition: 0.5s;
}

.pricing-item:hover .pricing-label {
  border-color: rgba(0, 0, 0, 0.5);
}

.pricing-item:hover .pricing-label.pricing-featured {
  border-color: rgba(255, 255, 255, 0.5);
}

/*** Pricing End ***/

/*** Call To Action start ***/

.call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

/*** Call To Action End ***/

/*** Team Start ***/
.team-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-item .team-icon {
  position: absolute;
  top: 15px;
  right: -80px;
  rotate: -30deg;
  transition: 0.5s;
  visibility: hidden;
}

.team-item:hover .team-icon {
  visibility: visible;
  margin-right: 95px;
  rotate: 0deg;
}

.team-item .team-icon .btn {
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}

.team-item .team-content {
  box-shadow: inset 0 0 0 0 var(--bs-dark);
  transition: 1s;
}

.team-item:hover .team-content {
  box-shadow: inset 550px 0 0 0 var(--bs-dark);
  color: var(--bs-primary) !important;
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--bs-light);
  z-index: 1;
}

.testimonial-content::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  bottom: -15px;
  rotate: 45deg;
  z-index: -5;
  background: var(--bs-light);
}

.testimonial-carousel {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 40px;
  background: var(--bs-primary);
  color: var(--bs-dark);
  font-size: 22px;
  top: 14%;
  left: 0px;
  border-radius: 30px 0 0 30px;
  box-shadow: inset 0 0 0 0 var(--bs-dark);
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-dark);
  color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
  left: auto;
  right: 0px;
  border-radius: 0 30px 30px 0;
}

.testimonial-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-dark);
  color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-secondary);
  border-radius: 15px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-primary);
}

/*** testimonial End ***/

/*** Contact Start ***/
.contact-link a i,
.contact-link a h5,
.contact-link a.h5 {
  transition: 0.5s;
}

.contact-link a i:hover,
.contact-link a h5:hover,
.contact-link a.h5:hover {
  color: var(--bs-primary) !important;
}

/*** Contact End ***/

/*** Footer Start ***/
/* .footer {
  background: url(../img/p4.jpg) center center no-repeat;
  background-size: cover;
  color: rgba(9, 9, 9, 0.7);

  margin-top: 6rem;
  box-shadow: 0 0 0 0.25rem;
}

.footer-item,
.footer-item a {
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
} */

/*** Footer End ***/

/*** Copywright Start ***/

/* .copyright .copyright-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright .copyright-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* ** Copywright End ** */

/*-- footer --*/

footer {
  background: url(../img/footer.jpg.jpeg) no-repeat center;

  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; */
}

p.para-agileits-w3layouts a:hover {
  color: #a5a3a3 !important;
}

h4.contact-title,
h2.contact-title {
  letter-spacing: 1px;
  font-size: 36px;
}

p.conta-para-style {
  border-left: 2px solid #42a5f5 !important;
  color: #dcdcdc;
}

/* subscribe */

.subscribe-w3ls h6 {
  font-size: 22px;
  letter-spacing: 1px;
}

.subscribe-w3ls input[type="email"] {
  width: 70%;
  float: left;
  padding: 14px;
  font-size: 15px;
  color: #fff;
  outline: none;
  background: rgba(255, 255, 255, 0.26);
  border: none;
  letter-spacing: 1px;
  border-radius: 0;
}

.subscribe-w3ls button[type="submit"] {
  font-size: 15px;
  outline: none;
  letter-spacing: 2px;
  padding: 14px 40px;
  border: none;
  background: #ffc107;
  border-radius: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.subscribe-w3ls button[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
subscribe */

p.para-agileits-w3layouts i {
  color: #ffc107;
}

.map iframe {
  outline: none;
  border: none;
  width: 80%;
  height: 420px;
}

.map {
  position: relative;
}

.conta-posi-w3ls {
  background: linear-gradient(to left, #ffc107, #ffc109);
  width: 50%;
  position: absolute;
  top: 40%;
  right: 4%;
}

.conta-posi-w3ls h5 {
  font-size: 38px;
  letter-spacing: 1px;
}

.conta-posi-w3ls p {
  color: #efefef;
}

/* copyright */

.copyright-agiles {
  background: rgba(0, 0, 0, 0.57);
  box-shadow: 2px 1px 2px 1px #f9f5f5;
}

p.copy-right-grids a {
  color: #ffc107;
}

p.copy-right-grids a:hover {
  color: #fff;
}
copyright */

footer
.social-icons-list {
  display: flex;
  justify-content: flex-end; /* Align icons to the right side of the container */
}

.social-icons-list li {
  list-style: none;
  margin-right: 10px; /* Adjust the spacing between icons as needed */
}

/* online page */
.banner-agile-2 {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
  min-height: 360px;
}

.banner-2-w3ls {
  padding-top: 7em;
}

.breadcrumb {
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.12);
  margin: 0;
}

li.breadcrumb-item a {
  color: #ffc107;
}

.w3ls-cource-first {
  background: #f9f9f9;
  box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.15);
}

.w3ls-cource-second ul li i {
  color: #ffc107;
}
.w3ls-cource-first ul li i {
  color: #f76565;
}

.w3ls-cource-first {
  border-top: 5px solid #f76565;
}
.w3ls-cource-second {
  border-top: 5px solid #ffc107;
}

.agile-course-main-2 {
  margin-left: -em;
}

.cource-list-agile {
  position: relative;
}

.buttons-w3ls {
  left: 26%;
}

.buttons-w3ls,
.buttons-w3ls-2 {
  position: static;
  bottom: -6%;
}

.buttons-w3ls a,
.buttons-w3ls-2 a {
  font-size: 15px;
  border-radius: 0;
  letter-spacing: 1px;
  padding: 10px 20px;
}

.buttons-w3ls a.button-cour-w3ls,
.buttons-w3ls-2 a.button-cour-w3ls {
  background: #ffc107;
}

.agile-course-main-3 {
  margin-right: -5em;
  z-index: 99;
}

.buttons-w3ls-2 {
  right: 32%;
}

.cource-list-agile:nth-child(3) .w3ls-cource-second {
  border-top: 5px solid #ffc107;
}
.cource-list-agile:nth-child(3) .w3ls-cource-first {
  border-top: 5px solid#f76565;
}
.cource-list-agile:nth-child(3) .w3ls-cource-first ul li i {
  color: #f76565;
}

.cource-list-agile-2 {
  margin: 5em 0;
  text-align: right;
}

.imgg-fluid {
  max-width: 200px;
  height: auto;
  margin-bottom: 5px;
}


@media  screen and (min-width: 992px) {
    

    .agile-course-main-2 {
      margin-left: -5em;
    }

    .imgg-fluid {
      max-width: 500px;
      height: auto;
    }
}

/* .menu-button:hover {
  background-color: #333;
  color: white;
}

.dropdown {
  display: none;
  position: absolute;
}

.menu-button:hover + .dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 40px; /* Adjust the top position according to your design */
/* left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-link:hover {
  background-color: #eee;
  color: black;
  border-radius: 5px;
}  */

/* contact */
.contact {
  background-image: url("img/contact.jpg");
}

/* search dropdown header */
/* YourComponent.css */

.navigation-bar {
  width: 200px; /* Set your desired width */
  overflow-x: hidden; /* Hide horizontal overflow */
  overflow-y: auto; /* Enable vertical scroll */
}

.scrollable-links {
  display: flex;
  flex-direction: column;
}

.scrollable-links a {
  padding: 10px;
  text-decoration: none;
  color: #000; /* Set your desired text color */
  border-bottom: 1px solid #ccc; /* Add a border between links */
}

.scrollable-links a:hover {
  background-color: #f0f0f0; /* Set the background color on hover */
}

.demo-option-wrapper {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 55px;
}

.demo-option-wrapper .demo-panel-header {
  padding: 40px 30px 30px;
  text-align: center;
}

.demo-option-container {
  position: fixed;
  top: 0;
  left: 100%;
  background: #fff;
  height: 100%;
  width: 350px;
  max-width: calc(100% - 45px);
  z-index: 100000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.demo-option-container.open {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}

.demo-quick-option-list {
  padding: 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.demo-quick-option-list a img {
  border-radius: 5px;
}

.demo-quick-option-list a:hover img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.aeroland__toolbar .inner a {
  margin-top: 126px;
  display: block;
  width: 47px;
  height: 56px;
  line-height: 44px;
  color: #222;
  font-size: 20px;
  font-weight: 600;
  transform: rotate(-90deg);
  display: block;
  white-space: nowrap;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.aeroland__toolbar .inner {
  position: absolute;
  top: 200px;
  right: 100%;
  display: block;
  width: 39px;
  height: 40px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: #ffc107 !important;
  color: #000000;

  height: 150px;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}
/* .aeroland__toolbar .inner {
    position: absolute;
    top: 200px;
    right: 100%;
    display: block;
    width: 40px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.aeroland__toolbar .inner a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
} */
.business-solution-form-wrap {
  max-width: 400px;
  margin-left: auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 42px 30px 51px;
  border-radius: 5px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .business-solution-form-wrap {
    margin: auto;
  }
}
.service-hero-text .service-solution-form-wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.service-hero-text .service-solution-form-wrap select {
  border-color: #ec8437;
  background-color: #ec8437;
  background-image: url("../images/icons/hero-selector-icon.png");
  color: #fff;
  font-weight: 500;
  padding: 3px 30px;
  height: 60px;
}

.service-hero-text .service-solution-form-wrap select:focus {
  background: #ec8437 url("../images/icons/hero-selector-icon.png") no-repeat
    center right 20px !important;
}

.contact-title .sub-title {
  font-size: 18px;
}

.contact-input {
  margin: 0 -10px;
}

.contact-input .contact-inner {
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
  width: 50%;
}

@media only screen and (max-width: 575px) {
  .contact-input .contact-inner {
    width: 100%;
  }
}

.contact-inner {
  margin: 0 0 20px;
}

.contact-inner input,
.contact-inner textarea {
  width: 100%;
  color: #000;
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  border: none;
  width: 100%;
  outline: none;
  border: 1px solid #eee;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 5px;
  padding: 3px 20px;
  height: 56px;
}

.contact-inner textarea {
  height: 150px;
  padding: 15px;
}

.contact-inner select {
  color: #777;
}

.infotechno-contact-us-bg {
  background-color: #eff2f6;
  background-image: url(../images/bg/home-infotechno-contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .conact-us-wrap-one {
    margin-bottom: 30px;
  }
}

.conact-us-wrap-one .heading {
  position: relative;
  padding-left: 34px;
  font-weight: 600;
  line-height: 1.4;
}

.conact-us-wrap-one .heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 94%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d2a98e;
}

.conact-us-wrap-one .sub-heading {
  margin-top: 15px;
  font-size: 18px;
  margin-left: 34px;
  color: #696969;
}

.contact-info-one .icon,
.contact-info-two .icon,
.contact-info-three .icon {
  font-size: 40px;
  color: #ec8437;
}

.contact-info-one .heading,
.contact-info-two .heading,
.contact-info-three .heading {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}

.contact-info-one .call-us,
.contact-info-two .call-us,
.contact-info-three .call-us {
  line-height: 1.17;
  color: #002fa6;
  position: relative;
  display: inline-block;
}

.contact-info-one .call-us::before,
.contact-info-two .call-us::before,
.contact-info-three .call-us::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.contact-info-one .call-us:hover,
.contact-info-two .call-us:hover,
.contact-info-three .call-us:hover {
  color: #002fa6;
}

.contact-info-one .call-us:hover::before,
.contact-info-two .call-us:hover::before,
.contact-info-three .call-us:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.contact-info-one .call-us a:hover,
.contact-info-two .call-us a:hover,
.contact-info-three .call-us a:hover {
  color: #002fa6;
}

.contact-info-one .btn--secondary,
.contact-info-two .btn--secondary,
.contact-info-three .btn--secondary {
  min-width: 230px;
}

.contact-info-one .btn--secondary:hover,
.contact-info-two .btn--secondary:hover,
.contact-info-three .btn--secondary:hover {
  background: #ec8437;
}

.contact-info-two .icon {
  color: #fff;
}

.contact-info-two .heading {
  color: rgba(255, 255, 255, 0.8);
}

.contact-info-two .call-us {
  color: #d2a98e;
}

.contact-info-two .call-us:hover {
  color: #d2a98e;
}

.contact-info-two .call-us a:hover {
  color: #d2a98e;
}

.contact-info-two .btn--secondary {
  background: #ffffff;
}
.contact-form__two input[type="text"]:focus,
.contact-form__two input[type="email"]:focus,
.contact-form__two input[type="url"]:focus,
.contact-form__two input[type="password"]:focus,
.contact-form__two input[type="search"]:focus,
.contact-form__two input[type="number"]:focus,
.contact-form__two input[type="tel"]:focus,
.contact-form__two input[type="range"]:focus,
.contact-form__two input[type="date"]:focus,
.contact-form__two input[type="month"]:focus,
.contact-form__two input[type="week"]:focus,
.contact-form__two input[type="time"]:focus,
.contact-form__two input[type="datetime"]:focus,
.contact-form__two input[type="datetime-local"]:focus,
.contact-form__two input[type="color"]:focus,
.contact-form__two textarea:focus,
.contact-form__two select:focus,
.contact-form__two select:focus,
.contact-form__two textarea:focus {
  color: #222;
  border-color: transparent;
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.contact-form__two select:focus {
  background: #fff url("../images/icons/selector-icon.png") no-repeat center
    right 20px !important;
}

.appointment-contact-bg {
  background: url(../images/bg/home-appointment-contact-bg-image.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.service-contact-bg {
  background-color: #002fa6;
  background-image: url(../images/bg/mitech-home-services-contact-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.processing-contact-us-bg {
  background-color: #002fa6;
  background-image: url(../images/bg/mitech-processing-contact-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.page-oppen-off-sidebar {
  right: 0;
}

.page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 400px;
  float: right;
  background: #ffffff;
}

@media only screen and (max-width: 479px) {
  .page-oppen-off-sidebar__inner {
    width: 300px;
  }
}

.page-oppen-off-sidebar.active .page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.page-oppen-off-sidebar__header {
  background: #ffffff;
  padding: 15px 35px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item .icon {
  color: #6d70a6;
  min-width: calc(1em + 18px);
  font-size: 16px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item a:hover {
  color: #38cb89;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list {
  overflow: hidden;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li {
  width: 50%;
  float: left;
  margin-bottom: 8px;
}

.page-oppen-off-sidebar
  .off-sidebar-contact-info
  .off-sidebar-widget__list
  li
  a {
  line-height: 17px;
}
.comment-list .children li + li {
  margin-top: 35px;
}

.comment-list .comment-actions {
  margin-top: 16px;
  margin-top: 16px;
  color: #ababab;
}

.comment-list .comment-actions .comment-datetime {
  display: inline-block;
  margin-right: 10px;
}

.comment-list .comment-actions .comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.comment-submit-btn .ht-btn {
  padding: 0 54px;
}

.post-feature-details.post-quote {
  position: relative;
  padding: 48px 40px;
  background: #5945e6;
  text-align: center;
}
.post-feature-details.post-link a {
  color: #38cb89;
  word-wrap: anywhere;
  font-weight: 400;
}

.post-feature-details.post-link::before {
  display: none;
}

.peatures_image-wrap {
  margin-right: -168px !important;
  margin-left: 80px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .peatures_image-wrap {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .peatures_image-wrap {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .peatures_image-wrap {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .peatures_image-wrap {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list {
  overflow: hidden;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li {
  width: 50%;
  float: left;
  margin-bottom: 8px;
}

.page-oppen-off-sidebar
  .off-sidebar-contact-info
  .off-sidebar-widget__list
  li
  a {
  line-height: 17px;
}
/*===== End of Header ======*/ .preview-header-inner.is-sticky {
  padding: 0px 0;
}

.preview-header-inner.is-sticky .header__navigation.preview-menu ul > li > a {
  color: #333;
}

.preview-header-inner.is-sticky .header__actions--preview .ht-btn {
  background: transparent;
  border: 1px solid #ec8437;
  color: #ec8437;
  line-height: 42px;
  height: 43px;
}

.preview-header-inner .header__actions--preview .ht-btn {
  background: #ec8437;
  border: 1px solid #ec8437;
  color: #ffffff;
}

.preview-header-inner .header__actions--preview .ht-btn:hover {
  background: #ffffff;
  color: #ec8437;
}

.ht-btn.ht-btn-md {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 54px;
  height: 54px;
}
.ht-btn {
  font-size: 15px;
  font-weight: 500;
  border-style: solid;
  border-radius: 5px;
  border-color: transparent;
  padding: 0 36px;
  text-align: center;
  color: #ffffff;
  background: #37355e;
  border-width: 1px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.contact-inner {
  margin: 0 0 20px;
  & input,
  textarea {
    width: 100%;
    color: #000;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    border: none;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 5px;
    padding: 3px 20px;
    height: 56px;
  }
  & textarea {
    height: 100px;
    padding: 15px;
  }
  & select {
    color: #777;
  }
}
select {
  padding: 3px 20px;
  height: 56px;
  width: 100%;
  outline: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: #f8f8f8 url("../images/icons/selector-icon.png") no-repeat center
    right 20px;
  background-color: rgb(248, 248, 248);
  -moz-appearance: none;

  background: "#f8f8f8 url('../images/icons/selector-icon.png') no-repeat center right 20px";
}
.fixed-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

/* marquee */
.vertical_scroll_cards-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 350px;
  margin-top: 63px;
  margin-left: 60px;
  /* border: black 2px solid; */
}

.vertical_scroll_card {
  /* width: 450px; */
  background-color: #fff;
  /* border: 1px solid; */
  margin: 10px;
  overflow: hidden;
  position: relative;
  height: 250px;
  box-shadow: 0 0.5rem 1rem -0.25rem hsl(0deg 0% 84.41%);
  animation: cardAnimation 5s linear infinite;
}

.vertical_scroll_card:hover {
  animation-play-state: paused;
}

.vertical_scroll_content {
  padding: 2px;
  box-sizing: border-box;
}

.developer_heading {
  margin-bottom: 4px;
  color: #333;
}

.developer_heading {
  color: #666;
}


.mobile-page-heading{
  color: #fff;
  margin-top: 100px;
}

.mobile-page-paragraph{
  color: #fff;
}

.responsive_course_content{
  font-Size: 30px;
  color: #ffc107;
  margin-Left: 200px;
}

@keyframes cardAnimation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100px));
  }
}


@media  screen and (min-width: 992px) {
  .form-group{
    margin-Left: 20px;
    margin-Top: 10px;
  }

  .responsive_introduction_container{
    text-Align: left;
    margin-Left: 200px;
    color: black;
    margin-Top: 10px;
  }

  .responsive_introduction_button{
    background-Color: #ffc107;
    width: 30%;
    border-Radius: 1em;
    margin-Left: 100px;
    margin: 10px auto;
    color: black;
  }

  .responsive_courese_image_container{
    flex: 1;
    margin-Left: 20px; 
    margin-Top: 165px;
  }

  .responsive_course_image{
    width: 100%; 
    margin-Left: -80px; 
    height: 400px;
  }

  
  .heading_course_content{
    color: #1e293b;
    font-family: "Bree Serif";
    font-size: 40px;
    margin-top: 64px;
    margin-bottom: 48px
  }

  .responsive_banner_courses{
    background-Color: #302500;
     height: 600px;
  }

  .responsive_course_image_mobile_view{
    display: none;
  }
}



@media screen and (max-width: 576px) {
    .vertical_scroll_cards-container{
      margin-left: 0px;
    }

    .mobile-page-heading{
      color: #fff;
      margin-top: 10px;
    }

    .mobile-page-paragraph{
      color: #fff;
    }

    .form-group{
      margin-Left: 15px;
      margin-Top: 7px;
      margin-bottom: 10px;
    }
    
    .easy_to_learn{
      margin-left: 100px;
    }
    .responsive_course_content{
      font-Size: 25px;
      color: #ffc107;
      margin-Left: 90px;
    }

    .responsive_introduction_container{
      text-Align: left;
      margin-Left: 40px;
      color: black;
      margin-Top: 10px;
    }

    .responsive_introduction_button{
      background-Color: #ffc107;
      width: 80%;
      border-Radius: 1em;
      margin: 10px auto;
      color: black;
    }

    .responsive_introduction_container_second{
      text-Align: left;
      margin-Left: 10px;
      color: black;
    }

    .responsive_introduction_button_second{
      background-Color: #ffc107;
      width: 120px;
      border-Radius: 1em;
      margin: 10px auto;
      color: black;
    }

    .responsive_courese_image_container{
      display: none;
      flex: 1;
      margin-Left: 0px; 
      margin-Top: 85px;
    }

    .responsive_course_image{
      display: none;
      width: 100%; 
      margin-Left: 0px; 
      height: 200px;
    }

    .heading_course_content{
      color: #1e293b;
      font-family: "Bree Serif";
      font-size: 40px;
      margin-top: 0px;
      margin-bottom: 30px
    }
    
    .responsive_banner_courses{
      background-Color: #302500;
      height: 660px;
    }



    .responsive_course_image_mobile_view{
      width: 300px; 
      margin-left: 40px; 
      height: 150px;
    }

   
   
}