.container-fluid {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
}

section {
  box-sizing: border-box;
  overflow: hidden;
}

.readMoreBtn {
  font-size: 17px;
  background-color: transparent;
  border: #082B5B solid 2px;
  border-radius: 10px;
  color: #082B5B;
  font-weight: 500;
  padding: 5px 0px;
  width: 100%;
  max-width: 150px;
  text-align: center;
  display: inline-block;
  transition: 0.3s ease-in all;
  text-decoration: none;
}
.readMoreBtn:hover {
  background-color: #082B5B;
  border: solid 2px transparent;
  border-radius: 10px;
  color: #fff;
}

.readMoreBtnTwo {
  font-size: 17px;
  background-color: transparent;
  border: #ebebeb solid 2px;
  border-radius: 10px;
  color: #ebebeb;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 0px;
  width: 100%;
  max-width: 150px;
  text-align: center;
  display: inline-block;
  transition: 0.3s ease-in all;
}
.readMoreBtnTwo:hover {
  background-color: #fff;
  border: solid 2px transparent;
  border-radius: 10px;
  color: #082B5B;
}

.mainTopArea {
  background-image: url("./imgs/v915-techi-0202.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100vh;
  border-radius: 0 0 0 15rem;
}
.mainTopArea #check {
  display: none;
}
.mainTopArea .logoBox img {
  height: 6rem;
  width: 20rem;
}
.mainTopArea .headerArea {
  display: flex;
  align-items: center;
  padding: 0 5rem;
}
.mainTopArea .headerArea .menus .barIcon {
  display: none;
}
.mainTopArea .headerArea .menus ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.mainTopArea .headerArea .menus ul ul {
  display: block;
}
.mainTopArea .headerArea .menus ul ul li {
  padding: 10px;
}
.mainTopArea .headerArea .menus ul li {
  list-style: none;
  padding: 0 15px;
}
.mainTopArea .headerArea .menus ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 30px 0;
}
.mainTopArea .headerArea .menus ul .DropParent {
  position: relative;
}
.mainTopArea .headerArea .menus ul .DropParent .dropMenu {
  position: absolute;
  top: 50px;
  width: 10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 20px;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
}
.mainTopArea .headerArea .menus ul .DropParent .dropMenu:hover {
  opacity: 1;
  pointer-events: initial;
  padding-top: 0px;
}
.mainTopArea .headerArea .menus ul .DropParent .dropMenu .dropInner {
  background-color: #02185b;
  padding: 5px 0;
  border-radius: 5px;
}
.mainTopArea .headerArea .menus ul .DropParent .dropMenu .dropInner a {
  color: #d4d4d4;
  font-size: 15px;
  cursor: pointer;
}
.mainTopArea .headerArea .menus ul .DropParent .services:hover ~ .dropMenu {
  opacity: 1;
  padding-top: 0px;
  pointer-events: initial;
}
.mainTopArea .mainLandingArea {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 5rem;
}
.mainTopArea .mainLandingArea .shapes svg {
  height: 100px;
  width: 200px;
}
.mainTopArea .mainLandingArea .shapes .shape1 {
  position: absolute;
  left: -10%;
  top: -30%;
}
.mainTopArea .mainLandingArea .leftSide .backButton a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  margin-bottom: 3rem;
  display: block;
  z-index: 10000000;
  height: 20px;
}
.mainTopArea .mainLandingArea .leftSide h1 {
  color: #1b1b1b;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 600;
}
.mainTopArea .mainLandingArea .leftSide .courseNameHead {
  color: #1b1b1b;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 600;
}
.mainTopArea .mainLandingArea .leftSide p {
  font-size: 17px;
  width: 70%;
  text-align: justify;
}
.mainTopArea .mainLandingArea .leftSide p span {
  font-size: 23px;
  font-weight: 500;
}
.mainTopArea .mainLandingArea .leftSide .coursename {
  font-weight: 500;
  color: #001C4D;
}
.mainTopArea .mainLandingArea .leftSide h5 {
  font-size: 14px;
}
.mainTopArea .mainLandingArea .leftSide h5 .icon {
  color: #001C4D;
  font-size: 20px;
}
.mainTopArea .mainLandingArea .rightSide img {
  border-radius: 20px;
}
.mainTopArea .mainLandingArea .learningImage {
  border-radius: 0 200px 200px 0px;
  padding-right: 5rem;
}
.mainTopArea .mainLandingArea .homePageRightImage {
  margin-top: -5rem;
}

