@charset "UTF-8";
/*
Theme Name: perspsy
Theme URI: https://webwedo.com
Author: farzin hassanzadeh
Author URI: https://webwedo.com
Description: theme for perspsy 
Text Domain: perspsy
Version: 1.0.0
License: GNU General Public License v2 or later
*/
@font-face {
  font-family: "perspsy";
  src: url("./assets/font/perspsy.eot?65243486");
  src: url("./assets/font/perspsy.eot?65243486#iefix") format("embedded-opentype"), url("./assets/font/perspsy.woff2?65243486") format("woff2"), url("./assets/font/perspsy.woff?65243486") format("woff"), url("./assets/font/perspsy.ttf?65243486") format("truetype"), url("./assets/font/perspsy.svg?65243486#perspsy") format("svg");
  font-weight: normal;
  font-style: normal;
}
.c-psblue {
  color: #0102B5;
  border-bottom: 3px solid #E30613;
}

.c-brown {
  color: #996633;
}

.c-red {
  color: #E30613;
}

h2.ps-title-style-1 {
  font-size: 42px;
  font-weight: 300 !important;
  border-bottom: 3px solid #E30613;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# icons
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#footer	
#home-slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  margin-top: 0;
}

body:lang(en-US) {
  text-align: left;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Helvetica", "Arial", sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold !important;
  clear: both;
}

p {
  font-family: "Helvetica", "Arial", sans-serif;
  margin-bottom: 1.5em;
}

body.post article p {
  line-height: 26px;
}

