body {
  overflow-x: hidden;
}

a {
  font-family: "Libre Franklin";
}

.section1 {
  background-color: #5214ff;
  height: auto;
  position: relative;
}

.section1 .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.section1 .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.section1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.section2 {
  background-color: #0fd3d2;
  height: auto;
  position: relative;
}

.section2 .title {
  color: #000000;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.section2 .content {
  color: #000000;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.section2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -90px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.section3 {
  background-color: #09b779;
  height: 100vh;
  position: relative;
}

.section3 .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.section3 .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.section3 .content {
  font-size: 20px;
}

.section3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 9;
}

.section4 {
  background-color: #ff3a49;
  height: auto;
  position: relative;
}

.section4 .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.section4 .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.section4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.section5 {
  background-color: #e0c748;
  height: 100vh;
  position: relative;
}

.section5 .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.section5 .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.section5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.section6 {
  background-color: #60d0d1;
  height: auto;
  position: relative;
  padding-bottom: 100px;
}

.section6 .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.section6 .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

/*.section6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}*/

.section7 {
  background-color: #141221;
  position: relative;
}

.section7 .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.section7 .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.open {
  position: fixed;
  top: 14px;
  right: 60px;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 9999;
}

.open:hover {
  opacity: 0.9;
}

.open span {
  font-size: 20px;
  display: block;
  float: left;
  clear: both;
  height: 2px;
  width: 30px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.open.oppenned span {
  height: 4px;
}
.open span:nth-child(1) {
  margin-top: 11px;
  z-index: 9;
}

.open span:nth-child(2) {
  margin-top: 27px;
}

.open span:nth-child(3) {
  margin-top: 18px;
}

.sub-menu {
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 18;
  overflow: hidden;
}

.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li:first-child {
  margin-top: 200px;
}

.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}

.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.10s;
}

.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}

.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.20s;
}

.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}

.sub-menu li a {
  color: #4f13ff;
  font-family: "Libre Franklin";
  font-size: 20px;
  width: 100%;
  display: block;
  float: left;
  line-height: 37px;
}

.oppenned .sub-menu {
  opacity: 6;
  height: 120vh;
  width: 503px;
}

.oppenned .sub-menu:hover {
  opacity: 6;
}

.oppenned span:nth-child(2) {
  overflow: visible;
}

.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
  z-index: 100;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.oppenned span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
          transform: rotate(45deg) translateY(8px) translateX(6px);
}

.oppenned span:nth-child(2) {
  height: 114vh;
  width: 500px;
  right: -160px;
  top: -160px;
  background-color: rgba(255, 255, 255, 0.8);
}

.oppenned span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(0px) translateX(-2px);
          transform: rotate(-45deg) translateY(0px) translateX(-2px);
}

.oppenned li {
  margin-right: 175px;
  margin-bottom: 20px;
}

.button {
  display: block;
  float: left;
  clear: both;
  padding: 20px 40px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #10a1ea;
  overflow: hidden;
  position: relative;
}

.button:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
  position: absolute;
  height: 200px;
  width: 400px;
  -webkit-transform: rotate(45deg) translateX(-540px) translateY(-100px);
          transform: rotate(45deg) translateX(-540px) translateY(-100px);
  background: #10a1ea;
  z-index: 1;
}

.button:before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 20px 40px;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}

.button:hover {
  text-decoration: none;
}

.button:hover:after {
  -webkit-transform: translateX(-300px) translateY(-100px);
          transform: translateX(-300px) translateY(-100px);
}

.button:hover:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

ul.smmIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 4%;
  right: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.smmIcon li:first-child, .smmIcon li:nth-child(2) {
  margin-top: 0 !important;
  margin-right: 15px;
}

.smmIcon li a {
  font-size: 30px;
}

/*.container {
  max-width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}*/

.card {
  position: relative;
  z-index: 10;
  width: 280px;
  border-radius: 4px;
  padding-bottom: 40px;
  background: #131e32;
  overflow: hidden;
  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;
}

.card figcaption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  color: #fff;
}

.card img {
  max-width: 100%;
  border: 1px solid #222;
  -webkit-transition: .4s;
  transition: .4s;
}

.card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.logo {
  width: 200px;
  top: 10px;
  position: fixed;
  z-index: 9999;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.headerWraper {
  height: 71px;
}

.MainNav {
  float: right;
  padding-right: 100px;
}

.MainNav svg {
  width: 35px;
  padding-right: 5px;
}

.MainNav .MainNavcontact {
    display: inline-block;
    position: relative;
    z-index: 99;
	
}

.MainNav .MainNavcontact a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;fv
}

.socialIcon {
  position: fixed;
  top: 40%;
  z-index: 1010;
  right: 2%;
}

.socialIcon ul {
  list-style-type: none;
  margin: 0;
    padding: 0;
}

.socialIcon ul li {
  padding-bottom: 20px;
}

.socialIcon ul li a {
  color: white;
  font-size: 24px;
}

.fullheight {
  height: 100%;
}

.ourStory {
  position: relative;
}

