@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

body {
  width: 100%;
  float: left;
  background-color: #FAFEFF;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  top: 20px;
}
header .headerContainer {
  width: 1223px;
  float: left;
}
header .headerContainer .headerInner {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .headerContainer .headerInner a.topLogo {
  width: 72px;
  float: left;
}
header .headerContainer .headerInner a.topLogo img {
  width: 100%;
}
header .headerContainer .headerInner .menuPart {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0 0;
}
header .headerContainer .headerInner .menuPart .navListing {
  float: left;
  display: flex;
  flex-flow: row;
  gap: 30px;
  padding: 0;
  margin: 0;
}
header .headerContainer .headerInner .menuPart .navListing li {
  display: flex;
  list-style: none;
  margin: 0;
  position: relative;
}
header .headerContainer .headerInner .menuPart .navListing li a {
  float: left;
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Quicksand";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
header .headerContainer .headerInner .menuPart .logInBtn {
  background: #FFD600;
  float: left;
  padding: 12px 35px;
  color: #000;
  font-family: "Quicksand";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 42px;
  border-radius: 35px;
  margin: 4px 0 0 30px;
}

.toggle_icon {
  display: none;
  float: right;
  width: auto;
  margin: 0;
  position: relative;
  height: 34px;
  padding: 6px 0px;
  z-index: 10;
}
.toggle_icon b {
  width: 26px;
  height: 3px;
  background: #fff;
  float: left;
  position: relative;
  transition: 0.2s ease-in-out;
}
.toggle_icon b::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background: #fff;
  right: 0;
  transition: 0.2s ease-in-out;
  bottom: -10px;
}
.toggle_icon b::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background: #fff;
  right: 0;
  bottom: -20px;
  transition: 0.2s ease-in-out;
}
.toggle_icon b.creatCross {
  transform: rotate(45deg) translate(0px, 0);
  margin: 12px 0 0 0;
}
.toggle_icon b.creatCross:after {
  opacity: 0;
}
.toggle_icon b.creatCross:before {
  transform: rotate(-90deg) translate(19px, 0px);
}

.topPart {
  width: 100%;
  float: left;
  height: 115vh;
  background-image: url(../images/topImage.svg);
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}
.topPart article {
  width: 405px;
  float: left;
  position: relative;
  margin: 16% 0 0 19%;
}
.topPart article h1 {
  width: 100%;
  float: left;
  margin: 0;
  color: #FFF;
  font-family: "Inter";
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.682px;
  text-transform: uppercase;
}
.topPart article h1 small {
  width: 100%;
  float: left;
  color: #FFD600;
  font-family: "Quicksand";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.608px;
  text-transform: uppercase;
}
.topPart article p {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  color: #FFF;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.topPart article a {
  float: left;
  padding: 12px 20px;
  color: #fff;
  font-family: "Quicksand";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 42px;
  border-radius: 35px;
  margin: 20px 0 0 0px;
  text-transform: uppercase;
  border: 2px solid #fff;
}

