.education-section {
  padding: 850px 0px 100px 0px;
  overflow: hidden;
}

.education-section:before {
  position: absolute;
  content: '';
  background: #F0F2F7;
  /* background-image: url('../../images/planes/country\ bg.jpg'); */
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.95;
  background-repeat: no-repeat;
  background-position: center;
}

.education-section .bg-layer-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
  background: transparent;
}

.education-section .content-box {
  max-width: auto;
}

.content_block_three .content-box h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: black;
  margin-bottom: 19px;
  top: 170px;
  z-index: 66;
}

.content_block_three .content-box h2 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d61c4f;
}

.content_block_three .content-box p {
  display: block;
  color: black;
  margin-bottom: 40px;
  top: 165px;
  z-index: 67;
}

.content_block_three .content-box .country-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.content_block_three .content-box .country-list .flag {
  position: relative;
  display: inline-block;
  border: 3px solid #FFFFFF;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 50%;
  margin-bottom: 10px;
}



.content_block_three .content-box .country-list span {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 700;
}

.education-section .image-layer {
  position: absolute;
  right: 200px;
  bottom: 0px;
}

.education-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1600px;
  height: 200px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.education-section .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1600px;
  height: 238px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.education-section .shape .shape-1 {
  position: absolute;
  top: 124px;
  right: 118px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.education-section .shape .shape-2 {
  position: absolute;
  bottom: 0px;
  right: 580px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.education-section.alternat-2 {
  padding: 190px 0px;
}

/* New Css Added */

.content_block_three .content-box .country-list li {
  margin: 10px;
}

.content_block_three .content-box .country-list .flag img {
  /* border-radius: 50%; */
  width: 100%;
  -moz-column-width: 100px;
  width: 100px;
}


.education-section .content-box .planes .item img {
  width: 50% !important;
  height: 50% !important;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

/* .education-section .content-box .planes .item {
  left: 610px !important;
  top: 24px !important;
} */

#sync1 .item {
  /* background: #0c83e7; */
  padding: 100px 370px;
  margin: 5px;
  color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  /* background: #C9C9C9; */
  padding: 0px 0px;
  margin: 5px;
  color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
  color: black;
  font-weight: bold !important;
}

#sync2 .current .item h1 {
  color: #d61c4f;
  font-size: 22px;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

.ifrm {
  border: none;
  width: 100%;
  margin-top: 50px;
}

.owl-carousel .owl-stage-outer .disabled {
  display: none;
}

.content_block_three .bg-img {
  background-image: url(../../images/planes/Group\ 125.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 72%;
}


/* .education-section .content_block_three .bg-img .item .ani-down {
  animation: fadeInDown 4s linear;
} */

/* .education-section .content_block_three #child {
  width: 90%;
  height: 50%;
  background-image: url(../../images/planes/BANNER.png);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  background-size: contain;
  margin-top: -120px;
  padding-top: 60px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  animation: roll 2s linear;
  transform-origin: 100% 0%;
}

@keyframes roll {
  0% {
    transform: rotateX(90deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

.education-section .content_block_three #child ul li {
  animation: zoomIn 3s linear;
  padding-bottom: 10px;
}


.education-section .content_block_three #child1,
.education-section .content_block_three #child2,
.education-section .content_block_three #child3,
.education-section .content_block_three #child4,
.education-section .content_block_three #child5 {
  width: 90%;
  height: 40%;
  background-image: url(../../images/planes/BANNER.png);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  background-size: contain;
  margin-top: -80px;
  padding-top: 60px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  animation: roll 2s linear;
  transform-origin: 100% 0%;
}

.education-section .content_block_three #child1 ul li,
.education-section .content_block_three #child2 ul li,
.education-section .content_block_three #child3 ul li,
.education-section .content_block_three #child4 ul li,
.education-section .content_block_three #child5 ul li {
  animation: zoomIn 3s linear;
  padding-bottom: 10px;
} */





/* .education-section .content_block_three #myDIV1,
.education-section .content_block_three #myDIV2,
.education-section .content_block_three #myDIV6,
.education-section .content_block_three #myDIV4,
.education-section .content_block_three #myDIV5 {
  width: 90%;
  height: 40%;
  background-image: url(../../images/planes/BANNER.png);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  background-size: contain;
  margin-top: -80px;
  padding-top: 60px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  animation: roll 2s linear;
  transform-origin: 100% 0%;

}

.education-section .content_block_three #myDIV1 ul li,
.education-section .content_block_three #myDIV2 ul li,
.education-section .content_block_three #myDIV6 ul li,
.education-section .content_block_three #myDIV4 ul li,
.education-section .content_block_three #myDIV5 ul li {
  padding-bottom: 10px;
  animation: zoomIn 3s linear;
} */

/* #child{
  display: none;
} */


