@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap");
html {
  font-size: 62.5%;
}

@font-face {
  font-family: "helveticaneue-bold";
  src: url("../Fonts/HelveticaNeue-Bold.ttf") format("woff"), url("../Fonts/HelveticaNeue-Bold.ttf") format("opentype"), url("../Fonts/HelveticaNeue-Bold.ttf") format("truetype");
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

.nav1 {
  margin-bottom: 0;
}

.navtop {
  position: fixed;
  top: 0;
  right: 10%;
  left: auto;
  padding-right: 4rem;
  border-radius: 0rem 0rem 5rem 5rem;
  background-color: #46247a;
}
.navtop ul li a {
  color: white;
  font-size: 1.7rem;
}
.navtop ul li a:hover {
  color: #BD138A;
}
.navtop ul li {
  color: white;
  padding: 1rem 0rem 1rem 3rem;
}

.fixed-top .navbar-brand img {
  height: 120px;
  width: auto;
}

.main_header {
  width: 100%;
}
.main_header .navbar-nav {
  padding-left: 15rem;
  margin-top: 6rem;
}
.main_header .navbar-nav .nav-item .nav-link {
  font-size: 2rem;
  font-family: "Nunito Sans";
  font-weight: 600;
  color: #2F2E35;
  padding-right: 2.2rem;
}
.main_header .navbar-nav .nav-item:last-child > .nav-link {
  padding-right: 0%;
}
.main_header .dropdown:hover .dropdown-menu {
  display: block;
}
.main_header .dropdown-menu {
  margin-top: 0;
  min-width: 20rem;
  border: 0;
  font-family: "Nunito Sans";
  color: #441B68;
  font-size: 1.8rem;
  font-weight: 700;
}
.main_header .dropdown-item {
  font-size: 1.8rem;
  color: #441B68;
  font-weight: 700;
}
.main_header .dropdown-item:focus, .main_header .dropdown-item:hover {
  color: #FFFFFF;
  background-color: #D044A6;
}
.main_header .nav-item:hover > .nav-link {
  color: #BD138A;
}

.d-flex {
  display: none;
}
.d-flex ul {
  display: none;
}

.main_hero {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.main_hero::before {
  background-image: url(../images/background-320x725.jpg);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

@media (min-width: 320px) {
  .main_hero::before {
    background-image: url(../images/background-460x725.jpg);
  }
}
@media (min-width: 460px) {
  .main_hero::before {
    background-image: url(../images/background-720x600.jpg);
  }
}
@media (min-width: 720px) {
  .main_hero::before {
    background-image: url(../images/background-980x444.jpg);
  }
}
@media (min-width: 980px) {
  .main_hero::before {
    background-image: url(../images/background-1240x562.jpg);
  }
}
@media (min-width: 1240px) {
  .main_hero::before {
    background-image: url(../images/background-1500x680.jpg);
  }
}
@media (min-width: 1500px) {
  .main_hero::before {
    background-image: url(../images/background-1760x798.jpg);
  }
}
@media (min-width: 1760px) {
  .main_hero::before {
    background-image: url(../images/background-1920x821.jpg);
  }
}
.main_hero .hero_right_content {
  display: block;
  background-color: #FFFFFF;
  width: 90%;
  margin-right: 5rem;
  float: left;
  justify-content: center;
  text-align: center;
  margin-top: 25rem;
  margin-bottom: 0;
}
.main_hero .hero_right_content h3 {
  color: #FFFFFF;
  background: #512974;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 900;
  margin: -4rem auto 0.5rem 2.2rem;
  padding: 2.5rem 3rem;
}
.main_hero .hero_right_content h2 {
  color: #441B68;
  font-size: 7.5rem;
  line-height: 10rem;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
}
.main_hero .hero_right_content h1 {
  color: #441B68;
  font-size: 7.5rem;
  line-height: 10rem;
  font-weight: 700;
  text-transform: uppercase;
}
.main_hero .hero_right_content h1 hr {
  height: 2px;
  border-width: 0;
  color: #441B68;
  background-color: #441B68;
  width: 30rem;
  margin: auto auto;
  opacity: 1;
  text-align: center;
}
.main_hero .hero_right_content h1 span {
  font-weight: 300;
  font-style: italic;
}
.main_hero .hero_right_content p {
  color: #BD138A;
  font-size: 2.5rem;
  margin: -0.7rem auto 0rem auto;
}
.main_hero .hero_right_content hr {
  height: 1px;
  border-width: 0;
  color: #BD138A;
  background-color: #BD138A;
  width: 13rem;
  margin: auto auto;
  opacity: 1;
  text-align: center;
}
.main_hero .hero_right_content .margin3 {
  padding-top: 0rem;
}
.main_hero .hero_right_content .hero_button {
  margin-top: 3rem;
}
.main_hero .hero_right_content .hero_button a {
  padding: 1.6rem 4.2rem;
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 25px auto -10px auto;
}
.main_hero .hero_right_content .hero_button a:hover {
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}

.contactform2 {
  background-color: #bd128a;
  position: relative;
  padding: 1.5rem;
  top: 25%;
  margin: 15rem 0rem -10rem -7rem;
  width: 100%;
}
.contactform2 h3 {
  font-size: 2rem;
  color: white;
}
.contactform2 input, .contactform2 textarea {
  width: 100%;
  padding: 0.6rem 0.8rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  border-radius: 2.2rem;
  background: transparent;
  font-size: 1.8rem;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.contactform2 input[type=submit] {
  background-color: transparent;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  border: 1px solid #FFFFFF;
  border-radius: 2.2rem;
  display: inline-block;
  padding: 1.2rem 3rem;
  width: unset;
  cursor: pointer;
}
.contactform2 .bgcheckbox {
  border: 1px solid #FFFFFF;
  border-radius: 2.2rem;
  width: 100%;
}
.contactform2 p {
  font-size: 1.6rem;
  display: inline;
  padding-left: 1.2rem;
  top: 1.1rem;
  color: white;
  position: relative;
}
.contactform2 input[type=checkbox] {
  width: auto;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  margin-top: 1.5rem;
  margin-left: 1.2rem;
  display: inline-block;
}
.contactform2 ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.contactform2 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.contactform2 textarea {
  height: 15rem;
}

.sec1 {
  position: relative;
  background: #441B68;
  padding: 10rem 0;
}

.sec1 .sec1_right_content {
  display: block;
  color: #FFFFFF;
}
.sec1 .sec1_right_content h3 {
  color: #FFFFFF;
  background: #512974;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  padding: 1rem 1.2rem;
}
.sec1 .sec1_right_content h2 {
  color: #BD138A;
  font-size: 4.8rem;
  font-family: "helveticaneue-bold";
  line-height: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.sec1 .sec1_right_content h1 {
  color: #FFFFFF;
  font-size: 4.8rem;
  line-height: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "helveticaneue-bold";
}
.sec1 .sec1_right_content p {
  color: #FFFFFF;
  font-size: 2rem;
}
.sec1 .sec1_right_content p span {
  color: #BD138A;
}
.sec1 .sec1_right_content .sec1_button {
  margin-top: 2rem;
}
.sec1 .sec1_right_content .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #BD138A;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
}
.sec1 .sec1_right_content .sec1_button a:hover {
  background: #BD138A;
  color: #FFFFFF;
}
.sec1 .sec1right {
  margin: 12rem 5rem;
}
.sec1 .sec1right img {
  width: 100%;
  height: auto;
}

.sec2 {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin: 0px auto;
}
.sec2 .features {
  display: flex;
  margin: -7rem auto 2rem auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.sec2 .features .feature1 {
  margin: 0rem 3rem;
}
.sec2 .features img {
  display: block;
}
.sec2 .features p {
  text-align: center;
  display: block;
  margin: 0px auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
}
.sec2 .features2 {
  display: block;
  text-align: center;
}
.sec2 .features2 h2 {
  color: #2F2E35;
  font-size: 4rem;
  font-family: "helveticaneue-bold";
  line-height: 4.5rem;
  font-weight: bold;
}
.sec2 .features2 h2 span {
  color: #BD138A;
  display: block;
}
.sec2 .features3 {
  display: flex;
  margin: 5rem auto 2rem auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.66rem;
  font-weight: 900;
}
.sec2 .features3 .features3_col1 {
  display: inline-flex;
}
.sec2 .features3 .features3_col1 p {
  border: 1px solid #BD138A;
  width: 150px;
  height: 150px;
  color: #BD138A;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
}
.sec2 .features3 .features3_col1 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #E09CCC;
}
.sec2 .features3 .features3_col2 {
  display: inline-flex;
}
.sec2 .features3 .features3_col2 p {
  border: 1px solid #C13B99;
  background-color: #E09CCC;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}
.sec2 .features3 .features3_col2 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #D06CB2;
}
.sec2 .features3 .features3_col3 {
  display: inline-flex;
}
.sec2 .features3 .features3_col3 p {
  border: 1px solid #707070;
  background-color: #D06CB2;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}
.sec2 .features3 .features3_col3 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #D06CB2;
}
.sec2 .features3 .features3_col4 {
  display: inline-flex;
}
.sec2 .features3 .features3_col4 p {
  border: 1px solid #707070;
  color: #FFFFFF;
  text-align: center;
  background-color: #C13B99;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}
.sec2 .features3 .features3_col4 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #BD138A;
}
.sec2 .features3 .features3_col5 {
  display: inline-flex;
}
.sec2 .features3 .features3_col5 p {
  border: 1px solid #707070;
  background-color: #BD138A;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}

.sec3 {
  position: relative;
  padding: 10rem 5rem;
  z-index: -1;
  background: #2F2E35;
  margin: 0px auto;
}
.sec3 .morefeature {
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  margin-right: 2rem;
}
.sec3 .morefeature h3 {
  color: #D044A6;
  font-size: 4rem;
  font-family: "helveticaneue-bold";
  line-height: 4.5rem;
  font-weight: 900;
}
.sec3 .morefeature h3 span {
  color: #FFFFFF;
  font-size: 5.5rem;
  display: block;
}
.sec3 .morefeature p {
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 2.2rem;
}
.sec3 .morefeature p span {
  color: #D044A6;
  font-weight: bold;
}
.sec3 .testimonial {
  background-color: #FFFFFF;
  padding-bottom: 4rem;
  margin-top: -10rem;
  padding: 6rem 2rem 3rem 2rem;
}
.sec3 .testimonial .testi1 {
  display: flex;
  padding: 3rem 3rem 0 3rem;
  color: #2F2E35;
  clear: both;
}
.sec3 .testimonial .testi1 p {
  color: #2F2E35;
  font-size: 1.6rem;
  line-height: 1.8rem;
  flex-direction: row;
  padding: 0.5rem 1rem;
}
.sec3 .testimonial .testi1 img {
  width: 100px;
  height: 100px;
  flex-direction: row;
}
.sec3 .testimonial h4 {
  position: relative;
  color: #2F2E35;
  font-size: 1.6rem;
  float: right;
  margin-top: -1.5rem;
  padding: 0 2rem 0 2rem;
  line-height: 1.8rem;
}
.sec3 .testimonial h4 span {
  color: #C13B99;
  display: block;
  line-height: 2rem;
}
.sec3 .trust {
  display: block;
  margin: 3rem auto;
}
.sec3 .trust img {
  width: 198px;
  height: 83px;
  display: block;
  margin: 2rem auto;
}

.curl {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  background: linear-gradient(135deg, #2F2E35, #2F2E35 45%, #2F2E35 50%, #aaa 50%, #bbb 56%, #ccc 62%, #f3f3f3 80%, #fff 100%);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}

.curl:before,
.curl:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 12.5%;
  bottom: 5.8%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg) rotate(-6deg);
}

.curl:after {
  left: auto;
  right: 5.8%;
  bottom: auto;
  top: 14.16%;
  transform: skew(-15deg) rotate(-84deg);
}

.curl:hover {
  width: 240px;
  height: 240px;
}

.curl:hover:before,
.curl:hover:after {
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.3);
}

.services {
  position: relative;
  padding: 10rem 5rem;
  text-align: center;
  margin: -20rem auto 2rem auto;
}
.services .service1 {
  display: block;
  color: #FFFFFF;
}
.services .service1 h3 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
  color: #2F2E35;
}
.services .service1 p {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #2F2E35;
}
.services .service1 hr {
  width: 50%;
  background-color: #BD138A;
  height: 0.2rem;
  margin: 0 auto 1rem auto;
  opacity: 1;
}
.services .serv1_button a {
  padding: 1.6rem 4.2rem;
  background: #512974;
  font-size: 1.8rem;
  line-height: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
}

.ourwork {
  position: relative;
  z-index: -1;
  background: #FFFFFF;
  margin: 0px auto;
  padding: 3rem 1rem;
}
.ourwork .workheading {
  color: #2F2E35;
}
.ourwork .workheading h2 {
  font-size: 5rem;
  line-height: 5.5rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  text-align: center;
  display: block;
  width: 100%;
  color: #2F2E35;
}
.ourwork .workicons {
  display: flex;
  margin: 2rem auto 2rem auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.ourwork .workicons .workicon1 {
  display: flex-row;
  flex-direction: row;
  padding: 0 3rem;
}
.ourwork .workicons img {
  display: block;
  width: 115px;
  height: 115px;
  margin: 1rem auto;
}
.ourwork .workicons p {
  text-align: center;
  display: block;
  color: #512974;
  font-weight: 800;
  margin: 0px auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
}

.bizsec {
  position: relative;
  background: #2F2E35;
  margin: 0px auto;
  padding: 10rem 1rem;
}
.bizsec .bizheading {
  display: block;
  color: #FFFFFF;
}
.bizsec .bizheading h2 {
  font-size: 4rem;
  line-height: 4.5rem;
  text-align: center;
  font-weight: bold;
}
.bizsec .biztext {
  display: block;
}
.bizsec .biztext p {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  margin: 2rem auto;
}
.bizsec .biztext p a {
  color: #BD138A;
}
.bizsec .biztext p a:hover {
  color: #FFFFFF;
}
.bizsec .bizlogos {
  display: flex;
  margin: 2rem auto 2rem auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.bizsec .bizlogos .bizlogo1 {
  flex-direction: row;
  padding: 0 0.8rem;
}
.bizsec .bizlogos img {
  display: block;
  width: 253px;
  height: 100px;
  margin: 1rem auto;
}

.referus {
  position: relative;
  z-index: 1;
  background: #4d1e75;
  margin: 0px auto;
  padding: 10rem 1rem 1rem 1rem;
  text-align: center;
}
.referus .refercontent {
  display: block;
  color: #FFFFFF;
  padding-bottom: 2.5rem;
}
.referus .refercontent h1 {
  font-size: 4.2rem;
  line-height: 5rem;
  color: #FFFFFF;
  text-align: center;
  font-family: "helveticaneue-bold";
  font-weight: bold;
}
.referus .refercontent h4 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #D044A6;
  text-align: center;
}
.referus .refercontent p {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  text-align: center;
}
.referus .refercontent h6 {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #D044A6;
  text-align: center;
}
.referus .refer_btn {
  margin-bottom: -4rem;
}
.referus .refer_btn a {
  padding: 1.6rem 4.2rem;
  background: #D044A6;
  font-size: 1.8rem;
  line-height: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 1rem;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
}
.referus .refer_btn a:hover {
  background: #FFFFFF;
  color: #D044A6;
  border: 1px solid #653C89;
}

.family {
  position: relative;
  background: #FFFFFF;
  margin: 0px auto;
  padding: 10rem 1rem;
  text-align: center;
}
.family .family_cont {
  display: block;
  color: #2F2E35;
}
.family .family_cont h2 {
  font-size: 4rem;
  line-height: 4.5rem;
  text-align: center;
  color: #BD138A;
  font-weight: bold;
}
.family .family_cont p {
  font-size: 1.8rem;
  color: #2F2E35;
  margin: 1rem auto;
  text-align: center;
  width: 80%;
}
.family .family_pics {
  display: flex;
  margin: 2rem auto 2rem auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.family .family_pics .fam_pic {
  flex-direction: row;
  padding: 0 0.8rem;
}
.family .family_pics img {
  display: block;
  width: 253px;
  height: auto;
  margin: 1rem auto;
}
.family .fam_btn a {
  padding: 1.6rem 4.2rem;
  background: #512974;
  font-size: 1.8rem;
  line-height: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
}
.family .fam_btn a:hover {
  background: #BD138A;
  color: #FFFFFF;
}

.covid {
  position: relative;
  background: #fff;
  padding: 3rem 2rem;
}
.covid .covidpurple {
  background: #CA4DA5;
  padding: 8rem 3rem;
}
.covid .foldt6 {
  position: relative;
}
.covid .foldt6:before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 69px solid #FFFFFF;
  border-left: 69px solid transparent;
}
.covid .foldt6:after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 69px solid #2F2E35;
  border-right: 69px solid transparent;
}

.covid .covid_right_content {
  display: block;
  color: #FFFFFF;
}
.covid .covid_right_content h1 {
  color: #FFFFFF;
  font-size: 3.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  font-family: "helveticaneue-bold";
}
.covid .covid_right_content p {
  color: #FFFFFF;
  font-size: 2rem;
}
.covid .covid_right_content .covid_button a {
  padding: 1.6rem 4.2rem;
  background: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #BD138A;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
  float: left;
}
.covid .covid_right_content .covid_button a:hover {
  background: #653C89;
  color: white;
}
.covid .covid_right_content .covid_button2 a {
  padding: 1.6rem 4.2rem;
  background: #2F2E35;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
  float: right;
}
.covid .covid_right_content .covid_button2 a:hover {
  background: #653C89;
  color: #FFFFFF;
  float: right;
}
.covid .covidleft {
  margin: 2rem 5rem;
}
.covid .covidleft img {
  width: 100%;
  height: auto;
}

.map {
  position: relative;
  z-index: -1;
  background: #fff;
}

.subscribe {
  position: relative;
  background: #fff;
  margin: 1rem auto;
  display: block;
  margin: 1rem auto;
  text-align: center;
  padding: 10rem 5rem;
}
.subscribe h2 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 800;
  display: block;
  font-family: "helveticaneue-bold";
  color: #D044A6;
  margin: 0.5rem auto;
}
.subscribe p {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 1rem;
  margin: 0.5rem auto;
}
.subscribe .subscribe_sec {
  display: block;
  text-align: center;
  margin: 0.5rem auto;
}
.subscribe .subscribe_sec input, .subscribe .subscribe_sec textarea {
  width: 50%;
  flex-direction: row;
  padding: 0.6rem 0.8rem;
  margin-bottom: 1rem;
  border-radius: 2.2rem;
  border: 1px solid #60407C;
  box-sizing: border-box;
}
.subscribe .subscribe_sec input[type=submit] {
  background-color: #593578;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  border: none;
  border-radius: 3rem;
  display: inline-block;
  padding: 1.2rem 3rem;
  width: unset;
  cursor: pointer;
}

.gettouch {
  position: relative;
  background: #441b68;
  display: block;
  margin: 0rem auto;
  padding: 10rem 5rem;
}
.gettouch h2 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 4rem;
  color: #FFFFFF;
}
.gettouch input, .gettouch textarea {
  width: 100%;
  padding: 0.6rem 0.8rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  border-radius: 2.2rem;
  background: transparent;
  font-size: 1.8rem;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.gettouch input[type=submit] {
  background-color: transparent;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  border: 1px solid #FFFFFF;
  border-radius: 2.2rem;
  display: inline-block;
  padding: 1.2rem 3rem;
  width: unset;
  cursor: pointer;
}
.gettouch .bgcheckbox {
  border: 1px solid #FFFFFF;
  border-radius: 2.2rem;
  width: 100%;
}
.gettouch p {
  font-size: 1.6rem;
  display: inline;
  padding-left: 1.2rem;
  top: 1.1rem;
  color: white;
  position: relative;
}
.gettouch input[type=checkbox] {
  width: auto;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  margin-top: 1.5rem;
  margin-left: 1.2rem;
  display: inline-block;
}
.gettouch ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.gettouch ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.gettouch textarea {
  height: 15rem;
}
.gettouch .addr {
  color: #FFFFFF;
  padding: 15rem 1rem 0rem 10rem;
}
.gettouch .addr h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
}
.gettouch .addr p {
  font-size: 1.8rem;
  line-height: 2rem;
  display: block;
}
.gettouch .addr p span {
  font-weight: bold;
  display: block;
}
.gettouch .addr a {
  text-decoration: none;
}
.gettouch .addr a:hover {
  color: #FFFFFF;
}

.footer {
  position: relative;
  background: #2F2E35;
  display: block;
  margin: 0rem auto;
  padding: 10rem 0 3rem 0;
}
.footer .footercol {
  color: #FFFFFF;
}
.footer .footercol h3 {
  font-size: 2.5rem;
  line-height: 3.4rem;
  font-weight: 800;
}
.footer .footercol ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footercol a {
  text-decoration: none;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2.7rem;
}
.footer .footercol a:hover {
  color: #D044A6;
}
.footer p {
  text-align: center;
  display: block;
  margin: 3rem auto -2rem auto;
  color: white;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 720px) {
  .dropdown-toggle::after {
    border: 0rem;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    background: #653C89;
  }
  .main_header .navbar-nav .nav-item .nav-link {
    color: white;
  }
  .dropdown-menu {
    background-color: transparent;
  }
  .main_header .dropdown-item {
    color: #CA4DA5;
    width: unset;
  }
  .main_hero .hero_right_content {
    width: 100%;
    margin-right: 0em;
  }
  .main_hero .hero_right_content h2, .main_hero .hero_right_content h1 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .main_hero .hero_right_content h2 {
    padding-top: 2rem;
  }
  .margin3 {
    padding-top: 3rem;
  }
  .main_hero .hero_right_content h1 hr {
    width: 50%;
  }
  .main_hero .hero_right_content .hero_button a {
    padding: 1.2rem 3.6rem;
    transition: background-color 0.5s;
  }
  .sec3 .testimonial .testi1 {
    display: block;
  }
  .main_hero .hero_right_content .hero_button a:hover {
    color: #653C89;
  }
  .main_hero .hero_right_content p {
    padding-bottom: 0rem;
  }
  .fixed-top {
    position: absolute;
  }
  .sec2 .features {
    display: block;
  }
  .sec2 .features3 {
    display: block;
  }
  .ourwork .workicons {
    display: block;
  }
  .bizsec .bizlogos {
    display: block;
  }
  .family .family_pics {
    display: block;
  }
  .family .family_cont h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .services .service1 img {
    width: 100%;
    height: auto;
  }
  .gettouch .addr {
    padding: 3rem 1rem;
  }
  .subscribe .subscribe_sec input, .subscribe .subscribe_sec textarea {
    width: 100%;
  }
  .subscribe h2 {
    font-size: 2.8rem;
  }
  .subscribe {
    padding: 3rem 0;
  }
  .sec1 .sec1_right_content h1, .sec1 .sec1_right_content h2 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .sec1 {
    padding: 5rem 0;
  }
  .sec1 .sec1_right_content .sec1_button a {
    display: block;
    padding: 1.5rem 2.6rem;
    line-height: unset;
  }
  .sec1 .sec1right {
    margin: 5rem 0;
  }
  .sec2 .features img {
    display: block;
    margin: 0 auto;
  }
  .sec2 .features p {
    font-weight: 800;
    color: #653C89;
    font-size: 2.8rem;
  }
  .sec2 .features2 h2 {
    color: #2F2E35;
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: bold;
  }
  .sec2 .features3 .features3_col1 span,
  .sec2 .features3 .features3_col2 span,
  .sec2 .features3 .features3_col3 span,
  .sec2 .features3 .features3_col4 span {
    display: none;
  }
  .casestudies .features3 .features3_col1 span,
  .casestudies .features3 .features3_col2 span,
  .casestudies .features3 .features3_col3 span,
  .casestudies .features3 .features3_col4 span {
    display: none;
  }
  .curl {
    display: none;
  }
  .sec3 {
    padding: 5rem 1rem;
  }
  .sec3 .morefeature h3 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .sec3 .morefeature h3 span {
    font-size: 3.4rem;
    line-height: 3rem;
  }
  .ourwork .workheading h2, .referus .refercontent h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .sec3 .testimonial {
    padding: 1.5rem;
    margin-top: 1rem;
  }
  .sec3 .testimonial .testi1 {
    padding: 1rem;
  }
  .sec3 .testimonial .testi1 img {
    margin: 0 auto;
    display: block;
  }
  .sec3 .testimonial .testi1 p {
    text-align: center;
  }
  .sec3 .testimonial h4 {
    text-align: center;
    float: none;
  }
  .services .serv1_button a {
    display: block;
    padding: 1.5rem 2.6rem;
    line-height: unset;
  }
  .services {
    position: relative;
    padding: 5rem 1rem;
    margin: -10rem auto 2rem auto;
  }
  .ourwork {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .bizsec {
    padding: 5rem 1rem;
  }
  .referus {
    padding: 5rem 1rem 1rem 1rem;
  }
  .family {
    padding: 5rem 1rem;
  }
  .covid .covid_right_content .covid_button a {
    display: block;
    padding: 1.5rem 2.6rem;
    line-height: unset;
  }
  .covid .covidpurple {
    padding: 2rem 2rem 5rem 2rem;
  }
  .covid .covidleft {
    margin: 0;
  }
  .covid .covid_right_content h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .gettouch {
    padding: 5rem 1rem;
  }
  .footer {
    padding: 5rem 1rem;
  }
  .footer .footercol {
    margin: 2rem 1rem;
  }
  .d-flex {
    background: #653C89;
    margin-top: -0.5rem;
  }
  .d-flex ul {
    list-style: none;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
  }
  .social-icon {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border-radius: 7px;
    margin-right: 11px;
    cursor: pointer;
  }
  .social-twitter {
    background-color: #55acee;
  }
  .social-facebook {
    background-color: #3b5999;
  }
  .social-linkedin {
    background-color: #0077B5;
  }
  .social-icon i {
    transition: 0.4s all;
  }
  .social-icon:hover i {
    transform: scale(1.1);
  }
}
/* about us page classes  */
.secabout {
  position: relative;
  background: #FFFFFF;
  padding: 20rem 0 5rem 0;
}

.secabout .secab_block1 {
  display: block;
  color: #FFFFFF;
}
.secabout .secab_block1 h2 {
  color: #512974;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  font-family: "helveticaneue-bold";
  text-transform: uppercase;
}
.secabout .secab_block1 h1 {
  color: #BD138A;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "helveticaneue-bold";
}
.secabout .secab_block1 p {
  color: #2F2E35;
  font-size: 2rem;
}
.secabout .secab_block1 p span {
  color: #D044A6;
  font-weight: 600;
}
.secabout .secab_block1 p a {
  color: #653C89;
  text-decoration: none;
}
.secabout .secab_block1 p a:hover {
  color: #D044A6;
}
.secabout .secab_block2 {
  margin: 5rem 5rem;
}
.secabout .secab_block2 img {
  width: 100%;
  height: auto;
}
.secabout .secab_block3 {
  margin: 5rem 5rem;
}
.secabout .secab_block3 img {
  width: 100%;
  height: auto;
}
.secabout .secab_block4 {
  margin: 5rem 5rem;
  display: block;
  color: #FFFFFF;
}
.secabout .secab_block4 h1 {
  color: #512974;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "helveticaneue-bold";
}
.secabout .secab_block4 p {
  color: #2F2E35;
  font-size: 2rem;
}

/* about us responsive classes */
@media (max-width: 767px) {
  .secabout {
    padding: 12rem 0 5rem 0;
  }
  .secabout .secab_block1 {
    display: block;
    color: #FFFFFF;
    margin-top: 3rem;
  }
  .secabout .secab_block1 h2 {
    color: #512974;
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .secabout .secab_block1 h1 {
    color: #BD138A;
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .secabout .secab_block1 p {
    font-size: 1.7rem;
  }
  .secabout .secab_block1 p span {
    color: #D044A6;
    font-weight: 600;
  }
  .secabout .secab_block2 {
    margin: 5rem 0;
  }
  .secabout .secab_block2 img {
    width: 100%;
    height: auto;
  }
  .secabout .secab_block3 {
    margin: 5rem 0;
  }
  .secabout .secab_block3 img {
    width: 100%;
    height: auto;
  }
  .secabout .secab_block4 {
    margin: 1rem 0;
    display: block;
    color: #FFFFFF;
  }
  .secabout .secab_block4 h1 {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .secabout .secab_block4 p {
    color: #2F2E35;
    font-size: 2rem;
  }
}
/* case studies */
.casestudies {
  background-color: #f5f5f5;
  padding: 5rem 2rem;
}
.casestudies .foldt2 {
  position: relative;
}
.casestudies .foldt2:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 69px solid #FFFFFF;
  border-left: 69px solid transparent;
}
.casestudies .foldt2:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-top: 69px solid #653C89;
  border-right: 69px solid transparent;
}
.casestudies .foldtl {
  position: relative;
}
.casestudies .foldtl:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 69px solid #D044A6;
  border-right: 69px solid transparent;
}
.casestudies .foldtl:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 69px solid #f5f5f5;
  border-left: 69px solid transparent;
}
.casestudies .overlayd {
  z-index: 2;
}
.casestudies .casetags {
  background: #D044A6;
  margin: 20rem 5rem -5rem -15rem;
  padding: 5rem 6rem;
}
.casestudies .casetags h6 {
  color: #FFFFFF;
  padding-top: 3rem;
  font-size: 1.8rem;
  line-height: 2rem;
}
.casestudies .casetags h3 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-weight: 800;
  color: #FFFFFF;
  padding-top: 1.5rem;
}
.casestudies .casetags h4 {
  font-size: 2rem;
  line-height: 2.1rem;
  padding-top: 1.5rem;
  color: #FFFFFF;
  font-weight: 100;
  font-style: italic;
}
.casestudies .casetags p {
  font-size: 1.8rem;
  line-height: 2rem;
  padding-top: 1.5rem;
  font-style: italic;
  font-weight: 100;
  color: #FFFFFF;
}
.casestudies .case {
  background: #653C89;
  padding: 4rem 10rem;
  z-index: 0;
}
.casestudies .case h1 {
  font-size: 4rem;
  color: #FFFFFF;
  padding: 0 5rem;
  font-family: "helveticaneue-bold";
}
.casestudies .case p {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 2rem 5rem;
}
.casestudies .case span {
  color: #D044A6;
}
.casestudies .case img {
  width: 80%;
  margin: 2rem auto;
}
.casestudies .caseform {
  padding: 3rem 2rem 1rem 2rem;
}
.casestudies .caseform h3 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #BD138A;
  font-weight: 800;
}
.casestudies .caseform span {
  color: #2F2E35;
  display: block;
}
.casestudies .caseformbody {
  padding: 0.1rem 2rem 1rem 2rem;
}
.casestudies .caseformbody input, .casestudies .caseformbody textarea {
  width: 100%;
  padding: 0.6rem 0.8rem;
  margin-bottom: 1rem;
  color: #512974;
  border-radius: 2.2rem;
  background: transparent;
  font-size: 1.8rem;
  border: 1px solid #512974;
  box-sizing: border-box;
}
.casestudies .caseformbody input[type=submit] {
  background-color: #512974;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  border: 1px solid #512974;
  border-radius: 2.2rem;
  display: inline-block;
  padding: 1.2rem 3rem;
  width: unset;
  cursor: pointer;
}
.casestudies .caseformbody input:hover[type=submit] {
  background-color: #FFFFFF;
  color: #512974;
  border: 1px solid #512974;
}
.casestudies .amazon-head {
  padding: 5rem 5rem 0rem 5rem;
}
.casestudies .amazon-head h2 {
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 800;
  padding-left: 8rem;
  font-family: "helveticaneue-bold";
  color: #BD138A;
}
.casestudies .amazon-head span {
  display: block;
  color: #441B68;
}
.casestudies .amazon-left {
  padding: 0;
}
.casestudies .amazon-left img {
  display: block;
  padding-top: 1rem;
  width: 35rem;
  height: auto;
  float: right;
}
.casestudies .amazon-right {
  padding: 0 10rem 0 1rem;
  width: 80%;
}
.casestudies .amazon-right p {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #101010;
}
.casestudies .amazon-right span a {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #707070;
}
.casestudies .features2 {
  display: block;
  text-align: center;
  margin-top: 10rem;
}
.casestudies .features2 h2 {
  color: #2F2E35;
  font-size: 4rem;
  font-family: "helveticaneue-bold";
  line-height: 4.5rem;
  font-weight: bold;
}
.casestudies .features2 h2 span {
  color: #BD138A;
  display: block;
}
.casestudies .features3 {
  display: flex;
  margin: 5rem auto 2rem auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.66rem;
  font-weight: 900;
}
.casestudies .features3 .features3_col1 {
  display: inline-flex;
}
.casestudies .features3 .features3_col1 p {
  border: 1px solid #BD138A;
  width: 150px;
  height: 150px;
  color: #BD138A;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
}
.casestudies .features3 .features3_col1 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #E09CCC;
}
.casestudies .features3 .features3_col2 {
  display: inline-flex;
}
.casestudies .features3 .features3_col2 p {
  border: 1px solid #C13B99;
  background-color: #E09CCC;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}
.casestudies .features3 .features3_col2 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #D06CB2;
}
.casestudies .features3 .features3_col3 {
  display: inline-flex;
}
.casestudies .features3 .features3_col3 p {
  border: 1px solid #707070;
  background-color: #D06CB2;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}
.casestudies .features3 .features3_col3 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #D06CB2;
}
.casestudies .features3 .features3_col4 {
  display: inline-flex;
}
.casestudies .features3 .features3_col4 p {
  border: 1px solid #707070;
  color: #FFFFFF;
  text-align: center;
  background-color: #C13B99;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}
.casestudies .features3 .features3_col4 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #BD138A;
}
.casestudies .features3 .features3_col5 {
  display: inline-flex;
}
.casestudies .features3 .features3_col5 p {
  border: 1px solid #707070;
  background-color: #BD138A;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}

.why_choose {
  background: #2F2E35;
  padding: 5rem 2rem 0 2rem;
}
.why_choose .client_choose {
  display: block;
  padding: 1rem 4rem;
}
.why_choose .client_choose h3 {
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 800;
  font-family: "helveticaneue-bold";
  color: #BD138A;
}
.why_choose .client_choose h3 span {
  color: #FFFFFF;
}
.why_choose .client_choose p {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #FFFFFF;
}
.why_choose .foldt3 {
  position: relative;
}
.why_choose .foldt3:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 69px solid #D044A6;
  border-left: 69px solid transparent;
}
.why_choose .foldt3:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-top: 69px solid #2F2E35;
  border-right: 69px solid transparent;
}
.why_choose .client_desc {
  padding: 8rem 4rem 4rem 4rem;
  background: #FFFFFF;
  margin: 3rem 2rem;
}
.why_choose .client_desc p {
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 1rem 5rem;
  color: #2F2E35;
}
.why_choose .client_desc span {
  color: #D044A6;
  font-weight: 800;
}
.why_choose .clients_sample {
  padding: 2rem 1rem;
}
.why_choose .clients_sample img {
  width: 40rem;
  display: block;
  height: auto;
}
.why_choose .clients_sample h3 {
  text-align: center;
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 1rem 0;
  color: #FFFFFF;
}
.why_choose .clients_sample span {
  color: #C13B99;
}