time {
  font-family: "Helvetica", "Arial", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.bold-text {
  font-family: Helvetica;
  font-weight: bold;
}

/*--------------------------------------------------------------
# icons
--------------------------------------------------------------*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "perspsy";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-up:before {
  content: "";
}

.icon-at:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-insta:before {
  content: "";
}

.icon-fb:before {
  content: "";
}

.icon-ln:before {
  content: "";
}

.icon-tw:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

span.icon-arrow-left.view-more-icon-style-1:before {
  position: absolute;
  top: 14px;
  left: 6px;
  color: #1e1e1e;
}

.footer-social-icon {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 0px 0px 8px 8px;
  text-align: center;
  font-size: 50px;
  margin: 0 4px;
  width: 70px;
  height: 72px;
  z-index: 2;
  color: #2230c1;
  text-decoration: none;
}
.footer-social-icon:hover, .footer-social-icon:visited {
  color: #2230c1;
}

.social-icon-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2230c1;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  padding-top: 68px !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a.numb-link {
  text-decoration: none;
  color: inherit;
}
a.numb-link:hover {
  text-decoration: none;
  color: inherit;
}
a.numb-link:visited {
  text-decoration: none;
  color: inherit;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.ps-custom-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .ps-custom-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ps-custom-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ps-custom-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .ps-custom-container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .ps-custom-container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .ps-custom-container {
    max-width: 1480px;
  }
}
@media (min-width: 1600px) {
  .ps-custom-container {
    max-width: 1580px;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:hover,
a:active {
  outline: 0;
}

main#main {
  padding-top: 0px;
}

.logged-in .site-main {
  padding-top: 0px !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
section.top-header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  right: 0;
  left: 0;
  background: #666769;
  height: 35px;
}

.logo-container img {
  display: block;
  margin: 10px auto 50px auto;
}

@media screen and (max-width: 768px) {
  .resp-nav-logo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    width: 50%;
    min-width: 120px;
    max-width: 130px;
  }
}
nav#site-navigation {
  background-color: #9de9f9;
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease;
}

.dnv-wback {
  background-color: #f2f2f2;
  box-shadow: 0px 1px 6px #cacaca;
}

.dnv-hide {
  transform: translateY(-100%);
}

.nav-burger {
  display: none;
  background-color: white;
  border-radius: 4px;
  padding: 8px 4px;
}

.nav-burger div {
  margin: 5px;
  width: 23px;
  height: 2px;
  background-color: #0102B5;
  transition: all 0.5s ease;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

#primary-menu a:hover {
  text-decoration: none;
  color: black;
}

@media screen and (min-width: 1000px) {
  .menu-item i {
    display: inline-block;
    top: 31%;
    left: -20px !important;
    position: absolute;
  }

  .main-navigation ul {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0 0 0 120px;
    padding-right: 0;
  }

  #site-navigation .ps-custom-container {
    position: relative;
  }

  .nav-header-logo {
    position: absolute;
    top: 0;
    left: 1rem;
  }

  img.nav-header-logo-img {
    padding: 26px;
    position: relative;
    top: -20px;
    width: 117px;
  }

  img.nav-header-shape {
    position: absolute;
    bottom: 37px;
    left: -5px;
    z-index: -1;
    width: 127px;
  }

  .main-navigation ul ul {
    right: 0 !important;
    z-index: 99999;
    top: 57px;
    display: none;
    float: left;
    padding: 0;
    background: #f2f2f2;
    position: absolute;
    border-bottom: 2px solid #c4c4c4;
    width: fit-content;
  }

  .main-navigation ul ul ul {
    right: 100% !important;
    top: 0;
  }

  .main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
  }

  .main-navigation ul ul a {
    width: 200px;
  }

  .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
    display: block;
  }

  .main-navigation li {
    display: inline-block;
    float: left;
    text-align: center;
    position: relative;
    padding: 20px 32px;
  }
  .main-navigation li.current-menu-item a {
    border-bottom: 2px solid;
  }

  .main-navigation ul ul li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 8px 12px 8px 0;
    border-bottom: 1px solid #eaeaea;
    text-align: right;
  }

  .logo-img {
    padding: 12px 0;
  }

  .main-navigation a {
    font-weight: 300 !important;
    text-decoration: none;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
  }
}
#primary-menu > li {
  padding-left: 0;
}
#primary-menu > li a {
  display: inline-block;
}
#primary-menu > li.menu-item-has-children {
  margin-left: 16px;
}

@media screen and (max-width: 1000px) {
  nav#site-navigation {
    padding: 8px 0;
  }

  .menu-item i {
    color: #0069d1;
    float: left;
    margin-left: 25px;
    padding: 0 10px 10px;
  }

  ul#primary-menu {
    padding-top: 50px;
    z-index: 99;
    width: 50%;
    position: fixed;
    height: 96vh;
    background: #0102b5;
    z-index: 999;
    left: 0;
    top: 73px;
    transform: translateX(-100%);
    transition: transform ease-out 0.8s;
    margin: 0;
  }

  ul#primary-menu.nav-active {
    transform: translateX(0) !important;
  }

  .main-navigation ul ul {
    padding: 0;
    width: 100%;
    display: none;
    padding-right: 5%;
    border-right: 1px solid #0102B5;
    height: 0;
    transition: all 0.7s;
  }

  .ShowSubMenu {
    display: block !important;
    height: 100% !important;
    transition: all 0.7s !important;
  }

  .main-navigation a {
    font-size: 24px;
    color: white;
    display: block;
    text-decoration: none;
  }

  ul#primary-menu li {
    list-style-type: none;
    float: none;
    padding: 12px 0;
  }

  .nav-burger {
    display: block;
  }

  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 5px);
  }

  .toggle .line2 {
    opacity: 0;
  }

  .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -5px);
  }
}
@media screen and (max-width: 678px) {
  ul#primary-menu {
    width: 70%;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: left;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget-footer-line:last-child {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  color: #1e1e1e;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
#colophon {
  width: 100%;
  display: inline-block;
  background: #9DE7EC;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-container {
  z-index: 2;
}

.ps-footer-background {
  background: linear-gradient(90deg, #0002B5 0%, #0696B4 73%, #02FFCE 100%);
  background-blend-mode: screen;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer-contactdetail {
  padding: 14px 0;
}

.footer-contact-icon {
  font-size: 26px;
  margin-right: 10px;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #004b97a8;
  width: 42px;
  height: 42px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 8px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}

img.perspsy-f-logo {
  z-index: 2;
  width: 72px;
  display: block;
  margin: auto;
}

.ps-footer-logo {
  mix-blend-mode: darken;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: -11px;
  top: 6px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "icomoon";
  font-style: normal;
}

#return-to-top:hover {
  background: #004b97de;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.page404 {
  padding: 70px 1rem;
  background: #f2f2f2;
  text-align: center;
}

body.error404 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body.error404 .footer-shape {
  display: none;
}

section.error-404.not-found {
  max-width: 960px;
  margin: auto;
}

.ps-primary-button {
  display: block;
  margin-top: 1rem;
  width: fit-content;
  background: #0102B5;
  border-radius: 77px;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.ps-primary-button:hover {
  color: white;
  background-color: #26277b;
}
.ps-primary-button:visited {
  color: white;
}

.ps-footer-button .ps-primary-button {
  display: block;
  margin: 40px auto;
  width: fit-content;
  z-index: 2;
  position: relative;
}

.ps-footer-button .ps-primary-button span {
  font-size: 18px;
}

.openBtn:hover {
  background: #bbb;
}

.s-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.s-overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.s-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.s-overlay .closebtn:hover {
  color: #ccc;
}

.s-overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.s-overlay input[type=text]:hover {
  background: #f1f1f1;
}

.s-overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.s-overlay button:hover {
  background: #bbb;
}

.s-overlay form {
  width: 80%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center;
}
.s-overlay input.search-field {
  width: 100%;
  padding: 16px;
}
.s-overlay label {
  width: 80%;
}
.s-overlay input.search-submit {
  padding: 20px 0;
  font-size: 1rem;
  margin-right: -5px;
  width: 20%;
}

.ps-post-meta {
  margin-left: 1rem;
}

.single-post article.hentry.post.type-post:not(.l-section) {
  margin-bottom: 10px !important;
}
.single-post h1.entry-title {
  font-size: 24px;
  color: #1e1e1e;
  font-weight: bold;
}
.single-post img.attachment-post-thumbnail {
  border-radius: 10px;
}
.single-post article.post.type-post header.entry-header {
  color: #6c6e6f;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-post .entry-footer {
  display: flex;
  padding: 2px 12px;
  background-color: #dfdfdf;
  border-radius: 8px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  font-size: 14px !important;
}
.single-post .entry-footer .wpulike-robeen .count-box {
  font-size: 14px !important;
  font-weight: normal !important;
}
.single-post .entry-footer span.share-text {
  margin-right: 10px;
}
.single-post .entry-footer {
  color: #1e1e1e;
}
.single-post .entry-footer a {
  color: inherit;
}

.entry-content {
  color: #1e1e1e;
}
.entry-content a {
  color: #0102B5;
}

span.ps-post-footer-share {
  display: inline-flex;
  align-items: center;
}

body.single-post li.comment ul.children {
  list-style: none;
}
body.single-post li.comment ul.children .comment-body {
  background: #dafff4;
}

body.single-post #comments {
  max-width: unset;
  margin-right: unset;
  margin-left: unset;
  margin-top: 32px;
}

.comment-content.comment-text {
  overflow-wrap: anywhere;
}

body.single-post #comments #respond {
  border-radius: unset;
  max-width: unset;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: unset;
  margin-right: unset;
}

#comments {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  /* Highlight active form field */
}
#comments a {
  color: #E30613;
  font-weight: bold;
}
#comments a:hover {
  text-decoration: none;
}
#comments a:visited {
  color: #E30613;
}
#comments .comment-date {
  font-size: 14px;
}
#comments .comment.byuser .comment-body {
  background-color: #eaf0f6;
}
#comments a.comment-reply-link {
  float: left;
}
#comments .comment-head.comment-author.vcard {
  display: flex;
  align-items: center;
}
#comments .comments-title {
  padding-right: 15px;
}
#comments #respond {
  margin-top: 40px;
  padding: 15px;
  border-radius: 8px;
  max-width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
