/* 
Theme Name: pssimmigration
Theme URL: www.pss-immigration.com
Author: sina salimi
Version: 1.0
Description: this theme is build immigration sevices
*
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Baumans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/baumans/v17/-W_-XJj9QyTd3QfpR_o.ttf) format('truetype');
}
@font-face {
  font-family: vazir;
  src: url('assets/css/vazir/Vazir.eot') format('eot'),
      url('assets/css/vazir/Vazir.ttf') format('ttf'),
      url('assets/css/vazir/Vazir.woff') format('woff'),
      url('assets/css/vazir/Vazir.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}
.top-nav {
  padding: 12px 0;
  background-color: #b99b5f;
}
.container-navbar {
  width: 90%;
  margin: auto;
  padding: 5px 0;
}
.container-navbar .logo-wrapper {
  width: 200px;
}
.container-navbar .logo-wrapper img {
  width: 100%;
}
.container-navbar .nav-contact {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.container-navbar .nav-contact .nav-contact-call-icon {
  margin-right: 5px;
}
.container-navbar .nav-contact .nav-contact-call-icon i {
  display: inline-block;
  padding: 8px;
  background: #b99b5f;
  color: #272360;
}
.container-navbar .nav-contact .nav-contact-phones a {
  display: block;
  color: #272360;
  direction: initial;
  font-size: 0.9rem;
  margin: 5px 0;
}
.container-navbar .nav-wrapper {
  position: relative;
}
.container-navbar .nav-wrapper .navbar {
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  width: 100%;
  background: #272360;
  padding: 15px 0;
  border-bottom: 1px solid #b99b5f;
  z-index: 99;
}
.container-navbar .nav-wrapper .navbar .navbar-nav .menu-item a {
  position: relative;
  color: #fff;
  font-size: 14px;
  transition: 0.5s all;
  padding: 0 5px;
}
.container-navbar .nav-wrapper .navbar .navbar-nav .menu-item a:hover {
  color: #f5ba43;
}
.container-navbar .nav-wrapper .navbar .navbar-nav .menu-item a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #b99b5f;
}
.btn-style {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #b99b5f;
  color: #171717;
  font-size: 1rem;
  transition: 0.5s all;
}
.hover-btns {
  color: #fff;
  background: #b99b5f;
}

.cross-line-left{
  display: flex;
  flex-direction: row-reverse;
  white-space: nowrap;
}

.cross-line-left::before{
    border-top: 2px solid #fff;
    content: '';
    display: table-cell;
    position: relative;
    top: 1em;
    width: 80%;
}
.cross-line-left h2{
	padding: 0 0 0 15px;
	font-weight: bold;
    font-size: 1.9rem;
    line-height: 30px;
    color: #fff;
}


.cross-line{
  display: table;
  white-space: nowrap;
}
.cross-line::before,
.cross-line::after{
    border-top: 1px solid #272360;
    content: '';
    display: table-cell;
    position: relative;
    top: 1em;
    width: 50%;
}
.cross-line span{
    padding: 0 15px;
    font-size: 22px;
    line-height: 30px;
    color: #272360;
}

.seperator-slider {
  padding-top: 22vh;
}
body {
  font-family: 'vazir';
}
.slider-phone{
  display: none;
  background: url(assets/img/sliderphone.jpg);
  background-size: cover;
  min-height: 35vh;
}
body .slider {
  position: relative;
  padding: 35vh 0;
  background: url(assets/img/slidemainn.jpg);
  background-size: cover;
  min-height: 95vh;
}
body .slider .slider-content-wrapper .slider-content {
  text-align: left;
}
body .slider .slider-content-wrapper .slider-content .slider-en {
  color: #fff;
  text-shadow: 2px 2px 0px #b99b5f;
  display: block;
  text-transform: uppercase;
  font-size: 2.5rem;
  direction: ltr;
}
body .slider .slider-content-wrapper .slider-content h1 {
  font-size: 2rem;
  color: #b99b5f;
  margin: 10px 0;
}
body .slider .slider-content-wrapper .slider-content .slogan {
  font-size: 1.4rem;
  color: #fff;
}
body .slider .slider-services-wrapper {
  position: absolute;
  bottom: -20vh;
  left: 0;
  right: 0;
  width: 100%;
}
body .slider .slider-services-wrapper .slider-services-container .slider-services-item {
  background: #fff;
  position: relative;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
}
body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-icon {
  position: absolute;
  top: -7vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #b99b5f;
  text-align: center;
}
body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-icon img {
  width: 100%;
  border-radius: 50%;
  padding: 10px;
}
body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-content {
  width: 85%;
  margin: auto;
  text-align: center;
  padding-top: 7vh;
  padding-bottom: 1vh;
}
body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-content h3 {
  font-size: 1.2rem;
  color: #272360;
  font-weight: bold;
  margin-top: 20px;
}
body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-content p {
  text-align: justify;
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 15px 0;
  margin-top: 10px;
  color: #171717;
}
body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-content a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #b99b5f;
  color: #171717;
  font-size: 1rem;
  transition: 0.5s all;
  margin-bottom: 10px;
}
body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-content a:hover {
  color: #fff;
  background: #b99b5f;
}
body .about-pss {
  padding: 40px 0;
  background: #f0f2f1;
  position: relative;
}
body .about-pss::after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 110px;
  background: url(assets/img/pss.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
body .about-pss .psss-about{
    display: flex;
    align-items: center;
}
body .about-pss .about-pss-content{
    width: 70%;
}
body .about-pss .about-pss-img{
        width: 30%;
    text-align: left;
}
body .about-pss .about-pss-img img{
        width: 60%;
}
body .about-pss .about-pss-content {
  width: 100%;
}
body .about-pss .about-pss-content h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #272360;
  font-weight: bold;
}
body .about-pss .about-pss-content p {
  font-size: 1rem;
  color: #171717;
  margin-bottom: 10px;
  line-height: 1.7rem;
  width: 100%;
  text-align: justify;
}
body .about-pss .about-pss-content .about-pss-links {
  margin-top: 20px;
}
body .about-pss .about-pss-content .about-pss-links .about-link {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #b99b5f;
  color: #171717;
  font-size: 1rem;
  transition: 0.5s all;
  padding: 8px 45px;
  margin-left: 5px;
  background: #b99b5f;
  color: #fff;
}
body .about-pss .about-pss-content .about-pss-links .about-link:hover {
  background: #fff;
  color: #b99b5f;
}
body .about-pss .about-pss-content .about-pss-links .contact-link {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #b99b5f;
  color: #171717;
  font-size: 1rem;
  transition: 0.5s all;
  padding: 8px 40px;
}
body .about-pss .about-pss-content .about-pss-links .contact-link:hover {
  color: #fff;
  background: #b99b5f;
}
body .intro-colleges-wrapper {
  position: relative;
  padding: 60px 0;
}
body .intro-colleges-wrapper .intro-colleges-title {
  text-align: center;
}
body .blog-section {
    opacity: 0;
    visibility: hidden;
}
body .intro-colleges-wrapper .intro-colleges-title h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #272360;
  font-weight: bold;
}
body .intro-colleges-wrapper .intro-colleges-title p {
  font-size: 1.3rem;
  color: #b99b5f;
  text-transform: uppercase;
}
body .intro-colleges-wrapper .colleges-container {
  width: 70%;
  margin: auto;
  margin-top: 50px;
}
body .intro-colleges-wrapper .colleges-container .intro-colleges-item {
  margin: auto;
  width: 50%;
  margin-bottom: 30px;
}
body .intro-colleges-wrapper .colleges-container .intro-colleges-item a:hover img {
  transform: scale(1.1);
}
body .intro-colleges-wrapper .colleges-container .intro-colleges-item a img {
  width: 100%;
  transition: 0.5s all;
}
body .international-exam-wrapper {
  position: relative;
  padding: 100px 0;
  background: #272360;
}
body .international-exam-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 150px;
}
body .international-exam-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 150px;
}
body .international-exam-wrapper .international-exam-title {
  text-align: center;
}
body .international-exam-wrapper .international-exam-title h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}
body .international-exam-wrapper .international-exam-title p {
  font-size: 1.3rem;
  color: #b99b5f;
  text-transform: uppercase;
}
body .international-exam-wrapper .international-exam-item {
  background: #2e2d6f;
  padding: 40px 20px;
  color: #fff;
}
body .international-exam-wrapper .international-exam-item .exam-name {
  text-align: right;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: block;
  color: #b99b5f;
}
body .international-exam-wrapper .international-exam-item .exam-desc {
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.6rem;
  margin-top: 10px;
}
body .international-exam-wrapper .international-exam-item .seperator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 30px 0;
  opacity: 0.2;
}
body .international-exam-wrapper .international-exam-item .international-exam-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .international-exam-wrapper .international-exam-item .international-exam-show .show a {
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  background: #272360;
  font-size: 1rem;
  transition: 0.5s all;
}
body .international-exam-wrapper .international-exam-item .international-exam-show .show a:hover {
  color: #272360;
  background: #fff;
}
body .international-exam-wrapper .international-exam-item .international-exam-show .icon {
  text-align: left;
}
body .international-exam-wrapper .international-exam-item .international-exam-show .icon img {
  width: 60%;
}
body .faq-section {
  margin: 80px 0;
}
body .faq-section .consulting-title {
  text-align: center;
}
body .faq-section .consulting-title h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #272360;
  font-weight: bold;
}
body .faq-section .consulting-title p {
  font-size: 1rem;
  color: #171717;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.3rem;
}
body .faq-section .consulting-form input {
  width: 100%;
  padding: 10px 8px;
  background: #f0f2f1;
  color: #171717;
  outline: none;
  border: none;
  font-size: .8rem;
}
body .faq-section .consulting-form input[type=tel] {
  direction: rtl;
}
body .faq-section .consulting-form a{
    width: 100%;
    padding: 10px 8px;
    background: #b99b5f;
    color: #fff;
    outline: none;
    border: none;
    display: block;
    text-align: center;
    margin-top: 15px;
}
body .faq-section .consulting-form input[type=submit]{
  width: 100%;
  padding: 10px 8px;
  background: #b99b5f;
  color: #fff;
  outline: none;
  border: none;
}
body .faq-section .accordion h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #272360;
  font-weight: bold;
}
body .faq-section .accordion .accordion-button {
  background: #f0f2f1;
  line-height: 1.5rem;
}
body .faq-section .accordion .accordion-button i {
  width: 25px;
  height: 20px;
  background: #b99b5f;
  text-align: center;
  line-height: 20px;
  margin-left: 10px;
}
body .faq-section .accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}
body .faq-section .accordion .accordion-button:not(.collapsed) {
  background: #272360;
  color: #fff;
}
body .faq-section .accordion .accordion-button:not(.collapsed)::after {
  background-color: #b99b5f;
}
body .faq-section .accordion .accordion-collapse .accordion-body {
  transition: 0.1s all;
  background: #272360;
}
body .faq-section .accordion .accordion-collapse .accordion-body p {
  color: #fff;
  line-height: 1.6rem;
  text-align: justify;
  transition: 0.1s all;
  font-size: 0.9rem;
}
body .banner-section {
  overflow: hidden;
}
body .banner-section .container-banner {
  width: 100vw;
  margin: auto;
}
body .banner-section .container-banner .banner-box-item-left {
  padding-left: 5px;
}
body .banner-section .container-banner .banner-box-item-right {
  padding-right: 5px;
}
body .banner-section .container-banner img {
  width: 100%;
}
body .blog-section {
  margin: 0;
}
body .blog-section .blog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #272360;
  color: #fff;
  padding: 12px 20px;
}
body .blog-section .blog-title .blog-caption span {
  font-size: 1.2rem;
}
body .blog-section .blog-title .blog-show a {
  font-size: 1.1rem;
  color: #fff;
}
body .blog-section .blog-sm-list {
  width: 85%;
}
body .blog-section .blog-sm-list .blog-sm-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b99b5f;
}
body .blog-section .blog-sm-list .blog-sm-list-item .blog-sm-list-item-content {
  width: 75%;
}
body .blog-section .blog-sm-list .blog-sm-list-item .blog-sm-list-item-content span {
  display: block;
  color: #171717;
  font-size: 1rem;
  margin-bottom: 10px;
}
body .blog-section .blog-sm-list .blog-sm-list-item .blog-sm-list-item-content h3 {
  font-size: 1.1rem;
  color: #b99b5f;
  max-width: 90%;
  line-height: 1.5rem;
}
body .blog-section .blog-sm-list .blog-sm-list-item .blog-sm-list-item-img {
  width: 25%;
}
body .blog-section .blog-sm-list .blog-sm-list-item .blog-sm-list-item-img img {
  width: 100%;
}
body .blog-section .blog-bg-list img {
  width: 100%;
  max-height: 200px;
}
body .blog-section .blog-bg-list .date {
  font-size: 1rem;
  color: #171717;
  display: inline-block;
  margin-top: 5px;
}
body .blog-section .blog-bg-list h3 {
  font-size: 1.2rem;
  color: #b99b5f;
  margin: 10px 0;
}
body .blog-section .blog-bg-list .desc-blog {
  color: #171717;
  text-align: justify;
  line-height: 1.4rem;
}
body .blog-section .blog-bg-list .show-blog {
  font-size: 0.9rem;
  color: #b99b5f;
  display: inline-block;
  margin-top: 10px;
}
body .internal-pages-title-wrapper {
  padding: 10vh 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #272360;
}
body .internal-pages-title-wrapper .internal-pages-title-content {
  text-align: center;
}
body .internal-pages-title-wrapper .internal-pages-title-content h1 {
  font-size: 2rem;
  color: #b99b5f;
  margin-bottom: 15px;
}
body .internal-pages-title-wrapper .internal-pages-title-content p {
  color: #fff;
  font-size: 1rem;
}
body .category-wrapper {
  padding: 15vh 0;
}
body .category-wrapper .category-box {
  width: 90%;
  padding: 35px 20px;
  margin: auto;
  background: #272360;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 7vh;
}
body .category-wrapper .category-box img {
  width: 100%;
  max-height: 220px;
}
body .category-wrapper .category-box .seperator {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background: #ffffff44;
}
body .category-wrapper .category-box h3 {
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 15px;
}
body .category-wrapper .category-box a {
  display: inline-block;
  margin: 0 auto;
  padding: 8px 30px;
  background: #b99b5f;
  color: #fff;
  border-radius: 3px;
  transition: 0.5s all;
  border: 1px solid transparent;
}
body .category-wrapper .category-box a:hover {
  border-color: #b99b5f;
  background: #fff;
  color: #b99b5f;
}
body .category-wrapper .category-pagination .category-pagination-wrapper {
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .category-wrapper .category-pagination .category-pagination-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #b99b5f;
  z-index: -9;
}
body .category-wrapper .category-pagination .category-pagination-wrapper .pagination-circles-container a {
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: #b99b5f;
  color: #272360;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  transition: 0.5s all;
}
body .category-wrapper .category-pagination .category-pagination-wrapper .pagination-circles-container a:hover {
  color: #b99b5f;
  background: #272360;
}
body .single-page-wrapper {
  padding-bottom: 4vh;
}
body .single-page-wrapper .single-img img {
  width: 100%;
}
body .single-page-wrapper .single-content {
  margin: 5vh 0;
  border-radius: 5px;
  padding: 20px;
}
body .single-page-wrapper .single-content h2,
body .single-page-wrapper .single-content h3,
body .single-page-wrapper .single-content h4,
body .single-page-wrapper .single-content h5 {
  color: #b99b5f;
}
body .single-page-wrapper .single-content h2 {
  font-size: 1.7rem;
}
body .single-page-wrapper .single-content h3 {
  font-size: 1.5rem;
}
body .single-page-wrapper .single-content h4 {
  font-size: 1.3rem;
}
body .single-page-wrapper .single-content h4,
body .single-page-wrapper .single-content h5 {
  font-size: 1.2rem;
}
body .single-page-wrapper .single-content p {
  font-size: 1rem;
  color: #272360;
  text-align: justify;
  line-height: 1.6rem;
  margin: 15px 0;
}
body .contact-page-wrapper {
  padding: 15vh 0;
}
body .contact-page-wrapper .contact-box-items-container {
  width: 70%;
  margin: auto;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item {
  background: #fff;
  position: relative;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-icon {
  position: absolute;
  top: -6vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #b99b5f;
  text-align: center;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-icon img {
  width: 100%;
  border-radius: 50%;
  padding: 10px;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 7vh;
  padding-bottom: 1vh;
  min-height: 25vh;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content h3 {
  font-size: 1.2rem;
  color: #272360;
  font-weight: bold;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content p {
  text-align: justify;
  line-height: 1.3rem;
  margin: 15px auto;
  margin-top: 15px;
  color: #171717;
  max-width: 80%;
  font-size: 1rem;
  direction: ltr;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-link {
  position: relative;
  direction: ltr;
  font-size: 1.2rem;
  color: #171717;
  display: block;
  margin: auto;
  width: fit-content;
  margin-top: 20px;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #272360;
  transition: 0.5s all;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-link:hover::after {
  width: 100%;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 20px;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-social-item i {
  color: #272360;
  font-size: 1.5rem;
  margin-right: 10px;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-social-item a {
  position: relative;
  color: #272360;
  font-size: 1.2rem;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-social-item a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #272360;
  transition: 0.5s all;
  text-transform: uppercase;
}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-social-item a:hover::after {
  width: 100%;
}
body .contact-page-wrapper .contact-form-wrapper {
  padding-top: 8vh;
}
body .contact-page-wrapper .contact-form-wrapper .contact-form-title h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #272360;
  font-weight: bold;
}
body .contact-page-wrapper .contact-form-wrapper .contact-form-title p {
  font-size: 1rem;
  color: #171717;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .contact-page-wrapper .contact-form-wrapper .contact-form input,
body .contact-page-wrapper .contact-form-wrapper .contact-form textarea {
  width: 100%;
  padding: 10px 8px;
  background: #f0f2f1;
  color: #171717;
  outline: none;
  border: none;
}
body .contact-page-wrapper .contact-form-wrapper .contact-form textarea {
  min-height: 15vh;
}
body .contact-page-wrapper .contact-form-wrapper .contact-form input[type=tel],
body .contact-page-wrapper .contact-form-wrapper .contact-form input[type=email] {
  direction: rtl;
}
body .contact-page-wrapper .contact-form-wrapper .contact-form input[type=submit] {
  width: 100%;
  padding: 10px 8px;
  background: #b99b5f;
  color: #fff;
  outline: none;
  border: none;
}
body .contact-page-wrapper .contact-form-wrapper .contact-form-map {
  margin-top: 8vh;
}
body .contact-page-wrapper .contact-form-wrapper .contact-form-map img {
      width: 69%;
    margin-right: 45px;

  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
}
body .contact-footer .contact-footer-wrapper {
  position: relative;
}
body .contact-footer .contact-footer-wrapper .contact-footer-container {
  width: 100%;
  background: #16133c;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b99b5f;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 99;
}
body .contact-footer .contact-footer-wrapper .contact-footer-container .contact-footer-content span {
  color: #fff;
  text-transform: uppercase;
}
body .contact-footer .contact-footer-wrapper .contact-footer-container .contact-footer-call a {
  padding: 3px 15px;
  background: #b99b5f;
  color: #272360;
  text-align: center;
  border-radius: 5px;
}
body .contact-footer .contact-footer-wrapper .contact-footer-container .contact-footer-call a i {
  display: inline-block;
  margin-right: 8px;
}
body .footer-wrapper {
  position: relative;
  padding: 60px 0 40px;
  background: url(assets/img/footer-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10%;
  overflow: hidden;
}
body .footer-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 500px;
  height: 75px;
  background: url(assets/img/plane.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body .footer-wrapper .footer-column1,
body .footer-wrapper .footer-column2 {
  position: relative;
}
body .footer-wrapper .footer-column1::after,
body .footer-wrapper .footer-column2::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 15vh;
  background: var(--green);
}
body .footer-wrapper .footer-column1::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body .footer-wrapper .footer-column2::after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body .footer-wrapper .footer-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
}
body .footer-wrapper .footer-item-content .footer-logo-section .footer-logo {
  width: 70%;
  margin: auto;
}
body .footer-wrapper .footer-item-content .footer-logo-section .footer-logo img {
  width: 100%;
  height: 100%;
}
body .footer-wrapper .footer-item-content .footer-logo-section .footer-social-container {
  border: 1px solid #ffffff44;
}
body .footer-wrapper .footer-item-content .footer-logo-section .footer-social-container .footer-social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  color: #b99b5f;
  transition: 0.5s all;
}
body .footer-wrapper .footer-item-content .footer-logo-section .footer-social-container .footer-social:hover {
  color: #fff;
}
body .footer-wrapper .footer-item-content .footer-logo-section .footer-social-container .footer-social .fab {
  font-size: 1.1rem;
}
body .footer-wrapper .footer-item-content .footer-logo-section .footer-social-container .seperator {
  width: 1px;
  height: 12px;
  background: #b99b5f;
  display: inline-block;
}
body .footer-wrapper .footer-item-content .footer-item-links {
  width: 70%;
}
body .footer-wrapper .footer-item-content .footer-item-links p {
  text-align: justify;
  direction: rtl;
  line-height: 1.8rem;
  max-width: 90%;
}
body .footer-wrapper .footer-item-content .footer-item-links a {
  font-size: 1.1rem;
  color: #fff;
}
body .footer-wrapper .footer-item-content .footer-item-links span {
  color: #fff;
}
body .footer-wrapper .footer-line {
  width: 100%;
  height: 1px;
  background: #ffffff44;
  margin-top: 25px;
}
body .footer-wrapper .footer-copyright {
  text-align: center;
}
body .footer-wrapper .footer-copyright span {
  font-size: 0.9rem;
  color: #fff;
  margin-top: 15px;
  display: block;
}
.language-switcher {
display: flex;
justify-content: center;
align-items: center;
margin-top: 10px;
text-align: left;
}

.language-switcher ul {
list-style: none;
margin: 0;
padding: 0;
}

.language-switcher li {
display: inline-block;
margin: 0 10px;
}

.language-switcher a {
    text-decoration: none;
    color: #272360;
    display: block;
    font-size: .9rem;
}

.language-switcher a:hover {
color: #fff;
background-color: #272360;
}

.language-switcher img {
    width: 20px;
    height: 15px;
    margin-left: 2px;
    object-fit: cover;
    border: 1px solid #22222226;
    border-radius: 3px;
}

body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-social-item a,
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-link{
    color: #171717;

}
body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content p{
        font-size: 1.2rem;
        line-height:1.8rem;
}
@media only screen and (min-width: 992px) and (max-width: 1347px) {
    .container-navbar .nav-wrapper .navbar .navbar-nav .menu-item a {
        font-size: .6rem;
        font-weight: bold;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    body .intro-colleges-wrapper .colleges-container {
        margin-top: 35px;
    }
    body .intro-colleges-wrapper .colleges-container .row{
        justify-content: center;
    }
    body .intro-colleges-wrapper .colleges-container .row .col{
        flex: 0 0 auto;
        width: 30%;
        margin-bottom: 20px;
    }
    body .international-exam-wrapper .container .row .col-md-4{
        width: 100%;
        margin-bottom: 10px;
    }
    body .about-pss .about-pss-img img {
        width: 40%;
    }
    body .about-pss .psss-about{
        flex-direction: column-reverse;
    }
    body .about-pss .about-pss-img {
        width: 90%;
        text-align: center;
        margin-bottom: 30px;
    }
    .container-navbar .nav-wrapper .navbar {
        position: relative;
        bottom: 0;
        border-bottom: 0;
        background: #fff;
    }
    body .container-navbar .nav-wrapper .navbar .navbar-nav .menu-item a{
        display: inline-block;
        margin-bottom: 15px;
        color: #111;
    }
    .container-navbar .nav-wrapper .navbar .navbar-nav .menu-item a::after{
        display: none;
    }
    body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-content h3{
        margin-top: 20px;
    }
    body .slider {
        min-height: 220vh;
        background-repeat: no-repeat;
    background-size: contain;
    }
    body .slider .slider-services-wrapper .container .row .col{
        flex: 0 0 auto;
        margin-top: 50px;
    }
    body .slider .slider-services-wrapper {
        bottom: -20vh;
    }
}

body .consulting-form-items label,
body .consulting-form-items span{
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

body .consulting-form-items input{
    border-radius: 5px;
    background: #292659;
    border: 1px solid #ffffff85;
    outline: none;
    margin-top: 15px;
    padding: 8px;
    color: #fff;
	width: 100%;
}

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 15px 0;
}

span.wpcf7-list-item.last span,
span.wpcf7-list-item.first span{
	margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #b99b5f;
    border: none;
    padding: 14px;
}

span.wpcf7-list-item.first {
    width: fit-content;
}

span.wpcf7-list-item.last {
    width: fit-content;
}

.consulting-form-items {
    background: #272360;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    width: 85%;
    margin: auto;
}

@media (max-width: 460px) {
    body .slider-phone {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 30vh;
        width: 100%;
        background-position: center;
    }
}
@media (max-width: 768px) {
    .container-navbar .logo-wrapper {
        width: 100%!important;
    }
	body .consulting-form-items {
		width: 100%;
	}
    body .intro-colleges-wrapper .colleges-container .intro-colleges-item {
      width: 85%;
    }
    body .intro-colleges-wrapper .intro-colleges-title h3{
        font-size: 1.5rem;
    }
    body .blog-section{
        display: none;
    }
    body .faq-section {
        margin: 20px 0;
        margin-bottom: 0;
    }
    body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-content h3{
        margin-top: 10px;
    }
    body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-social-item a,
    body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content p ,
    body .contact-page-wrapper .contact-box-items-container .contact-box-item .contact-box-item-content .contact-link{
        font-size: .9rem;
    }
    body .slider{
        padding: 0;
    }
    .slider-phone{
        display: block;
    }
    body .slider .slider-services-wrapper {
        bottom: 0;
    }
    body .about-pss .psss-about{
        flex-direction: column-reverse;
    }
    body .about-pss .about-pss-img {
        width: 90%;
        text-align: center;
        margin-bottom: 30px;
    }
    body .about-pss .about-pss-content {
        width: 100%;
    }
    body .international-exam-wrapper .international-exam-title h3{
        font-size: 1.5rem;
    }
    body .international-exam-wrapper .international-exam-title p{
        font-size: .8rem;
    }
    body .international-exam-wrapper .international-exam-item .exam-name{
        font-size: 1.3rem;
    }
    body .about-pss .about-pss-content .about-pss-links .about-link{
        margin-left: 0;
        margin-bottom: 10px;
    }
    body .slider .slider-content-wrapper .slider-content .slider-en{
        font-size: 2rem;
    }
    body .slider .slider-content-wrapper .slider-content h1{
        font-size:1.3rem;
    }
    .container-navbar .nav-wrapper .navbar .navbar-nav .menu-item a{
            position: relative;
            color: #fff;
            font-size: .8rem;
            text-align: left;
            transition: 0.5s all;
            padding: 15px 0px;
            width: 100%;
            display: block;
    }
     body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-icon{
        width: 100px;
        height: 100px;
        top: -6vh;
    }
  body .container-navbar .nav-wrapper .navbar {
    position: relative;
    bottom: unset;
    border-bottom: unset;
    background: #fff;
    direction: ltr;
  }
  body .container-navbar .nav-wrapper .navbar .navbar-nav .menu-item a {
    color: #111;
  }
  body .container-navbar .nav-wrapper .navbar .navbar-nav .menu-item a::after {
    display: none;
  }
  body .slider .slider-services-wrapper {
    position: relative;
  }
  body .slider .slider-services-wrapper .slider-services-container .col {
    flex: 1 0 65%;
  }
  body .slider .slider-services-wrapper .slider-services-container .slider-services-item {
    margin-bottom: 8vh;
  }
  body .slider .slider-services-wrapper .slider-services-container .slider-services-item .slider-services-item-content {
    padding-top: 9vh;
  }
  body .slider {
    background: #272360;
  }
  body .slider .slider-content-wrapper .slider-content {
    text-align: right;
  }
  .seperator-slider {
    padding-top: 0vh;
  }
  body .about-pss::after {
    display: none;
  }
  body .intro-colleges-wrapper .colleges-container .col {
    flex: 1 0 40%;
  }
  body .intro-colleges-wrapper .colleges-container .intro-colleges-item,
  body .international-exam-wrapper .international-exam-item {
    margin-bottom: 3vh;
  }
  body .faq-section .consulting-title h3 {
    margin-top: 3vh;
  }
  body .faq-section .consulting-title p {
    line-height: 1.5rem;
  }
  body .banner-section .container-banner .col {
    flex: 1 0 60%;
  }
  body .blog-section .blog-sm-list {
    width: 99%;
  }
  body .contact-footer .contact-footer-wrapper .contact-footer-container {
    position: relative;
  }
  body .contact-footer .contact-footer-wrapper .contact-footer-container {
    flex-direction: column;
    padding: 10px 0;
  }
  body .contact-footer .contact-footer-wrapper .contact-footer-container .contact-footer-call {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  body .contact-footer .contact-footer-wrapper .contact-footer-container .contact-footer-content {
    text-align: center;
  }
  body .contact-footer .contact-footer-wrapper .contact-footer-container .contact-footer-content span {
    line-height: 1.5rem;
    font-size: 0.7rem;
  }
  body .footer-wrapper .col {
    flex: 1 0 70%;
  }
  body .footer-wrapper::before {
    bottom: -4px;
    width: 83%;
    height: 6vh;
  }
  body .footer-wrapper .footer-item-content .footer-item-links {
    width: 100%;
    margin: 2vh 0;
  }
  body .contact-page-wrapper .contact-box-items-container .contact-box-item {
    margin-bottom: 10vh;
  }
}