@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.main_banner {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .main_banner {
    margin-top: 60px;
  }
}
.main_banner img {
  height: 56vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1199px) {
  .main_banner img {
    height: 46vh;
  }
}
@media screen and (max-width: 575px) {
  .main_banner img {
    height: auto;
  }
}

.tx_banner {
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .tx_banner {
    padding-right: 0;
  }
}
.tx_banner h1 {
  color: #031F42;
  font-size: 24px;
  font-weight: 900;
  line-height: 50px;
}
@media screen and (max-width: 575px) {
    .tx_banner h1 {
        font-size: 20px;
    }
}
.tx_banner h1 span {
  color: #0071DC;
  display: inline-block;
  position: relative;
}
.tx_banner h1 span::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -6px;
  background-image: url(../assets/img/headline-curve.svg);
  background-repeat: no-repeat;
  width: 90px;
  height: 12px;
  left: 0;
  margin: 0 auto;
}
.tx_banner p {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.95;
}
.tx_banner .info {
  margin-top: 20px;
}
.tx_banner .info span {
  color: #161616;
  font-weight: 600;
}

/* start top-page-section */
#top-page-section {
  background-color: #f5f7fd;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #top-page-section {
    height: auto;
    padding-bottom: 40px;
  }
}
#top-page-section .content {
  width: 600px;
  margin: 0 auto;
  padding: 194px 0 36px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  #top-page-section .content {
    width: 500px;
  }
}
@media screen and (max-width: 575px) {
  #top-page-section .content {
    width: 100%;
  }
}
#top-page-section .content h2 {
  color: #031F42;
  font-size: 35px;
  font-weight: 900;
  line-height: 65px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #top-page-section .content h2 {
    font-size: 24px;
  }
}
#top-page-section .content h2 span {
  color: #0071DC;
  display: inline-block;
  position: relative;
}
#top-page-section .content h2 span::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -6px;
  background-image: url(../assets/img/headline-curve.svg);
  background-repeat: no-repeat;
  width: 90px;
  height: 12px;
  left: 0;
  margin: 0 auto;
}
#top-page-section .content form {
  margin: 52px 0;
  position: relative;
}
#top-page-section .content form input {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 14px;
  width: 100%;
  border-color: transparent;
  font-size: 13px;
  border-radius: 5px;
}
#top-page-section .content form input:focus {
  border: 1px solid #0071DC;
  outline: 0;
}
#top-page-section .content form .offer_code {
  width: calc(100% - 156px);
  border-color: #ffc221;
  background: #fef7e5;
}
#top-page-section .content form button {
  width: 140px;
}
#top-page-section .content form button i {
  font-size: 18px;
  font-weight: 400;
  margin-left: 2px;
}
#top-page-section .content .icon-container .icon-box {
  text-align: center;
}
@media screen and (max-width: 575px) {
  #top-page-section .content .icon-container .icon-box {
    text-align: center;
  }
}
#top-page-section .content .icon-container .icon-box i {
  color: #0071DC;
  font-size: 34px;
  margin-bottom: 10px;
}
#top-page-section .content .icon-container .icon-box p, #top-page-section .content .icon-container .icon-box h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#top-page-section .content .icon-container .icon-box h4 {
  -webkit-line-clamp: 1;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 19px 0;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  #top-page-section .content .icon-container .icon-box h4 {
    height: 24px;
  }
}
#top-page-section .content .icon-container .icon-box p {
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.7;
  height: 42px;
}
#top-page-section .shape .circle {
  border-radius: 50%;
  border: 1px solid #CAD0FA;
  color: #CAD0FA;
  border-width: 1px;
  z-index: 0;
}
#top-page-section .shape .big-circle {
  position: absolute;
  bottom: -72px;
  left: -1px;
  width: 722px;
  height: 722px;
}
@media screen and (max-width: 1399px) {
  #top-page-section .shape .big-circle {
    width: 600px;
    height: 600px;
  }
}
#top-page-section .shape .small-circle {
  width: 276px;
  height: 276px;
  border-width: 1px;
  position: absolute;
  bottom: 10%;
  left: 40px;
}
@media screen and (max-width: 1399px) {
  #top-page-section .shape .small-circle {
    bottom: 0;
  }
}
#top-page-section .shape .img-left {
  position: absolute;
  top: 21%;
  left: 120px;
}
@media screen and (max-width: 1199px) {
  #top-page-section .shape .img-left {
    left: 70px;
  }
}
#top-page-section .shape .img-left .img-1 {
  width: 218px;
  border-radius: 15px 15px 40px 15px;
}
@media screen and (max-width: 1399px) {
  #top-page-section .shape .img-left .img-1 {
    width: 160px;
  }
}
#top-page-section .shape .img-left .img-2 {
  width: 135px;
  border-radius: 20px;
  position: absolute;
  top: -55px;
  left: -66px;
}
@media screen and (max-width: 1399px) {
  #top-page-section .shape .img-left .img-2 {
    width: 120px;
  }
}
#top-page-section .shape .img-right {
  position: absolute;
  top: 27%;
  right: 100px;
}
@media screen and (max-width: 1199px) {
  #top-page-section .shape .img-right {
    right: 50px;
  }
}
#top-page-section .shape .img-right img {
  width: 218px;
  border-radius: 40px 15px 40px 15px;
}
@media screen and (max-width: 1399px) {
  #top-page-section .shape .img-right img {
    width: 170px;
  }
}
#top-page-section .shape .Wave-circle-right {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
#top-page-section .shape .Wave-circle-left {
  position: absolute;
  bottom: 220px;
  left: 37px;
}
@media screen and (max-width: 1399px) {
  #top-page-section .shape .Wave-circle-left {
    bottom: 285px;
  }
}
@media screen and (max-width: 767px) {
  #top-page-section .shape .Wave-circle-left {
    opacity: 0.5;
  }
}
#top-page-section .shape .squre {
  position: absolute;
  top: 150px;
  right: 330px;
}
@media screen and (max-width: 1399px) {
  #top-page-section .shape .squre {
    right: 180px;
  }
}
@media screen and (max-width: 1199px) {
  #top-page-section .shape .squre {
    right: 100px;
  }
}