.ourStory .bgImgLeft1 {
  position: absolute;
  left: 15%;
  top: 15%;
}

.ourStory .bgImgLeft1 img {
  width: 40%;
  -webkit-animation: animName 5s infinite;
          animation: animName 5s infinite;
}

.ourStory .bgImgLeft2 {
  position: absolute;
  bottom: -5%;
  left: -14%;
}

.ourStory .bgImgLeft2 img {
  width: 70%;
}

@-webkit-keyframes animName {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes animName {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.ourStoryContent {
  left: -12%;
}

.ourStoryContent h2.title {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  font-family: "Fira Sans";
}

.ourStoryContent h2.title + span {
  font-family: "Libre Franklin";
  display: inline-block;
  color: #000000;
  font-size: 20px;
}

.ourStoryContent p {
  font-family: "Libre Franklin";
  display: inline-block;
  font-size: 20px !important;
}

.readMore {
  color: #ffffff;
  text-transform: uppercase;
  /* padding-top: 23px; */
  display: block;
  background-color: #5214ff;
  /* width: 121px; */
  padding: 10px 15px;
  border: 1px solid #4d16e8;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.readMore:hover {
  color: #5214ff;
  border: 1px solid #4d16e8;
  background: none;
  text-decoration: none;
}

.video {
  padding-top: 30px;
}

.bgImgRight1 {
  position: absolute;
  right: 0;
  bottom: 30%;
  width: 85px;
}

.bgImgRight1 img {
  width: 66%;
  -webkit-animation: animName2 4s infinite;
          animation: animName2 4s infinite;
}

@-webkit-keyframes animName2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes animName2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.bgImgRight2 {
  position: absolute;
  right: -10%;
  bottom: 3%;
  width: 270px;
}

.bgImgRight2 img {
  width: 100%;
}

.services {
  padding-top: 150px;
  position: relative;
}

.services1 {
  padding-top: 90px;
  position: relative;
}

.servicescontent h2 {
  margin-left: -177px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  font-family: "Fira Sans";
}

.servicescontent span {
  font-family: "Libre Franklin";
  display: inline-block;
  padding-left: 20px;
  color: #ff7d73;
}

.servicesbgimgright1 {
  position: absolute;
  top: 11%;
  right: 35%;
  width: 70px;
}

.servicesbgimgright1 img {
  width: 100%;
}

.servicesbgimgright2 {
  position: absolute;
  top: 11%;
  right: 6%;
  width: 126px;
  z-index: 12;
}

.servicesbgimgright2 img {
  width: 100%;
}

.servicesbgimgright3 {
    position: absolute;
    bottom: -19px;
    right: 0;
    width: 600px;
    z-index: 10;
}

.servicesbgimgright3 img {
  width: 100%;
}

.servicesList {
  list-style-type: none;
  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;
  position: relative;
  z-index: 999;
}

.servicesList li {
  display: inline-block;
  width: 50%;
  padding-bottom: 25px;
}

.servicesList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.servicesList li a figure {
  width: 80px;
  height: 80px;
  background-color: #1e4550;
  border-radius: 55px;
  -webkit-box-shadow: 3px 2px 0 1px #093c4a;
  box-shadow: 3px 2px 0 1px #093c4a;
  text-align: center;
  padding-top: 11px;
  margin-right: 20px;
  padding-left: 3px;
}

.servicesList li a figure img {
  width: 60px;
}

.servicesList li a span {
  font-family: "Libre Franklin";
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  text-align: left;
  display: block;
  padding-top: 0px;
}

.servicesList li a svg {
  width: 40px;
}

.servicesList li a:hover svg {
  fill: white !important;
  stroke: white;
}

.servicesList li a:hover figure {
  background: #cf6515;
  -webkit-box-shadow: 3px 2px 0 1px #844211;
          box-shadow: 3px 2px 0 1px #844211;
}

.servicesList li a:hover .content {
  color: #fff;
  text-decoration: none;
}

.servicesList li:last-child a figure {
  padding-top: 22px;
}

.bluecircleservicessmall {
  position: absolute;
  top: 80%;
  left: -10%;
  width: 40px;
  height: 40px;
  background: #61eae1;
  background: -webkit-gradient(linear, left top, right top, from(#61eae1), color-stop(35%, #49dbcd), to(#14b9a2));
  background: linear-gradient(90deg, #61eae1 0%, #49dbcd 35%, #14b9a2 100%);
  border-radius: 20px;
  -webkit-box-shadow: 1px 0 3px 0px #2ca796;
          box-shadow: 1px 0 3px 0px #2ca796;
}

.bluecircleservicessmal2 {
  position: absolute;
  bottom: 29%;
  left: 28%;
  width: 80px;
  height: 80px;
  background: #61eae1;
  background: -webkit-gradient(linear, left top, right top, from(#61eae1), color-stop(35%, #49dbcd), to(#14b9a2));
  background: linear-gradient(90deg, #61eae1 0%, #49dbcd 35%, #14b9a2 100%);
  border-radius: 40px;
  -webkit-box-shadow: 1px 0 3px 0px #2ca796;
          box-shadow: 1px 0 3px 0px #2ca796;
  z-index: 1010;
}

.expertise {
  padding-top: 37px;
  position: relative;
}

.expertise .expertiseContent h2 {
  margin-left: -199px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.expertise .expertiseContent span {
  font-family: "Libre Franklin";
  display: inline-block;
  padding-left: 20px;
}

.expertise1 {
  padding-top: 100px;
  position: relative;
}

.expertise1 .expertiseContent {
  left: -10%;
}

.expertise1 .expertiseContent h2 {
  margin-left: -199px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.expertise1 .expertiseContent span {
  font-family: "Libre Franklin";
  display: inline-block;
  padding-left: 20px;
}

.expertiseVideo iframe {
  width: 100%;
}

.expertiseVideo img {
  width: 100%;
}

.expertisebgimg1 {
  position: absolute;
  left: -4%;
  bottom: -5%;
  width: 500px;
}

.expertisebgimg1 img {
  width: 100%;
}

.expertisebgimg2 {
  position: absolute;
  left: 18%;
  top: 12%;
  width: 100px;
  z-index: 9;
}

.expertisebgimg2 img {
  width: 100%;
}

.testimonials {
  padding-top: 120px;
  position: relative;
}

.testimonials .testimonialsContent h2 {
  text-align: center;
  vertical-align: top;
}

.testimonials .testimonialsContent span {
  font-family: "Libre Franklin";
  display: inline-block;
  padding-left: 20px;
}

.testiWrapper {
  background-color: #358de5;
  height: 100vh;
  padding-top: 80px;
  position: relative;
}

.testiWrapper .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.testiWrapper .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.testiWrapper .title {
  font-size: 60px !important;
  color: #ffffff;
}

.testiWrapper .bgImgRight1 {
  position: absolute;
  bottom: -6%;
  width: 139px;
  left: 22%;
  z-index: 9999;
}

/*.testiWrapper .bgImgRight2 {
  position: absolute;
  right: 10%;
  bottom: 12%;
  width: 300px;
}*/

.testiWrapper .bgImgRight2 {
    position: absolute;
    right: 15%;
    bottom: 20%;
    width: 360px;
}

.contactWrapper {
  background-color: #141220;
  height: 100vh;
  padding-top: 80px;
  position: relative;
}

.contactWrapper .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.contactWrapper .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.contactWrapper .title {
  font-size: 60px !important;
  color: #ffffff;
  line-height: 55px !important;
}

.contactWrapper .bgImgRight1 {
  position: absolute;
  bottom: -17%;
  width: 139px;
  left: 22%;
  z-index: 9999;
}

.contactWrapper .bgImgRight2 {
  position: absolute;
  right: 10%;
  bottom: 12%;
  width: 300px;
}

/*.testiContainer {
  background-color: white;
  padding: 20px;
  position: relative;
}*/
.testiContainer {
  background-color: white;
  padding: 20px;
  position: relative;
  min-height: 254px;
}

.testiContainer h3 {
  font-family: "Fira Sans";
  font-size: 20px;
  padding-left: 18px;
  font-weight: bold;
}

.testiContainer p {
  padding: 20px;
  font-family: "Libre Franklin";
  font-size: 20px;
  width: 338px;
  color: #000000;
}

.testiContainer figure {
  position: absolute;
  top: 10%;
  right: -4%;
  z-index: 1000;
  /* height: 100px; */
  -webkit-box-shadow: 10px 12px 5px -8px #6b6b6b;
  box-shadow: 10px 12px 5px -8px #6b6b6b;
}

.owl-item {
  padding: 33px;
}

.owl-nav {
  text-align: center;
  /* padding-top: 6px; */
  /* display: block; */
  /* z-index: 9999 !important; */
  padding-bottom: 9px;
}

.owl-nav .owl-prev i {
  width: 27px;
  height: 30px;
  padding: 5px;
}

.owl-nav .owl-next {
  width: 27px;
  height: 30px;
  padding: 5px;
}

.socialIconFooter ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socialIconFooter ul li {
  padding-right: 30px;
}

.socialIconFooter ul li a {
  color: white;
  font-size: 18px !important;
}

.footerLinks ul {
  list-style-type: none;
  padding-left: 0px;
}

.footerLinks ul li {
  list-style-type: none;
}

.footerLinks ul li a {
  font-size: 20px;
  font-family: "Libre Franklin";
}

.footerLinks ul li a:hover {
  text-decoration: none;
}

.footerWarpper {
  padding: 30px;
}

.footerWarpper .title {
  font-size: 35px !important;
  color: #ffffff !important;
}

.footerWarpper .content {
  font-size: 15px !important;
  color: #ffffff !important;
}

.footerWarpper span {
  display: block;
}

.footerWarpper span a {
  color: #ffffff;
}

.inquiryfrmWrapper .frmtxt {
  width: 100% !important;
  height: 35px;
}

.inquiryfrmWrapper .frmsubmit {
  width: 60%;
  background: #ff3a49;
  color: #fff;
  border: none;
}

.sliderTitle {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
}

.back-to-top {
  position: absolute;
  top: 30px;
  right: 50px;
  display: none;
  z-index: 9999;
}

/*  Dhive Story  */
.storySection2 {
  background-color: #4945b4;
  height: 75vh;
  position: relative;
}

.storySection2 .title {
  color: #fc726b;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.storySection2 .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.careerMain {
  background-color: #eb8f44;
  height: 75vh;
  position: relative;
}

.careerMain .title {
  color: #fc726b;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.careerMain .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.careerMain .story .bgImgRight2 {
  position: absolute;
  left: 80%;
  bottom: -67%;
  width: 277px;
}

.careerMain .story::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -46px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.story::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -46px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.story {
  position: relative;
  padding-top: 106px;
}

.story h1 {
  font-size: 70px !important;
  line-height: 60px !important;
  color: #ffffff !important;
  padding-left: 100px;
}

.story .bgImgRight2 {
    position: absolute;
    left: 45%;
    top: -80px;
    width: 40vw;
}

.story .bgImgRight1 {
  position: absolute;
  left: -24%;
  bottom: -174%;
  width: 150px;
  z-index: 1010;
}

.dhiveStory {
    background-color: #0fd3d2;
    height: auto;
    position: relative;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 100px;
}

.dhiveStory .title {
  color: #000000;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.dhiveStory .content {
  color: #000000;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.dhiveStory h2 {
  font-size: 65px;
}

.dhiveStory .subTitle {
  font-size: 30px !important;
  padding-top: 10px;
}

.dhiveStory .dhiveStoryLeftImg1 {
  position: absolute;
  left: 8%;
  bottom: 29%;
  width: 76px;
  z-index: 9;
}

.dhiveStory .dhiveStoryLeftImg1 img {
  width: 100%;
}

.dhiveStory .dhiveStoryCenterImg1 {
  position: static;
  left: 32%;
  bottom: 5%;
  width: 550px;
  z-index: 9;
}

.dhiveStory .dhiveStoryCenterImg1 img {
  width: 100%;
}

.dhiveStory .dhiveStoryRight {
  width: 30px;
  height: 30px;
  border-radius: 22px;
  position: absolute;
  right: 16%;
  background: #808dfd;
  background: radial-gradient(circle, #808dfd 35%, #524fff 100%);
}

.dhiveStory::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.dhiveStoryServices {
  background-color: #09b778;
  height: auto;
  position: relative;
  padding: 50px 0 20px 0;
}

.dhiveStoryServices .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.dhiveStoryServices .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.dhiveStoryServices .servicesList {
  list-style-type: none;
  /*display: -webkit-box;
  display: -ms-flexbox;*/
  display: block;
  text-align: center;
}

.dhiveStoryServices .servicesList li a {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.dhiveStoryServices .servicesList li a figure {
  width: 80px;
  height: 80px;
  background-color: #1e4550;
  border-radius: 55px;
  -webkit-box-shadow: 3px 2px 0 1px #093c4a;
  box-shadow: 3px 2px 0 1px #093c4a;
  /* margin: 0 auto !important; */
  text-align: center;
  padding-top: 13px;
  /* line-height: 65px; */
  margin-right: 25px;
}

.dhiveStoryServices .servicesList li a figure img {
  width: 57px;
}

.dhiveStoryServices .servicesList li a span {
  font-family: "Libre Franklin";
  font-size: 20px;
  font-weight: bold;
  line-height: 19px;
  text-align: center !important;
  padding-left: 0 !important;
}

.dhiveStoryServices .servicesList li a:hover svg {
  fill: white !important;
  stroke: white;
}

.dhiveStoryServices .servicesList li a:hover figure {
  background: #cf6515;
  -webkit-box-shadow: 3px 2px 0 1px #844211;
          box-shadow: 3px 2px 0 1px #844211;
}

.dhiveStoryServices .servicesList li a:hover .content {
  color: #fff;
  text-decoration: none;
}

.dhiveStoryServices::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -52px;
  width: 100%;
  height: 100px;
  display: block;
  z-index: 9;
}

/* Testimonials Stlying */
.testiCover {
  background-color: #358de5;
  height: 75vh;
  position: relative;
}

.testiCover .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.testiCover .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.testiWrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -47px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.testiWraapper {
  position: relative;
}

.testiWraapper .bgImgRight2 {
  position: absolute;
  left: 41%;
  bottom: -308%;
  width: 368px;
}

.testiWraapper .bgImgRight1 {
  position: absolute;
  left: -75%;
  bottom: -415%;
  width: 150px;
  z-index: 1010;
}

.testcontainer {
  position: relative;
  background-color: #ff3a49;
  height: auto;
  padding: 150px 0 100px 0;
}

.testcontainer .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.testcontainer .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.testcontainer .bgImgRight1 {
  position: absolute;
  right: -7%;
  bottom: -17%;
  width: 102px;
  z-index: 9999;
}

.testcontainer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.testcontainer1 {
  position: relative;
  background-color: #09b778;
  height: auto;
  padding: 110px 0 110px 0;
}

.testcontainer1 .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.testcontainer1 .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.testcontainer1 .bgImgRight1 {
  position: absolute;
  left: 0;
  top: -24%;
  width: 102px;
}

/*.testcontainer1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}*/

/* Reach Our Hive */
.contactPageCover {
  background-color: #141220;
  height: 75vh;
  position: relative;
}

.contactPageCover .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.contactPageCover .content {
  color: white;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.contactWrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -47px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.reachhivewrapper {
  position: relative;
}

.reachhivewrapper .bgImgRight2 {
  position: absolute;
  left: 41%;
  bottom: -94%;
  width: 368px;
}

.reachhivewrapper .bgImgRight1 {
  position: absolute;
  left: -57%;
  bottom: -183%;
  width: 150px;
  z-index: 1010;
}

.owl-carousel img {
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
}

.addressandfromwrapper {
    position: relative;
    background-color: #0fd3d2;
    height: auto;
    padding: 100px 0 70px 0;
}

.addressandfromwrapper .title {
  color: #141220;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.addressandfromwrapper .content {
  color: #141220;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.addressandfromwrapper .bgImgRight1 {
  position: absolute;
  right: -7%;
  bottom: -17%;
  width: 102px;
}

.addressandfromwrapper .addWrapper {
  border-right: 1px dotted black;
  margin-right: 30px;
}

.addressandfromwrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.mapWrapper {
  position: relative;
  background-color: #09b778;
  height: 65vh;
  /*z-index: 1010;*/
}

.mapWrapper .title {
  color: #0056b3;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.mapWrapper .content {
  color: #0056b3;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.mapWrapper .bgImgRight1 {
  position: absolute;
  left: 0;
  top: -24%;
  width: 102px;
}

/* Our Expert */
.expertCover {
  background-color: #0b0332;
  height: 71vh;
  position: relative;
}

.expertCover .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.expertCover .content {
  color: -#ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.expertCoverInside {
  background-color: #0b0332;
  height: 71vh;
  position: relative;
}

.expertCoverInside .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.expertCoverInside .content {
  color: -#ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.expertCoverInside {
  position: relative;
  padding: 100px;
}

.expertCoverInside .title {
  font-size: 60px;
  line-height: 54px;
}

.expertCoverInside .bgImgRight1 {
  position: absolute;
  left: 16%;
  bottom: -21%;
  width: 150px;
  z-index: 9999;
}

/*.expertCoverInside .bgImgRight2 {
  position: absolute;
  right: 12%;
  top: 4px;
  width: 383px;
}*/
.expertCoverInside .bgImgRight2 {
    position: absolute;
    right: 12%;
    top: auto;
    width: 570px;
    bottom: -5%;
}

.expertCoverInside::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -53px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.expertHeader {
  position: relative;
}

.expertWrapper {
  background-color: #0fd3d2;
  height: auto;
  position: relative;
  padding: 100px 0 100px 0;
}

.expertWrapper .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.expertWrapper .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.expertWrapper .subTitle {
  color: #ffffff;
  font-size: 30px;
  display: block;
}

.expertWrapper .dhiveStoryLeftImg1 {
  position: absolute;
  right: 10%;
  bottom: 41%;
  width: 100px;
}

.expertWrapper .dhiveStoryLeftImg1 img {
  width: 100%;
}

/*.expertWrapper .dhiveStoryCenterImg1 {
  position: absolute;
  right: 25%;
  bottom: 7%;
  width: 507px;
}*/
.expertWrapper .dhiveStoryCenterImg1 {
    position: static;
    right: 30%;
    bottom: 7%;
    width: 580px;
}

.expertWrapper .dhiveStoryCenterImg1 img {
  width: 100%;
}

/*.expertWrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}*/

.aroundDHiveCover {
  background-color: #09b778;
  height: 70vh;
}

.aroundDHiveCover .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.aroundDHiveCover .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.aroundDhiveWrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.aroundDhiveWrapper {
  position: relative;
  padding-top: 78px;
}

.aroundDhiveWrapper h1 {
  font-size: 70px !important;
  line-height: 60px !important;
  color: #ffffff !important;
  padding-left: 100px;
}

.aroundDhiveWrapper .bgImgRight1 {
  position: absolute;
  width: 140px;
  left: -45%;
  bottom: -185%;
  z-index: 9999;
}

/*.aroundDhiveWrapper .bgImgRight2 {
  position: absolute;
  left: 62%;
  top: -39%;
  width: 331px;
  z-index: 999;
}*/
.aroundDhiveWrapper .bgImgRight2 {
    position: absolute;
    left: 15%;
    top: -30px;
    width: 44vw;
    z-index: 999;
}
.aroundDhiveWrapper .left49 {
  left: 49% !important;
}

.aroundDhiveWrapper .left79 {
  left: 79%;
}

.aroundDhiveWrapper .left72 {
left: 45%;
    width: 76%;
}

.aroundDhiveWrapper .bottom379 {
  bottom: -413%;
}

.DHiveServices {
  background-color: #3bdb93;
  height: auto;
  position: relative;
  padding: 100px 0 60px 0;
  height: auto !important;
}

.DHiveServices .title {
  color: #000000;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.DHiveServices .content {
  color: #000000;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.DHiveServices .content {
  font-size: 20px;
}

.DHiveServices::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12%;
  width: 100%;
  height: 91px;
  display: none;
  z-index: 999;
}

.dhiveweb {
  background-color: #358de5;
  height: 80vh;
  position: relative;
  padding: 100px 0;
}

.dhiveweb .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.dhiveweb .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.dhiveweb .content {
  font-size: 20px;
}

.dhiveweb .left {
  position: relative;
}

/*.dhiveweb .left .leftImg {
  position: absolute;
  left: 10%;
  top: -48px;
  width: 350px;
}*/
.dhiveweb .left .leftImg {
    position: absolute;
    left: 7%;
    top: -48px;
    width: 470px;
}

.dhiveweb .left .leftImg img {
  width: 100%;
}

.dhiveweb .left .rightContent {
  padding: 50px 0;
}

.dhiveweb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.dhivemobile {
  background-color: #ff3a49;
  height: 80vh;
  position: relative;
  padding: 105px 0;
}

.dhivemobile .title {
  color: #fffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.dhivemobile .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.dhivemobile .right {
  position: relative;
}

/*.dhivemobile .right .rightImg {
  position: absolute;
  right: 10%;
  top: -48px;
  width: 350px;
}*/

.dhivemobile .right .rightImg {
    position: absolute;
    right: 10%;
    top: -48px;
    width: 430px;
}

.dhivemobile .right .rightImg img {
  width: 100%;
}

.dhivemobile .right .leftContent {
  padding: 50px 0 50px 120px;
}

.dhiveMobile::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.dhiveDigital {
  background-color: #4945b4;
  height: 80vh;
  position: relative;
  padding: 100px 0;
}

.dhiveDigital .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.dhiveDigital .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.dhiveDigital .left {
  position: relative;
}

/*.dhiveDigital .left .leftImg {
  position: absolute;
  left: 10%;
  top: -48px;
  width: 350px;
}*/

.dhiveDigital .left .leftImg {
    position: absolute;
    left: 9%;
    top: -70px;
    width: 445px;
}

.dhiveDigital .left .leftImg img {
  width: 100%;
}

.dhiveDigital .left .rightContent {
  padding: 50px 0;
}

.dhiveDigital::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.dhivecreative {
  background-color: #0fd3d2;
  height: 80vh;
  position: relative;
  padding: 100px 0;
}

.dhivecreative .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
  max-width: 50%;
}

.dhivecreative .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.dhivecreative .right {
  position: relative;
}

/*.dhivecreative .right .rightImg {
  position: absolute;
  right: 10%;
  top: -48px;
  width: 350px;
}*/
.dhivecreative .right .rightImg {
    position: absolute;
    right: 9%;
    top: -70px;
    width: 435px;
}

.dhivecreative .right .rightImg img {
  width: 100%;
}

.dhivecreative .right .leftContent {
  padding: 50px 0 50px 120px;
}

.dhivecreative::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.dhivefilming {
  background-color: #0b0332;
  height: 80vh;
  position: relative;
  padding: 100px 0;
}

.dhivefilming .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.dhivefilming .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.dhivefilming .left {
  position: relative;
}

/*.dhivefilming .left .leftImg {
  position: absolute;
  left: 10%;
  top: -48px;
  width: 350px;
}*/
.dhivefilming .left .leftImg {
    position: absolute;
    left: 8%;
    top: -60px;
    width: 440px;
}

.dhivefilming .left .leftImg img {
  width: 100%;
}

.dhivefilming .left .rightContent {
  padding: 50px 0;
}

.dhivefilming::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.dhiveSMM {
  /*background-color: #5214ff;*/
  background-color: #266aaf;
  height: 80vh;
  position: relative;
  padding: 100px 0;
}

.dhiveSMM .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.dhiveSMM .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.dhiveSMM .right {
  position: relative;
}

/*.dhiveSMM .right .rightImg {
  position: absolute;
  right: 10%;
  top: -48px;
  width: 350px;
}*/

.dhiveSMM .right .rightImg {
    position: absolute;
    right: 10%;
    top: -48px;
    width: 425px;
}

.dhiveSMM .right .rightImg img {
  width: 100%;
}

.dhiveSMM .right .leftContent {
  padding: 0 0 50px 120px;
}

/*.dhiveSMM::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}
*/
.dhivewebWrapper {
  background-color: #09b779;
  height: 70vh;
}

.dhivewebWrapper .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.dhivewebWrapper .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.webportfolio {
  background-color: #358de5;
  height: auto;
  padding: 150px 0;
  position: relative;
}

.webportfolio .title {
  color: #212529;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.webportfolio .content {
  color: #212529;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.webportfolio::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.portfolioContainer {
  background-color: #287bce;
  margin-top: 60px;
  font-family: "Fira Sans";
  position: relative;
}

.portfolioContainer .portfolioContent .companyDetail {
  list-style-type: none;
}

.portfolioContainer .portfolioContent .companyDetail .technologyStack {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

.portfolioContainer .portfolioContent .companyDetail .technologyStack li {
  padding-right: 10px;
  padding-bottom: 0;
}

.portfolioContainer .portfolioContent .companyDetail .technologyStack li img {
  width: 30px;
}

.portfolioContainer .portfolioContent .companyDetail li {
  padding-bottom: 10px;
  font-weight: 600;
}

.portfolioContainer .portfolioContent .companyDetail li img {
  width: 150px;
}

.portfolioContainer .portfolioContent .companyDetail li a {
  color: white;
  text-decoration: none;
}

.portfolioContainer .portfolioContent .companyDetail li a:hover {
  color: 0;
}

.portfolioContainer .portfolioContent .companyDetail li:nth-child(2) {
  font-weight: bold;
  font-size: 23px;
}

.portfolioContainer .portfolioContent .companyDetail li:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolioContainer .portfolioImg {
    position: absolute;
    width: 460px;
    right: -24%;
    top: 13%;
    /* background: url(../images/frame.png); */
    height: auto;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    box-shadow: 10px 10px 5px -6px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    overflow: hidden;
}
.portfolioContainer .portfolioImg img {
  width: 100%;
}

.portfolioContainer .portfolioImg:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mobileportfolio {
  background-color: #ff3a49;
  height: auto;
  padding: 150px 0;
  position: relative;
}

.mobileportfolio .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.mobileportfolio .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.mobileportfolio .portfolioContainer {
  background-color: #c41d2a;
  color: #ffffff;
  margin-top: 100px !important;
}

.mobileportfolio .portfolioImg {
  position: absolute;
  width: 288px;
  right: 5%;
  top: -16%;
  z-index: 9999;
  box-shadow: none;
}

.mobileportfolio::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.digitalportfolio {
  background-color: #4945b4;
  height: auto;
  padding: 150px 0 60px 0;
  position: relative;
}

.digitalportfolio .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.digitalportfolio .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.digitalportfolio .portfolioContainer {
  background-color: #322e96;
  color: #ffffff;
  margin-top: 100px !important;
}

.digitalportfolio::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.creativeportfolio {
  background-color: #0fd3d2;
  height: auto;
  padding: 150px 0 10px 0;
  position: relative;
}

.creativeportfolio .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.creativeportfolio .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.creativeportfolio .portfolioContainer {
  background-color: #0fd3d2;
  color: #ffffff;
  margin-top: 100px !important;
}

.creativeportfolio::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4%;
  width: 100%;
  height: 91px;
  display: none;
  z-index: 999;
}

.filmingportfolio {
  background-color: #0b0332;
  height: auto;
  padding: 150px 0 22px 0;
  position: relative;
}

.filmingportfolio .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.filmingportfolio .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.filmingportfolio .portfolioContainer {
  background-color: #0b0332;
  color: #ffffff;
  margin-top: 100px !important;
}

.filmingportfolio::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4%;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.filmingImg {
  position: absolute;
  left: 17% !important;
  top: -144% !important;
  width: 350px !important;
  z-index: 999;
}

.creativeImg {
  position: absolute;
  left: 51% !important;
  top: -126% !important;
  width: 358px !important;
  z-index: 999;
}

.digitalImg {
  position: absolute;
  left: 60% !important;
  top: -78% !important;
  width: 400px !important;
  z-index: 999;
}

.mobDevImg {
  position: absolute;
  left: 30% !important;
  top: -35% !important;
  width: 390px !important;
  z-index: 999;
}

.webDevImg {
  position: absolute;
  top: -85% !important;
  width: 340px !important;
  z-index: 1000 !important;
}

.socialmediaImg {
    position: absolute;
    top: -45% !important;
    width: 340px !important;
    z-index: 1000 !important;
}

.reachHiveImg {
    position: absolute;
    top: -107% !important;
    width: 298px !important;
    z-index: 1000 !important;
}

.testimonialImg {
    position: absolute;
    top: -181% !important;
    width: 340px !important;
    z-index: 1000 !important;
}

.ourexpImg {
    position: absolute;
    top: -84px;
    width: 40vw;
    z-index: 1000 !important;
}

.joinusImg {
  position: absolute;
  top: -86% !important;
  width: 340px !important;
  z-index: 1000 !important;
}

.ourStoryImg {
    position: absolute;
    top: -83% !important;
    width: 530px !important;
    z-index: 1000!important;
	right: 74px;
}

.aroundImg {
  position: absolute;
  top: -57% !important;
  width: 530px !important;
  z-index: 1000 !important;
}

.careerlisting {
  padding-top: 40px;
  padding-bottom: 50px;
}

.careersWrapper {
    background-color: #0fd3d2;
    height: auto;
    position: relative;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 50px;
}

.careersWrapper .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.careersWrapper .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.careersWrapper h2 {
  font-size: 65px;
}

.careersWrapper .subTitle {
  font-size: 22px !important;
  padding-top: 10px;
}

.careersWrapper .dhiveStoryLeftImg1 {
  position: absolute;
  left: 4%;
  bottom: 14%;
  width: 76px;
  z-index: 9;
}

.careersWrapper .dhiveStoryLeftImg1 img {
  width: 100%;
}

.careersWrapper .dhiveStoryCenterImg1 {
  position: absolute;
  left: 32%;
  bottom: 5%;
  width: 550px;
  z-index: 9;
}

.careersWrapper .dhiveStoryCenterImg1 img {
  width: 100%;
}

.careersWrapper .dhiveStoryRight {
  width: 30px;
  height: 30px;
  border-radius: 22px;
  position: absolute;
  right: 16%;
  background: #808dfd;
  background: radial-gradient(circle, #808dfd 35%, #524fff 100%);
}

.careersWrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 91px;
  display: block;
  z-index: 999;
}

.vendorRegWrapper {
  background-color: #f26048;
  height: auto;
  position: relative;
  padding: 128px 0 100px 0;
}

.vendorRegWrapper .title {
  color: #ffffff;
  font-family: "Fira Sans";
  font-size: 40px;
  line-height: 45px;
}

.vendorRegWrapper .content {
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
}

.vendorRegWrapper .servicesList {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vendorRegWrapper .servicesList li a {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.vendorRegWrapper .servicesList li a figure {
  width: 65px;
  height: 65px;
  background-color: #006b89;
  border-radius: 55px;
  -webkit-box-shadow: 3px 2px 0 1px #093c4a;
          box-shadow: 3px 2px 0 1px #093c4a;
  margin: 0;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}

.vendorRegWrapper .servicesList li a span {
  font-family: "Libre Franklin";
  font-size: 20px;
  font-weight: bold;
  line-height: 19px;
  text-align: center !important;
  padding-left: 0 !important;
}

.vendorRegWrapper .servicesList li a svg {
  width: 40px;
}

.vendorRegWrapper .servicesList li a:hover svg {
  fill: white !important;
  stroke: white;
}

.vendorRegWrapper .servicesList li a:hover figure {
  background: #cf6515;
  -webkit-box-shadow: 3px 2px 0 1px #844211;
          box-shadow: 3px 2px 0 1px #844211;
}

.vendorRegWrapper .servicesList li a:hover .content {
  color: #fff;
  text-decoration: none;
}

.vendorRegWrapper .vendorRegWrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -52px;
  width: 100%;
  height: 100px;
  display: block;
  z-index: 9;
}

.radioCaption {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radioCaption input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radioCaption input:checked ~ .checkmark {
  background-color: #debc1f;
}

.radioCaption input:checked ~ .checkmark:after {
  display: block;
}

.radioCaption:hover input ~ .checkmark {
  background-color: #ccc;
}

.radioCaption .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.item {
  margin: 20px auto;
  display: block;
  height: auto;
}

.item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.chosen-container-single .chosen-single {
  height: 35px !important;
  padding: 3px 0 8px 8px !important;
  width: 203px;
}

.testiImg {
  width: 400px;
  z-index: 999;
}

/*.testiImg img {
  width: 400px;
}*/

.layer1 {
    z-index: 999;
    left: 110px !important;
    top: -20px !important;
}

.layer2 {
    z-index: 999;
    left: -4% !important;
    top: -30% !important;
}

.layer3 {
  z-index: 9;
}

.dehivestorywrap .servicesList {
  padding-left: 0px;
}

.dehivestorywrap .servicesList li {
    width: auto;
    margin: 0 30px;
}
.dehivestorywrap .servicesList li a figure {
  margin: 0 auto;
  margin-bottom: 25px;
}

.section3 .title {
  text-align: inherit;
  margin-left: 0px;
}

.tp-leftarrow.default {
  display: none;
}

.tp-rightarrow.default {
  display: none;
}

.middelportploio .owl-carousel .owl-item img{margin:0;}

.rightposition{    position: relative;
    right: 70px;}

  .middelportploio .owl-nav{position: relative;
    left: -80px;}

/*# sourceMappingURL=style.css.map */

.digital-content-page .owl-carousel .owl-item img {
    width: 100% !important;
}
.digital-content-page  .rightposition {
    position: relative;
     right: 0; 
}
.digital-content-page .middelportploio .owl-nav {
    position: relative;
    left: 0;
}
.copyright {
    font-size: 12px;
}
.addWrapper a {
    color: #0b4b90;
}
.margin-top {
    margin-top: 30px;
}


.joinus {
  position: relative;
  padding-top: 106px;
}

.joinus h1 {
  font-size: 70px !important;
  line-height: 60px !important;
  color: #ffffff !important;
  padding-left: 100px;
}

.iframe-container iframe {
    width: 689px;
    height: 325px;
}

.footerLinks > ul {
    display: none;
}
.overlap {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
}
.section3.homepageservicedesign_correction {
    height: auto !important;
}
.section3.homepageservicedesign_correction .bluecircleservicessmal2 {
    bottom: -10%;
}
.homepageservicedesign_correction ul.servicesList {
    margin-bottom: 45px;
}