html {
  overflow-y: inherit !important;
}

.teachersaustralia-main {
  color: #383838;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

/*------------- common -------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 20px;
}

h1,
h2 {
  line-height: 48px;
}

.img,
img {
  max-width: 100%;
}

figure {
  margin: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row2 {
  margin-left: 0;
  margin-right: 0;
}

/*---------------- hover 3d effect --------------------*/
.movie .movie__card.hover-3d {
  filter: drop-shadow(3px 8px 1px gray);
}

/*---------- section title--------------------*/
section {
  position: relative;
}

.section-title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 38px;
  color: #e75252;
  font-weight: 700;
}

.section-title.st-48 {
  font-size: 48px;
  line-height: 45px;
}

.section-title.st-white {
  color: white;
}

.st-left {
  text-align: left;
}

.st-center {
  text-align: center;
}

/*------------ top banner ---------------------------*/
.top-banner {
  position: relative;
  background: url("../../images/case-study/teachers-australia/book-line.png") left top,
    url("../../images/case-study/teachers-australia/bookShadow.png") no-repeat left top / 100% 100%;
  background-color: #efefef;
}

.top-banner .col-left {
  position: relative;
  height: 655px;
  padding: 73px 15px;
  color: #283f4b;
  font-weight: 400;
  border-left: 2px solid #ec8e92;
}

.top-banner .col-right {
  padding: 28px 15px;
}

.top-banner .section-title {
  margin-bottom: 21px;
}

.top-banner h4 {
  margin: 33px 0 6px;
  font-size: 24px;
  line-height: normal;
  color: #333333;
  font-weight: 600;
}

.top-banner .box-thumb-wrap {
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 11px;
}

.top-banner .box-thumb-wrap .box-thumb {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-right: 18px;
  padding: 8px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 7.713px 9.193px 24px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

.top-banner .box-thumb-wrap .box-thumb img {
  max-height: 100%;
  border-radius: 10px;
}

.top-banner .frame {
  padding: 12px;
  border-radius: 5px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.22);
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .top-banner .col-left {
    height: inherit;
    padding-bottom: 25px;
    border-left: 0;
  }

  .top-banner {
    background: url("../../images/case-study/teachers-australia/book-line.png") left top, #efefef;
  }
}

/*--------- topbanner desktop mobile appstore-------------------------*/
.topbanner-screen-desktop-mobile-wrap {
  margin-top: -160px;
  text-align: center;
}

.topbanner-screen-desktop-mobile {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  margin-top: 13px;
  padding: 0 0 0 0;
}

.topbanner-screen-desktop-mobile .banner-laptop {
  width: 875px;
  padding: 3.1% 10.4% 6% 14.8%;
  background: url(../../images/case-study/teachers-australia/banner-laptop-frame-1.png) no-repeat left top / 100% 100%;
}

.topbanner-screen-desktop-mobile .banner-laptop img {
  display: block;
  width: 100%;
  pointer-events: none;
}

.topbanner-screen-desktop-mobile .banner-mobile {
  position: relative;
  right: 141px;
  top: 73px;
  width: 207px;
  padding: 3.1% 1% 1% 1.1%;
  background: url(../../images/case-study/teachers-australia/banner-mobile-frame-1.png) no-repeat left top / 100% 100%;
}

.topbanner-screen-desktop-mobile .banner-mobile img {
  display: block;
  width: 100%;
  border-radius: 0 0 19px 15px;
  pointer-events: none;
}

.topbanner-screen-desktop-mobile .downloadstore {
  position: absolute;
  bottom: 85px;
  right: -10px;
  display: flex;
  flex-flow: column;
}




@media screen and (max-width: 1199px) {
  .topbanner-screen-desktop-mobile .banner-laptop {
    width: 648px;
  }

  .topbanner-screen-desktop-mobile .banner-mobile {
    width: 157px;
    right: 97px;
  }

  .topbanner-screen-desktop-mobile .downloadstore {
    right: -55px;
  }
}

