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

body {
	font-family: IRSans, arial, sans-serif;
	color: #434343;
	background: #dae3e7;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: IRSans, arial, sans-serif;
	font-weight: 700;
	color: #778492;
	direction: rtl;
}
::selection {
  background: #b3d335;
  color: #FFF; 
}
::-moz-selection {
  background: #b3d335;
  color: #FFFF; 
}
.clear {
	clear: both;
}

a {
	color: #3aaa64;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

a:hover {
	text-decoration: none;
}

.btn,
a.btn {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-family: IRSans, arial, sans-serif;
	padding: 8px 16px;
	font-weight: bold;
}

.btn .fa,
a.btn .fa {
	margin-right: 5px;
}

.btn:focus,
a.btn:focus {
	color: #fff;
}

a.btn-cta-primary,
.btn-cta-primary {
	background: #54ba4e;
	border: 1px solid #54ba4e;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

a.btn-cta-primary:hover,
.btn-cta-primary:hover {
	background: #49ac43;
	border: 1px solid #49ac43;
	color: #fff;
}

a.btn-cta-secondary,
.btn-cta-secondary {
	background: #b3d335;
	border: 1px solid #b3d335;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
	background: #eeeeee;
	border: 1px solid #eeeeee;
	color: #b3d335;
}

.text-highlight {
	color: #32383e;
}

.label-theme {
	background: #3aaa64;
	font-size: 12px;
}

a.dotted-link {
	border-bottom: 1px dotted #778492;
	color: #778492;
}

a.dotted-link:hover {
	text-decoration: none;
	color: #49515a;
}


/*
iframe {

    .header {
        padding: 0;
    }
}

.iframe-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
*/


/* ======= Header ======= */
.nav-brand-text{
    font-family: arial,sans-serif;
}
#top-nav ul , #top-nav ul li{
    float: right;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
}
#top-nav ul li:hover{
   background-color: #969696;
   color:#fff !important;
}
#top-nav ul li a:hover{
  
   color:#fff !important;
}
.navbar{
    margin-bottom: -1px !important;
}
.header {
	padding: 60px 0;
	background: #f5f5f5;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	color: #FFF;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.header .btn {
	margin-top: 60px;
	font-weight: bold;
}

.header .profile-image {
   transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
	float: none !important;
	margin: 0 auto;
  
}

.header .profile-content .name {
    font-family: IRSans, arial, sans-serif;
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: 30px;
	text-align: center;
}

.header .profile-content .desc {
	font-family: IRSans, arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
	margin-top: 2%;
	margin-bottom: 15px;
	text-align: center;
}

.header .profile-content .social a {
	background: #b0b7bf;
	width: 36px;
	height: 36px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #fff;
	text-align: center;
}

.header .profile-content .social a:hover {
	background: #778492;
}

.header .profile-content .social a .fa {
	font-size: 20px;
	padding-top: 8px;
}
.container-social {
  position: relative;
  width: 100%;
  margin-bottom: 6%;
}

.social-image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;  
}

.social-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}

.container-social:hover .social-overlay {
  opacity: 1;
}

