/*Primary Colors*/
/*Secondary Colors*/
/*Form Colors*/
/*Gradients*/
/*Transitions*/
/*Font Size*/
/*Radius*/
/*Spacing*/
/*Container*/
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.color2 {
  background: #293083;
  background: -webkit-gradient(linear, left top, right top, from(#293083), to(#2152c4));
  background: linear-gradient(to right, #293083 0%, #2152c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color3 {
  background: #009fe3;
  background: -webkit-gradient(linear, left top, right top, from(#009fe3), to(#2152c4));
  background: linear-gradient(to right, #009fe3 0%, #2152c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mainContainerIntro {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.popupFormSectionIntro {
  -webkit-transform: none !important;
          transform: none !important;
}

#popupFormSection {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: #ffffff;
  -webkit-transition: all 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (min-width: 768px) {
  #popupFormSection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#popupFormSection #popupForm {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  #popupFormSection #popupForm {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#popupFormSection #popupForm .wallBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#popupFormSection #popupForm .wallBg img {
  margin: auto;
  max-width: 500px;
  opacity: 0.025;
}
#popupFormSection #popupForm #popupFormWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#popupFormSection #popupForm #popupFormWrapper .slide {
  height: 0;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#popupFormSection #popupForm #popupFormWrapper .slide:nth-child(1) {
  height: 100vh;
}
@media (min-width: 768px) {
  #popupFormSection #popupForm #popupFormWrapper .slide {
    padding-left: 0;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .mainHeading {
  font-weight: 600;
}
#popupFormSection #popupForm #popupFormWrapper .slide .heading {
  color: #0b0b0b;
  font-family: "Poppins", sans-serif;
  font-size: 1.802rem;
  font-weight: 400;
  line-height: 0.75;
}
@media (min-width: 768px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .heading {
    font-size: 2.027rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .heading span {
  padding-right: 0.5rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .subHeading {
  margin-top: 0.75rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .selectBox {
  width: 100%;
  max-width: 600px;
  margin-top: 1.266rem;
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .selectBox {
    margin-top: 1.602rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .selectBox select {
  color: #0b0b0b;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .selectBox select {
    font-size: 1.266rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv {
  width: 100%;
  margin: 0 auto;
  margin-top: 1.266rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.602rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li {
  width: 48%;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border-radius: 15px;
  margin-bottom: 1rem;
  border: 2px solid #242323;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(1, 45, 75, 0.055), 2px 4px 12px rgba(0, 12, 32, 0.041);
          box-shadow: 0px 0px 0px 1px rgba(1, 45, 75, 0.055), 2px 4px 12px rgba(0, 12, 32, 0.041);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li {
    width: 200px;
    margin: 0 0.75rem;
    margin-bottom: 1rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover {
  -webkit-box-shadow: 2px 4px 16px rgba(0, 15, 37, 0.055);
          box-shadow: 2px 4px 16px rgba(0, 15, 37, 0.055);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (min-width: 768px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover {
    border: 2px solid #0091EA;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover label {
  color: #ffffff;
  background-color: transparent;
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover label span {
  text-shadow: none;
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li input {
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  border-radius: 7px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li input::after {
  border-radius: 7px;
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1rem;
  background-color: transparent;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label {
    font-size: 1.125rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label span {
  font-weight: 500;
  margin-right: 0.25rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 103%;
  min-height: 70px;
  border-radius: 15px;
  border: 2px solid transparent;
  -webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, 0);
          box-shadow: 2px 4px 16px rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label::before {
    left: -4px;
    width: 200px;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .multiSelect {
  width: 100%;
  max-width: 600px;
  margin-top: 1.266rem;
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .multiSelect {
    margin-top: 1.602rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .multiSelect select {
  border-radius: 15px;
  font-size: 1.424rem;
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .multiSelect select {
    font-size: 1.602rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .multiSelect .select2-results__option--selectable {
  background: -webkit-gradient(linear, right top, left bottom, from(#fffcf6), color-stop(#fffcf5), color-stop(#fffbf3), color-stop(#fffbf2), color-stop(#fffaf0), color-stop(#fff9ee), color-stop(#fff8eb), color-stop(#fff7e9), color-stop(#fff6e5), color-stop(#fff5e1), color-stop(#fff4de), to(#fff3da));
  background: linear-gradient(to left bottom, #fffcf6, #fffcf5, #fffbf3, #fffbf2, #fffaf0, #fff9ee, #fff8eb, #fff7e9, #fff6e5, #fff5e1, #fff4de, #fff3da);
}
#popupFormSection #popupForm #popupFormWrapper .slide .btnDiv .btn {
  margin: 0 0.5rem;
}
@media (min-width: 568px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .btnDiv .btn {
    min-width: 140px;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .note {
  margin: 0 auto;
  margin-top: 2.441rem;
  color: #5d5e5f;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  #popupFormSection #popupForm #popupFormWrapper .slide .note {
    margin-top: 4.768rem;
  }
}
#popupFormSection #popupForm #popupFormWrapper .slide .note span {
  font-weight: 600;
}
#popupFormSection #popupForm #popupFormWrapper .slide .formDiv {
  width: 100%;
  max-width: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.266rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .heading {
  margin-bottom: 1rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .formDiv #contactSubmit span {
  margin-left: 1rem;
}
#popupFormSection #popupForm #popupFormWrapper .slide .formSection {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}
#popupFormSection #popupForm #popupFormWrapper .slide .image {
  display: block;
  width: 250px;
}

#agileSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  #agileSection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#agileSection .agileLeft {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #agileSection .agileLeft {
    display: block;
    width: 40%;
  }
}
#agileSection .agileLeft .agileImg {
  width: 250px;
}
@media (min-width: 568px) {
  #agileSection .agileLeft .agileImg {
    width: 300px;
  }
}
@media (min-width: 768px) {
  #agileSection .agileLeft .agileImg {
    width: 350px;
  }
}
@media (min-width: 768px) {
  #agileSection .agileRight {
    width: 60%;
  }
}
#agileSection .agileRight .agileHeadLine {
  color: #0091EA;
  margin: 0;
  padding: 0;
}
#agileSection .agileRight .agileHeadLineSpan {
  color: #FF0266;
  margin: 0;
  padding: 0;
}
#agileSection .agileRight .agileParagraph {
  color: #0b0b0b;
  line-height: 1.6;
}

#servicesSection .serviceTitle {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #FF0266;
}
#servicesSection .serviceTitle .serviceTitleSpan {
  color: #00B0FF;
}
@media (min-width: 568px) {
  #servicesSection .serviceCardWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#servicesSection .serviceCardWrapper .serviceCard {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 80px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 1rem;
  cursor: pointer;
}
#servicesSection .serviceCardWrapper .serviceCard:hover {
  background: -webkit-gradient(linear, left bottom, right top, from(#e5f6fc), color-stop(#e9f7fc), color-stop(#ecf9fc), color-stop(#f0fafd), to(#f4fbfd));
  background: linear-gradient(to right top, #e5f6fc, #e9f7fc, #ecf9fc, #f0fafd, #f4fbfd);
}
@media (min-width: 568px) {
  #servicesSection .serviceCardWrapper .serviceCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 200px;
    width: 200px;
    margin: 10px;
    padding: 0;
  }
}
#servicesSection .serviceCardWrapper .serviceCard .cardTop {
  height: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}
@media (min-width: 568px) {
  #servicesSection .serviceCardWrapper .serviceCard .cardTop {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-right: 0;
  }
}
#servicesSection .serviceCardWrapper .serviceCard .cardTop .cardImg {
  width: 40px;
  opacity: 0.8;
}
@media (min-width: 568px) {
  #servicesSection .serviceCardWrapper .serviceCard .cardTop .cardImg {
    width: 80px;
  }
}
#servicesSection .serviceCardWrapper .serviceCard .cardBottom {
  height: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#servicesSection .serviceCardWrapper .serviceCard .cardTitle {
  text-align: center;
  margin: 0;
  padding: 0;
  padding: 0px 5px;
}

#aboutSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  #aboutSection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#aboutSection .aboutLeft {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media (min-width: 1024px) {
  #aboutSection .aboutLeft {
    display: block;
    width: 40%;
  }
}
#aboutSection .aboutLeft .aboutImg {
  width: 300px;
}
@media (min-width: 768px) {
  #aboutSection .aboutLeft .aboutImg {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  #aboutSection .aboutRight {
    width: 60%;
  }
}
#aboutSection .aboutRight .aboutHeadLine {
  font-family: "Poppins", sans-serif;
  color: #0091EA;
  margin: 0;
  padding: 0;
  border-left: 3px solid #FF0266;
  margin-bottom: 10px;
  padding-left: 10px;
}
#aboutSection .aboutRight .aboutSubHeadLine {
  color: #FF0266;
  margin: 0;
  padding: 0;
}
#aboutSection .aboutRight .aboutParagraph {
  color: #0b0b0b;
  line-height: 1.6;
}

#bannerSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-height: 400px;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  #bannerSection {
    min-height: 490px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#bannerSection .bannerLeft {
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  #bannerSection .bannerLeft {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 200px;
  }
}
#bannerSection .bannerLeft .bannerHeadLine {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  color: #0091EA;
  font-weight: 600;
}
#bannerSection .bannerLeft .bannerSubHeadLine {
  margin: 0;
  padding: 0;
  border-radius: 5px;
  color: #0b0b0b;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
#bannerSection .bannerRight {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #bannerSection .bannerRight {
    width: 50%;
  }
}
#bannerSection .bannerRight .bannerImg {
  width: 300px;
}
@media (min-width: 360px) {
  #bannerSection .bannerRight .bannerImg {
    width: 355px;
  }
}
@media (min-width: 568px) {
  #bannerSection .bannerRight .bannerImg {
    width: 380px;
  }
}
@media (min-width: 768px) {
  #bannerSection .bannerRight .bannerImg {
    width: 400px;
  }
}
@media (min-width: 1280px) {
  #bannerSection .bannerRight .bannerImg {
    width: 430px;
  }
}/*# sourceMappingURL=index.css.map */