a:hover, a:focus, a {
  text-decoration: none;
}

body {
  font-family: iranyekan;
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 28px;
  overflow-x: hidden;
  direction: rtl;
  background-color: #F8FCF4;
}

* {
  font-family: iranyekan;
}

.w-100 {
  width: 100% !important;
}

.clearfix {
  clear: both;
}

.fancy-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: -0.045em;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
  min-height: 50px !important;

}
@media (max-width: 767px) {
  .fancy-title {
    font-size: 26px;
    line-height: 40px;
  }
}
.fancy-title:after {
  content: "";
  width: 153px;
  height: 17px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/divider.svg');
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fancy-title.r-divider {
  text-align: right;
}
.fancy-title.r-divider:after {
  left: auto;
}
.fancy-title.r-divider span {
  display: block;
  font-weight: 500;
  font-size: 25px;
}
@media (max-width: 767px) {
  .fancy-title.r-divider span {
    font-size: 20px;
  }
}

section {
  padding: 50px 0;
  overflow-x: hidden;
  position: relative;
}

.successfull-applicants-section {
  /* background: #ECF4E4; */
}

.btn1 {
  border: 1px solid #1E2542;
  border-radius: 12px;
  padding: 8px 15px;
  color: #1E2541;
  display: block;
  text-align: center;
  margin-left: 10px;
  transition: all 0.3s;
}

.btn1:hover {
  color: #fff;
  border-color: #7ECC40;
  background-color: #7ECC40;
}

.btn2 {
  border: 1px solid #1A213E;
  border-radius: 12px;
  padding: 8px 15px;
  color: #1A213E;
  display: block;
  text-align: center;
  margin-left: 10px;
  transition: all 0.3s;
}

.btn2:hover {
  color: #fff;
  background-color: #1A213E;
}

.btn3 {
  border-radius: 12px;
  padding: 8px 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  transition: all 0.3s;
  background-color: #7ECC40;
}

.btn3:hover {
  color: #fff;
  background-color: #1A213E;
}

.btn4 {
  border-radius: 12px;
  padding: 8px 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  transition: all 0.3s;
  background-color: #1A213E;
}

.btn4:hover {
  color: #fff;
  background-color: #7ECC40;
}

img {
  max-width: 100%;
  height: auto;
}

.no-padd {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.owl-nav button {
  background-color: #fff !important;
}

.fancy-title-2 {
  position: relative;
  color: #1A213E;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.045em;
}
.fancy-title-2:before {
  content: "";
  width: 159px;
  height: 7px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/footer-divider.svg');
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

iframe {
  border: 0;
  border-radius: 10px;
}

.special-slider .owl-stage, .related-slider .owl-stage, .certificates-slider .owl-stage {
  padding-right: 0 !important;
}

.pagination-box {
  position: relative;
  width: 100%;
  padding-left: 15px;
}
.pagination-box .pagination {
  display: flex;
  justify-content: end;
  float: left;
  background: #F8FCF4;
  z-index: 2;
  position: relative;
  padding-right: 20px;
}
.pagination-box .pagination > * {
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  margin: 0 10px 0 0;
  color: #000;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.pagination-box .pagination > *:hover {
  background: #00948F;
  color: #fff;
}
.pagination-box .pagination > *:hover i {
  filter: brightness(200);
}
.pagination-box .pagination .next i {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/arrow.svg');
  width: 35px;
  height: 35px;
  background-size: 8px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  transform: rotate(180deg);
}
.pagination-box .pagination .prev i {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/arrow.svg');
  width: 35px;
  height: 35px;
  background-size: 8px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.pagination-box .pagination .current {
  background: #00948F;
  color: #fff;
}
.pagination-box:before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
}

.sidebar .sidebar-item {
  margin-bottom: 50px;
}
.sidebar .sidebar-item .sidebar-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 41px;
  text-align: right;
  letter-spacing: -0.045em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
}
.sidebar .sidebar-item .sidebar-title:before {
  content: "";
  width: 159px;
  height: 7px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/footer-divider.svg');
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sidebar .sidebar-item .content {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  padding: 20px;
}
.sidebar .sidebar-item .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-item .content ul li {
  margin-bottom: 30px;
}
.sidebar .sidebar-item .content ul li a {
  position: relative;
  color: #000;
}
.sidebar .sidebar-item .content ul li a .image {
  width: 87px;
  height: 87px;
  margin-left: 15px;
  flex: 0 0 87px;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar .sidebar-item .content ul li a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar .sidebar-item .content ul li a .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sidebar .sidebar-item .content ul li a .title h5 {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
}
.sidebar .sidebar-item .content ul li a .title date {
  color: #000;
  font-size: 13px;
}

.no-shadow {
  box-shadow: unset !important;
}

.validation-page .sidebar .sidebar-item .content {
  padding: 30px;
}
.validation-page .sidebar .sidebar-item .content p {
  text-align: justify;
  line-height: 33px;
}
.validation-page .sidebar .sidebar-item .content img {
  margin: 0 auto 40px;
}
.validation-page .sidebar .sidebar-item .content .contact-form-box {
  padding: 0;
}
.validation-page .sidebar .sidebar-item .content .contact-form-box .email {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .col {
    flex-basis: unset;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mobile-header {
    display: none;
  }
}
p {
  text-align: justify;
}

@font-face {
font-display:swap;
  font-family: iranyekan;
  src: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/fonts/woff/iranyekanwebregularfanum.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
font-display:swap;
  font-family: iranyekan;
  src: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/fonts/woff/iranyekanwebboldfanum.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
font-display:swap;
  font-family: iranyekan;
  src: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/fonts/woff/iranyekanwebextraboldfanum.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.header-box {
  padding: 15px 0;
  box-shadow: 0 4px 4px rgba(193, 193, 193, 0.2117647059);
  background-color: #fff;
}
@media (max-width: 767px) {
  .header-box {
    display: none;
  }
}
.header-box .top-box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.header-box .top-box .search-form {
  background: #F8FCF4;
  width: 300px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.header-box .top-box .search-form input {
  width: 100%;
  line-height: 48px;
  background-color: transparent;
  border: 0;
  padding: 0 15px 0 50px;
}
.header-box .top-box .search-form button {
  width: 40px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: transparent;
  border: 0;
}
.header-box .top-box .phone .icon {
  width: 45px;
  height: 45px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/phone.svg');
  border: 2px solid #7ECC40;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.header-box .top-box .phone span {
  color: #636363;
  margin-bottom: 4px;
}
.header-box .top-box .phone strong {
  color: #7ECC40;
}
.header-box .menu-box .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.header-box .menu-box .menu li {
  position: relative;
}
.header-box .menu-box .menu li a {
  color: #1A1A1A;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}
.header-box .menu-box .menu li > .sub-menu {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  list-style: none;
  padding: 15px 30px;
  min-width: 230px;
  top: 42px;
  right: -17px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.3s;
}
.header-box .menu-box .menu li > .sub-menu li {
  line-height: 41px;
}
.header-box .menu-box .menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.header-box .menu-box .menu li.menu-item-has-children {
  padding-left: 15px;
}
.header-box .menu-box .menu li.menu-item-has-children:after {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border: 2px solid #1A1A1A;
  position: absolute;
  left: 0;
  top: 8px;
  margin: auto;
  border-left: 0;
  border-top: 0;
  transition: all 0.3s ease-in-out;
}
.header-box .menu-box .menu li:hover > a {
  color: #7ECC40;
}
.header-box .menu-box .menu li:hover:after {
  border-color: #7ECC40;
}

.breadcrumb-box {
  padding: 25px 0;
  color: #7ECC40;
  font-size: 14px;
}
.breadcrumb-box .arrow-breadcrumb {
  display: inline-block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-bottom: 2px solid #7ECC40;
  border-left: 2px solid #7ECC40;
  margin: 0 10px;
}
.breadcrumb-box a {
  color: #7ECC40;
  transition: all 0.3s;
}
.breadcrumb-box a:hover {
  color: #000000;
}

.slider-section {
  padding: 40px 0;
  position: relative;
}
.slider-section .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slider-section .owl-nav button {
  width: 35px;
  height: 35px;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.2509803922);
  margin: 0 10px;
  border-radius: 50%;
}
.slider-section .owl-nav button i {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/arrow.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.slider-section .owl-nav button.owl-next i {
  transform: rotate(180deg);
}
.slider-section .owl-nav button.disabled {
  opacity: 0.5;
}
.slider-section .services {
  padding: 40px 0;
}
.slider-section .services .service-item {
  margin-bottom: 30px;
}
.slider-section .services .service-item .service-content {
  display: flex;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  align-items: center;
}
.slider-section .services .service-item .service-content .image {
  margin-left: 20px;
}
.slider-section .services .service-item .service-content .content h3 {
  text-align: justify;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.slider-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(126, 204, 64, 0.29) 0.2%, rgba(217, 217, 217, 0) 100%);
  position: absolute;
  left: -50%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.countries-section .country-item {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .countries-section .country-item {
    flex: 0 0 50%;
  }
}
.countries-section .country-item a {
  position: relative;
  display: block;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.countries-section .country-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 1s ease-in-out;
}
.countries-section .country-item a h3 {
  position: absolute;
  bottom: 15px;
  z-index: 9;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2196078431);
}
.countries-section .country-item a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #80CC47 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.countries-section .country-item a:hover img {
  transform: scale(1.1, 1.1);
}
.countries-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(126, 204, 64, 0.29) 0.2%, rgba(217, 217, 217, 0) 100%);
  position: absolute;
  right: -50%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.cat-item {
  margin-bottom: 30px;
}
.cat-item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cat-item a {
    width: 100%;
  }
}
.cat-item a h3 {
  margin: 0;
  text-align: center;
  padding: 10px 0 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.cat-item a .image {
  position: relative;
  height: 190px;
  overflow: hidden;
  border-radius: 13px;
}
.cat-item a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cat-item a .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(128, 204, 70, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 15px;
}

.category-page .heading-box {
  margin-bottom: 70px;
}
.category-page .heading-box h1 {
  font-weight: 800;
  font-size: 28px;
  position: relative;
  padding-bottom: 20px;
}
.category-page .heading-box h1:before {
  content: "";
  width: 159px;
  height: 7px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/footer-divider.svg');
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}
.category-page .heading-box .cover {
  width: 100%;
  height: 250px;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
}

.cover-sina {
  width: 350px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
}
.category-page .heading-box .cover img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 7px;
}
.category-page .post-list .post-item a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px;
  color: #000;
}
.category-page .post-list .post-item a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.category-page .post-list .post-item a .title {
  font-weight: 800;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.category-page .post-list .post-item a .excerpt {
  font-size: 14px;
  text-align: justify;
  min-height: 115px;
}
.category-page .post-list .post-item a .meta {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-page .post-list .post-item a .meta .date {
  color: #535353;
  font-size: 13px;
  position: relative;
  padding-right: 20px;
}
.category-page .post-list .post-item a .meta .date:before {
  content: "";
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/date.svg');
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.category-page .post-list .post-item a .meta .read-more {
  margin-right: auto;
  padding: 8px 12px 8px 30px;
  background: #4A8A2F;
  border-radius: 2px 8px 8px 0px;
  margin-left: -15px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.category-page .post-list .post-item a .meta .read-more:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.category-page .cat-description {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  padding: 20px;
  margin-top: 50px;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
}
.category-page .cat-description .cat-name {
  font-weight: 800;
  font-size: 20px;
  line-height: 35px;
  display: block;
  margin-bottom: 10px;
}

.about-section {
  padding-top: 50px;
}
.about-section .about-slider .owl-stage-outer {
  padding: 80px 0px 100px;
}
.about-section .about-slider .owl-stage-outer .owl-item {
  transition: all 0.5s ease-in-out;
}
.about-section .about-slider .owl-stage-outer .owl-item .item {
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 7px;
  overflow: hidden;
}
.about-section .about-slider .owl-stage-outer .owl-item .item img {
  /* min-height: 300px; */
}
.about-section .about-slider .owl-stage-outer .owl-item.active.center {
  z-index: 3;
  transform: scale(1.5);
}
.about-section .about-slider .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.about-section .about-slider .owl-nav button {
  width: 35px;
  height: 35px;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.2509803922);
  margin: 0 10px;
  border-radius: 50%;
}
.about-section .about-slider .owl-nav button i {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/arrow.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.about-section .about-slider .owl-nav button.owl-next i {
  transform: rotate(180deg);
}
.about-section .about-slider .owl-nav button.disabled {
  opacity: 0.5;
}

.about-page .full-text {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  padding: 30px 50px;
  margin: 30px 0;
  text-align: justify;
}
.about-page .full-text h1, .about-page .full-text h2, .about-page .full-text h3, .about-page .full-text h4, .about-page .full-text h5, .about-page .full-text h6 {
  font-weight: 800;
}
.about-page .check-icon {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.about-page .check-icon li {
  line-height: 38px;
  position: relative;
  padding-right: 45px;
  margin-bottom: 20px;
  font-weight: 800;
}
.about-page .check-icon li:before {
  content: "";
  width: 35px;
  height: 35px;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  border-radius: 50%;
  position: absolute;
  right: 0;
  background-color: #fff;
}
.about-page .check-icon li:after {
  content: "";
  width: 8px;
  height: 17px;
  border: 3px solid #7ECC40;
  border-radius: 1px;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  position: absolute;
  right: 13px;
  top: 9px;
}
.about-page .about-page-slider {
  padding: 50px 0;
  margin-top: 50px;
  background: #ECF4E4;
}
.about-page .about-page-slider .certificates-slider .item {
  background-color: #fff;
  padding: 20px 40px 10px;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  text-align: center;
}
.about-page .about-page-slider .certificates-slider .item img {
  width: 300px;
  height: 300px;
  margin: 0 auto 15px;
}
.about-page .about-page-slider .certificates-slider .item strong {
  font-weight: 800;
}
.about-page .about-page-slider .certificates-slider .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.about-page .about-page-slider .certificates-slider .owl-nav button {
  width: 35px;
  height: 35px;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.2509803922);
  margin: 0 10px;
  border-radius: 50%;
}
.about-page .about-page-slider .certificates-slider .owl-nav button i {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/arrow.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.about-page .about-page-slider .certificates-slider .owl-nav button.owl-next i {
  transform: rotate(180deg);
}
.about-page .about-page-slider .certificates-slider .owl-nav button.disabled {
  opacity: 0.5;
}

.downloads-slider .owl-stage-outer {
  padding: 30px 5px;
}
.downloads-slider .owl-stage-outer .dl-item {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
}
.downloads-slider .owl-stage-outer .dl-item .icon {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/download.svg');
  background-color: #7ECC40;
  border-radius: 17px;
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.downloads-slider .owl-stage-outer .dl-item .content {
  width: calc(100% - 90px);
}
.downloads-slider .owl-stage-outer .dl-item .content h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
}
.downloads-slider .owl-stage-outer .dl-item .content .size {
  font-size: 13px;
  float: right;
}
.downloads-slider .owl-stage-outer .dl-item .content a {
  background: rgba(255, 5, 54, 0.15);
  border-radius: 5px;
  color: rgb(255, 5, 54);
  font-size: 11px;
  padding: 5px 10px;
  float: left;
}
.downloads-slider .owl-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -30px;
}
.downloads-slider .owl-nav button {
  width: 35px;
  height: 35px;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.2509803922);
  margin: 0 10px;
  border-radius: 50%;
}
.downloads-slider .owl-nav button i {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/arrow.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.downloads-slider .owl-nav button.owl-next {
  margin-left: 0;
}
.downloads-slider .owl-nav button.owl-next i {
  transform: rotate(180deg);
}
.downloads-slider .owl-nav button.disabled {
  opacity: 0.5;
}

.videos-section {
  /* background-color: #ECF4E4; */
}
.videos-section .right-box {
  background-color: #fff;
  border-radius: 15px;
  background: rgb(255, 255, 255);
  padding: 15px;
  height: 100%;
  align-items: center;
  display: flex;
}
.videos-section .right-box .video-box {
  height: 100%;
}
.videos-section .right-box .video-box .image {
  position: relative;
}
.videos-section .right-box .video-box .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 350px;
}
.videos-section .right-box .video-box .image .play-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.299);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}
.videos-section .right-box .video-box .image .play-icon:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid rgba(255, 255, 255, 0.7411764706);
  top: 14px;
  left: 18px;
}
.videos-section .right-box .video-box .content {
  display: flex;
  align-items: center;
}
.videos-section .right-box .video-box .content h3 {
  font-weight: 800;
  text-align: justify;
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
}
.videos-section .right-box .video-box .content .read-more {
  margin-right: auto;
  padding: 8px 12px 8px 30px;
  background: #4A8A2F;
  border-radius: 4px 4px 4px 4px;
  margin-left: -10px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.videos-section .right-box .video-box .content .read-more:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.videos-section .left-box {
  background-color: #fff;
  border-radius: 15px;
  background: rgb(255, 255, 255);
  padding: 15px;
}
.left-box {
  height: 100%;
}
@media (max-width: 767px) {
  .videos-section .left-box {
    margin-top: 30px;
  }
}
.videos-section .left-box .video-box {
  margin-bottom: 20px;
  margin-top: 20px;
}
.videos-section .left-box .video-box a {
  display: flex;
  align-items: center;
}
.videos-section .left-box .video-box a .image {
  width: 87px;
  height: 87px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.videos-section .left-box .video-box a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-section .left-box .video-box a .image .play-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.299);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}
.videos-section .left-box .video-box a .image .play-icon:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0;
  height: 10px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid rgba(255, 255, 255, 0.7411764706);
  top: 14px;
  left: 18px;
}
.videos-section .left-box .video-box a .content {
  width: calc(100% - 97px);
}
.videos-section .left-box .video-box a .content h3 {
  text-align: justify;
  font-size: 16px;
  font-weight: 800;
  color: #000;
  margin: 0;
}
.videos-section .left-box .video-box a .content .date {
  color: #000;
  font-size: 13px;
}
.videos-section .left-box .video-box:last-child {
  margin-bottom: 0;
}

.blog-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(126, 204, 64, 0.29) 0.2%, rgba(217, 217, 217, 0) 100%);
  position: absolute;
  left: -50%;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.single-post .post-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  padding: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-post .post-content {
    padding: 30px;
  }
}
.single-post .post-content h1 {
  font-weight: 800;
  margin: 0 0 30px;
  font-size: 24px;
}
.single-post .post-content .post-image img {
  border-radius: 5px;
}
.single-post .post-content .meta {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .single-post .post-content .meta {
    flex-direction: column;
  }
}
.single-post .post-content .meta .date {
  position: relative;
  font-weight: 800;
  padding-right: 20px;
}
.single-post .post-content .meta .date:before {
  content: "";
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/date.svg');
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.single-post .post-content .meta .modified-date {
  font-size: 12px;
}
.single-post .post-content p {
  font-size: 14px;
  line-height: 33px;
  text-align: justify;
}
.single-post .tag-box {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.single-post .tag-box strong {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-right: 30px;
  font-weight: 800;
  font-size: 17px;
}
.single-post .tag-box strong:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/tag.svg');
  position: absolute;
  right: 0;
  top: 3px;
}
.single-post .tag-box ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.single-post .tag-box ul li {
  margin-left: 10px;
}
.single-post .tag-box ul li a {
  background: #F5F6FA;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 8px 15px;
  color: #000;
  font-size: 14px;
}
.single-post .comment-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  margin-top: 40px;
  padding: 50px;
}
@media (max-width: 767px) {
  .single-post .comment-box {
    padding: 30px;
  }
}
.single-post .comment-box .comments-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 35px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.single-post .comment-box .comment-form {
  overflow: hidden;
}
.single-post .comment-box .comment-form input {
  border: 1px solid #ccc;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 10px;
  width: 100%;
}
.single-post .comment-box .comment-form input#submit {
  background: #7ECC40;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  float: left;
  border: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.single-post .comment-box .comment-form input#submit:hover {
  background: #1A213E;
}
.single-post .comment-box .comment-form textarea {
  border: 1px solid #ccc;
  line-height: 26px;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}