/* end top-page-section */
/* start about-us-section */
.about-us-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  /* start info-box */
  /* end info-box */
  /* start about-us-text */
  /* end about-us-text */
  /* start about-slider */
  /* end about-slider */
}
.about-us-section .sub_tx {
  font-family: "iransansnum";
  font-size: 16px;
  color: #0071DC;
}
.about-us-section .info-box .info-box-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .about-us-section .info-box .info-box-item {
    text-align: center;
    margin-bottom: 20px;
  }
}
.about-us-section .info-box .info-box-item .icon {
  display: inline-block;
  font-size: 25px;
  padding: 20px;
  border-radius: 20px;
}
.about-us-section .info-box .info-box-item .icon.icon-1 {
  color: #24be9b;
  background-color: rgba(36, 190, 155, 0.1);
}
.about-us-section .info-box .info-box-item .icon.icon-2 {
  color: #f7b301;
  background-color: rgba(247, 179, 1, 0.1);
}
.about-us-section .info-box .info-box-item .icon.icon-3 {
  color: #32c5ff;
  background-color: rgba(50, 197, 255, 0.1);
}
.about-us-section .info-box .info-box-item .icon.icon-4 {
  color: #fb751b;
  background-color: rgba(251, 117, 27, 0.1);
}
.about-us-section .info-box .info-box-item .info-content h3, .about-us-section .info-box .info-box-item .info-content p {
  display: -webkit-box;
  overflow: hidden;
}
.about-us-section .info-box .info-box-item .info-content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  -webkit-line-clamp: 1;
  margin: 23px 0 14px;
  height: 26.39px;
}
.about-us-section .info-box .info-box-item .info-content p {
  font-size: 13px;
  color: #696969;
  line-height: 1.8;
  height: 46.78px;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1399px) {
  .about-us-section .info-box .info-box-item .info-content p {
    height: 70.17px;
  }
}
.about-us-section .info-box .btn-link {
  display: inline-block;
  background-color: #0071DC;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #0071DC;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.about-us-section .info-box .btn-link:hover {
  background-color: #fff;
  color: #0071DC;
}
.about-us-section p {
  font-size: 13px;
  line-height: 1.95;
}
.about-us-section .about-us-text {
  margin-bottom: 30px;
}
.about-us-section .about-us-text h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.85;
  margin-bottom: 18px;
}
.about-us-section .about-slider {
  position: relative;
}
.about-us-section .about-slider .about-img-slider .about-img-item {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
.about-us-section .about-slider .about-img-slider .about-img-item img {
  width: 100%;
}
.about-us-section .about-slider .about-img-slider .about-img-item::before {
  content: url(../assets/img/element57.png);
  position: absolute;
  top: -25px;
  right: 0;
  width: 82%;
  z-index: -1;
  left: 0;
  margin: 0 auto;
}
.about-us-section .about-slider .about-img-slider .owl-dots {
  display: none;
}
.about-us-section .about-slider .about-img-slider .owl-nav {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.about-us-section .about-slider .about-img-slider .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 35px;
  transition: all 0.3s ease-in-out;
}
.about-us-section .about-slider .about-img-slider .owl-nav button span {
  font-size: 23px;
  font-weight: 500;
  color: #000;
}
.about-us-section .about-slider .about-img-slider .owl-nav button:hover {
  background-color: #0071DC;
}
.about-us-section .about-slider .about-img-slider .owl-nav button:hover span {
  color: #fff;
}
.about-us-section .about-slider .shape-dots {
  position: absolute;
  bottom: -58px;
  right: -74px;
  z-index: -1;
}
.about-us-section .shape-dots-right {
  position: absolute;
  top: 38px;
  left: 74px;
  z-index: -1;
  max-width: 150px;
}
@media screen and (max-width: 1399px) {
  .about-us-section .shape-dots-right {
    top: 87px;
    left: -26px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-section .shape-dots-right {
    opacity: 0.5;
  }
}
.about-us-section .text_wrap .tx_list li {
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 30px;
  padding-right: 28px;
  text-align: justify;
}
.about-us-section .text_wrap .tx_list li span {
  color: #161616;
  font-weight: 600;
}
.about-us-section .text_wrap .tx_list li i {
  background-color: #fef7e5;
  color: #ffc221;
  font-size: 14px;
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 3px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}

/* end about-us-section */
.video-box video {
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/3.5;
}
@media screen and (max-width:575px){
    .video-box {
        max-width: 90%;
    }
    .video-box video {
        aspect-ratio: 3/3.5;
    }
}
.video-box .icon-video {
  position: absolute;
  display: block;
  top: calc(50% - 34px);
  right: 0;
  left: 0;
  background-color: #0071DC;
  border: 1px solid #0071DC;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.17);
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .video-box .icon-video {
    width: 56px;
    height: 56px;
    top: calc(50% - 28px);
  }
}
.video-box .icon-video i {
  line-height: 68px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 575px) {
  .video-box .icon-video i {
    line-height: 56px;
  }
}
.video-box .icon-video::before, .video-box .icon-video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #0071DC;
  opacity: 0.8;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: 0;
}
.video-box .icon-video::after {
  opacity: 0.6;
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0.5s;
  background-color: #0071DC;
  z-index: 0;
}
.video-box .description .subtitle_pg {
  margin-bottom: 16px;
}
.video-box .description .des {
  font-size: 15px;
  color: #6b6b6b;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  line-height: 30px;
  text-align: justify;
  font-family: "iransansnum";
}

/* start category-section */
.category-section {
  overflow: hidden;
  background-color: #f7fbff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  /* start category-box */
  /* end category-box */
  /*start category-mobile */
  /* end category-mobile */
}
.category-section .category-box {
  width: calc((100% - 4.5rem) / 4);
  padding: 24px 20px 24px 18px;
  background-color: #ffffff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.category-section .category-box .icon-box {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.category-section .category-box .icon-box img {
  width: 58px;
  height: 58px;
}
.category-section .category-box .icon-box .default {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
@media screen and (max-width: 500px) {
  .category-section .category-box .icon-box .default {
    margin: 0 auto;
  }
}
.category-section .category-box .icon-box .hover {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
@media screen and (max-width: 500px) {
  .category-section .category-box .icon-box .hover {
    left: 0;
    margin: 0 auto;
  }
}
.category-section .category-box .content-box .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  margin: 22px 0 15px;
  line-height: 28px;
}
.category-section .category-box .content-box .title a {
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  line-height: 1.65;
}
.category-section .category-box .content-box .sub-title {
  font-family: "iransansnum";
  font-size: 16px;
  color: #585858;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  line-height: 1.5;
}
.category-section .category-box::before {
  transform: translateY(-100%);
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0071DC;
  top: -1px;
  left: 0;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.category-section .category-box:after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px) translateX(30px);
  position: absolute;
  z-index: -1;
  content: url(../assets/img/element11.png);
  top: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
.category-section .category-box:hover::before {
  transform: translateY(0);
  top: 0;
}
.category-section .category-box:hover .icon-box .default {
  opacity: 0;
  visibility: hidden;
}
.category-section .category-box:hover .icon-box .hover {
  opacity: 1;
  visibility: visible;
}
.category-section .category-box:hover .content-box .title a {
  color: #fff;
}
.category-section .category-box:hover .content-box .title a:hover {
  color: #ccc;
}
.category-section .category-box:hover .content-box .sub-title {
  color: #fff;
}
.category-section .category-box:hover::after {
  transform: translateY(0) translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}
.category-section .category-mobile .category-mobile-slider .owl-nav, .category-section .category-mobile .category-slider-vertical .owl-nav {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
}
.category-section .category-mobile .category-mobile-slider .owl-nav button, .category-section .category-mobile .category-slider-vertical .owl-nav button {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.3s;
}
.category-section .category-mobile .category-mobile-slider .owl-nav button span, .category-section .category-mobile .category-slider-vertical .owl-nav button span {
  font-size: 33px;
  color: #0071DC;
  transition: all 0.3s;
}
.category-section .category-mobile .category-mobile-slider .owl-nav button:hover, .category-section .category-mobile .category-slider-vertical .owl-nav button:hover {
  background: #0071DC;
}
.category-section .category-mobile .category-mobile-slider .owl-nav button:hover span, .category-section .category-mobile .category-slider-vertical .owl-nav button:hover span {
  color: #fff;
}
.category-section .category-mobile .category-mobile-slider .owl-dots, .category-section .category-mobile .category-slider-vertical .owl-dots {
  display: none;
}
@media screen and (max-width: 1199px) {
  .category-section.horizontal_ca .category-box {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .category-section.horizontal_ca .category-box {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (max-width: 575px) {
  .category-section.horizontal_ca .category-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .category-section.horizontal_ca .sub-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
  }
}
.category-section.horizontal_ca .content-box {
  width: calc(100% - (1rem + 58px));
}
.category-section.vertical_ca .category-box {
  width: calc((100% - 6rem) / 5);
}
@media screen and (max-width: 1399px) {
  .category-section.vertical_ca .category-box {
    width: calc((100% - 4.5rem) / 4);
  }
}
@media screen and (max-width: 1199px) {
  .category-section.vertical_ca .category-box {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .category-section.vertical_ca .category-box {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .category-section.vertical_ca .category-box {
    text-align: center;
  }
}

/* end category-section */
/* start popular-courses-section */
#popular-courses-section {
  padding: 110px 0 165px;
  overflow: hidden;
  position: relative;
  /* start gallery-filters */
  /* end gallery-filters */
}
#popular-courses-section .category-name {
  position: relative;
  padding-right: 10px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 13px;
  color: #f013a5;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #popular-courses-section .category-name {
    font-size: 12px;
  }
}
#popular-courses-section .category-name:after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  width: 5px;
  top: 50%;
  right: 0;
  font-size: 30px;
  line-height: 1.2;
  background-color: #f013a5;
}
#popular-courses-section .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.7;
  height: 51px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #popular-courses-section .title {
    font-size: 13px;
    height: 48px;
  }
}
#popular-courses-section .course-footer {
  border-top: 1px solid #d0d1d2;
  padding-top: 25px;
  margin-top: 25px;
  text-align: left;
}
#popular-courses-section .course-footer .course-price-after {
  color: #0071DC;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #popular-courses-section .course-footer .course-price-after {
    font-size: 18px;
  }
}
#popular-courses-section .course-footer .course-price-after span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #popular-courses-section .course-footer .course-price-after span {
    font-size: 15px;
  }
}
#popular-courses-section .course-footer .course-price-before {
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 15px;
}
#popular-courses-section .course-footer .btn-fill {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #0071DC;
  color: #0071DC;
  font-size: 14px;
  padding: 14px 14px;
}
@media screen and (max-width: 767px) {
  #popular-courses-section .course-footer .btn-fill {
    font-size: 12px;
    padding: 12px;
  }
}
#popular-courses-section .course-footer .btn-fill:hover {
  background: #0071DC;
  border-color: #fff;
  color: #fff;
}
#popular-courses-section .inline-list {
  padding: 0;
  margin: 0;
}
#popular-courses-section .inline-list li {
  margin-left: 30px;
  font-size: 14px;
}
@media screen and (max-width: 1399px) {
  #popular-courses-section .inline-list li {
    margin-left: 18px;
  }
}
@media screen and (max-width: 1199px) {
  #popular-courses-section .inline-list li {
    margin-left: 10px;
    font-size: 11px;
  }
}
#popular-courses-section .inline-list li i {
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  #popular-courses-section .inline-list li i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 6px;
  }
}
#popular-courses-section .course-box {
  margin-top: 40px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  /* start hover-content */
  /* end hover-content */
}
#popular-courses-section .course-box .img-box {
  margin-top: -60px;
  margin-bottom: 25px;
}
#popular-courses-section .course-box .content-box .sub-title {
  color: #0071DC;
  font-size: 14px;
  font-weight: 400;
  margin: 16px 0 18px;
  height: 15px;
  overflow: hidden;
  display: inline-block;
}
#popular-courses-section .course-box .hover-content {
  height: calc(100% + 40px);
  position: absolute;
  z-index: 2;
  top: -40px;
  right: 0;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.6s ease-in-out;
  width: 100%;
}
#popular-courses-section .course-box .hover-content .inner {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  padding: 80px 30px 40px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
  background: #0071DC;
}
@media screen and (max-width: 1199px) {
  #popular-courses-section .course-box .hover-content .inner {
    padding-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  #popular-courses-section .course-box .hover-content .inner {
    padding: 40px 20px 30px;
  }
}
#popular-courses-section .course-box .hover-content .inner .course-wish-list {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #f4245f;
  border: 1px solid #f4245f;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 25px;
  top: 30px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  #popular-courses-section .course-box .hover-content .inner .course-wish-list {
    left: 18px;
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  #popular-courses-section .course-box .hover-content .inner .course-wish-list {
    left: 9px;
    top: 7px;
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}
#popular-courses-section .course-box .hover-content .inner .category-name {
  color: #ffffff;
  font-weight: 500;
}
#popular-courses-section .course-box .hover-content .inner .category-name::after {
  background-color: #ffffff;
}
#popular-courses-section .course-box .hover-content .inner .title {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.8;
}
#popular-courses-section .course-box .hover-content .inner .title a {
  color: #ffffff;
}
#popular-courses-section .course-box .hover-content .inner .title a:hover {
  color: #a0a0a0;
}
#popular-courses-section .course-box .hover-content .inner .course-admin {
  margin-bottom: 10px;
  margin-top: 10px;
}
#popular-courses-section .course-box .hover-content .inner .course-admin .admin {
  color: #ffffff;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #popular-courses-section .course-box .hover-content .inner .course-admin .admin {
    font-size: 12px;
  }
}
#popular-courses-section .course-box .hover-content .inner .course-admin .admin img {
  border-radius: 50%;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
}
#popular-courses-section .course-box .hover-content .inner .course-admin .admin span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
#popular-courses-section .course-box .hover-content .inner .description {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 17px;
  overflow: hidden;
  line-height: 1.65;
  height: 64.5px;
}
@media screen and (max-width: 767px) {
  #popular-courses-section .course-box .hover-content .inner .description {
    height: 80px;
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  #popular-courses-section .course-box .hover-content .inner .description {
    display: none;
  }
}
#popular-courses-section .course-box .hover-content .inner .course-feature {
  margin-bottom: 20px;
}
#popular-courses-section .course-box .hover-content .inner .inline-list {
  color: #f5c415;
}
@media screen and (max-width: 767px) {
  #popular-courses-section .course-box .hover-content .inner .inline-list li {
    margin-top: 10px;
  }
}
#popular-courses-section .course-box .hover-content .inner .course-footer .price {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #popular-courses-section .course-box .hover-content .inner .course-footer .price {
    font-size: 13px;
  }
}
#popular-courses-section .course-box .hover-content:after {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  content: "";
  background-color: #0071DC;
  position: absolute;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