@media (max-width: 767px) {
  .casestudies {
    padding: 5rem 1rem;
  }
  .casestudies .case {
    background: #653C89;
    padding: 4rem 2rem;
    z-index: 0;
  }
  .casestudies .case h1 {
    font-size: 3rem;
    padding: 2rem 2rem 0 2rem;
  }
  .casestudies .case p {
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 1rem 2rem;
  }
  .casestudies .case img {
    width: 100%;
    margin: 2rem auto;
  }
  .casestudies .features2 {
    display: block;
  }
  .casestudies .features2 h2 {
    font-size: 2.4rem;
    padding: 2rem;
    line-height: 2.6rem;
  }
  .casestudies .features3 {
    display: block;
  }
  .casestudies .casetags {
    background: #D044A6;
    margin: 2rem 1rem;
    padding: 5rem 3rem;
  }
  .casestudies .casetags h3 {
    font-size: 3rem;
    line-height: 3.5rem;
    padding-top: 2rem;
  }
  .casestudies .casetags h4 {
    font-size: 2rem;
    line-height: 2.5rem;
    padding-top: 1rem;
    color: #FFFFFF;
  }
  .casestudies .amazon-head {
    padding: 5rem 1rem;
  }
  .casestudies .amazon-head h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 800;
    padding-left: 2rem;
    color: #BD138A;
  }
  .casestudies .amazon-head span {
    display: block;
    color: #441B68;
  }
  .casestudies .amazon-left {
    padding: 0;
  }
  .casestudies .amazon-left img {
    display: block;
    padding-top: 1rem;
    width: 30rem;
    height: auto;
    margin: 0 auto;
  }
  .casestudies .amazon-right {
    padding: 0 2rem;
    width: 100%;
  }
  .why_choose {
    background: #2F2E35;
    padding: 5rem 2rem;
  }
  .why_choose .client_choose {
    display: block;
    padding: 1rem 1rem;
  }
  .why_choose .client_choose h3 {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }
  .why_choose .clients_sample {
    padding: 2rem 1rem;
  }
  .why_choose .clients_sample img {
    width: 27rem;
    display: block;
    height: auto;
    margin: 0rem auto;
  }
  .why_choose .client_desc {
    padding: 8rem 1rem 3rem 1rem;
    background: #FFFFFF;
    margin: 3rem 1rem;
  }
  .why_choose .client_desc span {
    padding: 0.8rem 0;
  }
  .why_choose .amazon-head {
    padding: 2rem 0;
  }
  .why_choose .amazon-head h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    padding-left: 0;
  }
  .casestudies .foldt2:after {
    border-top: 69px solid #f5f5f5;
  }
}
/* Enterprises Section */
.enterprise {
  position: relative;
  background: #fff;
  padding: 3rem 5rem;
}
.enterprise .ent-bg {
  background: #2F2E35;
  padding: 3rem;
}
.enterprise .foldt5 {
  position: relative;
}
.enterprise .foldt5:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 69px solid #D044A6;
  border-left: 69px solid transparent;
}
.enterprise .foldt5:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-top: 69px solid #FFFFFF;
  border-right: 69px solid transparent;
}

