* {
  box-sizing: border-box;
}

button {
  background-color: unset;
  border: unset;
  padding: unset;
  outline: unset;
}

html, body, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 215, 215, 0.2);
  font-family: "Roboto", sans-serif;
  color: #000066;
  scroll-behavior: smooth;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  z-index: 5;
  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;
  padding: 0 5%;
  background-color: rgba(255, 255, 255, 0);
}

.menuwWraper {
  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;
  height: inherit;
}

.logoHoldr {
  width: 70px;
  height: 80px;
  position: absolute;
  left: 5%;
  top: 2%;
  -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%;
}

.menuScrolledBg {
  background-color: white;
}

.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% - 40px);
  height: inherit;
  font-size: 16px;
  color: #000066;
  letter-spacing: 2px;
}
.contactUsBtn svg {
  height: 25px;
  width: 25px;
  fill: #000066;
}

.contactUsBtn:first-child {
  padding-bottom: 7px;
}

.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: 40%;
  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: 50%;
  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%;
}
.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;
}

.mailCmd {
  width: 80%;
}

.addresHldr {
  margin-top: 10px;
  width: 100%;
  background-color: rgba(0, 0, 102, 0.1);
  border: solid rgba(218, 215, 215, 0.8) 0.5px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 5px;
  position: relative;
}

.address {
  margin-top: 20px;
}

.locSign {
  position: absolute;
  top: 2px;
  right: 2%;
  width: auto;
  height: 35px;
  background-color: #330066;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  color: white;
  border-radius: 5px;
}
.locSign span:first-child {
  margin-right: 10px;
}

.popClrs {
  width: 30px;
  height: 30px;
  background-color: orangered;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
}
.popClrs svg {
  fill: white;
  height: 25px;
  width: 25px;
}

/*.contactUsBtn::after{
    top: 100%;
    left: 0;
    width: inherit;
    border-bottom: solid $deepBlue 1px;
    content: "";
    position: absolute;


}

.contactUsBtn:last-child:after{
    border-bottom: solid $deepBlue 0;
}*/
.contactUsBtn:hover {
  background-color: rgba(218, 215, 215, 0.5);
}

.mobileMenuBtn {
  display: none;
}

.menuBtn {
  width: auto;
  padding: 0 30px;
  height: inherit;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  color: #000066;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menuBtn svg {
  fill: #000066;
}

.menuBtn:hover {
  background-color: #000066;
  color: white;
  border-radius: 7px;
  margin-top: 10px;
}
.menuBtn:hover svg {
  fill: white;
}