#comments #respond p.form-submit {
  text-align: left;
}
#comments #respond input[type=text],
#comments textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #dddddd;
}
#comments #respond input[type=text]:focus,
#comments input[type=email]:focus,
#comments input[type=url]:focus,
#comments textarea:focus {
  box-shadow: 0 0 5px #E30613;
  margin: 5px 1px 3px 0px;
  border: 2px solid #E30613;
}
#comments input#submit {
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.6em;
  padding: 13px 25px 11px;
  font-weight: 600;
  width: auto;
  background-color: #E30613;
}
#comments .comment-list {
  margin: 15px;
  padding: 0;
}
#comments .children {
  margin: 0 30px 0 0;
  padding: 0;
}

.comment-author.vcard img {
  border-radius: 25%;
  margin: 15px 0 15px 15px;
}

.comment-body {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 30px;
  margin: 20px 0;
}

ul.comment-list {
  list-style-type: none;
}

.search-results .articles-box article.hentry.post.type-post:not(.l-section) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.search-results .articles-box article.hentry:not(.l-section) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.search-results .articles-box a {
  color: #0069d1;
}
.search-results .articles-box a:hover {
  color: #0102B5;
}
.search-results .articles-box .site-main header.page-header {
  color: #60c3ad;
}
.search-results .articles-box article header.entry-header {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

.search-results article.page {
  max-width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.search-results article.page header.entry-header {
  padding-left: 15px;
  padding-right: 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.search-results nav.posts-navigation {
  background: transparent;
  border: 1px solid #0102B5;
  color: #0102B5;
  padding: 4px 12px;
  border-radius: 4px;
  transition: all 0.6s;
  width: fit-content;
  margin: 20px auto;
}

.search-results nav.posts-navigation a {
  color: #0102B5 !important;
}

.articles-top-header {
  background: #f3f3f3;
  margin-bottom: 70px;
}

article.hentry {
  padding-bottom: 70px;
}

article header.entry-header {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

article header a {
  color: #666769;
}
article header a:hover {
  color: royalblue;
}
article header a:visited {
  color: royalblue;
}

.articles-box footer.entry-footer {
  background: #f3f3f3;
  margin-top: 15px;
  padding: 5px 15px;
}

.cat-links a {
  padding: 0 5px;
  color: #0069d1;
}

.articles-top-header {
  background: #f3f3f3;
  margin-bottom: 70px;
}

article.hentry {
  padding-bottom: 20px;
}

article header.entry-header {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

article header a {
  color: #666769;
}
article header a:hover {
  color: royalblue;
}
article header a:visited {
  color: #666769;
}

.articles-box footer.entry-footer {
  background: #f3f3f3;
  margin-top: 15px;
  padding: 5px 15px;
}

.cat-links a {
  padding: 0 5px;
  color: #0069d1;
}

body.archive .articles-box article.hentry {
  padding-bottom: 0;
}

.psp-archive-small-container {
  display: flex;
  align-items: flex-end;
}
.psp-archive-small-container header.psp-article-header.psp-h-entry-header {
  max-width: 28%;
  margin-left: 2%;
}
.psp-archive-small-container .ps-card-content {
  max-width: 70%;
}

header.psp-h-entry-header-archive img {
  height: 100px;
  border-radius: 8px;
}

.entry-meta {
  color: #0069d1;
}

.entry-summary {
  color: #1e1e1e;
}

.arc-pagination {
  display: flex;
  padding: 4px;
  list-style: none;
  margin-top: 140px;
  justify-content: center;
  text-align: center;
  color: #666769;
  direction: ltr;
}
@media screen and (max-width: 576px) {
  .arc-pagination {
    margin-top: unset;
  }
}
.arc-pagination a {
  color: #666769;
  text-decoration: none;
}
.arc-pagination a:hover {
  text-decoration: none;
}
.arc-pagination a:visited {
  color: #666769;
}
.arc-pagination .current {
  border: 2px solid #0102B5;
  border-radius: 5px;
  transform: translateY(-2px);
}
.arc-pagination .page-numbers {
  margin: 0 15px;
  min-width: 30px;
  height: 30px;
  font-size: 18px;
}
.arc-pagination .next.page-numbers {
  color: #0102B5;
  font-size: 16px;
  line-height: 28px;
}
.arc-pagination .prev.page-numbers {
  color: #0102B5;
  font-size: 16px;
  line-height: 28px;
}

#secondary form.search-form {
  display: flex;
  justify-content: center;
}
#secondary form.search-form label {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
#secondary input.search-field {
  position: relative;
  background: transparent;
  border-color: #666769;
  color: #666769;
  width: 100%;
  padding: 8px;
}
#secondary input.search-field::placeholder {
  color: #666769;
}
#secondary button.search-submit {
  border: none;
  position: absolute;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #60c3ad;
  font-size: 16px;
  left: 0;
  transform: translateY(-5px);
}
#secondary h2.widget-title {
  background: #f3f3f3;
  padding: 10px;
  font-size: 1.4rem;
  color: #0069d1;
  margin-bottom: 15px;
  width: 100%;
}
#secondary a {
  color: #0069d1;
}
#secondary ul {
  list-style: none;
  margin-right: 0;
  padding-right: 15px;
}
#secondary ul li {
  padding-bottom: 15px;
}
#secondary ul li:before {
  content: "";
  background: #60c3ad;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 16px;
  border-radius: 16px;
}
#secondary #secondary section.widget {
  padding-bottom: 20px;
}

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
  animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
