/* 
	/*!
	Theme Name: تیرداد
	Theme URI: https://www.rtl-theme.com/tirdad-wordpress-theme/
	Description: قالب شرکتی تیرداد
	Author: pouria zamani
	Author URI: https://www.rtl-theme.com/author/pori/
	Version: 1.2
	Stable tag: 1.2
	Requires at least: 1.1
	Tested up to: 5.6
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: tirdad-theme
*/
/*
/*--------------------------------------------------------------
1. GENERAL
---------------------------------------------------------------*/
@font-face {
    font-family: 'iran';
    src: url('../fonts/IRANSansWebFaNum-Medium.svg#IRANSansWebFaNum-Medium') format('svg'),
        url('../fonts/IRANSansWebFaNum-Medium.ttf') format('truetype'),
        url('../fonts/IRANSansWebFaNum-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iran';
    src: url('../fonts/iran.eot');
    src: url('../fonts/iran.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iran.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'irsns';
    src: url('../fonts/irsns_light.svg') format('svg'),
        url('../fonts/irsns_light.ttf') format('truetype'),
        url('../fonts/irsns_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'irsns';
    src: url('../fonts/irsns_light.eot');
    src: url('../fonts/irsns_light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/irsns_light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #FFF;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    text-align: right;
}

a {
    color: #EFBB20;
    outline: 0 none;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: 0 none;
}

a:active,
a:hover {
    color: #333333;
}

p a {
    color: #333333;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

hr {
    clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}

address {
    font-style: italic;
}

table {
    background-color: transparent;
    width: 100%;
}

table thead th {
    color: #333;
}

table td {
    padding: 15px 10px;
}

p {
    font-family: irsns;
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.clear {
    clear: both;
}

.pull-none {
    float: none;
}

::-moz-selection {
    background: #3396d1;
    color: #fff;
}

::selection {
    background: #3396d1;
    color: #fff;
}

/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: iran;
    font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}

h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
}

h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 25px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/

p {
    line-height: 24px;
    margin-bottom: 24px;
}

strong {
    font-weight: 600;
}

/*text align*/

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify
}

/*text vertical align*/

.v-align-t {
    vertical-align: top;
}

.v-align-m {
    vertical-align: middle;
}

.v-align-b {
    vertical-align: bottom;
}

/*text no line brack*/

.text-nowrap {
    white-space: nowrap
}

/*text transform*/

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

/*text size*/

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
}

/*text weight*/

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

/*---------------------------------------------------------------
4. LISTS
---------------------------------------------------------------*/

dl,
ul,
ol {
    list-style-position: outside;
    padding: 0;
}

ul,
ol {
    margin-bottom: 24px;
}

ul li,
ol li {
    padding: 0;
}

dl {
    margin-left: 0;
    margin-bottom: 30px;
}

dl dd {
    margin-bottom: 10px;
}

/*---------------------------------------------------------------
5. BOX SPACING (inner & outer)
	>padding
	>marging
---------------------------------------------------------------*/
/*== >padding (around) ======*/
.pb-100 {
    padding: 50px 0;
}

.p-a0 {
    padding: 0;
}

.p-a5 {
    padding: 5px;
}

.p-a10 {
    padding: 10px;
}

.p-a15 {
    padding: 15px;
}

.p-a20 {
    padding: 20px;
}

.p-a25 {
    padding: 25px;
}

.p-a30 {
    padding: 30px;
}

.p-a40 {
    padding: 40px;
}

.p-a50 {
    padding: 50px;
}

.p-a60 {
    padding: 60px;
}

.p-a70 {
    padding: 70px;
}

.p-a80 {
    padding: 80px;
}

.p-a90 {
    padding: 90px;
}

.p-a100 {
    padding: 100px;
}

/*== >Padding (top) ==*/

.p-t0 {
    padding-top: 0;
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t80 {
    padding-top: 80px;
}

.p-t90 {
    padding-top: 90px;
}

.p-t100 {
    padding-top: 100px;
}

/*== >Padding (bottom) ==*/

.p-b0 {
    padding-bottom: 0;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-b100 {
    padding-bottom: 100px;
}

/*== >Padding (left) ==*/

.p-l0 {
    padding-left: 0;
}

.p-l5 {
    padding-left: 5px;
}

.p-l10 {
    padding-left: 10px;
}

.p-l15 {
    padding-left: 15px;
}

.p-l20 {
    padding-left: 20px;
}

.p-l30 {
    padding-left: 30px;
}

.p-l40 {
    padding-left: 40px;
}

.p-l50 {
    padding-left: 50px;
}

.p-l60 {
    padding-left: 60px;
}

.p-l70 {
    padding-left: 70px;
}

.p-l80 {
    padding-left: 80px;
}

.p-l90 {
    padding-left: 90px;
}

.p-l100 {
    padding-left: 100px;
}

/*== >Padding (right) ==*/

.p-r0 {
    padding-right: 0;
}

.p-r5 {
    padding-right: 5px;
}

.p-r10 {
    padding-right: 10px;
}

.p-r15 {
    padding-right: 15px;
}

.p-r20 {
    padding-right: 20px;
}

.p-r30 {
    padding-right: 30px;
}

.p-r40 {
    padding-right: 40px;
}

.p-r50 {
    padding-right: 50px;
}

.p-r60 {
    padding-right: 60px;
}

.p-r70 {
    padding-right: 70px;
}

.p-r80 {
    padding-right: 80px;
}

.p-r90 {
    padding-right: 90px;
}

.p-r100 {
    padding-right: 100px;
}

/*== >Padding (left right) ==*/

.p-lr0 {
    padding-left: 0;
    padding-right: 0;
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}

/*== >Padding (top bottom) ==*/

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0;
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

/*== >margin (around) ======*/
.m-auto {
    margin: auto;
}

.m-a0 {
    margin: 0;
}

.m-a5 {
    margin: 5px;
}

.m-a10 {
    margin: 10px;
}

.m-a15 {
    margin: 15px;
}

.m-a20 {
    margin: 20px;
}

.m-a30 {
    margin: 30px;
}

.m-a40 {
    margin: 40px;
}

.m-a50 {
    margin: 50px;
}

.m-a60 {
    margin: 60px;
}

.m-a70 {
    margin: 70px;
}

.m-a80 {
    margin: 80px;
}

.m-a90 {
    margin: 90px;
}

.m-a100 {
    margin: 100px;
}

/*== >marging (top) ==*/

.m-t0 {
    margin-top: 0;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t80 {
    margin-top: 80px;
}

.m-t90 {
    margin-top: 90px;
}

.m-t100 {
    margin-top: 100px;
}

/*== >marging (bottom) ==*/

.m-b0 {
    margin-bottom: 0;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-b100 {
    margin-bottom: 100px;
}

/*== >marging (left) ==*/

.m-l0 {
    margin-left: 0;
}

.m-l5 {
    margin-left: 5px;
}

.m-l10 {
    margin-left: 10px;
}

.m-l15 {
    margin-left: 15px;
}

.m-l20 {
    margin-left: 20px;
}

.m-l30 {
    margin-left: 30px;
}

.m-l40 {
    margin-left: 40px;
}

.m-l50 {
    margin-left: 50px;
}

.m-l60 {
    margin-left: 60px;
}

.m-l70 {
    margin-left: 70px;
}

.m-l80 {
    margin-left: 80px;
}

.m-l90 {
    margin-left: 90px;
}

.m-l100 {
    margin-left: 100px;
}

/*== >marging (right) ==*/

.m-r0 {
    margin-right: 0;
}

.m-r5 {
    margin-right: 5px;
}

.m-r10 {
    margin-right: 10px;
}

.m-r15 {
    margin-right: 15px;
}

.m-r20 {
    margin-right: 20px;
}

.m-r30 {
    margin-right: 30px;
}

.m-r40 {
    margin-right: 40px;
}

.m-r50 {
    margin-right: 50px;
}

.m-r60 {
    margin-right: 60px;
}

.m-r70 {
    margin-right: 70px;
}

.m-r80 {
    margin-right: 80px;
}

.m-r90 {
    margin-right: 90px;
}

.m-r100 {
    margin-right: 100px;
}

/*== >marging (left right) ==*/

.m-lr0 {
    margin-left: 0;
    margin-right: 0;
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}

/*== >marging (top bottom) ==*/

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

/*== > colum gap less ==*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}

/*---------------------------------------------------------------
col
---------------------------------------------------------------*/


.max-w100 {
    max-width: 100px;
}

.max-w200 {
    max-width: 200px;
}

.max-w300 {
    max-width: 300px;
}

.max-w400 {
    max-width: 400px;
}

.max-w500 {
    max-width: 500px;
}

.max-w600 {
    max-width: 600px;
}

.max-w700 {
    max-width: 700px;
}

.max-w800 {
    max-width: 800px;
}

.max-w900 {
    max-width: 900px;
}

.max-w1000 {
    max-width: 1000px;
}

/*---------------------------------------------------------------
7. POSITIONS ( absolute & relative & statice & z-index )
---------------------------------------------------------------*/

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.static {
    position: static;
}

.z-index1 {
    z-index: 1;
}

.z-index2 {
    z-index: 2;
}

.z-index3 {
    z-index: 3;
}

.z-index4 {
    z-index: 4;
}

.z-index5 {
    z-index: 5;
}

.z-index6 {
    z-index: 6;
}

.z-index7 {
    z-index: 7;
}

.z-index8 {
    z-index: 8;
}

.z-index9 {
    z-index: 9;
}

.z-index10 {
    z-index: 10;
}

.z-index100 {
    z-index: 100;
}

.z-index999 {
    z-index: 999;
}

/*---------------------------------------------------------------
---------------------------------------------------------------*/
/*=== >text color===*/

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #f5f6f6;
}

.text-gray-dark {
    color: #d3d3d3;
}

.text-red {
    color: #F00;
}

.text-green {
    color: #090;
}

.text-yellow {
    color: #FF0;
}

/*=== >background color===*/

.bg-transparent {
    background-color: transparent;
}

.bg-primary {
    background-color: transparent;
}

.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #000;
}

.bg-black-light {
    background-color: #212121;
}

.bg-gray {
    background-color: #f5f6f6;
}

.bg-gray-dark {
    background-color: #d3d3d3;
}

.bg-red {
    background-color: #FF4045;
}

.bg-green {
    background-color: #38E225;
}

.bg-yellow {
    background-color: #F0F52E;
}

/*=== >background image===*/

.bg-img-fix {
    background-attachment: fixed;
    background-size: cover;
}

/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/

.pori-img-overlay1,
.pori-img-overlay2,
.pori-img-overlay3,
.pori-img-overlay4,
.pori-img-overlay5,
.pori-img-overlay6,
.pori-img-overlay7,
.pori-img-overlay8,
.pori-img-overlay9,
.pori-img-overlay11 {
    position: relative;
}

.pori-img-overlay1:before,
.pori-img-overlay1:after,
.pori-img-overlay2:before,
.pori-img-overlay2:after,
.pori-img-overlay3:before,
.pori-img-overlay3:after,
.pori-img-overlay4:before,
.pori-img-overlay4:after,
.pori-img-overlay5:before,
.pori-img-overlay5:after,
.pori-img-overlay6:before,
.pori-img-overlay6:after,
.pori-img-overlay7:before,
.pori-img-overlay7:after,
.pori-img-overlay8:before,
.pori-img-overlay8:after,
.pori-img-overlay9:before,
.pori-img-overlay9:after,
.pori-img-overlay11:before,
.pori-img-overlay11:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*effect 1*/

.pori-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pori-img-overlay1:hover:before,
.pori-box:hover .pori-img-overlay1:before {
    opacity: 0.5;
}

/*effect 2*/

.pori-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;


    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.pori-img-overlay2:hover:before,
.pori-box:hover .pori-img-overlay2:before {
    opacity: 0.9;
}

/*effect 3*/

.pori-img-overlay3:before {
    left: 50%;
    top: 50%;
}

.pori-img-overlay3:hover:before,
.pori-box:hover .pori-img-overlay3:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*effect 4*/

.pori-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%;
}

.pori-img-overlay4:hover:before,
.pori-box:hover .pori-img-overlay4:before {
    width: 100%;
    left: 0;
}

/*effect 5*/

.pori-img-overlay5:before {
    left: 0;
    top: 50%;
    width: 100%;
}

.pori-img-overlay5:hover:before,
.pori-box:hover .pori-img-overlay5:before {
    height: 100%;
    top: 0;
}

/*effect 6*/

.pori-img-overlay6:before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}

.pori-img-overlay6:hover:before,
.pori-box:hover .pori-img-overlay6:before {
    height: 100%;
}

/*effect 7*/

.pori-img-overlay7:before,
.pori-img-overlay7:after {
    height: 100%;
}

.pori-img-overlay7:after {
    left: auto;
    right: 0;
}

.pori-img-overlay7:hover:before,
.pori-img-overlay7:hover:after,
.pori-box:hover .pori-img-overlay7:before,
.pori-box:hover .pori-img-overlay7:after {
    width: 50%;
}

/*effect 8*/

.pori-img-overlay8:before,
.pori-img-overlay8:after {
    height: 100%;
}

.pori-img-overlay8:after {
    left: auto;
    right: 0;
}

.pori-img-overlay8:hover:before,
.pori-img-overlay8:hover:after,
.pori-box:hover .pori-img-overlay8:before,
.pori-box:hover .pori-img-overlay8:after {
    width: 100%;
    opacity: 0.3;
}

/*effect 9*/

.pori-img-overlay9:before,
.pori-img-overlay9:after {}

.pori-img-overlay9:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.pori-img-overlay9:hover:before,
.pori-img-overlay9:hover:after,
.pori-box:hover .pori-img-overlay9:before,
.pori-box:hover .pori-img-overlay9:after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

/*effect 10*/

.pori-img-overlay10:before,
.pori-img-overlay10:after {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pori-img-overlay10:hover:before,
.pori-box:hover .pori-img-overlay10:before {
    opacity: 0.5;
}

.pori-img-overlay10:hover:after,
.pori-box:hover .pori-img-overlay10:after {
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    opacity: 0.5;
    background: none;
    border: 1px dashed #FFFFFF;
}

.pori-img-overlay11:after {}

.pori-img-overlay11:hover:after,
.pori-box:hover .pori-img-overlay11:after {
    height: 95%;
    opacity: 1;
    right: 7.5%;
    top: 2.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 85%;
}

.pori-img-overlay11:hover:before,
.pori-box:hover .pori-img-overlay11:before {
    height: 85%;
    left: 2.5%;
    opacity: 1;
    top: 7.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 95%;
}

.pori-img-overlay11:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 5%;
    height: 80%;
    left: auto;
    right: 5%;
    top: auto;
    -moz-transform: skewY(70deg);
    -webkit-transform: skewY(70deg);
    -o-transform: skewY(70deg);
    -ms-transform: skewY(70deg);
    transform: skewY(70deg);
    width: 90%;
}

.pori-img-overlay11:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: auto;
    height: 90%;
    left: 5%;
    right: auto;
    top: 5%;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    width: 80%;
}

.pori-img-overlay11 {
    background-color: #000 !important;
}

.pori-img-overlay11:hover img {
    opacity: 0.7 !important
}

/*---------------------------------------------------------------
---------------------------------------------------------------*/

.pori-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
}

