#bg-orange {
  background: #EBBA58;
}

.bg-orange {
  background: #EBBA58;
}

.bg-seaBlue {
  background: #5792ED;
}

.bg-green {
  background: #79C582;
}

#orange {
  color: #EBBA58;
}
.text-orange{
  color:#F2994A;
}
#bg-green {
  background: #79C582;
}

#bg-seaBlue {
  background: #5792ED;
}

#bg-deepBlue {
  background: #2B313D;
}

#bg-cream {
  background: #EBBA58;
}

#bg-peach {
  background: #E76B5A;
}

#bg-seaBlue {
  background: #5792ED;
}

#bg-Blue {
  background: #0D387A;
}

#bg-purple {
  background: #B965A4;
}

#bg-violet {
  background: #6525E4;
}

#bg-cream {
  background: #FAD181;
}

#bg-red {
  background: #DD2226;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 90%;
  color: #fff;
}

.sticky img {
  width: 60px;
  height: 60px;
}

.sticky p {
  font-size: 10px;
  margin-bottom: 2px;
  font-weight: bold;
  color: #FAD181;
}

.sticky i {
  font-size: 20px;
}

.sticky .toast-container {
  width: 300px;
}

.sticky .toast-body img {
  width: 190px;
  height: 190px;
}

.bg-gray {
  background: #616D74;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #2a2935;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

img:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: ease-out all 0.3s;
}

nav {
  background-color: #2a2935;
}

nav ul li {
  font-weight: 500;
  font-size: 15px;
}

nav .navbar-brand img {
  width: 100%;
  height: 35px;
}

.offcanvas .offcanvas-body .navbar-nav li a:hover {
  color: #EBBA58;
}

.navbar .active a, .nav a:focus {
  color: #EBBA58 !important;
  background-color: transparent !important;
}

.offcanvas .offcanvas-body .navbar-nav li a:active {
  color: #EBBA58;
}

.offcanvas .offcanvas-body .navbar-nav li a:focus {
  color: #EBBA58;
}

.offcanvas-body .navbar-nav {
  padding-left: 50px;
}

.offcanvas-body .nav-link:hover {
  color: #EBBA58;
}

.offcanvas-body button {
  border-radius: 10px;
  background: #F2994A;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.offcanvas-body button:hover {
  background: #6525E4;
  color: #ffffff;
  transition: ease-out all 0.3s;
}

section {
  scroll-snap-align: start;
}

.full-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
}

#headings {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.288);
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
  text-align: center;
}
#headings2{
  font-size: 70px;
  color: #ffffff;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
  text-align: center; 
}

#btn {
  border-radius: 10px;
  font-size: 15px;
  padding: 12px;
  font-weight: bolder;
}
.btn {
  border-radius: 10px;
  background: #F2994A;
  font-size: 15px;
  padding: 12px;
  font-weight: bolder;
}
h2 {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}

h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.panel {
  height: 100%;
  width: 100%;
}

#header {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 110px;
  padding-left: 30px;
  padding-right: 30px;
}

#header h1 {
  font-size: 45px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
}

#header p {
  font-size: 18px;
  font-size: bolder;
  padding: 0;
  margin: 0;
}

#header button {
  width: 100%;
  border-radius: 10px;
  background: #F2994A !important;
  padding: 12px 100px ;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

#header button:hover {
  background: #6525E4 !important;
  color: #ffffff;
  font-weight: bold;
  transition: ease-out all 0.5s;
}

#header button:focus {
  background: #fff;
  color: #000;
  transition: ease-out all 0.7s;
}

#header .btn1 {
  background: #5792ED;
  color: #fff;
}

#header .btn2 {
  background: #2B313D;
  color: #fff;
}

#header .floating img {
  padding-top: 100px;
  padding-bottom: 20px;
  width: 130px;
  height: auto;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
#header .dot{
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#header .swiper {
  width: 100%;
  height: 105vh;
}

#header #mobile-slide {
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

#header .mySwiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#header .swiper-slide img {
  width: 100%;
  padding-top: 20px;
  height: auto;
  object-fit: contain;
}

#header .swiper-slide .img2 img {
  margin-top: 15px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}

#background-wrap {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

/* KEYFRAMES */
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

/* ANIMATIONS */
.x1 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: -5%;
  top: 5%;
  background: #0D397A;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x2 {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
  -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  background: #E76B5A;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.x4 {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  background: #47995E;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x5 {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  background: #5792ED;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