body.home {
  margin-top: 0 !important;
}
.ctext-block {
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.mbt70 {
  margin-bottom: 70px;
}

form#searchform-custom {
  position: relative;
  width: 100%;
}
form#searchform-custom input[type=submit] {
  position: absolute;
  height: 45px;
  left: 4px;
  width: 40px;
  background: transparent;
  border: none;
  z-index: 2;
}
form#searchform-custom input.search-field::placeholder {
  color: #001a34;
  font-size: 15px;
  font-weight: 500;
}
form#searchform-custom input.search-field {
  padding: 10px;
  border: none;
  padding-left: 30px;
  width: 100%;
  border-radius: 8px;
}

i.magnifier-icon::after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  left: 8px;
  top: 4px;
  font-style: normal;
  width: 35px;
  height: 38px;
  vertical-align: middle;
}

.course-slide-wrapper {
  position: relative;
  width: 340px !important;
  height: 340px !important;
  background: #E30613;
  border-radius: 0;
  margin: 2rem;
  padding: 2rem;
  color: white;
}
.course-slide-wrapper .course-slide-icon {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./assets/img/icon-1.svg");
}
.course-slide-wrapper:nth-child(2n) {
  background: white;
  color: #0102B5;
}
.course-slide-wrapper:nth-child(2n) .course-slide-icon {
  background-image: url("./assets/img/icon-2.svg");
}
.course-slide-wrapper:nth-child(3n) {
  background: #0102B5;
}
.course-slide-wrapper:nth-child(3n) .course-slide-icon {
  background-image: url("./assets/img/icon-3.svg");
}
.course-slide-wrapper:nth-child(4n) {
  background: #996633;
}