#popular-courses-section .course-box:hover .hover-content::after {
  top: 0;
  transition-delay: 0s;
}
#popular-courses-section .course-box:hover .hover-content .inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s;
}
#popular-courses-section .additional-info {
  height: 457px !important;
  padding: 38px;
  margin-top: 0;
  height: calc(100% - 30px);
  background-color: #ffffff;
  border: 2px dashed #c1c1c1;
}
@media screen and (max-width: 1399px) {
  #popular-courses-section .additional-info {
    height: 423px !important;
  }
}
@media screen and (max-width: 1199px) {
  #popular-courses-section .additional-info {
    height: 389px !important;
  }
}
@media screen and (max-width: 991px) {
  #popular-courses-section .additional-info {
    height: 410px !important;
  }
}
@media screen and (max-width: 767px) {
  #popular-courses-section .additional-info {
    height: 357px !important;
  }
}
#popular-courses-section .additional-info .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  height: auto;
  max-height: 123px;
}
#popular-courses-section .additional-info .btn-fill {
  background: #0071DC;
  border-radius: 5px;
  border: 1px solid #0071DC;
  color: #fff;
  font-size: 14px;
  padding: 8px 14px;
}
#popular-courses-section .additional-info .btn-fill:hover {
  background: #fff;
  border-color: #0071DC;
  color: #0071DC;
}
#popular-courses-section .gallery-filters {
  border-bottom: 1px solid #edf6ff;
  margin-bottom: 50px;
}
#popular-courses-section .gallery-filters button {
  background: transparent;
  border: 0;
  font-size: 16px;
  padding-bottom: 8px;
}
@media screen and (max-width: 575px) {
  #popular-courses-section .gallery-filters button {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
#popular-courses-section .gallery-filters button h6 {
  color: #585858;
  transition: 0.3s all;
}
#popular-courses-section .gallery-filters button.active {
  border-bottom: 2px solid #0071DC;
}
#popular-courses-section .gallery-filters button.active h6 {
  color: #0071DC;
}
#popular-courses-section .gallery-filters button:hover h6 {
  color: #0071DC;
}
#popular-courses-section .shape-dots {
  position: absolute;
  top: 20px;
  left: -20px;
}
#popular-courses-section .shape li {
  position: absolute;
  z-index: -1;
}
#popular-courses-section .shape li:nth-child(1) {
  bottom: -3px;
  right: -20px;
}
@media screen and (max-width: 1399px) {
  #popular-courses-section .shape li:nth-child(1) {
    right: 90px;
  }
}
@media screen and (max-width: 1199px) {
  #popular-courses-section .shape li:nth-child(1) {
    right: -35px;
  }
}
#popular-courses-section .shape li:nth-child(2) {
  bottom: 3px;
  right: 20px;
}
@media screen and (max-width: 1399px) {
  #popular-courses-section .shape li:nth-child(2) {
    right: 110px;
  }
}
@media screen and (max-width: 1199px) {
  #popular-courses-section .shape li:nth-child(2) {
    right: 2px;
    bottom: -10px;
  }
}