.pori-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}

/* >image-opacity */

.pori-img-effect.opacity img:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

/* >image-zoom */

.pori-img-effect.zoom-slow img {
    transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
}

.pori-img-effect.zoom-slow:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* >image-zoom-slow */

.pori-img-effect.zoom:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

/* >image-shrink */

.pori-img-effect.shrink:hover img {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
}

/* >image-side-pan */

.pori-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

/* >image-vertical-pan */

.pori-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

/* >image-fade-in */

.pori-img-effect.fade-in {
    background: #000
}

.pori-img-effect.fade-in img {
    opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-opacity: 0.65;
}

.pori-img-effect.fade-in:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

/* >image-fade-out */

.pori-img-effect.fade-out {
    background: #000
}

.pori-img-effect.fade-out:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}

/* >image-rotate */

.pori-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}

/* >image-sepia */

.pori-img-effect.sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.algo-image-hover.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}

/* >image-blurr */

.pori-img-effect.blurr img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.pori-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

/* >image-blurr-invert */

.pori-img-effect.blurr-invert img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.pori-img-effect.blurr-invert img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

.pori-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
}

/* >image off color */

.pori-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.pori-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

/* >image on color */

.pori-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.pori-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

/*---------------------------------------------------------------
---------------------------------------------------------------*/
/* info box show */

.pori-info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 40px 40px;
    opacity: 0;
    margin-bottom: -100px;
    z-index: 2;
}

.pori-info-has.p-a15 {
    padding: 15px;
}

.pori-info-has.p-a20 {
    padding: 20px;
}

.pori-info-has.bg-primary {
    background-color: rgba(27, 188, 232, 0.9);
}

.pori-info-has.bg-green {
    background-color: rgba(106, 179, 62, 0.9);
}

.pori-info-has.bg-black {
    background-color: rgba(0, 0, 0, 0.6);
}

.pori-info-has.bg-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.pori-info-has.bg-white h1,
.pori-info-has.bg-white h2,
.pori-info-has.bg-white h3,
.pori-info-has.bg-white h4,
.pori-info-has.bg-white h5,
.pori-info-has.bg-white h6 {
    color: #3d474a;
}

.pori-info-has.bg-white h1 a,
.pori-info-has.bg-white h2 a,
.pori-info-has.bg-white h3 a,
.pori-info-has.bg-white h4 a,
.pori-info-has.bg-white h5 a,
.pori-info-has.bg-white h6 a {
    color: #3d474a;
}

.pori-info-has.bg-white .pori-info-has-text,
.pori-info-has.bg-white p {
    color: #767676;
}

.pori-info-has h1,
.pori-info-has h2,
.pori-info-has h3,
.pori-info-has h4,
.pori-info-has h5,
.pori-info-has h6,
.pori-info-has p,
.pori-info-has-text,
.pori-info-has a {
    color: #fff;
}

.pori-info-has .pori-info-has-text {
    margin-bottom: 20px;
    line-height: 24px;
}

.pori-media {
    overflow: hidden;
    position: relative;
}

.pori-box:hover .pori-info-has,
.pori-media:hover .pori-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}

/* without hover */

.pori-info-has.no-hover {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}

/* Skew */

.pori-info-has.skew-has {
    border-top: 4px solid #2D3239;
    padding: 30px 40px 60px;
    -moz-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: -35px;
}

.pori-info-has.skew-has>* {
    -moz-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

/*---------------------------------------------------------------
12. FORM ELEMENTS
---------------------------------------------------------------*/

label {
    font-weight: 600;
    margin-bottom: 10px;
}

.panel-default,
.panel-default>.panel-heading {
    border-color: #e7ecf1;
    color: inherit;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e7ecf1;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}

.form-control:focus {
    border-color: #e1e1e1;
    outline: 0;
}

.form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.kv-fileinput-caption {
    height: 39px;
}

.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
    margin-right: 15px;
}



.pori-banner-outer {
    margin-bottom: 0;
}

.pori-success-top,
.pori-error-top {
    margin-bottom: 0;
}

.alert-bx.alert-info {
    padding: 15px;
    border: 1px solid #bce8f1;
}

/*---------------------------------------------------------------
13. WP DEFAULT
---------------------------------------------------------------*/

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px;
}

.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

a img.alignnone {
    margin: 5px 0 25px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin: 5px auto 15px;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption.alignnone {
    margin: 5px 0 25px 0;
}

.wp-caption.alignleft {
    margin: 5px 25px 25px 0;
}

.wp-caption.alignright {
    margin: 5px 0 25px 25px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    color: #9d9d9d;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

blockquote {
    padding: 16px 20px 16px 80px;
    font-size: 18px;
    font-style: italic;
    color: #555555;
    margin: 40px 0;
    border-left: none;
    line-height: 30px;
    position: relative;
    background: #f6f6f6;
    clear: both;
    border-left: 4px solid #EFBB20;
}

blockquote p {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    margin: 0px 40px 0 0 !important;
}

blockquote:before {
    content: '\f10d';
    font-family: "FontAwesome";
    color: #EFBB20;
    font-size: 35px;
    position: absolute;
    right: 20px !important;
    top: 20px;
    font-style: normal;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/*---------------------------------------------------------------
14. HEADER (top part of page)
---------------------------------------------------------------*/

.site-header {
    position: relative;
    z-index: 999;
}

.site-header ul,
.site-header ol {
    margin-bottom: 0;
}

/*without top bar*/

.extra-nav {
    float: right;
    padding: 25px 0;
    position: relative;
    z-index: 9;
}

.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0;
    }
}

/* map page header*/

#header-part.fix-map-header {
    height: 90px;
}

#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 480px) {
    #header-part.fix-map-header {
        height: 160px;
    }
}

/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/

.top-bar {
    background-color: #fff;
    color: #ababab;
    padding: 5px 0;
    overflow: hidden;
}

.pori-topbar-left {
    float: left;
}

.pori-topbar-right {
    float: right;
}

.pori-topbar-center,
.pori-topbar-left,
.pori-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 767px) {
    /*.top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }*/
}