.fphs-title-wrapper {
  display: flex;
}

.fps-nav-box {
  position: relative;
  width: 110px;
  margin-left: 2rem;
}
.fps-nav-box .fpc-s-prev, .fps-nav-box .fpc-s-next, .fps-nav-box .fpc-a-prev, .fps-nav-box .fpc-a-next {
  color: white;
  background: #0102B5;
  border-radius: 8px;
  width: 35px;
  height: 35px;
}
.fps-nav-box .fpc-s-prev::after, .fps-nav-box .fpc-s-next::after, .fps-nav-box .fpc-a-prev::after, .fps-nav-box .fpc-a-next::after {
  font-size: 14px;
}
.fps-nav-box .fpc-f-prev, .fps-nav-box .fpc-f-next {
  color: #0102B5;
  background: white;
  border-radius: 8px;
  width: 35px;
  height: 35px;
}
.fps-nav-box .fpc-f-prev::after, .fps-nav-box .fpc-f-next::after {
  font-size: 14px;
}

.fpsh-text {
  font-size: 22px;
  font-weight: 300;
  max-width: 760px;
}

.article-slide-wrapper {
  position: relative;
  width: 380px !important;
  height: 500px !important;
  background: #996633;
  margin: 2rem;
  padding: 2rem;
  color: white;
}
.article-slide-wrapper:nth-child(2n) {
  background: white;
  color: #0102B5;
}
.article-slide-wrapper:nth-child(3n) {
  background: #0102B5;
}
.article-slide-wrapper:nth-child(4n) {
  background: #E30613;
}

.article-slide-img-wrapper img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.post-slide-title {
  font-size: 22px;
}

span.icon-arrow-left.view-more-icon-style-1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #C4C4C4;
  bottom: 2rem;
  right: 3rem;
  position: absolute;
}

.fp-courses-container {
  background: #EDEFF2;
  padding-top: 120px;
  padding-bottom: 60px;
  margin-top: -61px;
}

.course-slide-title {
  font-size: 26px;
  margin-top: 40px;
}

.ps-fp-faculty-container {
  background: #0102B5;
  padding-top: 100px;
  padding-bottom: 60px;
  color: white;
}

.swiper.faculty-swiper {
  padding-left: 5%;
}

.swiper-slide.fp-faculty-wrapper {
  width: 380px !important;
  background: white;
  border-radius: 40px;
  margin: 1rem;
  padding: 1rem;
  color: black;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.fp-f-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
}

a.numb-link.fp-f-know-more {
  background: #000000;
  border-radius: 77px;
  color: white;
  width: fit-content;
  padding: 8px 1rem;
}

.fp-faculty-name {
  font-size: 20px;
  font-weight: bold;
}

.fp-faculty-inner {
  display: flex;
  align-items: center;
}

.fp-faculty-title {
  color: #767373;
}

.fp-f-image {
  margin-right: 1rem;
}

img.fp-faculty-image {
  width: 170px;
  height: 170px;
  display: block;
  border-radius: 10px;
}

.fp-faculty-name {
  font-size: 20px;
}

.fp-latest-articles-container {
  background-color: #9DE7EC;
  padding: 140px 1rem 60px;
}

p.ps-f-text {
  font-size: 18px;
  line-height: 2.2rem;
}

.ps-fp-form-conttainer .ps-f-text-wrapper {
  padding-right: 4rem;
  padding-top: 2rem;
}

