@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap");

/* Hide scrollbar for Chrome, Safari and Opera */
::selection {
  color: #fff;
  background: #45b649;
}

h1 {
  font-size: 1.5rem !important;
}
::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.homepage::-webkit-scrollbar {
  width: 1;
  background: transparent;
}
/* Loader animation */
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}
.js #loader {
  display: none;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: center no-repeat #f0f0f0;
  background-image: url(images/logo.png);
  display: none;
}

ol,
ul {
  padding-left: 0 !important;
}

:root {
  --bg-color: #272626;
  --heading-color: #ffffff;
}

.dark-theme {
  --bg-color: #f0f0f0;
  --heading-color: #292922;
}
body {
  background-color: var(--bg-color);
  color: var(--heading-color);
  font-family: "Raleway", sans-serif;
}
.intro-screen img {
  position: fixed;
  width: 10%;
  left: 45%;
  top: 45%;
}
.splash {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(247, 247, 247);
  line-height: 90vh;
  z-index: 200;
}
.splash.display-none {
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(247, 247, 247);
  line-height: 90vh;
  z-index: -10;
  transition: all 0.5s ease-in;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
}
/* Section-1 */
.homepage {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .homepage {
    max-width: 100%;
  }
}
.w1 {
  position: relative;
  width: 1440px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 768px) {
  .w1 {
    max-width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: unset;
  width: 15%;
  height: 80vh;
  z-index: 1;
  /* display: table-cell;
  align-items: center;
  justify-content: space-between; */
  /* background-color: #0fff37; */
  /* background-repeat: repeat; */
}
ul {
  display: flex;
  position: absolute;
  top: 45%;
  left: -40px;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
}
@media (max-width: 767px) {
  .form-field.col.x-50 {
    width: 100% !important;
  }
  div.services-container {
    padding-left: 1.2em !important;
  }
  section#portfolio\ portfolio-height {
    height: 9800px !important;
  }
  img.mobile-img {
    left: 0px !important;
  }
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {
    opacity: 1;
  }
  /* ul {
    display: none;
  } */
}

ul li {
  list-style: none;
}

ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 75px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotate(90deg);
}

ul li a .icon {
  position: relative;
  color: var(--heading-color);
  font-size: 0.63em;
  top: -25px;
  transition: 0.5s;
  z-index: 3;
}

ul li a:hover .icon {
  color: #fff;
  /* transform: rotateY(360deg); */
}

ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}

ul li a:hover:before {
  top: 0;
}

ul li:nth-child(1) a:before {
  background: #45b649;
}

ul li:nth-child(2) a:before {
  background: #45b649;
}

ul li:nth-child(3) a:before {
  background: #45b649;
}

ul li:nth-child(4) a:before {
  background: #45b649;
}
img {
  width: 75px;
  position: absolute;
  top: 25px;
  left: 1pc;
}
.shopify {
  position: relative;
  top: -10px;
  left: 75px;
  width: 10pc;
}
@media (max-width: 768px) {
  .shopify {
    top: -78px;
    left: 70px;
  }
}
.mail {
  position: absolute;
  bottom: 0;
  left: -2pc;
  font-family: "Raleway", sans-serif;
  display: block;
  transform: rotate(-90deg);
  color: var(--heading-color);
  text-decoration: none;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  section#portfolio\ portfolio-height {
    height: 9800px !important;
  }
  .card-services {
    margin-left: 0 !important;
  }
  .our-services div.col-md-4 {
    width: 100% !important;
  }
  section.our-services div.services-container {
    padding-left: 1.3em !important;
  }
  .our-services {
    margin-bottom: 2rem !important;
  }

  #get-in-touch div.container.contactUs {
    padding-top: 0 !important;
    padding-left: 1em !important;
  }
  div.services-heading {
    font-size: 3rem !important;
  }
  .g-recaptcha,
  .form-text {
    padding: 0 !important;
  }
  .contactUsHeading {
    padding: 0 10px !important;
  }

  form.contact-form.row {
    padding: 0 20px !important;
  }
  .our-services .col-md-4 {
    width: 100% !important;
  }
  .container.services-container {
    width: auto !important;
  }
  h1.intro-text {
    font-size: 34px !important;
  }
  .row .col {
    padding: 0 !important;
  }
  .header {
    display: flex;
    top: 0pc;
    position: absolute;
    left: 0;
  }
  /* .mail {
    display: none;
  } */
  img {
    position: relative;
    display: flex;
    left: 10px;
    top: 15px;
  }
  #icon {
    top: 0 !important;
    left: -1pc;
  }
  #icon:hover {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  /* .header {
    left: 50px;
  } */
}
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}
.theme-switch {
  display: inline-block;
  position: absolute;
  width: 32px;
  right: 0;
  top: 0;
  padding-top: 1.5rem;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .theme-switch {
    right: 10px;
    padding-top: 1.5rem;
    z-index: 1;
  }
  /* section#portfolio {
    height: 9850px !important;
} */
  img.mobile-img {
    left: 0 !important;
  }
}
.theme-switch input {
  display: none;
}
.toggler {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.toggler:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked + .toggler {
  background-color: #66bb6a;
}

input:checked + .toggler:before {
  transform: translateX(26px);
}

.toggler.round {
  border-radius: 34px;
}
.toggler.round:before {
  border-radius: 50%;
}
/* Darkmode Icon */
#icon {
  position: relative;
  top: 0pc;
  left: 0pc;
  width: 35px;
  cursor: pointer;
  /* animation: rotate 10s 0s linear infinite; */
  /* animation: blinkingbox 1s infinite; */
}
#icon:hover {
  opacity: 0.7;
}