/*=== >eamil-phone (left) ===*/

.e-p-bx li {
    display: inline;
    font-size: 14px;
    padding-right: 10px;
}

.e-p-bx li a {
    color: #FFF;
}

.e-p-bx li i {
    margin-right: 10px;
    vertical-align: middle;
}

/*=== >social-links (right) ===*/

.social-bx,
.login-bx {
    margin: 0 0 0 15px;
    float: right;
}

.social-bx li,
.login-bx li {
    font-size: 12px;
    margin: 0;
    position: relative;
}

.social-bx li {
    padding-left: 1px;
    padding-right: 1px;
}

.social-bx li a,
.login-bx li a {
    color: #ffffff;
}

.social-bx li i,
.login-bx li i {
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

.social-bx li span,
.login-bx li span {
    vertical-align: baseline;
    margin: 0 2px 0;
    font-size: 8px;
}

.login-bx li ul {
    top: 25px;
    left: auto;
    right: 0;
    border: none;
    padding: 0;
}

.login-bx li ul li {
    border-bottom: 1px solid #F7F7F7;
}

.login-bx li ul li a {
    color: #767676;
    padding: 9px 15px;
}

.arrow-up-border:before,
.arrow-up:after {
    position: absolute;
    display: inline-block;
    content: '';
}

.arrow-up-border:before {
    top: -7px;
    right: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #F00;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.arrow-up:after {
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
}

.arrow-left:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.arrow-left:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

/*=== >language-list () ===*/

.language-bx li {
    display: inline;
    margin: 0 10px;
}

/*---------------------------------------------------------------

---------------------------------------------------------------*/
/*=== >logo for header ===*/

.pori-logo,
.logo-header {
    display: table;
    float: right;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 200px;
    height: 90px;
    position: relative;
    z-index: 9;
}

.logo-footer {
    display: table;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #EFBB20;
    margin-bottom: 20px;
    width: 240px;
    height: 60px;
}

.pori-logo>a,
.logo-header>a,
.logo-footer>a {
    display: table-cell;
    vertical-align: middle;
}

.logo-header.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.pori-logo img,
.logo-header img,
.logo-footer img {
    max-width: 230px;
    width: auto;
    height: auto;
}

.pori-logo span,
.logo-header span,
.logo-footer span {
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}

/*= When header is sticky =*/

.is-fixed .pori-logo,
.is-fixed .logo-header,
.is-fixed.header-curve .pori-logo,
.is-fixed.header-curve .logo-header {
    height: 89px;
    width: 170px;
}

/*= Set width for mobile  =*/

@media only screen and (max-width: 767px) {

    .pori-logo,
    .logo-header,
    .is-fixed.header-curve .pori-logo,
    .is-fixed.header-curve .logo-header {
        width: 110px;
    }

    .is-fixed .pori-logo a img,
    .is-fixed .logo-header a img,
    .is-fixed.header-curve .pori-logo a img,
    .is-fixed.header-curve .logo-header a img {
        vertical-align: sub;
    }

    .pori-logo img,
    .logo-header img,
    .logo-footer img {
        max-width: 200px;
    }
}

@media only screen and (max-width: 359px) {

    .pori-logo img,
    .logo-header img,
    .logo-footer img {
        max-width: 150px;
    }
}

/*---------------------------------------------------------------
17. MAIN BAR ( place logo & main-navigation )
---------------------------------------------------------------*/

.main-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}

.header-curve .logo-header:before,
.header-curve .pori-logo:before,
.header-curve .logo-header:after,
.header-curve .pori-logo:after {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.header-curve .pori-logo:before,
.header-curve .logo-header:before {
    right: -50px;
    width: 80%;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}

.header-curve .pori-logo:after,
.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}

.is-fixed.header-curve .logo-header img,
.is-fixed.header-curve .pori-logo img {
    margin-top: -0;
}

@media only screen and (max-width: 767px) {

    .header-curve .pori-logo:after,
    .header-curve .logo-header:after {
        right: 0;
        left: auto;
    }
}

/*---------------------------------------------------------------
---------------------------------------------------------------*/
/*== >mena-menu ==*/
.navbar-toggler {
    margin: 37px 0 28px 15px;
    padding: 12px 10px;
    float: left;
}

.navbar-toggler span {
    background: #666;
}

.is-fixed .navbar-toggler {
    margin: 37px 0 28px 15px;
}

.header-nav {
    position: relative;
    padding: 0;

}

.header-nav .nav {
    float: right;
}

.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7;
}

.header-nav .nav>li {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.header-nav .nav>li>a {
    border-radius: 0px;
    color: #555555;
    font-size: 15px;
    padding: 34px 12px;
    cursor: pointer;
    display: inline-block;
}

.header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #efbb20;
}

.header-nav .nav>li>a:active,
.header-nav .nav>li>a:focus {
    background-color: transparent;
}

.header-nav .nav>li.active>a,
.header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: #EFBB20;
}

.header-nav .nav>li:hover>a {
    color: #EFBB20;
}

.header-nav .nav>li:hover>.sub-menu,
.header-nav .nav>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-nav .nav>li .sub-menu {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    display: block;
    right: 0;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}

.header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    
    padding: 5px 0;
}

.header-nav .nav>li .sub-menu li a {
    color: #777777;
    display: block;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.15s linear;
}

.header-nav .nav>li .sub-menu li a:hover {
    background-color: #F2F2F2;
    color: #EFBB20;
    text-decoration: none;
}

.header-nav .nav>li .sub-menu li:hover>a {
    color: #EFBB20;
}

.header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0px;
}

.header-nav .nav>li .sub-menu li .fa {
    color: #363636;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 12px;
}

.header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    margin: 0 0 0 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-nav .nav>li .sub-menu li:hover>.sub-menu {
    right: 219px;
    margin: 0px;
    opacity: 1;
    top: 80%;
    visibility: visible;
}

.header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}

.header-nav .nav>li.has-mega-menu {
    position: inherit;
}

.header-nav .nav>li .mega-menu {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
}

.header-nav .nav>li .mega-menu>li {
    display: table-cell;
    padding: 10px 0;
    position: relative;
    vertical-align: top;
    width: 25%;
}

.header-nav .nav>li .mega-menu>li:after {
    content: "";
    background-color: rgba(204, 204, 204, 0.4);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}

.header-nav .nav>li .mega-menu>li:last-child:after {
    display: none;
}

.header-nav .nav>li .mega-menu>li>a {
    color: #555555;
    display: block;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 600;
}

.header-nav .nav>li .mega-menu>li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

.header-nav .nav>li .mega-menu>li ul a {
    color: #777777;
    display: block;
    font-size: 12px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0 20px;
}

.header-nav .nav>li .mega-menu>li ul a:hover {
    color: #EFBB20;
    background-color: #F2F2F2;
}

.header-nav .nav>li.menu-item-has-children::before {
    content: "\f078";
    display: block;
    font-family: "FontAwesome";
    left: 4px;
    position: absolute;
    top: 50%;
    color: #001654;
    margin-top: -8px;
    font-size: 8px;
}



@media only screen and (max-width: 991px) {

    /* Mobile Responsive */
    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
        content: "\f078";
    }
    .side-nav .nav.navbar-nav li a i.fa-chevron-down, .nav.navbar-nav li a i.fa-chevron-down, .nav.navbar-nav li a i.fa-angle-right {
        background-color: rgba(0, 0, 0, 0.2);
        color: #ffffff;
        height: 100%;
        line-height: 50px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -6px;
        width: 50px;
        z-index: 3;
    }
    .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
    .nav.navbar-nav li.open a i.fa-chevron-down:before {
        content: "\f054";
    }

    .side-nav .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-angle-right {
        background-color: rgba(0, 0, 0, 0.2);
        color: #ffffff;
        height: 100%;
        line-height: 50px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -6px;
        width: 50px;
        z-index: 3;
    }

    .header-nav .nav>li .sub-menu li i.fa-angle-right:before {
        content: "\f078";
        font-size: 10px;
    }

    .header-nav .nav>li .sub-menu li.open i.fa-angle-right:before {
        content: "\f054";
    }

    .header-nav .nav>li .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav li .sub-menu .sub-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav>li.open>.sub-menu .sub-menu {
        display: none;
    }

    .header-nav .nav>li.open>.sub-menu li.open .sub-menu,
    .header-nav .nav>li.open>.mega-menu,
    .header-nav .nav>li.open>.sub-menu,
    .header-nav .nav>li ul.mega-menu ul {
        display: block;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav>li .sub-menu li .fa {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin: 0;
        right: -1px;
        color: #fff;
    }

    .header-nav .nav>li .mega-menu>li {
        padding: 0;
    }

    .header-nav .nav>li .mega-menu>li>a {
        display: none;
    }

    .header-nav .nav .mega-menu a i {
        display: inline-block;
        float: none;
        margin-top: 0;
    }

    .header-nav .nav .open>a,
    .header-nav .nav .open>a:focus,
    .header-nav .nav .open>a:hover {
        background-color: inherit;
        border-color: #e9e9e9;
    }

    .header-nav.nav-dark.nav .open>a,
    .header-nav.nav-dark .nav .open>a:focus,
    .header-nav.nav-dark .nav .open>a:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }

    header .logo {
        display: block;
        padding: 4px 0;
    }

    .header-nav .nav>li>a {
        padding: 1;
    }

    .header-nav .nav i {
        margin-top: 6px;
    }

    .mo-left .header-nav.nav-dark {
        background-color: #202020;
    }

    .mo-left .header-nav {
        overflow: hidden;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100% !important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99;
    }

    .mo-left .header-nav li.open a {
        position: relative;
    }

    .navbar-nav {
        overflow-x: scroll;
        height: 100%;
    }

    .mo-left .header-nav.show {
        left: -1px;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        margin: 0;
        width: 280px;
    }

    .mo-left .is-fixed .header-nav .nav {
        height: 100%;
    }

    .mo-left .navbar-toggler.open:after {
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        transform: scale(100);
        -o-transform: scale(100);
        -moz-transform: scale(100);
        -webkit-transform: scale(100);
        width: 100%;
        z-index: -1;
        transition: all 0.5s;
    }

    .mo-left .header-nav .logo-header {
        display: block;
        float: none;
        height: auto;
        max-width: 100%;
        padding: 30px 15px;
        width: 100%;
    }

    .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 130px;
    }

    .mo-left .navbar-toggler.open span {
        background: #fff;
    }

    /* responsive strat when media screen [991px] css START*/

    .navbar-header {
        float: none;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.show {
        display: block !important;

    }

    .header-nav .nav>li.menu-item-has-children::before {
        content: "\f078";
        display: block;
        font-family: "FontAwesome";
        left: 0;
        position: absolute;
        top: 50%;
        color: #001654;
        margin-top: 0;
        font-size: 8px;
        background-color: rgba(0, 0, 0, .2);
        height: 100%;
        line-height: 50px;
        top: 0;
        width: 50px;
        text-align: center;
        
        position: absolute;
    }
    .header-nav .nav>.sub-menu li:before {
        background-color: transparent;
        display: none;
        
    }
    /* responsive strat when medai screen [991px] css END*/

    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }

    .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
        width: 100%;
        display: block;
    }

    .header-nav .nav li {
        float: none;
        display: block;
        width: 100%;
    }

    .header-nav .nav>li .sub-menu>li,
    .header-nav .nav>li .mega-menu>li {
        float: none;
        display: block;
        width: auto;
    }

    .header-nav .nav>li>a {
        padding: 12px 15px;
        border-top: 1px solid #E9E9E9;
        display: block;
        position: relative;
    }

    .header-nav .nav i {
        float: right;
    }

    .header-nav .nav>li>a:hover,
    .header-nav .nav>li>a:active,
    .header-nav .nav>li>a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }

    .header-nav .nav>li .mega-menu>li:after {
        display: none;
    }

    .header-nav .nav>li ul,
    .header-nav .nav>li .sub-menu,
    .header-nav .nav>li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f6f6f6;
    }

    .header-nav .nav>li ul.mega-menu ul {
        display: none;
    }

    .header-nav .nav>li:hover>ul,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }

    .header-nav .nav>li ul.mega-menu li:hover ul {
        display: block;
    }

    .header-nav .nav>li .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu .sub-menu,
    .header-nav .nav>li:hover .sub-menu,
    .header-nav .nav>li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav li .sub-menu .sub-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }

    .header-nav .nav>li.open>.sub-menu .sub-menu {
        display: none;
    }

    .header-nav .nav>li.open>.sub-menu li.open .sub-menu,
    .header-nav .nav>li.open>.mega-menu,
    .header-nav .nav>li.open>.sub-menu,
    .header-nav .nav>li ul.mega-menu ul {
        display: block;
        opacity: 1;
        margin-top: 0;
    }
}