.ps-fp-form-container {
  background-color: #0102B5;
  padding: 60px 1rem;
  color: white;
}
.ps-fp-form-container .fp-form-wrapper.ps-form-wrapper {
  padding-left: 5rem;
}
.ps-fp-form-container .ginput_container input {
  border-radius: 50px;
  padding: 12px 20px !important;
}
.ps-fp-form-container .ginput_container textarea {
  border-radius: 75px;
  padding: 20px 40px !important;
}
.ps-fp-form-container .gfield {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ps-fp-form-container .gfield label {
  margin-right: 1rem;
}
.ps-fp-form-container .ginput_container.ginput_container_email {
  flex-grow: 1;
}
.ps-fp-form-container .gform_wrapper .top_label div.ginput_container {
  flex-grow: 1;
}
.ps-fp-form-container input#gform_submit_button_1 {
  background: #FFFFFF;
  border-radius: 77px;
  width: 200px;
  padding: 12px 32px;
  font-weight: bold;
  color: #0102B5;
}
.ps-fp-form-container .gform_wrapper .gform_footer {
  width: 200px;
  margin-right: 2rem !important;
  margin-top: 1rem !important;
  margin-left: auto !important;
  display: block;
}

.ps-f-title {
  border-bottom: 8px solid #E30613;
  padding-bottom: 12px;
  margin-bottom: 1rem;
  font-size: 36px;
  font-weight: 300 !important;
  letter-spacing: 1.5px;
}

.course-slider-wrapper {
  padding-left: 3rem;
}

.pp-header-hero {
  position: relative;
  width: 100%;
  height: 85vh;
}

.pp-header-hero-inner {
  background-blend-mode: screen;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.pp-header-hero-container {
  position: relative;
  height: 85vh;
}

img.home-bg-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}

.swiper.faculty-swiper {
  padding-left: 4rem;
}

img.perspsy-h-logo {
  position: absolute;
  top: 15%;
  left: 43px;
  width: 328.95px;
  height: auto;
  z-index: 2;
}

img.ps-shape-1 {
  position: absolute;
  bottom: -40px;
  left: 92px;
  width: 180px;
  height: auto;
}

.ps-header-slogan {
  position: absolute;
  width: 460px;
  height: 284px;
  right: 40px;
  top: 15%;
  color: #0102b5;
  z-index: 2;
}

.ps-header-slogan-title {
  font-size: 58px;
  font-family: serif;
}

.ps-header-slogan-subtitle {
  font-size: 22px;
  margin-top: 2rem;
}

.ps-header-slogan-subtitle span {
  font-size: 14px;
}

.cu-page-container {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #0102B5;
}

.cu-form-container {
  background-color: #0102B5;
}

.contact-us-bg.col-lg-6 {
  padding: 0;
}

.cu-form-wrapper {
  padding: 60px 1rem;
  color: white;
}
.cu-form-wrapper .ginput_container input {
  border-radius: 50px;
  padding: 12px 20px !important;
}
.cu-form-wrapper .ginput_container textarea {
  border-radius: 75px;
  padding: 20px 40px !important;
}
.cu-form-wrapper .ginput_container.ginput_container_email {
  flex-grow: 1;
}
.cu-form-wrapper .gform_wrapper .top_label div.ginput_container {
  flex-grow: 1;
}
.cu-form-wrapper input#gform_submit_button_2 {
  background: #FFFFFF;
  border-radius: 77px;
  width: 200px;
  padding: 12px 32px;
  font-weight: bold;
  color: #0102B5;
}
.cu-form-wrapper .gform_wrapper .gform_footer {
  width: 200px;
  margin-right: 2rem !important;
  margin-top: 1rem !important;
  margin-left: auto !important;
  display: block;
}

img.cu-bg-img {
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: cover;
}
@media screen and (min-width: 1400px) {
  img.cu-bg-img {
    max-height: 100vh;
  }
}