@media screen and (max-width: 991px) {
  .topbanner-screen-desktop-mobile-wrap {
    margin-top: 25px;
  }

  .topbanner-screen-desktop-mobile .banner-laptop {
    width: 447px;
  }

  .topbanner-screen-desktop-mobile .banner-mobile {
    width: 104px;
    right: 66px;
  }

  .topbanner-screen-desktop-mobile .downloadstore {
    right: -44px;
    bottom: 28px;
  }

  .topbanner-screen-desktop-mobile .downloadstore img {
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .topbanner-screen-desktop-mobile {
    flex-flow: column;
    display: flex;
  }

  .topbanner-screen-desktop-mobile .banner-laptop {
    width: 100%;
    padding: 4.2% 12.3% 8% 18.5%;
  }

  .topbanner-screen-desktop-mobile .banner-mobile {
    right: inherit;
    top: inherit;
    width: 250px;
    margin: 0 auto;
    padding: 8.3% 2.2% 9% 2.1%;
  }

  .topbanner-screen-desktop-mobile .downloadstore {
    position: inherit;
    right: inherit;
    bottom: inherit;
    flex-flow: row;
    margin: 17px auto;
  }

  .topbanner-screen-desktop-mobile .downloadstore img {
    width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .topbanner-screen-desktop-mobile .banner-mobile {
    width: 164px;
    margin-top: 37px;
    padding: 3.3% 1.2% 1% 1.1%;
  }
}

@media screen and (max-width: 575px) {
  .topbanner-screen-desktop-mobile .banner-mobile {
    padding: 4.5% 1.6% 1.6% 1.6%;
  }
}

@media screen and (max-width: 414px) {
  .topbanner-screen-desktop-mobile .banner-mobile {
    padding: 3.3% 2.2% 2.2% 2.2%;
  }
}

/*----------------------- about the project -------------------------*/
.AbouttheProject {
  padding-top: 30px;
  padding-bottom: 13px;
}

.AbouttheProject .section-title {
  margin-bottom: 26px;
}

.AbouttheProject .col-left {
  padding-right: 105px;
}

.AbouttheProject .col-right {
  line-break: 24px;
}

.AbouttheProject picture {
  position: relative;
  display: block;
  max-width: 432px;
  margin: 0 auto;
  padding: 66px 0 0;
  text-align: center;
}

.AbouttheProject picture .main-img {
  position: relative;
}

.AbouttheProject picture .shap {
  position: absolute;
  opacity: 0.4;
}

.AbouttheProject picture .shap.shp-1 {
  top: 41%;
  left: -16%;
  width: 100px;
}

.AbouttheProject picture .shap.shp-2 {
  top: 5%;
  left: 2%;
  width: 156px;
}

.AbouttheProject picture .shap.shp-3 {
  left: -16%;
  top: 66%;
  width: 111px;
}

.AbouttheProject picture .shap.shp-4 {
  bottom: -82px;
  left: -5%;
  width: 200px;
}

.AbouttheProject picture .shap.shp-5 {
  right: -10%;
  bottom: 0;
  width: 133px;
}

.AbouttheProject picture .shap.shp-6 {
  left: 42%;
  top: 0%;
  width: 88px;
}

.ulImgShapLeft {
  padding: 24px 0 0 0;
}

.ulImgShapLeft li {
  display: flex;
  margin-bottom: 6px;
}

.ulImgShapLeft .li-icon {
  position: relative;
  width: 126px;
  min-width: 126px;
  margin-top: 9px;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 14px 0 14px 0;
  display: flex;
}

.ulImgShapLeft .li-icon img {
  position: relative;
  margin: auto;
}

.ulImgShapLeft .li-text {
  padding-left: 16px;
}

.ulImgShapLeft h3 {
  margin: 0 0 9px 0;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
}

.ulImgShapLeft li:nth-child(even) {
  flex-flow: row-reverse;
}

.ulImgShapLeft li:nth-child(even) .li-text {
  padding-left: 0;
  padding-right: 15px;
}

.ulImgShapLeft li:nth-child(even) .li-icon img {
  margin: auto auto 0;
}

@media screen and (max-width: 991px) {
  .AbouttheProject .col-left {
    padding-right: 15px;
  }

  .AbouttheProject picture {
    margin: 0 auto 5rem;
  }
}

@media screen and (max-width: 575px) {
  .AbouttheProject picture {
    max-width: 300px;
  }
}

@media screen and (max-width: 414px) {
  .AbouttheProject picture .shap.shp-1 {
    top: 41%;
    left: -19%;
    width: 100px;
  }

  .AbouttheProject picture .shap.shp-2 {
    top: 6%;
    left: 5%;
    width: 114px;
  }

  .AbouttheProject picture .shap.shp-3 {
    left: -15%;
    top: 66%;
    width: 87px;
  }

  .AbouttheProject picture .shap.shp-4 {
    bottom: -28px;
    left: 2%;
    width: 96px;
  }

  .AbouttheProject picture .shap.shp-5 {
    right: -10%;
    bottom: -21px;
    width: 122px;
  }

  .AbouttheProject picture .shap.shp-6 {
    left: 39%;
    top: 5%;
    width: 62px;
  }

  .ulImgShapLeft .li-icon {
    width: 70px;
    min-width: 70px;
    align-self: center;
  }
}

/*------------- Feature Functionalities -------------------------*/
.FeatureFunctionalities {
  background-color: #0576b9;
}

.FeatureFunctionalities .features-title {
  margin: 114px auto 0;
  color: #fff;
  text-align: center;
  line-height: 42px;
}

.FeatureFunctionalities>.flex-row {
  margin: 0;
}

.FeatureFunctionalities .tabbox-list {
  position: relative;
  width: 56%;
}

.FeatureFunctionalities .tabbox4 {
  padding-left: 0;
}

.FeatureFunctionalities .tabbox8 .flex-row {
  margin-right: -2px;
}

.FeatureFunctionalities .tabbox {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 158px;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 10px;
  text-align: center;
  border: thin solid #57a9d9;
  transition: 0.2s linear;
  cursor: pointer;
}

.FeatureFunctionalities .tabbox.box-6 {
  width: 50%;
}

.FeatureFunctionalities .tabbox.box-3 {
  width: 25%;
}

.FeatureFunctionalities .tabbox img {
  margin: 0 auto;
  display: block;
  pointer-events: none;
}

.FeatureFunctionalities .tabbox h3 {
  display: block;
  pointer-events: none;
  margin: 13px 0 0 0;
  font-size: 16px;
  line-height: normal;
  color: #abe2fd;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}

.FeatureFunctionalities .tabbox:hover,
.FeatureFunctionalities .tabbox.active {
  background-color: #fff;
  box-shadow: 0 0 20px #fff;
}

.FeatureFunctionalities .tabbox:hover img,
.FeatureFunctionalities .tabbox.active img {
  filter: invert(0.38) sepia(1) saturate(20) hue-rotate(180deg) brightness(0.74);
}

.FeatureFunctionalities .tabbox:hover h3,
.FeatureFunctionalities .tabbox.active h3 {
  color: #283f4b;
}

.FeatureFunctionalities .tabbox-description {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 44%;
  padding: 0 15px;
  background: url(../../images/case-study/teachers-australia/tab-shadow.png) repeat-y left top;
  background-color: #025f97;
  overflow: hidden;
}

.FeatureFunctionalities .tabbox-description .tabbox {
  display: none;
}

.FeatureFunctionalities .tabbox-description-item {
  max-width: 500px;
  padding-left: 33px;
}

.FeatureFunctionalities .tabbox-description-item:not(.active) {
  display: none;
}

.FeatureFunctionalities .tabbox-description-item .item-iner {
  position: relative;
}

.FeatureFunctionalities .tabbox-description-item .bgshape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 324px;
  transform: rotate(-35deg) translate(-39px, 129px);
  filter: grayscale(17%) sepia(100%) brightness(56%) hue-rotate(146deg) saturate(1000%) contrast(73%);
  opacity: 0.1;
}

.FeatureFunctionalities .tabbox-description-item .color-ico {
  width: 55px;
}

.FeatureFunctionalities .tabbox-description-item h3 {
  margin: 10px 0 16px 0;
  font-size: 24px;
  line-height: normal;
  color: #ffffff;
  font-weight: 600;
}

.FeatureFunctionalities .tabbox-description-item p {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .FeatureFunctionalities .features-title {
    margin: 40px auto;
    padding-left: 10px;
    font-size: 24px;
    line-height: 36px;
  }

  .FeatureFunctionalities .tabbox4 {
    padding-left: 15px;
  }

  .FeatureFunctionalities .tabbox8 .flex-row {
    margin-right: 0;
  }

  .FeatureFunctionalities .tabbox.box-3 {
    width: 50%;
  }
}

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

  /*------------ tab accordion convert-----------------*/
  .FeatureFunctionalities {
    padding-bottom: 40px;
  }

  .FeatureFunctionalities .tabbox-list {
    width: 100%;
  }

  .FeatureFunctionalities .tabbox-list .tabbox {
    display: none;
  }

  .FeatureFunctionalities .tabbox-description {
    width: 100%;
    padding: 15px;
    background: none;
    background-color: #0576b9;
  }

  .FeatureFunctionalities .tabbox-description .tabbox {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: inherit;
    height: inherit;
  }

  .FeatureFunctionalities .tabbox-description .tabbox::after {
    content: "+";
    display: block;
    margin-left: auto;
    font-size: 34px;
    color: white;
    align-self: center;
    pointer-events: none;
  }

  .FeatureFunctionalities .tabbox-description .tabbox:hover::after {
    color: #283f4b;
  }

  .FeatureFunctionalities .tabbox-description .tabbox.active::after {
    content: "‒";
    color: #283f4b;
  }

  .FeatureFunctionalities .tabbox-description .tabbox:hover,
  .FeatureFunctionalities .tabbox-description .tabbox.active {
    box-shadow: none;
  }

  .FeatureFunctionalities .tabbox-description .tabbox img {
    margin: 0;
    width: 36px;
  }

  .FeatureFunctionalities .tabbox-description .tabbox h3 {
    margin: auto 0;
    padding-left: 15px;
  }

  .FeatureFunctionalities .tabbox-description-item {
    position: relative;
    max-width: inherit;
    margin-bottom: -1px;
    padding: 15px;
    border: thin solid #57a9d9;
    overflow: hidden;
  }
}

/*------------------- wireframe mobile deskotp images ---------------------*/
.mobile-desktop-designs {
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #d8eefb;
}

.custom-tab {
  position: relative;
  display: flex;
  flex-flow: column;
  margin-top: 23px;
}

.custom-tab .tab-nav {
  position: relative;
  display: inline-flex;
  align-self: center;
  min-width: 374px;
  padding: 12px 10px;
  border-radius: 30px;
  background-color: #f4f4f4;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.25);
  z-index: 1;
  list-style: none;
  margin: 0;
}

.custom-tab .tab-title {
  flex-grow: 1;
  padding: 5px 15px;
  font-size: 23px;
  color: #283f4b;
  font-weight: 400;
  text-align: center;
}

.custom-tab .tab-title:not(.active) {
  color: rgba(40, 63, 75, 0.6);
}

.custom-tab .tab-title:not(:last-child) {
  border-right: thin solid #283f4b;
}

.custom-tab .tab-title a {
  color: inherit;
}

.custom-tab .tab-containt-wrap {
  position: relative;
}

.custom-tab .tab-containt {
  padding: 0;
}

.custom-tab .tab-containt:not(.active) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  visibility: hidden;
}