/*= nav dark version =*/

.nav-dark.header-nav .nav>li .sub-menu,
.nav-dark.header-nav .nav>li .mega-menu {
    background-color: #3D424A;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-dark.header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-dark.header-nav .nav>li .sub-menu li a,
.nav-dark.header-nav .nav>li .mega-menu>li ul a,
.nav-dark.header-nav .nav>li .mega-menu>li>a {
    color: #CCCCCC;
}

.nav-dark.header-nav .nav>li .sub-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.nav-dark.header-nav .nav>li .mega-menu>li ul a:hover {
    background-color: #1b3c62;
    color: #EFBB20;
}

.header-nav .nav>li .mega-menu li ul {
    width: 100%;
    display: block;
}

.nav-dark.header-nav .nav>li .mega-menu>li:after {
    background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
    .nav-dark.header-nav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    }

    .nav-dark.header-nav .nav {
        background-color: #2D3239;
    }

    .nav-dark.header-nav .nav>li>a {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    [class*="bg-"] .nav-dark.header-nav .nav>li>a {
        color: #999;
    }

    [class*="bg-"] .nav-dark.header-nav .nav>li.active>a,
    [class*="bg-"] .nav-dark.header-nav .nav>li:hover>a {
        color: #EFBB20;
    }

    .nav-dark.header-nav .nav>li>a:hover,
    .nav-dark.header-nav .nav>li>a:active,
    .nav-dark.header-nav .nav>li>a:focus {
        background-color: #2D3239;
        color: #EFBB20;
    }

    .nav-dark.header-nav .nav>li ul,
    .nav-dark.header-nav .nav>li .sub-menu,
    .nav-dark.header-nav .nav>li .mega-menu {
        background-color: #2D3239;
    }
}

/*= when header is sticky =*/

.sticky-no .main-bar {
    position: static !important;
}

/*= when header is sticky =*/

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.is-fixed .header-nav .nav>li>a {
    padding: 34px 12px;
}

.is-fixed .extra-nav {
    padding: 25px 0;
}

@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav>li>a {
        padding: 12px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .is-fixed .header-nav .nav {
        overflow: auto;
        height: 225px;
    }

    .is-fixed .header-nav .nav>li>a {
        padding: 12px 15px;
    }

    .is-fixed#header-part .navbar-toggle {
        margin: 15px 0;
    }
}

/*= header full width =*/

#header-part.full-width .top-bar .container,
#header-part.full-width .main-bar .container {
    width: auto;
}

/*= Header style designs strat =*/
/*header with bg primary color 1 */

[class*="bg-"] .header-nav .nav>li>a {
    color: #001654;
}

[class*="bg-"] .header-nav .nav>li.active>a,
[class*="bg-"] .header-nav .nav>li.current-menu-item>a {
    color: #2D3239;
}

[class*="bg-"] .header-nav .nav>li>a:hover,
[class*="bg-"] .header-nav .nav>li:hover>a {
    color: #ffffff;
}

[class*="bg-"] .navbar-toggle {
    border-color: #fff;
}

[class*="bg-"] .navbar-toggle span {
    background-color: #2D3239;
}

@media only screen and (max-width: 991px) {
    [class*="bg-"] .header-nav .nav>li>a {
        color: #555;
    }
}


.pori-bnr-inr.pori-bnr-inr-lg {
    height: 800px;
}

.pori-bnr-inr.pori-bnr-inr-md {
    height: 600px;
}

/* ================== Header Style 4 ================== */

.tirdad-theme-header {
    margin-bottom: 0px;
}

.tirdad-theme-header .slide-up {
    position: absolute;
    width: 100%;
}

.tirdad-theme-header .header-nav.navbar-collapse ul {
    float: none;

}

.tirdad-theme-header .mostion {
    display: none;
}

.tirdad-theme-header .main-bar {
    background: #fff;
}

.tirdad-theme-header .header-nav .nav>li>a {
    text-decoration: none;
    padding: 25px 25px;
}
.pori-post-text ul li {
  list-style: none;
  right: 5px;
  position: relative;
}
.tirdad-theme-header .extra-nav {
    padding: 15px 0;
    float: left;
}

.header-nav .nav>li:hover {
    background-color: #001659;
    border-radius: 10px;
}

.tirdad-theme-header .top-bar {
    padding: 0;
}

/* Dark */

.tirdad-theme-header.dark .main-bar {
    background: #3d424a;
}

.tirdad-theme-header.dark .top-bar {
    border-bottom: 1px solid #2d3239;
    background-color: #2d3239;
}

.tirdad-theme-header.dark .social-line li a {
    border-color: #3d424a;
}

.tirdad-theme-header.dark .contact-info span {
    color: #bfbfbf;
}

/* Dark End */
/* Contact-Info Boxed */

.contact-info {
    margin: 0;
    padding: 15px 0;
}

