.bg-purple {
  background-color: #7087FF !important;
  color: #FFFFFF !important;
}

.bg-green {
  background-color: #46BCAA !important;
  color: #FFFFFF !important;
}

.bg-yellow {
  background-color: #ECBF5D !important;
  color: #FFFFFF !important;
}

body {
  font-family: "Poppins", sans-serif;
  color: #24252C;
  line-height: 1.8em;
  font-size: 18px;
}

section {
  position: relative;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #24252C;
}

h1, h2, h3 {
  font-weight: 600;
  text-transform: capitalize;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 22px;
}

.title {
  text-align: center;
}

img {
  max-width: 100%;
  max-height: 600px;
}

.text-primary {
  color: #EB632B !important;
}

.btn {
  border-radius: 10px;
  padding: 10px 50px;
}

.btn-secondary {
  background: #24252C;
}

.btn-light {
  background-color: #FFFFFF;
  border: 1px solid rgba(36, 37, 44, 0.3607843137);
}

.btn-dark {
  background: #24252C;
}

.btn-light:hover {
  background: #24252C;
  color: #F5F5F5;
}

input, textarea {
  border: 0 !important;
  background-color: #F5F5F5 !important;
}

.box {
  border-radius: 15px;
  background: #FFFFFF;
  box-shadow: 9px 15px 67px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: inline-block;
  max-width: 90%;
  min-width: 200px;
  transition: 0.3s;
  position: relative;
}

.box:hover {
  box-shadow: 9px 15px 67px 0px rgba(0, 0, 0, 0.3);
}

.box.right-top img {
  position: absolute;
  right: -50px;
  top: -30px;
  width: 200px;
}

.box.left-top img {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 200px;
}

.floating {
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  /* Multiple animations */
}

.pic-1 {
  animation-delay: 0.5s, 1s;
}

.pic-2 {
  animation-delay: 0.8s, 200ms;
}

.pic-3 {
  animation-delay: 1.2s, 1.5s;
}

.pic-4 {
  animation-delay: 1.5s, 200ms;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes horizontal {
  0% {
    transform: translate(0px, 0);
  }
  50% {
    transform: translate(15px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
header::before, #about::before, #mobile::before, #head::before, #services::before, #history::before, #vision::before, #slider::before, #banner::before {
  animation-name: horizontal;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  /* Multiple animations */
}

header::before {
  animation-name: floating;
}

.space {
  height: 150px;
}

.f-24 {
  font-size: 24px;
}

.divider {
  height: 4px;
  max-width: 40%;
  background: linear-gradient(45deg, #FFFFFF, rgba(0, 0, 0, 0));
  border-radius: 24px;
  background: linear-gradient(162deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

header .navbar-brand {
  max-width: 200px;
}
header .nav-item {
  margin: auto 10px;
}
header .nav-link {
  border-bottom: 3px solid transparent;
  transition: all 0.6s;
}
header .nav-link:hover {
  border-bottom: 3px solid #EB632B;
}
header .navbar-nav .nav-link.active {
  border-bottom: 3px solid #EB632B;
}

.header::before {
  content: "";
  border-radius: 1170px;
  background-color: #DBF8F8;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -250px;
  left: -400px;
  right: 0;
  margin: auto;
}

#about::before {
  content: "";
  border-radius: 1170px;
  background-color: #DBF8F8;
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  position: absolute;
  bottom: 100px;
  left: -150px;
  margin-top: auto;
  background: #5958E9;
  filter: blur(150px);
}

#mobile::before {
  content: "";
  border-radius: 1170px;
  background-color: #DBF8F8;
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  position: absolute;
  bottom: 3px;
  left: -150px;
  margin-top: auto;
  background: #5958E9;
  filter: blur(150px);
}

#head::before {
  content: "";
  border-radius: 1170px;
  background-color: #DBF8F8;
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  position: absolute;
  bottom: 100px;
  left: -150px;
  margin-top: auto;
  background: #5958E9;
  filter: blur(150px);
}

#slider::before {
  content: "";
  border-radius: 1170px;
  background-color: #DBF8F8;
  width: 300px;
  height: 300px;
  position: absolute;
  right: -220px;
  margin: auto;
  top: 40%;
  background: #10b3b3;
  filter: blur(150px);
}

#banner::before {
  content: "";
  border-radius: 1170px;
  background-color: #DBF8F8;
  width: 300px;
  height: 300px;
  position: absolute;
  right: -220px;
  margin: auto;
  top: 40%;
  background: #10b3b3;
  filter: blur(150px);
}

#services::before {
  content: "";
  border-radius: 1170px;
  background-color: #F5E8E4;
  width: 300px;
  height: 300px;
  position: absolute;
  right: -220px;
  top: 40%;
  margin: auto;
}

