.RTL * {
    direction: rtl;
}

.LTR * {
    direction: ltr;
}

html {
    font-family: IRANSans;
    min-height: 100%;
}

body {
    font-size: 13px;
    background-color: #fff;
}

main {
    min-height: 350px;
    margin: auto;
    overflow: hidden;
}

.page {

}

h1, h2, h3, h4, h5,
strong, b, th {
    font-family: IRANSans;
    font-weight: 500;
}

.gap-10 {
    margin-top: 10px;
}

.gap-20 {
    margin-top: 20px;
}

.gap-30 {
    margin-top: 30px;
}

.gap-40 {
    margin-top: 40px;
}

.gap-50 {
    margin-top: 50px;
}

.pad-10 {
    padding: 10px;
}

.pad-20 {
    padding: 20px;
}

.pad-30 {
    padding: 30px;
}

.pad-40 {
    margin-top: 40px;
}

.pad-50 {
    margin-top: 50px;
}

.read-more {
    display: block;
    text-align: center;
    width: 100px;
    margin-top: 10px;
    color: #f90 !important;
    border: 2px solid #f90;
    border-radius: 4px;
    padding: 4px 0 2px;
    font-size: 0.9em;
}

    .read-more:hover {
        text-shadow: none;
        color: #fff !important;
        background-color: #f90;
        border-color: #f90;
    }
    
button,
button:focus,
button:hover {
    outline: none !important;
}

/*Should not use with clearfix*/
.vam-container:before {
    content: "";
    height: 100%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

/*Should not set width property 100% or full width*/
.vam-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.strong {
    font-family: IRANSans;
}

a:link,
a:active,
a:visited {
    color: #777;
    text-decoration: none;
    outline: none;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}

a:hover {
    color: #000;
}

/* Fonts */
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/iransans/IRANSansWeb_Bold.eot');
	src: url('../fonts/iransans/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iransans/IRANSansWeb_Bold.woff2') format('woff2'),
		 url('../fonts/iransans/IRANSansWeb_Bold.woff') format('woff'),
		 url('../fonts/iransans/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/iransans/IRANSansWeb_Medium.eot');
	src: url('../fonts/iransans/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iransans/IRANSansWeb_Medium.woff2') format('woff2'),
		 url('../fonts/iransans/IRANSansWeb_Medium.woff') format('woff'),
		 url('../fonts/iransans/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/iransans/IRANSansWeb_Light.eot');
	src: url('../fonts/iransans/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iransans/IRANSansWeb_Light.woff2') format('woff2'),
		 url('../fonts/iransans/IRANSansWeb_Light.woff') format('woff'),
		 url('../fonts/iransans/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/iransans/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/iransans/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iransans/IRANSansWeb_UltraLight.woff2') format('woff2'),
		 url('../fonts/iransans/IRANSansWeb_UltraLight.woff') format('woff'),
		 url('../fonts/iransans/IRANSansWeb_UltraLight.ttf') format('truetype');
}


@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/iransans/IRANSansWeb.eot');
	src: url('../fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/iransans/IRANSansWeb.woff2') format('woff2'),
		 url('../fonts/iransans/IRANSansWeb.woff') format('woff'),
		 url('../fonts/iransans/IRANSansWeb.ttf') format('truetype');
}

/* Header */
.header {
    box-shadow: 0 1px 5px 0 RGBA(0, 0, 0, 0.3);
    background-color: #fff;
}

.header.isStuck .logo {
    padding: ;
}

.header.isStuck .logo img {
}

.header.isStuck h1 {
    font-size: 1.3em;
}

.logo {
    padding: 6px 0;
}

.logo figure {
    margin-left: 20px;
}

.logo h1 {
    font-size: 1.5em;
    color: #FF890B;
}

.logo h1 span {
    font-size: 0.8em;
    margin-top: 0.5em;
    display: block;
    color: #000;
    font-weight: 300;
}