.inner-container-mobile {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 684px;
  margin-top: 41px;
}

.inner-container-desktop {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 684px;
  margin-top: 41px;
}

.mobile-desktop-designs .mob-figure {
  position: absolute;
  width: 22.8%;
}

.mobile-desktop-designs .mob-figure img {
  position: relative;
  width: 100%;
  display: block;
  pointer-events: none;
  transform: rotate3d(349, 180, -272, 73deg);
  box-shadow: -3px 3px 0px 1px #bdbdbd, -36px 27px 60px 0px #424242;
}

.mobile-desktop-designs .mob-figure.mf-1 {
  top: -25%;
  right: 37%;
}

.mobile-desktop-designs .mob-figure.mf-2 {
  top: 5%;
  right: 4%;
}

.mobile-desktop-designs .mob-figure.mf-3 {
  top: 8%;
  right: 38%;
}

.mobile-desktop-designs .mob-figure.mf-4 {
  top: 38%;
  right: 5%;
}

.mobile-desktop-designs .mob-figure.mf-5 {
  top: 13%;
  left: 6%;
}

.mobile-desktop-designs .mob-figure.mf-6 {
  top: 45%;
  left: 39%;
}

.mobile-desktop-designs .mob-figure.mf-7 {
  top: 45%;
  left: 3%;
}

.mobile-desktop-designs .desk-figure {
  position: absolute;
  width: 29.5%;
}

.mobile-desktop-designs .desk-figure img {
  position: relative;
  width: 100%;
  display: block;
  pointer-events: none;
  transform: rotate3d(468, 316, -225, 48deg);
  box-shadow: -2px 2px 0px 1px #bdbdbd, -36px 27px 60px 0px rgba(0, 0, 0, 0.2);
}

.mobile-desktop-designs .desk-figure.df-1 {
  top: -19%;
  right: 10%;
}

.mobile-desktop-designs .desk-figure.df-2 {
  top: 22%;
  right: -3%;
}

.mobile-desktop-designs .desk-figure.df-3 {
  top: 62%;
  right: -16%;
}

.mobile-desktop-designs .desk-figure.df-4 {
  top: -10%;
  left: 32%;
}

.mobile-desktop-designs .desk-figure.df-5 {
  top: 30%;
  right: 26%;
}

.mobile-desktop-designs .desk-figure.df-6 {
  top: 71%;
  right: 14%;
}

.mobile-desktop-designs .desk-figure.df-7 {
  top: -9%;
  left: 9%;
}

.mobile-desktop-designs .mob-shap {
  position: absolute;
}

.mobile-desktop-designs .mob-shap.ms-1 {
  top: -13%;
  right: 3%;
}

.mobile-desktop-designs .mob-shap.ms-2 {
  top: 6%;
  right: 16%;
}

