@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --light-black: #555555;
  --white: #ffffff;
  --Grey: #EFF7FF;
  --Yellow: #F49F10;
  --light-blue: #65B7DB;
  --dark-blue: #0D0E0F;
  --Poppins: 'Poppins', sans-serif;
  --orataro-bigcontainer: 1520px;
  --font-50: 50px;
  --font-40: 40px;
  --font-32: 32px;
  --font-26: 26px;
  --font-22: 22px;
  --font-20: 20px;
  --font-18: 18px;
  --font-18: 16px;
}

html {
  scroll-behavior: smooth;
}

.orataro-main img {
  width: 100%;
  height: 100%;
  max-width: fit-content;
}


*, ::after, ::before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.post,
.page {
  margin: 0;
}

.row {
  margin: 0;
}

.row>* {
  padding-left: 0;
  padding-right: 0;
}

ul,
ol, p {
  margin: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.orataro-bigcontainer {
  width: 100%;
  max-width: var(--orataro-bigcontainer);
  margin: 0 auto;
  text-align: center;
  /* background-color: coral; */
}

.orataro-main ul li {
  list-style-type: none;
  position: relative;
}

.orataro-main ul li::before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  background: url(../../casestudy-image/li-style-image.png);
  top: 0;
  left: -30px;
}

.orataro-main ul {
  padding-left: 30px;

}

/* Section 1 ----------------------------------------------------------------------------------*/
.orataro-main {
  overflow-x: hidden;
}

.orataro-sec-one {
  background: url(../../casestudy-image/Orataro-bg.png) no-repeat;
  padding-top: 161px;
  position: relative;
}

.orataro-sec-one::after {
  position: absolute;
  content: "";
  background: url(../../casestudy-image/vertical-line.png);
  width: 8px;
  height: 480px;
  top: 25%;
  right: 0%;
}

.orataro-sec-one .orataro-bigcontainer {
  text-align: right;
}

.home-img {
  width: auto !important;
  height: auto !important;
  margin-left: -100px;
}


.sec1-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.sec1-grid::after {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/home-after-img.png);
  bottom: 0;
  right: -218px;
  width: 538px;
  height: 235px;
}

.orarato-home-div {
  text-align: left;
  margin: 174px 18px 0 -174px;
}

.logo {
  margin-bottom: 30px;
  width: auto !important;
  height: auto !important;
}

.sec-one-title {
  color: #000;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 66px;
}

.sec-one-content {
  color: var(--light-black);
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.sec1-grid img, .sec6-flex-p2 img {
  max-width: fit-content;
}

/* Section 2 ----------------------------------------------------------------------------------*/
.orataro-sec-two {
  margin-top: 110px;
}

/* .sec2-video {
  height: 859px;
  background-color: var(--Grey);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
} */

.sec2-video img {
  height: auto;
  width: auto;
}

/* Section 3 ----------------------------------------------------------------------------------*/
.orataro-sec-three {
  margin-top: 110px;
}

.sec3-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.sec3-grid-part1 {
  padding: 61px 190px 82px 20px;

}

.sec3-part1-content {
  background: url(../../casestudy-image/sec-3-bg.png);
  width: 549px;
  height: 612px;
  text-align: left;
  padding: 119px 0 0 88px;
  position: relative;
}

.sec3-grid-part1-title {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
}

.sec3-grid-part1-para {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 285px;
}

.sec3-part1-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  background: url(../../casestudy-image/education\ management\ system.png);
  width: 508px;
  height: 423px;
}

.sec3-part1-content::before {
  content: '';
  position: absolute;
  background: url(../../casestudy-image/paint-plate.png);
  width: 139px;
  height: 139px;
  top: -70px;
  left: -47px;
}

.sec3-grid-part2 {
  padding: 19px 10px 13px 100px;
  /* padding-left: 130px; */
}

.sec3-grid-part2-title {
  text-align: left;
  font-family: var(--Poppins);
  font-size: var(--font-26);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 80px;
  margin-bottom: 20px;
}

.sec3-grid-part2-title2 {
  text-align: left;
  font-family: var(--Poppins);
  font-size: var(--font-26);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.sec3-grid-part2-title-content {
  color: var(--light-black);
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 51px;
  text-align: left;
  position: relative;

}

.sec3-grid-part2-title-content::before {
  position: absolute;
  content: "";
  background: url(../../casestudy-image/sec3-after.png);
  width: 14.142px;
  height: 256px;
  top: -37px;
  left: -19px;
}

.sec3-grid-part2-title-content-ex {
  color: var(--light-black);
  font-family: var(--Poppins);
  font-size: --18;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  position: relative;
}

.sec3-grid-part2-title-content-ex::before {
  position: absolute;
  content: "";
  background: url(../../casestudy-image/sec3-after.png);
  width: 14.142px;
  height: 256px;
  top: -17px;
  left: -19px;
}

.sec3-grid-part2-title-content2 li {
  text-align: left;
  padding-bottom: 15px;
  padding-left: 15px;
  color: #555;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}



/* Section 4 ----------------------------------------------------------------------------------*/
.orataro-sec-four {
  margin-top: 110px;
}

.sec4-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
}

.sec4-grid-part1 {
  margin-left: 60px;
  padding: 46px 81px 46px 30px;
  background: var(--Grey);
  border-radius: 20px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.12);
  height: 345px;
  position: relative;
}

.sec4-grid-part1::after {
  content: '';
  position: absolute;
  background: url(../../casestudy-image/dashed-arrow.png);
  width: 405px;
  height: 111px;
  top: 46%;
  left: 104%;
}