.logo img {
    max-height: 45px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

    .xs .logo,
    .sm .logo {
        margin: 0 auto 20px;
    }

    .xs .logo h1 {
        display: none;
    }
    
    .main-menu-handle {
        margin-top: 40px;
        float: left;
        background-color: #0b386a;
        color: #fff;
        text-align: center;
        padding: 12px 15px 10px;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }
    
    .main-menu-handle:hover {
        background-color: #2d5a8c;
    }

/* MainMenu */
/* MainMenu / Pushy */
.pushy {
    background-color: #002149;
}

.pushy > ul {
    padding: 0;
    list-style-type: none;
}

.pushy > ul > li {
    border-top: 1px solid #11325a;
}

.pushy > ul > li:first-child {
    border-top: none;
}

.pushy > ul > li > a {
    color: #ccc;
    padding: 12px 12px 12px 60px;
    font-size: 1.2em;
}

.pushy > ul > li > a:hover {
    color: #fff;
}

.pushy > ul > li > a:after {
    font-size: 1.4em;
    color: #2d5a8c;
}

.pushy a {
    display: block;
    padding: 8px 16px;
}

.RTL .pushy-submenu > a::after {
    top: 16px;
}

.pushy ul ul {
    background-color: #0b386a;
    list-style-type: disc;
    color: #5f8dbf;
}

.pushy ul ul li {
    position: relative;
    bottom: -2px;
}

.pushy ul ul a {
    font-size: 1em !important;
    padding: 6px 0 6px 10px;
    color: #6f9ecf;
}

.pushy ul ul li:first-child {
    padding-top: 10px;
}

.pushy ul ul li:last-child {
    padding-bottom: 14px;
}

/* MainMenu / L1 */
.main-menu {
    height: 50px;
}

.ul1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.li1 {
    float: right;
    height: 72px;
    margin-right: 5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    position: relative;
}

.li1:hover,
.li1.highlighted {
    background-color: #435D7E;
}

.li1:hover .a1 span,
.li1.highlighted .a1 span,
.li1:hover .a1,
.li1.highlighted .a1 {
    color: #fff !important;
}

.ul1 .li1:first-child .a1 {
    position: relative;
    padding: 41px 16px 6px;
}

.ul1 .li1:first-child:hover .a1 {
    position: relative;
}

.a1 {
    font-size: 1.1em;
    display: block;
    padding: 40px 16px 12px;
    color: #444 !important;
}

.a1 span i {
    font-size: 1.4em;
    position: relative;
    top: -2px;
}

/* MainMenu / L2 */
.ul2 {
    padding: 12px 0;
    margin: 0;
    list-style-type: none;
    display: none;
    position: absolute;
    right: 0;
    top: 72px;
    z-index: 500;
    width: 180px;
    border-top: 4px solid #fff;
    background-color: RGBA(26, 43, 63, 0.95);
}

.ul1 .li1 + .li1 + .li1 + .li1 + .li1 .ul2 {
    right: auto;
    left: 0;
}

.li2 .a2 {
    display: block;
    padding: 6px 10px;
    font-size: 1em;
    color: #eee;
    font-weight: 200;
}

.li2:hover .a2 {
    background-color: #324c6d;
}

.li2 .a2:hover {
    color: #fff;
}


/* Footer */
.footer {
    background-color: #1a2b3f;
    min-height: 200px;
    padding-top: 40px;
    color: #999;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #fff;
}

    .footer-bottom {
        margin-top: 30px;
        padding: 15px 0;
        font-size: 0.9em;
        border-top: 1px solid #555;
    }

.footer-developer {
    font-family: sans-serif;
}

.footer-developer a {
    color: #fff;
}

.footer-developer a:hover {
    text-decoration: underline;
}

.footer-links h4 {
    font-size: 1.1em;
    color: #ccc;
    margin-bottom: 16px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-links li {
    margin: 2px 0;
}

.footer-links a:before {
    content: "\f0d9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
    padding-left: 4px;
}

.footer-links a:hover:before {
    color: #0b386a;
}

.footer-copyright p {
    margin-bottom: 0;
}

footer table td {
    font-family: IRANSans !important;
    padding: 4px;
}

footer table td:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0;
    color: #999;
    text-align: center;
    width: 20px;
    font-size: 1.4em;
    display: inline-block;
    text-align: center;
}

footer table td:first-child {
    color: #bbb;
    white-space: nowrap;
}

footer table td + td {
    padding: 0 2px;
    line-height: 170%;
    vertical-align: baseline;
    font-weight: 300;
}

.social-networking a {
    font-family: 'Arial';
    font-size: 0.9em;
}

.social-networking a i {
    font-size: 1.5em;
}

.social-networking a:before {
    display: none;
}

@media (max-width: 767px) {
    .footer-note,
    .footer-links {
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-note {
        border-bottom: 1px solid #3d3d3d;
    }

    .footer img {
        display: inline;
    }

    .footer-links h4 {
        background-color: #4d4d4d;
        margin: 0;
        padding: 10px 10px 6px;
        border: 1px solid #555;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        font-weight: 300;
    }

    .footer-links ul {
        margin-top: -1px;
        border: 1px solid #555;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .footer-links li {
        border-top: 1px solid #555;
    }

    .footer-links li a {
        font-weight: 200;
    }

    .footer-links a:before {
        display: none;
    }

    .footer-links li:first-child {
        border-top: none;
    }

    .footer-links ul a {
        display: block;
        padding: 6px 10px 2px;
    }

    .footer-developer,
    .footer-copyright {
        float: none;
        text-align: center;
    }
}

@media (max-width: 991px) and  (min-width: 768px) {
    .footer-note {
        border-bottom: 1px solid #3d3d3d;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.xs .header,
.xs main {
	padding: 0 20px;
}

.xs .footer {
    padding: 20px;
}

.xs .footer-developer {
    margin-top: 20px;
}

/* Slider */
.home-slider {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

    .home-slider .slide {
        height: 540px;
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center !important;
		background-color: #f3f3f3;
    }

    .parallax-window {
        background: transparent;
    }

    .home-slider .slide img {
        height: 540px;
    }

    .home-slider .owl-nav {
        position: absolute;
        height: 0;
        right: 0;
        width: 100%;
        top: 240px;
        z-index: 100;
    }

    .home-slider .owl-prev,
    .home-slider .owl-next {
        position: relative;
        color: #0b386a;
        background-color: #fff;
        font-size: 32px;
        padding: 8px 0;
        text-align: center;
        width: 60px;
        height: 60px;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

.sm .home-slider,
.sm .home-slider .slide,
.sm .home-slider img,
.xs .home-slider,
.xs .home-slider .slide,
.xs .home-slider img {
    height: auto;
}

.sm .home-slider .owl-prev,
.sm .home-slider .owl-next,
.xs .home-slider .owl-prev,
.xs .home-slider .owl-next,
.sm .home-slider .owl-dots,
.xs .home-slider .owl-dots,
.xs .home-slider .slide-content {
    display: none;
}

.home-slider .slide-overlay {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.home-slider .owl-dots {
    display: none;
}

    .home-slider .owl-prev {
        right: -60px;
    }

    .home-slider .owl-next {
        left: -60px;
    }

    .home-slider:hover .owl-prev {
        right: 0;
    }

    .home-slider:hover .owl-next {
        left: 0;
    }

        .home-slider .owl-prev:hover,
        .home-slider .owl-next:hover {
            background-color: #0b386a;
            color: #fff;
        }

        .home-slider .owl-prev:focus,
        .home-slider .owl-next:focus {
            color: #888;
        }

    .home-slider .owl-prev {
        float: right;
        padding-left: 3px;
    }

    .home-slider .owl-next {
        float: left;
        padding-right: 3px;
    }

.home-slider .owl-dots {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.home-slider .owl-dot {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #bbb;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 0 4px 8px;
    border: 1px solid #bbb;
}

.home-slider .owl-dot.active {
    background-color: #666;
}

.home-slider .slide-content {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    padding: 12px 10px 4px;
    z-index: 900;
    color: #fff;
    font-size: 0.8em;
    text-shadow: 1px 1px 3px #000;
    text-align: center;
    background-color: RGBA(0, 0, 0, 0.45);
    box-shadow: 1px 1px 5px 0 RGBA(255, 255, 255, 0.7);
}

.slide-content h1 {
    margin: 0 0 12px;
    font-size: 1.3em;
}

.slide-content p {
    margin: 0;
    line-height: 160%;
    font-size: 0.95em;
}

@media (max-width: 991px) {
    .slide-content {
        max-width: unset;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        top: auto;
        text-align: center;
        padding: 10px 0;
    }
}

/* Home */
/* Home / Field of activities */
.home-activities {
    background-color: #f3f3f3;
    padding-bottom: 20px;
}

/* Home / Project process */
.home-project-process {
    padding: 40px 0 20px;
    background: #ddd url('../images/noise.png');
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.home-project-process h2 {
    margin: 0 0 40px;
    font-weight: 300;
    font-size: 2em;
}

.home-project-process img {

}

/* Home / Galleries */
.home-about {
    color: #fff;
}

.home-about .read-more {
    margin: 40px 20px 0;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}

.home-about .glass {
    padding: 60px 0;
    min-height: 300px;
    background-color: RGBA(0, 0, 0, 0.65);
}

.home-about h2 {
    margin: 0 0 20px;
    font-size: 1.5em;
    font-weight: 500;
    text-shadow: 1px 1px 2px #000;
}

.home-about p {
    font-size: 1.3em;
    line-height: 180%;
    font-weight: 300;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}

/* Home / logos*/
.home-logos {
    padding: 10px 0;
    position: relative;
}

.home-logos h2 {
    font-size: 1.4em;
    margin: 0 auto -20px;
    padding-bottom: 10px;
    background-color: #fff;
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 100;
}

.partner-carousel {
    padding: 15px 0 5px;
    border-top: 4px solid #eee;
}

.partner-carousel a {
    display: block;
    height: 120px;
}

.partner-carousel img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.partner-carousel a:hover img {
    -webkit-filter: none;
    filter: unset;
    opacity: 0.8;
}

.partner-carousel .partner-item {
    margin: 0 20px;
}

.partner-carousel .owl-nav {
    position: absolute;
    height: 0;
    padding: 0;
    right: -1.5%;
    left: -1.5%;
    top: 46px;
    z-index: 100;
}

.partner-carousel .owl-prev,
.partner-carousel .owl-next {
    color: #ccc;
    font-size: 42px;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
}

    .partner-carousel .owl-prev:hover,
    .partner-carousel .owl-next:hover {
        color: #aaa;
    }

    .partner-carousel .owl-prev:focus,
    .partner-carousel .owl-next:focus {
        color: #888;
    }

.partner-carousel .owl-prev {
    float: right;
    padding-left: 6px;
}

.partner-carousel .owl-next {
    float: left;
    padding-right: 6px;
}

/* Home / Content */
.home-content {
    padding: 40px 0;
    min-height: 400px;
}

/* Home / News & about */
.home-content h2 {
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #d6d6d6;
    border-right: 4px solid #0b386a;
}

.home-news article {
    border-top: 1px solid #cfcfcf;
    padding: 10px 0;
}

.home-news h2 + article {
    border-top: none;
}

.home-news a {
    display: block;
}

.home-news h4 {
    margin: 0;
    font-size: 1em;
    color: #000;
    line-height: 150%;
}

.home-news time {
    font-size: 0.9em;
    color: #000;
    margin-bottom: 10px;
}

.home-news p {
    margin: 4px 0 0;
    color: #777;
    font-weight: 300;
}

.home-news a:hover h4 {
    color: #0b386a;
}

time {
    display: block;
    font-size: 0.85em;
}

.xs .home-news,
.sm .home-news {
    margin-top: 20px;
}

/* Home / Special links*/
.home-boxes {
    padding: 30px 0;
    background-color: #f3f3f3;
    border-top: 1px solid #e5e5e5;
}

.home-boxes article {
    margin: 10px 0;
    position: relative;
}

.home-boxes img {
    width: 70px;
}

.home-boxes h3 {
    padding: 14px 0;
    font-size: 1.3em;
    font-weight: 400;
    border-bottom: 1px dashed #aaa;
    margin-bottom: 20px;
    color: #333;
}

.home-boxes h3 i {
    font-size: 0.85em;
    color: #000;
    padding-left: 4px;
}

.home-boxes a {
    position: relative;
    display: block;
    margin-bottom: 8px;
    color: #000;
}

.home-boxes a:hover {
    color: #2d5a8c;
}

    .home-boxes a:before {
        float: right;
        font-size: 0.6em;
        font-family: FontAwesome;
        content: "\f111";
        position: relative;
        top: 2px;
        margin-left: 10px;
    color: #326194;
    }

.home-boxes time {
    font-style: italic;
    color: #777;
}

.home-boxes h4 {
    font-size: 0.85em;
    margin-bottom: 0;
    line-height: 160%;
}

.home-boxes p {
    font-weight: 300;
    width: 90%;
    margin: auto;
    display: none;
}

.xs .home-boxes p,
.sm .home-boxes p {
    display: block !important;
}

/* Inner pages */
.content-nav {
    padding-top: 108px;
}

    .content-nav .qlinks {
        list-style-type: none;
        margin: 0 0 30px;
        padding: 0;
        box-shadow: 0px 0px 2px 0 RGBA(0, 0, 0, 0.3);
    }

        .content-nav .qlinks i {
            display: none;
        }

        .content-nav .qlinks > li {
            background-color: #f9f9f9;
            border-bottom: 1px solid #e5e5e5;
        }

        .content-nav .qlinks a {
            display: block;
            color: #333;
            font-size: 0.95em;
            padding: 8px 14px 8px 0;
            display: block;
            line-height: 1.222em;
            border-right: 4px solid #ccc;
        }

        .content-nav .qlinks a:before {
            margin-left: 8px;
            font-family: FontAwesome;
            color: #0b386a;
            content: "\f104";
            font-size: 1.3em;
            position: relative;
            bottom: -2px;
        }
        
        .content-nav .qlinks > .highlighted > a,
        .content-nav .qlinks > li:hover > a {
            border-color: #f90;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
        }
        
            .content-nav .qlinks > .highlighted > a {
                border-right: 4px solid #0b386a;
            }

            .qlinks ul {
                list-style-type: none;
                padding: 8px 12px 8px 0;
            }

            .qlinks li li a {
                padding: 6px 20px 6px 0 !important;
                font-weight: 300;
            }

            .qlinks li li a:before {
                color: #777 !important;
                margin-left: 4px;
            }

            .qlinks li li:hover a:before {
                color: #0b386a !important;
            }

.content-header {
    padding-top: 20px;
    margin-bottom: 39px;
    position: relative;
}

    .content-header h1 {
        font-size: 1.5em;
        line-height: 1.250em;
        margin: 16px 0;
        color: #444e56;
    }

.content-body {
    line-height: 160%;
    font-size: 1.1em;
    padding-bottom: 20px;
    max-width: 1280px;
}

.content-main-body {
    text-align: justify;
}

.content-main-header {
    text-align: center;
}

.content-teaser {
    margin: auto;
}

.content-teaser-text {
    max-width: 50%;
    margin: 10px auto 30px;
    color: #777;
}

.content-main-body iframe {
    margin: 20px auto;
    display: block;
}

.content-side {
    margin-bottom: 30px;
}

    .content-side img {
        display: block;
        margin-bottom: 8px;
    }

    .content-side p {
        line-height: 150%;
        color: #777;
        text-align: center;
    }

.content-body a {
    color: #0b386a;
}

    .content-body a:hover {
        color: #aaa;
    }

.content-body ul,
.content-body ol {
    color: #555;
}

.content-menu {
        border-bottom: 4px solid #0b386a;
    margin-bottom: 20px;
}

.content-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.content-menu li {
    display: inline-block;
    margin-left: 5px;
}

.content-menu a {
     display: block;
     font-size: 0.85em;
     font-family: IRANSans;
    padding: 8px 20px 2px;
    background-color: #f3f5f6;
    color: #003366;
}

.content-menu a:hover {
    color: #000;
}

.content-menu .highlighted a {
    background-color: #0b386a;
    color: #fff;
}

.bc-container {
    font-size: 1em;
    padding-bottom: 14px;
    border-bottom: 1px solid #e3e5e6;
}

.bc-container a,
.bc-container i {
    color: #888;
}

.bc-container i {
    padding: 0 10px;
}

.bc-container a:hover i,
.bc-container a:hover,
.bc-active {
    color: #000;
}

.bc-container a i {
    font-size: 1.3em;
}

/* Thumbnail list */

.content-thumbnail-list {

}

.thumbnail-item {
    margin-top: 20px;
}

.thumbnail-link {
    display: block;
    background-color: #f7f7f7;
    box-shadow: 1px 1px 5px 0 RGBA(0, 0, 0, 0.25);
}

.thumbnail-link:after {
    display:block;
    content: '';
    border-bottom: solid 3px #019fb6;  
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.thumbnail-link:after:hover {
    transform: scaleX(1);
}

.thumbnail-image {
    overflow: hidden;
    height: 240px;
}

.thumbnail-link .thumbnail-image img {
    min-width: 100%;
    max-width: 200%;
    height: 240px;
    -webkit-filter: contrast(100%);
    filter: contrast(1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}


.thumbnail-link:hover .thumbnail-image img {
    -webkit-filter: contrast(130%);
    filter: contrast(1.3);
    transform: scale(1.1);
}

.thumbnail-text {
    position: relative;
    font-size: 0.85em;
    padding: 10px;
    color: #0b386a;
}

.thumbnail-intro {
    line-height: 180%;
    color: #333;
    font-size: 0.8em;
    font-weight: 300;
    padding: 0 10px 10px;
}

.thumbnail-logo .thumbnail-intro,
.thumbnail-diamond .thumbnail-intro {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.thumbnail-data-bottom {
    padding-top: 30px;
    margin-bottom: 20px;
}

.thumbnail-data-image {
    height: auto;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 24px;
}

.thumbnail-logo .thumbnail-data-image {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}

.thumbnail-logo .thumbnail-data-image img {
    margin: auto;   
}

.thumbnail-diamond .thumbnail-data-image {
    height: auto;
}

.thumbnail-data-top h2 {
    font-size: 1.3em;
    color: #003366;
    margin: 0 0 10px;
    padding-top: 35px;
}

.thumbnail-data-top hr,
.thumbnail-data-bottom hr {
    margin: 0;
    border-color: #ccc;
}

.thumbnail-data-body {
    line-height: 1.5em;
    font-weight: 300;
    text-align: justify;
    color: #666;
}

.thumbnail-data-body strong {
    color: #333;
    font-weight: 400;
}

.thumbnail-data-strong {
    font-size: 1em;
    font-size: 1.1em;
    line-height: 1.6em;
    padding-top: 6px;
    color: #333;
}

.thumbnail-diamond .thumbnail-data-strong {
    font-size: 1em;
}

.thumbnail-data-side {
    font-size: 0.9em;
}

.thumbnail-data-side strong {

}

.english-content {
    font-family: 'Times New Roman';
}

.async {
    position: relative;
    display: none;
}

.async .thumbnail-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #0b386a transparent transparent transparent;
    cursor: pointer;
}

.async .thumbnail-close i {
    color: #eee;
    font-size: 1.3em;
    position: absolute;
    right: -8px;
    top: -34px;
}

.async .thumbnail-close:hover i {
    color: #fff;
}

/* Article list */
.article-list .article {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.news-list .article {
    border: 1px solid #eee !important;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.article-list .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.article-list a h2 {
    color: #0b386a;
    font-size: 1.1em;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.article-list a:hover h2  {
    color: #f90;
}

.article-list p {
    color: #000;
    font-weight: 300;
}

.article-list .muted {
    color: #777;
}

.article-body-title {
    margin: 20px 0;
    padding: 12px 10px 8px;
    font-size: 1em;
    box-shadow: 0 1px 3px 0 RGBA(0, 0, 0, 0.3);
    background-color: #f7f7f7;
}

.article-body-text {
    margin-bottom: 40px;
}

.article-detail .article-summary h1 {
    font-size: 1.3em;
    color: #0b386a;
}

.article-detail .article-body {
    margin-top: 40px;
}

.article-gallery-item {
    margin-bottom: 20px;
}

.article-gallery-item img {
    box-shadow: 0 1px 5px 0 RGBA(0, 0, 0, 0.3);
}

.sm .article-gallery-item img,
.xs .article-gallery-item img {
    width: 100%;
}

/* FAQ */
.faq-list .faq-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}

    .faq-list .faq-item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

.faq-item {
    margin-top: 10px;
}

.faq-list .faq-item:first-child {
    margin-top: 0;
}

.faq-item h3 {
    font-size: 1em;
    margin-top: 4px;
    cursor: pointer;
}

.faq-item i {
    color: #0b386a;
    font-weight: 400;
    margin-left: 10px;
}

.faq-item p {
    padding: 10px;
}

.drawer {
    display: none;
}

/* Sitemap */
.sitemap a:hover {
    color: #000;
}

.sitemap ul {
    margin: 5px 10px 10px;
    padding: 5px 20px 10px;
}

.sitemap > ul > li {
    list-style-type: disc;
    color: #0b386a;
    margin-top: 6px;
}

    .sitemap > ul > li > a {
        color: #000;
        font-size: 1.1em;
        font-family: IRANSans;
    }

    .sitemap > ul > li > a:hover {
        color: #0b386a;
    }

    .sitemap > ul > li > ul {
        color: #888;
        font-size: 1em;
    }

        .sitemap > ul > li > ul > li {
            list-style-type: circle;
            margin-top: 2px;
        }

        .sitemap > ul > li > ul > li > a {
            color: #666;
        }

        .sitemap > ul > li > ul > li > a:hover {
            color: #000;
        }

            .sitemap > ul > li > ul > li ul {
                color: #aaa;
            }

/* Pagination */
.pagination-container {
    margin-top: 40px;
    border-top: 1px dotted #e3e5e6;
    text-align: center;
}

.pagination {
    list-style-type: none;
    margin-top: 10px;
    text-align: center;
}

.pagination a {
    color: #666 !important;
    padding: 6px 8px 2px !important;
    font-size: 0.8em;
    margin: 0 2px !important;
    border-radius: 0 !important;
}

    .pagination li.active a {
        border-color: #ccc !important;
        background-color: #eee !important;
    }

    .pagination i {
        margin: 0 20px;
    }

/* Tags */
.tag {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #0b386a;
    color: #fff;
    margin: 4px;
    border-radius: 4px;
}

.tag-active {
    background-color: #0b386a;
}

.tag:hover {
    background-color: #2d5a8c;
}

.tag-active:hover {
    background-color: #f93b43;
}

.tag a {
    color: #fff !important;
    display: block;
    padding: 3px 10px;
}

/* Sidebox */
.content-side-box {
    margin-bottom: 20px;
}

.content-side-header {
    /*border-bottom: 1px solid #ccc;
     padding-bottom: 6px;
     margin-bottom: 6px;
     font-size: 1.1em;*/
    background-color: #f3f3f3;
    margin-top: 1px;
    border-top: 1px solid #e3e5e6;
    border-bottom: 1px solid #e3e5e6;
    color: #333;
    font-size: 0.95em;
    padding: 8px 20px 8px 0;
    line-height: 1.222em;
}

.content-side-body {
    padding: 10px;
}

/* Filter */
.filter {

}

.filter button {
    border-color: #1c497b;
    background-color: #0b386a;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.filter button:focus,
.filter button:hover,
.filter button.active,
.filter button.active:focus {
    border-color: #ccc;
    background-color: #fff;
    color: #000;
}

.xs .filter {
    display: none;
}

/* Formulate */
.formulate-container {
    margin-top: 20px;
    padding: 20px;
    box-shadow: 1px 1px 5px 0 RGBA(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

.formulate__field-label {
    font-family: IRANSans;
    font-size: 0.9em;
    margin-top: 6px;
}

.formulate__field__item--Horizontal {
    display: inline-block;
}

.formulate__field__item--Horizontal span {
    margin-right: 20px;
}

.formulate__header {
    margin: 20px 0;
    padding: 12px 10px 8px;
    font-size: 1em;
    box-shadow: 0 1px 3px 0 RGBA(0, 0, 0, 0.3);
    background-color: #555;
    color: #fff;
}

.formulate__btn,
.formulate__btn:focus {
    color: #fff;
}

.form-notification {
    padding: 20px;
    margin-top: 20px;
}

.formulate__error-msg {
    color: red;
    padding: 10px;
}

.formulate-container ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}

.formulate-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}

.formulate-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}

.formulate-container :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

.formulate__file-upload-button {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
}

.formulate__file-upload-button:hover {
    background-color: #f3f3f3;
}

.formulate__file-upload-button span {
    display: block;
    padding: 6px 10px 2px;
}

.formulate__file-upload-button span:before {
    content: "\f093";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 1.1em;
    padding-left: 16px;
}

.formulate__file-upload-input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.formulate__field--radio-list .formulate__field-label {
    display: block;
}

.formulate-container .radio label {
    padding-right: 0;
    padding-left: 20px;
}

/* back to top */
#back-top {
    position: fixed;
    left: 0;
    bottom: 50px;
    color: #fff;
    padding: 10px 10px 10px 30px;
    height: 34px;
    z-index: 2000;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    background-color: #0b386a;
    display: none;
}

#back-top i {
    position: relative;
}

#back-top:hover i {
  animation-name: bounce 0.5s linear infinite;
  -webkit-animation-name: bounce;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

/* Project carousel */
.project-carousel {
    position: relative;
    overflow: hidden;
}

    .project-carousel .owl-item {
        min-height: 220px;
        overflow: hidden;
    }

    .project-carousel .owl-nav {
        position: absolute;
        height: 0;
        right: 0;
        top: 92px;
        width: 100%;
        z-index: 100;
    }

    .project-carousel .owl-prev,
    .project-carousel .owl-next {
        position: absolute;
        color: #fff;
        background-color: RGBA(0, 0, 0, 0.4);
        font-size: 22px;
        padding: 25px 0;
        text-align: center;
        width: 25px;
        height: 74px;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

        .project-carousel .owl-prev:hover,
        .project-carousel .owl-next:hover {
            background-color: RGBA(0, 0, 0, 0.75);
        }

        .project-carousel .owl-thumbs {

        }

        .project-carousel .owl-thumb-item {
            background-color: #fff;
            border: none;
            padding: 0;
            margin: 10px 4px 0;
            -webkit-filter: opacity(0.6);
            filter: opacity(.6);
        }

     .project-carousel .owl-thumb-item:hover,
        .project-carousel .owl-thumb-item.active {
            -webkit-filter: opacity(1);
            filter: opacity(1);
        }

        .project-carousel .owl-thumb-item img {
            width: 60px;
            height: 44px;
        }

/* Project */
.project-title {
    font-size: 1.3em;
}

.project-title:after {
    content: '';
    margin: 25px 0;
    width: 50px;
    border-top: 1px solid #333;
    display: block;
}

.project-text {
    color: #333;
    font-weight: 300;
    line-height: 180%;
    text-align: justify;
}

.project-detail table {
    background-color: #fff;
    font-size: 0.9em;
    font-weight: 300;
}

.project-detail table th,
.project-detail table td {
    padding: 4px;
}

.project-detail table tr td:first-child {
    color: #2d5a8c;
    font-weight: 400;
}

.project-detail table tr td:first-child + td {
    font-style: italic;
}

.project-detail table tr td:first-child:after {
    content: ':';
}

.project-detail table tr:nth-of-type(odd) {
    /*background-color: #f7f7f7;*/
}

.project-detail .nav-tabs {
    margin-top: 30px;
    border-color: #ccc;
}

.project-detail .nav-tabs li a {
    border-color: #ccc;
    background-color: #ddd;
    font-size: 0.85em;
    font-weight: 300;
    color: #000;
}

.project-detail .nav-tabs li.active a {
    background-color: #fff;
    border-bottom-color: #fff;
    color: #000;
}

.project-detail .nav-tabs a:hover {
    background-color: #ccc;
    color: #000;
}

.project-detail .tab-pane {
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
}

.related-projects {
    margin: 20px 0 40px;
}

.related-projects h2 {
    font-size: 1em;
    font-weight: 400;
    padding: 12px 0;
    text-align: center;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    box-shadow: 1px 1px 2px 0 RGBA(0, 0, 0, 0.3);
}

/* Featured item */
.featured-item {
	margin-top: -80px;
    margin-bottom: 40px;
    position:relative;
    z-index: 900;
}

.sm .featured-item,
.xs .featured-item {
	margin-top: 20px;
	margin-bottom: 20px;
}

.featured-item-container {
    /*background: #0b386a url('../images/noise.png');*/
    background-color: RGBA(11, 56, 106, 0.9);
    overflow: hidden;
}

.featured-item-link {
    display: block;
}

.featured-item-content {
    padding: 20px 25px;
}

.featured-item-content h5 {
    color: #fff;
    font-size: 1.4em;
    margin: 0 0 12px;
}

.featured-item-content p {
    color: #fff;
    line-height: 180%;
    font-weight: 200;
}

.featured-item-thumbnail {
    height: 210px;
    overflow: hidden;
    position: relative;
}

.sm .featured-item-thumbnail,
.xs .featured-item-thumbnail {
    height: auto;
}

.featured-item-thumbnail:before {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scale(.35);
    -moz-transform: scale(.35);
    -ms-transform: scale(.35);
    -o-transform: scale(.35);
    transform: scale(.35);
    visibility: hidden;
    opacity: 0;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: solid 2px #eee;
    z-index: 5;
}

.featured-item-link:hover .featured-item-thumbnail:before {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.featured-item-thumbnail img {
    min-width: 100%;
	max-height: 100%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.featured-item-link:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/* Icon item */
.icon-item {
    text-align: center;
    margin-bottom: 10px;
}

.icon-item-link {
    display: block;
}

.icon-item-symbol {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    float: none;
    background: #39464f;
    margin: 0 0 10px;
    z-index: 5;
}

.icon-item-symbol img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.icon-item-symbol:before {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2d5a8c;
    z-index: -1;
}

.icon-item-link:hover .icon-item-symbol:before {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.icon-item-link:hover .icon-item-symbol img {
    -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
}

.icon-item-link:hover h3 {
    color: #2d5a8c;
}

.icon-item-symbol i {
    color: #fff;
    font-size: 60px;
    padding: 35px;
}

.icon-item-content h3 {
    font-size: 1.4em;
    margin-bottom: 14px;
    color: #111;
}

.icon-item-content p {
    color: #111;
    font-size: 1.1em;
    line-height: 180%;
    font-weight: 200;
}

/* Swiper */
     .swiper-container {
        width: calc(100% - 4px);
        height: 100%;
        padding: 20px 0 30px;   
        border: 1px solid #ddd;
        border-top: none;
        margin-bottom: 20px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #f7f7f7;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #f7f7f7;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }


.swiper-slide img {
    border: 2px solid #ccc;
}