.mainBoxSections {
  background-image: url("./imgs/work-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.commonSections {
  padding: 50px 100px;
  margin: 5rem 0;
}
.commonSections .paraBox {
  position: relative;
}
.commonSections .paraBox .rightImg {
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  width: 180%;
  z-index: -1;
}
.commonSections .paraBox .leftImg {
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  width: 160%;
  z-index: -1;
}
.commonSections .secHeadName {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 25px;
  color: #dfdfdf;
}
.commonSections p {
  width: 80%;
  font-size: 13px;
  color: #b4b5b8;
}

.commonSection {
  width: 80%;
  margin: 0 auto;
}
.commonSection .secHeadName {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 25px;
  color: #1b1b1b;
}
.commonSection p {
  width: 80%;
  font-size: 14px;
  color: #878991;
  text-align: justify;
}

.contactSection {
  background-color: #E7E9EB;
}
.contactSection .contactLeft h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
}
.contactSection .contactLeft h5 {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
}
.contactSection .contactLeft h6 {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
}
.contactSection .contactLeft p {
  width: 80%;
}
.contactSection .contactLeft a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  color: #222;
  font-weight: 500;
}
.contactSection .rightContactForm {
  background-color: #082B5B;
  padding: 20px;
  border-radius: 5% 20%;
}
.contactSection .rightContactForm h4 {
  color: #d4d4d4;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.contactSection .rightContactForm input,
.contactSection .rightContactForm textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #d4d4d4;
  color: #ddd;
  margin-bottom: 20px;
}
.contactSection .rightContactForm input::-moz-placeholder, .contactSection .rightContactForm textarea::-moz-placeholder {
  color: #ddd;
}
.contactSection .rightContactForm input::placeholder,
.contactSection .rightContactForm textarea::placeholder {
  color: #ddd;
}

footer {
  padding: 20px 100px;
  border-top: 1px solid rgba(8, 43, 91, 0.1529411765);
}
footer .logo {
  height: 5rem;
  width: auto;
}
footer h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 25px;
  color: #222;
}
footer a {
  text-decoration: none;
  display: block;
  color: #082B5B;
  font-weight: 500;
  margin: 5px 0;
  font-size: 14px;
}