.contact-info li {
    list-style: none;
    width: 25%;
    float: right;
    padding: 31px 0;
    text-align: right;
}
.btn-pori-c{
  padding: 10px;
}
.contact-info h6 {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.contact-info li i {
    margin-left: 5px;
    font-size: 18px;
}

.social-line li {
    display: inline-block;
    float: left;
    margin-left: -1px;
}

/* Contact-Info Boxed End */
/* Top Bar */

.tirdad-theme-header .fa-chevron-down {
    display: none;
}

.tirdad-theme-header .social-line li a {
    color: #ababab;
    border: 1px solid;
    border-color: #e3e3e3;
    border-width: 0 1px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    display: inline-block;
    min-width: 45px;
    cursor: pointer;
    text-decoration: none;
}

.tirdad-theme-header .top-bar {
    border-bottom: 1px solid #e3e3e3;
    background-color: #F5F5F5;
}

.nav-block {
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 #a0a0a0;
    margin-bottom: 0;
    position: relative;
}

/* Header Boxed */

.boxed .tirdad-theme-header .top-bar .container {
    padding-left: 15px;
    padding-right: 15px;
}

.boxed .tirdad-theme-header .container.header-contant-block {
    padding-left: 15px;
    padding-right: 15px;
}

.boxed .tirdad-theme-header .nav-block {
    border-radius: 0px;
}

/* Header Boxed End */
/* Header is-fixed */

.tirdad-theme-header .is-fixed .header-contant-block {
    display: none;
}

.tirdad-theme-header .is-fixed .main-bar {
    background: #fff;
}

.tirdad-theme-header .is-fixed .nav-block {
    border-radius: 0px;
    box-shadow: none;
    position: unset;
}

.tirdad-theme-header .pori-quik-search .form-control {
    height: 71px;
}

/* Header is-fixed End*/



@media only screen and (max-width: 1280px) {
    .contact-info h6 {
        font-size: 14px;
    }

    .contact-info span {
        font-size: 12px;
    }

    .contact-info .site-button h5 {
        font-size: 14px;
    }

    .contact-info li .site-button {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .tirdad-theme-header .header-contant-block {
        display: none;
    }

    .tirdad-theme-header {
        margin-bottom: 0px;
    }

    .tirdad-theme-header .nav-block {
        box-shadow: none;
    }

    /*.tirdad-theme-header .header-nav.navbar-collapse ul {
        float: none;
        width: 104.3%;
    }*/
    .tirdad-theme-header .mostion {
        display: table;
    }

    .tirdad-theme-header .top-bar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tirdad-theme-header .header-nav .nav>li>a {
        padding: 12px 15px;
    }

    .tirdad-theme-header .extra-nav {
        clear: none;
        padding: 25px 0;
        width: auto;
    }

    .tirdad-theme-header .is-fixed .extra-nav {
        padding: 15px 0;
    }

    .tirdad-theme-header .pori-topbar-left,
    .tirdad-theme-header .pori-topbar-right {
        padding-left: 0;
        padding-right: 0;
    }

    

    .tirdad-theme-header .fa-chevron-down {
        display: block;
    }

    .header-style-1 .navbar-toggler span,
    .header-style-3 .navbar-toggler span,
    .tirdad-theme-header .navbar-toggler span,
    .header-style-5 .navbar-toggler span {
        background: #fff;
    }
}

/* Tablate [991] Responsive CSS End */
/* Mobile [767] Responsive CSS */

@media only screen and (max-width: 767px) {
    .tirdad-theme-header .slide-up {
        position: fixed;
    }

    .tirdad-theme-header .logo-header,
    .tirdad-theme-header .pori-logo,
    .tirdad-theme-header .is-fixed.header-curve .pori-logo,
    .tirdad-theme-header .is-fixed.header-curve .logo-header {
        width: 160px;
    }

    .tirdad-theme-header .navbar-toggle {
        margin-left: 5px;
    }

}

/* Mobile [767] Responsive CSS End */
/* Responsive CSS End */
/* ================== ================== */
/*---------------------------------------------------------------
---------------------------------------------------------------*/

.pori-banner-row,
.pori-banner-outer {
    position: relative;
}

.pori-bnr-pic {
    width: 100%;
    overflow: hidden;
}

.pori-bnr-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.pori-bnr-text {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    margin: 0;
    font-family: Raleway;
    color: #FFFFFF;
    font-family: "Raleway";
}

.pori-bnr-text-has {
    max-width: 600px;
}

.pori-bnr-text strong,
.pori-bnr-text span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.pori-bnr-text strong {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 25px;
    color: #FFFFFF;
}

.pori-bnr-text span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}

.pori-bnr-text .btn {
    margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
    .pori-bnr-text strong {
        font-size: 60px;
        line-height: 60px;
        margin: 0 0 15px;
    }

    .pori-bnr-text span {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .pori-bnr-text strong {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pori-bnr-text strong {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0;
    }
    .header-nav .nav>li:hover {
        background-color: transparent;
        border-radius: 10px;
    }
    /* .tirdad-theme-header .header-nav.navbar-collapse ul {
        float: none;
        width: 104.3%;
    }*/
}

@media only screen and (max-width: 680px) {
    .pori-bnr-text strong {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 0;
    }

    /* .tirdad-theme-header .header-nav.navbar-collapse ul {
        float: none;
        width: 105.9%;
    }*/
    .pori-bnr-text span {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .pori-bnr-text strong {
        font-size: 20px;
        line-height: 20px;
    }

    /*.tirdad-theme-header .header-nav.navbar-collapse ul {
        float: none;
        width: 110%;
    }*/
    .pori-bnr-text span {
        font-size: 12px;
        line-height: 16px;
    }
}

/*== > inner page banner ==*/

.pori-bnr-inr {
    height: 300px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    margin: 72px 0 0 0;
}

.pori-bnr-inr .container {
    display: table;
    height: 100%;
}

.pori-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle;
}

.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
    color: #FFF;
}

/*== >  Provider banner off ==*/

.banner-inner-row.provider-banner-off {
    height: 150px;
    background-image: url("file:///C|/Users/pori/images/pattern/pattern1.jpg") !important;
    background-repeat: repeat;
    background-size: auto;
}

.provider-banner-off.overlay-black-middle::after {
    opacity: 0.1;
}

.navicon {
    width: 20px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 0;
}

.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navicon span:nth-child(1) {
    top: 0px;
}

.navicon span:nth-child(2) {
    top: 7px;
}

.navicon span:nth-child(3) {
    top: 14px;
}

.navicon.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navicon.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*---------------------------------------------------------------

/*---------------------------------------------------------------
---------------------------------------------------------------*/

.blog-post {
    position: relative;
    margin-bottom: 30px;
}

.pori-post-info {}

.pori-post-title {
    margin-bottom: 10px;
}

.pori-post-title .post-title {
    margin-top: 15px;
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e0e0ea;
}
a:hover {
 
  text-decoration: none;
}
.pori-nav li a,
.pori-nav li a:hover,
.pori-nav li.active a,
.pori-nav li.disabled {
    color: #fff;
    text-decoration: none;
}
.pori-nav li {
    display: inline;
}
.pori-nav li a,
.pori-nav li a:hover,
.pori-nav li.active a,
.pori-nav li.disabled {
    color: #222;
    line-height: 50px;
    padding: 0 15px;
    display: inline-block;
    margin: 10px 0;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(46, 61, 73, 0.15);
}
.pori-nav li a:hover,
.pori-nav li.active a {
    background-color: #ffc500;
    color: #fff;
}
.centred {
  text-align: center;
}

.pori-post-meta {
    margin-bottom: 10px;
}

.pori-post-meta ul {
    margin: 0 -4px;
    list-style: none;
}

.pori-post-meta ul li {
    padding: 0;
    display: inline-block;
}

.pori-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}

.pori-post-meta li:last-child:after {
    display: none;
}

.pori-post-meta a {
    color: #a9a9a9;
}

.pori-post-meta i {
    color: #7b7b7b;
    margin: 0 5px;
}

.pori-post-text {
    margin-bottom: 15px;
}

.pori-post-text p:last-child {
    margin: 0;
}

.pori-post-readmore {
    margin-bottom: 15px;
}

.pori-post-tag {
    border-top: 1px solid #E9E9E9;
    padding: 10px 0;
}

.pori-post-tag .post-tags {
    margin: 0 -3px;
    list-style: none;
    text-align: right;
}

.pori-post-tag .post-tags a {
    border: 1px solid #FDC716;
    padding: 2px 8px;
    color: #a9a9a9;
    margin: 2px 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

/*== post date syle css ==*/

.date-style-1 .post-date {
    color: #fff;
    background-color: #EFBB20;
    padding: 3px 5px 3px 5px;
}

.date-style-1 .post-date .fa {
    color: #fff;
    left: 5px;
    top: 5px;
}

.pori_date .post-date,
.date-style-4 .post-date {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffc600;
    border-radius: 20px 0 20px 0;
}

.pori_date .post-date strong,
.pori_date .post-date span,
.date-style-4 .post-date strong,
.date-style-4 .post-date span {
    display: block;
    padding: 10px 5px;
}

.pori_date .post-date strong,
.date-style-4 .post-date strong {
    font-size: 10px;
    padding: 10px 5px 5px;
    position: relative;
}

.pori_date .post-date>strong:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background-color: #fff;
    margin: 0 -10px;
    width: 20px;
}

.pori_date .post-date span {
    font-size: 16px;
    padding: 5px 5px 10px;
}

.pori_date .post-date:after,
.pori_date .post-date .fa,
.date-style-3 .post-date:after,
.date-style-3 .post-date .fa,
.date-style-4 .post-date .fa {
    display: none;
}

.date-style-3 .pori-post-info {
    position: relative;
}

.date-style-3 .post-date {
    font-family: Montserrat;
    text-transform: uppercase;
    position: absolute;
    padding: 8px 15px;
    color: #fff;
    top: -36px;
    left: 0;
    height: 36px;
}

.date-style-3 .post-date strong {
    color: #30353c;
    margin-right: 2px;
}

.date-style-3.skew-date .post-date {
    padding-right: 8px;
}

.date-style-3.skew-date .post-date:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 22px;
    height: 100%;
    border-right: 3px solid #2D3239;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}

.date-style-4 .post-date span {
    background-color: #2e1e13;
}

.date-style-4 .post-date {
    top: 10px;
    left: 10px;
    font-family: "Roboto Slab", serif;
}

.date-style-4 .pori-post-info {
    box-shadow: 0 3px 0 0 #dbdbdb;
}

.date-style-4 .pori-post-meta ul li {
    font-weight: normal;
}

/*== post without media ==*/

.no-image-blog.pori_date .algo-post-info {
    padding-top: 70px;
}

.no-image-blog.pori_date .post-date {
    top: 0;
    left: 20px;
}

/*if no image with blog post*/

.blog-post.no-img-post .post-date {
    position: static;
    float: left;
}

/*blog post half iamge*/

.blog-md .pori-post-media {
    width: 350px;
    float: left;
    margin-right: 25px;
    max-width: 350px;
    min-width: 350px;
}

.blog-md .pori-post-info {
    border: none;
    align-self: center;
}

.bg-white>.blog-md {
    margin-bottom: 0;
}

.blog-md .pori-post-title .post-title {
    margin-top: 0;
}

.blog-post.blog-md {
    display: flex;
}

.blog-md .pori-post-tags {
    border: none;
    display: inline-block;
    padding: 0;
}
.comment-form-email input{
    width: 100%;
}
.comment-form-url input{
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .blog-md.blog-post .pori-post-media {
        float: none;
        margin: 0 0 20px;
        width: auto;
    }
.comment-form-email input{
    width: 100%;
}
.comment-form-url input{
    width: 100%;
}
    .tirdad-header-search {
        position: relative;
        right: 325px;
        top: -7px;
        display: none;
    }

    .side-bar-post {
        display: none;
    }
}

/*Blog page pagination main*/

.nav-links:after {
    clear: both;
    content: "";
    display: table;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #767676;
    padding: 9px 15px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    float: right;
    margin-right: -1px;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
    background: #3396D1;
    color: #fff;
}

/*Blog paging Next & Prev css*/

.nav-links .nav-previous a,
.nav-links .nav-next a {
    display: inline-block;
    color: #3396d1;
    font-weight: 600;
    margin-bottom: 20px;
    outline: none !important;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    color: #0099CC;
}

.nav-links .nav-previous a:after,
.nav-links .nav-next a:after {
    content: "\f105";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-left: 2px;
    color: #333;
}

/*Post navigation*/

.post-navigation {
    background-color: #fff;
    padding: 30px;
    border-bottom: 2px solid #e3e3e3;
}

.post-navigation .screen-reader-text {
    margin-top: 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    display: inline-block;
    width: 50%;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
    display: none;
}

.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
    display: block;
    font-size: 15px;
    color: #777777;
    margin-top: 10px;
}

/*post panging*/

.pori-link-pages {
    padding: 20px 0 30px;
}

.pori-link-pages a {
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    background-color: #CCC;
    margin: 0 2px;
}

/*Sticky Post*/

.sticky-post {
    position: absolute;
    right: 0;
    top: 0;
    background: #77c04b;
    color: #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
}

/*Post password form*/

.post-password-form {
    position: relative;
    clear: both;
}

.post-password-form input[type="password"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 100px 10px 15px;
    height: 40px;
}

.post-password-form label {
    display: block;
}

.post-password-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #333;
    color: #FFF;
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

/*gallery css for blog post*/

.blog [class*="galleryid-"] {
    clear: both;
    margin: 0 auto;
    overflow: hidden
}

.gallery .gallery-item {
    float: left;
    list-style: none;
    margin: 0px 0 0;
    overflow: hidden;
    padding: 0px 0px 5px 15px;
    text-align: center
}

.gallery .gallery-caption {
    padding-top: 10px;
    font-size: 13px;
}