.mobile-desktop-designs .mob-shap.ms-3 {
  top: 12%;
  left: 12%;
}

.mobile-desktop-designs .mob-shap.ms-4 {
  top: 20%;
  left: 30%;
}

.mobile-desktop-designs .mob-shap.ms-5 {
  top: 32%;
  right: 38%;
  width: 31px;
}

.mobile-desktop-designs .mob-shap.ms-6 {
  top: 55%;
  left: -8%;
  width: 60px;
}

.mobile-desktop-designs .mob-shap.ms-7 {
  bottom: 39%;
  right: -5%;
}

.mobile-desktop-designs .mob-shap.ms-8 {
  bottom: 32%;
  right: -1%;
  width: 33px;
}

.mobile-desktop-designs .mob-shap.ms-9 {
  bottom: 1%;
  right: 19%;
}

.mobile-desktop-designs .mob-shap.ms-10 {
  bottom: -1%;
  left: 38%;
  width: 64px;
}

.mobile-desktop-designs .des-shap {
  position: absolute;
}

.mobile-desktop-designs .des-shap.ds-1 {
  top: -16%;
  right: 2%;
}

.mobile-desktop-designs .des-shap.ds-2 {
  top: -9%;
  left: 11%;
}

.mobile-desktop-designs .des-shap.ds-3 {
  top: 16%;
  right: -4%;
}

.mobile-desktop-designs .des-shap.ds-4 {
  top: 21%;
  left: 31%;
}

.mobile-desktop-designs .des-shap.ds-5 {
  top: 66%;
  left: 3%;
  width: 24px;
}

.mobile-desktop-designs .des-shap.ds-6 {
  top: 71%;
  left: 3%;
  width: 31px;
}

.mobile-desktop-designs .des-shap.ds-7 {
  bottom: 31%;
  right: 5%;
}

.mobile-desktop-designs .des-shap.ds-8 {
  top: 26%;
  right: 30%;
}

.mobile-desktop-designs .des-shap.ds-9 {
  bottom: 21%;
  right: 31%;
}

.mobile-desktop-designs .des-shap.ds-10 {
  bottom: -1%;
  left: 38%;
}

@media screen and (max-width: 1024px) {
  .inner-container-mobile {
    height: 571px;
  }

  .inner-container-desktop {
    height: 583px;
  }
}

@media screen and (max-width: 768px) {
  .inner-container-mobile {
    height: 424px;
  }

  .inner-container-desktop {
    height: 420px;
  }

  .mobile-desktop-designs .des-shap.ds-5,
  .mobile-desktop-designs .des-shap.ds-6,
  .mobile-desktop-designs .des-shap {
    width: 37px;
  }
}

@media screen and (max-width: 575px) {
  .custom-tab .tab-nav {
    min-width: inherit;
    padding: 10px 5px;
  }

  .custom-tab .tab-title {
    padding: 0 15px;
    font-size: 18px;
  }

  .inner-container-mobile {
    height: 322px;
  }

  .mobile-desktop-designs .mob-shap.ms-5,
  .mobile-desktop-designs .mob-shap.ms-6,
  .mobile-desktop-designs .mob-shap.ms-8,
  .mobile-desktop-designs .mob-shap.ms-10,
  .mobile-desktop-designs .mob-shap {
    width: 17px;
  }

  .inner-container-desktop {
    height: 324px;
  }

  .mobile-desktop-designs .des-shap.ds-5,
  .mobile-desktop-designs .des-shap.ds-6,
  .mobile-desktop-designs .des-shap {
    width: 20px;
  }
}

@media screen and (max-width: 414px) {
  .inner-container-mobile {
    height: 213px;
  }

  .inner-container-desktop {
    height: 206px;
  }
}

@media screen and (max-width: 375px) {
  .inner-container-mobile {
    height: 195px;
  }

  .inner-container-desktop {
    height: 186px;
  }
}

@media screen and (max-width: 320px) {
  .inner-container-mobile {
    height: 164px;
  }

  .inner-container-desktop {
    height: 166px;
  }
}

/*------------------------- Challenges ---------------------*/
.challenges {
  padding-top: 65px;
  padding-bottom: 60px;
  background: url("../../images/case-study/teachers-australia/randombg-sahp-2.png") no-repeat right -287px top -72px / 604px,
    url("../../images/case-study/teachers-australia/randombg-sahp-2.png") no-repeat right -87px bottom / 604px;
}

.challenges .section-title {
  margin-bottom: 39px;
}

.challenges .challenges-frame-laptop {
  display: block;
  margin-right: -188px;
  padding: 4.5% 15.8% 9% 15.8%;
  background: url("../../images/case-study/teachers-australia/Challenges-laptop-frame-1.png") no-repeat left top / 100% 100%;
}

.challenges .challenges-frame-laptop>img {
  width: 100%;
  display: block;
  pointer-events: none;
}

.challenges .col-figure .shap {
  position: absolute;
  animation: Shaprotate 20s linear infinite;
}

.challenges .col-figure .shap.sp-1 {
  right: 74px;
  bottom: -25px;
  width: 30px;
}

.challenges .col-figure .shap.sp-2 {
  left: 95px;
  bottom: -11px;
  width: 39px;
}

.challenges .col-figure .shap.sp-3 {
  left: 208px;
  top: -35px;
  width: 36px;
}

.ulimageshapleftwithboxbg {
  margin: 0;
  padding: 0;
}

.ulimageshapleftwithboxbg>li {
  display: flex;
  margin-bottom: 9px;
  padding: 20px 20px 18px 20px;
  border-radius: 5px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.22);
  background-color: #fff;
}

.ulimageshapleftwithboxbg .li-icon {
  width: 100px;
  min-width: 100px;
  align-self: center;
}

.ulimageshapleftwithboxbg .li-info {
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #283f4b;
  font-weight: 400;
}

.ulimageshapleftwithboxbg .li-info h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