.cardBoxesArea .cardBoxesAreaInner {
  width: 80%;
  margin: 0 auto;
}
.cardBoxesArea .cardBoxesAreaInner .UseCard {
  background: rgb(2, 38, 88);
  background: linear-gradient(90deg, rgb(2, 38, 88) 26%, rgb(8, 49, 113) 49%, rgb(0, 31, 85) 75%);
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #082B5B;
  height: 30rem;
  position: relative;
}
.cardBoxesArea .cardBoxesAreaInner .UseCard img {
  width: 100%;
  margin-top: -2px;
}
.cardBoxesArea .cardBoxesAreaInner .UseCard .useCardBottom {
  padding: 20px;
}
.cardBoxesArea .cardBoxesAreaInner .UseCard .useCardBottom h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 25px;
  color: #d4d4d4;
}
.cardBoxesArea .cardBoxesAreaInner .UseCard .useCardBottom p {
  font-size: 13px;
  color: #acadb3;
  text-align: justify;
}
.cardBoxesArea .cardBoxesAreaInner .UseCard .useCardBottom a {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 90%;
  background-color: #6C63FF;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #d4d4d4;
  border: none;
  outline: none;
  padding: 5px 0;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.engagementArea {
  width: 80%;
  margin: 0 auto;
}

#whatweDo .whatWeDoHead h3,
#whyGizza .whatWeDoHead h3,
#easyPayment .whatWeDoHead h3,
#achieveGoal .whatWeDoHead h3,
#forOrganization .whatWeDoHead h3,
#pipeLine .whatWeDoHead h3,
#courseProjects .whatWeDoHead h3,
#forGraduates .whatWeDoHead h3 {
  text-align: center;
  font-size: 25px;
}
#whatweDo .whatWeDoHead p,
#whyGizza .whatWeDoHead p,
#easyPayment .whatWeDoHead p,
#achieveGoal .whatWeDoHead p,
#forOrganization .whatWeDoHead p,
#pipeLine .whatWeDoHead p,
#courseProjects .whatWeDoHead p,
#forGraduates .whatWeDoHead p {
  width: 50%;
  text-align: justify;
  margin: 0 auto;
  font-size: 18px;
}
#whatweDo .cardsBox .card,
#whyGizza .cardsBox .card,
#easyPayment .cardsBox .card,
#achieveGoal .cardsBox .card,
#forOrganization .cardsBox .card,
#pipeLine .cardsBox .card,
#courseProjects .cardsBox .card,
#forGraduates .cardsBox .card {
  padding: 20px;
  box-shadow: 0px 0px 16px 7px rgba(179, 179, 179, 0.5607843137);
  height: 20rem;
}
#whatweDo .cardsBox .card .cardTop,
#whyGizza .cardsBox .card .cardTop,
#easyPayment .cardsBox .card .cardTop,
#achieveGoal .cardsBox .card .cardTop,
#forOrganization .cardsBox .card .cardTop,
#pipeLine .cardsBox .card .cardTop,
#courseProjects .cardsBox .card .cardTop,
#forGraduates .cardsBox .card .cardTop {
  text-align: center;
}
#whatweDo .cardsBox .card .cardTop img,
#whyGizza .cardsBox .card .cardTop img,
#easyPayment .cardsBox .card .cardTop img,
#achieveGoal .cardsBox .card .cardTop img,
#forOrganization .cardsBox .card .cardTop img,
#pipeLine .cardsBox .card .cardTop img,
#courseProjects .cardsBox .card .cardTop img,
#forGraduates .cardsBox .card .cardTop img {
  width: 150px;
  height: 100px;
}
#whatweDo .cardsBox .card .cardBottom h4,
#whyGizza .cardsBox .card .cardBottom h4,
#easyPayment .cardsBox .card .cardBottom h4,
#achieveGoal .cardsBox .card .cardBottom h4,
#forOrganization .cardsBox .card .cardBottom h4,
#pipeLine .cardsBox .card .cardBottom h4,
#courseProjects .cardsBox .card .cardBottom h4,
#forGraduates .cardsBox .card .cardBottom h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
  color: #001C4D;
}
#whatweDo .cardsBox .card .cardBottom p,
#whyGizza .cardsBox .card .cardBottom p,
#easyPayment .cardsBox .card .cardBottom p,
#achieveGoal .cardsBox .card .cardBottom p,
#forOrganization .cardsBox .card .cardBottom p,
#pipeLine .cardsBox .card .cardBottom p,
#courseProjects .cardsBox .card .cardBottom p,
#forGraduates .cardsBox .card .cardBottom p {
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
#whatweDo .cardsBox .card .cardBottom p a,
#whyGizza .cardsBox .card .cardBottom p a,
#easyPayment .cardsBox .card .cardBottom p a,
#achieveGoal .cardsBox .card .cardBottom p a,
#forOrganization .cardsBox .card .cardBottom p a,
#pipeLine .cardsBox .card .cardBottom p a,
#courseProjects .cardsBox .card .cardBottom p a,
#forGraduates .cardsBox .card .cardBottom p a {
  text-decoration: none;
  color: #001F4E;
}