.gallery .gallery-item img {
    float: left;
    padding: 0 0px;
    width: 100%;
    border: none !important;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: iran;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*side bar*/

.side-bar .widget {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .side-bar {
        margin-bottom: 40px;
    }

    .side-bar-post {
        display: none;
    }
}

/*Blog single*/

.blog-single .pori-post-meta {
    margin-bottom: 20px;
}

.blog-single .pori-post-text {
    margin-top: 20px;
}

.blog-single .pori-post-tags {
    margin-top: 20px;
}

/*= comment list = */

.comments-area {
    padding: 0;
}

.comments-area .comments-title {
    text-transform: uppercase;
    font-size: 20px;
}

.comments-area .comments-title:first-letter {
    font-family: "Open Sans";
    font-weight: 600;
    color: #EFBB20;
}

ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

ol.comment-list li.comment {
    position: relative;
    padding: 0;
}

ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
    margin-left: 80px;
    position: relative;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

ol.comment-list li.comment .comment-body:before,
ol.comment-list li.comment .comment-body:after {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
}

ol.comment-list li.comment .comment-body:before {
    border-color: transparent #ffc600 transparent #fff;
    z-index: 1;
    right: -12px;
    top: 22px;
    transform: rotateY(180deg);
}

ol.comment-list li.comment .comment-body:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    right: -14px;
    transform: rotatey(180deg);
}

ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 10px;
}

ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 0;
    right: -80px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #FFF;
}

ol.comment-list li.comment .comment-author .fn {
    display: inline-block;
    color: #555555;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
}

ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #999999;
    font-weight: 600;
}

ol.comment-list li.comment .comment-meta {
    color: #8d8d8d;
    text-transform: uppercase;
    margin-bottom: 15px;
}

ol.comment-list li.comment .comment-meta a {
    color: #8d8d8d;
    text-transform: capitalize;
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: top;
    margin-left: 3px;
}

ol.comment-list li.comment .reply a:before {
    content: "\f064";
    font-weight: normal;
    color: #555555;
    margin-left: 5px;
    vertical-align: middle;
}

ol.comment-list li.comment p {
    line-height: 22px;
    margin: 0 0 5px;
}

ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    left: 30px;
    margin-top: -5px;
    color: #EFBB20;
    font-weight: 600;
}

ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
}

ol.comment-list li .children li {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }

    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 70px;
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -75px;
        height: 60px;
        width: 60px;
    }

    ol.comment-list li .children {
        margin-left: 20px;
    }

    ol.comment-list li.comment .reply a {
        position: static;
    }
}

@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 52px;
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -55px;
        top: 12px;
        width: 40px;
        height: 40px;
    }
}

/*= comment form = */

.comment-respond {
    padding: 30px 30px;
    border: 1px solid #e9e9e9;
}

.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 20px;
}

.comment-respond .comment-reply-title {
    font-size: 16px;
    font-weight: 600;
}

.comments-area .comment-form {
    margin: 0 -15px;
}

.comments-area .comment-form .comment-notes {
    display: none;
}

.comments-area .comment-form p {
    width: 33.33333%;
    float: right;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.comments-area .comment-form p.form-allowed-tags {
    width: 100%;
}

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important;
}

.comments-area .comment-form p label {

    line-height: 18px;
    margin-bottom: 10px;
}

.comments-area p:before {
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 16px;
    color: #ccc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e6eb;
    text-align: center;
    border-radius: 4px 0 0 4px;
    display: none;
}

.comments-area p.comment-form-author:before {
    content: "\f007";
}

.comments-area p.comment-form-email:before {
    content: "\f0e0";
}

.comments-area p.comment-form-url:before {
    content: "\f0ac";
}

.comments-area p.comment-form-comment:before {
    content: "\f040";
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 40px;
    line-height: 6px 12px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #e1e6eb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}

.comments-area .comment-form p textarea {
    height: 120px;
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}

.comments-area .comment-form p input[type="submit"] {
    background-color: #EFBB20;
    border: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}

.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus,
.comments-area .comment-form p input[type="submit"]:active {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .comment-respond {
        padding: 20px;
    }
}

/*---------------------------------------------------------------

---------------------------------------------------------------*/

/*.widget {
    margin-bottom: 40px;
}*/
.widget-title {
    margin: 0 0 25px;
}

.widget-title {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}

.widget-title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 0;
    height: 3px;
    margin: 0 0 0;
    width: 50px;
    margin: 10px 0;
}

.widget .widget-title,
.widget .post-title {
    text-transform: uppercase;
}

.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

/* widget listing*/

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.11);
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
    color: #767676;
}

.widget_categories ul li::before,
.widget_archive ul li::before,
.widget_meta ul li::before,
.widget_pages ul li::before,
.widget_recent_comments ul li::before,
.widget_nav_menu ul li::before,
.widget_recent_entries ul li::before,
.widget_services ul li::before {
    content: "\f104";
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    font-family: "FontAwesome";
    color: #ffc600;
}

.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
    border-bottom: none;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}

.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
    top: 0;
    left: -8px;
}

/*widget search custom*/

.search-bx .site-button {
    padding: 9px 12px;
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/*widget search wp-default*/

.widget_search .screen-reader-text {
    display: block;
}

.searchform {
    position: relative;
}

.searchform input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px 90px 10px 15px;
    border: 1px solid #CCCCCC;
}

.searchform input[type="submit"] {
    height: 40px;
    padding: 10px 15px;
    background-color: #77c04b;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
    background-color: #6ab33e;
    color: #ffffff !important;
    border-bottom-color: #5a9e2f;
}

/*widget recent-posts*/

.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
    color: #3396d1;
    font-style: normal;
}

.widget .post-title {
    line-height: 16px;
    margin-bottom: 8x;
}

.recent-posts-entry .widget-post {
    margin-bottom: 10px;
    display: flex;
}

.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}

.recent-posts-entry .pori-post-media {
    float: left;
    width: 90px;
    max-width: 90px;
    min-width: 90px;
    align-self: center;
}

.recent-posts-entry .pori-post-meta {
    margin-bottom: 0;
}

.recent-posts-entry .pori-post-info {
    background: transparent;
    padding: 0;
    margin-left: 15px;
    border: none;
    align-self: center;
}

.recent-posts-entry .post-meta span {
    margin-right: 10px;
}

/*widget recent-comment*/

.widget_recent_comments ul li:before {
    content: "\f0e6";
}

.widget_recent_comments ul li {
    padding-right: 20px;
    color: #999;
}

/* widget meta*/

.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none;
}

/*widget calender*/

.widget_calendar caption::after {
    color: #707070;
    content: ">";
    font-family: "FontAwesome";
    margin: 0 0 0 5px;
}

.widget_calendar table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}

.widget_calendar thead {
    background-color: #999999
}

.widget_calendar tfoot tr td {
    border: none;
    padding: 0px
}

.widget_calendar tfoot tr td a {
    background-color: #fff;
    padding: 4px 10px
}

.widget_calendar table thead tr th {
    font-size: 11px;
    padding: 5px;
    text-align: center;
    border: none;
    color: #fff;
}

.widget_calendar table tbody td {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
    background-color: #fff;
    border: none;
    color: #444;
}

.widget_calendar table tbody td#today {
    background-color: #77c04b;
    color: #FFF;
}

.widget_calendar table tbody td#today a {
    color: #FFF;
}

/*widget tags-list*/

.widget_tag_cloud a {
    padding: 8px 10px;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 5px;
    color: #555555;
}

.side-bar .widget_tag_cloud a:hover {
    background-color: #CCCCCC;
}

/*widget archive*/

.widget_archive select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}

/*widget text*/

.widget_text select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}

.widget_text select option {
    width: 100%;
}

/*widget categories*/

.widget_categories li {
    text-align: right;
}

.widget_categories li a {
    float: right;
}

/*widget RSS*/

.widget_rss ul {
    margin: 0;
    line-height: 20px;
}

.widget_rss ul li {
    line-height: 20px;
    margin-bottom: 15px;
}

.widget_rss ul .rsswidget {
    color: #333;
}

.widget_rss ul .rss-date {
    color: #3396D1;
}

.widget_rss ul .rssSummary {
    padding: 5px 0;
}

.widget_rss ul cite {
    color: #333;
    font-weight: 600;
}

/* widget get in tuch */

.widget_getintuch {
    padding-top: 10px;
}

.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
}

.widget_getintuch strong {
    font-size: 15px;
}

.widget_getintuch b,
.widget_getintuch strong {
    display: block;
    text-transform: uppercase;
}

.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_gallery ul {
    padding-left: 0;
    display: table;
}

.widget_gallery.gallery-grid-4 li {
    width: 25%;
}

.gallery-grid-8 li {
    width: 12.5%;
}

@media only screen and (max-width: 767px) {
    .gallery-grid-8 li {
        width: 25%;
    }
}

.widget_gallery li {
    display: inline-block;
    width: 33.33%;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 2px;
}

.widget_gallery li img {
    display: inline-block;
    width: 100%;
}

.widget_gallery li:nth-child(3n-3) {
    margin-right: 0;
}

.widget_gallery li:hover {
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.widget_gallery a {
    display: inline-block;
}

/*---------------------------------------------------------------
23. CUSTOMIZE CSS
	>set-radius
	>transition
	>float-clearfix
---------------------------------------------------------------*/
/*== >set-radius ==*/

.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs>li>a,
.modal-content,
.navbar-toggle,
.nav-pills>li>a,
.pager li>a,
.pager li>span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group-divides>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-divides>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.pori-booking-form .pori-extra-services li .icon-bx-lg,
.pori-booking-form .pori-extra-services li.active .icon-bx-lg:after,
.widget_tag_cloud a,
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*== >transition ==*/

a,
.pori-box,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs,
.share-social-bx li,
.indicator,
.profile-menu ul li,
.staff-member .member-done,
.how-pori-work .pori-box .shadow-bx img,
.how-pori-work .pori-box .step-no-bx,
.pori-info-has,
.pori-we-find .pori-box,
.navbar-toggle,
.logo-header,
.pori-logo,
.header-nav .nav>li>a,
.extra-nav,
.skew-secondry:hover,
.skew-primary:hover,
.skew-secondry:hover::after,
.skew-primary:hover::after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.animate-slow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.animate-mid {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.animate-fast {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

/*== >float-clearfix ==*/

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*error for select box*/

.has-error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle:hover,
.has-error .bootstrap-select .dropdown-toggle:focus {
    border-color: #a94442 !important;
}

/*succes for select box*/

.has-success .bootstrap-select .dropdown-toggle,
.has-success .bootstrap-select .dropdown-toggle:hover,
.has-success .bootstrap-select .dropdown-toggle:focus {
    border-color: #3c763d !important;
}

/*---------------------------------------------------------------

/*== >Breadcrumb ====*/

.breadcrumb-row {
    background: #e8e9e9;
    padding: 20px 0;
}

.breadcrumb-row ul {
    margin: 0;
}

.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #333333;
}

.breadcrumb-row ul li:after {
    content: "/";
    margin-left: 7px;
}

.breadcrumb-row ul li:last-child {
    color: #676767;
}

.breadcrumb-row ul li:last-child:after {
    display: none;
}

/*== >Tables ====*/

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px;
}

.table.borderless>tbody>tr>td,
.table.borderless>tbody>tr>th {
    border: none;
}

/*data table*/

.dataTable .sorting_asc .checkbox {
    margin-right: 0;
}

/*== >Image effects ==*/
/*use for section*/

.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark {
    position: relative;
}

.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after,
.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after,
.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after {
    background: #000;
}

.overlay-gradient-light:after,
.overlay-gradient-middle:after,
.overlay-gradient-dark:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.overlay-white-light:after,
.overlay-white-middle:after,
.overlay-white-dark:after {
    background: #FFF;
}

.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after {
    background: transparent;
}

.overlay-black-light:after {
    opacity: 0.3;
}

.overlay-black-middle:after {
    opacity: 0.5;
}

.overlay-black-dark:after {
    opacity: 0.9;
}

.overlay-gradient-light:after {
    opacity: 0.3;
}

.overlay-gradient-middle:after {
    opacity: 0.5;
}

.overlay-gradient-dark:after {
    opacity: 0.9;
}

.overlay-white-light:after {
    opacity: 0.5;
}

.overlay-white-middle:after {
    opacity: 0.7;
}

.overlay-white-dark:after {
    opacity: 0.9;
}

.overlay-primary-light:after {
    opacity: 0.3;
}

.overlay-primary-middle:after {
    opacity: 0.5;
}

.overlay-primary-dark:after {
    opacity: 0.9;
}

.overlay-black-light .container,
.overlay-black-middle .container,
.overlay-black-dark .container,
.overlay-white-light .container,
.overlay-white-middle .container,
.overlay-white-dark .container,
.overlay-primary-light .container,
.overlay-primary-middle .container,
.overlay-primary-dark .container,
.overlay-black-light .container-fluid,
.overlay-black-middle .container-fluid,
.overlay-black-dark .container-fluid,
.overlay-white-light .container-fluid,
.overlay-white-middle .container-fluid,
.overlay-white-dark .container-fluid,
.overlay-primary-light .container-fluid,
.overlay-primary-middle .container-fluid,
.overlay-primary-dark .container-fluid {
    position: relative;
    z-index: 1;
}

/*use for box*/

.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.overlay-icon {
    list-style: none;
    width: 160px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px -75px;
}

.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
}