.single-post .comment-list-box {
  border-top: 1px solid #CCCCCC;
  margin-top: 40px;
  padding-top: 30px;
}
.single-post .comment-list-box .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .comment-list-box .comment-list li {
  position: relative;
}
.single-post .comment-list-box .comment-list li .comment-top .avatar {
  width: 70px;
  height: 70px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/avatar.png');
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 17px;
  margin-left: 15px;
}
.single-post .comment-list-box .comment-list li .comment-top .meta .author {
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
}
.single-post .comment-list-box .comment-list li .comment-top .meta .date {
  font-size: 13px;
}
.single-post .comment-list-box .comment-list li .content {
  font-size: 14px;
  line-height: 33px;
}

.related-posts {
  margin: 100px 0 0;
}
@media (max-width: 767px) {
  .related-posts {
    overflow: hidden;
  }
}
.related-posts strong {
  font-weight: 800;
  font-size: 24px;
  line-height: 41px;
  text-align: right;
  letter-spacing: -0.045em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
}
.related-posts strong:before {
  content: "";
  width: 159px;
  height: 7px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/footer-divider.svg');
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}
.related-posts .related-slider .post-item a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px;
  color: #000;
}
.related-posts .related-slider .post-item a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.related-posts .related-slider .post-item a .title {
  font-weight: 800;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.related-posts .related-slider .post-item a .excerpt {
  font-size: 14px;
  text-align: justify;
  min-height: 115px;
}
.related-posts .related-slider .post-item a .meta {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.related-posts .related-slider .post-item a .meta .date {
  color: #535353;
  font-size: 13px;
  position: relative;
  padding-right: 20px;
}
.related-posts .related-slider .post-item a .meta .date:before {
  content: "";
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/date.svg');
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.related-posts .related-slider .post-item a .meta .read-more {
  margin-right: auto;
  padding: 8px 12px 8px 30px;
  background: #7ECC40;
  border-radius: 0px 8px 8px 0px;
  margin-left: -15px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.related-posts .related-slider .post-item a .meta .read-more:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.related-posts .related-slider .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: -60px;
}
.related-posts .related-slider .owl-nav button {
  width: 35px;
  height: 35px;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.2509803922);
  margin: 0 10px;
  border-radius: 50%;
}
.related-posts .related-slider .owl-nav button i {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/arrow.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.related-posts .related-slider .owl-nav button.owl-next i {
  transform: rotate(180deg);
}
.related-posts .related-slider .owl-nav button.disabled {
  opacity: 0.5;
}

.single .sidebar, .page .sidebar {
  padding-top: 30px;
}

.blog-page .videos-section {
  background: transparent;
}
.blog-page .special-posts-section {
  background: #ECF4E4;
}
.blog-page .special-posts-section .fancy-title {
  margin-bottom: 0;
}
.blog-page .special-posts-section .special-slider .owl-stage-outer {
  padding: 30px 0;
}
.blog-page .special-posts-section .special-slider .owl-stage-outer .item a {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  padding: 10px 0;
  position: relative;
  color: #000;
}
@media (max-width: 767px) {
  .blog-page .special-posts-section .special-slider .owl-stage-outer .item a {
    flex-direction: column;
  }
}
.blog-page .special-posts-section .special-slider .owl-stage-outer .item a .content .title {
  min-height: 60px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  font-weight: 800;
}
.blog-page .special-posts-section .special-slider .owl-stage-outer .item a .content .excerpt {
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
  height: 95px;
  overflow: hidden;
}
.blog-page .special-posts-section .special-slider .owl-stage-outer .item a .content .meta {
  font-size: 13px;
  justify-content: space-between;
  margin-top: 15px;
}
.blog-page .special-posts-section .special-slider .owl-stage-outer .item a .content .meta .read-more {
  margin-right: auto;
  padding: 8px 12px 8px 30px;
  background: #7ECC40;
  border-radius: 0px 8px 8px 0px;
  margin-left: -15px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.blog-page .special-posts-section .special-slider .owl-stage-outer .item a .content .meta .read-more:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog-page .special-posts-section .special-slider .owl-stage-outer .item a .image img {
  height: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page .special-posts-section .special-slider .owl-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -50px;
}
.blog-page .special-posts-section .special-slider .owl-nav button {
  width: 35px;
  height: 35px;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.2509803922);
  margin: 0 10px;
  border-radius: 50%;
}
.blog-page .special-posts-section .special-slider .owl-nav button i {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/arrow.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.blog-page .special-posts-section .special-slider .owl-nav button.owl-next i {
  transform: rotate(180deg);
}
.blog-page .special-posts-section .special-slider .owl-nav button.disabled {
  opacity: 0.5;
}

.post-list .post-item a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px;
  color: #000;
}
.post-list .post-item a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.post-list .post-item a .title {
  font-weight: 800;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.post-list .post-item a .excerpt {
  font-size: 14px;
  text-align: justify;
  min-height: 115px;
}
.post-list .post-item a .meta {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-list .post-item a .meta .date {
  color: #535353;
  font-size: 13px;
  position: relative;
  padding-right: 20px;
}
.post-list .post-item a .meta .date:before {
  content: "";
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/date.svg');
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.post-list .post-item a .meta .read-more {
  margin-right: auto;
  padding: 8px 12px 8px 30px;
  background: #4A8A2F;
  border-radius: 0px 8px 8px 0px;
  margin-left: -15px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.post-list .post-item a .meta .read-more:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.share-box {
  margin-top: 50px;
}
.share-box strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 35px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.share-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .share-box ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .share-box ul li {
    flex: 0 0 33%;
    margin-bottom: 10px;
  }
}
.share-box ul li a {

  display: block;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  background-color: transparent !important;
  border: 0 !important;
}
.share-box ul li a.facebook {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/facebook.svg') !important;
}
.share-box ul li a.twitter {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/twitter.svg') !important;
}
.share-box ul li a.telegram {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/telegram.svg') !important;
}
.share-box ul li a.linkedin {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/linkedin.svg') !important;
}
.share-box ul li a.whatsapp {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/whatsapp.svg') !important;
}
.share-box ul li a.instagram {
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/instagram.svg') !important;
}
.share-box ul li a:hover {
  transform: translateY(-10px);
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .share-box ul li a {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .share-box ul li:last-child {
    flex: 0 0 100%;
  }
}
.share-box ul li .copylink , button.copylink {
  position: relative;
  line-height: 56px;
  padding: 0 50px 0 15px;
  background: #F5F6FA;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .share-box ul li .copylink {
    width: 100%;
  }
}
.share-box ul li .copylink:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/link.svg');
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.share-box ul li .copylink:hover {
  background-color: #90D25C;
  border-color: #90D25C;
}

.contact-section {
  padding: 120px 0 40px;
}
@media (max-width: 767px) {
  .contact-section {
    padding: 50px 0;
  }
}
.contact-section .home-contact-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  padding: 20px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .contact-section .home-contact-box .bottom-desc {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contact-section .home-contact-box .bottom-desc .btns {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-section .home-contact-box .bottom-desc .btns a {
    width: 48%;
  }
}
.contact-section .home-contact-box .phones {
  position: relative;
  padding-left: 60px;
  padding-right: 15px;
}
.contact-section .home-contact-box .phones:after {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/phone.svg');
  border: 2px solid #7ECC40;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-section .home-contact-box .phones span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.contact-section .home-contact-box .phones span strong {
  padding-right: 15px;
}
.contact-section .home-contact-box:after {
  content: "";
  width: 599px;
  height: 399px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .contact-section .home-contact-box:after {
    display: none;
  }
}

.contact-form-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
}
.contact-form-box .contact-side {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  text-align: center;
  margin-top: 40px;
  padding: 37px 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .contact-form-box .map-list {
    flex-direction: column;
  }
}
.contact-form-box .map-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  padding: 20px;
}
@media (max-width: 767px) {
  .contact-form-box .map-item {
    margin-bottom: 30px;
  }
}
.contact-form-box .map-item > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  padding-right: 30px;
}
.contact-form-box .map-item .address:before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/address.svg');
  background-size: cover;
  position: absolute;
  right: 0;
  top: 2px;
}
.contact-form-box .map-item .phone:before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/phone-o.svg');
  background-size: cover;
  position: absolute;
  right: 0;
  top: 5px;
}
.contact-form-box .map-item .link {
  margin-bottom: 0;
}
.contact-form-box .map-item .link:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/link-green.svg');
  background-size: cover;
  position: absolute;
  right: 0;
  top: 5px;
}
.contact-form-box .map-item .email {
  margin-bottom: 30px;
}
.contact-form-box .map-item .email:before {
  content: "";
  width: 22px;
  height: 17px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/envelope.svg');
  background-size: cover;
  position: absolute;
  right: 0;
  top: 5px;
}
.contact-form-box .map-item strong {
  display: block;
  font-weight: 800;
}
.contact-form-box .map-item iframe {
  height: 150px;
}
.contact-form-box .adbn-box {
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
}

.search-page {
  margin-top: 50px;
}
.search-page .search-title .search-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  padding: 50px;
}
.search-page .search-title .search-box .search-form {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  overflow: hidden;
}
.search-page .search-title .search-box .search-form input {
  width: 100%;
  line-height: 70px;
  border: 0;
  padding: 0 15px;
  font-size: 15px;
}
.search-page .search-title .search-box .search-form .search-submit {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  height: 44px;
  background: #7ECC40;
  border-radius: 12px;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
}