/* OBJECTS */
.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px #EBBA58;
  -moz-box-shadow: 0 20px 30px #47995E, inset 0px 10px 30px 5px #47995E;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px white;
  height: 70px;
  position: absolute;
  width: 70px;
}

#story {
  padding-top: 10px;
  width: 100%;
  height: auto;
}

#story h2 {
  font-size: 50px;
  text-align: left;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: Bolder;
}
#story p{
  color:#ffffff;
  text-align: left;
  line-height: 30px;
}
/* #story .story-img {
  width: 150px;
  height: 150px;
  padding: 0;
  margin: 0;
} */

/* #story .story-img img {
  width: 120px;
  height: 120px;
  padding: 0;
  margin: 0;
} */

#story .sign {
  width: 110px;
  height: 70px;
}

#story .test {
  font-size: 14px;
  color: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  text-align: justify;
}

#story button {
  margin-top: -80px !important;
  width: 100%;
  border-radius: 10px;
  background: #F2994A !important;
  padding: 12px 62px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

#story button:hover {
  background: #6525E4 !important;
  color: #ffffff;
  font-weight: bold;
  transition: ease-out all 0.5s;
}

#story .mySwiper {
  width: 100%;
  height: 100vh;
}

#story .mySwiper .swiper-slide {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  text-align: justify;
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#testimonial {
  padding-top: 50px;
  width: 100%;
  height: auto;
  color: #ffffff;
}

.testimonial-mobile {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
}

#testimonial .btn {
  border-radius: 10px !important;
  background: #F2994A;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

#testimonial .btn:hover {
  background: #6525E4 !important;
  color: #ffffff;
  text-decoration: none;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  transition: all 0.6s ease-in-out;
}

#testimonial .mySwiper4 {
  width: 100%;
  height: 100vh;
}

#testimonial .mySwiper4 .swiper-slide {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  text-align: justify;
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#testimonial .mySwiper4 h4 {
  font-weight: 400;
}

#testimonial .testimonial-mobile h4 {
  font-weight: 400;
}

#testimonial .details span {
  font-weight: 900;
}

#testimonial .details .logo {
  width: 100px;
  height: auto;
}

#testimonial p {
  font-weight: 100;
}

.testimonial-section {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 0;
}

.testimonial-section img {
  width: 450px;
  height: 300px;
  object-fit: cover;
}

.testimonial-section .readyhubb {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

#how-we-work {
  width: 100%;
  height: auto;
}

#how-we-work #headings2{
  font-size: 70px;
  color: #ffffff;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
  text-align: center; 
}

/* #how-we-work img {
  width: 220px;
  height: auto;
} */

#how-we-work span {
  color: rgba(255, 255, 255, 0.288);
  display: block;
  font-size: 100px;
  font-weight: bolder;
  justify-content: center;
  align-items: center;
}

#how-we-work p {
  line-height: 30px;
  font-size:18px;
}

.workSection {
  padding-top: 120px;
}

.circle-ellipse{
  margin-top:-200px;
  margin-left:-40px;
  position:relative;
  z-index: -1;
}

.workStep {
  color: black;
  width: 100%;
  height: 100%;
}
.workStepDescription {
  background: #c4c4c4;
  padding: 20px;
  /* top: 100px; */
  border-radius: 10px !important;
  z-index: 1;
}
.workStepDescriptionNumber {
  font-family: 'Poppins';
  color: #353945;
  font-size: 128px !important;
  font-weight: bolder;
  margin-bottom: -30px;
  z-index: -1;
}
.workStepDescription h2 {
  color: black;
  font-size: 32px;
  font-weight: 700;
}
.workStepDescription p {
  color: black;
  font-size: 15px !important;
  font-weight: lighter;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 22px;
  /* max-height: 280px; */
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.workStep Button {
  width: 100%;
  border-radius: 10px;
  background: #F2994A !important;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.workStep button:hover {
  background: #6525E4 !important;
  color: #ffffff;
  font-weight: bold !important;
  transition: ease-out all 0.5s !important;
}

#step1 {
  background-color: #ebba58;
}

#step2 {
  background-color: #2a2935;
  color: #c4c4c4;
}

#step3 {
  background-color: #d4713d;
  color: #c4c4c4;
}

#how-we-work .numbers {
  border-right: 2px solid rgba(255, 255, 255, 0.288);
}