/* end popular-courses-section */
/* start price_section */
.price_section {
  padding: 113px 0;
  overflow: hidden;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 575px) {
  .price_section {
    padding-top: 80px;
  }
}
.price_section .title-section {
  max-width: 380px;
  width: 100%;
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.65;
  position: relative;
}
@media screen and (max-width: 991px) {
  .price_section .title-section {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .price_section .title-section {
    margin-bottom: 90px;
    max-width: none;
  }
}

.price_section .price-box {
  background: #ffffff;
  padding: 60px 45px;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
    .price_section .price-box {
        padding: 50px 24px;
    }
}
.price_section .price-box .price_icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 10px 74px 21px #ffde85;
  border-radius: 10px;
  font-size: 34px;
}
.price_section .price-box .price_icon i {
  line-height: 80px;
}
.price_section .price-box .tx_offer {
  font-size: 20px;
  color: #0071DC;
  margin-bottom: 26px;
  text-transform: uppercase;
  font-family: "iransansnum";
  line-height: 30px;
}
.price_section .price-box .tx_offer span {
  font-size: 20px;
  font-weight: 600;
}
.price_section .price-box .tx_offer i {
  font-size: 20px;
  font-weight: 600;
}
.price_section .price-box .price {
  margin-bottom: 30px;
}
.price_section .price-box .price_new {
  font-family: "iransansnum";
  font-size: 54px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: -2.25px;
  display: block;
  color: #333;
}
.price_section .price-box .price_before {
  font-family: "iransansnum";
  font-size: 32px;
  text-decoration: line-through;
}
.price_section .price-box .icon-box {
  font-size: 40px;
  line-height: 1;
  color: #0071DC;
  margin-bottom: 20px;
  text-align: left;
}
.price_section .price-box .description {
  margin-bottom: 40px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}