.intro {
  color: var(--heading-color);
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 900px;
}
/* @media (min-width: 800px) {
  .intro {
  width: 100%;
  }
} */
@media (max-width: 768px) {
  .intro {
    width: unset;
    padding-top: 5rem;
  }
  .intro-banner {
    margin-left: 1rem !important;
  }
  .portfolio-content {
    padding-top: 0 !important;
  }
}
/* .portfolio-content{
  padding-top: 5rem;
} */
.intro-banner {
  position: relative;
  height: 430px;
  margin-left: 2rem;
}
.intro-banner::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -15px;
  right: 0;
  height: 2px;
  background-color: var(--heading-color);
}
a span::before {
  color: var(--heading-color);
}

a span::after {
  content: "_";
  color: #292922;
  animation: blinkingbox 1s infinite;
}

@keyframes blinkingbox {
  0% {
    color: var(--heading-color);
  }
  50% {
    color: #f0f0f0;
  }
}
/* .intro-text span:before{
  content: '';
  animation: animate infinite 10s;
  background: -webkit-linear-gradient(#3a9ebc, #33b73c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes animate{
  0%{
    content: 'Web App' ;
  }
  20%{
    content: 'Branding';
  }
  40%{
    content: 'Development';
  }
  60%{
    content: 'Marketing';
  }
  80%{
    content: 'Mobile App';
  }
  100%{
    content: 'Graphic Design';
  }
} */

.text_1 {
  animation: text1;
}

.text_2 {
  animation: text2;
}

.text_1,
.text_2 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation-duration: 20s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
  color: #45b649;
}

.text_1::after,
.text_2::after {
  content: "|";
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}

@keyframes text2 {
  0%,
  50%,
  100% {
    width: 0;
  }

  60%,
  90% {
    width: 10em;
  }
}

@keyframes text1 {
  0%,
  50%,
  100% {
    width: 0;
  }
  10%,
  40% {
    width: 6em;
  }
}

@keyframes caret {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .intro-banner::before {
    top: 18pc;
    max-width: 85%;
    left: 1pc;
  }
}
.intro-banner::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: -15px;
  width: 30px;
  height: 4px;
  background-color: #32a845;
}
@media (max-width: 767px) {
  .intro-banner::after {
    visibility: visible;
    top: 18pc;
    left: 1pc;
  }
  img.mobile-img {
    left: unset !important;
  }
}
.intro-banner h1 {
  font-family: "Raleway", sans-serif;
  position: relative;
  font-size: 55px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.2;
  z-index: 1;
}
@media (max-width: 768px) {
  .intro-banner h1 {
    font-size: 34px !important;
    max-width: 500px;
  }
}