.challenges .ulimageshapleftwithboxbg .li-icon {
  width: 80px;
  min-width: 80px;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .challenges .col-figure {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 414px) {
  .challenges .col-figure {
    margin-top: 3rem;
  }

  .challenges .ulimageshapleftwithboxbg .li-icon,
  .ulimageshapleftwithboxbg .li-icon {
    width: 45px;
    min-width: 45px;
    align-self: center;
  }
}

/*-------------------------- BusinessBenefits ----------------*/
.BusinessBenefits {
  padding-top: 62px;
  padding-bottom: 37px;
  background: url("../../images/case-study/teachers-australia/randombg-sahp-1.png") no-repeat center top / 604px,
    url("../../images/case-study/teachers-australia/randombg-sahp-3.png") no-repeat center bottom 30px / 604px;
}

.BusinessBenefits .col-figure picture {
  position: relative;
  display: block;
  max-width: 455px;
  margin: 0 auto;
  padding: 32px 0 0 0;
}

.BusinessBenefits .col-figure .shap {
  position: absolute;
  animation: Shaprotate 40s linear infinite;
  opacity: 0.2;
}

.BusinessBenefits .col-figure .shap.sp-1 {
  left: 19%;
  top: -12%;
  width: 186px;
  filter: blur(2px);
}

.BusinessBenefits .col-figure .shap.sp-2 {
  right: 1%;
  top: 89%;
  width: 205px;
  filter: blur(2px);
}

.BusinessBenefits .col-figure .shap.sp-3 {
  top: 9%;
  left: 0%;
  width: 90px;
}

.BusinessBenefits .col-figure .shap.sp-4 {
  left: 4%;
  top: 89%;
  width: 190px;
  filter: blur(2px);
}

.BusinessBenefits .col-figure .shap.sp-5 {
  left: -27%;
  top: 48%;
  width: 136px;
}

.BusinessBenefits .col-figure .shap.sp-6 {
  top: 84%;
  left: -15%;
  width: 93px;
}

@keyframes Shaprotate {
  100% {
    transform: rotate(360deg);
  }
}

.BusinessBenefits .ulimageshapleftwithboxbg {
  margin-top: 20px;
}

.BusinessBenefits .ulimageshapleftwithboxbg>li {
  padding: 29px 20px 18px 20px;
}

.BusinessBenefits .ulimageshapleftwithboxbg .li-info {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .BusinessBenefits .col-figure picture {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  .BusinessBenefits .col-figure picture {
    max-width: 339px;
  }

  .BusinessBenefits .col-figure .shap.sp-1 {
    left: 19%;
    top: -5%;
    width: 116px;
  }

  .BusinessBenefits .col-figure .shap.sp-2 {
    right: 27%;
    top: 97%;
    width: 97px;
  }

  .BusinessBenefits .col-figure .shap.sp-3 {
    top: 18%;
    left: 0%;
    width: 49px;
  }

  .BusinessBenefits .col-figure .shap.sp-4 {
    left: 10%;
    top: 96%;
    width: 118px;
  }

  .BusinessBenefits .col-figure .shap.sp-5 {
    left: -15%;
    top: 51%;
    width: 91px;
  }

  .BusinessBenefits .col-figure .shap.sp-6 {
    top: 84%;
    left: -5%;
    width: 54px;
  }
}

@media screen and (max-width: 414px) {
  .BusinessBenefits .col-figure picture {
    max-width: 288px;
    margin-bottom: 4rem;
  }
}

/*-----------------------------------------------------*/
.ApplicationUses {
  padding-top: 51px;
  padding-bottom: 68px;
  background: url("../../images/case-study/teachers-australia/application-top-border.png") no-repeat 0 -2px / 100% 15px,
    url("../../images/case-study/teachers-australia/application-bottom-border.png") no-repeat 0 100.3% / 100% 15px,
    url("../../images/case-study/teachers-australia/application-bkg.jpg") no-repeat left top / cover;
}

.ApplicationUses .section-title {
  margin-bottom: 30px;
}

.ApplicationUses .downloadstore {
  margin-top: 30px;
}

.ApplicationUses .col-content {
  align-self: center;
  color: white;
}

.ApplicationUses .box-wrap {
  width: 50%;
  padding-top: 52px;
  padding-right: 15px;
}

.ApplicationUses .box-wrap .frame-item {
  display: flex;
  position: relative;
  padding-bottom: 6px;
}

/*__________*/
.ApplicationUses .box-wrap .frame-item:not(:last-child)::before,
.ApplicationUses .box-wrap .frame-item:not(:last-child)::after {
  content: "";
  position: absolute;
  padding: 1px;
}

.ApplicationUses .box-wrap .frame-item:not(:last-child)::before {
  background: linear-gradient(90deg, white 50%, transparent 50%) repeat-x 0 0 / 6px 1px;
}

.ApplicationUses .box-wrap .frame-item:not(:last-child)::after {
  background: linear-gradient(0deg, white 50%, transparent 50%) repeat-Y 0 0 / 1px 6px;
  animation: borderdashmovedVertical 69s infinite linear;
}

.ApplicationUses .box-wrap .frame-item:nth-child(odd):not(:last-child)::before {
  left: 113px;
  right: 55px;
  top: 56px;
  animation: borderdashmovedhorizontalleftToRight 69s infinite linear;
}

.ApplicationUses .box-wrap .frame-item:nth-child(odd):not(:last-child)::after {
  bottom: 0;
  right: 53px;
  top: 56px;
}

.ApplicationUses .box-wrap .frame-item:nth-child(even) {
  justify-content: flex-end;
}

.ApplicationUses .box-wrap .frame-item:nth-child(even):not(:last-child)::before {
  right: 113px;
  left: 55px;
  top: 60px;
  animation: borderdashmovedhorizontalRightToLeft 69s infinite linear;
}

.ApplicationUses .box-wrap .frame-item:nth-child(even):not(:last-child)::after {
  bottom: 0;
  left: 54px;
  top: 61px;
}
.ApplicationUses .flex-row .col-content {
  background: transparent !important;
}
.ApplicationUses .flex-row p{
  color: #ffffff;
}


/*_____*/
@keyframes borderdashmovedhorizontalleftToRight {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 900px 0px;
  }
}

@keyframes borderdashmovedhorizontalRightToLeft {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -900px 0px;
  }
}