.price_section .price-box .customer-info .img-box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 20px;
}
.price_section .price-box .customer-info .content-box .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.price_section .price-box .customer-info .content-box p {
  font-size: 14px;
  font-weight: 500;
}
.price_section form {
  margin: 52px 0;
  position: relative;
}
.price_section form input {
  background: #f7f7f7;
  padding: 14px;
  width: 100%;
  border-color: transparent;
  font-size: 13px;
  border-radius: 5px;
}
.price_section form input:focus {
  border: 1px solid #0071DC;
  outline: 0;
}
.price_section form .offer_code {
  width: calc(100% - 188px);
  border-color: #ffc221;
  background: #fef7e5;
}
@media screen and (max-width: 767px) {
  .price_section form .offer_code {
    width: 100%;
  }
}
.price_section form button {
  width: 168px;
  padding: 8px 12px;
  font-size: 13px;
  border-color: #ffc221;
  background-color: #ffc221;
}
.price_section form button i {
  font-size: 24px;
  font-weight: 400;
  margin-left: 2px;
}
.price_section form button:hover {
  color: #ffc221;
}

/* end price_section */
/* start instructors-section */
#instructors-section {
  padding-top: 109px;
  padding-bottom: 0;
}
#instructors-section .team-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}
#instructors-section .team-box .img-box img {
  filter: grayscale(100%);
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  width: 100%;
}
#instructors-section .team-box .content-box {
  overflow: hidden;
  padding: 35px 40px;
  min-width: 320px;
  text-align: right;
  bottom: 20px;
  right: 20px;
  border-radius: 0 0 45px 0;
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #instructors-section .team-box .content-box {
    padding: 20px 10px;
    text-align: center;
    bottom: 10px;
    right: 0;
    left: 0;
    border-radius: 0 0 15px 15px;
    margin: 0 15px;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
