/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header                          
 3.General code                   
 4.Content home section                              
 5.Portfolio Page                             
 6.Portfolio Detail       
 8.Full width page                               
 9.404 Error                            
 10.Contact page                            
 11.blog Page           
 12.Single Post         
 13.About Page
 14.Services Page  
 15.Footer  
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
@font-face {
    font-family: "Yekan";
    src: url("../fonts/W_YEKAN_0.TTF");
    src: local("?"), url("../fonts/W_YEKAN_0.TTF")format("truetype");
}

.table {
    text-align: center;

}

* {
    font-family: Yekan;
     !important;
    font-size: 16px;
}

body {
    direction: rtl;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

.container {
    max-width: 940px;

}

.container-footer {
    max-width: 1300px;
    margin: 0 auto;
}

.container-header {
    max-width: 1300px;
    margin: 0 auto;
}

#navbar-main {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-background-color: rgba(0, 0, 0, 0.2);
    -moz-background-color: rgba(0, 0, 0, 0.2);
    -o-background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 9px #0606ff;
    -webkit-box-shadow: 0px 2px 9px #0606ff;
    -moz-box-shadow: 0px 2px 9px #0606ff;
    -o-box-shadow: 0px 2px 9px #0606ff;
}

.navbar {
    margin-bottom: 0;
    background-color: rgb(4, 4, 32);
    box-shadow: 0px 2px 9px #0606ff;
    -webkit-box-shadow: 0px 2px 9px #0606ff;
    -moz-box-shadow: 0px 2px 9px #0606ff;
    -o-box-shadow: 0px 2px 9px #0606ff;
    border: none !important;
    border-radius: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.navbar-brand {
    padding: 25px 15px 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.navbar-brand p {
    color: #fff;
    position: relative;
    font-size: 16px;
    max-width: 480px;
    margin: 0px 40px 0 0;
    text-align: right;
}

.navbar-brand .list-contact .l5 {
    margin: 0;
}


header.active .navbar {
    opacity: 0.90;

}

header.active #navbar-main {
    background-color: rgb(4, 4, 32);
}

header.active .navbar-brand {
    padding: 10px 15px;
}

header.active .navbar-brand .l5 {


    padding: 4px 0 0 0;



}

.navbar-default .navbar-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

header.active .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;

}

.navbar-default .navbar-nav > li {
    margin-right: 40px;

}

.navbar-default .navbar-nav > li:first-child {
    margin-right: 0px;

}

.navbar-default .navbar-nav > li > a {

    color: #fff;
    font-size: 16px;
    font-family: "Yekan";
    text-transform: uppercase;
    font-weight: 300;
    padding: 30px 0px 30px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transition: all 0.15s linear;
    /* cubic-bezier(0.03,0.52,0.1,0.11);*/
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.navbar-default .navbar-nav > li > a:hover {
    color: #03C4EB;
}

@media only screen and (min-width: 767px) and (max-width: 1500px) {
    .navbar-default .navbar-nav > li > a:hover {

        transition: all 0.15s linear;
        /* cubic-bezier(0.03,0.1,0.1,0.11);*/
        transform: scale(1.3);
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);

    }

    .navbar-default .navbar-nav > li > a:after {
        background-color: red;
        content: "";
        display: block;
        height: 2px;
        margin: 0 auto;
        width: 0px;
        bottom: -5px;
    }

    .navbar-default .navbar-nav > li:hover a:after {
        width: 100%;
        transition: all cubic-bezier(0.57, -0.47, 0.25, 1.01) 300ms;
        -webki- transition: all cubic-bezier(0.57, -0.47, 0.25, 1.01) 300ms;
        -moz-transition: all cubic-bezier(0.57, -0.47, 0.25, 1.01) 300ms;
        -o-transition: all cubic-bezier(0.57, -0.47, 0.25, 1.01) 300ms;
        transform: scaleX(1);
        z-index: 0;
    }
}

.navbar-default .navbar-nav > li > a.active {

    color: #03C4EB;
}

header.active .navbar-default .navbar-nav > li > a {
    padding: 15px 0px;
    background: none !important;
}