.overlay-icon a i {
    background-color: #FFF;
}

.overlay-bx:hover a>i,
.pori-media:hover .overlay-bx a>i,
.pori-box-bx:hover .overlay-bx a>i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.overlay-bx:hover,
.pori-media:hover .overlay-bx,
.pori-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}

/* show for text */

.overlay-text {
    width: 100%;
    position: absolute;
    padding: 20px;
    color: #FFF;
    left: 0;
    bottom: 20px;
}

.pori-address-bx {
    display: table;
    text-align: left;
    padding: 20px 20px 20px 25px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600;
}

.pori-address-bx .fa {
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 22px;
}

.col-md-3 .overlay-text {
    padding: 5px;
}

.col-md-4 .overlay-text {
    padding: 20px;
}

.pori-address2-bx {
    display: table;
    background: #eaeaea;
    padding: 5px 10px;
    margin-bottom: 10px
}

/* ICON BOXES */

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    display: inline-block;
    text-align: center;
}

.icon-bx-xl {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.icon-bx-lg {
    width: 120px;
    height: 120px;
    line-height: 120px;
}

.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 2px;
}

.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid;
}

.border-1 {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-3 {
    border-width: 3px;
}

.border-4 {
    border-width: 4px;
}

.border-5 {
    border-width: 5px;
}

.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
    vertical-align: middle;
}

.icon-bx-xl i {
    font-size: 80px;
}

.icon-bx-lg i {
    font-size: 60px;
}

.icon-bx-md i {
    font-size: 45px;
}

.icon-bx-sm i {
    font-size: 30px;
}

.icon-bx-xs i {
    font-size: 20px;
}

.icon-bx-xl img,
.icon-bx-lg img,
.icon-bx-md img,
.icon-bx-sm img,
.icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.icon-bx-xl img {
    height: 80px;
}

.icon-bx-lg img {
    height: 55px;
}

.icon-bx-md img {
    height: 40px;
}

.icon-bx-sm img {
    height: 30px;
}

.icon-bx-xs img {
    height: 20px;
}

/*ICON*/

.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}

.icon-xl {
    width: 100px;
}

.icon-lg {
    width: 80px;
}

.icon-md {
    width: 60px;
}

.icon-sm {
    width: 40px;
}

.icon-xs {
    width: 30px;
}

.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
    vertical-align: middle;
}

.icon-xl i {
    font-size: 80px;
}

.icon-lg i {
    font-size: 60px;
}

.icon-md i {
    font-size: 45px;
}

.icon-sm i {
    font-size: 30px;
}

.icon-xs i {
    font-size: 20px;
}

.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.icon-xl img {
    height: 80px;
}

.icon-lg img {
    height: 70px;
}

.icon-md img {
    height: 50px;
}

.icon-sm img {
    height: 30px;
}

.icon-xs img {
    height: 20px;
}

/*== place icon with box ==*/

.icon-bx-wraper {
    position: relative;
}

.icon-bx-wraper .pori-tilte {
    margin-top: 0;
}

.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px;
}

.icon-bx-wraper p:last-child {
    margin: 0;
}

.icon-content {
    overflow: hidden;
}

/*==for images==*/

.pori-media,
.pori-media,
.pori-post-media {
    background-color: #FFF;
    position: relative;
}

.pori-media img,
.pori-post-media img {
    width: 100%;
    height: auto;
}

/*---------------------------------------------------------------

/* footer fixed on bottom css*/

.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #fff;
}

footer p,
footer strong,
footer b,
footer {
    color: #fff;
}

footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: #EFBB20;
    ;
}

footer a,
footer a:visited {
    color: #fff;
}

footer a:active,
footer a:focus,
footer a:hover {
    color: #EFBB20;
}

footer p {
    margin-bottom: 10px;
}

footer p,
footer li {
    font-size: 15px;
    line-height: 22px;
    list-style: none;
}

footer#footer {
    background-position: center;
    background-size: cover;
}

.pori-top-footer-overlay,
.pori-bottom-footer-overlay {
    position: relative;
}

.pori-top-footer-overlay .container,
.pori-bottom-footer-overlay .container {
    position: relative;
    z-index: 1;
}

.pori-top-footer-overlay:before,
.pori-bottom-footer-overlay:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pori-top-footer-overlay:before {
    opacity: 1;
}

.pori-bottom-footer-overlay:before {
    opacity: 1;
}

footer p {
    line-height: 24px;
    margin-bottom: 10px;
}

footer p a {
    color: #3396d1;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
}

/*widget li in footer*/

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}

/*widget Getintuch*/

footer .widget_getintuch i {
    background-color: #ffc600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.footer-top {
    background-color: #1e2228;
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px;
}

.footer-line {
    position: relative;
}

.footer-line:after {
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
    width: 100%;
    background-color: #EFBB20;
    background-image: url(../tirdad.png);
    background-position: top;
    background-repeat: repeat-x;
}

.footer-bottom {
    background-color: #12151A;
    padding: 30px 0;
    color: #787878;
    font-size: 15px;
}

.footer-bottom ul {
    margin: 0;
}

@media only screen and (max-width: 1280px) {
    .footer-fixed .site-footer {
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    footer .container {}

    .col-md-3.col-sm-6.footer-col-4:nth-child(3) {
        clear: both;
    }
}

@media only screen and (max-width: 767px) {
    .footer-clear {
        display: block !important;
        clear: both;
    }

    #footer .footer-4-col {
        width: 100%;
    }

    .footer-bottom [class*="clo-"] {
        width: 100%;
    }
}

/* scroll top btn css */

button.scroltop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #fff;
    border: 0;
    margin: 0;
    cursor: pointer;
    display: none;
    height: 45px;
    width: 45px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
}

/*---------------------------------------------------------------

27. PAGE-CONTENT

---------------------------------------------------------------*/

.page-wraper {
    background: #F4F5F5;
}

.page-content {
    margin-top: 0;
    padding-bottom: 0px;
}

.content-area {
    padding-top: 60px;
}
.content-area-30 {
    padding-top: 30px;
}
.resume-study-details-full-content{
    margin-bottom: 40px;
}
.section-full {
    position: relative;
}

.section-full:last-child {
    margin-bottom: -50px;
}

/*= Section Head Part =*/

.section-head {
    margin-bottom: 35px;
}

.section-head.no-margin {
    margin-bottom: 0;
}

.section-head h1,
.section-head h2,
.section-head h3 {
    margin-top: 0;
}

.title-small {
    display: block;
    color: #494949;
    margin-bottom: 15px;
}

.section-head p {
    padding-top: 10px;
    font-size: 14px;
    color: #9897a0;
}

.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.text-white {
    color: #FFF;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #FFF;
}

/*= Section Content Part =*/

.section-content {}