@keyframes borderdashmovedVertical {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 0 900px;
  }
}

/*__________*/
.ApplicationUses .box-wrap .frame-item .frame {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 111px;
  height: 111px;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 7.713px 9.193px 24px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

.ApplicationUses .box-wrap .frame-item .frame img {
  width: 50px;
  margin: auto;
}

.ApplicationUses .box-wrap .frame-item .frame h3 {
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  color: #283f4b;
  font-weight: 400;
  text-align: center;
}

.ApplicationUses .col-figur {
  display: flex;
  flex-wrap: wrap;
}

.ApplicationUses .col-figur picture {
  align-self: flex-start;
  display: block;
  position: relative;
  width: 50%;
  padding: 8.7% 2.8% 3% 2.8%;
  background: url(../../images/case-study/teachers-australia/banner-mobile-frame-1.png) no-repeat left top / 100% 100%;
}

.ApplicationUses .col-figur picture>img {
  display: block;
  width: 100%;
  border-radius: 0 0 28px 28px;
  pointer-events: none;
}

.ApplicationUses .book {
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-594px);
}

.ApplicationUses .book.two {
  left: 50%;
  bottom: 13px;
  transform: translateX(-455px);
}

@media screen and (max-width: 1024px) {
  .ApplicationUses .book {
    left: 26px;
    transform: inherit;
  }

  .ApplicationUses .book.two {
    left: 186px;
    transform: inherit;
  }
}

@media screen and (max-width: 991px) {
  .ApplicationUses .box-wrap .frame-item {
    padding-bottom: 24%;
  }
}

@media screen and (max-width: 575px) {
  .ApplicationUses {
    padding-bottom: 68px;
    background: url("../../images/case-study/teachers-australia/application-top-border.png") no-repeat 0 -2px / 100% 15px,
      url("../../images/case-study/teachers-australia/application-bottom-border.png") no-repeat 0 100.3% / 100% 15px, #0d564d;
  }

  .ApplicationUses .downloadstore {
    margin-bottom: 35px;
  }

  .ApplicationUses .box-wrap .frame-item {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 414px) {
  .ApplicationUses {
    padding-bottom: 118px;
  }

  .ApplicationUses .box-wrap {
    width: 100%;
    margin-bottom: 5rem;
    padding-right: 0;
  }

  .ApplicationUses .col-figur picture {
    width: 100%;
    padding: 17.4% 5.5% 6% 5.6%;
  }
}

@media screen and (max-width: 320px) {
  .ApplicationUses .downloadstore a {
    display: inline-block;
    width: 120px;
  }
}

/*------------------- Technologies and logo ------------------------------*/
.Technologies-Logo .section-title {
  margin-top: 55px;
  margin-bottom: 19px;
}

.Technologies-Logo .flex-row.r1>.col-right {
  padding-bottom: 56px;
  text-align: left;
  background-color: #e4f3fc;
}

.Technologies-Logo .flex-row.r1>.col-right .container-right {
  max-width: 580px;
  text-align: center;
}

.Technologies-Logo .flex-row.r1>.col-left {
  padding-bottom: 56px;
  text-align: right;
}

.Technologies-Logo .flex-row.r1>.col-left .container-left {
  max-width: 580px;
  margin-left: auto;
  text-align: center;
}

.Technologies-Logo .ta-notebook {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 49px 0 0 0;
}

.Technologies-Logo .ta-notebook::before {
  content: "";
  position: absolute;
  left: 71px;
  top: 31px;
  bottom: 44px;
  width: 100%;
  background-color: #70b2d9;
}

.Technologies-Logo .ta-notebook .inner-item {
  position: relative;
  max-width: 482px;
  margin-left: 93px;
}

.Technologies-Logo .ta-notebook .TAtext {
  position: absolute;
  left: 19%;
  top: 35.1%;
  width: 24%;
  max-width: 115px;
}

.Technologies-Logo .ta-notebook .TAframe {
  position: absolute;
  left: 53%;
  top: 26.1%;
  width: 30%;
  max-width: 144px;
}

.Technologies-Logo .ta-notebook .booktwopage {
  position: relative;
}

.diagram-wrap .lbl-diagram {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 5px 16px;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 400;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
  background-color: #0576b9;
  overflow: hidden;
}

.diagram-wrap .lbl-diagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg,
      rgba(252, 252, 252, 0) 21%,
      rgb(251, 251, 251) 46%,
      rgb(255, 255, 255) 57%,
      rgba(255, 255, 255, 0) 84%);
  transition: all 1s;
  transform: translateX(-105%);
  opacity: 1;
  z-index: 1;
}

.diagram-wrap .lbl-diagram:hover::before {
  opacity: 0;
  transform: translateX(100%);
}

.diagram-wrap .frame {
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.31);
  background-color: #ffffff;
}

.diagram-wrap .outline {
  padding: 10px 8px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 7.713px 9.193px 24px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

.diagram-wrap .outline .h5 {
  font-size: 16px;
  line-height: 20px;
  color: #0576b9;
  font-weight: 600;
}

.diagram-wrap .outline .h6 {
  font-size: 14px;
  line-height: 18px;
  color: #798389;
  font-weight: normal;
}

.diagram-wrap .item-1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
  padding-right: 33px;
  padding-left: 7px;
}