.work-section .swiper {
  width: 100%;
  height: 100%;
}

.work-section .btn {
  background: #2B313D;
  color: #ffffff;
}

.work-section .btn:hover {
  background: #6525E4 !important;
  color: #ffffff;
}

#how-we-work .work-section .swiper-slide {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  margin-bottom: 16px;
  width: 100%;
  height: 150px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#how-we-work .work-section .swiper-slide .test {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

#how-we-work .btn {
  width: 100%;
  border-radius: 10px;
  background: #F2994A !important;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#how-we-work .btn:hover{
  background: #6525E4 !important;
  color: #ffffff;
  font-weight: bold;
  transition: ease-out all 0.5s;
}

.modal {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}

.modal-content {
  border: 1px solid #D4713D;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #000;
  color: #fff;
}

.modal .modal-title {
  font-size: 30px;
  text-align: center;
}

.modal .form-label {
  margin-top: 20px;
}

.mode-new .modal-backdrop {
  background-color: #000;
  display: none;
}

.modal p {
  font-size: 15px;
  text-align: center;
}

.modal .modal-content .btn-add button {
  font-family: 'Bebas Neue Pro';
  border-radius: 6px;
  background: #D4713D;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.modal .btn-add button:hover {
  background: #6525E4 !important;
  color: #ffffff;
}

.modal i {
  font-size: 50px;
}

.file-upload {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-top: 2px;
  cursor: pointer;
}

.file input[type="file"] {
  cursor: pointer;
}

#clients {
  padding-top: 100px;
  padding-bottom: 50px;
  height: auto;
  color: #ffffff;
}

#clients .owl-carousel .client-img {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  background:#F2994A;
  justify-content: center;
  align-items: center;
}

#clients .owl-carousel .client-img img {
  width: 150px;
  height: auto;
  justify-content: center;
  text-align: center;
  filter: grayscale(1);
  padding: 15px;
}
#clients .owl-carousel .client-img img:hover {
  filter: grayscale(0);
  cursor:pointer;
}

/* projects */
#projects {
  padding-top: 100px;
  padding-bottom: 150px;
  height: auto;
  color: #ffffff;
}

#portfolio-section .headings2 {
  font-size: 35px;
  text-align: center;
}

#portfolio-section p {
  font-size: 15px;
  text-align: center;
}

#portfolio-section .pill {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  margin: 10px 0px 10px 0px;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.281);
}

#portfolio-section .portfolio-tabs .nav-pills {
  overflow: hidden;
  color: #fff;
}

#portfolio-section .portfolio-tabs .nav-pills .nav-link {
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  background: transparent;
  padding: 12px;
  /* font-weight: bold; */
}

#portfolio-section .portfolio-tabs .nav-pills a.active {
  border-bottom: 3px solid #EBBA58;
  color: #EBBA58;
  font-weight: 900;
}

#portfolio-section .portfolio-tabs .nav-pills a.focus {
  border-bottom: 3px solid #EBBA58;
  color: #EBBA58;
  font-weight: 900;
}

#portfolio-section .portfolio-tabs .nav-link:hover {
  color: #EBBA58;
  font-weight: bolder;
}

#portfolio-section .portfolio-tabs .nav-pills .nav-link.active {
  color: #EBBA58;
  background-color: transparent !important;
  font-weight: 900;
}

#portfolio-section .design .portfolio-img a img,
#portfolio-section .page .portfolio-img a img,
#portfolio-section .dashboard .portfolio-img a img,
#portfolio-section .graphic .portfolio-img a img {
  width: 100%;
  max-width:500px;
  max-height:500px;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 25px;
}

#portfolio-section #apps .portfolio-img img {
  width: 230px;
  height: 400px;
  margin-bottom: 25px;
}

#portfolio-section #logo .portfolio-img img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 25px;
}

.load button {
  border-radius: 10px !important;
  background: #F2994A;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.load button:hover {
  background: #6525E4 !important;
  color: #ffffff;
  font-weight: bold;
  transition: ease-out all 0.5s;
}

#more {
  display: none;
}

/* softwares */
#softwares {
  padding-top: 50px;
  padding-bottom: 150px;
}

#softwares p {
  font-size: 15px;
  color: #fff;
}

#softwares .card {
  background: transparent;
  text-decoration: none;
  color: #fff;
  /* border: 1px solid #fff; */
  border-radius: 10px;
}