.single-webinar .post-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
  border-radius: 15px;
  padding: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.single-webinar .post-content .post-image {
  /* height: 350px; */
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.single-webinar .post-content .webinar-text {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .single-webinar .post-content .webinar-text {
    padding: 5px;
  }
}
.single-webinar .post-content .webinar-text h1 {
  font-weight: 800;
  font-size: 22px;
}
.single-webinar .post-content .webinar-text p {
  font-size: 15px;
  line-height: 34px;
}
.single-webinar .post-content .share-box {
  padding: 40px;
}
.single-webinar .sidebar .content h1 {
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 24px;
}
.single-webinar .sidebar .content .count-down {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
}
.single-webinar .sidebar .content .count-down span {
  background-color: #7ECC40;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  border-radius: 11px;
  color: #fff;
}
.single-webinar .sidebar .content-web .holding-time {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: bold;
}
.single-webinar .sidebar .content-web .holding-time strong {
  position: relative;
  display: block;
  font-size: 19px;
  font-weight: 800;
  padding-right: 25px;
  margin-bottom: 10px;
}
.single-webinar .sidebar .content-web .holding-time strong:before {
  content: "";
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/icons/date.svg');
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.single-webinar .sidebar .content .price {
  font-size: 18px;
  font-weight: 800;
}
.single-webinar .sidebar .content .price strong {
  font-weight: 800;
}
.single-webinar .sidebar .content .webinar-register ,  .webinar-register{
  width: auto;
  margin-top: 20px;
  background: #7ECC40;
  border-radius: 12px;
  border: 0;
  padding: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid #7ECC40;
  transition: all 0.3s;
}
.single-webinar .sidebar .content .webinar-register:hover {
  background-color: #fff;
  color: #7ECC40;
}

.webinar-download {
  width: 100%;
  margin-top: 20px;
  background: #7ECC40;
  border-radius: 12px;
  border: 0;
  padding: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid #7ECC40;
  transition: all 0.3s;
}
.webinar-download:hover {
  background-color: #fff;
  color: #7ECC40;
}
.single-webinar .lecturer-head {
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 24px;
  display: block;
}
.single-webinar .lecturers-list li {
  position: relative;
}
.single-webinar .lecturers-list li .image {
  width: 80px;
  height: 80px;
  margin-left: 15px;
}
.single-webinar .lecturers-list li .image img {
  width: 80px;
  height: 80px;
  border-radius: 7px;
}
.single-webinar .lecturers-list li .title strong {
  font-weight: 800;
  font-size: 17px;
}
.single-webinar .lecturers-list li .title p {
  margin: 10px 0 0;
  font-size: 16px;
}

.footer-box .footer-widgets {
  background: #DBE9CE;
  padding: 60px 0 40px;
  position: relative;
}
.footer-box .footer-widgets .footer-widget-item .widgettitle {
  position: relative;
  color: #1A213E;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 19px;
  font-weight: 800;
}
.footer-box .footer-widgets .footer-widget-item .widgettitle:after {
  content: "";
  width: 159px;
  height: 7px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/footer-divider.svg');
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}
.footer-box .footer-widgets .footer-widget-item ul {
  list-style: none;
  padding: 0;
}
.footer-box .footer-widgets .footer-widget-item ul li a {
  line-height: 33px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  padding-right: 18px;
  transition: all 0.3s;
}
.footer-box .footer-widgets .footer-widget-item ul li a:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #FEF143;
  position: absolute;
  right: 0;
  top: 6px;
  border-radius: 50%;
}
.footer-box .footer-widgets .footer-widget-item ul li a:hover {
  color: #7ecc40;
}
.footer-box .footer-widgets .footer-widget-item p {
  margin: 0 0 10px;
  text-align: justify;
}
.footer-box .copyright {
  background: #1A213E;
  padding: 15px 0;
}
.footer-box .copyright p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #DBE9CE;
}