.intro-banner button {
  color: var(--heading-color);
  position: absolute;
  top: 17pc;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  padding: 5px 17px 5px 12px;
  font-weight: 700px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  transition: all 1s;
  font-size: 14px;
}
.intro-banner button:hover,
.intro-banner button:focus {
  /* background-color: #45b649;
  box-shadow: 0 0 50px #45b649, 0 0 25px #45b649, 0 0 50px #45b649, 0 0 200px #45b649; */
  /* box-shadow: 10px 10px 0px #8dec90; */
  top: 17pc;
  left: -5px;
  animation: none;
  cursor: pointer;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .intro-banner button {
    top: 23pc !important;
  }
  .intro-banner button:hover,
  .intro-banner button:focus {
    animation: none;
    cursor: pointer;
    transform: none !important;
  }
  .intro-banner button:hover,
  .intro-banner button:focus {
    /* background-color: #45b649;
  box-shadow: 0 0 50px #45b649, 0 0 25px #45b649, 0 0 50px #45b649, 0 0 200px #45b649; */
    box-shadow: none !important;
    /* top: 17pc;
  left: -5px;
  animation: none;
  cursor: pointer;
  transform: scale(1.1); */
  }
}
.intro-banner button .btn-background {
  position: absolute;
  top: 0;
  left: 23px;
  right: 0;
  height: 100%;
  background-color: #45b649;
  z-index: -1;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  /* animation: blink 2.7s linear infinite; */
}

.intro-banner button:hover .btn-background {
  left: 0;
  animation: none;
}

.intro-banner button:focus {
  outline: none;
}
.intro-banner button svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: var(--heading-color);
}
.intro-banner button .btn-background {
  position: absolute;
  top: 0;
  left: 23px;
  right: 0;
  height: 100%;
  background-color: #45b649;
  z-index: -1;
  transition: left 0.2s ease-in-out;
}
svg:not(:root) {
  overflow: hidden;
}

@media (min-width: 768px) {
  .lemon-svg {
    position: absolute;
    bottom: -100px;
    right: -90px;
    width: 50vw;
    max-width: 683px;
  }
}
@media (max-width: 768px) {
  .lemon-svg {
    left: 0;
    position: absolute;
    top: 0;
    transform: none !important;
  }
}
#text_ellipse_2 {
  position: absolute;
  margin-top: -5pc;
  margin-left: -7pc;
  font-family: "Raleway", sans-serif;
  display: none;
  width: 75px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: none;
}
#Ellipse_2:hover {
  fill: rgba(253, 253, 253, 0.5);
  filter: drop-shadow(6px 6px rgba(253, 253, 253, 0.4)) blur(2px);
  transition: all 0.2s ease-in;
  cursor: pointer;
}