.sec4-grid-part1-title {
  text-align: left;
  font-family: var(--Poppins);
  font-size: var(--font-32);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.sec4-grid-part1-content li {
  color: var(--light-black);
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 51px;
  text-align: left;
  padding: 0 0 15px 15px;
}

.sec4-grid-part2 {
  margin-top: 273px;
  padding: 46px 81px 46px 30px;
  background: var(--Grey);
  border-radius: 20px;
  background: linear-gradient(180deg, #2395C3 0%, #0D85B6 0.01%, #002F42 100%);
  margin-right: 60px;
}

.sec4-grid-part2 .sec4-grid-part1-content li {
  color: var(--white);
}

.sec4-grid-part1-title2 {
  color: var(--white);
  text-align: left;
  font-family: var(--Poppins);
  font-size: var(--font-32);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}

/* Section 5 ----------------------------------------------------------------------------------*/
.orataro-sec-five {
  margin-top: 65px;
  background: url(../../casestudy-image/Orataro-bg.png);

}

.sec5-img {
  padding: 0 47px 50px 115px;
  height: auto !important;
  width: auto !important;
  margin-top: 60px;
}

.sec-five-title {
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 50px;
}

/* Section 6 ----------------------------------------------------------------------------------*/
.orataro-sec-six {
  margin-top: 110px;
}

.sec6-flex {
  display: flex;
  margin-left: 60px;
  column-gap: 20px;
}

.sec6-flex-p1 {
  padding: 40px 25px 40px 30px;
  text-align: left;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
  position: relative;
}

.sec6-flex-p1::after {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/color-line.png);
  width: calc(94.639px * 3);
  height: 283.917px;
  bottom: -38px;
  left: 20%;
  height: 8px;
  /* transform: rotate(90deg); */
  border-radius: 8.889px;
}

.sec6-flex-p1-title {
  font-family: var(--Poppins);
  font-size: var(--font-32);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.sec6-flex-p1-content li {
  color: #555;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0 0 15px 15px;
}

.sec6-flex-p3 {
  margin-top: 80px;
}

.sec6-flex-p2 img {
  height: auto !important;
  width: auto !important;
  margin-top: 40px;
}


.sec6-flex-p3-1 {
  padding: 40px 25px 40px 30px;
  text-align: left;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  position: relative;
}

.sec6-flex-p3-1::after {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/cap.png);
  width: 89.581px;
  height: 89.581px;
  top: -62px;
  left: 88%;
}

.sec6-flex-p3 img {
  height: auto !important;
  width: auto !important;
}

/* Section 7 ----------------------------------------------------------------------------------*/
.orataro-sec-seven {
  margin-top: 110px;
  border-radius: 15px;
  background: linear-gradient(180deg, #2395C3 0%, #0D85B6 0.01%, #002F42 100%);
}

.sec7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 248px;
  padding: 98px 124px;
  text-align: left;
}

.sec7-flex-p1-title {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.sec7-flex-p1-title2 {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 40px;
  margin-top: 150px;
}

.Futura {
  width: 405px !important;
  height: 400px !important;
}

.p1-img {
  width: 471px !important;
  height: 46px !important;
}

.p2-img {
  width: 136px !important;
  height: 46px !important;
}

.color-grid {
  display: grid;
  grid-template-columns: 140px 140px 100px;
}

.color-grid-1 {
  width: 100px;
  height: 100px;
  border-radius: 220px;
  border: 2px solid #0F5EF7;
  background: #0F5EF7;
}

.color-grid-2 {
  width: 100px;
  height: 100px;
  border-radius: 220px;
  border: 2px solid #0B73DE;
  background: #0B73DE;

}

.color-grid-3 {
  width: 100px;
  height: 100px;
  border-radius: 220px;
  border: 2px solid #FE6C54;
  background: #FE6C54;
}

.color-grid2 {
  display: grid;
  grid-template-columns: 140px 140px 100px;
  margin-top: 40px;
}

.color-grid2 .color-grid-1 {
  width: 100px;
  height: 100px;
  border-radius: 220px;
  border: 2px solid #FFB800;
  background: #FFB800;
}

.color-grid2 .color-grid-2 {
  width: 100px;
  height: 100px;
  border-radius: 220px;
  border: 2px solid #FFF;
  background: #FFF;
}

.color-grid2 .color-grid-3 {
  width: 100px;
  height: 100px;
  border-radius: 220px;
  border: 2px solid #EEF4FB;
  background: #EEF4FB;
}

/* Section 8 ----------------------------------------------------------------------------------*/
.orataro-sec-eight {
  padding-top: 70px;
  background: url(../../casestudy-image/Orataro-bg.png);
}

.sec-eight-title {
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec8-img {
  padding: 0 47px 50px 115px;
  height: auto !important;
  width: auto !important;
  margin-top: 60px;
}

/* Section 9 ----------------------------------------------------------------------------------*/
.sec9-img {
  padding-top: 138px;
  position: relative;
}

.usp-fearures {
  height: auto !important;
  width: auto !important;
}

.usp-fearures2 {
  display: none;
}

.sec-nine-title {
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 17%;
  left: 27.5%;
}

.sec9-img::before {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/usp\ after.png);
  width: 125px;
  height: 260px;
  top: 3.3%;
  left: 20%;
}

/* Section 10 ----------------------------------------------------------------------------------*/
.orataro-sec-ten {
  margin-top: 110px;
}

.big_bg {
  background: url(../../casestudy-image/big-bg.png);
  z-index: -1;

}


.sec-10-title {
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.sec-10-title img {
  height: auto !important;
  width: auto !important;
}

.sec-10-title::after {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/title-after.png);
  width: 180px;
  height: 218px;
  top: -125px;
  right: 18.5%;
}

.sec10-dashboard {
  height: 100% !important;
  width: 100% !important;
}

.sec10-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.sec10-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.sec10-grid3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 100px;

}

.sec10-grid-dashboard-img {
  height: auto !important;
  width: auto !important;
  padding-top: 77px;
  z-index: 2;
  position: relative;
}

.sec10-grid-part1 {
  border-radius: 15px;
  background: linear-gradient(180deg, #2395C3 0%, #0D85B6 0.01%, #002F42 100%);
  padding: 112px 192px 127px 220px;
  text-align: left;
  margin-bottom: 92px;
  margin-top: 500px;
  margin-left: -40%;
  z-index: 1;
  position: relative;
}

.sec10-grid-part1::before {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/cap2.png);
  top: -68%;
  left: 56%;
  height: 124px;
  width: 125px;
}

.sec10-grid-part1-title {
  color: var(--white);
  text-align: center;
  font-family: var(--Poppins);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
}

.sec10-grid-part1-content {
  color: #E2F3FF;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding-top: 20px;
  position: relative;
}

.sec10-grid-part1-content::after {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/admin-dashboard-after.png);
  width: 180px;
  height: 218px;
  bottom: -33px;
  right: -128px;
}