.banaBackground {
  background-color: white;
  height: 645px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.banaBackground::after {
  width: 110px;
  height: 110px;
  content: "";
  background-color: orange;
  left: -2%;
  top: -2%;
  position: absolute;
  transform: rotate(75deg);
  z-index: 1;
}

.cntrFrame {
  width: 90%;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  position: relative;
  background-color: #000066;
  border-radius: 15px;
}

.cntrFrameImgHoldr:first-child, .cntrFrameImgHoldr:nth-child(2) {
  height: 150px;
  width: 200px;
  position: absolute;
  overflow: hidden;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
.cntrFrameImgHoldr:first-child img, .cntrFrameImgHoldr:nth-child(2) img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border-radius: 10px;
}

.cntrFrameImgHoldr:first-child {
  bottom: -20%;
  left: 10%;
}

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

.cntrFrameImgHoldr:nth-last-child(-n+2) {
  height: 120px;
  width: 180px;
  position: absolute;
  overflow: hidden;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  overflow: hidden;
}
.cntrFrameImgHoldr:nth-last-child(-n+2) img {
  width: 105%;
  height: 105%;
  margin: auto;
  border-radius: 7px;
}

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

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

.bottomFrame {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.bannerText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  font-family: "Arial Rounded MT Bold";
}

.bannerTextChild:first-child {
  font-size: 60px;
}

.bannerTextChild:last-child {
  font-size: 25px;
}

.bannerButton {
  width: 180px;
  height: 80px;
  border-radius: 10px;
  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;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.bannerButton:first-child {
  background-color: #000066;
  margin-right: 10px;
  color: white;
}

.bannerButton:last-child {
  background-color: orange;
  margin-left: 10px;
  color: #000066;
}

.bannerButtonHoldr {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.buttomBanerdesign:first-of-type {
  position: absolute;
  right: -1.5%;
  bottom: -6%;
  background-color: orange;
  height: 150px;
  width: 130px;
  transform: rotate(-75deg);
  z-index: 2;
}

.buttomBanerdesign:first-of-type::after {
  width: 80%;
  height: 80%;
  content: "";
  position: absolute;
  left: 10%;
  top: 10%;
  background-color: white;
}

.buttomBanerdesign:last-of-type {
  width: 120px;
  height: 15px;
  background-color: #000066;
  position: absolute;
  right: -1.5%;
  bottom: 18.5%;
  z-index: 1;
  transform: rotate(-12deg);
}

.worListHldr {
  margin-top: 100px;
  width: 85%;
  height: auto;
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}

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

.listDesign {
  width: 50%;
  height: 450px;
  position: relative;
  padding: 0 20px 0 0;
}

.workListItem {
  height: 35px;
  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;
}

.photoFrame {
  position: absolute;
  height: 150px;
  width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.photoFrame img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.photoFrame:first-of-type {
  height: 140px;
  width: 240px;
  top: 35%;
  left: 4%;
}

.photoFrame:nth-of-type(2) {
  bottom: -10%;
  left: 10%;
  height: 140px;
  width: 240px;
}

.photoFrame:nth-of-type(3) {
  top: 19%;
  right: 5%;
  width: 210px;
  height: 150px;
  overflow: hidden;
  padding-top: 20px;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.photoFrame:nth-of-type(3) img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120%;
  -ms-flex: 0 0 120%;
  flex: 0 0 120%;
  width: 120%;
  margin: auto;
}

.photoFrame:nth-of-type(4) {
  bottom: 8%;
  right: 5%;
  width: 180px;
  height: 150px;
  overflow: hidden;
  padding-top: 20px;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.coloFrame {
  display: block;
  position: absolute;
}

.coloFrame:first-child {
  width: 60px;
  height: 400px;
  background-color: orange;
  border-radius: 30px;
  bottom: -15%;
  left: 1.5%;
}

.coloFrame:nth-child(2) {
  width: 130px;
  height: 130px;
  background-color: orange;
  background-color: #330066;
  top: 58%;
  left: 37%;
  border-radius: 13px;
}

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

.coloFrame:nth-child(3) {
  width: 140px;
  height: 140px;
  top: 40%;
  left: 50%;
  border-radius: 15px;
  border: solid orange 12px;
}

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

.mimumAbtChild {
  width: 32.5%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  padding: 0 2%;
  line-height: 25px;
  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;
  position: relative;
}
.mimumAbtChild h3 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  margin-bottom: 40px;
}
.mimumAbtChild h3::after {
  width: 100%;
  position: absolute;
  border-top: solid orange 5px;
  content: "";
  top: 105%;
  left: 0;
  height: unset;
  border-radius: 50%;
  height: 20px;
}

.mimumAbtChild:first-of-type h3::after {
  border-top: solid #000066 5px;
}

.mimumAbtChild:nth-of-type(2) {
  width: 37%;
  padding-top: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mimumAbtChild:last-of-type {
  padding-top: 30px;
}
.mimumAbtChild:last-of-type h3 {
  color: orange;
}
.mimumAbtChild:last-of-type h3::after {
  border-top: solid #000066 5px;
}

.mimumAbtChild:first-of-type::after, .mimumAbtChild:nth-of-type(2)::after {
  height: 100%;
  width: 5px;
  position: absolute;
  top: -8%;
  content: "";
  right: 0;
  background-color: #330066;
  border-radius: 7px;
}

.mimumAbtChild:nth-of-type(2)::after {
  top: unset;
  height: 100%;
  bottom: -10%;
  background-color: orange;
}

.mimumAbtDesign:first-of-type {
  width: 40px;
  height: 130px;
  bottom: -5%;
  left: 5%;
  position: absolute;
  background-color: orange;
  border-radius: 20px;
}

.mimumAbtDesign:last-of-type {
  width: 170px;
  height: 30px;
  top: 7%;
  right: -2%;
  position: absolute;
  background-color: #330066;
  border-radius: 20px;
}

.teamPiSection {
  width: 70%;
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.textHoldr {
  width: 50%;
}
.textHoldr h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
}
.textHoldr div {
  text-align: center;
  line-height: 22px;
  padding: 0 5%;
}

.photosHldr {
  width: 60%;
  height: 50%;
  position: absolute;
  left: 20%;
  top: 68%;
  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;
}

.photoHoldr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  height: 180px;
  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: 60px;
  margin-right: 60px;
}

.teamPiSectionDesign {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
}

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

.teamPiSectionDesignChild:nth-child(2) {
  border-radius: 20px;
  height: 45px;
  width: 120px;
  position: absolute;
  right: -15px;
  top: 100px;
  background-color: orange;
}

.teamPiSectionDesignChild:nth-child(3), .teamPiSectionDesignChild:nth-child(4) {
  border-radius: 10px;
  height: 70px;
  width: 70px;
  position: absolute;
  left: 23%;
  top: 42%;
  background-color: #000066;
}

.teamPiSectionDesignChild:nth-child(4)::after {
  border-radius: 10px;
  height: inherit;
  width: inherit;
  position: absolute;
  left: 60%;
  top: 60%;
  background-color: orange;
  content: "";
}

.teamPiSectionDesignChild:nth-child(3) {
  height: 40px;
  width: 40px;
  border-radius: 7px;
  position: absolute;
  left: unset;
  right: 15%;
  top: 20%;
  background-color: #000066;
}

.teamPiSectionDesignChild:nth-child(3)::after {
  height: inherit;
  width: inherit;
  border-radius: 7px;
  position: absolute;
  left: unset;
  left: 60%;
  bottom: 60%;
  background-color: orange;
  content: "";
}

.photoNest {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  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;
}
.photoNest img {
  max-width: 105%;
  max-height: 105%;
}

.nameHoldr {
  position: absolute;
  top: 105%;
  width: 120%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  font-size: 13px;
}

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

@media only screen and (max-width: 1250px) {
  .listDesign {
    width: 50%;
    height: 370px;
    position: relative;
    padding: 0 20px 0 0;
  }
  .photoFrame:first-of-type {
    height: 120px;
    width: 210px;
  }
  .photoFrame:nth-of-type(2) {
    height: 120px;
    width: 210px;
    bottom: -10%;
  }
  .photoFrame:nth-of-type(3) {
    width: 180px;
    height: 130px;
  }
  .photoFrame:nth-of-type(4) {
    width: 160px;
    height: 120px;
    overflow: hidden;
  }
  .coloFrame:first-child {
    width: 50px;
    height: 320px;
    background-color: orange;
    border-radius: 30px;
    bottom: -15%;
    left: 1.5%;
  }
  .coloFrame:nth-child(2) {
    width: 120px;
    height: 120px;
    background-color: orange;
    background-color: #330066;
    top: 58%;
    left: 37%;
    border-radius: 13px;
  }
  .coloFrame:nth-child(2)::after {
    height: 80%;
    width: 80%;
    top: 10%;
    left: 10%;
    content: "";
    position: absolute;
    background-color: white;
    border-radius: 12px;
  }
  .coloFrame:nth-child(3) {
    width: 130px;
    height: 130px;
  }
  .workListItem {
    height: 30px;
    width: 100%;
    font-size: 13px;
  }
  .mimumAbtChild {
    font-size: 13px;
  }
  .mimumAbtDesign:last-of-type {
    width: 150px;
  }
  .teamPiSectionDesignChild:nth-child(4) {
    border-radius: 10px;
    height: 70px;
    width: 70px;
    position: absolute;
    left: 18%;
    top: 42%;
    background-color: #000066;
  }
  .teamPiSectionDesignChild:nth-child(4)::after {
    border-radius: 10px;
    height: inherit;
    width: inherit;
    position: absolute;
    left: 60%;
    top: 60%;
    background-color: orange;
    content: "";
  }
}
.footerSection {
  margin-top: 300px;
  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.4);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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;
}

.copyWrites {
  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;
}
.copyWrites svg {
  fill: rgba(0, 0, 102, 0.5);
  margin-right: 10px;
}

.footerSectionChild {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.footerSectionChild h3 {
  margin-bottom: 5px;
}
.footerSectionChild h3 svg {
  height: 35px;
  width: 35px;
  fill: #330066;
}

.futtonCntctElement {
  margin-bottom: 5px;
}

.slideFrame {
  width: 90%;
  height: 300px;
  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;
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  border-radius: 5px;
  padding-right: 0.5%;
  padding-left: 0.5%;
}

@media only screen and (max-width: 1000px) {
  .slideFrame {
    height: 200px;
  }
}
.slidesHoldr {
  width: 95%;
  overflow-x: auto;
  height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  scrollbar-width: 0;
  scroll-behavior: smooth;
  position: relative;
}

.slide {
  height: 100%;
  width: 26%;
  position: absolute;
  margin: auto 20px;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  left: 110%;
  top: 0;
  transition: 0.8s;
  opacity: 0;
  z-index: -1;
}
.slide img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .slideFrame {
    height: 150px;
  }
  .slide {
    height: 100%;
    width: 22%;
  }
}
.slidePos1 {
  left: 20px;
  opacity: 1;
  transition: 0.8s;
  z-index: 1;
}

.slidePos2 {
  left: calc(26% + 60px);
  opacity: 1;
  transition: 0.8s;
  z-index: 1;
}

.slidePos3 {
  left: calc(52% + 105px);
  opacity: 1;
  z-index: 1;
  transition: 0.8s;
}

.slidePos4 {
  left: calc(78% + 150px);
  opacity: 1;
  z-index: 1;
  transition: 0.8s;
}

.zeroleft4 {
  left: -350px;
  opacity: 0;
}

.zeroleft3 {
  left: -350px;
  opacity: 0;
}

.zeroleft2 {
  left: -700px;
  opacity: 0;
}

.zeroleft1 {
  left: -1050px;
  opacity: 0;
}

@media only screen and (max-width: 800px) {
  .slideFrame {
    height: 150px;
  }
  .slide {
    height: 100%;
    width: 22%;
  }
  .slidePos1 {
    left: 10px;
    opacity: 1;
  }
  .slidePos2 {
    left: calc(20% + 60px);
  }
  .slidePos3 {
    left: calc(40% + 105px);
  }
  .slidePos4 {
    left: calc(60% + 150px);
  }
}
@media only screen and (max-width: 600px) {
  .slideFrame {
    height: 300px;
    width: 95%;
    margin-top: 50px;
    border-radius: 7;
  }
  .slidesHoldr {
    width: 98%;
  }
  .slide {
    height: 100%;
    width: 85%;
  }
  .slidePos1 {
    left: 0px;
    opacity: 1;
  }
  .zeroleft1 {
    left: -1050px;
    opacity: 0;
  }
  .slidePos2 {
    left: 91%;
  }
}
.readMoreBtn {
  padding: 5px 10px;
  background-color: #330066;
  color: white;
  border-radius: 10px;
  font-size: 11px;
  margin-left: 10px;
}

.aboutFrame {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 7;
  background-color: rgba(0, 0, 102, 0.1);
  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;
  overflow: hidden;
  transition: 0.4s;
}

.aboutPoper {
  height: 100%;
}

.about {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  width: 80%;
  height: 400px;
  margin: auto;
  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;
  border-radius: 10px;
  background-color: white;
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.about h2 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.aboutTextWraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.aboutChild {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.aboutChild:first-child {
  line-height: 27px;
}

.aboutChild:last-child div {
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  position: relative;
}
.aboutChild:last-child div::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 20px;
  top: 5px;
  background-color: #330066;
  border-radius: 50%;
}

@media only screen and (max-width: 1000px) {
  .about {
    width: 85%;
  }
  .aboutChild:first-child {
    line-height: 24px;
    font-size: 14px;
  }
  .aboutChild:last-child div {
    font-size: 12px;
  }
}
@media only screen and (max-width: 780px) {
  .about {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    width: 90%;
    height: 550px;
  }
  .about h2 {
    margin-top: 0px;
  }
  .aboutTextWraper {
    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: auto;
  }
  .aboutChild:first-child {
    line-height: 24px;
    font-size: 14px;
    width: 100%;
  }
  .aboutChild:last-child {
    margin-top: 30px;
    width: 100%;
  }
  .aboutChild:last-child div {
    font-size: 12px;
  }
  .aboutChild:last-child div::before {
    top: 2px;
  }
}
@media only screen and (max-width: 550px) {
  .about {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    width: 95%;
    height: 85vh;
  }
  .about h2 {
    width: 100%;
  }
  .aboutChild:last-child div::before {
    top: 2px;
  }
}

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