#instructors-section .team-box .content-box .title {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.5;
}
#instructors-section .team-box .content-box .title a {
  color: #161616;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
#instructors-section .team-box .content-box .sub-title {
  font-size: 12px;
  margin-bottom: 16px;
  color: #585858;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
#instructors-section .team-box .content-box .social li {
  margin-left: 17px;
}
#instructors-section .team-box .content-box .social li a {
  color: #aeaeae;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  font-size: 17px;
}
#instructors-section .team-box .content-box::before {
  content: "";
  height: 700px;
  width: 700px;
  background-color: #0071DC;
  border-radius: 50%;
  position: absolute;
  top: 70%;
  left: 75%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}
#instructors-section .team-box:hover .content-box::before {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 0;
}
#instructors-section .team-box:hover .content-box .title a {
  color: #fff;
}
#instructors-section .team-box:hover .content-box .title:hover a {
  color: #ccc;
}
#instructors-section .team-box:hover .content-box .sub-title {
  color: #fff;
}
#instructors-section .team-box:hover .content-box .social li a {
  color: #fff;
}
#instructors-section .team-box:hover .content-box .social li:hover a {
  color: #ccc;
}
#instructors-section .team-box:hover .img-box img {
  filter: grayscale(0);
}
#instructors-section .box-small .content-box {
  overflow: hidden;
  padding: 20px 10px;
  text-align: center;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 10px;
  border-radius: 0 0 15px 15px;
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  margin: 0 15px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* end instructors-section */
.price_section .top-tx {
  font-family: "iransansnum";
  line-height: 24px;
}

#pricing_area {
  padding: 100px 0 30px;
}
#pricing_area .plan_row {
  gap: 56px;
  margin-top: 50px;
}
#pricing_area .price-table {
  width: 400px;
  transition: all 0.7s ease;
}
#pricing_area .price-table::before {
  content: "";
  width: 107%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: -15px;
  right: -15px;
  z-index: 1;
}
#pricing_area .price-table.green-box::before {
  background-image: url(../assets/img/download.svg);
}
#pricing_area .price-table.green-box .price {
  background-image: linear-gradient(0deg, #fcad25 0%, #ffe046 100%);
  color: #00276a;
}
#pricing_area .price-table.yellow-box::before {
  background-image: url(../assets/img/download1.svg);
}
#pricing_area .price-table.yellow-box .price {
  background-image: linear-gradient(0deg, #00276a 0%, #2c63c2 100%);
  color: #fff;
}
#pricing_area .price-table .price-box {
  position: relative;
  padding: 60px 15px 30px 15px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.08);
  animation-name: AuxFadeInLeft1;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#pricing_area .price-table .price-box .heading {
  position: relative;
  z-index: 2;
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  #pricing_area .price-table .price-box .heading {
    margin-top: 24px;
  }
}
#pricing_area .price-table .price-box .heading span {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  #pricing_area .price-table .price-box .heading span {
    font-size: 20px;
  }
}
#pricing_area .price-table .price-box .heading h6 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.25s ease-out;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  #pricing_area .price-table .price-box .heading h6 {
    font-size: 16px;
  }
}
#pricing_area .price-table .price-box .top-tx {
  font-family: "iransansnum";
}
#pricing_area .price-table .price-box .price {
  padding: 24px 24px;
  border-radius: 12px;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.13);
  z-index: 9;
  position: absolute;
  top: -43px;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #pricing_area .price-table .price-box .price {
    padding: 22px;
  }
}
#pricing_area .price-table .price-box .price .price_new {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #pricing_area .price-table .price-box .price .price_new {
    font-size: 27px;
  }
}
#pricing_area .price-table .price-box .price .unit {
  font-size: 14px;
}
#pricing_area .price-table .price-box .price .price-in {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 400;
}
#pricing_area .price-table .price-box .img-pro {
  position: relative;
  z-index: 2;
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  #pricing_area .price-table .price-box .img-pro {
    margin-top: 65px;
  }
}
#pricing_area .price-table .price-box .img-pro img {
  height: 100px;
}
@media screen and (max-width: 767px) {
  #pricing_area .price-table .price-box .img-pro img {
    height: 85px;
  }
}
#pricing_area .price-table .price-box .dec {
  position: relative;
  z-index: 2;
  margin-top: 22px;
}
#pricing_area .price-table .price-box .dec ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #pricing_area .price-table .price-box .dec ul li {
    font-size: 15px;
  }
}
#pricing_area .price-table .price-box .order {
  margin-top: 16px;
  font-size: 14px;
  padding: 18px 37px 18px 37px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #pricing_area .price-table .price-box .order {
    padding: 14px 32px 14px 28px;
  }
}