.diagram-wrap .item-1 .lbl-diagram {
  flex-grow: 1;
  min-width: 160px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.diagram-wrap .item-2 {
  margin-top: 16px;
  padding: 0 15px;
}

.diagram-wrap .flex-row.r2 .frame {
  height: 100%;
}

.diagram-wrap .flex-row.r2>.col-left {
  position: relative;
  width: 68%;
  padding: 0 15px;
}

.diagram-wrap .flex-row.r2>.col-left .lbl-diagram {
  position: absolute;
  left: 50%;
  top: -17px;
  min-width: 175px;
  transform: translateX(-50%);
}

.diagram-wrap .flex-row.r2>.col-right {
  position: relative;
  width: 32%;
  padding: 0 15px;
}

.diagram-wrap .flex-row.r2>.col-right .lbl-diagram {
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
}

.diagram-wrap .flex-row.r2>.col-right ul {
  margin-top: 25px;
  padding: 0;
  list-style: none;
}

.diagram-wrap .flex-row.r3>.col-left {
  position: relative;
  width: 50%;
  padding: 34px 29px 16px 19px;
}

.diagram-wrap .flex-row.r3>.col-right {
  position: relative;
  align-self: flex-start;
  width: 50%;
  padding: 34px 24px 16px 25px;
}

.diagram-wrap .arrow-group {
  position: relative;
  width: 100%;
}

.diagram-wrap .arrow-group span {
  position: absolute;
  display: inline-flex;
}

.diagram-wrap .arrow-group .h-line {
  height: 1px;
  background-color: #738695;
}

.diagram-wrap .arrow-group .v-line {
  width: 1px;
  background-color: #738695;
}

.diagram-wrap .arrow-group .angle3d {
  width: 12px;
  height: 20px;
  background: url("../../images/case-study/teachers-australia/Angle3d.svg") no-repeat center / 100% 100%;
}

.diagram-wrap .arrow-group.ag1 {
  height: 51px;
  margin-top: -15px;
}

.diagram-wrap .arrow-group.ag1 .h-line.element-1 {
  left: 22%;
  width: 12%;
  top: 23px;
}

.diagram-wrap .arrow-group.ag1 .h-line.element-2 {
  left: 47%;
  width: 35%;
  top: 23px;
}

.diagram-wrap .arrow-group.ag1 .v-line.element-1 {
  left: 47%;
  height: 36px;
  top: 23px;
}

.diagram-wrap .arrow-group.ag1 .v-line.element-2 {
  left: 40.3%;
  height: 48px;
  top: 11px;
}

.diagram-wrap .arrow-group.ag1 .v-line.element-3 {
  left: 21.8%;
  height: 13px;
  top: 11px;
}

.diagram-wrap .arrow-group.ag1 .v-line.element-4 {
  left: 34%;
  height: 37px;
  top: 23px;
}

.diagram-wrap .arrow-group.ag1 .v-line.element-5 {
  left: 82%;
  height: 9px;
  top: 15px;
}

.diagram-wrap .arrow-group.ag1 .angle3d.element-1 {
  left: 81%;
  top: 2px;
}

.diagram-wrap .arrow-group.ag1 .angle3d.element-2 {
  left: 46%;
  top: 50px;
  transform: rotate(182deg);
}

.diagram-wrap .arrow-group.ag1 .angle3d.element-3 {
  left: 39.3%;
  top: 48px;
  transform: rotate(182deg);
}

.diagram-wrap .arrow-group.ag1 .angle3d.element-4 {
  left: 33%;
  top: 49px;
  transform: rotate(182deg);
}

.diagram-wrap .arrow-group.ag2 {
  height: 40px;
}

.diagram-wrap .arrow-group.ag2 .v-line.element-1 {
  left: 37%;
  height: 15px;
  top: 15px;
}

.diagram-wrap .arrow-group.ag2 .v-line.element-2 {
  left: 59%;
  height: 15px;
  top: 9px;
}

.diagram-wrap .arrow-group.ag2 .angle3d.element-1 {
  left: 55%;
  top: 15px;
  transform: rotate(182deg);
}

.diagram-wrap .arrow-group.ag2 .angle3d.element-2 {
  left: 33%;
  top: 3px;
  transform: none;
}

.diagram-wrap .arrow-group.ag3 {
  height: 15px;
  position: absolute;
  right: 100%;
  width: 43px;
  top: 53px;
  transform: translateX(19px);
}

.diagram-wrap .arrow-group.ag3 .h-line.element-1 {
  left: 5px;
  top: 10px;
  right: 5px;
}

.diagram-wrap .arrow-group.ag3 .angle3d.element-1 {
  left: 0;
  top: 0;
  transform: rotate(267deg);
}

.diagram-wrap .arrow-group.ag3 .angle3d.element-2 {
  right: 0;
  top: 0;
  transform: rotate(94deg);
}

.diagram-wrap .arrow-group.ag4 {
  height: 15px;
  position: absolute;
  right: 100%;
  width: 56px;
  top: 23px;
  transform: translateX(12px);
}

.diagram-wrap .arrow-group.ag4 .h-line.element-1 {
  left: 6px;
  right: 6px;
  top: 9px;
}

.diagram-wrap .arrow-group.ag4 .angle3d.element-1 {
  left: 0;
  top: 0;
  transform: rotate(266deg);
}

.diagram-wrap .arrow-group.ag4 .angle3d.element-2 {
  right: 0;
  top: 0;
  transform: rotate(92deg);
}

.diagram-wrap.dw3 .flex-row.r2>.col-left,
.diagram-wrap.dw2 .flex-row.r2>.col-left {
  width: 100%;
}

.diagram-wrap.dw3 {
  margin-top: 3rem;
}

.diagram-wrap.dw2 .arrow-group.ag2 .angle3d.element-1 {
  left: 57%;
}

.diagram-wrap.dw2 .arrow-group.ag2 .angle3d.element-2 {
  left: 34.5%;
}

.diagram-wrap.dw3 .arrow-group.ag2 .angle3d.element-1 {
  left: 57%;
}

.diagram-wrap.dw3 .arrow-group.ag2 .angle3d.element-2 {
  left: 34.5%;
}

@media screen and (max-width: 1199px) {
  .diagram-wrap .item-1 .lbl-diagram {
    min-width: inherit;
  }
}

@media screen and (max-width: 1024px) {
  .diagram-wrap .arrow-group.ag1 .angle3d.element-1 {
    left: 80.7%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-2 {
    left: 45.7%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-3 {
    left: 39.1%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-4 {
    left: 32.8%;
  }

  .diagram-wrap .arrow-group.ag3 .h-line.element-1 {
    top: 9px;
  }

  .diagram-wrap .arrow-group.ag2 .angle3d.element-1 {
    left: 53%;
  }

  .diagram-wrap .arrow-group.ag2 .angle3d.element-2 {
    left: 31%;
  }
}

@media screen and (max-width: 991px) {
  .Technologies-Logo .ta-notebook .inner-item {
    margin: 0 auto;
  }

  .Technologies-Logo .ta-notebook::before {
    left: 9%;
  }

  .Technologies-Logo .flex-row.r1 {
    flex-direction: column !important; 
  }

  .Technologies-Logo .flex-row.r1>.col-right,
  .Technologies-Logo .flex-row.r1>.col-left {
    width: 100%;
    max-width: 100%;
  }

  .Technologies-Logo .flex-row.r1>.col-right .container-right,
  .Technologies-Logo .flex-row.r1>.col-left .container-left {
    max-width: inherit;
    margin-left: 0;
    max-width: 100%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-1 {
    left: 81.35%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-2 {
    left: 46.4%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-3 {
    left: 39.7%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-4 {
    left: 33.4%;
  }

  .diagram-wrap .arrow-group.ag2 .angle3d.element-1 {
    left: 57%;
  }

  .diagram-wrap .arrow-group.ag2 .angle3d.element-2 {
    left: 35%;
  }

  .diagram-wrap.dw2 .arrow-group.ag2 .angle3d.element-1 {
    left: 57.5%;
  }

  .diagram-wrap.dw2 .arrow-group.ag2 .angle3d.element-2 {
    left: 35.5%;
  }

  .diagram-wrap.dw3 .arrow-group.ag2 .angle3d.element-1 {
    left: 57.5%;
  }

  .diagram-wrap.dw3 .arrow-group.ag2 .angle3d.element-2 {
    left: 35.5%;
  }
}

@media screen and (max-width: 768px) {
  .Technologies-Logo .ta-notebook::before {
    left: 16px;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-1 {
    left: 81.1%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-2 {
    left: 46.3%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-3 {
    left: 39.4%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-4 {
    left: 33.2%;
  }

  .diagram-wrap .arrow-group.ag2 .angle3d.element-1 {
    left: 56.1%;
  }

  .diagram-wrap .arrow-group.ag2 .angle3d.element-2 {
    left: 34%;
  }

  .diagram-wrap.dw2 .arrow-group.ag2 .angle3d.element-2 {
    left: 35.1%;
  }

  .diagram-wrap.dw3 .arrow-group.ag2 .angle3d.element-2 {
    left: 35.1%;
  }
}

@media screen and (max-width: 575px) {
  .diagram-wrap .arrow-group.ag1 .angle3d.element-1 {
    left: 80.85%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-2 {
    left: 45.8%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-3 {
    left: 39.4%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-4 {
    left: 33%;
  }

  .diagram-wrap .arrow-group.ag2 .angle3d.element-1 {
    left: 56.1%;
  }

  .diagram-wrap .arrow-group.ag2 .angle3d.element-2 {
    left: 34%;
  }
}

@media screen and (max-width: 414px) {
  .Technologies-Logo .ta-notebook .inner-item {
    max-width: 200px;
  }

  .Technologies-Logo .ta-notebook::before {
    top: 19px;
    bottom: 15px;
  }

  .diagram-wrap .flex-row.r2>.col-left {
    width: 100%;
  }

  .diagram-wrap .flex-row.r2>.col-right {
    width: 100%;
    margin-top: 32px;
  }

  .diagram-wrap .arrow-group.ag1 .h-line.element-1 {
    left: -3%;
    width: 37%;
  }

  .diagram-wrap .arrow-group.ag1 .h-line.element-2 {
    left: 68%;
    width: 34%;
  }

  .diagram-wrap .arrow-group.ag1 .v-line.element-1 {
    left: 68%;
  }

  .diagram-wrap .arrow-group.ag1 .v-line.element-2 {
    left: 50.3%;
  }

  .diagram-wrap .arrow-group.ag1 .v-line.element-3 {
    height: 86px;
    top: -63px;
    left: -11px;
  }

  .diagram-wrap .arrow-group.ag1 .v-line.element-5 {
    left: 102%;
    height: 88px;
    top: -64px;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-2 {
    left: 66.3%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-3 {
    left: 48.6%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-4 {
    left: 32.45%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-1 {
    display: none;
  }

  .diagram-wrap .arrow-group.ag2 .angle3d.element-1 {
    left: 54.6%;
  }

  .diagram-wrap .arrow-group.ag2 .angle3d.element-2 {
    left: 33%;
  }

  .diagram-wrap .arrow-group.ag4 {
    right: 13%;
    width: 75px;
    top: -26px;
    transform: rotate(90deg);
  }

  .diagram-wrap.dw2 .arrow-group.ag2 .angle3d.element-1 {
    left: 54.7%;
  }

  .diagram-wrap.dw2 .arrow-group.ag2 .angle3d.element-2 {
    left: 32.6%;
  }

  .diagram-wrap.dw3 .arrow-group.ag2 .angle3d.element-2 {
    left: 32.5%;
  }

  .diagram-wrap.dw3 .arrow-group.ag2 .angle3d.element-1 {
    left: 54.7%;
  }
}

@media screen and (max-width: 375px) {
  .diagram-wrap .arrow-group.ag1 .angle3d.element-2 {
    left: 65.88%;
  }

  .diagram-wrap .arrow-group.ag1 .angle3d.element-3 {
    left: 39.5%;
  }

  .diagram-wrap .arrow-group.ag1 .h-line.element-1 {
    left: -11px;
    width: 37.2%;
  }

  .diagram-wrap .arrow-group.ag1 .h-line.element-2 {
    display: none;
  }

  .diagram-wrap .arrow-group.ag1 .v-line.element-1 {
    left: 68%;
    height: 42px;
    top: 15px;
  }

  .diagram-wrap .arrow-group.ag1 .v-line.element-2 {
    left: 41.3%;
    height: 41px;
    top: 15px;
  }

  .diagram-wrap .arrow-group.ag1 .v-line.element-5 {
    display: none;
  }
}

/*======================================================================= 
                       GENERAL MEDIA QUERY 
=========================================================================*/
@media screen and (max-width: 575px) {
  .section-title {
    font-size: 29px;
    line-height: 30px;
  }

  .section-title.st-48 {
    font-size: 32px;
    line-height: 31px;
  }
}

/*===========================================================================*/