/*

.navbar-default .navbar-nav > li.drop {
    position: relative;
}

ul.dropdown-list {
    position: absolute;
    top: 90%;
    right: -20px;
    width: 180px;
    background: #2b304a;
    padding-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

header.active ul.dropdown-list {
    top: 100%;
}

.navbar-default .navbar-nav > li.drop:hover ul.dropdown-list {
    opacity: 1;
    visibility: visible;
}

ul.dropdown-list li {
    display: block;
}

ul.dropdown-list li a {
    display: block;
    color: #fff;
    font-size: 5px;
    font-family: 'Yekan', 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.dropdown-list li a:hover {
    color: #03C4EB;
}
*/

/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1 {
    color: #464646;
    font-size: 30px;
    font-family: 'Yekan', 'Open Sans', 'sans-serif';
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

h2 {
    color: #464646;
    font-size: 24px;
    font-family: 'Yekan', 'Open Sans', 'sans-serif';
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

h3 {
    color: #464646;
    font-size: 24px;
    font-family: 'Yekan', 'Open Sans', 'sans-serif';
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

h4 {
    color: #464646;
    font-size: 18px;
    font-family: 'Yekan', 'Open Sans', 'sans-serif';
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

h5 {
    color: #464646;
    font-size: 15px;
    font-family: 'Yekan', 'Open Sans', 'sans-serif';
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}

p {
    color: #666666;
    font-size: 15px;
    font-family: 'Yekan', 'Open Sans', 'sans-serif';
    font-weight: 300;
    margin: 0;
    margin-bottom: 15px;
    line-height: 24px;
}

a.read-more {
    color: #7ea4f5;
    font-size: 14px;
    font-family: 'Yekan', 'Open Sans', 'sans-serif';
    font-weight: 700;
    text-transform: uppercase;
}

a.main-button {
    color: #fff;
    font-size: 15px;
    font-family: 'Yekan', 'Open Sans', 'sans-serif';

    padding: 12px 35px;
    background: #7ea4f5;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.main-button:hover {
    opacity: 0.8;
}

button {
    outline: none !important;
}

#container {
    padding-top: 120px;
}

/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/

#slider {
    margin-bottom: 170px;
}

#content {
    margin: 60px auto 0px;
}

.services-post {
    text-align: center;
    margin-bottom: 50px;
}

.services-post h1 {

    margin-bottom: 40px;

}

.services-post p {

    font-size: 15px;

}

#recentworks {
    margin-top: 60px;
}

.recent-work-post {
    text-align: center;
    margin-bottom: 10px;
}


.recent-work-post img {
    width: 100%;
}

.recent-work-post p {
    color: #666666;
    font-size: 16px;
    font-family: 'Yekan', 'Open Sans', 'sans-serif';


}

.recent-works .main-button {
    margin: 0 auto 30px;
    display: block;
    width: 140px;
}

.bottom-line {
    max-width: 618px;
    border-top: 1px solid #2b304a;
    padding: 60px 0;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.bottom-line:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: #2b304a;
    top: -3px;
    right: 50%;
    margin-right: -30px;
}

.banner-section {
    padding-top: 52px;
    background: url('../upload/section-bg.jpg');
    margin-bottom: 50px;
}

.banner-section h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.banner-section img {
    color: #fff;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
}

.point-section {
    position: relative;
    margin-bottom: 50px;
}

.point-section:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 214px;
    border-right: 1px solid #69684c;
    top: 7px;
    right: 0;
}

.point-section:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 7px;
    right: -6px;
    background: #fffb19;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.point-section p {
    color: #fff;
}

.point-sections {
    position: relative;
}

.point-sections:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 0px;
    border-bottom: 1px solid #69684c;
    bottom: -200px;
    right: -15px;
}

.blog-post {
    overflow: hidden;
}

.blog-post h5 a {
    color: #666666;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post h5 a:hover {
    opacity: 0.8;
}

.blog-post .image-blog {
    position: relative;
    margin-bottom: 30px;
}

.blog-post .image-blog img {
    width: 100%;
}

.blog-post .image-blog .post-date {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    background: rgba(126, 164, 245, 0.9);
    text-align: center;
    padding: 20px 0;
    transition: all 0.22s ease-in-out;
    -moz-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
}