.enterprise .ent_left {
  display: block;
  color: #FFFFFF;
  padding: 3rem 4rem;
}
.enterprise .ent_left h1 {
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 3.5rem;
  padding-top: 2rem;
  font-weight: 700;
  font-family: "helveticaneue-bold";
}
.enterprise .ent_left p {
  color: #FFFFFF;
  font-size: 2rem;
  padding: 1rem 0;
}
.enterprise .ent_left .ent_button a {
  padding: 1.6rem 4.2rem;
  background: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #D044A6;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem 0;
  float: left;
}
.enterprise .ent_left .ent_button a:hover {
  background: #653C89;
  color: #FFFFFF;
}
.enterprise .ent_left .ent_button2 a {
  padding: 1.6rem 4.2rem;
  background: #D044A6;
  display: inline;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem 0;
  float: right;
}
.enterprise .ent_left .ent_button2 a:hover {
  background: #653C89;
  color: #FFFFFF;
}
.enterprise .ent_right {
  margin: 2rem 1rem;
  padding: 8rem 0;
}
.enterprise .ent_right img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .navtop {
    display: none;
  }
  .enterprise {
    position: relative;
    background: #fff;
    padding: 3rem 1rem;
  }
  .enterprise .ent_left {
    padding: 3rem 1rem;
  }
  .enterprise .ent_left h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-top: 2rem;
  }
  .enterprise .ent_left p {
    color: #FFFFFF;
    font-size: 2rem;
    padding: 3rem 0;
  }
  .enterprise .ent_left .ent_button a {
    display: block;
    float: none;
  }
  .enterprise .ent_left .ent_button2 a {
    display: block;
    float: none;
  }
  .subscribe .subscribe_sec input[type=submit] {
    width: 70%;
  }
  .subscribe .subscribe_sec input, .subscribe .subscribe_sec textarea {
    width: 90%;
  }
}/*# sourceMappingURL=main.css.map */