/* start brand-section */
#brand-section {
  padding: 109px 0;
}
#brand-section .brand-section-in {
  max-width: 890px;
  width: 100%;
  margin: 20px auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/img/element12.png);
  padding: 40px 0;
}
#brand-section .brand-section-in .brand-box {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
#brand-section .brand-section-in .brand-box img {
  width: 100%;
}
#brand-section .brand-section-in .brand-box .brand-name {
  display: inline-block;
  position: absolute;
  opacity: 0;
  right: 0;
  top: -31%;
  visibility: hidden;
  border-radius: 5px;
  font-size: 12px;
  transform: translateY(-50%);
  background-color: #000000;
  color: #ffffff;
  padding: 8px 18px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
  width: 100%;
}
#brand-section .brand-section-in .brand-box:hover .brand-name {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#brand-section .brand-section-in .slider-brand .item {
  padding: 20px;
}
#brand-section .brand-section-in .slider-brand .owl-nav {
  display: none;
}
#brand-section .brand-section-in .slider-brand .owl-dots .owl-dot {
  margin-top: 30px;
}
#brand-section .brand-section-in .slider-brand .owl-dots .owl-dot span {
  width: 16px;
  height: 6px;
}
#brand-section .brand-section-in .slider-brand .owl-dots .owl-dot.active span {
  width: 22px;
  background-color: #0071DC;
}
#brand-section .brand-section-in .slider-brand .owl-dots .owl-dot:hover span {
  background-color: #0071DC;
}

/* end brand-section */
/* start call-us-section */
#call-us-section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #edf6ff;
}
#call-us-section .btn-page {
  font-size: 18px;
}
#call-us-section .shape li {
  position: absolute;
  z-index: -1;
}
#call-us-section .shape li:nth-child(3) {
  left: 170px;
  bottom: -50%;
}
@media screen and (max-width: 1199px) {
  #call-us-section .shape li:nth-child(3) {
    left: -80px;
  }
}
#call-us-section .shape li:nth-child(3) img {
  width: 400px;
  height: 400px;
}
#call-us-section .shape li:nth-child(1) {
  bottom: -3px;
  right: 280px;
}
@media screen and (max-width: 1399px) {
  #call-us-section .shape li:nth-child(1) {
    right: 90px;
  }
}
@media screen and (max-width: 1199px) {
  #call-us-section .shape li:nth-child(1) {
    right: -35px;
  }
}
#call-us-section .shape li:nth-child(2) {
  bottom: 3px;
  right: 340px;
}
@media screen and (max-width: 1399px) {
  #call-us-section .shape li:nth-child(2) {
    right: 110px;
  }
}
@media screen and (max-width: 1199px) {
  #call-us-section .shape li:nth-child(2) {
    right: 2px;
    bottom: -10px;
  }
}
#call-us-section .call-box .content-box {
  padding-left: 30px;
  margin-bottom: 15px;
  max-width: 500px;
}
#call-us-section .call-box .content-box .sub-title {
  color: #0071DC;
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.5;
}
#call-us-section .call-box .content-box .title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  #call-us-section .call-box .content-box .title {
    font-size: 18px;
  }
}
#call-us-section .call-box .btn-page:hover {
  background-color: transparent;
}