.cu-form-wrapper {
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .pp-header-hero {
    height: 75vh;
  }

  .container.pp-header-hero-container {
    z-index: 1;
  }

  img.perspsy-h-logo {
    position: initial;
    width: 175px;
    height: auto;
    z-index: 2;
    display: block;
    padding-top: 2rem;
    margin: auto;
  }

  .ps-header-slogan {
    position: initial;
    width: unset;
    max-width: 460px;
    height: unset;
    color: #0102b5;
    z-index: 2;
    margin: auto;
    text-align: center;
  }
  .ps-header-slogan .ps-primary-button {
    margin: 1rem auto 0;
  }

  img.ps-shape-1 {
    display: none;
  }

  .footer-col {
    margin-top: 1rem;
  }

  .course-slider-wrapper {
    padding-left: 0;
  }

  .course-slide-wrapper {
    position: relative;
    width: 260px !important;
    height: 260px !important;
    margin: 1rem 1rem 1rem 8px;
    padding: 1rem;
    border-radius: 20px;
  }

  .course-slide-title {
    font-size: 18px;
    margin-top: 1rem;
  }

  .fp-courses-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .swiper-slide.fp-faculty-wrapper {
    width: 260px !important;
    height: 260px !important;
    margin: 1rem;
    margin-right: 0 !important;
    padding: 1rem;
  }

  img.fp-faculty-image {
    width: 130px;
    height: 130px;
  }

  .swiper.faculty-swiper {
    padding-left: 0 !important;
  }

  .ps-fp-faculty-container {
    padding-top: 40px;
  }

  .article-slide-wrapper {
    position: relative;
    width: 260px !important;
    height: 420px !important;
    margin: 1rem;
    margin-right: 0 !important;
    padding: 1rem;
    border-radius: 20px;
  }

  .article-slide-img-wrapper img {
    border-radius: 12px;
  }

  .post-slide-title {
    font-size: 18px;
  }

  span.icon-arrow-left.view-more-icon-style-1 {
    bottom: 1rem;
    right: 20px;
  }

  .fp-latest-articles-container {
    padding: 40px 0 40px;
  }

  .ps-fp-form-container .fp-form-wrapper.ps-form-wrapper {
    padding-left: 0;
  }

  .ps-fp-form-container .gfield {
    display: block;
  }

  body .gform_wrapper ul li.gfield {
    margin-top: 30px;
    display: block;
  }

  .ps-fp-form-container .ginput_container input {
    border-radius: 20px;
    padding: 12px 16px !important;
  }

  .ps-fp-form-container .ginput_container textarea {
    border-radius: 20px;
    padding: 16px !important;
  }

  .ps-fp-form-container .gform_wrapper .gform_footer {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .ps-fp-form-container input#gform_submit_button_1 {
    border-radius: 20px;
    padding: 10px 20px;
  }

  .contact-us-bg.col-lg-6 {
    display: none;
  }

  .col-lg-6.cu-form-container {
    background-image: url("./assets/img/cu-bg.jpg");
    background-size: cover;
    background-position: bottom;
  }

  .cu-form-wrapper .gform_body input, .cu-form-wrapper textarea {
    opacity: 0.8;
  }

  .cu-form-wrapper .ginput_container input {
    border-radius: 20px;
    padding: 12px 16px !important;
  }

  .cu-form-wrapper .ginput_container textarea {
    border-radius: 20px;
    padding: 16px !important;
  }

  .cu-form-wrapper .gform_wrapper .gform_footer {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .cu-form-wrapper input#gform_submit_button_1 {
    border-radius: 20px;
    padding: 10px 20px;
  }

  .footer-container.container {
    padding: 0 1rem;
  }

  .footer-social-icon {
    border-radius: 12px;
    padding: 4px 0px 8px 6px;
    font-size: 30px;
    width: 53px;
    height: 53px;
    margin: 0;
  }

  .social-icon-bar {
    margin-top: 1rem;
  }
}
.faculty-side-bar {
  background: black;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.faculty-content-inner {
  max-width: 756px;
  padding-top: 120px;
  padding-left: 90px;
}

.pp-sidebar-logo {
  width: 190px;
}

.pp-sidebar-shape {
  position: absolute;
  right: -47px;
  height: 200px;
}

header.faculty-s-header {
  display: flex;
  align-items: center;
}

.faculty-name-and-title {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.faculty-name-and-title h1 {
  font-size: 48px;
  line-height: 1rem;
}
.faculty-name-and-title .faculty-title {
  font-size: 32px;
  color: #767373;
}

.course-s-header {
  display: flex;
  align-items: flex-end;
}

.course-name-and-title {
  padding: 0 0 1rem 1rem;
}
.course-name-and-title h1 {
  font-size: 30px;
  line-height: 2rem;
  padding-bottom: 8px;
  border-bottom: 3px solid #dcdcdc;
}
.course-name-and-title .faculty-name {
  font-size: 26px;
  line-height: 1.5rem;
  padding-bottom: 8px;
  border-bottom: 3px solid #9de7ec;
  width: fit-content;
}

.course-content-inner {
  max-width: 1033px;
  padding-top: 120px;
  border-bottom: 3px solid #9de7ec;
  margin-bottom: 20px;
}

.course-form-title {
  display: table;
  margin: 0 auto 1rem;
  border-bottom: 3px solid #9DE7EC;
  font-size: 26px;
  color: #E30613;
}

.course-form-text {
  padding-bottom: 3rem;
}

.course-form-container {
  max-width: 1033px;
}

.course-form-inner {
  max-width: 910px;
}
.course-form-inner input {
  background-color: #EDEFF2;
  border-radius: 77px;
  border: none;
  padding: 10px 16px !important;
}

.fp-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ps-view-all {
  background: #FFFFFF;
  border-radius: 77px;
  padding: 1rem 32px;
  font-size: 18px;
  color: #0102B5 !important;
}

.faculty-archive-articles-box {
  padding-top: 80px;
}

.fah-top {
  display: block;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  font-size: 90px;
  line-height: 70px;
  text-transform: capitalize;
  color: rgba(196, 196, 196, 0.2);
}

.fah-bottom {
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 38px;
  border-bottom: 3px solid red;
  color: #0102B5;
  padding-bottom: 8px;
}

.faculty-archive-articles-box img.attachment-thumbnail {
  width: 220px;
  height: 220px !important;
}

header.psp-article-header {
  margin-right: 2rem;
  margin-left: 0;
}

.faculty-archive-articles-box {
  margin-top: 5rem;
}

.fa-faculty-level {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  display: flex;
  align-items: flex-end;
  color: #000000;
  border-bottom: 3px solid #E30613;
  width: fit-content;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.ps-post-title.faculty-name {
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  display: flex;
  align-items: flex-end;
  color: #000000;
}

.fa-entry-excerpt {
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  display: flex;
  align-items: flex-end;
  color: #ADADAD;
  padding-bottom: 8px;
  border-bottom: 3px solid #E30613;
  margin-bottom: 8px;
}

a.fa-faculty-email {
  font-size: 20px;
  line-height: 1rem;
}

.fa-article-wrapper {
  border-bottom: 3px solid #E30613;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.pa-article-wrapper {
  background: #EDEFF2;
  border-radius: 30px;
  padding: 1rem !important;
  margin-bottom: 2rem;
  border-bottom: 3px solid #E30613;
}

.pa-archive-container {
  display: flex;
}

.pa-card-content {
  width: 75%;
  flex-basis: 75%;
  padding-left: 1rem;
  position: relative;
  padding-bottom: 40px;
}
.pa-card-content time.post-date {
  width: fit-content;
  border-bottom: 3px solid #E30613;
  display: block;
  margin-bottom: 1rem;
  color: #637180;
}

header.pa-article-header {
  flex-basis: 25%;
  width: 25%;
}
header.pa-article-header img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
}

.pa-readmore {
  background: black;
  color: white !important;
  padding: 10px 16px;
  border-radius: 2rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 1rem;
}
.pa-readmore:hover {
  border-bottom: 3px solid red;
}

.ps-pagination {
  display: block;
  margin: auto;
  width: fit-content !important;
}
.ps-pagination .page-numbers {
  width: 38px;
  height: 38px;
  font-size: 18px;
  background: #E30613;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  margin: 4px;
}
.ps-pagination .page-numbers.current {
  background-color: #dcdcdc;
}

header.page-header.mb-5 {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .fp-faculty-inner {
    flex-direction: column;
  }

  .swiper-slide.fp-faculty-wrapper {
    width: 220px !important;
    height: 240px !important;
  }

  .article-slide-img-wrapper img {
    height: 180px;
  }

  .article-slide-wrapper {
    height: 370px !important;
  }

  .fp-f-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
  }

  a.numb-link.fp-f-know-more {
    background: unset;
    border-radius: 77px;
    color: blue;
    width: fit-content;
    padding: 0;
  }

  img.nav-header-shape {
    display: block;
    top: 73px !important;
    right: 16px !important;
    max-width: 110px !important;
    z-index: 98 !important;
  }

  .ps-nav-header-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .fp-section-header-inner {
    width: 100%;
  }

  h2.ps-title-style-1 {
    font-size: 32px;
  }

  .nav-header-logo img {
    position: absolute;
    top: 13px;
    right: 40px;
    max-width: 60px;
    z-index: 99;
  }

  .nav-burger {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .pa-archive-container {
    display: flex;
    flex-direction: column;
  }

  header.pa-article-header {
    flex-basis: 100%;
    width: 100%;
  }

  time.post-date {
    display: none !important;
  }

  .pa-card-content {
    width: 100%;
    flex-basis: 100%;
    margin-top: 1rem;
    padding-left: 0;
    position: relative;
    padding-bottom: 65px;
  }

  header.pa-article-header img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: cover;
    border-radius: 1rem;
  }

  img.hp-ps-shape {
    left: 16px;
  }
}
header.course-s-header img {
  max-width: 200px;
}

a.read-more-2 {
  font-size: 22px;
  color: #0102B5 !important;
  margin-top: 8px;
  text-decoration: none !important;
}

header.faculty-s-header img {
  max-width: 200px;
}

section.home-content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #edeff2;
  position: relative;
}

img.hp-ps-shape {
  position: absolute;
  top: -32px;
  right: 75px;
  width: 120px;
  z-index: 98;
}

/*# sourceMappingURL=style.css.map */