.sec10-grid-part1-content::before {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/admin-line.png);
  width: 318px;
  height: 7px;
  bottom: -52px;
  left: 0;
}

.grid-part1-img {
  height: auto !important;
  width: 100% !important;
}

.sec10-grid-part1-title2 {
  text-align: right;
  font-family: var(--Poppins);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec10-grid-part1-content2 {
  color: #000;
  text-align: right;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding-left: 40px;
}

.sec10-grid2-part2 .sec10-grid-part1-content3, .sec10-grid2-part2 .sec10-grid-part1-title2 {
  text-align: left !important;
}

.sec10-grid-part1-content3 {
  margin-bottom: 20px;
  color: #000;
  text-align: right;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.sec10-content {
  margin-top: -8%
}

.sec10-grid3-part1 {
  border-radius: 15px;
  background: linear-gradient(180deg, #2395C3 0%, #0D85B6 0.01%, #002F42 100%);
  padding: 64px 249px 140px 189px;
  text-align: left;
  margin-bottom: 92px;
  margin-top: 130px;
  width: 795px;
  height: 432px;
}

.sec10-grid3-part1-content {
  color: #E2F3FF;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding-top: 20px;
  position: relative;
}

.sec10-grid3-part1-content::after {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/admin-line.png);
  width: 318px;
  height: 7px;
  bottom: -52px;
  left: 0;
}

.sec10-grid3-part1-content::before {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/pencil.png);
  width: 318px;
  height: 7px;
  top: -160px;
  left: -81px;
  width: 18px;
  height: 330px;
}

.sec10-exam-img {
  height: auto !important;
  width: auto !important;
  margin-left: -40%;
  margin-top: 5%;

}

.sec10-laptop {
  margin-top: 110px;
  margin-bottom: 209px;
}

/* Section 11_____________________________________________________________________________________________________________ */
.orataro-sec-11 {
  background: linear-gradient(180deg, #2395C3 0%, #0D85B6 0.01%, #002F42 100%);
  height: 585px;
}

.sec11-flex {
  display: flex;
}

.sec11-flex-part1 {
  text-align: left;
  padding-top: 99px;
}

.sec11-flex-part1 img {
  height: auto !important;
  width: auto !important;
}

.teacher-login-div {
  background: var(--white);
  padding: 14px 18px 13px 23px;
  display: inline-flex;
  margin-bottom: 31px;
  margin-top: 30px;
}

.teacher-login-title {
  font-family: var(--Poppins);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: var(--white);
}

.teacher-login-content {
  color: #E2F3FF;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-top: 16px;
  max-width: 550px;
}

.sec11-teacher-login {
  height: auto !important;
  width: auto !important;
  position: relative;
  top: -12%;
  left: 0;
  padding-left: 72px;
}

/* Section 12_________________________________________________________________________________________________________________________________ */
.sec12-flex {
  display: flex;
  /* column-gap: 70px; */
  margin-top: 110px;
}

.sec12-part1 img {
  height: auto !important;
  width: auto !important;
  margin-top: 42px;
  z-index: 2;
  position: relative;
}

.sec12-part1 {
  position: relative;
}

.sec12-part1::after {
  position: absolute;
  content: "";
  background: url(../../casestudy-image/teacher-login-before.png);
  height: 600px;
  width: 506px;
  top: 135px;
  left: -196px;
  z-index: 1;
}

.sec12-part2 img {
  height: auto !important;
  width: auto !important;
  padding-top: 224px;
  margin-left: -76%;
}

.sec12-part3 {
  padding-top: 216px;
}

.sec12-title {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  position: relative;
}

.sec12-title::before {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/round.png);
  height: 16px;
  width: 16px;
  top: 27%;
  left: -25px;
  margin-bottom: 18px;
}

.sec12-content {
  color: #000;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin-bottom: 30px;
}

.sec12-part1-ex {
  padding: 0 73px 0 78px;
  margin-right: 30px;
}

.sec12-part2-ex {
  padding: 0 50px 0 20px;
}

.sec12-part2-ex img, .sec12-flex3-part2-ex img, .sec12-flex4-part2-ex img {
  height: auto !important;
  width: auto !important;
}

.sec12-title {
  padding-left: 30px
}

.sec12-title::before {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/round.png);
  height: 16px;
  width: 16px;
  top: 27%;
  left: 0px;
  margin-bottom: 18px;
}

.sec12-part3-ex img {
  margin-top: -35%;
}

.sec12-flex3-part3-ex {
  text-align: left;
  margin-left: 35px;
}

.sec12-flex3-part2-ex img {
  padding-top: 231px;
  padding-left: 100px;
}

.parent-login-div {
  border-radius: 5px;
  background: #317ACD;
  color: var(--white);
  font-family: var(--Poppins);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  padding: 14px 23px;
  margin: 95px 0 60px 0;
  display: inline-flex;
}

.sec12-flex4-part2-ex img {
  padding-left: 82px;
  padding-top: 230px;
}

.sec12-flex4-part1-ex {
  padding-top: 239px;
  padding-left: 78px;
}

.sec12-flex2 {
  display: flex;
  margin-top: 0;
}

.sec12-flex4-part3-ex {
  width: 700px;
  padding-left: 50px;
}