.taMenus {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-flow: row wrap;
}
.taMenus .taBox {
  width: 144px;
  height: 133px;
  float: left;
  border-radius: 8.587px;
  background: #FFF;
  box-shadow: 0px 2.862px 7.872px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  top: -111px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  gap: 10px;
}
.taMenus .taBox img {
  float: left;
  transition: 0.3s ease-in-out;
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.taMenus .taBox p {
  width: 100%;
  float: left;
  color: #646464;
  text-align: center;
  font-family: "Quicksand";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  transition: 0.3s ease-in-out;
}
.taMenus .taBox:hover {
  background-color: #FF9900;
  transform: scale(1.15);
}
.taMenus .taBox:hover img {
  filter: grayscale(10) brightness(100);
}
.taMenus .taBox:hover p {
  color: #fff;
}

.aboutWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 0 0 0px 0;
}
.aboutWrap .aboutContainer {
  width: 935px;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.aboutWrap .aboutContainer picture {
  width: 425px;
  height: 509px;
  float: left;
  display: flex;
  position: relative;
}
.aboutWrap .aboutContainer picture span {
  position: absolute;
}
.aboutWrap .aboutContainer picture span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutWrap .aboutContainer picture .image_01 {
  width: 349px;
  height: 384px;
}
.aboutWrap .aboutContainer picture .image_02 {
  width: 236px;
  height: 259px;
  top: 192px;
  right: 0;
  z-index: 99;
}
.aboutWrap .aboutContainer picture .image_03 {
  width: 147px;
  height: 156px;
  top: 352px;
  left: 59px;
}
.aboutWrap .aboutContainer article {
  width: 409px;
  float: left;
  position: relative;
}
.aboutWrap .aboutContainer article h2 {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Quicksand";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.aboutWrap .aboutContainer article p {
  width: 100%;
  float: left;
  color: #5F5F5F;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin: 18px 0 0 0;
}
.aboutWrap .aboutContainer article .aboutLink {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.aboutWrap .aboutContainer article .aboutLink .aLink {
  width: 192px;
  float: left;
  position: relative;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2.862px 8.587px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 12px;
  color: #939393;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  padding: 8px 15px;
}

.catSectionWrap {
  width: 100%;
  float: left;
  background: #FEDF3F;
  padding: 55px 0;
  margin: 75px 0;
  display: flex;
  justify-content: center;
}
.catSectionWrap .catContainer {
  width: 860px;
  float: left;
}
.catSectionWrap .catContainer h2 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  color: #000;
  text-align: center;
  font-family: "Quicksand";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
}
.catSectionWrap .catContainer h2 small {
  width: 100%;
  float: left;
  color: rgba(0, 0, 0, 0.53);
  text-align: center;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin: 25px 0 0 0;
}
.catSectionWrap .catContainer .catsBlock {
  width: 100%;
  float: left;
  display: flex;
  margin: 40px 0 0 0;
  gap: 24px;
  flex-flow: row wrap;
  justify-content: center;
}
.catSectionWrap .catContainer .catsBlock a.catBox {
  width: 270px;
  height: 107px;
  float: left;
  position: relative;
  background-color: #fff;
  padding: 25px;
}
.catSectionWrap .catContainer .catsBlock a.catBox h4 {
  width: 125px;
  float: left;
  margin: 0 0 0 0;
  color: #000;
  font-family: "Quicksand";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.catSectionWrap .catContainer .catsBlock a.catBox h4 small {
  width: 100%;
  float: left;
  margin: 8px 0 0 0;
  color: #959595;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.catSectionWrap .catContainer .catsBlock a.catBox img {
  position: absolute;
  right: 25px;
  top: 24px;
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contactsWrap {
  width: 100%;
  float: left;
  margin: 0 0 70px 0;
  display: flex;
  justify-content: center;
}
.contactsWrap .contactContainer {
  width: 800px;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.contactsWrap .contactContainer .cBox {
  width: 240px;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.contactsWrap .contactContainer .cBox img {
  width: 150px;
  height: 150px;
  float: left;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactsWrap .contactContainer .cBox a {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  color: #686868;
  text-align: center;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.469px;
}

.infoImages {
  width: 100%;
  float: left;
  margin: 0 0 70px 0;
  display: flex;
  justify-content: center;
}
.infoImages .iContainer {
  width: 860px;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
}
.infoImages .iContainer p {
  width: 100%;
  float: left;
}
.infoImages .iContainer p span {
  width: 100%;
  float: left;
  font-family: "Inter";
  font-size: 13px;
  margin: 8px 0;
}
.infoImages .iContainer p img {
  width: 100% !important;
  float: left;
  margin: 6px 0;
}

.mapWrap {
  width: 100%;
  float: left;
  height: 250px;
  overflow: hidden;
}
.mapWrap iframe {
  width: 100%;
  height: 100%;
}

footer {
  width: 100%;
  float: left;
  background: #313131;
  padding: 50px 0 35px 0;
}
footer .footerMenu {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 0;
  margin: 0;
}
footer .footerMenu li {
  float: left;
  margin: 0;
  list-style: none;
}
footer .footerMenu li a {
  float: left;
  margin: 0;
  color: #B4B4B4;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
footer p {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #494949;
  color: #6A6A6A;
  text-align: center;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/************************** registration ***********************/
.registerCompletePage {
  width: 100%;
  float: left;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
}
.registerCompletePage::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 78%;
  background: #62B85F;
  top: 0;
  left: 0;
}
.registerCompletePage .rContainer {
  width: 1000px;
  float: left;
  display: flex;
  justify-content: space-between;
  margin: 45px 0;
  position: relative;
  z-index: 99;
}
.registerCompletePage .rContainer article {
  width: 368px;
  float: left;
  margin: 25px 0 0 0;
}
.registerCompletePage .rContainer article a.linkBttn {
  float: left;
  color: #FFF;
  font-family: "Quicksand";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.registerCompletePage .rContainer article a.linkBttn i {
  -webkit-text-stroke: 2px #62b85f;
}
.registerCompletePage .rContainer article h1 {
  width: 100%;
  float: left;
  margin: 56px 0 0 0;
  color: #FFF;
  font-family: "Inter";
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.registerCompletePage .rContainer article p {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  color: #FFF;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.registerCompletePage .rContainer article a.loginBttn {
  float: left;
  margin: 13px 0 0 0;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid #FFF;
  color: #FFF;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.608px;
  text-transform: uppercase;
}
.registerCompletePage .rContainer .registerFormWrap {
  width: 505px;
  float: left;
  background: #FFF;
  box-shadow: 0px 2.862px 13.597px 0px rgba(0, 0, 0, 0.15);
  height: 671px;
  padding: 25px 47px;
}
.registerCompletePage .rContainer .registerFormWrap h4 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  color: #000;
  font-family: "Quicksand";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}
.registerCompletePage .rContainer .registerFormWrap form {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 27px 0 0 0;
  row-gap: 8px;
}
.registerCompletePage .rContainer .registerFormWrap form label {
  width: 48%;
  float: left;
  height: 65.2px;
}
.registerCompletePage .rContainer .registerFormWrap form label b {
  width: 100%;
  float: left;
  color: #8A8A8A;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.registerCompletePage .rContainer .registerFormWrap form label .usr {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  height: 42px;
  padding: 0 15px;
  outline: none !important;
  font-size: 12px;
  font-family: "Inter";
  color: #000;
  margin: 8px 0 0 0;
}
.registerCompletePage .rContainer .registerFormWrap form .subBttn {
  width: 100%;
  float: left;
  border-radius: 6px;
  background: #62B85F;
  height: 44px;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.095px;
  border: 0;
  outline: none !important;
  cursor: pointer;
  margin: 12px 0 0 0;
}

/************************************  exam Home  *********************************/
.ehHead {
  width: 100%;
  float: left;
  background: #62B85F;
  display: flex;
  justify-content: center;
}
.ehHead .ehContainer {
  width: 860px;
  float: left;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.ehHead .ehContainer .logoWrap {
  float: left;
  display: flex;
  gap: 12px;
  align-items: center;
}
.ehHead .ehContainer .logoWrap img {
  width: 40px;
}
.ehHead .ehContainer .logoWrap span {
  float: left;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  font-family: "Inter";
}
.ehHead .ehContainer .logoWrap span small {
  width: 100%;
  float: left;
  font-size: 10px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.ehHead .ehContainer .detailsBtn {
  float: left;
  font-family: "Quicksand";
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #24853e;
  padding: 13px 20px;
  border-radius: 6px;
}

.ehMarquee {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.ehMarquee .marqueeContainer {
  width: 860px;
  float: left;
  margin: 15px 0;
  font-family: "Inter";
  color: #000;
  font-size: 13px;
}
.ehMarquee .marqueeContainer .marQueeInner {
  width: 100%;
  float: left;
  overflow: hidden;
}

.ehTopImg {
  width: 100%;
  float: left;
  margin: 0;
  display: flex;
  justify-content: center;
  background: url(../images/examHomeBac.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.ehTopImg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.53);
}
.ehTopImg h2 {
  width: 500px;
  text-align: center;
  font-family: "Inter";
  margin: 78px 0 105px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  position: relative;
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
}

.ehLinks {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  top: -32px;
}
.ehLinks .ehContainer {
  width: 860px;
  float: left;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ehLinks .ehContainer a {
  width: 164px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b2deb0;
  font-family: "Quicksand";
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.ehLinks .ehContainer a:hover {
  background-color: #24853e;
  color: #fff;
}

.ehDetails {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 30px 0 0px 0;
  font-family: "Inter";
}
.ehDetails .ehContainer {
  width: 860px;
  float: left;
  position: relative;
}
.ehDetails .ehContainer .detailsPart {
  width: 100%;
  float: left;
  font-size: 13px;
}
.ehDetails .ehContainer .detailsPart .partBox {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.ehDetails .ehContainer .detailsPart h2 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 20px;
  margin: 0 0 0 0;
}
.ehDetails .ehContainer .detailsPart h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  margin: 25px 0 25px 0;
  color: #24853e;
}
.ehDetails .ehContainer .detailsPart h3 small {
  width: 100%;
  float: left;
  font-size: 12px;
  margin: 9px 0 0 0;
  font-weight: 400;
  color: #000;
}
.ehDetails .ehContainer .detailsPart ol {
  width: 100%;
  float: left;
  margin: 0;
}
.ehDetails .ehContainer .detailsPart ol li {
  width: 100%;
  float: left;
  margin: 8px 0;
  font-size: 13px;
}
.ehDetails .ehContainer .detailsPart ol li p {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
}
.ehDetails .ehContainer .detailsPart ol li b {
  width: 100%;
  float: left;
  margin: 8px 0 0 0;
}
.ehDetails .ehContainer .detailsPart p {
  width: 100%;
  float: left;
  margin: 5px 0;
  font-size: 13px;
  color: #000;
}
.ehDetails .ehContainer .detailsPart span {
  width: 100%;
  float: left;
  margin: 5px 0;
  font-size: 13px;
  color: #000;
}
.ehDetails .ehContainer .detailsPart img {
  max-width: 100%;
}

.registerFooter {
  width: 100%;
  float: left;
  background: #24853e;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-family: "Inter";
  font-size: 13px;
}
.registerFooter a {
  color: #FF9900;
}

.ehLogBox {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 40px 0 50px 0;
}
.ehLogBox .ehMain {
  width: 600px;
  float: left;
  min-height: 250px;
  background: #eff5ef;
  padding: 70px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ehLogBox .ehMain h4 {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0;
  font-family: "Quicksand";
  font-size: 18px;
}
.ehLogBox .ehMain h4 small {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  margin: 8px 0 0 0;
}
.ehLogBox .ehMain form {
  width: 250px;
  margin: 12px 0 0 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ehLogBox .ehMain form p {
  width: 100%;
  float: left;
  margin: 5px 0;
  font-family: "Quicksand";
}
.ehLogBox .ehMain form .usr {
  width: 100%;
  float: left;
  height: 45px;
  font-family: "Inter";
  padding: 0 17px;
  border: 1px solid #ddd;
}
.ehLogBox .ehMain form .subBttn {
  font-family: "Inter";
  border: 0;
  outline: none;
  background-color: #62B85F;
  cursor: pointer;
  font-size: 14px;
  padding: 14px 33px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.ehLogBox .ehMain form .subBttn:hover {
  background-color: #FF9900;
  color: #000;
}

/******************************************  exam candidate  *******************************/
.ecBlock {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 20px 0 50px;
}
.ecBlock .ecContainer {
  width: 650px;
  float: left;
  min-height: 200px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 40px;
  font-family: "Quicksand";
}
.ecBlock .ecContainer h3 {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 18px;
  color: #000;
}
.ecBlock .ecContainer .ecBoxes {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
}
.ecBlock .ecContainer .ecBoxes .ecBox {
  width: 100%;
  float: left;
  padding: 20px 25px;
  background-color: #f7f7f7;
  display: flex;
  gap: 12px;
  font-size: 13px;
  font-family: "Inter";
  margin: 0px 0;
}
.ecBlock .ecContainer .ecBoxes .ecBox b {
  width: 40%;
  margin: 0;
}
.ecBlock .ecContainer .ecBoxes .ecBox p {
  width: 50%;
  margin: 0;
}
.ecBlock .ecContainer .ecBoxes .ecBox p button {
  font-size: 12px;
  font-family: "Inter";
  border: 0;
  outline: none;
  padding: 8px 13px;
  background: #62b85f;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0 11px;
  border-radius: 19px;
  cursor: pointer;
}
.ecBlock .ecContainer .ecBoxes .ecBox p a.edit {
  background-color: #1956d9;
  color: #fff;
  font-size: 13px;
  padding: 9px 13px;
  display: flex;
  gap: 8px;
  width: 83px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
}
.ecBlock .ecContainer .ecBoxes .ecBox:nth-child(even) {
  background-color: #fff;
}
.ecBlock .ecContainer .ecBoxes .downloadBtn {
  float: left;
  background-color: #FF9900;
  font-family: "Inter";
  color: #000;
  border: 0;
  width: 100%;
  padding: 14px 0;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  margin: 0px 0 0 0;
}

/*****************************************  history  *******************************/
.innerTop {
  width: 100%;
  float: left;
  background-color: #24853e;
  background-image: url(../images/examHomeBac.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.innerTop::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.innerTop h1 {
  width: 100%;
  float: left;
  text-align: center;
  margin: 140px 0 90px 0;
  font-family: "Inter";
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 1;
}

.innerBoxWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 90px 0;
}
.innerBoxWrap .innerContainer {
  width: 860px;
  font-family: "Inter";
}
.innerBoxWrap .innerContainer h4 {
  width: 100%;
  float: left;
  font-family: "Quicksand";
  margin: 0 0 20px 0;
  color: #24853e;
}
.innerBoxWrap .innerContainer p {
  width: 100%;
  float: left;
  font-size: 13px;
  line-height: 23px;
  margin: 8px 0 0 0;
}
.innerBoxWrap .innerContainer article {
  width: 100%;
  float: left;
}
.innerBoxWrap .innerContainer .successStory {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.innerBoxWrap .innerContainer .successStory .ssBoxWrap {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
}
.innerBoxWrap .innerContainer .successStory .ssBoxWrap .sBox {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 2.862px 7.872px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
.innerBoxWrap .innerContainer .successStory .ssBoxWrap .sBox picture {
  min-width: 140px;
  max-width: 140px;
  height: 200px;
  background-color: #ddd;
  overflow: hidden;
}
.innerBoxWrap .innerContainer .successStory .ssBoxWrap .sBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.innerBoxWrap .innerContainer .successStory .ssBoxWrap .sBox .sbText {
  width: 100%;
  float: left;
}
.innerBoxWrap .innerContainer .successStory .ssBoxWrap .sBox .sbText h3 {
  width: 100%;
  float: left;
  font-family: "Quicksand";
  margin: 0 0 8px 0;
  color: #24853e;
}
.innerBoxWrap .innerContainer .successStory .ssBoxWrap .sBox .sbText h5 {
  width: 100%;
  float: left;
  color: #333;
  font-family: "Inter";
  font-size: 13px;
  margin: 3px 0;
}
.innerBoxWrap .innerContainer .successStory .ssBoxWrap .sBox .sbText p {
  width: 100%;
  float: left;
  font-family: "Inter";
  font-size: 13px;
  color: #000;
}
.innerBoxWrap .innerContainer .results {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.innerBoxWrap .innerContainer .results picture {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.innerBoxWrap .innerContainer .results picture img {
  max-width: 100%;
  height: auto;
}

.loginsBttn {
  width: 100%;
  float: left;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.loginsBttn a {
  font-size: 12px;
  font-family: "Inter";
  color: #000;
}

.one-edge-shadow {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.one-edge-shadow form {
  width: 600px;
  float: left;
}
.one-edge-shadow form .smalldiv {
  width: 100%;
  float: left;
  font-family: "Inter";
  display: flex;
  flex-flow: column;
}
.one-edge-shadow form .smalldiv .leftdiv {
  width: 100%;
  float: left;
}
.one-edge-shadow form .smalldiv .rightdiv {
  width: 100%;
  float: left;
}
.one-edge-shadow form .smalldiv .rightdiv input, .one-edge-shadow form .smalldiv .rightdiv select {
  width: 100%;
  float: left;
  height: 42px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.one-edge-shadow form .smalldiv .rightdiv input[type=submit] {
  background-color: #FF9900;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.one-edge-shadow table td {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.one-edge-shadow table td input {
  width: 100%;
  float: left;
  height: 42px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.one-edge-shadow table td input[type=submit] {
  background-color: #FF9900;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 200px;
}

/************23.01.2024*************/
.historySec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.historySec ul li {
  width: 100%;
  background: #add8e6;
  padding: 10px 5px;
  margin-bottom: 10px;
}
.historySec ul li a {
  color: #000000;
}
.historySec blockquote {
  margin: 0;
  color: #5F5F5F;
  font-family: "Inter";
}

.images_sec {
  width: 100%;
  float: left;
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
  margin-bottom: 20px;
}
.images_sec figure {
  margin: 0;
  width: 200px;
  height: 200px;
}
.images_sec figure img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f0f8ff;
}
.images_sec article {
  width: 80% !important;
}
.images_sec article strong {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.images_sec article span {
  font-size: 11px;
  display: block;
}
.images_sec article h4 {
  margin: 10px 0 5px 0 !important;
}
.images_sec article p {
  float: left;
  width: 100%;
  font-size: 12px !important;
  line-height: 18px !important;
  font-family: "Inter";
  color: #303030;
  margin: 0 !important;
}/*# sourceMappingURL=style.css.map */