.social-text {
  font-family: arial;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* ======= Sections======= */

.sections-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.section .section-inner {
	background: #fff;
	padding: 30px;
    padding-bottom: 12px;
}

.section .heading {
	margin-top: 0;
	margin-bottom: 15px;
	color: #545e69;
	font-size: 24px;
}

.section .content .more-link .fa {
	margin-right: 5px;
	font-size: 14px;
}


/* About Section */


/* Latest Section */

.latest .item {
	margin-bottom: 30px;
}

.latest .item .title {
	font-size: 18px;
	margin-top: 0;
}

.latest .item .title .label {
	margin-left: 5px;
	font-size: 12px;
}

.latest .item .title a {
	color: #778492;
}

.latest .item .title a:hover {
	color: #5f6b77;
}

.latest .item .project-image:hover,
.catalog-img:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.latest .divider {
	margin-bottom: 60px;
}

.latest .featured {
	margin-bottom: 60px;
}

.latest .featured .title {
	margin-bottom: 5px;
	font-size: 20px;
}

.latest .featured .summary {
	margin-bottom: 30px;
	color: #778492;
}

.latest .featured img {
	margin-bottom: 30px;
}

.latest .featured .desc {
	margin-bottom: 30px;
}

.latest .featured-image {
	position: relative;
}

.latest .featured-image .text {
	background: #3aaa64;
	color: #fff;
}

.latest .featured-image .ribbon {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 110px;
	height: 110px;
	overflow: hidden;
}

.latest .featured-image .ribbon .text {
	font-family: IRSans, arial, sans-serif;
	position: relative;
	left: -8px;
	top: 18px;
	width: 158px;
	padding: 10px 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #479fc8;
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	-moz-transform: rotate(45deg) translate3d(0, 0, 0);
	-ms-transform: rotate(45deg) translate3d(0, 0, 0);
	-o-transform: rotate(45deg) translate3d(0, 0, 0);
}

.latest .featured-image .ribbon .text:before,
.latest .featured-image .ribbon .text:after {
	content: '';
	position: absolute;
	bottom: -5px;
	border-top: 5px solid #276582;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.latest .featured-image .ribbon .text:before {
	left: 0;
}

.latest .featured-image .ribbon .text:after {
	right: 0;
}


/* Projects Section */

.projects .item {
	margin-bottom: 30px;
}

.projects .item .title {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.5;
}

.projects .item .title a {
	color: #778492;
}

.projects .item .title a:hover {
	color: #5f6b77;
}


/* Work Section */

.experience .item {
	margin-bottom: 30px;
}

.experience .item .title {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.5;
}

.experience .item .title .place {
	color: #999999;
	font-weight: normal;
}

.experience .item .title .place a {
	color: #999999;
}

.experience .item .title .place a:hover {
	color: #666666;
}

.experience .item .title .year {
	color: #999999;
	font-weight: normal;
}


/* Git section */

.ghfeed {
	height: 600px;
}

.ghfeed,
.ghfeed *,
.ghfeed *:before,
.ghfeed *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


/* Info Section */

.info .fa {
	margin-right: 15px;
	color: #ccd1d6;
}

.info .fa.fa-envelope-o {
	font-size: 14px;
}

.info ul {
	margin-bottom: 0;
}

.info li {
	margin-bottom: 15px;
}

.info li:last-child {
	margin-bottom: 0;
}


/* Skills Section */

.skills .intro {
	margin-bottom: 30px;
}

.skills .skillset .item {
	margin-bottom: 30px;
}

.skills .skillset .level-title {
	font-size: 16px;
	position: relative;
	margin-top: 0;
	margin-bottom: 10;
}

.skills .skillset .level-title .level-label {
	color: #ccd1d6;
	font-size: 14px;
	font-weight: 400;
	font-family: IRSans, arial, sans-serif;
	position: absolute;
	right: 0;
	top: 0;
}

.skills .skillset .level-bar {
	height: 15px;
	background: #e8e8e8;
}

.skills .skillset .level-bar-inner {
	height: 15px;
	background: #66cb8c;
}


/* Testimonials section */

.testimonials .item {
	margin-bottom: 30px;
}

.testimonials .item:last-child {
	margin-bottom: 0;
}

.testimonials .item .quote {
	color: #666666;
	font-size: 16px;
	border-left-color: #9fdeb7;
	margin-bottom: 15px;
}

.testimonials .item .quote .fa {
	color: #79d19a;
	margin-left: 15px;
	float: right;
}

.testimonials .item .quote p {
	text-align: justify;
	direction: rtl;
}

.testimonials .item .source {
	font-size: 14px;
	padding-left: 30px;
	font-weight: 500;
}

.testimonials .item .source .name {
	color: #939ea9;
	font-weight: 600;
}

.testimonials .item .source .title {
	color: #999999;
}


/* Education section */

.education .item {
	margin-bottom: 30px;
}

.education .item:last-child {
	margin-bottom: 0;
}

.education .item .title {
	font-size: 16px;
	margin-top: 0;
}

.education .item .university {
	font-family: IRSans, arial, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: 600;
	padding-left: 25px;
}

.education .item .university .year {
	color: #b0b7bf;
	font-weight: 500;
}


/* Language Section */

.languages .item {
	margin-bottom: 15px;
}

.languages .item .title {
	color: #778492;
}

.languages .item .level {
	color: #999999;
}

.languages .item:last-child {
	margin-bottom: 0;
}

.languages .item .fa {
	color: #79d19a;
}


/* Blog Section */

.blog .item {
	margin-bottom: 30px;
}

.blog .item .title {
	font-size: 18px;
	line-height: 1.3;
}

.blog .item .title a {
	color: #778492;
}

.blog .item .title a:hover {
	color: #5f6b77;
}

.blog .item:last-child {
	margin-bottom: 0;
}


/* List section */

.list ul li {
	margin-bottom: 10px;
}

.list ul li .fa {
	margin-right: 5px;
}

.list ul li a {
	color: #778492;
}

.list ul li a:hover {
	color: #49515a;
}


/* Credits */

.credits ul li {
	margin-bottom: 10px;
}

.credits ul li .fa {
	margin-right: 5px;
}

.credits ul li a {
	color: #778492;
}

.credits ul li a:hover {
	color: #49515a;
}

.credits .btn {
	margin-bottom: 15px;
}


/* ======= Footer ======= */

.footer {
	background: #313131;
	color: #fff;
	padding: 0px 0;
}

.footer .copyright {
	line-height: 1.6;
	color: #C3CCD5;
	font-size: 14px;
}

.footer a {
	color: #fff;
}

.footer .fa-heart {
	color: #fb866a;
}


/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
	.header {
		text-align: center;
	}
	.header .profile-image {
		float: none !important;
		margin: 0 auto;
	}
	.header .profile-content {
		float: none !important;
		text-align: center;
	}
	.header .btn {
		margin-top: 30px;
		float: none !important;
	}
	.project-image {
		margin-bottom: 15px;
        
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3%;
        margin-top: 3%;
	}
    #top-nav ul , #top-nav ul li{
    float: none;
    text-align: center;
    }
}