.blog-post .image-blog:hover .post-date {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
}

.image-blog .post-date p {
    color: #fff;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 0;
}

.image-blog .post-date span {
    display: block;
    font-weight: 600;
}

.blog-post .post-tags {
    margin-bottom: 16px;
}

.blog-post .post-tags li {
    margin-left: 2px;
}

.blog-post .post-tags li:before {
    content: '/';
    color: #b2b3b3;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-left: 5px;
}

.blog-post .post-tags li:first-child:before {
    content: '';
    margin-left: 0px;
}

.blog-post.horizontal-align {
    margin-bottom: 30px;
}

.blog-post.horizontal-align:first-child {
    border-bottom: 1px solid #d7d7d7;
}

.blog-post.horizontal-align .image-blog {
    max-width: 140px;
    float: right;
}

.blog-post.horizontal-align .blog-post-content {
    margin-right: 160px;
}

.blog-post.horizontal-align .image-blog .post-date {
    width: 70px;
    padding: 10px 0;
}

.blog-post.horizontal-align .post-date p {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 24px;
}

.blog-post.horizontal-align .post-date span {
    display: block;
    font-weight: 600;
    font-size: 24px;
}

.blog-post.horizontal-align .post-tags li a {
    font-size: 11px;
}

.blog-link-section {
    text-align: center;
}

.blog-link-section h3 {
    font-weight: 300;
    margin-bottom: 30px;
    color: #666666;
}

.blog-section {
    margin-bottom: 50px;
}

/*-------------------------------------------------*/
/* =  Portfolio-page
/*-------------------------------------------------*/

.page-title {
    text-align: center;
    padding: 50px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;

}

.page-title h1 {
    font-size: 36px;
    font-weight: 300;
}

ul.page-depth li {
    display: inline-block;
}

ul.page-depth li:before {
    content: '/';
    color: #b1b1b1;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-left: 3px;
}

ul.page-depth li:first-child:before {
    content: '';
    margin-right: 0px;
}