/* Section 13___________________________________________________________________________________________________________________ */
.sec13-testi {
  border-radius: 20px;
  background: linear-gradient(180deg, #2395C3 0%, #0D85B6 0.01%, #002F42 100%);
  padding: 60px 135px;
  margin-top: 140px;
}

.sec13-testi img {
  height: auto !important;
  width: auto !important;
}

.sec13-testi-title {
  color: var(--white);
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 40px;
}

.sec13-testi-content {
  color: #E2F3FF;
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 25px;
}

.sec13-testi-nm {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sec13-testi-desc {
  color: rgba(226, 243, 255, 0.95);
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

/* section 14________________________________________________________________________________________________________________ */
.sec14-flex {
  display: flex;
  margin-top: 110px;
  padding-bottom: 188px;
}


.sec14-conclusion {
  position: relative;
}

.sec14-conclusion img {
  height: auto !important;
  width: auto !important;
}

.sec14-conclusion::after {
  content: "";
  position: absolute;
  background: url(../../casestudy-image/conclusion\ logo.png);
  width: 225px;
  height: 174px;
  right: -109px;
  bottom: -80px;

}

.sec14-title {
  text-align: left;
  font-family: var(--Poppins);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  background: linear-gradient(270deg, #2395C3 13.7%, #0D85B6 13.71%, #016188 93.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.sec14-content {
  color: #000;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.sec14-part2 {
  padding-left: 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.big_bg2 {
  background: url(../../casestudy-image/big-bg.png);
  margin-top: -111px;
}

footer.site-footer {
  background: #000000;
}

.Latest-Insights-grid img {
  height: auto;
}

/* resposive */

/* Media 1799____________________________________________________________________________________________________________________________________________________________________ */
@media only screen and (max-width: 1799px) {
  :root {
    --orataro-bigcontainer: 1500px;
  }

  .sec1-grid::after {
    right: -145px;
    width: 521px;
  }

  .sec-one-title {
    font-size: 45px;
  }

  .sec3-part1-content::before {
    top: -54px;
    left: -34px;
  }

  .sec6-flex-p3-1::after {
    width: 89px;
    height: 89px;
    top: -46px;
    left: 84%;
  }

  .usp-fearures {
    height: 100% !important;
    width: 100% !important;
  }

  .sec-10-title::after {
    top: -134px;
    right: 16.9%;
  }

  .sec10-grid-part1 {
    padding: 112px 124px 127px 131px;
  }

  .sec10-grid-part1-content::after {
    bottom: -28px;
    right: -92px;
  }

  .sec10-grid2-part2 .sec10-grid-part1-content3 {
    padding-right: 30px;
  }

  .sec10-grid3-part1 {
    padding: 64px 295px 140px 58px;
  }

  .sec10-exam-img {
    margin-left: -64%;
  }

  .sec10-grid3-part1-content::before {
    left: -40px;
  }

  .sec9-img::before {
    top: 2.5%;
  }
}

/* Media 1699____________________________________________________________________________________________________________________________________________________________________ */
@media only screen and (max-width: 1699px) {

  .sec1-grid::after {
    right: -90px;
  }

  .sec9-img::before {
    top: 2.5%;
  }

  .orataro-main ul li::before {
    top: 8px;
  }

  .sec-10-title::after {
    right: 14.9%;
  }

  .sec12-content br {
    display: none;
  }
}

/* Media 1679____________________________________________________________________________________________________________________________________________________________________ */
@media only screen and (max-width: 1679px) {
  :root {
    --orataro-bigcontainer: 1460px;
  }

  .sec1-grid::after {
    right: -70px;
  }


  .home-img {
    padding-bottom: 150px;
    width: 117% !important;
    height: 106% !important;
    padding-left: 45px;
  }

  .logo {
    margin-bottom: 30px;
    height: auto !important;
    width: auto !important;
  }

  .orarato-home-div {
    text-align: left;
    margin: 174px 97px 0 0;
  }

  .sec5-img {
    padding: 0 47px 50px 51px;
  }

  .sec10-dashboard {
    height: 100% !important;
    width: 100% !important;
  }

  .sec-10-title::after {
    right: 13%;
  }

  .big_bg {
    margin-top: -17%;
  }

  .sec9-img::before {
    top: 2.3%;
    left: 19.4%;
  }
}

/* Media 1599____________________________________________________________________________________________________________________________________________________________________ */

@media only screen and (max-width: 1599px) {
  :root {
    --orataro-bigcontainer: 1380px;
  }

  .sec1-grid::after {
    right: -78px;
  }

  .sec5-img {
    padding: 0 0 50px 0;
  }

  .big_bg {
    margin-top: 0;
  }

  .sec9-img::before {
    top: 16px;
    left: 19%;
  }

  .sec10-grid-dashboard-img {
    height: 66% !important;
    width: 100% !important;
    padding-top: 77px;
  }

  .sec10-exam-img {
    height: 92% !important;
    width: 151% !important;
    margin-left: -48%;
    margin-top: -21%;
  }

  .sec10-laptop {
    margin-top: 50px;
  }

  .sec11-flex-part1 {
    padding-top: 66px;
  }

  .sec6-flex-p1::after {
    left: 10%;
  }

  .sec-10-title::after {
    right: 11%;
  }
}

/* Media 1499____________________________________________________________________________________________________________________________________________________________________ */

@media only screen and (max-width: 1499px) {
  :root {
    --orataro-bigcontainer: 1320px;
  }

  .sec1-grid::after {
    right: -59px;
  }

  .sec9-img::before {
    top: 10px;
    left: 18.6%;
  }

  .sec10-grid-part1-content2 {
    padding-left: 0;
  }

  .sec-10-title::after {
    right: 9%;
  }

  .sec11-flex-part1 {
    padding-top: 33px;
  }

  .sec12-part3 {
    margin-left: -100px;
  }

  .sec12-content br {
    display: none;
  }

  .sec3-grid-part2 {
    padding: 19px 10px 13px 23px;
  }

  .sec12-flex4-part1-ex {
    padding-left: 0;
  }

  .sec12-part1-ex {
    padding: 0 73px 0 0;
  }

  .sec6-flex-p1 {
    padding: 20px;
  }

  .sec6-flex-p3-1::after {
    background-size: cover;
  }

  .sec3-part1-content::after {
    width: 448px;
    height: 373px;
    background-size: cover;
  }

  .sec10-exam-img {
    height: 92% !important;
    width: 153% !important;
    margin-left: -53%;
  }

  .sec10-grid-dashboard-img {
    height: 66% !important;
  }
}

/* Media 1399____________________________________________________________________________________________________________________________________________________________________ */
@media only screen and (max-width: 1399px) {
  :root {
    --orataro-bigcontainer: 1200px;
    --font-50: 42px;
    --font-32: 28px;
    --font-40: 36px;
  }

  .orarato-home-div {
    margin: 84px 97px 0 0;
  }

  .orataro-sec-three {
    margin-top: 80px;
  }

  .orataro-sec-four {
    margin-top: 60px;
  }

  .sec1-grid::after {
    right: -83px;
  }

  .sec3-grid-part1 {
    padding: 61px 156px 82px 20px;
  }

  .sec3-grid-part2-title-content {
    padding-bottom: 20px;
  }

  .sec4-grid-part1 {
    padding: 20px 81px 46px 30px;
  }

  .sec5-img {
    height: 100% !important;
    width: 100% !important;
  }

  .sec6-flex {
    margin-left: 0;
  }

  .sec6-flex-p1 {
    padding: 20px;
  }

  .sec6-flex-p2 img {
    margin-top: 44px;
  }

  .sec6-flex-p3-1 {
    padding: 20px;
  }

  .sec6-flex-p1::after {
    display: block;
  }

  .sec7-grid {
    column-gap: 130px;
  }

  .p1-img {
    width: 418px !important;
  }

  .sec9-img::before {
    top: -8px;
    left: 17.8%;
  }

  .orataro-sec-ten {
    margin-top: 80px;
  }

  .sec-10-title::after {
    right: 6.8%;
  }

  .sec10-grid-part1-content2 {
    padding-left: 17px;
  }

  .sec11-teacher-login {
    height: 100% !important;
    width: 100% !important;
    top: -8%;
    left: 39px;
  }

  .sec11-teacher-login {
    padding-left: 0;
  }

  .orataro-sec-11 {
    height: 513px;
  }

  .sec12-part1 img {
    margin-left: -46px;
  }


  .sec12-flex2 {
    margin-bottom: 80px;
  }

  .sec13-testi {
    padding: 60px;
  }

  .sec14-conclusion::after {
    right: -70px;
    bottom: -67px;
  }

  .sec14-part2 {
    padding-left: 78px;
  }

  .sec-one-title {
    font-size: 40px;
  }

  .sec3-part1-content {
    padding: 99px 0 0 68px;
  }

  .sec3-grid-part1 {
    padding: 61px 125px 82px 20px;
  }

  .sec3-grid-part2-title {
    margin-top: 40px;
  }

  .sec6-flex-p3 img {
    height: 100% !important;
    width: 100% !important;
  }

  .sec3-grid-part2-title-content2 li,
  .sec3-grid-part2-title-content,
  .sec4-grid-part1-content li,
  .sec6-flex-p1-content li,
  .teacher-login-content,
  .sec12-content,
  .sec-one-content {
    line-height: 150%;
  }

  .orataro-main img {
    object-fit:cover;
  }

  .sec13-testi {
    margin-top: 120px;
  }

  .sec9-img::before {
    width: 105px;
    height: 240px;
    top: 12px;
    left: 18.8%;
    background-size: cover;
  }

  .sec6-flex-p3 {
    margin-top: 160px;
  }
  h3.sec7-flex-p1-title br {
    display: none;
}

}

/* /* Media 1299____________________________________________________________________________________________________________________________________________________________________ */
@media only screen and (max-width: 1299px) {
  .sec1-grid::after {
    right: -39px;
  }

  .sec3-grid-part1 {
    padding: 61px 93px 82px 20px;
  }

  .sec3-part1-content::after {
    left: 25%;
  }

  .sec3-grid-part2-title {
    margin-bottom: 20px;
  }

  .sec7-grid {
    column-gap: 207px;
  }

  .sec-10-title::after {
    right: 3.8%;
  }

  .teacher-login-div {
    margin-bottom: 0;
  }

  .sec11-teacher-login {
    margin-left: -80px;
  }

  .orataro-sec-11 {
    height: 498px;
  }

  .sec12-part1 img {
    margin-left: -81px;
  }

  .sec12-part3 {
    margin-left: 35px;
  }

  .sec12-part2 img {
    margin-left: -212px;
  }

  .sec12-flex2 {
    margin-bottom: 15px;
  }

  .sec12-flex4-part3-ex {
    width: 700px;
    padding-left: 0;
  }

  .sec12-flex4-part2-ex img {
    padding-left: 29px;
  }

  .sec12-flex2 {
    margin-bottom: 50px;
  }

  .sec6-flex-p3-1::after {
    display: none;
  }

  .sec10-grid-dashboard-img {
    padding-top: 130px;
  }
}

/* Media 1199____________________________________________________________________________________________________________________________________________________________________ */
@media only screen and (max-width: 1199px) {
  :root {
    --orataro-bigcontainer: 876px;
    --font-40: 35px;
  }

  .sec6-flex-p1::after {
    display: none;
  }

  .sec3-part1-content::after {
    left: 44%;
  }

  .sec3-grid-part1 {
    margin: auto;
  }

  .sec3-grid {
    grid-template-columns: 1fr;
  }

  .sec3-grid-part2-title-content {
    padding-bottom: 66px;
  }

  .orataro-sec-one::after {
    display: none;
  }

  .home-img {
    width: 100% !important;
    height: auto !important;
    padding-left: 0;
  }

  .sec-one-content {
    margin-bottom: 229px;
  }

  .orarato-home-div {
    margin: 0 17px 0 0;
  }

  .sec-one-title {
    font-size: 40px;
  }

  .logo {
    margin-bottom: 20px;

  }

  .sec1-grid::after {
    right: -65px;
  }

  .sec4-grid-part1::after {
    display: none;
  }

  .sec4-grid-part2 {
    margin-top: 0;
    margin-right: 0;
    padding: 20px 21px 25px 30px;
  }

  .sec4-grid-part1 {
    height: auto;
    margin-left: 0;
    padding: 20px 21px 25px 30px;
  }

  .sec6-flex {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .sec6-flex-p2 img {
    margin-top: 0;
    margin-right: 20px;
    display: inline-block;
  }

  .sec6-flex-p3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .sec6-flex-p3 img {
    height: 100% !important;
    width: 100% !important;
  }

  .sec6-flex-p3-1 {
    margin-bottom: 0;
  }

  .sec6-flex-p3 {
    margin-top: 20px;
  }

  .sec7-grid {
    padding: 98px 0px;
  }

  .sec7-grid {
    column-gap: 0;
  }

  .color-grid-1, .color-grid-2, .color-grid-3 {
    height: 80px;
    width: 80px;
  }

  .color-grid2 .color-grid-1, .color-grid2 .color-grid-2, .color-grid2 .color-grid-3 {
    height: 80px;
    width: 80px;
  }

  .Futura {
    width: 324px !important;
    height: 330px !important;
  }

  .p1-img {
    width: 300px !important;
    height: 38px !important;
  }

  .sec7-grid-part2 img {
    width: auto !important;
  }

  .sec8-img {
    padding: 0 47px 50px 0;
    height: 100% !important;
    width: 100% !important;
  }

  .sec9-img::before {
    display: none;
  }

  .sec-nine-title {
    top: 20%;
    left: 17.5%;
  }

  .sec9-img {
    padding-top: 60px;
  }

  .sec-10-title::after {
    display: none;
  }

  .sec10-grid-dashboard-img {
    height: auto !important;
    width: auto !important;
    padding-top: 77px;
    transform: rotate(-8.5deg);
  }

  .sec10-grid {
    grid-template-columns: 1fr;
  }

  .sec10-grid-part1::before {
    top: -55px;
    left: 93%;
  }

  .sec10-grid-part1 {
    margin-top: 0;
    margin-left: 0;
  }

  .grid-part1-img {
    height: 100% !important;
    width: 100% !important;
  }

  .sec10-grid-part1-content::after {
    bottom: -32px;
    right: -50px;
  }


  .sec10-exam-img {
    margin-left: 0;
    transform: rotate(-5.8deg);
    margin-top: 0;
  }

  .sec10-grid3 {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .sec10-grid3-part1 {
    padding: 64px 114px 140px 136px;
    height: auto;
    width: auto;
    margin-bottom: 0;
  }

  .sec10-grid3-part1-content::before {
    left: -83px;
  }

  .sec10-grid-dashboard-img {
    height: 100% !important;
    width: 100% !important;
  }

  .sec10-grid-part1 {
    padding: 77px 124px 127px 131px;
  }

  .sec10-grid2 {
    grid-template-columns: 1fr;
  }

  .grid-part1-img {
    height: 100% !important;
    width: 100% !important;
  }

  .sec10-grid2-part2 .sec10-grid-part1-title2 {
    margin-top: 200px;
  }

  .sec10-content {
    margin-top: 0;
  }

  .sec10-grid-part1-title2, .sec10-grid-part1-content2 {
    text-align: left;
    padding-left: 0;
  }

  .sec10-grid3-part1 {
    width: 100% !important;
    padding: 64px 114px 109px 136px;
  }

  .sec10-exam-img {
    height: 100% !important;
    width: 100% !important;
  }

  .sec10-grid3 {
    margin-top: -73px;
  }

  .teacher-login-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .sec11-flex {
    display: block;
  }

  .orataro-sec-11 {
    height: auto;
  }

  .sec11-flex-part1 {
    text-align: center;
  }

  .teacher-login-content {
    text-align: center;
  }

  .sec12-part2 {
    display: none;
  }

  .sec12-part2-ex {
    display: none;
  }

  .sec12-flex3-part2-ex {
    display: none;
  }

  .sec12-flex4-part2-ex {
    display: none;
  }

  .sec12-part3-ex img {
    margin-top: 0;
  }

  .sec12-flex4-part1-ex {
    padding-top: 105px;
  }

  .sec12-flex {
    margin-top: 60px;
  }

  .sec14-flex {
    display: block;
    margin-top: 60px;
  }

  .sec14-title {
    margin-top: 80px;
    text-align: center;
  }

  .sec14-conclusion::after {
    right: 52px;
  }

  .sec10-laptop {
    margin-bottom: 100px;
  }

  .sec7-flex-p1-title, .sec7-flex-p1-title2 {
    font-size: 25px;
  }

  .sec14-part2 {
    padding-left: 0;
  }

  .sec2-video {
    height: 496px;
  }

  .orataro-sec-two {
    margin-top: 60px;
  }

  .orataro-sec-six {
    margin-top: 60px;
  }

  .orataro-sec-seven {
    margin-top: 60px;
  }

  .orataro-sec-ten {
    margin-top: 60px;
  }

  .sec10-grid-dashboard-img {
    padding-top: 22px;
  }

  .sec10-grid-part1 {
    margin-bottom: 65px;
  }

  .sec10-grid2-part2 .sec10-grid-part1-title2 {
    margin-top: 152px;
  }

  .sec13-testi {
    margin-top: 100px;
  }

  .sec7-flex-p1-title2 {
    margin-top: 100px;
  }

  .sec10-grid-part1::before {
    height: 104px;
    width: 104px;
    background-size: contain;
  }

  .sec10-grid-part1-content::after {
    bottom: -30px;
    right: -70px;
  }

  .color-grid,
  .color-grid2 {
    grid-template-columns: 100px 100px 100px;
  }

  .Futura {
    width: 294px !important;
    height: 310px !important;
  }

  .sec-one-title {
    font-size: 32px;
  }

  .sec-nine-title {
    top: 13%;
  }
  .orataro-sec-three {
    margin-top: 350px;
}
h3.sec7-flex-p1-title {
    max-width: 80%;
}
}


/* Media 1023____________________________________________________________________________________________________________________________________________________________________ */

@media only screen and (max-width:1023px) {

  .sec10-grid-part1::before {
    left: 90%;
  }

  .sec1-grid::after {
    right: -58px;
  }
}

/* Media 991____________________________________________________________________________________________________________________________________________________________________ */

@media only screen and (max-width:991px) {
  :root {
    --orataro-bigcontainer: 90%;
    --font-18: 16px;
    --font-40: 30px;
    --font-50: 38px;
  }

  .sec1-grid::after {
    right: -38px;
  }

  .sec3-grid-part1 {
    padding: 0;
  }

  .sec3-part1-content::after {
    left: 50px;
    top: 35%;
  }

  .sec7-flex-p1-title br, .sec7-flex-p1-title2 br {
    display: none;
  }

  .sec7-flex-p1-title2 {
    margin-top: 90px;
  }

  .sec7-grid {
    padding: 40px 0px;
    column-gap: 30px;
  }

  .color-grid {
    grid-template-columns: 100px 100px 100px;
  }

  .color-grid2 {
    grid-template-columns: 100px 100px 100px;
    margin-top: 20px;
  }

  .sec10-grid-part1::before {
    display: none;
  }

  .sec10-grid-part1-content::after {
    bottom: -28px;
    right: -103px;
  }

  .grid-part1-img {
    height: auto !important;
    width: 100% !important;
  }

  .sec10-grid2-part2 .sec10-grid-part1-title2 {
    margin-top: 61px;
  }

  .sec12-part1::after {
    display: none;
  }

  .sec12-flex {
    display: block;
  }

  .sec12-part3 {
    padding-top: 0;
  }

  .sec12-part1-ex {
    margin-left: 35px;
  }

  .sec12-content {
    margin-bottom: 0;
  }

  .sec12-flex2 {
    display: block;
  }

  .parent-login-div {
    margin: 48px 0 47px 0;
  }

  .sec12-title {
    padding-top: 20px;
  }

  .sec12-title::before {
    top: 51%;
  }

  .sec12-flex4-part1-ex {
    padding-top: 0px;
    margin-left: 35px;
  }

  .sec13-testi {
    margin-top: 80px;
  }

  .sec-one-title {
    font-size: 32px;
  }

  .sec3-grid-part1-para {
    width: 100%;
  }

  .sec3-part1-content::before {
    width: 119px;
    height: 119px;
    background-size: cover;
  }

  .sec4-grid-part2,
  .sec4-grid-part1 {
    padding: 20px;
  }

  .sec10-grid-part1 {
    padding: 77px 124px 100px 100px;
  }

  .sec14-flex {
    padding-bottom: 80px;
  }

  .sec13-testi-title {
    margin-bottom: 20px;
  }

  .orataro-main img {
    object-fit: inherit;
  }
  .sec2-video iframe {
    height: 500px;
}
.orataro-sec-three {
  margin-top: 140px;
}
h3.sec7-flex-p1-title {
    max-width: 100%;
}
}


/* Media 800____________________________________________________________________________________________________________________________________________________________________ */

@media only screen and (max-width:800px) {
  .sec4-grid {
    grid-template-columns: 1fr;
  }

  .sec-nine-title {
    top: 14%;
  }

  .Futura {
    width: 284px !important;
    height: 298px !important;
  }

  .sec10-grid-part1 {
    margin-bottom: 48px;
  }

  .sec10-grid3-part1 {
    padding: 64px 75px 109px 136px;
  }

  .sec7-flex-p1-title, .sec7-flex-p1-title2 {
    font-size: 22px;
    line-height: 140%;
  }
}

/* Media 767____________________________________________________________________________________________________________________________________________________________________ */

@media only screen and (max-width:767px) {
  :root {
    --font-50: 34px;
  }

  .sec1-grid::after {
    right: -28px;
  }

  .sec3-part1-content::before {
    top: -57px;
    left: -23px;
  }

  .sec6-flex-p2 img {
    margin-right: 0;
  }

  .sec12-flex4-part3-ex {
    width: auto;
  }

  .sec1-grid {
    grid-template-columns: 1fr;
  }

  .home-img {
    padding-bottom: 45px;
  }

  .sec6-flex-p3 {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .sec7-grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .sec7-grid-part1 {
    /* border-bottom: 1px solid white; */
    padding-bottom: 20px;
  }

  .sec-10-title img {
    display: none;
  }

  .sec10-grid-part1 {
    padding: 50px 30px;
    padding-bottom: 70px;
  }

  .sec10-grid-part1-content::before {
    bottom: -28px;
    left: 67px;
  }

  .sec10-grid-part1-content::after {
    display: none;
  }

  .sec10-grid-part1-title2 {
    font-size: 20px;
  }

  .sec10-grid3-part1 {
    padding: 50px 30px;
    padding-bottom: 70px;
  }

  .sec10-grid3-part1::before {
    display: none;
  }

  .sec10-grid3-part1-content::after {
    bottom: -22px;
    left: 55px;
  }

  .sec12-title {
    padding-top: 0;
  }

  .sec12-title::before {
    top: 28%;
  }

  .sec12-part3 {
    margin-top: -30px;
  }

  .sec12-content {
    margin-bottom: 10px;
  }

  .sec13-testi {
    padding: 30px;
  }

  .sec14-conclusion::after {
    display: none;
  }

  .sec14-title {
    margin-top: 50px;
  }

  .sec14-flex {
    padding-bottom: 80px;
  }

  .sec14-conclusion img {
    height: 100% !important;
    width: 100% !important;
  }

  .sec-nine-title {
    top: 15%;
    left: 9.5%;
  }

  .sec7-flex-p1-title2 {
    margin-top: 70px;
  }

  .color-grid-1, .color-grid-2, .color-grid-3,
  .color-grid2 .color-grid-1, .color-grid2 .color-grid-2, .color-grid2 .color-grid-3 {
    height: 70px;
    width: 70px;
  }

  .sec13-testi-content,
  .sec14-content {
    line-height: 150%;
  }

  .usp-fearures2 {
    display: block;
    margin-top: 30px;
  }

  .usp-fearures {
    display: none;
  }

  .sec-nine-title {
    top: 26px;
    left: 31.5%;
  }
}


/* Media 575____________________________________________________________________________________________________________________________________________________________________ */

@media only screen and (max-width:575px) {
  :root {
    --font-40: 25px;
  }

  .sec-nine-title {
    top: 1%;
    left: 32.5%;
    margin-top: 30px;
  }

  .sec3-part1-content::before {
    display: none;
  }

  .sec3-part1-content::after {
    display: none;
  }

  .sec3-part1-content {
    width: auto;
    height: auto;
    padding: 70px 26px 50px 24px;
    border-radius: 10px;
  }

  .orataro-sec-three {
    margin-top: 40px;
  }

  .sec3-grid-part2-title {
    margin-top: 32px;
  }

  .sec3-grid-part2-title-content {
    padding-bottom: 40px;
  }

  .orataro-sec-four {
    margin-top: 25px;
  }

  .orataro-sec-five {
    margin-top: 45px;
  }

  .orataro-sec-six {
    margin-top: 45px;
  }

  .sec10-grid-part1-content::before {
    left: 34px;
  }

  .sec10-grid2-part2 .sec10-grid-part1-title2 {
    margin-top: 30px;
  }

  .sec10-grid3-part1-content::after {
    bottom: -29px;
    left: 33px;
  }

  .sec12-part1 img {
    margin-left: 0;
  }

  .sec12-part1 img {
    height: 100% !important;
    width: 100% !important;

  }

  .sec12-part1-ex {
    padding: 0;
    margin-right: 0;
  }

  .sec12-title {
    font-size: 20px;
  }

  .sec13-testi-nm {
    font-size: 22px;
  }

}

/* Media 480____________________________________________________________________________________________________________________________________________________________________ */

@media only screen and (max-width:480px) {
  :root {
    --font-40: 24px;
    --font-30: 24px;
    --font-20: 16px;
    --font-26: 22px;
  }

  .sec10-grid-part1-content::before {
    left: -10px;
  }

  .sec3-grid-part1-title {
    font-size: 40px;
  }

  .sec3-grid-part2-title-content-ex::before {
    display: none;
  }

  .sec3-grid-part2-title-content::before {
    display: none;
  }

  .sec2-video {
    height: 312px;
  }

  .sec3-grid-part2 {
    padding: 19px 10px 13px 17px;
  }

  .sec4-grid-part1 {
    padding: 20px 14px 25px 13px;
  }

  .sec4-grid-part2 {
    padding: 20px 14px 25px 13px;
  }

  .sec5-img {
    margin-top: 10px;
  }

  .sec6-flex-p1 {
    padding: 12px;
  }

  .sec6-flex {
    display: block;
  }

  .sec6-flex-p2 img {
    height: 100% !important;
    width: 100% !important;
    margin-top: 20px;
  }

  .sec8-img {
    padding: 0 0 50px 0;
  }

  .sec-nine-title {
    left: 29.5%;
  }

  .sec-10-title {
    font-size: 23px;
  }

  .orataro-sec-ten {
    margin-top: 20px;
  }

  .sec10-grid-part1, .sec10-grid3-part1 {
    padding-top: 25px;
  }

  .sec10-grid3-part1-content::after {
    left: -9px;
  }

  .sec10-laptop {
    margin-bottom: 58px;
  }

  .teacher-login-div {
    margin-top: 18px;
  }

  .parent-login-div {
    margin: 38px 0 36px 0;
    font-size: 20px;
  }

  .sec12-flex {
    margin-top: 20px;
  }

  .sec12-flex2 {
    margin-bottom: 20px;
  }

  .sec12-part1 img {
    margin-top: 85px;
  }

  .sec12-part3, .sec12-part1-ex, .sec12-flex3-part3-ex, .sec12-flex4-part1-ex {
    margin-left: 15px;
  }

  .sec13-testi {
    padding: 10px;
  }

  .sec10-grid3 {
    margin-top: -97px;
  }

  .sec10-exam-img {
    padding-top: 30px;
  }

  .sec10-laptop {
    margin-top: 23px;
    margin-bottom: 40px;
  }

  .sec12-part1 img {
    margin-top: 85px;
  }

  .sec3-part1-content {
    padding: 30px;
  }

  .sec3-grid-part1-title {
    font-size: 34px;
  }
  .orataro-sec-three {
    margin-top: 230px;
}
}


/* Media 389____________________________________________________________________________________________________________________________________________________________________ */

@media only screen and (max-width:389px) {
  .sec10-grid-part1-content::before {
    left: -17px;
  }

  .sec10-grid3-part1-content::after {
    left: -18px;
  }

  .sec13-testi-nm {
    font-size: 18px;
  }

  .sec10-grid3-part1-content::after {
    display: none;
  }

  .sec10-grid-part1-content::before {
    display: none;
  }

  .sec10-grid3-part1 {
    padding-bottom: 30px;
  }

  .orataro-sec-seven {
    margin-top: 39px;
  }

  .sec13-testi-title {
    margin-bottom: 20px;
  }

}

@media only screen and (max-width:375px) {
  .sec-nine-title {
    left: 23.5%;
  }

  .sec3-grid-part1-para {
    width: auto;
  }

  .sec3-grid-part1-title {
    font-size: 38px;
  }

  .p1-img {
    width: 282px !important;
    height: 31px !important;
  }
  .orataro-sec-two .sec2-video iframe {
    height: 300px;
}
.orataro-sec-three {
  margin-top: 50px;
}
}