#softwares .card-body {
  padding: 5px;
}

#softwares .card-body h3 {
  font-size: 20px;
  color: #EBBA58;
  font-weight: bold;
  margin-top: 10px;
}

#softwares .card-body p {
  font-size: 15px;
}

#softwares .card a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#softwares .card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

#softwares .card .btn {
  display: flex;
  justify-content: center;
  border-radius: 10px !important;
  background: #F2994A;
  margin-top: 10px;
  border: none;
}

#softwares .card .btn:hover {
  background: #6525E4 !important;
  color: #ffffff;
  text-decoration: none;
  transition: ease-out all 0.3s;
}

/* blog template */
.job-sections .side-img{
  padding: 0;
  margin: 0;
}
.job-sections .blog-btn{
  margin-top: 300px;
}
.gallery-section img{
width: 100%;
height: 100%;
}
/* End */
/* footer */
#footer {
  padding-top: 50px;
  height: auto;
  color: #ffffff;
  /* border-top-left-radius: 50px;
  border-top-right-radius: 50px; */
  /* background: #000000; */
  /* background: #2B313D; */
  background: #000000;
}

#footer h1 {
  font-weight: bold;
  font-size: 40px;
}
#footer h4 {
  font-weight: bold;
  font-size: 22px;
}
#footer p {
  font-size: 14px;
}
#footer .bottom-logo img {
  width: 150px;
  height: auto;
  border-radius: 6px;
}

#footer .social-icons ul li {
  display: inline-block;
  list-style-type: none;
  text-decoration: none;
}

#footer .social-icons img {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

#footer .social-icons img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: ease-out all 0.3s;
}
.copyright img {
  width: 200px;
  height: auto;
}

#footer .contact-info h5 i {
  /* border-radius: 50px; */
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  /* border: 2px solid #EBBA58; */
  padding: 8px;
}

#footer .contact-info h5 {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

#footer .contact-info h5 a {
  color: #ffffff;
  text-decoration: none;
}

#footer .contact-info a:hover {
  color: #EBBA58;
  text-decoration: none;
  transition: ease-out all 0.3s;
}

#footer .contact-info1 h5 i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  display: inline-block;
}

#footer .contact-info1 h5 {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

#footer .contact-info1 h5 a {
  color: #ffffff;
  text-decoration: none;
}

#footer .contact-info1 a:hover {
  color: #EBBA58;
  text-decoration: none;
  transition: ease-out all 0.3s;
}

#footer input {
  color: #fff;
}

#footer .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.899);
}

#footer .form-control:focus {
  background: transparent;
  border: none;
  color: #fff;
}

#footer ::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#footer .login-section .btn {
  background: #EBBA58;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}

#footer .login-section .btn:hover {
  color: #000;
  background: #fff;
}

/* Jobs-page */
#header.job-sections {
  overflow: hidden !important;
  margin: 0 !important;
  padding-top: 20px;
  padding-bottom: 100px;
  padding-left: 30px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
#header.job-sections h1{
  font-size: 60px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: bolder;
}

#header .job img {
  width: 100%;
  padding-top: 10px;
  height: 500px;
  object-fit: contain;
}
#header.job-sections #job-btn .btn1{
  border-radius: 10px !important;
  background: #F2994A;
  padding: 12px 62px!important;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

#header.job-sections #job-btn .btn1:hover{
  background: #6525E4 !important;
  color: #ffffff;
  transition: ease-out all 0.3s;
}

#header.job-sections .job .job-img1 {
  margin-top: 90px;
}
#header.job-sections .job .job-img2 {
  margin-top: 160px;
}

.file-upload .btn {
  border-radius: 10px;
  background: #F2994A !important;
  padding: 12px 40px !important;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.file-upload .btn:hover {
  background: #6525E4 !important;
  color: #ffffff;
  font-weight: bold;
  transition: ease-out all 0.5s;
}


#job-section .headings2 {
  font-size: 100px;
  text-align: center;
}
.job-sections h2.header2 {
  font-size: 36px !important;
}
.job-sections .blog-text {
  font-size: 18px !important;
  line-height: 35px;
}
.job-section ul li {
  line-height:30px;
}
#job-section .btn1 {
  background: #5792ED;
  color: #fff;
}
/* Accordion */
#faq .accordion .accordion-button{
  padding: 10px !important;
  border-bottom: 1px solid #fff !important;
  background:none !important;
  color:#fff !important;
  border-radius:0% !important;
}