#courseProjects .projectBoxs img {
  height: 10rem;
  width: auto;
}

#forOrganization .whatWeDoHead .largHeadings {
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0;
}

#achieveGoal img {
  height: 15rem;
}

#forGraduates .cardsBox .card {
  height: 27rem;
}

#courseOfferSection {
  padding-bottom: 5rem;
}
#courseOfferSection .whatWeDoHead h3 {
  text-align: center;
}
#courseOfferSection .whatWeDoHead p {
  width: 80%;
  text-align: justify;
  margin: 0 auto;
  font-size: 16px;
}
#courseOfferSection .coursesNames {
  padding-top: 30px;
}
#courseOfferSection .coursesNames h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #001C4D;
}
#courseOfferSection .coursesNames .serialNo {
  font-size: 14px;
  font-weight: 500;
  color: #073068;
}
#courseOfferSection .coursesNames .icon {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
}
#courseOfferSection .coursesNames a {
  text-decoration: none;
  color: #0544b1;
}
#courseOfferSection .coursesNames a:hover {
  text-decoration: underline;
}
#courseOfferSection .coursesNames a .warnSoon {
  color: #00ce22;
}
#courseOfferSection .coursesNames a .yetLaunch {
  color: #df7a06;
}

#courseItems .courseOverView {
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}
#courseItems .Myiframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
#courseItems .enrollBtn {
  background-color: #12153c;
  color: #dcdcdc;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 20px;
  padding: 5px 0;
  transition: 0.3s ease;
  border: 2px solid transparent;
}
#courseItems .enrollBtn:hover {
  background-color: #FFFFFF;
  color: #12153c;
  border: 2px solid #12153c;
}
#courseItems #accordionPanelsStayOpenExample {
  border-radius: 5px;
}
#courseItems #accordionPanelsStayOpenExample a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
}
#courseItems #accordionPanelsStayOpenExample .accordion-button {
  background-color: #001C4D;
  color: #d4d4d4;
}
#courseItems .courseRightBoxItems .courseItems {
  padding-top: 20px;
}
#courseItems .courseRightBoxItems .courseItems h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
}
#courseItems .courseRightBoxItems .courseItems .itemsListsBox {
  position: relative;
}
#courseItems .courseRightBoxItems .courseItems .itemsListsBox .weekBox {
  position: absolute;
  right: 20%;
  top: 0;
  border: 2px solid #001C4D;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#courseItems .courseRightBoxItems .courseItems .itemsListsBox .weekBox span {
  display: block;
  font-size: 13px;
}
#courseItems .courseRightBoxItems .courseItems .itemsListsBox .weekBox .weeksNo {
  font-weight: 600;
  font-size: 28px;
  margin-top: -10px;
}
#courseItems .courseRightBoxItems .courseItems .itemsListsBox .courseitemsLists {
  display: block;
  padding: 3px 0;
}
#courseItems .courseRightBoxItems .courseItems .itemsListsBox .courseitemsLists .icon {
  padding-right: 10px;
  color: #083171;
}

#Benefits {
  width: 68%;
  margin: 0 auto;
}
#Benefits .cardsBox .card {
  padding: 20px;
  box-shadow: 0px 0px 16px 7px rgba(179, 179, 179, 0.56);
  height: 17rem;
}
#Benefits .cardsBox .card .cardTop {
  text-align: center;
}
#Benefits .cardsBox .card .cardTop img {
  width: 150px;
  height: 75px;
}
#Benefits .cardsBox .cardBottom h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
  color: #001C4D;
}
#Benefits .cardsBox .cardBottom p {
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

#forceCenter {
  text-align: center !important;
}/*# sourceMappingURL=style.css.map */