* {
  box-sizing: border-box;
}

.popUp {
  width: 100%;
  height: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(243, 243, 243, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  transition: 0.3s;
  overflow: hidden;
}

.popUpPoper {
  height: 100%;
}

.popCntnt {
  width: 90%;
  height: 300px;
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  padding: 3%;
  position: relative;
}
.popCntnt h4 {
  margin-top: 5px;
}

.popCntntCmndHldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.popCntntCmnd {
  background-color: rgba(0, 0, 102, 0.1);
  border: solid rgba(218, 215, 215, 0.8) 0.5px;
  height: 40px;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 5px 0;
  border-radius: 5px;
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.popCntntCmnd span:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: inherit;
  color: #330066;
  padding-left: 2%;
  font-size: 2.9vw;
}
.popCntntCmnd span:last-child {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 105%;
  background-color: #330066;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popCntntCmnd span:last-child svg {
  height: 30px;
  width: 30px;
  fill: white;
  outline: white;
}

.menu {
  height: 0;
  top: 40px;
  padding: 0;
}

.logoHoldr {
  width: 40px;
  height: 50px;
  position: absolute;
  left: 2%;
  top: -40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logoHoldr img {
  height: 100%;
  width: 100%;
}

.menuwWraper {
  position: absolute;
  top: 0;
  height: 0;
  overflow: hidden;
  left: 0;
}

.mobileMenuBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 10px;
  right: 3%;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: solid #000066 1px;
  border-radius: 5px;
  background-color: white;
}
.mobileMenuBtn svg {
  fill: #000066;
  height: 40px;
  width: 40px;
}

.menuShower {
  height: 50vh;
  top: 50px;
  width: 97%;
  overflow: hidden;
  padding: 3% 2%;
  left: 1.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: white;
}

.menuBtn {
  width: 100%;
  padding: 0 2%;
  height: 50px;
  position: relative;
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.menuBtn svg {
  width: 30px;
  height: 30px;
  margin: auto;
}
.menuBtn span {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding-right: 3%;
}

.menuBtn::after {
  border-bottom: solid #000066 1px;
  width: 95%;
  left: 2.5%;
  top: 100%;
  content: "";
  position: absolute;
}

.menuBtn:last-child:after {
  border-bottom: solid #000066 0;
  width: 95%;
  left: 2.5%;
  top: 100%;
  content: "";
  position: absolute;
}

.contactUsBtn {
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
}
.contactUsBtn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: calc(100% - 25px);
  height: inherit;
  color: #000066;
  letter-spacing: 2px;
  font-size: 12px;
  margin-left: 30px;
}
.contactUsBtn svg {
  height: 25px;
  width: 25px;
  fill: #000066;
}

.banaBackground {
  height: 550px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.banaBackground::after {
  width: 90px;
  height: 90px;
  transform: rotate(100deg);
  left: -2%;
  top: -4%;
}

.cntrFrame {
  height: 38vw;
  width: 85vw;
  margin-top: 120px;
}

.cntrFrameImgHoldr:first-child, .cntrFrameImgHoldr:nth-child(2) {
  height: 25vw;
  width: 40vw;
  z-index: 1;
}

.cntrFrameImgHoldr:first-child {
  bottom: unset;
  top: -30%;
  left: -5%;
}

.cntrFrameImgHoldr:nth-child(2) {
  top: unset;
  bottom: -20%;
  right: -8%;
}

.cntrFrameImgHoldr:nth-last-child(-n+2) {
  height: 80px;
  width: 150px;
  height: 20vw;
  width: 30vw;
}

.cntrFrameImgHoldr:nth-last-child(2) {
  bottom: -10%;
  right: 50%;
}

.cntrFrameImgHoldr:nth-last-child(1) {
  top: -10%;
  left: 50%;
}

.bottomFrame {
  margin-top: 40px;
}

.bannerTextChild:first-child {
  font-size: 8.5vw;
}

.bannerTextChild:last-child {
  font-size: 4vw;
}

.bannerButton {
  width: 120px;
  height: 40px;
  font-size: 15px;
}

.buttomBanerdesign:first-of-type {
  position: absolute;
  height: 100px;
  width: 80px;
  right: -1%;
  bottom: -5%;
}

.buttomBanerdesign:last-of-type {
  width: 80px;
  bottom: 12%;
  right: -2%;
}

.worListHldr {
  width: 94%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.listDesign {
  width: 85%;
  height: 280px;
  position: relative;
  padding: 0 20px 0 0;
  margin-left: 15%;
}

.listFrame {
  width: 100%;
  padding: 10px 3% 5px 3%;
}
.listFrame h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-family: "Arial Rounded MT Bold";
}

.photoFrame:first-of-type {
  height: 20vw;
  width: 33vw;
  left: 0%;
  top: 40%;
}

.photoFrame:nth-of-type(2) {
  height: 23vw;
  width: 35vw;
  bottom: -10%;
  left: 2%;
}

.photoFrame:nth-of-type(3) {
  width: 27vw;
  height: 23vw;
  top: 25%;
  right: 8.5%;
}

.photoFrame:nth-of-type(4) {
  width: 26vw;
  height: 30vw;
  overflow: hidden;
  bottom: -5%;
}

.coloFrame:first-child {
  width: 40px;
  height: 250px;
  background-color: orange;
  border-radius: 30px;
  bottom: -18%;
  left: -1.5%;
}

.coloFrame:nth-child(2) {
  width: 70px;
  height: 70px;
  top: 60%;
  left: 32%;
  border-radius: 13px;
}

.coloFrame:nth-child(2)::after {
  height: 85%;
  width: 85%;
  top: 7.5%;
  left: 7.5%;
  content: "";
  position: absolute;
  background-color: white;
  border-radius: 12px;
}

.coloFrame:nth-child(3) {
  width: 70px;
  height: 70px;
  border: solid orange 6px;
  top: 50%;
  left: 47%;
}

@media only screen and (max-width: 350px) {
  .listDesign {
    height: 250px;
  }
  .coloFrame:first-child {
    height: 230px;
    left: -4%;
    bottom: -25%;
  }
  .photoFrame:first-of-type {
    height: 20vw;
    width: 33vw;
    left: 0%;
    top: 45%;
  }
  .photoFrame:nth-of-type(2) {
    height: 22vw;
    width: 32vw;
    bottom: -5%;
    left: 3%;
  }
  .photoFrame:nth-of-type(3) {
    width: 25vw;
    height: 23vw;
    top: 28%;
  }
  .photoFrame:nth-of-type(4) {
    width: 25vw;
    height: 24vw;
    overflow: hidden;
    bottom: 10%;
  }
  .coloFrame:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 60%;
    left: 32%;
    border-radius: 10px;
  }
  .coloFrame:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 47%;
    left: 50%;
  }
}
.workListItem {
  height: 30px;
  width: 100%;
  font-size: 3vw;
  font-weight: 500;
}