.job-sections .accordion-item{
  padding: 10px;
  background:none !important;
  color:#fff !important;
  border-radius:0;
}
.job-sections .accordion .accordion-button{
  padding: 10px;
  border-bottom: 1px solid #fff;
  background:none !important;
  color:#fff;
  border-radius:0% !important;
}
.job-sections .accordion .accordion-button.collapsed:hover{
  background:none !important; 
  color:#fff !important;
}
.job-sections .accordion .accordion-button.collapsed:active{
  background:none !important;
  color:#fff !important;
}
.job-sections .accordion .accordion-button.collapsed:focus{
  background:none !important;
  color:#fff !important;
}
.job-sections .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.owl-carousel1 .owl-nav button{
  background:transparent !important;
}
.owl-carousel1 .owl-nav {
  /* width: 100px;
  height: auto; */
  color: #fff !important; 
  background:transparent !important;
  padding-left:90%;
}
#job-section .card .software-card-img{
  width:100px !important;
  height:100px !important;
  margin-bottom:20px;
}
#job-section .card img {
  width: 100%;
  height: 250px;
}
#job-section .card .card-text{
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px; /* fallback */
  max-height: 80px; /* fallback */
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}
#job-section .card .btn {
  width: 100%;
  border-radius: 10px;
  background: #F2994A;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

#job-section .card .btn:hover {
  background: #6525E4;
  color: #ffffff;
  transition: ease-out all 0.3s;
}

#header .job-header{
  background-image: url(../images/job-header.png);
  height: 600px;
   /* width: 100%; */
  /* height: 100%;  */
  -o-object-fit: contain;
  object-fit: contain;
  background-size: cover;
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
}


@media (max-width: 991px) {
  #header .mySwiper2 {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
  }
  #header #mobile-slide {
    visibility: visible;
    width: 100%;
    height: auto;
  }
  #header #mobile-slide img {
    width: 100%;
    padding-top: 20px;
    height: 400px;
    object-fit: contain;
  }
  #header.job-sections .job .job-img1 {
    margin-top:0px;
  }
  #header.job-sections .job .job-img2 {
    margin-top: 0px;
  }
  /* blog */
  .job-sections .blog-btn{
    margin-top: 0px;
  }
  .job-sections .side-img{
    display: none;visibility: hidden;
    padding: 0;
    margin: 0;
  }
  .job-sections h2.header2 {
    font-size: 20px !important;
  }
  .job-sections .blog-text {
    font-size: 14px !important;
    line-height: 25px;
  }
}

@media (max-width: 900px) {
  nav a.navbar-brand img {
    width: 80px;
    object-fit: contain;
    height: 20px;
  }
  .offcanvas {
    background: #2a2935;
  }
  .offcanvas .offcanvas-body ul li {
    color: #000;
    font-size: 12px;
  }
  .offcanvas-body .navbar-nav {
    padding-left: 0;
    margin: 0;
  }
  .offcanvas-body button {
    padding: 8px;
    font-size: 14px;
  }
  #header {
    padding-left: 5px;
    padding-right: 5px;
  }
  #header button{
    padding: 12px 30px !important;
    font-size:14px;
  }
  #header .btn{
    padding: 12px 30px !important;
    font-size:14px;
  }
  #header .floating img {
    padding-top: 45px;
  }
  #header .dot{
    visibility:hidden;
    margin: 0;
    padding: 0;
    display: none;
  }
  #header h1,
  #story h1 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
  }
  /* jobs */
  #header.job-sections {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 10px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
  #header.job-sections h1{
    font-size: 30px !important;
  }
  #header .job-header{
  padding: 0;
  margin: 0;
  visibility: hidden;
  display:none;
  }
  #job-section .headings2 {
    font-size: 30px;
    text-align: center;
  }
  #header.job-sections #job-btn .btn1{
    padding: 10px 10px !important;
    font-size: 12px;
  }
  /* .owl-carousel .owl-nav{
    color: #fff !important;
    display: flex; 
    justify-content:center;
    text-align: center;
    float: none;
  } */
  #btn {
    font-size: 12px;
  }
  #headings {
    font-size: 41px;
    color: rgba(255, 255, 255, 0.288);
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    text-align: center;
  }
  #headings2{
    font-size: 40px;
  }
  #header .btn1, #header .btn2 {
    font-size: 12px;
  }
  #home p {
    font-size: 12px;
  }
  #header .mySwiper2 {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
  }
  #header #mobile-slide {
    visibility: visible;
    width: 100%;
    height: auto;
  }
  #header #mobile-slide img {
    width: 100%;
    padding-top: 20px;
    height: 250px;
    object-fit: contain;
  }
  /* Jobs-page */