.newsletter-box {
  background: #ECF4E4;
  position: relative;
  padding-bottom: 0;
  overflow: initial;
}
.newsletter-box p {
  margin-bottom: 0;
}
.newsletter-box .city-frame {
  margin: 15px 0 0;
  height: 150px;
}
@media (max-width: 767px) {
  .newsletter-box .city-frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.newsletter-box .newsletter-form {
position: relative;
    background: #ecf4e4 !important;
    box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
    border-radius: 15px;
    overflow: hidden;
    padding: 10px !important;
}
.newsletter-box .newsletter-form .input {
  width: 100%;
  line-height: 70px;
  border: 0;
  padding: 0 15px;
  font-size: 15px;
}
.newsletter-box .newsletter-form .form-submit {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  height: 44px;
  background: #7ECC40;
  border-radius: 12px;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
}
.newsletter-box .newsletter-col {
  position: relative;
}
.newsletter-box .newsletter-col:before {
  content: "";
  width: 650px;
  height: 136px;
  background-image: url('/wp-content/themes/UniqueVisa-Theme-Stage/assets/css/../images/rocket.svg');
  position: absolute;
  top: -155px;
  left: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .newsletter-box .newsletter-col:before {
    width: 239px;
    height: 60px;
    top: -225px;
    left: 10px;
    background-size: cover;
  }
}

.mobile-header {
  padding: 15px 0;
  box-shadow: 0 4px 4px rgba(193, 193, 193, 0.2117647059);
  background-color: #fff;
  display: none;
}
@media (max-width: 767px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header .col {
  flex: 0 0 50%;
}
.mobile-header .open-menu {
  background: #F8FCF4;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header .mobile-menu {
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.368627451);
  height: 100%;
  transition: all 0.3s;
}
.mobile-header .mobile-menu .content {
  background: #fff;
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  transition: 0.3s ease-in-out;
  transform: translateX(100%);
  padding: 25px;
}
.mobile-header .mobile-menu .content .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-header .mobile-menu .content .menu li {
  margin-bottom: 13px;
  padding-right: 15px;
  position: relative;
}
.mobile-header .mobile-menu .content .menu li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #7ECD40;
  position: absolute;
  right: 0;
  top: 11px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.mobile-header .mobile-menu .content .menu li.menu-item-has-children {
  position: relative;
}
.mobile-header .mobile-menu .content .menu li.menu-item-has-children:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #1A1A1A;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
}
.mobile-header .mobile-menu .content .menu li a {
  color: #1A1A1A;
  line-height: 24px;
}
.mobile-header .mobile-menu .content .menu li .sub-menu {
  list-style: none;
  padding: 0 20px 0 0;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}