#history::before {
  content: "";
  border-radius: 1170px;
  background: rgba(115, 113, 252, 0.09);
  width: 300px;
  height: 300px;
  position: absolute;
  left: -220px;
  margin: auto;
}

#vision::before {
  content: "";
  border-radius: 1170px;
  background: rgba(115, 113, 252, 0.09);
  width: 300px;
  height: 300px;
  position: absolute;
  left: -220px;
  margin: auto;
}

footer {
  background-color: #161616;
}
footer .logo {
  max-width: 200px;
}

.jinal {
  border-radius: 15px;
  background: #FFFFFF;
  box-shadow: 9px 15px 67px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: inline-block;
  max-width: 90%;
  min-width: 200px;
  transition: 0.3s;
  position: relative;
}

.footerh6 h6 {
  font-size: 20px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #EB632B !important;
  border-color: #EB632B !important;
}

.btn-primary {
  color: #fff;
  background-color: #EB632B !important;
  border-color: #EB632B !important;
}

.fa {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #FFFFFF;
  margin: 10px;
  border-radius: 3px;
}

.fa-facebook {
  background-color: #4267B2;
}

.fa-linkedin {
  background-color: #0E76A8;
}

.fa-instagram {
  background-color: #CD486B;
}

.fa-whatsapp {
  background-color: #25D366;
}

.fa-behance {
  background-color: #34B7F1;
}

.inputcolor {
  background-color: transparent !important;
  border: 1px solid white !important;
}

.contact_img {
  width: 55px;
  height: 55px;
}

.decimg {
  width: 70px;
  height: 70px;
  border-radius: 7px;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.paragraph p {
  text-align: justify;
}

.logoimg img {
  max-width: 200px !important;
}

.form-control:focus {
  box-shadow: none !important;
}

/** LIGHTBOX MARKUP **/
.lightbox {
  /* Default to hidden */
  display: none;
  /* Overlay entire screen */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* A bit of padding around image */
  padding: 1em;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;
  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.modal-content img {
  max-width: 100%;
  max-height: 100% !important;
}

.colordumy {
  background-color: #161616;
}

.border-rad {
  border-radius: 10px !important;
  box-shadow: 0 0 10px #CCC;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.reviewbox {
  border-radius: 15px;
  background: #FFFFFF;
  display: inline-block;
  max-width: 90%;
  min-width: 200px;
}

.photo {
  margin: 20% !important;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background-color: #333 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  font-size: 28px !important;
  transition: background-color 0.3s, color 0.3s !important;
}

/* Hover effect for the navigation buttons */
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: #555 !important;
  color: #fff !important;
}

.owl-nav button.owl-prev {
  position: absolute;
  top: 44%;
  left: -50px;
}

.owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: -40px;
}

.btnwidth {
  width: 150px;
}

.owl-item {
  padding: 5px !important;
}

/* ===================================
   Media Query Jinal
====================================== */
@media screen and (min-width: 1025px) {
  .teamimg img {
    max-width: 70% !important;
  }
}
@media screen and (max-width: 567px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .teamimg img {
    max-width: 50% !important;
  }
  .box {
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 9px 15px 67px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: inline-block;
    max-width: 100%;
    min-width: 140px;
    transition: 0.3s;
    position: relative;
  }
  .secoundbox .box {
    padding: 20px;
  }
  .box.left-top img {
    left: -25px !important;
    width: 150px !important;
  }
  .box.right-top img {
    position: absolute;
    right: -25px;
    width: 150px;
  }
  .btn {
    border-radius: 10px;
    padding: 10px 25px;
  }
  .centerimg {
    display: flex;
    justify-content: center;
  }
  .centerimg img {
    max-width: 70% !important;
  }
  .reviewbox img {
    max-width: 40% !important;
  }
  .space {
    height: 106px;
  }
  .paragraph p {
    text-align: center;
  }
  .regbox {
    padding: 15px;
  }
  .footer h2 {
    font-size: 30px;
  }
  .footer h6 {
    font-size: 13px;
  }
  .footer .logo {
    max-width: 160px;
  }
  .fa {
    margin: 0 7px 5px 0;
  }
  .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: 2%;
  }
  .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: 2%;
  }
  .logoimg img {
    max-width: 120px !important;
  }
}
@media (min-width: 375px) and (max-width: 576px) {
  .box {
    max-width: 100% !important;
  }
  .reviewbox img {
    max-width: 60% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .reviewbox img {
    max-width: 70% !important;
  }
}
@media screen and (max-width: 340px) {
  .btn {
    border-radius: 10px;
    padding: 10px 20px;
  }
}