ul.page-depth li a {
    display: inline-block;
    color: #b1b1b1;
    font-size: 12px;
    font-family: 'Yekan', 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.page-depth li a:hover {
    color: #2c304a;
}

.page-description p {
    color: #a1a1a1;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}

ul.filter {
    text-align: center;
    margin-bottom: 20px;
}

ul.filter li {
    display: inline-block;
}

ul.filter li a {
    display: inline-block;
    color: #464646;
    font-size: 14px;
    font-family: 'Yekan', 'Open Sans', sans-serif;
    padding: 10px 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter li a:hover,
ul.filter li a.active {
    color: #fff;
    background: #7ea4f5;
}

.portfolio-box {
    width: 940px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.portfolio-box .recent-work-post {
    width: 283.33px;
    margin: 25px 15px;
}

.portfolio-last-line {
    position: relative;
}

.portfolio-last-line .bottom-line,
.portfolio-detail-line .bottom-line {
    padding: 20px 0;
}

/*-------------------------------------------------*/
/* =  Portfolio Detail
/*-------------------------------------------------*/


.portfolio-detail-page h3 {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 40px;
}

.project-detail-content {
    padding-bottom: 50px;
}

.project-detail-content span {
    display: block;
    color: #a1a1a1;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 4px;
}

.project-detail-content span.customer {
    margin-bottom: 20px;
}

.project-detail-content h5 {
    color: #464646;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
}

ul.features-list {
    margin-bottom: 20px;
}

ul.features-list li {
    margin-bottom: 15px;
    padding-right: 30px;
    background: url('../images/tik.png') right center no-repeat;
    color: #666666;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.portfolio-detail-line {
    padding-top: 40px;
}

/*-------------------------------------------------*/
/* =  Full width page
/*-------------------------------------------------*/

.full-width-page {
    padding: 55px 0;
}

.full-width-page h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.full-width-page h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

.full-width-page p {
    margin-bottom: 20px;
}

.full-width-page p a {
    color: #7ea4f5;
}

.full-width-page p span {
    font-weight: bold;
}

.full-width-page blockquote {
    padding: 0;
    border: none;
    margin-bottom: 20px;
    line-height: 24px;
    color: #b7b7b7;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

/*-------------------------------------------------*/
/* =  404Error page
/*-------------------------------------------------*/

.page-not-found {
    padding: 55px 0;
    margin-bottom: 120px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.page-not-found h1 {
    color: #2c304a;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 4px;
}

.page-not-found a {
    color: #2c304a;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}

.error404 {
    text-align: center;
    margin-bottom: 90px;
}

.error404 h1 {
    color: #2c304a;
    font-size: 200px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-top: 100px;
    background: url('../images/not-found.png') center 0 no-repeat;
}

/*-------------------------------------------------*/
/* =  Contact page
/*-------------------------------------------------*/


.list-contact .l1 {
    padding: 15px;
    background: url('../images/address.png') right no-repeat;
    margin-right: 40px;
}

.list-contact .l2 {
    padding: 15px;
    background: url('../images/phone.png') right no-repeat;
    margin-right: 40px;
}

.list-contact .l3 {
    padding: 15px;
    background: url('../images/fax.png') right no-repeat;
    margin-right: 40px;
}

.list-contact .l4 {
    padding: 15px;
    background: url('../images/site.png') right no-repeat;
    margin-right: 40px;
}

.list-contact .l5 {
    padding: 15px;
    background: url('../images/mail.png') right no-repeat;
    margin-right: 40px;
}

.img-contact {
    margin-top: 40px;
}

.contact-address-info {
    text-align: center;
    margin-bottom: 60px;

    position: relative;
}

.contact-address-info h1 {
    margin: 30px auto 50px;
}


.contact-address-info p {
    font-size: 18px;
    color: #464646;
    max-width: 480px;
    margin: 0px 40px 0 0;

    text-align: right;
}

#contact-form {
    text-align: center;
}

#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
    color: #acacac;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    outline: none;
    width: 100%;
    padding: 18px 30px;
    display: block;
    margin-bottom: 34px;
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    border: 1px solid #2e324c;
}

#contact-form textarea {
    height: 190px;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 12px 80px;
    background: #7ea4f5;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    margin: 0 auto 50px;
    border: none;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

/*-------------------------------------------------*/
/* =  blog
/*-------------------------------------------------*/

.filter-blog {
    margin-bottom: 55px;
    margin-top: 60px;
}

.filter-box {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

.filter-box a.select-category {
    display: inline-block;
    position: relative;
    color: #acacac;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 18px 86px;
    border: 1px solid #d7d7d7;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    background: url('../images/category.png') 20px center no-repeat;
}

.filter-box a.select-category:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 11px;
    background: url('../images/dawn.png') center center no-repeat;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

.filter-box ul {
    display: none;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    z-index: 2;
}

.filter-box ul li {
    border-top: 1px solid #d7d7d7;
}

.filter-box ul li:first-child {
    border-top: none;
}

.filter-box ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 20px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #acacac;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.filter-box ul li a:hover {
    font-weight: 600;
}

.blog-page .blog-post {
    text-align: center;
    overflow: visible;
    padding-bottom: 65px;
    margin-bottom: 65px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.blog-page .blog-post:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 23px;
    background: url('../images/icon4.png') center center no-repeat;
    bottom: -11px;
    right: 50%;
    margin-right: -7px;
}

.blog-page .blog-post h2 {
    margin-bottom: 50px;
}

.post-gal-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.post-gal-box img {
    width: 100%;
}

.post-gal-box .post-date-cat {
    position: absolute;
    width: 300px;
    overflow: hidden;
    bottom: 0;
    right: 50%;
    margin-right: -150px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.post-date-cat .post-date {
    width: 140px;
    float: right;
    background: rgba(126, 164, 245, 0.9);
    padding: 20px 0;
}

.post-date-cat .post-date p {
    color: #fff;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 38px;
}

.post-date-cat .post-date span {
    display: block;
    font-weight: 600;
}

.post-date-cat .post-cat {
    width: 140px;
    float: left;
    background: rgba(126, 164, 245, 0.9);
    height: 131px;
}

.post-gal-box:hover .post-date-cat {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
}

.blog-post.photo .post-cat {
    background: rgba(126, 164, 245, 0.9) url('../images/camera.png') center center no-repeat;
}

.blog-post.video .post-cat {
    background: rgba(126, 164, 245, 0.9) url('../images/film.png') center center no-repeat;
}

.blog-post-tags {
    margin-bottom: 45px;
}

.blog-post-tags li {
    display: inline-block;
    margin-right: 20px;
    color: #a1a1a1;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-right: 15px;
    margin-bottom: 5px;
}

.blog-post-tags li a {
    display: inline-block;
    text-decoration: none;
    color: #a1a1a1;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post-tags li a:hover {
    color: #2d314b;
}

.blog-post-tags li:first-child {
    margin-right: 0px;
}

.blog-post-tags li.category {
    background: url('../images/tag.png') right center no-repeat;
}

.blog-post-tags li.autor {
    background: url('../images/tag1.png') right center no-repeat;
}

.blog-post-tags li.comment {
    background: url('../images/tag2.png') right center no-repeat;
}

.blog-post-tags li.like {
    background: url('../images/tag3.png') right center no-repeat;
}

.blog-page .post-blog-content p {
    margin-bottom: 30px;
}

.blog-page .blog-post a.main-button {
    display: inline-block;
    margin-top: 15px;
}

.blog-page .blog-post iframe {
    width: 100%;
    height: 360px;
    margin-bottom: -5px;
}

.panigation-links {
    text-align: center;
    margin-bottom: 100px;
}

.panigation-links a {
    display: inline-block;
    width: 58px;
    height: 55px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.panigation-links a.prev-page {
    background: url('../images/prev.png') center center no-repeat;
    margin-left: 22px;
}

.panigation-links a.next-page {
    background: url('../images/next.png') center center no-repeat;
}

.panigation-links a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/*-------------------------------------------------*/
/* =  Single-post
/*-------------------------------------------------*/

.single-post {
    margin-top: 50px;
}

.single-post .post-blog-content p {
    text-align: right;
}

.comment-tree {
    text-align: center;
}

.comment-tree h1 {
    margin-bottom: 50px;
}

.comment-post {
    margin-bottom: 65px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.comment-post:after {
    position: absolute;
    content: '';
    width: 23px;
    height: 19px;
    background: url('../images/reply2.png') center center no-repeat;
    bottom: -11px;
    right: 50%;
    margin-right: -12px;
}

.comment-post img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    max-width: 139px;
    border: 10px solid #7ea4f5;
    margin-bottom: 22px;
}

.comment-post h5 {
    font-size: 18px;
    color: #464646;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.comment-post a.reply-comment {
    display: inline-block;
    font-size: 14px;
    color: #7ea4f5;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 3px;
    padding-left: 17px;
    text-decoration: none;
    background: url('../images/reply.png') left center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.comment-post a.reply-comment:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

span.comment-date {
    display: block;
    font-size: 12px;
    color: #b7b7b7;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.comment-post p {
    margin-bottom: 65px;
}

.leave-comment {
    text-align: center;
}

form.comment-form {
    max-width: 620px;
    margin: 0 auto;
}

form.comment-form h1 {
    margin-bottom: 25px;
}

form.comment-form input[type="text"],
form.comment-form textarea {
    margin-bottom: 30px;
    text-align: center;
}

form.comment-form textarea {
    height: 135px;
}

/*-------------------------------------------------*/
/* =  About page
/*-------------------------------------------------*/
.container-about {
    margin: 0 80px;

}

.about-page h1 {
    text-align: center;
}

.about-page p {
    font-size: 19px;
    text-align: justify;
    line-height: inherit;
}

.Chart,
.tools,
.certificate {
    text-align: center;
}

#accordion {
    margin-bottom: 50px;
}

#accordion div h4 {
    position: relative;
    font-size: 18px;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 20px 70px 20px 0px;
    border: 1px solid #ebebeb;
    margin-top: 0;
    cursor: pointer;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#accordion div.active h4 {
    border: 1px solid transparent;
    color: #fff;
    background: #303048;
    margin-bottom: 0;
}

#accordion div h4:before {
    position: absolute;
    content: '';
    top: -1px;
    right: -1px;
    height: 61px;
    width: 61px;
    background: #7ea4f5 url('../images/closed.png') center center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#accordion div.active h4:before {
    background: #7ea4f5 url('../images/opened.png') center center no-repeat;
}

#accordion div p {
    display: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#accordion div p span {
    color: #666666;
    font-weight: bold;
}

#accordion div.active p {
    display: block;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding: 20px 4px;
    margin: 0;
}

#accordion div:last-child.active p {
    border-bottom: 1px solid #ebebeb;
}

.about-article {
    margin-bottom: 120px;
}

.about-article img {
    margin-bottom: 25px;
}

.team-section {
    padding: 60px 0;
    background: url('../upload/section-bg.jpg');
    margin-bottom: 55px;
}

.team-section .title-section h1,
.team-section .title-section p {
    color: #fff;
}

.team-member {
    text-align: center;
    margin-bottom: 60px;
}

.team-member img {
    width: 100%;
    margin-bottom: 22px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.team-member:hover img {
    overflow: hidden;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.team-member h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    margin-bottom: 4px;
}

.team-member span {
    color: #a1a1a1;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
}

.team-member ul.social-icons {
    clear: both;
    width: 100%;
    text-align: center;
}

.team-member ul.social-icons li a:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    background-color: rgba(255, 251, 25, 0.2);
}

.team-last-line .bottom-line {
    padding: 0px;
    margin: 60px auto 70px;
}

ul.client-list {
    overflow: hidden;
}

ul.client-list li {
    float: right;
    border: 1px solid #e1e1e1;
    border-right: none;
    width: 33.33%;
}

ul.client-list li img {
    width: 100%;
    display: inline-block;
}

ul.client-list li:first-child {
    border-right: 1px solid #e1e1e1;
}

.recent-work-post {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.recent-work-post img {
    width: 100%;
}

.recent-work-post .inner-post {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.recent-work-post .inner-post {
    margin-bottom: 20px;
}



.recent-work-post:hover .hover-box {
    top: 0;
}





/*-------------------------------------------------*/
/* =  Services page
/*-------------------------------------------------*/
.tools h1 {
    margin-top: 50px;
}


.services-page h3 {
    padding: 50px 30px 30px 0;
    text-align: center;
}

.skills h4 {
    margin-bottom: 25px;
}

.skills {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 55px;
}

.services-section.services-page {
    padding: 60px 0;
    background: url('../upload/section-bg2.jpg');
    border: none;
}

.services-section.services-page:after {
    width: 0;
    height: 0;
}

.services-section.services-page .title-section h1,
.services-section.services-page .title-section p,
.services-section.services-page h3,
.services-section.services-page p {
    color: #fff;
}

.services-line .bottom-line {
    padding: 0;
}

.services-right {
    text-align: center;
    margin-bottom: 35px;
}

.services-right img {
    margin-bottom: 25px;
}

.services-right h2 {
    margin-bottom: 30px;
    color: #666666;
    font-size: 24px;
    font-weight: 300;
}

.list-service {
    margin-bottom: 35px;
    max-width: 800px;
    margin: 0 auto;
}

.list-service li {
    padding-right: 30px;
    background: url('../images/tik.png') right 5px no-repeat;
    margin-bottom: 20px;
}

.list-service li p {
    margin-bottom: 0;

}

/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/

footer .inner-footer {
    margin-top: 30px;
    background: url('');

    background-color: rgb(60, 61, 65);

    padding: 10px 0;
    text-align: center;
}

footer .inner-footer .info-foot p {
    margin: 20px;
    font-size: 16px;
}

footer .inner-footer .about-foot p {
    margin: 20px;
    font-size: 18px;
}

footer .inner-footer h2 {

    border-bottom: 1px solid red;
    text-align: right;
    font-weight: 0;
    color: #fff;
}

footer .inner-footer p {
    color: #fff;

    font-family: 'Yekan', 'Open Sans', sans-serif;
    text-align: right;



}



footer .copyleft {
    padding: 30px 0;
    text-align: center;
    background-color: rgb(50, 50, 52);
}

footer .copyleft p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}
