* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Vrdznagir";
  font-weight: bold;
  src: url(../fonts/Vrdznagir.WOF) format("truetype");
}
@font-face {
  font-family: "Artarumian";
  font-weight: bold;
  src: url(../fonts/ARTAR_ASTGHIK_U.ttf) format("truetype");
}
.body-first {
  background-image: url(../image/medved.png);
  background-size: cover;
}

header {
  width: 100%;
  height: 90px;
  background-color: white;
}
header .header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 5%;
  gap: 20px;
  margin-top: 1px;
}
header .header-block .header-logo {
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin-top: 12px;
  margin-right: 34px;
}
header .header-block .header-logo img {
  width: 100%;
  height: 100%;
}
header .header-block nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}
header .header-block nav ul li {
  list-style-type: none;
}
header .header-block nav ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #022219;
  font-weight: 700;
  text-transform: uppercase;
}
header .header-block nav ul li:nth-child(1) a:hover {
  color: #EE3739;
}
header .header-block nav ul li:nth-child(2) a:hover {
  color: #2DB35A;
}
header .header-block nav ul li:nth-child(3) a:hover {
  color: #F39333;
}
header .header-block nav ul li:nth-child(4) a:hover {
  color: #115D38;
}
header .header-block nav ul li:nth-child(5) a:hover {
  color: #EE3739;
}
header .header-block nav ul li:nth-child(6) a:hover {
  color: #31768D;
}
header .header-block nav ul .blog-icon .lang span {
  margin-top: -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
header .header-block nav ul .blog-icon .lang span a {
  font-size: 14px;
  text-decoration: none;
  color: #636363;
}
header .header-block nav ul .blog-icon .icons {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
header .header-block nav ul .blog-icon .icons .fa-brands {
  font-size: 25px;
  color: #EE3739;
}

.mobile-menu {
  display: none;
}

.blog-slider {
  margin-top: -20px;
  width: 100%;
  position: relative;
}
.blog-slider .blog-slid-head {
  width: 100%;
  position: absolute;
  top: -3px;
}
.blog-slider .blog-slid-head img {
  width: 100%;
}
.blog-slider .slid-img {
  width: 100%;
}
.blog-slider .slid-img img {
  width: 100%;
}
.blog-slider .blog-slid-foot {
  width: 100%;
  position: absolute;
  bottom: -4px;
}
.blog-slider .blog-slid-foot img {
  width: 100%;
}

.input-group {
  display: none;
  position: absolute;
  right: 9%;
  top: 56px;
  z-index: 100;
}

.website-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  max-width: 70%;
    border-radius: 50%;
    display: block;
    width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.about {
  margin-top: 50px;
}
.about .blocks-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
.about .blocks-about .blog-first {
  margin-top: 65px;
  max-width: 48%;
  width: 100%;
  height: 300px;
}
.about .blocks-about .blog-first img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.about .blocks-about .blog-first h5 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #EF4E41;
  text-align: center;
}
.about .blocks-about .blog-first p {
  margin-top: 5px;
  font-weight: 600;
  font-size: 16px;
  color: black;
  text-align: center;
}
.about .blocks-about .blog-two {
  max-width: 48%;
  width: 100%;
  background: white;
}
.about .blocks-about .blog-two .headers-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .blocks-about .blog-two .headers-blog .header-blog {
  max-width: 150px;
  width: 100%;
  height: 60px;
}
.about .blocks-about .blog-two .headers-blog .header-blog img {
  width: 100%;
  height: 100%;
}
.about .blocks-about .blog-two .headers-blog .header-blog:nth-child(2) {
  margin-top: -8px;
}
.about .blocks-about .blog-two p {
  margin-top: 10px;
  line-height: 38px;
  font-size: 18px;
  font-family: "Artarumian";
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #F39332;
  font-size: 20px;
  width: 12px;
  height: 12px;
}

.tuSwiper {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  height: 254px !important;
}
.tuSwiper .swiper-slide h5 {
  text-align: center;
  margin-top: 6px;
  color: #EF4E41;
  font-weight: 600;
  font-size: 16px;
}
.tuSwiper .swiper-slide p {
  text-align: center;
  color: #636363;
  font-size: 15px;
  margin-top: 5px;
}

.child-blog {
  margin-top: 100px;
  position: relative;
  width: 100%;
}
.child-blog img {
  width: 100%;
}
.child-blog .img-header {
  position: absolute;
  top: -4px;
}
.child-blog p {
  margin-top: 0px;
  color: white;
  font-size: 17px;
  font-weight: 700;
}
.child-blog .img-header:nth-child(2) {
  left: 18%;
  top: 10px;
}
.child-blog .blog-chils {
  top: 201px;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.child-blog .blog-chils .child-block:nth-child(2) {
  cursor: pointer;
  max-width: 16%;
  width: 100%;
  height: 349px;
  background-color: #FFFFFF;
  border-radius: 25px;
}
.child-blog .blog-chils .child-block:nth-child(2) a {
  color: black;
}
.child-blog .blog-chils .child-block:nth-child(2) img {
  max-width: 117px;
  width: 100%;
  height: 118px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
.child-blog .blog-chils .child-block:nth-child(2) p {
  text-align: center;
  margin-top: 5px;
}
.child-blog .blog-chils .child-block:nth-child(2) span {
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 15px;
}
.child-blog .blog-chils .child-block:nth-child(3) {
  cursor: pointer;
  max-width: 16%;
  width: 100%;
  height: 349px;
  background-color: #FFFFFF;
  border-radius: 25px;
}
.child-blog .blog-chils .child-block:nth-child(3) a {
  color: black;
}
.child-blog .blog-chils .child-block:nth-child(3) img {
  max-width: 117px;
  width: 100%;
  height: 111px;
  margin: 0 auto;
  margin-top: 40px;
  display: list-item;
}
.child-blog .blog-chils .child-block:nth-child(3) p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}
.child-blog .blog-chils .child-block:nth-child(3) span {
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 15px;
}
.child-blog .blog-chils .child-block:nth-child(4) {
  cursor: pointer;
  max-width: 16%;
  width: 100%;
  height: 349px;
  background-color: #FFFFFF;
  border-radius: 25px;
}
.child-blog .blog-chils .child-block:nth-child(4) a {
  color: black;
}
.child-blog .blog-chils .child-block:nth-child(4) img {
  max-width: 117px;
  width: 100%;
  height: 111px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
.child-blog .blog-chils .child-block:nth-child(4) p {
  text-align: center;
  margin-top: 5px;
  color: black;
}
.child-blog .blog-chils .child-block:nth-child(4) span {
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 15px;
}
.child-blog .blog-chils .child-block:hover:nth-child(2) {
  background-color: #2DB35A;
}
.child-blog .blog-chils .child-block:hover:nth-child(2) p strong {
  color: white !important;
}
.child-blog .blog-chils .child-block:hover:nth-child(2) span {
  color: white;
}
.child-blog .blog-chils .child-block:hover:nth-child(3) {
  background-color: #f39333;
}
.child-blog .blog-chils .child-block:hover:nth-child(3) p strong {
  color: white !important;
}
.child-blog .blog-chils .child-block:hover:nth-child(3) span {
  color: white;
}
.child-blog .blog-chils .child-block:hover:nth-child(4) {
  background-color: rgba(30, 162, 176, 0.8196078431);
}
.child-blog .blog-chils .child-block:hover:nth-child(4) p strong {
  color: white !important;
}
.child-blog .blog-chils .child-block:hover:nth-child(4) span {
  color: white;
}

a {
  text-decoration: none;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: -12px;
}
.footer img {
  width: 100%;
  height: 100%;
}

.tes-educ {
  position: relative;
  width: 100%;
  height: 292px;
  position: relative;
}
.tes-educ .educators-blog {
  top: -100px;
  width: 100%;
  position: absolute;
}
.tes-educ .educators-blog .educator-blogs {
  background-color: #FFFFFF;
  max-width: 950px;
  width: 100%;
  height: 330px;
  margin: 0 auto;
}
.tes-educ .educators-blog .educator-blogs .educs-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -20px;
}
.tes-educ .educators-blog .educator-blogs .educs-img .educ-img {
  max-width: 426px;
  width: 100%;
  margin: 0 auto;
}
.tes-educ .educators-blog .educator-blogs .educs-img .educ-img img {
  width: 100%;
  height: 100%;
}
.tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(1) {
  max-width: 454px;
  width: 100%;
  height: 54px;
}
.tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(2) {
  max-width: 137px;
  width: 100%;
  position: absolute;
  right: 104px;
  top: -23px;
}
.tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.tes-educ .educators-blog .educator-blogs .brandSwiper {
  margin-top: 40px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -4px !important;
}

.blog-img {
  width: 100%;
  margin-top: 40px;
}
.blog-img .img-heads-blog {
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-img .img-heads-blog .img-head-blog {
  max-width: 380px;
  width: 100%;
  height: 60px;
}
.blog-img .img-heads-blog .img-head-blog img {
  width: 100%;
  height: 100%;
}
.blog-img .img-heads-blog .img-head-blog:nth-child(2) {
  width: 150px;
  height: 92px;
}
.blog-img .img-heads-blog .img-head-blog:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.blog-img .img-head-blog:nth-child(2) {
  margin-top: -41px;
}
.blog-img .images-blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-img .images-blogs .block-img {
  max-width: 23%;
  width: 100%;
  height: 240px;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}
.blog-img .images-blogs .block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-img .images-blogs .block-img .image-posit {
  padding: 0 2px;
  width: 99%;
  height: 97%;
  position: absolute;
  top: 1px;
  z-index: -1;
  overflow: hidden;
  margin: 0;
  margin-top: 5px;
}
.blog-img .images-blogs .block-img .image-posit img {
  width: 98%;
  height: 99%;
}
.blog-img .images-blogs .block-img a:hover::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  bottom: 11px;
  right: 9px;
  background-color: #31768D;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 25%;
  border-radius: 15px;
}
.blog-img .images-blogs .block-img a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../image/Icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  border-radius: 15px;
}
.blog-img .images-blogs .block-img:hover:nth-child(1) {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.blog-img .images-blogs .block-img:hover:nth-child(2) {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.blog-img .images-blogs .block-img:hover:nth-child(3) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.blog-img .images-blogs .block-img:hover:nth-child(4) {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.blog-img .images-blogs .block-img:hover:nth-child(5) {
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.blog-img .images-blogs .block-img:hover:nth-child(6) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.blog-img .images-blogs .block-img:hover:nth-child(7) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.blog-img .images-blogs .block-img:hover:nth-child(8) {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.blog-img .more-blog {
  width: 100%;
}
.blog-img .more-blog .more-img {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-right: 2%;
}
.blog-img .more-blog .more-img p {
  top: 16px;
  position: absolute;
  right: 49px;
  color: white;
}

.blog-video {
  margin-top: 80px;
  width: 100%;
}
.blog-video .blog-video-heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}
.blog-video .blog-video-heads .blog-video-head {
  max-width: 338px;
  width: 100%;
  height: 46px;
}
.blog-video .blog-video-heads .blog-video-head img {
  width: 100%;
  height: 100%;
}
.blog-video .blog-video-heads .blog-video-head:nth-child(1) {
  top: 20px;
  left: 50px;
}
.blog-video .blog-video-heads .blog-video-head:nth-child(2) {
  position: absolute;
  height: 129px;
  max-width: 200px;
  left: 58%;
  top: -76px;
}
.blog-video .blog-video-heads .blog-video-head:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.blog-video .video-blogs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.blog-video .video-blogs .video-blog {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background-color: #FFFFFF;
  max-width: 29.5%;
  width: 100%;
}
.blog-video .video-blogs .video-blog .video-img {
  width: 100%;
  height: 260px;
  border-radius: 15px;
}
.blog-video .video-blogs .video-blog .video-img img {
  width: 100%;
  height: 100%;
}
.blog-video .video-blogs .video-blog p {
  margin-top: 5px;
  font-size: 16px;
  color: #EF4E41;
  font-weight: 700;
  text-align: center;
}
.blog-video .video-blogs .video-blog span {
  margin-top: 5px;
  color: #F39332;
  font-size: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
}
.blog-video .video-blogs .video-blog .p-foot {
  margin-top: 5px;
  color: #929292;
  text-align: center;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 51px;
}
.blog-video .video-blogs .video-blog hr {
  margin-top: 15px;
  width: 98%;
  height: 5px;
  background-color: #F39333;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin: 0 auto;
}
.blog-video .video-blogs .video-blog .view {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}
.blog-video .video-blogs .video-blog .view p {
  position: absolute;
  top: 15px;
  color: white;
}
.blog-video .video-blogs .video-blog:hover {
  -webkit-box-shadow: 3px 5px 5px 3px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 3px 5px 5px 3px rgba(0, 0, 0, 0.2509803922);
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer {
  margin-top: 40px;
  height: 450px;
  background-image: url(../image/footer.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
footer .footers {
  height: 300px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 26%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  gap: 20px;
}
footer .footers .blog-first-foot {
  margin-top: 82px;
  max-width: 31%;
  width: 100%;
}
footer .footers .blog-first-foot span {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
}
footer .footers .blog-first-foot span .fa-solid {
  color: white;
  margin-right: 5px;
  font-size: 30px;
}
footer .footers .blog-first-foot p {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
}
footer .footers .blog-first-foot p .fa-phone-volume {
  font-size: 30px;
  margin-right: 5px;
}
footer .footers .blog-first-foot .text-area {
  max-width: 350px;
  height: 200px;
  margin-top: 15px;
}
footer .footers .blog-two-foot {
  margin-top: 82px;
}
footer .blog-two-foot {
  max-width: 50%;
  width: 100%;
  margin-top: 120px;
}
footer .blog-two-foot h5 {
  margin-top: 40px;
  text-align: center;
  font-size: 17px;
  color: white;
  font-weight: 600;
}
footer .blog-two-foot form {
  margin-top: 25px;
}
footer .blog-two-foot form .form-input {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
footer .blog-two-foot form .form-input input {
  background-color: rgba(49, 118, 141, 0.3019607843);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border: 0;
  width: 100%;
}
footer .blog-two-foot form .form-input input ::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
footer .blog-two-foot form .form-input input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .blog-two-foot form textarea {
  width: 100%;
  background-color: rgba(49, 118, 141, 0.3019607843);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border: 0;
}
footer .blog-foot-ffot {
  width: 100%;
  position: absolute;
  bottom: -7px;
  z-index: 30;
}
footer .blog-foot-ffot img {
  width: 100%;
  height: 100%;
}

.foot-blog-end {
  width: 100%;
  height: 80px;
}
.foot-blog-end .blogs {
  gap: 34%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.foot-blog-end .blogs .first-blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 180px;
}
.foot-blog-end .blogs .first-blogs span {
  font-size: 16px;
  color: black;
  margin-top: 10px;
}
.foot-blog-end .blogs .first-blogs span p {
  font-size: 16px;
  margin-top: 19px;
}
.foot-blog-end .blogs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 29px;
}
.foot-blog-end .blogs span .fa-brands {
  font-size: 35px;
  color: #EE3739;
}

.website-containers {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

/*educs-page*/
.educs-page {
  margin-top: 40px;
  width: 100%;
}
.educs-page .educ-blocks {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.educs-page .educ-blocks .block-img {
  max-width: 23%;
  width: 100%;
  height: 310px;
}
.educs-page .educ-blocks .block-img img {
  width: 100%;
  height: 100%;
}
.educs-page .educ-blocks .block-img h5 {
  font-size: 16px;
  font-weight: bold;
  color: #EF4E41;
  margin-top: 8px;
  text-align: center;
}
.educs-page .educ-blocks .block-img p {
  margin-top: 5px;
  font-size: 15px;
  color: #636363;
  text-align: center;
}
.educs-page .educ-blocks .block-area {
  max-width: 36%;
  width: 100%;
}
.educs-page .educ-blocks .block-area p {
  margin-top: 73px;
  line-height: 24px;
  font-weight: 600;
  color: #3F3F3F;
}

.educs-blogs-container {
  width: 100%;
  margin-top: 120px;
}
.educs-blogs-container .container-blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.educs-blogs-container .container-blogs .blog {
  max-width: 17%;
  width: 100%;
  height: 217px;
  margin-bottom: 16px;
}
.educs-blogs-container .container-blogs .blog img {
  width: 100%;
  height: 100%;
}
.educs-blogs-container .container-blogs .blog span {
  font-weight: bold;
  color: #EF4E41;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*image-page*/
.images-pages {
  width: 100%;
  margin-top: 60px;
}
.images-pages h5 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #022219;
}
.images-pages .image-page-blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.images-pages .image-page-blogs .img-page-blog {
  max-width: 13.5%;
  width: 100%;
  height: 178px;
  border-radius: 15px;
  position: relative;
}
.images-pages .image-page-blogs .img-page-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-pages .image-page-blogs .img-page-blog .color-block {
  background-color: rgba(49, 118, 141, 0.4509803922);
  width: 100%;
  height: 100%;
  position: absolute;
}
.images-pages .image-page-blogs .img-page-blog a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #31768D;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 25%;
  border-radius: 15px;
}
.images-pages .image-page-blogs .img-page-blog a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../image/Icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  border-radius: 15px;
}

.videoes-page {
  width: 100%;
}
.videoes-page .video-header-page {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.videoes-page .video-header-page .head-video {
  max-width: 339px;
  width: 100%;
  height: 41px;
}
.videoes-page .video-header-page .head-video img {
  width: 100%;
  height: 100%;
}
.videoes-page .videos-blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.videoes-page .videos-blogs .video-blog {
  max-width: 22%;
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.videoes-page .videos-blogs .video-blog .video-iframe {
  width: 100%;
  height: 169px;
}
.videoes-page .videos-blogs .video-blog .video-iframe iframe {
  width: 100% !important;
  height: 100%;
}
.videoes-page .videos-blogs .video-blog .block-title {
  max-width: 100%;
  width: 100%;
}
.videoes-page .videos-blogs .video-blog p {
  margin-top: 5px;
  font-size: 16px;
  color: #EF4E41;
  font-weight: 700;
  text-align: center;
}
.videoes-page .videos-blogs .video-blog span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
.videoes-page .videos-blogs .video-blog span:nth-child(1) {
  color: #929292;
  font-weight: 600;
}

.ytp-title-enable-channel-logo .ytp-title {
  display: none !important;
}

/*fill-page */
.file-page-blog {
  width: 100%;
}
.file-page-blog .file-header {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.file-page-blog .file-header .file-img {
  max-width: 400px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
.file-page-blog .file-header .file-img img {
  width: 100%;
  height: 100%;
}
.file-page-blog .file-blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
.file-page-blog .file-blogs .fil-blog {
  -webkit-transition: all 2s;
  transition: all 2s;
  cursor: pointer;
}
.file-page-blog .file-blogs .fil-blog:nth-child(1) {
  background-image: url(../image/png-test3.png);
  background-size: 100% 100%;
  max-width: 25%;
  width: 100%;
  height: 275px;
  margin-bottom: 31px;
  position: relative;
}
.file-page-blog .file-blogs .fil-blog:nth-child(1) img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.file-page-blog .file-blogs .fil-blog:nth-child(1) .img-position {
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 70%;
  height: 74%;
  left: 48px;
  top: 34px;
  z-index: -1;
}
.file-page-blog .file-blogs .fil-blog:nth-child(1) .img-position img {
  width: 100%;
  height: 100%;
}
.file-page-blog .file-blogs .fil-blog:nth-child(2) {
  background-image: url(../image/png-test2.png);
  background-size: 100% 100%;
  max-width: 25%;
  width: 100%;
  height: 275px;
  margin-bottom: 31px;
  position: relative;
}
.file-page-blog .file-blogs .fil-blog:nth-child(2) img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.file-page-blog .file-blogs .fil-blog:nth-child(2) .img-position {
  top: 41px;
  width: 68%;
  height: 69%;
  left: 55px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}
.file-page-blog .file-blogs .fil-blog:nth-child(2) .img-position img {
  width: 100%;
  height: 100%;
}
.file-page-blog .file-blogs .fil-blog:nth-child(3) {
  background-image: url(../image/png-test4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-width: 25%;
  width: 100%;
  height: 275px;
  margin-bottom: 31px;
  position: relative;
}
.file-page-blog .file-blogs .fil-blog:nth-child(3) img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.file-page-blog .file-blogs .fil-blog:nth-child(3) .img-position {
  top: 39px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 69%;
  height: 70%;
  left: 60px;
  position: absolute;
  z-index: -1;
}
.file-page-blog .file-blogs .fil-blog:nth-child(3) .img-position img {
  width: 100%;
  height: 100%;
}
.file-page-blog .file-blogs .fil-blog:nth-child(4) {
  background-image: url(../image/png-test2.png);
  background-size: 100% 100%;
  max-width: 26%;
  width: 100%;
  height: 275px;
  margin-bottom: 31px;
  position: relative;
}
.file-page-blog .file-blogs .fil-blog:nth-child(4) img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.file-page-blog .file-blogs .fil-blog:nth-child(4) .img-position {
  top: 45px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 68%;
  height: 69%;
  left: 40px;
  position: absolute;
  z-index: -1;
}
.file-page-blog .file-blogs .fil-blog:nth-child(4) .img-position img {
  width: 100%;
  height: 100%;
}
.file-page-blog .file-blogs .fil-blog:nth-child(5) {
  background-image: url(../image/png-test4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-width: 26%;
  width: 100%;
  height: 275px;
  margin-bottom: 31px;
  position: relative;
}
.file-page-blog .file-blogs .fil-blog:nth-child(5) img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.file-page-blog .file-blogs .fil-blog:nth-child(5) .img-position {
  top: 32px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  width: 69%;
  height: 71%;
  left: 55px;
  position: absolute;
  z-index: -1;
}
.file-page-blog .file-blogs .fil-blog:nth-child(5) .img-position img {
  width: 100%;
  height: 100%;
}
.file-page-blog .file-blogs .fil-blog:nth-child(6) {
  background-repeat: no-repeat;
  background-image: url(../image/png-test3.png);
  background-size: 100% 100%;
  max-width: 26%;
  width: 100%;
  height: 275px;
  margin-bottom: 31px;
  position: relative;
}
.file-page-blog .file-blogs .fil-blog:nth-child(6) img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.file-page-blog .file-blogs .fil-blog:nth-child(6) .img-position {
  top: 40px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 70%;
  height: 73%;
  left: 51px;
  position: absolute;
  z-index: -1;
}
.file-page-blog .file-blogs .fil-blog:nth-child(6) .img-position img {
  width: 100%;
  height: 100%;
}
.file-page-blog .file-blogs p {
  font-size: 16px;
  color: #EF4E41;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
.file-page-blog .file-blogs span {
  font-size: 15px;
  color: #F39332;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fil-blog:hover:nth-child(1) {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  width: 69%;
  height: 70%;
}

.fil-blog:hover:nth-child(2) {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

.fil-blog:hover:nth-child(3) {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

.fil-blog:hover:nth-child(4) {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

.fil-blog:hover:nth-child(5) {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

.fil-blog:hover:nth-child(6) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.div-foot-alb {
  position: absolute;
  bottom: -55px;
  left: 15%;
}

/*contact -page*/
.contact-page {
  margin-top: 89px;
  width: 100%;
}
.contact-page .cont-image {
  max-width: 60px;
  width: 100%;
  height: 80px;
  margin-left: 18%;
}
.contact-page .cont-image img {
  width: 100%;
  height: 100%;
}
.contact-page .bogs-test-page {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contact-page .bogs-test-page .blogs-cont {
  max-width: 38%;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.contact-page .bogs-test-page .blogs-cont .contact-form {
  padding: 0 25px;
  width: 68%;
  margin-top: 10px;
  margin: 0 auto;
}
.contact-page .bogs-test-page .blogs-cont .contact-form h5 {
  margin-top: 10px;
  color: #022219;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.contact-page .bogs-test-page .blogs-cont .contact-form .contact-block {
  margin-top: 10px;
}
.contact-page .bogs-test-page .blogs-cont .contact-form .contact-block input {
  width: 100%;
}
.contact-page .bogs-test-page .blogs-cont .contact-form .contact-block .text-area-blog textarea {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  width: 100%;
}
.contact-page .bogs-test-page .blogs-cont .contact-form .contact-block .send-button {
  width: 100%;
  margin-bottom: 55px;
}
.contact-page .bogs-test-page .blogs-cont .contact-form .contact-block .send-button .button-img {
  max-width: 100px;
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.contact-page .bogs-test-page .blogs-cont .contact-form .contact-block .send-button .button-img img {
  width: 100%;
  height: 100%;
}
.contact-page .bogs-test-page .blogs-cont .contact-form .contact-block .send-button .button-img button {
  position: absolute;
  top: 10px;
  left: 19px;
  background: #f39332;
  border: 0;
  color: white;
  font-weight: 600;
  cursor: pointer;
}
.contact-page .blogs-cont:nth-child(2) {
  width: 44%;
  height: 350px;
  position: absolute;
  right: 32%;
  top: -110px;
  z-index: -1;
}
.contact-page .blogs-cont:nth-child(2) textarea {
  width: 100% !important;
  height: 100% !important;
}
.contact-page .contact-footer {
  max-width: 30%;
  width: 100%;
  position: absolute;
  left: 30%;
  background-color: #F39333;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  margin-top: -25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-page .contact-footer .div-cont {
  max-width: 40%;
  width: 100%;
  margin-bottom: 22px;
}
.contact-page .contact-footer .div-cont span {
  color: white;
  font-weight: 600;
}
.contact-page .contact-footer .div-cont span .fa-solid {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.contact-page .contact-footer .class-top {
  margin-top: -20px;
}

/*footer-two*/
.footer-two {
  position: absolute;
  margin-top: 60px;
  width: 100%;
  bottom: 0;
}
.footer-two .footer-aliq {
  width: 100%;
}
.footer-two .footer-aliq img {
  width: 100%;
  height: 100%;
}
.footer-two .foooter-two-blog {
  width: 100%;
  margin-top: -5px;
  background-color: #a2c1cb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35%;
}
.footer-two .foooter-two-blog .blogs-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
  width: 100%;
}
.footer-two .foooter-two-blog .blogs-span span {
  max-width: 100%;
  width: 100%;
}
.footer-two .foooter-two-blog .icons {
  margin-top: 10px;
  font-size: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40%;
  color: #EE3739;
}

@media only screen and (max-width: 1720px) {
  header .header-block nav ul {
    gap: 45px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) {
    max-width: 15%;
    width: 100%;
    height: 300px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) {
    max-width: 15%;
    width: 100%;
    height: 300px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) {
    max-width: 15%;
    width: 100%;
    height: 300px;
  }
  .child-blog .blog-chils {
    top: 171px;
  }
}
@media only screen and (max-width: 1620px) {
  header .header-block nav ul {
    gap: 38px;
  }
  .child-blog .blog-chils {
    padding: 0 10px;
  }
  .child-block {
    max-width: 402px;
    width: 100%;
  }
  .child-blog .blog-chils {
    top: 163px;
  }
  .website-containers {
    max-width: 1200px;
    width: 100%;
  }
  .educs-page .educ-blocks .block-area {
    max-width: 38%;
    width: 100%;
  }
  .educs-page .educ-blocks .block-img {
    max-width: 25%;
    width: 100%;
    height: 297px;
  }
  .educs-blogs-container .container-blogs .blog {
    max-width: 17%;
    width: 100%;
    height: 197px;
  }
  .videoes-page .videos-blogs .video-blog {
    max-width: 270px;
    width: 100%;
    height: 176px;
  }
  .images-pages .image-page-blogs .img-page-blog {
    max-width: 16.5%;
    width: 100%;
    height: 192px;
  }
  .videoes-page .videos-blogs .video-blog {
    max-width: 267px;
    width: 100%;
  }
}
@media only screen and (max-width: 1520px) {
  header .header-block nav ul {
    gap: 31px;
  }
  footer .footers {
    margin-left: 21%;
  }
  .website-container {
    max-width: 1100px;
    width: 100%;
  }
  .blog-img .images-blogs .block-img {
    max-width: 23%;
    width: 100%;
    height: 230px;
  }
  .blog-video .video-blogs .video-blog .video-img {
    width: 100%;
    height: 244px;
  }
  footer {
    margin-top: 80px;
  }
  .foot-blog-end .blogs {
    gap: 26%;
  }
  .child-blog .blog-chils .child-block:nth-child(2) img {
    margin-top: 18px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) img {
    margin-top: 18px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) img {
    margin-top: 18px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) {
    max-width: 15%;
    width: 100%;
    height: 280px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) {
    max-width: 15%;
    width: 100%;
    height: 280px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) {
    max-width: 15%;
    width: 100%;
    height: 280px;
  }
}
@media only screen and (max-width: 1440px) {
  header .header-block {
    margin-right: 2%;
  }
  .website-containers {
    max-width: 1053px;
    width: 100%;
  }
  .educs-page .educ-blocks .block-img {
    max-width: 28%;
    width: 100%;
    height: 269px;
  }
  .educs-page .educ-blocks .block-area {
    max-width: 47%;
    width: 100%;
  }
  .educs-page .educ-blocks .block-area p {
    margin-top: 32px;
  }
  .educs-blogs-container .container-blogs .blog {
    max-width: 21%;
    width: 100%;
  }
  .video-blog {
    max-width: 233px;
    width: 100%;
    height: 184px;
  }
  .images-pages .image-page-blogs .img-page-blog {
    max-width: 16.5%;
    width: 100%;
    height: 171px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) {
    max-width: 17%;
    width: 100%;
    height: 280px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) {
    max-width: 17%;
    width: 100%;
    height: 280px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) {
    max-width: 17%;
    width: 100%;
    height: 280px;
  }
  .child-blog .img-header:nth-child(2) {
    left: 18%;
    top: 3px;
    width: 72px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(1) {
    height: 232px;
    max-width: 26%;
    width: 100%;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(2) {
    max-width: 26%;
    width: 100%;
    height: 232px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(2) .img-position {
    -webkit-transform: rotate(17deg);
            transform: rotate(17deg);
    top: 41px;
    width: 68%;
    height: 69%;
    left: 50px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(3) {
    max-width: 26%;
    width: 100%;
    height: 232px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(3) .img-position {
    left: 53px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(4) {
    max-width: 26%;
    width: 100%;
    height: 232px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(4) .img-position {
    top: 38px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(5) {
    max-width: 26%;
    width: 100%;
    height: 232px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(5) {
    height: 232px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(6) {
    height: 232px;
  }
  .child-blog .blog-chils {
    top: 112px;
  }
  footer {
    margin-top: 315px;
  }
}
@media only screen and (max-width: 1366px) {
  header .header-block nav ul {
    gap: 22px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) {
    max-width: 17%;
    width: 100%;
    height: 271px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) {
    max-width: 17%;
    width: 100%;
    height: 271px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) {
    max-width: 17%;
    width: 100%;
    height: 271px;
  }
  .tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(1) {
    height: 47px;
  }
  .blog-video .blog-video-heads .blog-video-head:nth-child(2) {
    position: absolute;
    height: 78px;
    max-width: 200px;
    left: 58%;
    top: -37px;
  }
  .videoes-page .videos-blogs .video-blog {
    max-width: 231px;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  header .header-block nav ul {
    gap: 27px;
  }
  .blog-video .blog-video-heads .blog-video-head:nth-child(2) {
    position: absolute;
    height: 88px;
    max-width: 149px;
    left: 58%;
    top: -49px;
  }
  header .header-block .header-logo {
    max-width: 224px;
    width: 100%;
    margin-right: 9px;
    height: 54px;
  }
  header .header-block nav ul {
    gap: 17px;
  }
  header .header-block nav ul .blog-icon .icons .fa-brands {
    font-size: 19px;
  }
  .serarchs {
    margin-top: 9px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) img {
    max-width: 107px;
    width: 100%;
    height: 108px;
    margin-top: 8px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) span {
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 23px;
    padding: 0 16px;
    font-weight: 600;
    font-size: 14px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) {
    max-width: 17%;
    width: 100%;
    height: 240px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) img {
    max-width: 107px;
    width: 100%;
    height: 99px;
    margin-top: 12px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) span {
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 23px;
    padding: 0 16px;
    font-weight: 600;
    font-size: 14px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) {
    max-width: 17%;
    width: 100%;
    height: 240px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) img {
    max-width: 107px;
    width: 100%;
    height: 99px;
    margin-top: 12px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) span {
    margin-top: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 23px;
    padding: 0 16px;
    font-weight: 600;
    font-size: 14px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) {
    max-width: 17%;
    width: 100%;
    height: 240px;
  }
  footer .blog-two-foot {
    max-width: 36%;
    width: 100%;
  }
  footer .footers {
    margin-left: 15%;
  }
  footer .footers .blog-first-foot span .fa-solid {
    font-size: 27px;
  }
  footer .footers .blog-first-foot p .fa-phone-volume {
    font-size: 27px;
  }
  .foot-blog-end .blogs {
    gap: 21%;
  }
  .foot-blog-end .blogs span .fa-brands {
    font-size: 30px;
    color: #EE3739;
  }
  .blog-video .video-blogs .video-blog {
    background-color: white;
    height: 434px;
    border-radius: 15px;
  }
  footer {
    margin-top: 20px;
  }
  .images-pages .image-page-blogs .img-page-blog {
    max-width: 16.5%;
    width: 100%;
    height: 166px;
  }
  .contact-page .contact-footer {
    max-width: 52%;
    width: 100%;
    left: 25%;
  }
  .footer-two .foooter-two-blog .blogs-span {
    gap: 18%;
  }
  .contact-page .bogs-test-page .blogs-cont .contact-form {
    padding: 0 25px;
    width: 95%;
  }
  .contact-page .bogs-test-page .blogs-cont {
    max-width: 44%;
    width: 100%;
  }
  .contact-page .blogs-cont:nth-child(2) {
    right: 19%;
  }
}
@media only screen and (max-width: 1210px) {
  header .header-block {
    margin-right: 1%;
  }
  .website-container {
    max-width: 1000px;
    width: 100%;
  }
  .blog-img .images-blogs .block-img {
    max-width: 22.5%;
    width: 100%;
    height: 225px;
  }
}
@media only screen and (max-width: 1210px) {
  .tes-educ .educators-blog .educator-blogs {
    background-color: #FFFFFF;
    max-width: 752px;
    width: 100%;
  }
  .tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(1) {
    height: 41px;
    max-width: 371px;
  }
  .tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(2) {
    right: 48px;
  }
  .child-blog .blog-chils {
    top: 50px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) img {
    max-width: 91px;
    width: 100%;
    height: 95px;
    margin-top: 8px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) img {
    max-width: 99px;
    width: 100%;
    height: 93px;
    margin-top: 12px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) img {
    max-width: 100px;
    width: 100%;
    height: 88px;
    margin-top: 12px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) span {
    font-size: 13px;
    line-height: 20px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) span {
    font-size: 13px;
    line-height: 20px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) span {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  header nav {
    display: none;
  }
  .website-container {
    max-width: 850px;
    width: 100%;
  }
  header .header-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    cursor: pointer;
  }
  .header .header-block .header-logo {
    margin-left: 2%;
  }
  .mobile-menu {
    top: 20px;
    position: absolute;
    right: 3%;
  }
  .mobile-menu .fa-bars {
    font-size: 33px;
  }
  .blog-img .images-blogs .block-img {
    max-width: 30.5%;
    width: 100%;
    height: 225px;
  }
  .blog-video .video-blogs .video-blog .video-img {
    width: 100%;
    height: 185px;
  }
  .mobile-menu {
    display: block;
  }
  footer .footers {
    max-width: 767px;
    width: 100%;
  }
  footer {
    height: 370px;
  }
  footer .footers .blog-first-foot {
    margin-top: 47px;
  }
  footer .blog-two-foot h5 {
    margin-top: -8px;
  }
  .foot-blog-end .blogs .first-blogs {
    gap: 16px;
  }
  .foot-blog-end .blogs {
    gap: 9%;
  }
  .website-containers {
    max-width: 820px;
    width: 100%;
  }
  .educs-page .educ-blocks .block-img {
    height: 231px;
  }
  .educs-page .educ-blocks .block-area p {
    font-size: 15px;
  }
  .educs-blogs-container .container-blogs .blog {
    height: 165px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(1) {
    height: 205px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(2) {
    height: 205px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(3) {
    height: 205px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(4) {
    height: 205px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(5) {
    height: 205px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(6) {
    height: 205px;
  }
  .images-pages .image-page-blogs .img-page-blog {
    max-width: 18.5%;
    height: 155px;
  }
  .videoes-page .videos-blogs .video-blog {
    max-width: 246px;
    width: 100%;
    height: 166px;
  }
  /*footer*/
  footer .footers {
    max-width: 699px;
    width: 100%;
  }
  footer .footers .blog-first-foot .text-area {
    max-width: 350px;
    height: 156px;
    margin-top: 14px;
  }
  .tes-educ .educators-blog {
    top: -36px;
  }
  /*about*/
  .about .blocks-about .blog-two p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  header {
    position: relative;
  }
  /*mobile menu*/
  .menu-header {
    top: 76px;
    max-width: 35%;
    width: 100%;
    height: 927px;
    position: absolute;
    background-color: #A0BCC2;
    z-index: 100;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 253px;
  }
  .menu-header .menu-img {
    position: absolute;
    max-width: 100px;
    width: 100%;
    right: -91px;
    top: -1px;
  }
  .menu-header .menu-img img {
    width: 100%;
    height: 100%;
  }
  .menu-header .ul-block {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 20%;
  }
  .menu-header ul {
    margin-top: 20px;
  }
  .menu-header ul li {
    list-style-type: none;
    margin-top: 11px;
  }
  .menu-header ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 34px;
  }
  .menu-header ul hr {
    margin-top: -3px;
    opacity: 40%;
  }
}
@media only screen and (max-width: 850px) {
  .tes-educ .educators-blog {
    top: 48px;
  }
  .blog-img {
    width: 100%;
    margin-top: 161px;
  }
  .child-blog .blog-chils {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .child-block {
    max-width: 256px;
    width: 100%;
  }
  .website-container {
    max-width: 720px;
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .website-containers {
    max-width: 667px;
    width: 100%;
  }
  .educs-page .educ-blocks .block-area {
    max-width: 73%;
    width: 100%;
  }
  .educs-page .educ-blocks .block-img {
    max-width: 35%;
    width: 100%;
    height: 229px;
  }
  .educs-blogs-container .container-blogs .blog {
    max-width: 29%;
    width: 100%;
    height: 172px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(1) {
    height: 194px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(2) {
    height: 194px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(3) {
    height: 194px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(4) {
    height: 194px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(5) {
    height: 194px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(6) {
    height: 194px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(1) .img-position {
    left: 31px;
    top: 29px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(2) .img-position {
    top: 34px;
    left: 30px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(3) .img-position {
    top: 33px;
    left: 34px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(4) .img-position {
    top: 35px;
    left: 31px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(5) .img-position {
    left: 33px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(6) .img-position {
    top: 30px;
    left: 30px;
  }
  .images-pages .image-page-blogs .img-page-blog {
    max-width: 19.5%;
    width: 100%;
    height: 138px;
  }
  .videoes-page .videos-blogs .video-blog {
    max-width: 232px;
  }
  .videoes-page .videos-blogs .video-blog {
    max-width: 232px;
    width: 100%;
    height: 150px;
  }
  /*footer*/
  footer {
    height: 306px;
  }
  footer .footers {
    max-width: 639px;
    width: 100%;
  }
  footer .footers .blog-first-foot .text-area {
    max-width: 350px;
    height: 122px;
  }
  footer .blog-two-foot form textarea {
    height: 74px;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .child-blog .blog-chils .child-block:nth-child(2) {
    max-width: 19%;
    width: 100%;
    height: 161px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) {
    max-width: 19%;
    width: 100%;
    height: 161px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) {
    max-width: 19%;
    width: 100%;
    height: 161px;
  }
  .child-blog .img-header:nth-child(2) {
    width: 22px;
  }
  .child-blog .blog-chils {
    top: 22px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) img {
    max-width: 66px;
    width: 100%;
    height: 60px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) img {
    max-width: 66px;
    width: 100%;
    height: 64px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) img {
    max-width: 68px;
    width: 100%;
    height: 63px;
  }
  .child-blog .blog-chils .child-block:nth-child(2) span {
    padding: 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .child-blog .blog-chils .child-block:nth-child(3) span {
    padding: 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .child-blog .blog-chils .child-block:nth-child(4) span {
    padding: 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  footer .footers {
    max-width: 82%;
    width: 100%;
  }
  .child-block {
    max-width: 226px;
    width: 100%;
  }
  .child-blog p {
    font-size: 16px;
  }
  .website-container {
    max-width: 580px;
    width: 100%;
  }
  .blog-img .images-blogs .block-img {
    max-width: 29.5%;
    width: 100%;
    height: 171px;
  }
  .blog-video .video-blogs .video-blog .p-foot {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
  }
  .blog-video .video-blogs {
    gap: 40px;
  }
  .blog-video .video-blogs .video-blog:nth-child(3) {
    display: none;
  }
  .blog-video .video-blogs .video-blog {
    max-width: 40.5%;
    width: 100%;
  }
  .blog-video .blog-video-heads .blog-video-head {
    max-width: 306px;
    width: 100%;
    height: 39px;
  }
  .blog-video .blog-video-heads .blog-video-head:nth-child(2) {
    position: absolute;
    height: 70px;
    max-width: 113px;
    left: 54%;
    top: -36px;
  }
  .blog-img .img-heads-blog .img-head-blog {
    max-width: 343px;
    width: 100%;
    height: 49px;
  }
  .tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(1) {
    height: 37px;
    max-width: 332px;
  }
  .tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(2) {
    max-width: 92px;
    width: 100%;
    position: absolute;
    right: 32px;
    top: -11px;
  }
  .about .blocks-about .blog-two p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .menu-header .ul-block {
    margin-left: 13%;
  }
}
@media only screen and (max-width: 680px) {
  .website-containers {
    max-width: 520px;
    width: 100%;
  }
  .child-blog .blog-chils .child-block:nth-child(2) {
    max-width: 18%;
    width: 100%;
  }
  .child-blog .blog-chils .child-block:nth-child(3) {
    max-width: 18%;
    width: 100%;
  }
  .child-blog .blog-chils .child-block:nth-child(4) {
    max-width: 18%;
    width: 100%;
  }
  .child-block {
    max-width: 211px;
    width: 100%;
    height: 106px;
  }
  .educs-page .educ-blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .educs-page .educ-blocks .block-img {
    max-width: 55%;
    width: 100%;
    height: 246px;
  }
  .educs-page .educ-blocks .block-area p {
    margin-top: 53px;
  }
  .educs-blogs-container .container-blogs .blog {
    max-width: 28.2%;
    width: 100%;
    height: 144px;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(1) {
    max-width: 39%;
    width: 100%;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(2) {
    max-width: 39%;
    width: 100%;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(3) {
    max-width: 39%;
    width: 100%;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(4) {
    max-width: 39%;
    width: 100%;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(5) {
    max-width: 39%;
    width: 100%;
  }
  .file-page-blog .file-blogs .fil-blog:nth-child(6) {
    max-width: 39%;
    width: 100%;
  }
  .images-pages .image-page-blogs .img-page-blog {
    max-width: 26.5%;
    width: 100%;
    height: 139px;
  }
  .menu-header .ul-block {
    margin-left: 9%;
  }
  .menu-header {
    top: 76px;
    max-width: 43%;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .child-blog .blog-chils .child-block:nth-child(2) {
    height: 149px;
  }
  .child-blog .blog-chils .child-block:nth-child(3) {
    height: 149px;
  }
  .child-blog .blog-chils .child-block:nth-child(4) {
    height: 149px;
  }
  .website-container {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .blog-video .video-blogs {
    gap: 77px;
  }
  .menu-header {
    top: 76px;
    max-width: 51%;
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .child-blog {
    display: none;
  }
  .website-containers {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .educs-blogs-container .container-blogs .blog {
    max-width: 39.2%;
    width: 100%;
    height: 167px;
  }
  .images-pages .image-page-blogs .img-page-blog {
    max-width: 24.5%;
    width: 100%;
    height: 133px;
  }
  .videoes-page .videos-blogs .video-blog {
    max-width: 44%;
    width: 100%;
  }
  .images-pages .image-page-blogs .img-page-blog {
    max-width: 30.5%;
    width: 100%;
    height: 122px;
  }
  .menu-header ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-video .video-blogs .video-blog {
    max-width: 46.5%;
    width: 100%;
  }
  .blog-video .video-blogs {
    gap: 29px;
  }
  .blog-img .img-heads-blog .img-head-blog {
    max-width: 291px;
    width: 100%;
  }
  .blog-img .images-blogs .block-img {
    max-width: 28.8%;
    width: 100%;
    height: 134px;
  }
  .blog-img .img-heads-blog .img-head-blog:nth-child(2) {
    width: 106px;
    height: 77px;
    margin-top: -39PX;
  }
  .tes-educ .educators-blog .educator-blogs .educs-img {
    margin-top: 14px;
  }
  .tes-educ .educators-blog .educator-blogs {
    height: 260px;
  }
  .tuSwiper {
    height: 175px !important;
  }
  .about .blocks-about .blog-two .headers-blog .header-blog {
    max-width: 100px;
    width: 100%;
    height: 48px;
  }
  .about .blocks-about .blog-first {
    height: 245px;
  }
  .about .blocks-about .blog-two p {
    line-height: 33px;
  }
  .blog-video .blog-video-heads .blog-video-head:nth-child(2) {
    left: 68%;
  }
  .tes-educ .educators-blog .educator-blogs .educs-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footers .blog-first-foot span .fa-solid {
    font-size: 18px;
  }
  footer .footers .blog-first-foot span {
    color: #FFFFFF;
    font-size: 10px;
  }
  footer .footers .blog-first-foot p {
    font-size: 12px;
  }
  footer .footers .blog-first-foot p .fa-phone-volume {
    font-size: 15px;
  }
  footer .footers .blog-first-foot {
    margin-top: 73px;
  }
  footer .blog-two-foot form .form-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .blog-two-foot form .form-input input[type=text] {
    height: 10px;
  }
  footer {
    height: 182px;
  }
  .menu-header .ul-block {
    margin-left: 34%;
  }
  footer .footers .blog-first-foot {
    margin-top: -22px;
  }
  footer .footers .blog-first-foot .text-area {
    max-width: 97px;
    height: 80px;
  }
  footer .footers .blog-first-foot p {
    margin-top: 4px;
  }
  footer .footers .blog-two-foot {
    margin-top: -52px;
  }
  footer .footers {
    height: 0;
    gap: 2px;
  }
  footer .blog-two-foot form .form-input input[type=text] {
    width: 100%;
    padding: 8px 9px;
  }
  footer .blog-two-foot form .form-input {
    margin-bottom: 2px;
    gap: 0;
  }
  footer .footers .blog-two-foot {
    margin-top: 32px;
  }
  footer .blog-two-foot form .form-input {
    margin-top: -29px;
  }
  footer .blog-two-foot form textarea {
    height: 31px;
  }
  footer .footers .blog-first-foot {
    margin-top: 22px;
  }
  footer .blog-two-foot h5 {
    font-size: 14px;
  }
  .menu-header .ul-block {
    margin-left: 19%;
  }
  .menu-header {
    max-width: 350px;
    width: 100%;
  }
  .menu-header .ul-block {
    margin-left: 11%;
  }
  .menu-header ul li a {
    font-size: 14px;
  }
  .swiper-slide img {
    max-width: 40%;
  }
  .tuSwiper {
    height: 210px !important;
  }
}
@media only screen and (max-width: 430px) {
  .blog-img .images-blogs .block-img {
    max-width: 27.8%;
    width: 100%;
    height: 134px;
  }
  .menu-header .ul-block {
    margin-left: 47%;
  }
}
@media only screen and (max-width: 380px) {
  .blog-img .images-blogs .block-img {
    max-width: 27.8%;
    width: 100%;
  }
  .blog-img .images-blogs {
    gap: 12px;
  }
  .blog-img .images-blogs .block-img {
    max-width: 27.8%;
    width: 100%;
    height: 106px;
  }
  .blog-img .images-blogs .block-img .image-posit {
    height: 94%;
  }
  .blog-img .images-blogs .block-img {
    max-width: 29.8%;
    width: 100%;
  }
  .more-blog .more-img img {
    width: 100px;
  }
  .blog-img .more-blog .more-img p {
    top: 8px;
    position: absolute;
    right: 25px;
    color: white;
  }
  .view img {
    width: 100px;
  }
  .blog-video .video-blogs .video-blog .view p {
    top: 4px;
  }
  .blog-img {
    margin-top: 63px;
  }
  .blog-video .blog-video-heads .blog-video-head:nth-child(2) {
    top: -30px;
    max-width: 72px;
    height: 58px;
    right: 30px;
    left: 66%;
  }
  .blog-video .blog-video-heads .blog-video-head {
    max-width: 258px;
    width: 100%;
    height: 32px;
  }
  .about .blocks-about .blog-first {
    height: 176px;
  }
  .about .blocks-about {
    gap: 10px;
  }
  .about .blocks-about .blog-two p {
    line-height: 29px;
  }
  .tes-educ .educators-blog .educator-blogs .educs-img .educ-img {
    margin: 0;
  }
  .tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(1) {
    height: 39px;
    max-width: 295px;
  }
  .tes-educ .educators-blog .educator-blogs .educs-img .educ-img:nth-child(2) {
    right: 8px;
  }
  .swiper-slide img {
    width: 91% !important;
  }
  header {
    height: 75px;
  }
  header .header-block .header-logo {
    max-width: 196px;
    width: 100%;
    height: 41px;
  }
  .mobile-menu {
    top: 13px;
  }
  .menu-header {
    top: 71px;
    right: 210px;
  }
}