#text_ellipse_3 {
  position: absolute;
  margin-top: -5pc;
  margin-left: -10pc;
  font-family: "Raleway", sans-serif;
  display: none;
  width: 75px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#Ellipse_3:hover {
  fill: rgba(253, 253, 253, 0.5);
  filter: drop-shadow(6px 6px rgba(253, 253, 253, 0.4)) blur(2px);
  transition: all 0.2s ease-in;
  cursor: pointer;
}
#text_ellipse_4 {
  position: absolute;
  margin-top: 5pc;
  margin-left: -351px;
  font-family: "Raleway", sans-serif;
  display: none;
  width: 75px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#Ellipse_4:hover {
  fill: rgba(253, 253, 253, 0.5);
  filter: drop-shadow(6px 6px rgba(253, 253, 253, 0.4)) blur(2px);
  transition: all 0.2s ease-in;
  cursor: pointer;
}
#text_ellipse_5 {
  position: absolute;
  margin-top: 5pc;
  margin-left: -25pc;
  font-family: "Raleway", sans-serif;
  display: none;
  width: 75px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#Ellipse_5:hover {
  fill: rgba(253, 253, 253, 0.5);
  filter: drop-shadow(6px 6px rgba(253, 253, 253, 0.4)) blur(2px);
  transition: all 0.2s ease-in;
  cursor: pointer;
}
/* Section-2 */
.portfolio {
  position: sticky;
}
@media (max-width: 768px) {
  section#portfolio {
    height: 9830px !important;
  }
}
@media (max-width: 960px) {
  .our-services {
    height: unset;
  }
  section#portfolio {
    height: 14290px !important;
  }
  div.container.contactUs {
    padding-top: 9em !important;
  }
  .container.services-container {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
  }
  .contactUs {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 667px) {
  section#portfolio\ portfolio-height {
    height: 9230px !important;
  }
  .card-portfolio a.button {
    left: 10.7% !important;
  }
  form.contact-form.row,
  .contactUsHeading {
    padding: 0 4px !important;
  }
}
@media (max-width: 568px) {
  .intro-banner h1 {
    font-size: 28px !important;
    max-width: 380px;
  }
  .card-portfolio a.button {
    left: 12% !important;
  }
  section#portfolio\ portfolio-height {
    height: 8640px !important;
  }
  section.our-services div.services-container {
    padding-left: 1em !important;
  }
  .our-services {
    padding: 0 !important;
  }
  form.contact-form.row {
    display: block;
    padding: 0 !important;
  }
  .form-text,
  .g-recaptcha {
    padding: 0 !important;
  }
  .services-heading {
    padding: 0 14px !important;
  }
  .portfolio {
    height: 8560px;
  }
  .contactUsHeading {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  section#portfolio\ portfolio-height {
    height: 8290px !important;
  }
  .card-portfolio a.button {
    left: 13% !important;
  }
  .intro-banner {
    margin-left: 4rem !important;
  }
  div.services-heading {
    font-size: 2rem !important;
  }
}
@media (max-width: 414px) {
  section#portfolio\ portfolio-height {
    height: 8150px !important;
  }
  .card-portfolio a.button {
    left: 14.2% !important;
  }
  .intro-banner h1 {
    font-size: 20px !important;
    max-width: 300px;
  }
  .portfolio {
    height: 8140px;
  }
}
@media (max-width: 375px) {
  .card-portfolio a.button {
    left: 15.2% !important;
  }
  .intro {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .intro-banner h1 {
    font-size: 18px !important;
  }
  .intro-banner h1 {
    /* font-size: 26px !important; */
    max-width: 380px;
  }
  section#portfolio\ portfolio-height {
    height: 8190px !important;
  }
}
@media (min-width: 800px) {
  .portfolio {
    height: 8869.5px;
  }
}
@media (max-width: 1080px) {
  .container.services-container {
    padding-top: 0 !important;
  }
  .portfolio {
    height: 14940px !important;
  }
  .text-body {
    top: unset !important;
  }
  .slider-container {
    display: none;
  }
  .button {
    left: 8.5% !important;
  }
  .container.contactUs {
    padding-top: 14em !important;
  }
}
@media (max-width: 1024px) {
  .services-container,
  .contactUs {
    left: unset !important;
  }
  div.container.services-container {
    padding-left: 3.7em !important;
    margin-right: 0 !important;
  }
  div.container.contactUs {
    padding-left: 5.7em !important;
    margin-right: 0 !important;
  }
  .row .col.x-50,
  .row .col.x-100 {
    padding-right: 0 !important;
  }
  .lemon-svg {
    right: 0 !important;
  }
  a.button {
    left: 9% !important;
  }
  .portfolio {
    height: 14680px !important;
  }
  img.mobile-img {
    left: 16px !important;
  }
}
@media (max-width: 320px) {
  .intro {
    padding-top: 0 !important;
  }
  .card-portfolio a.button {
    left: 17% !important;
  }
  ul {
    top: 35% !important;
  }
  .mail {
    bottom: 100px !important;
  }
  .intro-banner button {
    top: 14pc !important;
    left: 0px !important;
  }
  .contactUsHeading {
    padding: 0 !important;
  }
  form.contact-form.row {
    padding: 0 9px !important;
  }
  section#portfolio\ portfolio-height {
    height: 7910px !important;
  }
  .intro-banner h1 {
    font-size: 14px !important;
  }
  div.services-heading {
    font-size: 26px !important;
  }
  .card-services {
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 80% !important;
  }
}
.w2 {
  position: relative;
  width: 1440px;
  max-width: 93.75vw;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.text-body {
  position: absolute;
  top: 0pc;
  bottom: 0;
  width: 60%;
  background-color: var(--bg-color);
  color: var(--heading-color) !important;
  z-index: 25;
  display: flex;
  flex-direction: column;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  height: auto;
}

@media (max-width: 768px) {
  .text-body {
    width: 100%;
    left: 0;
    top: 0;
  }
}
.heading {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--bg-color);
  box-shadow: -90px 5px 70px 50px var(--bg-color);
}
h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .text-body .heading h2 {
    font-size: 3rem;
    padding-left: 0rem;
    padding-bottom: 2rem;
  }
  .heading {
    box-shadow: none;
    position: relative;
  }
  img.mobile-img {
    display: block !important;
    width: 100%;
    left: 0 !important;
    top: 0;
  }
  .mobile-view {
    display: block !important;
  }
}
.mobile-view {
  display: none;
}