@media only screen and (max-width: 1024px) {
    .section-full {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 991px) {
    .page-content {
        margin-top: 0;
    }
}

/*---------------------------------------------------------------

---------------------------------------------------------------*/
/* AFTER-LOGIN-CONTENT */
/*page not found*/

.page-notfound {
    padding: 50px 0;
}

.page-notfound strong {
    font-size: 200px;
    font-weight: 900;
    line-height: 140px;
    display: block;
}

.page-notfound strong i {
    font-size: 190px;
    margin: 0 10px;
}

.page-notfound .searchform {
    position: relative;
    text-align: left;
    max-width: 420px;
    margin: 30px auto;
}
@media only screen and (max-width : 991px){
    .tirdad-header-search {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .page-notfound strong {
        font-size: 120px;
    }

    .page-notfound strong i {
        font-size: 120px;
    }

    .ts-slider {
        width: 32%;
    }

}

/* required classes */

.sticky {
    clear: both;
}

.gallery-caption {
    clear: both;
}

.bypostauthor {
    clear: both;
}

/*Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    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;
}

/*===============================================

	gallery pages css

=============================================== */

.pori-gallery-listing {
    list-style: none;
}

.pori-gallery-box {
    margin-bottom: 30px;
}

/*===============================================

/* footer social */

.footer-social li a {
    border-color: #000;
}

/*---------------------------------------------------------------
29. SIDE-NAV
---------------------------------------------------------------*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -320px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    border: 0 none;
    border-radius: 0;
    width: 300px;
}

.sidenav ul li a {
    padding: 10px 15px;
    display: block;
    border-color: #ebebeb;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
}

.sidenav ul li a:hover {
    color: #fff;
}

.sidenav .pori-logo,
.sidenav .logo-header {
    height: auto;
    padding: 15px;
    width: 100%;
}

.button-side-nav {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    font-size: 17px;
    cursor: pointer;
}

.sidenav .closebtn {
    color: #ffffff;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
    z-index: 9;
}

#main {
    transition: margin-left .5s;
}

/*---------------------------------------------------------------

/*==== Bottom Footer ====*/
.bottom-footer {
    position: fixed;
    bottom: 0;
    height: 35px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 5px;
    left: 0;
    right: 0;
    z-index: 4;
}

/* winHeight */
@media only screen and (max-width: 991px) {
    .winHeight {
        overflow: scroll;
    }
}

/**************** rpc*/
.site-footer .footer-top .widget h4.m-b15 {
    margin-bottom: 10px;
    text-align: right;
}

.widget .search-form {
    position: relative;
}

.widget .search-form input {
    width: 100%;
    border: 1px solid #9d9d9d;
    padding: 10px 15px;
    padding-right: 55px;
    font-size: 14px;
}

.widget .search-form button {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    width: 50px;
    padding-top: 5px;
    color: #020202;
    background-color: #ffc600;
    cursor: pointer;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.widget_tag_cloud a {
    border-radius: 5px;
    font-size: 12px !important;
}

.btn-pori {
    background-color: #ffc600;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.btn-pori a {
    color: #fff;
}

.btn-pori:hover {
    background-color: #000;
}

.pori-author a {
    padding-right: 5px;
}

.pori-thumb-pic {
    border: 5px solid #fff;
    width: 100%;
}

.blog-lg.pori_date {
  margin-bottom: 50px;
}
.pori-thumb-pic:hover {
    border: 3px solid #ffc600;
    transition: all 1s ease-in-out;
    background: #ffc500;
    transform: scale(1.05);

}

.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-right: 40px;
    font-size: 14px;
}

.widget_getintuch i {
    position: absolute;
    right: 0;
    top: 5px;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

footer a,
footer a:visited {
    color: #ffc600;
}

.widget_tag_cloud a {
    padding: 8px 10px;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 5px;
    color: #ffc600;
}

.wpcf7-submit {
    box-shadow: 0px 10px 14px -7px #001659;
    background-color: #001659;
    border-radius: 8px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 32px;
    border: none;
}

.wpcf7-form-control {
    border-radius: 10px;
    border: none;

}

.wp-block-search .wp-block-search__button {
    background: #ffc600;
    border: none;
    padding: .375em .625em;
    color: #fff;
    margin-right: .625em;
    word-break: normal;
    border-radius: 5px;
}

blockquote {
    padding: 16px 60px 16px 0px;
    font-size: 18px;
    font-style: italic;
    color: #555555;
    margin: 40px 0;
    border-left: none;
    line-height: 30px;
    position: relative;
    background: #f6f6f6;
    clear: both;
    border-right: 5px solid #EFBB20;
}

.not-search {
    margin: 80px 0;
}

.fa.fa-map-marker::before {
    content: "\f041" !important;
}

.btn-block {
    padding: 10px;
    border-radius: 10px;
}


/* 991px and smaller screen sizes */
@media only screen and (max-width: 991px) {

    /* Link */
    .footer-bottom .menu-item a {
        position: relative;
        left: -31px;
        right: 265px;
    }

}

/* 767px and smaller screen sizes */
@media only screen and (max-width: 767px) {

    /* Link */
    .footer-bottom .menu-item a {
        right: 164px;
    }
    .pori-cf7-container input.wpcf7-submit {
        margin-right: 55px;
    }
    .pori-bnr-inr {
        height: 300px;
        background-size: cover;
        background-position: center center;
        display: table;
        width: 100%;
        margin: 0;
    }
}

/* 359px and smaller screen sizes */
@media only screen and (max-width: 359px) {

    /* Link */
    .footer-bottom .menu-item a {
        right: 83px;
    }

    .pori-bnr-inr {
        height: 300px;
        background-size: cover;
        background-position: center center;
        display: table;
        width: 100%;
        margin: 0;
    }
}
@media only screen and (min-width: 320px) {

    
}
/* 359px and smaller screen sizes */
@media only screen and (max-width: 479px) {

    /* Link */
    .footer-bottom .menu-item a {
        right: 80px;
    }
    .poribread-page-title {
        color: #001659;
        font-size: 20px;
    }
    .blog-post {
        position: relative;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .tirdad-header-search {
        position: relative;
        right: 325px;
        top: -7px;
        display: none;
    }

    .pull-right-post {
        float: right;

        border-radius: 5px;
        padding: 10px;
        margin: 10px;
        width: 40%;
    }

    .pull-left-post {
        float: left;

        border-radius: 5px;
        padding: 10px;
        margin: 10px;
        width: 40%;
    }

    .pori-bnr-inr {
        height: 300px;
        background-size: cover;
        background-position: center center;
        display: table;
        width: 100%;
        margin: 0;
    }
}

#comment-form-email .input {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 40px;
}

input {
    overflow: visible;
    height: 40px;
    line-height: 6px 12px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #e1e6eb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.comment-form-cookies-consent {
    display: none;
}

.pull-right-post a {
    float: right;
    color: #001654;
    padding: 10px;
    margin: 10px;
}

.pull-left-post a {
    float: left;
    color: #001654;
    padding: 10px;
    margin: 10px;
}

.phone-pori {
    color: #001659;
}

.fa-long-arrow-left::before {
    content: "\f177" !important;
}

.text-left {
    text-align: right !important;
}

.breadcrumb-row-pori {
    background-color: #ffc500;
    height: 60px;
    padding: 15px;
}

.poribread-page-title {
    color: #001659;
}

.tirdad-home-404 {
    background-color: #ffc600;
    border: none;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
}

.search-field-tirdad {
    background-color: #fff;
   
    border-radius: 10px 50px 10px 10px;
    margin: 15px 0 0;
    max-width: 172px;
}

.search-submit-tirdad {
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    top: 2px;
}

.tirdad-header-search {
    position: absolute;
    left: 0;
    top: 0;
}

.tirdad-header-search .search-form .search-submit-tirdad {
    position: relative;
    left: 45px;
}

.fa,
.fas {
    font-family: "FontAwesome";
    font-weight: 900;
}

.fa-mobile-alt::before {

    content: "\f3cd";

}

.fa-calendar-alt::before {
    content: "\f073";
}

.pori-list-group-text {
    padding-right: 11px;
}

.entry-title-404 {
    margin-top: 20px;
}

/*********************/
.wraper_blog_main {
    width: 100%;
}

.swiper-pagination-bullet {
    background-color: #fff;
}

.fa-long-arrow-right::before {
    content: "\f178" !important;
}



/***** resume css start */
.single-resume-study-details {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    padding: 50px;
}

.resume-study-details-thumb img {
    width: 100%;
    padding-bottom: 10px;
}

.resume-study-details-title h3 {
    font-weight: 800;
}

.resume-study-details-content-inner ul li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
}

.resume-study-details-content-inner ul li span {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 700;
}

.resume-study-details-icon-text span {
    font-size: 20px;
    margin-left: 10px;
    font-weight: 700;
    float: right;
}

.resume-study-details-full-title h3 {
    font-weight: 800;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.resume-study-details-icon-inner {
    display: inline-block;
}

.resume-study-details-icon-inner a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #ffc600;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}
@media only screen and (max-width:767px){
    ol.comment-list li.comment .comment-author .avatar {
position: absolute;
top: 2px;
right: 10px;
width: 56px;
height: 56px;
border-radius: 100%;
-webkit-border-radius: 100%;
border: 2px solid #FFF;
    }
    ol.comment-list li.comment .comment-meta {
        color: #8d8d8d;
        text-transform: uppercase;
        margin: 40px 0 0;
    }
}
@media only screen and (min-width:991px){
    .slide-up a {
        display: none;
      }
}
.slide-up a img{
    width: 150px;
  }
.bg-header {
    background-color: #ffc500;
}
.pori-post-readmore button {
  border: none;
}
.blog-post {
  position: relative;
  margin-bottom: 30px;
  
  padding: 10px;
}
.pori-post-title a {
    text-decoration: none;
    display: inline-block;
    color: #252638;
    font-size: 18px;
}
.pori-post-readmore button a {
  text-decoration: none;
}
.site-footer .widget_services ul li a {
  color: #fff;
  text-decoration: none;
}
.tirdad-bl {
  
}
.pori-thumb-pic {
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.pori-post-info {
  background: #fff;
  padding: 25px 25px 32px;
}
.pori-post-info .category li {
  list-style: none;
}
.pori-post-info .category a {
  list-style: none;
  background: #ffc500;
  padding: 10px 15px;
  border-radius: 50px;
  color: #fff;
  position: relative;
  right: 10px;
  text-decoration: none;
  top: -45px;
}
.page-content.default-blog-single {
  overflow: hidden;
}
@media (max-width:767px){
    .blog-lg.pori_date{
        margin:10px;
    }
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.preloader span {
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #2371ff;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}
.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}
@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
/* mobile menu */
.side-toggle:hover {
  background: transparent;
}
.side-info-close {
  background: none;
  border: 0;
  color: #000;
  font-size: 20px;
  padding: 0;
  margin-bottom: 20px;
  top: 20px;
  position: relative;
}
.departments-menu li > a{
  position: relative;
display: block;
line-height: 24px;
padding: 10px 25px;
font-size: 15px;
font-weight: 500;
color: #000;
text-transform: uppercase;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
} 
.tirdad-mobile-primary li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.departments-menu li {
  position: relative;
display: block;
border-top: 1px solid rgba(3, 3, 3, 0.1);
}
.tirdad-mobile-primary li{
  position: relative;
  display: block;
  border-top: 1px solid #2a3a57;
}
.tirdad-li-btn {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #080808;
  background: rgba(145, 144, 144, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
}
.side-info {
  background: #fff;
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: -100%;
  top: 0;
  padding: 30px;
  transition: .6s;
  overflow-y: scroll;
}
.site-menu.vertical.tirdad-mobile-primary li ul > li a {
  margin-right: 10px;
}
.contact-infos ul li {
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  list-style: none;
}
.sidebar__menu--social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  background: #ffc600;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.side-info-close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin-bottom: 20px;
}
.contact-infos ul li i {
 
  vertical-align: middle;
  width: 25px;
  display: inline-block;
}
.contact-list h4 {
  color: #fff;
  margin-top: 10px;
}
.slide-up.sticky {
  position: fixed;
  top: 0;
}
.side-toggle {
  text-align: right;
}
.pori-bnr-inr-entry h1 {
  font-size: 20px;
}
.side-bar-footer h2
{
  font-size: 20px;
}
.side-bar h2
{
  font-size: 20px;
}
.site-footer .footer-top .widget h4.m-b15
{
  margin-bottom: 10px;
  font-size: 20px;
}
.slide-up.salamkhobi.sticky {
    position: absolute;
    width: 100%;
}