/* Small devices (tablets, 768px and up) */


/* Medium devices (desktops, 992px and up) */


/* Large devices (large desktops, 1200px and up) */


/* Ex-Large devices (large desktops, 1200px and up) */

@media (min-width: 1400px) {
	.container {
		width: 1360px;
	}
}

.content-about {
	width: 100%;
	direction: rtl;
	text-align: justify;
}

.content-list ul,
.content-list ul li {
	direction: rtl;
	text-align: right;
	padding: 0 !important;
	padding-bottom: 4%;

}
.content-list ul li {
    margin-bottom: 1%;
}
.content-list li:before {
	content: "\25A0 \0020";
	color: #7FAAFF;
}

.catalog-img {
	width: 100%;
	margin: 2% 0 5% 0;
	-webkit-border-radius: 8px 8px 8px 8px !important;
	border-radius: 8px 8px 8px 8px !important;
	-webkit-transition: all 0.4s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.bg-success {
	padding: 10px;
	font-size: 18px;
	line-height: 36px;
	border: 1px #86b274 solid;
	border-radius: 5px;
	direction: rtl;
	margin: 2% 0 2% 0;
	font-size: 15px;
	line-height: 20px;
}

.phone {
	padding-top: 12px !important;
}

.openinghours {
	padding: 15px 0;
	-webkit-transition: all 0.4s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	border-right: 4px solid #fff;
}

.openinghours:nth-child(odd) {
	background: rgba(0, 0, 0, 0.04);
}

.openinghours * {
	text-align: center;
}

.saturday,
.sunday,
.monday,
.tuesday,
.wednesday,
.thursday,
.friday {
	background-color: #b3d335 !important;
}
.time-text{
    direction:rtl;
    text-align:center;
    word-spacing: -2px;
}
.day-container{
    margin-bottom: 5%;
}

.openinghours:hover {
	background-color: #969696;
	color: #fff;
	border-right: 4px solid #b3d335;
}

.map-img {
	width: 100%;
}

.container-ov {
	position: relative;
	width: 100%;
}

.image-ov {
	display: block;
	width: 100%;
	height: auto;
}

.overlay-ov {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #b3d335;
}

.container-ov:hover .overlay-ov {
	opacity: 1;
}

.text-ov {
	color: white;
	
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.img-br{
    -webkit-border-radius: 8px 8px 8px 8px !important;
	border-radius: 8px 8px 8px 8px !important;
}
.gallery-keep .overlay-ov:hover{
    -webkit-border-radius: 8px 8px 8px 8px !important;
	border-radius: 8px 8px 8px 8px !important;
}

.pd-r-j {
	direction: rtl;
	text-align: justify;
}

.content-about,
.content-list ul,
.content-list ul li,
.special-content,
.content .featured .btn-cta-secondary {
	font-size: 17px;
	font-weight: 100;
	line-height: 30px;
}

.project-image {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 0.4s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.footer {
	direction: rtl;
	text-align: right;
}
.gallery-keep{
   float: right;
    width: 45%;
    margin: 2% 2% 2% 3%;
}
#responsiv-btn-keep{
    display: none;
}
.responsiv-btn{
	width: 31%;
	float: right;
	direction: rtl;
	text-align: center;
	padding: 1% 1% 1% 1%;
	margin: 1% 1% 1% 1%;
	background-color: #3893BD;
	color: #fff;
    font-size: 16px;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	-webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
    
}
.responsiv-btn:hover{
    color: #fff;
    background-color: #A5A5A5;
}
.content-about img , .special-content img{
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 0.4s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	max-width: 100%;
    display: block;
	margin-left: auto;
	margin-right: auto;
}
.content-about img:hover , .special-content img:hover{
	opacity: 0.8;
}
.keyword-link {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	direction: rtl;
}
.keyword-link a{
	float: right;
	color:#fff;
	background-color: #2C95B7;
	padding: 0px 10px 0px 5px;
	margin: 5px 0 5px 5px;
	font-size: 14px;
	-webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
	-webkit-transition: all 0.4s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.keyword-link a:hover{
	background-color: #6A6A6A;
}
/*page-number-responsive*/
.page-keeper{
	width:20%;
	margin:auto;
	margin-bottom:2%;
}
.wp-pagenavi{
	width:100%;
	margin:auto;
}
.wp-pagenavi span{
	font-size:18px;
}
.pages {
	float:right;
	padding:0 3px 0 3px;
	margin:0 5px 0 5px;
	background-color:#e7e7e7;
	color:#333;
	background-image:url(../images/bg/cat-bg.png);
	background-repeat:repeat;
	-webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.nextpostslink{
	display:none;
	float:right;
	color:#333;
	background-image:url(../images/bg/cat-bg.png);
	background-repeat:repeat;
}
.previouspostslink{
	display:none;
	float:left;
	color:#333;
	background-image:url(../images/bg/cat-bg.png);
	background-repeat:repeat;
}
.wp-pagenavi a{
   transition:All 1s ease;
   -webkit-transition:All 1s ease;
   -moz-transition:All 1s ease;
   -o-transition:All 1s ease;
	font-size:18px !important;
	padding:8px 16px 8px 16px !important;
	margin:0 5px 0 5px !important;
	background-color:#fff !important;
	-webkit-border-radius: 8px 8px 8px 8px !important;
   border-radius: 8px 8px 8px 8px !important;
   color:#333 !important;
   border:1px solid #fff;
}
.current{
	padding:8px 16px 8px 16px !important;
	margin:0 5px 0 5px !important;
	background-color:#969696 !important;
	color:#fff !important;
	border:2px solid #fff !important;
	-webkit-border-radius: 8px 8px 8px 8px !important;
   border-radius: 8px 8px 8px 8px !important;
}
.pages{
    display: none;
}
#first-block,#first {
	padding: 4em 2em;
	text-align: center;
    background: #f5f5f5;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 10px solid #FFF;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    
}
#first-block h3,#first h3 {
	font-size: 1.8em;
	font-weight: 300;
	margin-top: 0;
}

@media screen and (max-width: 991px) {
    #responsiv-btn-keep{
        display: block;
    }
    #Gallery-Main{ display: none !important;}
    #Gallery-mob{ display: block !important;}
}
@media screen and (max-width: 600px) {
    .responsiv-btn{
        font-size: 14px;
        padding: 2% 1% 2% 1%;
    }
    .header .profile-content .name {
        font-family: IRSans, arial, sans-serif !important;
        font-size: 30px;
       
    }
    .header .profile-content .desc {
         font-size: 18px;
        line-height: 25px;
        color: red;
    }
    .ribbon{
        display: none;
    }
}
@media screen and (max-width: 500px) {
     .responsiv-btn{
        width: 100%;
        float: none;
        font-size: 16px;
        padding: 3% 1% 3% 1%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5%;
     }
    .gallery-keep{
        width: 95%;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8%;
    }
}
#slider4{
    display: none;
}
#Gallery-Main{ display: block;}
#Gallery-mob{ display: none;}