img.mobile-img {
  display: none;
}
.card-portfolio {
  line-height: 1.2;
  padding-top: 9rem;
  padding-bottom: 11rem;
  height: auto;
}
.card-portfolio p {
  font-size: 1.5srem;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  padding-left: 26%;
  padding-right: 26%;
}
h1.no-of-project {
  padding-left: 26%;
  padding-right: 22%;
  font-weight: 600;
}
.services {
  font-size: 0.7rem;
  letter-spacing: 0.2px;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .card-portfolio {
    width: 90vw;
    line-height: 6;
    padding-top: 4rem;
    padding-bottom: 6rem;
    height: unset;
  }
  .card-portfolio p {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  h1.no-of-project {
    padding: 0;
    padding-left: 1rem;
  }
}

@media (max-width: 375px) {
  .card-portfolio {
    line-height: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.button {
  position: absolute;
  background-color: #43b749;
  left: 16rem;
  /* border-radius: 10px;
  padding: 6px 17px 5px 12px;
  margin-top: 1.5rem; */
  /* text-decoration: none;
  text-transform: uppercase; */
  width: 73px;
  height: 36px;
  transform: translate(-50%, -50%);
  /* margin: 0; */
  border-radius: 10px;
  /* transition: all 1s; */
  -webkit-transition: background-color 500ms ease-in;
  -moz-transition: background-color 500ms ease-in;
  -ms-transition: background-color 500ms ease-in;
  -o-transition: background-color 500ms ease-in;
  transition: background-color 500ms ease-in;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .button {
    left: 3rem;
  }
}
.button:hover {
  background-color: #7dd681;
}
.button .arrow {
  position: absolute;
  left: 35%;
  top: 50%;
  width: 1em;
  height: 0.2em;
  margin-top: -0.1em;
  border-radius: 0.2em;
  background-color: var(--heading-color);
  transform: translateX(50%);
}
.button .arrow::before,
.button .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 60%;
  height: 100%;
  border-radius: 0.2em;
  background-color: var(--heading-color);
  transform-origin: right center;
}
.button .arrow::before {
  bottom: -30%;
  transform: rotate(45deg);
}
.button .arrow::after {
  top: -30%;
  transform: rotate(-45deg);
}
.slider-container {
  position: sticky;
  top: 0pc;
  left: 50%;
  width: 50%;
  height: 100vh;
  overflow: hidden;
  /* background: var(--bg-color); */
  transition: 0.5s ease all;
}
.slider {
  position: absolute;
  width: 10200px;
}
/* Screen width Size Adjustment */
@media (max-width: 1399px) {
  .card-services a {
    padding: 0 30px !important;
  }
  .card-services h3 {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 1280px) and (max-width: 1300px) {
  /* .button {
    left: 14rem;
  } */
}
@media (min-width: 1396px) and (max-width: 1400px) {
  .button {
    left: 14rem;
  }
}

@media (min-width: 1930px) {
  ul li a .icon {
    font-size: 40px;
    top: 0;
  }
  ul {
    left: -124px;
  }
  .mail {
    left: -112px;
  }
  .header {
    left: 5em;
  }
  img {
    width: 100px;
  }
  ul li a {
    width: 90px;
    height: 90px;
  }
  .mail {
    font-size: 32px;
  }
}

@media (max-width: 1280px) {
  .contactUsHeading {
    line-height: unset !important;
    font-size: 40px !important;
  }
  .slider-container {
    display: none;
  }
  .header {
    left: 0em !important;
  }
  .portfolio {
    height: 16100px;
  }
  .text-body {
    width: 100%;
    left: 0;
    top: 0;
  }
  .services-container,
  .contactUs {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .heading {
    box-shadow: none;
    position: relative;
  }
  .portfolio-content {
    padding-top: 0 !important;
  }
  .mobile-view {
    display: block !important;
  }
  img.mobile-img {
    display: block !important;
    width: 100%;
    left: 18 !important;
    top: 0;
  }
  img {
    position: relative;
    display: flex;
    /* left: 10px; */
    top: 15px;
  }
  .button {
    left: 8% !important;
  }
  .card-portfolio p,
  h1.no-of-project {
    padding-left: 5% !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1366px) and (max-width: 1370px) {
  .button {
    left: 15rem;
  }
  /* .card {
    padding-top: 10rem;
    padding-bottom: 10rem;
  } */
}
@media (min-width: 1536px) and (max-width: 1540px) {
  .button {
    left: 16rem;
  }
}
@media (max-width: 1366px) {
  .card-services .small {
    line-height: 1.2 !important;
  }
  .services-heading {
    font-size: 30px !important;
  }
  .card-services.pt-14 {
    padding-top: 0px !important;
  }
}

@media (min-width: 1241px) and (max-width: 1250px) {
  .button {
    left: 14rem;
  }

  .w3 {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  .intro-text {
    font-size: 2rem !important;
    padding-top: 4rem;
  }
  .lemon-svg {
    width: 35vw;
    max-width: 525px;
    bottom: 41px;
    right: -100px;
  }
  h2 {
    font-size: 2rem;
  }
  .heading {
    box-shadow: none;
  }
  .card {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .card p {
    font-size: 1.5rem;
  }
  h1.no-of-project {
    font-size: 1rem;
  }
}
@media (max-width: 1170px) {
  ul {
    left: -48px;
  }
  .mail {
    left: -2.5pc;
  }
  .container.services-container {
    padding-top: 10em;
    /* margin-left: 0; */
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .card-services .small {
    line-height: 1.5 !important;
  }
  .container.contactUs {
    padding-top: 22em;
    padding-left: 0px !important;
    padding-right: 0 !important;
  }
  .portfolio {
    height: 15500px;
  }
  .services-heading {
    line-height: 1 !important;
    padding: 0 20px;
  }

  .services-heading {
    font-size: 1.5rem;
  }
  .our-services .col-md-4 {
    width: 50% !important;
    padding: 0 !important;
  }
  .container.contactUs .col-md-4 {
    padding: 0 !important;
  }
}
@media (min-width: 1092px) and (max-width: 1100px) {
  .button {
    left: 12rem;
  }
}

@media (max-width: 768px) {
  .slider {
    display: none;
  }
}

.slider-inner h1 {
  position: absolute;
  top: -50px;
}
.slider-inner {
  position: absolute;
  left: 7%;
  right: 0;
  height: 97vh;
  width: 100%;
  /* width: 80%; */
  max-width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.item {
  position: relative;
  width: 430px;
  height: 100%;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}

.imgs {
  position: relative;
  width: 50vw;
  max-width: 600px;
  height: 100%;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center;
  /* filter: drop-shadow(23px 16px 100px rgba(279, 253, 0253, 0.4)); */
}
/* Section-3 */
.lets-talk {
  height: 100vh;
  display: flex;
  justify-content: center;
  background-color: var(--bg-color);
}
.w3 {
  position: relative;
  width: 1440px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  display: inline-flex;
}
.hire {
  display: -ms-flexbox;
  width: 100%;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
}
.email-success {
  position: relative;
  margin: 32px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .email-success {
    height: 55vh !important;
  }
}

.email-success h1 {
  text-align: center;
  font-size: 45px !important ;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1180px) {
  /* .hire {
    max-width: 100%;
  } */
}
.hire h3 {
  margin: 0 0 20px 0;
  font-size: 30px;
  text-align: center;
  color: var(--heading-color);
}

.work-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--heading-color);
}

.work-request input[type="submit"] {
  width: 400px;
  max-width: 100%;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #45b649;
  border: none;
  border-radius: 0;
  color: var(--heading-color);
  transition: background-color 500ms ease-in;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.work-request input[type="submit"]:focus {
  outline: none;
}
.work-request input[type="submit"]:hover {
  background-color: #7dd681;
}

.work-request--options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.work-request--options .options-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-request--options .options-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.work-request--options label {
  display: block;
  width: 200px;
  margin-bottom: 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 2px solid var(--heading-color);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.work-request--options label svg {
  position: relative;
  left: -5px;
  width: 0;
  fill: var(--heading-color);
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.work-request--options input[type="checkbox"] {
  display: none;
}

.work-request--options input[type="checkbox"]:checked + label {
  background-color: #45b649;
  border-color: #45b649;
}

.work-request--options input[type="checkbox"]:checked + label svg {
  width: 15px;
}

.work-request--information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.work-request--information .information-name,
.work-request--information .information-email {
  position: relative;
  width: 45%;
  height: 50px;
  font-size: 30px;
  font-weight: 300;
}
.work-request--information .information-name,
.work-request--information .information-lname {
  position: relative;
  width: 45%;
  height: 50px;
  font-size: 30px;
  font-weight: 300;
}

.work-request--information input[type="text"],
.work-request--information input[type="email"] {
  width: 100%;
  padding: 0 0 0.2rem 4rem;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid var(--heading-color);
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
}
.work-request--information input[type="text"],
.work-request--information input[type="lname"] {
  width: 100%;
  padding: 0 0 0.2rem 4rem;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid var(--heading-color);
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
}

.work-request--information input[type="text"]:focus,
.work-request--information input[type="email"]:focus {
  outline: none;
  background: transparent;
}

.work-request--information label {
  position: absolute;
  font-size: 20px;
  top: 10px;
  left: 0;
  pointer-events: none;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}

.work-request--information input:focus + label,
.work-request--information input.has-value + label {
  top: -15px;
  font-size: 14px;
  background: transparent;
}

@media (max-width: 768px) {
  .work-request--options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .work-request--options .options-a,
  .work-request--options .options-b {
    display: block;
    width: auto;
  }
  .work-request--information label {
    top: 5px;
  }
}

@media (max-width: 600px) {
  .work-request--options {
    margin: 20px 0;
  }
}

@media (max-width: 600px) and (max-width: 415px) {
  .work-request--options {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .work-request--options label {
    width: 155px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .work-request--options input[type="checkbox"]:checked + label svg {
    width: 12px;
  }
  .work-request--information {
    margin-bottom: 30px;
  }
  .work-request--information .information-name,
  .work-request--information .information-email {
    height: 40px;
    font-size: 24px;
  }
}

.perspective {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.perspective--modalview {
  position: fixed;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.modalview .container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.effect-rotate-left .container {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.effect-rotate-left--animate .container {
  -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  outline: 30px solid #0fff37;
}

.svg-inline--fa {
  vertical-align: -0.2em;
}
.rounded-social-buttons {
  text-align: center;
}
.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2.125rem;
  height: 2.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: var(--heading-color);
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
  font-size: 20px;
  position: relative;
  bottom: 11px;
}

@media (max-width: 768px) {
  .rounded-social-buttons {
    display: block !important;
    position: relative;
  }
}
.mail-mob {
  font-family: "Raleway", sans-serif;
  color: var(--heading-color);
  letter-spacing: 1px;
  display: none;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 768px) {
  .mail-mob {
    display: block;
  }
}
.ahm-preloade::-webkit-scrollbar {
  display: none;
}
#ahm-preloader {
  position: fixed;
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: var(--bg-color);
  display: grid;
  justify-content: center;
  align-items: end;
  transition: 0.5s;
  text-align: center;
}
.ahm-preloader::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
#ahm-preloader img {
  transition: 1.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
}
#ahm-preloader .loader {
  margin-bottom: 50px;
}
#ahm-preloader .loader h2 {
  font-size: 40px;
  letter-spacing: 6px;
  margin: 0;
}
#ahm-preloader .loader p {
  letter-spacing: 10px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #45b649;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
#ahm-preloader.done {
  display: none;
}
/* Services CSS */
.ourservice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  font-family: "Raleway", sans-serif;
  max-width: 70%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
/* .wrapper{
  position: relative;
  width: 1440px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
} */

.servicecard {
  width: 345px;
  height: 164px;
  box-shadow: 0 4px 8px 0 #45b649, 0 6px 20px 0 rgb(0 0 0 / 19%);
  display: inline-flex;
  margin: 10px;
  text-align: center;
  padding-top: 10px;
  border-radius: 10px;
}
#servicecard1 {
  background-image: url("https://placeholdit.imgix.net/~text?      txtsize=33&txt=250%C3%97150&w=250&h=150");
  background-repeat: no-repeat;
  background-size: cover;
}
.link span {
  visibility: hidden;
}
.link:hover span {
  visibility: visible;
}
.serviceHeading {
  font-size: 34px;
  display: inline-block;
}
.servicecard-content {
  text-align: left;
  margin: 25px 15px;
  font-size: 18px;
}
.footercontainer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 15px 100px;
}
@media (max-width: 992px) {
  .footercontainer {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 1920px) {
  .header {
    left: 4em;
  }
}
/* contactform */

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

.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}
.row .col.x-50 {
  width: 50%;
}
.row .col.x-100 {
  width: 100%;
}
.content-wrapper {
  min-height: 100%;
  position: relative;
}
.get-in-touch {
  max-width: 100%;
  /* margin-left: 180px;
  position: relative;
  top: 40%;
  transform: translateY(-25%);
  display: flex; */
  display: flex;
  height: 100vh;
  align-items: center;
}

@media (max-width: 992px) {
  .get-in-touch {
    display: block;
    margin: 0;
    top: 20%;
  }
  .contact {
    margin: 0;
    max-width: 100%;
  }
  .row {
    margin: 20px 0;
  }
}
.get-in-touch .title {
  text-align: center;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}
.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
form.contact-form.row {
  display: block;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 35px;
  border-width: 0 0 2px 0;
  border-color: var(--heading-color);
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background: transparent;
  color: var(--heading-color);
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 80px;
  font-weight: 400;
  color: #888;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #43b749;
  color: var(--heading-color);
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 40px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 600;
}
.contact-form .submit-btn:hover {
  background-color: #7dd681;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .contact-form .submit-btn {
    z-index: 20 !important;
  }
}
.form-text p {
  font-size: 15px;
}
a:hover {
  color: #45b649;
}

.our-services {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-color);
}
@media (max-width: 768px) {
  .our-services {
    align-items: unset;
    height: auto;
    margin-bottom: 6rem;
  }
  .services-container {
    position: relative;
    left: 0 !important;
    padding: 0 !important;
  }
}
.ourservices {
  width: 1140px;
  margin-left: 230px;
  display: inline-flex;
}
.servicesCards {
  display: -ms-flexbox;
  width: 100%;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
}
/* Cards Services */
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  height: 45px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #45b649;
  border-radius: 0 4px 0 45px;
}
/* .go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
} */
.card-services {
  display: block;
  position: relative;
  max-width: 100%;
  background-color: var(--bg-color);
  border-radius: 9px;
  margin: 15px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  box-shadow: -5px 5px #45b649;
  border: 1px solid var(--heading-color);
  height: 200px;
  /* padding: 30px; */
  transition: 0.25s ease-in-out;
}
.card-services.pt-25 {
  padding-top: 25px;
}
.card-services.pt-14 {
  padding-top: 14px;
}
.card-services:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: -70px;
  background: #45b649;
  height: 15px;
  width: 100px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 30% 30%;
  transition: transform 0.25s ease-out;
}
.card-services h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.card-services:hover:before {
  transform: scale(21);
}
.card-services:hover {
  transform: translateY(-10px);
}
.card-services:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card-services:hover h3 {
  transition: all 0.3s ease-out;
  color: #fff;
}
.services-heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;
  line-height: 0.7;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.services-container {
  position: relative;
  left: 100px;
  padding: 60px;
}
.contactUs {
  position: relative;
  left: 100px;
  padding: 60px;
}
@media (max-width: 768px) {
  .contactUs {
    position: relative;
    left: 0 !important;
    padding: 0 !important;
  }
}
.contactUsHeading {
  font-size: 45px;
  font-weight: 600;
  line-height: 2;
}
.contactUsHeading h1 {
  font-size: 16px !important;
  /* font-weight: 600; */
  margin-bottom: 15px;
  display: flex;
  transition: 0.2s ease-in-out !important;
}
.contactUsHeading p {
  font-size: 16px !important;
  font-weight: 400;
}
.small,
small {
  font-size: 15px !important;
  line-height: 1.5;
}
.location-icon {
  position: relative;
  top: 0;
  left: 0;
  width: 25px;
}

/** HR CSS **/
.portfolio-wrapper {
  text-align: justify;
}
.portfolio-wrapper h1 {
  font-size: 48px !important;
  font-weight: bolder;
}
.portfolio-wrapper p {
  font-size: 15px;
}
.card-services a {
  color: white !important;
  text-decoration: none;
  padding: 22px 30px !important;
  display: block;
}
.contactUsHeading i {
  padding-right: 8px;
}
.contactUsHeading a {
  color: white;
  text-decoration: none;
}
.dark-theme .contactUsHeading h1 a {
  color: #000 !important;
}
.BlackText a {
  color: #292922;
}
.dark-theme .blackText a {
  color: #292922;
}
.dark-theme .services-container a {
  color: #292922 !important;
}
.dark-theme .form-select {
  border-color: #292922 !important;
}
.dark-theme .services-dropdown option {
  background-color: #f0f0f0 !important;
}

/*Styling Selectbox*/
.dropdown {
  width: 300px;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left;
}
.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 10px;
}
.dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}
.dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}
.dropdown:active {
  background-color: #f8f8f8;
}
.dropdown.active:hover,
.dropdown.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}
.dropdown.active .select > i {
  transform: rotate(-90deg);
}
.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
}
.dropdown .dropdown-menu li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}
.dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2;
}
.dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}

/* HR CSS */
.services-dropdown {
  border-bottom: 2px solid #ffffff !important;
  background-color: transparent;
  color: #757575;
  border: none;
  padding-left: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 0;
  cursor: text;
}
.form-select:focus {
  border-color: #ffffff;
  outline: none;
  box-shadow: none;
}
.services-dropdown option {
  background-color: #272626 !important;
}
.contactUsHeading h1 a:hover {
  color: #45b649;
  transition: 0.2s ease-in-out;
}

.red-warn {
  color: red !important;
  padding-top: .6rem !important;
}