.mimumAbt {
  width: 94%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: auto;
  padding: 20px 1%;
  padding-top: 100px;
  margin-bottom: 150px;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  overflow: hidden;
  position: relative;
}

.mimumAbtChild {
  width: 100%;
}

.mimumAbtChild {
  width: 75%;
  margin-right: 25%;
}

.mimumAbtChild:first-of-type {
  width: 80%;
  margin-right: 20%;
}

.mimumAbtChild:first-of-type::after, .mimumAbtChild:nth-of-type(2)::after {
  height: unset;
  height: 5px;
  width: 70%;
  position: absolute;
  right: unset;
  left: -2%;
  content: "";
  top: unset;
  bottom: -10%;
  background-color: orange;
  border-radius: 7px;
}

.mimumAbtChild:nth-of-type(2)::after {
  top: unset;
  height: 5px;
  left: unset;
  right: -2%;
  bottom: -10%;
  background-color: #330066;
}

.mimumAbtChild:nth-of-type(2) {
  width: 100%;
  padding-top: 40px;
}

.mimumAbtChild:nth-of-type(3) {
  width: 75%;
  margin-left: 25%;
}

.mimumAbtDesign:last-of-type {
  width: 150px;
}

.teamPiSectionDesignChild:first-child {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  background-color: orange;
}

.teamPiSectionDesignChild:nth-child(2) {
  height: 30px;
  width: 20%;
}

.teamPiSectionDesignChild:nth-child(3) {
  height: 30px;
  width: 30px;
  right: 10%;
  top: 20%;
}

.teamPiSectionDesignChild:nth-child(4) {
  height: 50px;
  width: 50px;
  left: 10%;
  top: 48%;
}

.teamPiSection {
  width: 93%;
  height: 240px;
}

.textHoldr {
  width: 60%;
}
.textHoldr h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 12px;
}
.textHoldr div {
  line-height: 22px;
  padding: 0 2%;
  font-size: 12px;
}

.photosHldr {
  top: 75%;
}

.photoHoldr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.photoHoldr:nth-last-child(2) {
  margin-left: 30px;
  margin-right: 30px;
}

.nameHoldr {
  font-size: 11.5px;
}

.nameHoldrChild:first-child {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

@media only screen and (max-width: 350px) {
  .listDesign {
    height: 250px;
  }
  .coloFrame:first-child {
    height: 230px;
    left: -4%;
    bottom: -25%;
  }
  .photoFrame:first-of-type {
    height: 20vw;
    width: 33vw;
    left: 0%;
    top: 45%;
  }
  .photoFrame:nth-of-type(2) {
    height: 22vw;
    width: 32vw;
    bottom: -5%;
    left: 3%;
  }
  .photoFrame:nth-of-type(3) {
    width: 25vw;
    height: 27vw;
    top: 28%;
  }
  .photoFrame:nth-of-type(4) {
    width: 25vw;
    height: 30vw;
    overflow: hidden;
    bottom: -5%;
  }
  .coloFrame:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 60%;
    left: 32%;
    border-radius: 10px;
  }
  .coloFrame:nth-child(3) {
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
  }
  .teamPiSectionDesignChild:nth-child(4) {
    height: 45px;
    width: 45px;
    left: 8%;
    top: 58%;
  }
  .photosHldr {
    top: 80%;
  }
  .photoHoldr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .photoHoldr:nth-last-child(2) {
    margin-left: 25px;
    margin-right: 25px;
  }
  .nameHoldr {
    font-size: 11.5px;
  }
  .nameHoldrChild:first-child {
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
  }
}
.footerSection {
  margin-top: 200px;
  padding: 30px 3%;
  background-color: white;
  box-shadow: -7px 4px 6px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  color: rgba(0, 0, 102, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.futtersecionWraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footerSectionChild {
  padding-right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
}
.footerSectionChild h3 {
  margin-bottom: 5px;
}
.footerSectionChild h3 svg {
  fill: #330066;
}

.futtonCntctElement {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 0;
}

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