/* end call-us-section */
/* start blog-section */
#blog-section {
  margin-top: 80px;
  padding-bottom: 50px;
}
#blog-section .blog-item {
  margin-bottom: 24px;
  position: relative;
}
#blog-section .blog-item.small-item {
  width: 100%;
  height: 260px;
}
#blog-section .blog-item.small-item .category-name {
  border-radius: 5px 5px 0 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  background-color: #0071DC;
  padding: 13px 14px;
}
#blog-section .blog-item.small-item .category-name:hover {
  background-color: #ffc221;
  color: #333;
}
#blog-section .blog-item.small-item .content-box {
  border-radius: 5px 0 5px 5px;
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 10px;
  padding: 25px 20px;
  bottom: 0px;
  background-color: #ffffff;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.08);
  margin-top: -100px;
}
@media screen and (max-width: 1199px) {
  #blog-section .blog-item.small-item .content-box {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 1199px) {
  #blog-section .blog-item.small-item .content-box .title {
    height: 63px;
  }
}
#blog-section .blog-item.big-item {
  height: 544px;
}
#blog-section .blog-item.big-item .content-box {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 10px;
  padding: 25px 25px;
  bottom: 30px;
}
#blog-section .blog-item.big-item .content-box .category-name {
  margin-bottom: 12px;
  font-size: 15px;
}
#blog-section .blog-item.big-item .content-box .category-name:hover {
  color: #0071DC;
}
#blog-section .blog-item.big-item .content-box .title {
  font-size: 17px;
  height: 26px;
  overflow: hidden;
}
#blog-section .blog-item.big-item .content-box .title a {
  color: white !important;
}
#blog-section .blog-item.big-item .content-box .title a:hover {
  color: #0071DC !important;
}
#blog-section .blog-item.big-item .content-box .details li {
  color: #fff;
}
#blog-section .blog-item.big-item .content-box .details a {
  color: #fff;
}
#blog-section .blog-item a {
  display: inline-block;
}
#blog-section .blog-item .img-box {
  border-radius: 20px;
  overflow: hidden;
}
#blog-section .blog-item .img-box a {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
#blog-section .blog-item .content-box .category-name {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
#blog-section .blog-item .content-box .title {
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
  font-size: 14px;
}
#blog-section .blog-item .content-box .title:hover a {
  color: #0071DC;
}
#blog-section .blog-item .content-box .details li {
  font-size: 14px;
  color: #585858;
  margin-bottom: 5px;
}
@media screen and (max-width: 1399px) {
  #blog-section .blog-item .content-box .details li {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  #blog-section .blog-item .content-box .details li {
    font-size: 12px;
  }
}
#blog-section .blog-item .content-box .details li i {
  margin-left: 7px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#blog-section .blog-item .content-box .details li:hover .fa-calendar-alt {
  color: #0071DC;
}
#blog-section .blog-item .content-box .details li:hover a {
  color: #0071DC;
}
#blog-section .blog-item:hover .img-box a {
  transform: scale(1.1);
}

/* end blog-section */
/* start two-column-section */
#two-column-section {
  overflow: hidden;
  padding: 55px 0;
  position: relative;
  z-index: 1;
}
#two-column-section .right-section {
  content: "";
  position: absolute;
  background-color: #fafdff;
  z-index: -1;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #two-column-section .right-section {
    width: 100%;
  }
}
#two-column-section .left-section {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #f6f3ed;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #two-column-section .left-section {
    width: 100%;
  }
}
#two-column-section .shape li {
  position: absolute;
  z-index: 0;
}
#two-column-section .shape li:nth-child(1) {
  top: -30px;
  right: 100px;
}
@media screen and (max-width: 767px) {
  #two-column-section .shape li:nth-child(1) {
    right: -52px;
  }
}
#two-column-section .shape li:nth-child(2) {
  top: 14px;
  right: 120px;
}
@media screen and (max-width: 767px) {
  #two-column-section .shape li:nth-child(2) {
    top: -14px;
    right: -17px;
  }
}
#two-column-section .shape li:nth-child(3) {
  top: -60px;
  left: 0;
}
#two-column-section .shape li:nth-child(4) {
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
  text-align: center;
}
#two-column-section .item-box {
  z-index: 1;
  position: relative;
}
#two-column-section .item-box .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#two-column-section .item-box .description {
  max-width: 480px;
  width: 100%;
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  #two-column-section .item-box .description {
    height: 63px;
  }
}
@media screen and (max-width: 991px) {
  #two-column-section .item-box .description {
    height: 86px;
  }
}
@media screen and (max-width: 767px) {
  #two-column-section .item-box .description {
    height: 63px;
  }
}
#two-column-section .item-box .btn-two {
  background-color: #ffc221;
  color: #161616;
  border: 1px solid #ffc221;
}
#two-column-section .item-box .btn-two:hover {
  background-color: #fff;
}

/* end two-column-section */
/* start faq-section */
#faq-section {
  position: relative;
  overflow: hidden;
  padding-top: 125px;
  padding-bottom: 70px;
}
#faq-section .question {
  margin-bottom: 5px;
  transition: all 1.5s;
}
#faq-section .question .question-text {
  width: 100%;
  text-align: right;
  background: #fff;
  padding: 14px 18px;
  font-size: 14px;
  border-radius: 25px;
  line-height: 26px;
  box-shadow: 5px 9px 22px 0px rgba(106, 114, 154, 0.2);
  border: 1px solid #f2f7ff;
  margin-bottom: 10px;
}
#faq-section .question .question-text:focus {
  box-shadow: unset;
}
#faq-section .question .question-text p {
  padding-top: 5px;
}
#faq-section .question .question-text .icon {
  display: block;
}
#faq-section .question .question-text .icon i {
  line-height: 40px;
  background-color: #f2f7ff;
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #606377;
  border-radius: 50%;
  text-align: center;
  padding: 0 14px;
}
#faq-section .question .card {
  border: 1px solid rgba(0, 0, 0, 0.02);
  background-color: #fafafb;
  border-radius: 25px;
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 10px;
  transition: background-color ease-in 0.2s;
}
#faq-section .question .card.card-body {
  padding: 1.5rem 1.5rem;
}
#faq-section .question .card:hover {
  background-color: #f8f8f8;
}

/* end faq-section *//*# sourceMappingURL=home-page-style.css.map */