.mobile-header .mobile-menu .content .menu li .sub-menu li:first-child {
  margin-top: 20px;
}
.mobile-header .mobile-menu .content .menu li .sub-menu.active {
  max-height: 400px;
}
.mobile-header .mobile-menu .content .search {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.mobile-header .mobile-menu .content .search .search-form {
  background: #F8FCF4;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 7px;
}
.mobile-header .mobile-menu .content .search .search-form input {
  width: 100%;
  line-height: 48px;
  background-color: transparent;
  border: 0;
  padding: 0 15px 0 50px;
}
.mobile-header .mobile-menu .content .search .search-form button {
  width: 40px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: transparent;
  border: 0;
}
.mobile-header .mobile-menu.active {
  opacity: 1;
  display: block;
}
.mobile-header .mobile-menu.active .content {
  opacity: 1;
  transform: translateX(0);
}
.mobile-header .mobile-menu .close-menu {
  position: absolute;
  left: 15px;
  background: transparent;
  top: 15px;
  border: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header .mobile-menu .close-menu svg {
  fill: #fff;
}/*# sourceMappingURL=main.css.map */


#mailerlite-1-field-email{
    width: 100% !important;
    text-align: left !important;
border: none;
    padding: 5px;
    border-radius: 5px;
}
.mailerlite-form-field label{
 text-align: left !important;
display: none !important;
}
.mailerlite-subscribe-button-container input{
    background: #28a52d;
    color: #fff;
    padding: 5px 21px;
    border-radius: 5px;
    border: navajowhite;
cursor: pointer !important;
}

.article-section .tag-sec{
display: flex;
    box-shadow: 0px 4px 4px 0px rgba(193, 193, 193, 0.25);
    background-color: #fff;
    padding:5px;
    margin: 5px;
    border-radius: 15px;
    align-items: center;
}

.article-section .tag-sec a{
font-weight: 600;
    color: #333;
}

.article-section .tag-sec a ::before {
  content: "«";
  color: #7ecc40;
}

.article-section .tag-sec a ::after {
  content: "»";
  color: #7ecc40;
}



/************* amirgani's version ***************/

.author-photo{
	max-width: 60%;
    margin: 0 auto;
}
.modified-date{
	text-align: center;
    font-size: 23px;
}
.author-banner{
	
}
.item-author img {
	width:100%!important;
  border-radius: 16px;
}
.item-author a{
	color:#000!important;
}
.item-author p{
	min-height: 80px;
	color:#000!important;
  margin-right: 15px;
}
.item-author h3{
    min-height: 40px;
    margin: 14px;
    font-size: larger;	
}
.author-main .navigation {
	width:100%;
	margin: 20px 0;
}
.author-main .navigation .page-numbers {
	margin: 0px 5px;
}
.author-profile-card {
    display:flex;
    flex-direction: column;
    gap: 2rem;
}
.author-profile-card a{
	color:#000!important
}
.col-12 p {
    margin: 30px 30px 0 30px;
}

@media (max-width: 767px) {
	.author-banner{
		position: relative;
		margin: 0 auto; 
		bottom: auto;
		left: auto;
	}
}

.content-web {
  background: #f8fcf4;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease-in-out;
  overflow-y: auto; /* Enable scrolling if content exceeds max-height */  
  border: 1.5px solid #7ECC40; /* اضافه کردن بوردر سبز */
  margin: 10px;
}

ul.social-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 0;
  list-style: none;
  margin: 20px 0;
}

ul.social-share li {
  flex: 0 0 auto;
}

ul.social-share li a {
  width: 36px;
  height: 36px;
  display: block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}


@media (max-width: 600px) {
  ul.social-share li {
    flex: 0 0 30%;
    max-width: 60px;
    text-align: center;
  }
}

@media (min-width: 601px) {
  ul.social-share {
    flex-wrap: nowrap;
  }
}