#header .job img {
  width: 100%;
  padding-top: 20px;
  height: 250px;
  object-fit: contain;
}
.file-upload .btn {
  padding: 12px 20px !important;
  font-size: 14px;
}
  #story .test {
    padding: 5px;
    font-size: 12px;
  }
  #story button {
    font-size: 12px;
  }
  #story .story-img {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  #testimonial .mySwiper4 {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
  }
  .testimonial-mobile {
    visibility: visible;
    width: 100%;
    height: 100%;
  }
  #testimonial .mySwiper4 .swiper-slide {
    padding: 15px;
  }
  #testimonial .mySwiper4 h2 {
    font-size: 17px;
  }
  #testimonial .mySwiper4 h4 {
    font-size: 15px;
  }
  #testimonial .bg-info {
    padding: 5px;
  }
  #testimonial .details {
    font-size: 15px;
  }
  .testimonial-section {
    display: flex;
    justify-content: center;
    width: 300px;
    height: 200px;
  }
  .testimonial-section img {
    width: 250px;
    height: 200px;
  }
  .testimonial-section .readyhubb {
    width: 250px;
    height: 200px;
  }
  #how-we-work .circle-ellipse {
    width: 0;
    height: 0;
    margin: 0;
  }

  #how-we-work #headings2{
    font-size: 30px;
  }
  #how-we-work p{
    font-size: 15px;
  }
  #how-we-work span {
    font-size: 40px;
  }
  #how-we-work .work-section .swiper-slide .test h5 {
    font-size: 14px;
  }
  #how-we-work #numbers {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .workStepDescriptionNumber {
    font-size: 80px !important;
    margin-bottom: -11px;
  }

  #projects h2 {
    font-weight: bolder;
    font-size: 30px;
    text-align: center;
  }
  .load button {
    font-size: 14px;
  }
  /* portfolio */
  #portfolio-section .headings2 {
    font-size: 20px;
  }
  #portfolio-section p {
    font-size: 15px;
  }
  #portfolio-section .pill {
    color: #fff;
    justify-content: start;
    padding: 0;
    margin: 0;
  }
  #portfolio-section .portfolio-tabs .nav-pills .nav-link {
    font-size: 12px;
    padding: 4px;
    justify-content: start;
  }
  #portfolio-section .design .portfolio-img img,
  #portfolio-section .page .portfolio-img img,
  #portfolio-section .logo .portfolio-img img,
  #portfolio-section .graphic .portfolio-img img,
  #portfolio-section .dashboard .portfolio-img img,
  #portfolio-section .apps .portfolio-img img {
    object-fit: contain;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
  }
  #softwares p {
    font-size: 12px;
  }
  #softwares .card-body h3 {
    font-size: 20px;
  }
  #footer h1 {
    font-size: 30px;
  }
  #footer .bottom-logo img {
    bottom: 0;
    width: 100px;
    height: auto;
    padding-left: 20px;
  }
  #footer .copyright img {
    width: 100px;
    height: auto;
  }
  #footer .login-section .btn {
    margin-bottom: 12px;
  }
  #footer .social-icons {
    margin-left: 0;
  }
  #footer .contact-info h5 {
    font-size: 14px;
  }
  #footer .social-icons i {
    font-size: 16px;
  }
  .sticky {
    top: 90%;
  }
  .sticky img {
    object-fit: contain;
    width: 50px;
    height: 50px;
  }
  .sticky p {
    font-size: 5px;
    color: #EBBA58;
  }
  .toast strong {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .offcanvas .offcanvas-body ul li {
    color: #000;
    font-size: 14px;
  }
  .owl-carousel1 .owl-nav {
    /* width: 100px;
    height: auto; */
    color: #fff !important; 
    background:transparent !important;
    padding-left:0%;
  }
  .owl-carousel1 .owl-nav img{
    width: 20px;
    height: 20px;
    display: flex;    
    justify-content:center;
  }
}
