/*
Theme Name: ehsanalborz
Theme URI: http://avidp.com
Author: Rasoul Shafaghati
Author URI: http://avidp.com
Description: ehsanalborz
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Rezvan
Tags: AvidP
*/

@import "assets/fonts/IRANYekan/css/fonts.css";

* {
    font-family: 'IRANYekanWeb(FaNum)', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: none;
    font-size: 14px;
    color: #455062;
}

body {
    background-color: #fdfdff;
}

@font-face {
    font-family: FontAwesome;
    src: url(assets/fonts/font-awesome/webfonts/fa-brands-400.woff) format('woff'), url(assets/fonts/font-awesome/webfonts/fa-brands-400.ttf) format('truetype');
}

@font-face {
    font-family: FontAwesome;
    src: url(assets/fonts/font-awesome/webfonts/fa-solid-900.woff) format('woff'), url(assets/fonts/font-awesome/webfonts/fa-solid-900.ttf) format('truetype');
}

@font-face {
    font-family: FontAwesome;
    src: url(assets/fonts/font-awesome/webfonts/fa-regular-400.woff) format('woff'), url(assets/fonts/font-awesome/webfonts/fa-regular-400.ttf) format('truetype');
}

@media (max-width: 991px) {

    .request_services {
        margin-top: -45px !important;

    }

}

@media (max-width: 511px) {
    .dlab-topbar-right {

        margin: 0 auto !important;
    }

}

@media (max-width: 1199px) {
    .request_services {
        margin-top: -46px !important;

    }

}

/*start main content*/

.bars i {
    color: #ffffff;
    font-size: 30px;
}

a.bars {
    cursor: pointer;
    display: block;
    margin-top: -50px;
}

ul li, ol li {
    padding: 0;
}

.site-header {
    position: relative;
    z-index: 99999;
}

.logo-header a img, .sosial img {
    width: 114px;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
    
}

nav.header-nav {
    margin-top: 15px;
}

.request_services {
    margin-top: 18px;
    float: left;
}

.header-transparent {
    position: absolute;
    width: 100%;
}

.top-bar {

    padding: 8px 0;
}

.header-transparent .top-bar {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}

.site-header.header-transparent .top-bar {
    border: 0;
}

.dlab-topbar-left {
    float: left;
}

.dlab-topbar-center, .dlab-topbar-left, .dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

.dlab-topbar-right {
    float: right;
}

.dlab-topbar-center, .dlab-topbar-left, .dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

.site-header ul, .site-header ol {
    margin-bottom: 0;
}

.dlab-topbar-left ul, .dlab-topbar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dlab-topbar-left ul li, .dlab-topbar-right ul li {
    display: inline-block;
}

.dlab-topbar-left ul li {
    padding-right: 15px;
}

.dlab-topbar-left ul li, .dlab-topbar-right ul li {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    vertical-align: middle;
}

.dlab-topbar-left ul li i, .dlab-topbar-right ul li i {
    color: #000000;

    font-size: 18px;
    vertical-align: middle;
}

.dlab-topbar-left ul li i, .dlab-topbar-right ul li i {
    float: right;
    margin: 0 0 0 5px;
}

.dlab-topbar-left ul, .dlab-topbar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dlab-topbar-left ul li, .dlab-topbar-right ul li {
    display: inline-block;
}

.dlab-topbar-left ul li, .dlab-topbar-right ul li {
    font-size: 16px;

    color: #ffffff;
    vertical-align: middle;
    font-weight: 500;
}

.dlab-topbar-right ul li {
    padding-left: 15px;
}

.dlab-topbar-left ul li i, .dlab-topbar-right ul li i {
    font-size: 18px;
    vertical-align: middle;

}

.dlab-topbar-left ul li i, .dlab-topbar-right ul li i {
    float: right;
    margin: 0 0 0 5px;
    color: #87ceeb;
    line-height: 26px;
}


.main-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}

.header-transparent .main-bar {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.header-nav ul li {
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
}

.header-nav ul li a {
    text-decoration: none;
    display: block;
    padding: 0 15px;
    color: #333333;
    font-size: 16px;
}

.header-nav ul li:first-child a {
    padding-right: 0;
}

.header-nav ul li ul {
    z-index: 99999;
    position: absolute;
    top: 107%;
    right: 0;
    background: rgba(255, 255, 255, 0.82);
    width: 250px;
    width: 250px;
    display: none;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    border-radius: 5px;
    min-height: 180px;
    padding: 10px 0;
}

.header-nav ul li ul li {
    display: block;
    width: 100%;
    padding: 8px 5px;

}

.header-nav ul li:hover ul {
    display: block;
}

.header-nav ul li ul li a {
    color: #2f2727;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: normal;

}


.main-content-wrapper {
    margin-top: 0;
    background-color: #f7f8fd;
}

.owl-slider-banner {
    position: relative;
    width: 100%;
    height: 100%;

}

.owl-slider-banner .slider-text {
    position: absolute;
    top: 50%;
    right: 10%;
}

.owl-slider-banner .slider-text h2 {
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    width: 88%;
    padding: 10px 0;

}

.request_services a {
    background: #2979ff;
    outline: none;
    border: none;
    padding: 8px;
    border-radius: 35px;
    cursor: pointer;
    color: #ffffff;
}

.owl-slider-banner .slider-text p {
    font-size: 15px;
    color: #ffffff;
    width: 80%;
    height: 92px;
    overflow: hidden;
    padding: 10px 0;
    text-align: justify;
    opacity: 0.8;


}

.owl-slider-banner img {
    width: 100%;
    min-height: 700px;
    -webkit-filter: brightness(24%);

}

.owl-slider-banner img::after {

    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.services {
    position: relative;
    margin: 0 0 0px 0;
    background-color: #ffffff;
}

.section-head {
    display: flex;
    justify-content: center;
}

.section-head-title {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.section-head-title h3 {
    position: relative;
    color: #06062c;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.services-item {
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    height: 230px;
    cursor: pointer;
    min-height: 230px;
    max-height: 230px;
    overflow: hidden;
    transition: transform .4s cubic-bezier(.56, .04, .24, .96);
    margin: 15px 0;
}

.services-items .container .row {
    margin-bottom: 65px;
}

.services-item-wrapper {
    transition: transform .4s cubic-bezier(.56, .04, .24, .96);
    position: relative;
    padding: 30px;
}

.services-item-wrapper .services-item-ico {
    position: relative;
    display: flex;
    height: 64px;
    width: 64px;
    background-color: #f8f8fe;
    transform: rotate(4deg);
    border-radius: 10px;
    margin: 35px auto 20px auto;
    justify-content: center;
    align-items: center;
}

.services-item-wrapper h4 {
    font-size: 17px;
    text-align: center;
    margin: 10px 0;
    color: #424251;
}

.services-item-wrapper .services-item-description {
    font-size: .83rem;
    line-height: 1.6;
    text-align: center;
    color: #8b8b92;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.56, .04, .24, .96), transform .4s cubic-bezier(.56, .04, .24, .96);
}

.services-item-wrapper .services-item-ico i {
    position: absolute;
    top: 25%;
    font-size: 33px;
    color: #4e48de;
}

.mg-up {
    margin: 15px auto !important;
}

.section-head-icon {
    position: relative;
    height: 65px;
    width: 65px;
    margin: 60px auto 20px auto;
    background-color: #eeedfb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-head-icon i {
    position: absolute;
    font-size: 33px;
    color: #4e48de;
    top: 26%;
    left: 10px;
}

.services-item:hover .services-item-description {
    transform: translateY(-5px) !important;
    opacity: 1;
}

.services-item:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .07);;
    transform: translateY(-5px);
}

.services-item:hover .services-item-wrapper {
    transform: translateY(-12px);
}

.last-Post {

    background-color: #f8f8fe;
}

.post-wrapper {
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    z-index: 999;
    background-color: #ffffff;
    border-radius: 5px 5px 2px 2px;
    min-height: 430px;
    position: relative;
    transition: box-shadow .3s ease-in-out;
    margin: 15px 0;

}

.post-wrapper:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.imagepost {
    height: 260px;
    overflow: hidden;
    position: relative;
}

#learn {
    display: none;
}

.image__mask {
    transition: height .2s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    pointer-events: none;
    z-index: 3;
    background: -webkit-gradient(linear, left bottom, left top, from(#2f2727), to(transparent));
    background: linear-gradient(to top, #2f2727, transparent);
}

.post-wrapper img {
    width: 100%;
    height: 260px;
    border-radius: 5px 5px 0 0;


}

.post-wrapper:hover .image__mask {
    height: 100%
}

.post-text {
    font-size: 12px;
    text-align: justify;
    padding: 10px 23px;
    height: 75px;
    overflow: hidden;
}

.post-text p {
    font-size: 12px;
}

.post-wrapper h2 {
    padding: 10px 8px;
    text-align: center;
    position: relative;
    max-height: 97px;
    min-height: 97px;
}

.post-wrapper .postline {

    background-color: #87ceeb;
    width: 55px;
    height: 2px;
    display: block;
    margin: 0 auto;
}

.ref {
    width: 28px;
    height: 28px;
    box-shadow: 0px 4px 10px 0px rgba(72, 72, 72, 0.2);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    display: block;
    margin-right: 5px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.last-Post-tab {

    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.last-Post-tab ul li {
    position: relative;
    float: right;
    margin: 0 18px 0 17px;
}

.last-Post-tab ul li a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    padding: 4px 9px;
    -webkit-box-shadow: 1px 2px 30px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 2px 30px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 30px 2px rgba(0, 0, 0, .1);
    color: #373339;
}

.last-Post-tab ul li a {
    background: #ffffff;
}

.last-Post-tab ul li a.active {
    color: #ffffff;
    background: #2979ff;
}

.more-post {

    text-align: center;
    width: 100%;

}

.more-post button {
    cursor: pointer;
    color: #373339;
    background-color: #f3f3f3;
    margin: 60px auto;
    border-radius: 28px;
    padding: 4px 7px;
    font-size: 14px;
    position: relative;
    display: flex !important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    border: 1px solid transparent;
    align-items: center !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.last-Post .section-head .section-head-icon i {

    left: 20px !important;
}

.view-ico {
    position: absolute;
    bottom: 5px;
    right: 3px;
    z-index: 99999;
    color: #ffffff;
    font-size: 12px;

}

.view-ico i {
    padding: 0px 6px;
    color: #ffffff;
    font-size: 13px;
}

.comment-ico {
    position: absolute;
    bottom: 4px;
    right: 60px;
    padding: 0px 6px;
    z-index: 99999;
    color: #ffffff;
    font-size: 12px;

}

.comment-ico i {
    padding: 0px 6px;

    color: #ffffff;
    font-size: 13px;

}

.imgico {
    display: none;
    transition: all 0.3s ease-in-out;
}

.post-wrapper:hover .imgico {
    display: block;

}

.post-foot {
    padding: 20px;
    position: relative;
}

.post-author {
    position: relative;
}

.post-author i {
    color: #afb6bc;
    font-size: 18px;
}

.post-author-name {
    font-size: 11px;
    color: #afb6bc;

}

span.post-author-name {
    position: absolute;
    right: 24px;
    top: 2px;
}

.post-time {
    position: absolute;
    left: 7px;

}

.post-time span {
    font-size: 11px;
    color: #afb6bc;
}

.post-time i {
    font-size: 17px;
    color: #afb6bc;
}

.cus-cover {
    position: relative;
}

.parallax {
    background-image: url(assets/img/jamalehsani.jpg);
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
}

.parallax::after {
    content: "";
    display: block;
    background-color: rgba(0, 148, 218, 0.32);
    opacity: .84;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-sizing: border-box;
}

.cus-title {
    font-size: 33px;
    color: #ffffff;
    padding: 15px 0;
    text-align: right;
    display: block;
}

.cus-title1 {
    font-size: 26px;
    color: #ffffff;
    padding: 15px 0;
    text-align: right;
    display: block;
}

.cus-text {

    font-size: 16px;
    color: #ffffff;
    padding: 10px 0;
    text-align: right;
    display: block;
    opacity: 0.8;
    line-height: 28px;
    margin-bottom: 5px;

}

.cus-text1 {

    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 0;
    text-align: right;
    display: block;
    opacity: 0.8;
    line-height: 35px;
    margin-bottom: 2px;

}

.parallax ul {

    margin-bottom: 125px;

}

.parallax ul li {
    font-size: 13px;
    color: #ffffff;
    padding: 5px 0;
    opacity: 0.8;
    font-family: "IRANYekanWeb(Light)";
}

.parallax ul li::before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 20px;
    color: #87ceeb;
    display: inline-block;
    padding-left: 5px;

}

.inquiry-form {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    margin-top: -105px;
    margin-bottom: 30px;
}

.fbox-title {
    color: #000000;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: 700;
}

.fbox-text {

    font-size: 14px;
    line-height: 35px;
    margin-bottom: 10px;

}

.form-group {
    margin-bottom: 25px;
}

.input-group {
    width: 100%;
}

.inquiry-form .input-group-addon {
    border-width: 0 0 1px;
    font-size: 18px;
    padding: 9px 0 0;
    vertical-align: top;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    border-color: #e1e1e1;
    display: table-cell;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.inquiry-form .form-control {
    border-width: 0 0 1px;
    font-size: 16px;
    font-family: "IRANYekanWeb(Light)";
    padding: 0 0 9px 0;
    width: 100%;
}

textarea.form-control {
    height: 100px;
    width: 100%;
    padding: 0 !important;
}

.Ourteams {
    position: relative;
    margin: 15px 0 0 0;
    background: #fff;
}

.owl-carousel {
    direction: ltr;
}

.owl-item {
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    height: 194px !important;
    cursor: pointer;
    min-height: 194px !important;
    max-height: 194px !important;
    margin-right: 30px !important;
    overflow: hidden;
    transition: transform .4s cubic-bezier(.56, .04, .24, .96);
}

.Ourteams-items {
    height: 390px;
}

.Ourteams-item-wrapper img {

    width: 100px !important;
    height: 100px !important;
    margin: 15px auto 5px auto !important;
    border-radius: 50% !important;
    border: 3px solid #fafafa;


}

.owl-stage {
    padding: 20px 0 0 0 !important;
}

.Ourteams-name {
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    text-align: center !important;
    display: block;
    color: #000000;
}

.Ourteams-edu {
    color: #000000;
    font-size: 12px;
    font-family: "IRANYekanWeb(Light)";
    text-align: center;
    display: block;

}

.Ourteams-social-icons {
    margin-top: 15px;
    text-align: center;

}

.Ourteams-social-icons li {

    padding: 0 5px;
    display: inline-block;
    background: rgba(226, 226, 227, 0.19);
    height: 25px;
    width: 25px;
    border-radius: 2px;

    display: inline-block;
}

.Ourteams-social-icons li a i {
    color: rgb(128, 134, 139);
}

.footer-bottom {
    color: #fff;
    font-size: 15px;
}

.footer-bottom {
    background-color: #0094da;
}

.footer-info {
    padding: 30px 0;
}

.footer-bottom .list-inline-item {
    padding-left: 20px !important;
    padding-top: 30px !important;
    display: inline-block;
}

.foot-nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 15px;
    padding-bottom: 5px;
    box-sizing: border-box !important;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.footer-info li {
    color: #82c6e5;
    list-style: none;
    font-size: 12px !important;
}

.footer-info i {
    color: #87ceeb;
    font-size: 25px !important;
    list-style: none;
    padding: 6px 0px 6px 8px;
    vertical-align: -5px;
}

.footer-info span {
    color: #fff;
    font-size: 13px !important;
    list-style: none;
    padding: 0 8px;
}


.related-links {
    margin-top: 30px;
    position: relative;
}

.related-links h3 {
    font-size: 16px !important;
    padding-bottom: 20px;
    font-weight: 400 !important;
    border-bottom: 1px dashed #0781bb;
    margin-bottom: 20px;
    color: skyblue;
}

.related-links h3::after {
    content: '\f0ac';
    font-family: FontAwesome;
    float: left;
    font-size: 20px;
    color: #0781bb;
}

.foot-h3-line {
    border-bottom: 1px dashed #87ceeb;
    width: 20%;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 9999;
    transition: 1s all ease;
}

.related-links ul li {
    list-style: none;
    padding: 3px 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.related-links ul > li:before {
    width: 6px;
    height: 6px;
    content: '';
    float: right;
    border-radius: 50%;
    margin: 10px 0 0 10px;
    background-color: skyblue;
    transition: border-radius .45s linear;
    -webkit-transition: border-radius .45s linear;
}

.related-links a {
    font-size: 11px;
    color: #ffffff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.sosial {
    display: block;
    margin: 16px auto 0px auto;
    text-align: center;
}

.sosial img {
  
}

.sosial span {
    display: block;
    color: #ffffff;
    font-size: 10px;
}

.list-inline-item a i {


    color: #87ceeb;


}

.sosial-ico {
    display: block;
    margin: 0 auto;
    text-align: center !important;
}

.sosial .list-inline-item {
    padding: 15px 8px !important;
}

.foot-down {
    background-color: #0781bb;
    padding: 10px 0px;
}

.copyright p {
    font-size: 12px;
    color: #87ceeb;
    text-align: justify;
}

.des-info {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.des-info p {
    display: inline-block;
    text-align: center;
}

.des-info p {
    color: #a9a9a9;
    text-align: center;
}

.des-info a {
    color: #87ceeb;
    text-align: center;
}

.list-inline-item a i {
    font-size: 23px;
}

button.site-button.button-lg {
    background: #2979ff;
    outline: none;
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.form-group .input-group i {
    color: #2979ff;
}


/*start single */

.single-post-head {
    position: relative;
    width: 100%;
    height: 100%;

}

.single-post-head .sinle-text {
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 3rem;
    font-weight: 400;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    line-height: 2;
    display: block !important;
}

.single-post-head .item {
    position: relative;
    overflow: hidden;
}

.single-post-head .item:after {
    content: '';
    position: absolute;
    width: 112%;
    right: -58px;
    height: 400px;
    bottom: 0;
    box-shadow: rgb(247, 248, 253) 0px -94px 80px 0px inset, rgb(247, 248, 253) 0px -114px 75px 0px inset, rgb(247, 248, 253) 0px -114px 57px 0px inset;

}

.dot-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(assets/img/dothatch.png) repeat;
    top: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.52);
}

.sinle-text h2 {

    font-size: 2.07692rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #ffffff;

}

.single-post-head img {
    width: 100%;
    height: 650px;
    -webkit-filter: brightness(24%);

}

.single-post-head img::after {

    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}

.single-post {

    background: #f7f8fd;
}

.singlepost-content {
    box-shadow: 0px 8px 12px 0px #1b37c703;
    background-color: #fff;
    border-radius: 25px;
    min-height: 200px;
    border-bottom: 3px solid #eceffa;
    padding-top: 30px;
    margin-bottom: 25px;
}

.singlepost-sidebar {
    box-shadow: 0px 8px 12px 0px #1b37c703;
    background-color: #fff;
    border-radius: 25px;
    min-height: 200px;
    border-bottom: 3px solid #eceffa;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}

.singlepost-sidebar::before {
    content: '';
    position: absolute;
    height: 100px;
    transform: rotate(47deg);
    width: 100px;
    top: 30%;
    left: -65px;
    border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.16);


}

.breadcrumb ol {
    padding-right: 10px;
}

.breadcrumb ol li {
    display: inline-block;
}

.breadcrumb ol li a {
    color: #92a4ba;
    font-size: 13px;
}

.single-post-title h2 {
    padding: 20px;
    font-size: 15px;
    padding: 20px;
    font-size: 15px;
    color: #2979ff;
    text-shadow: -3px 3px 4px #2979ff38;
}

.breadcrumb ol li::before {
    display: inline-block;
    padding-right: .5rem;
    content: "\f104";
    padding-left: .5rem;
    color: #92a4ba;
    font-family: 'FontAwesome';
}

.breadcrumb ol li:first-child::before {
    display: inline-block;
    color: #92a4ba;
    content: "\f015";
    padding-right: 1rem;
    font-family: 'FontAwesome';
}

.wrapper.single {
    background: #f7f8fd;
}

.single-post-img img {
    max-width: 100%;
    min-width: 100%;
    border-radius: 40px;
    margin-top: 15px;
    margin-bottom: 15px;

    transition: 0.2s ease-in-out 0.1s;
    padding: 20px;
}

.single-post-text {
    padding: 30px 20px;
    text-align: justify;
    width: 100%;
}

.singlepost-sidebar-head h3 {

    padding: 5px 18px;
    font-size: 17px;
    font-weight: 600;
    font-family: "IRANYekanWeb(Light)";
    color: #2979ff;
}

.singlepost-sidebar ul {

    padding: 5px 18px;
    margin-bottom: 25px;

}

.singlepost-sidebar ul li {

    padding: 5px 0;
    text-align: justify;

}

.singlepost-sidebar ul li a {
    transition: all .3s ease-in-out;
    color: #707070;
    font-size: 13px;
   
}

.singlepost-sidebar ul li:nth-child(odd) a{
 
 color: #707070;
 
}

.singlepost-sidebar ul li:nth-child(even) a{
	 color:blue;
}


.singlepost-sidebar ul li a:hover {
    color: #6495ed;
}

.singlepost-sidebar ul li a::before {

    content: '-';
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    font-size: 15px;


}

.populars-post {
    margin: 30px 0;
    position: relative;

}

.populars-post h3 {
    padding: 5px 18px;
    font-size: 17px;
    font-weight: 600;
    font-family: "IRANYekanWeb(Light)";
    color: #2979ff;
}

.populars-post ul li {
    padding: 15px 0;
}

.imgshadow {
    width: 100%;
    overflow: hidden;
    height: 230px;
    border-radius: 30px;
    display: inline-block;
    z-index: 99;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.imgshadow img {
    width: 105%;
    height: 230px;
}

.populars-post ul li a:hover .imgshadow {
    box-shadow: 0px 20px 30px 0px #0000003d;
    z-index: 2;

}

.imgshadow::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    right: 0;
    top: 0;
    z-index: 0;
    content: "";
    box-shadow: rgba(0, 0, 0, 0.50) 0px -101px 76px 0px inset;
    transition: all 0.2s ease-in-out 0.01s;
    background: transparent;
}

.populars-post ul li a:hover .imgshadow::after {
    box-shadow: 0px -82px 63px 0px #000 inset;
}

.populars-post ul li a {
    position: relative;
}

.populars-post ul li a span {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 1.07692rem;
    font-weight: 100;
    line-height: 29px;
    text-align: justify;
    z-index: 999999;
    transition: all 0.2s ease-in-out 0.01s;
    padding: 16px;
    margin: 0px;
}

.share-post {
    box-shadow: rgba(27, 55, 199, 0.01) 0px 8px 12px 0px;
    background-color: rgb(255, 255, 255);
    margin-top: 25px;
    border-radius: 25px;
    border-bottom: 3px solid rgb(236, 239, 250);
    padding: 30px;
    margin-bottom: 30px;
}

.share-post .head .tittle span {
    font-size: 1.1em;
    font-weight: 100;
    color: rgb(31, 33, 38);
    padding: 5px;
}

.share-post .share-items {
    padding: 25px 0px 0px;
    margin: 0px;
}

.share-post .share-items {
    padding: 25px 0px 0px;
    margin: 0px;
}

.share-post .share-items .row .item {
    padding: 5px;
}

.share-items .row .item.tw .padding-box {
    background: rgb(29, 161, 242);
}

.share-items .row .item.fac .padding-box {
    background: #3b5998;
}

.share-items .row .item .padding-box {
    white-space: nowrap;
    text-overflow: ellipsis;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    background: rgb(247, 248, 253);
    border-radius: 10px;
    padding: 12px 10px;
    transition: all 0.2s ease-in-out 0.1s;
}

.share-items .row .item .padding-box i {
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    text-shadow: rgba(0, 0, 0, 0.082) -3px 2px 3px;
}

.share-items .row .item .padding-box span {
    color: rgb(31, 33, 38);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    text-shadow: rgba(0, 0, 0, 0.082) -3px 2px 3px;
}

.share-items .row .item.te .padding-box {
    background: rgb(0, 136, 204);
}

.share-items .row .item .padding-box span {
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.share-items .row .item.wa .padding-box {
    background: rgb(37, 211, 102);
}

.share-items .row .item.fa .padding-box {
    background: rgb(59, 89, 152);
}

.share-items .row .item.tw .padding-box {
    background: rgb(29, 161, 242);
}

releate_post-itemes {
    position: relative;
    margin: 30px 0;
}

.releate_post-item {
    border-radius: 35px 35px 5px 5px;
    background: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin: 30px 0;
}

.releate_post-item img {
    border-radius: 5px;
    height: 180px;
    width: 100%;
}

.Related-posts {
    box-shadow: 0px 8px 12px 0px #1b37c703;
    background-color: #fff;
    border-radius: 25px;
    min-height: 200px;
    border-bottom: 3px solid #eceffa;
    position: relative;
    margin-bottom: 30px !important;
}

.rpost-head {
    position: relative;
}

.Related-posts h3 {
    font-size: 19px;
    padding: 20px;
    color: #87ceeb;
}

.rpost-ico {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #87ceeb;
    box-shadow: 0 9px 30px rgba(11, 199, 217, 0.15);
}

.rpost-ico i {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    display: block;
    text-align: center;
}

.Related-Posts-line {
    display: block;
    margin: 0 auto;
    width: 95%;
    padding: 5px 0;
    border-bottom: 1px dashed #e1e0e0;
}

.Related-posts ul {
    list-style: none;
    padding: 25px 20px 25px 20px !important;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.Related-posts li {
    background-color: #f8f8f8;
    width: 100%;
    padding: 10px 0px;
    margin: 9px 0;
    border-radius: 5px;
    transition: all .3s ease-out;
}

.Related-posts li:hover {
    background-color: #f5f5f5;
}

.Related-posts ul > li:before {
    width: 6px;
    height: 6px;
    content: '';
    float: right;
    border-radius: 50%;
    margin: 10px;
    background-color: #CFD8DC;
    transition: border-radius .45s linear;
    -webkit-transition: border-radius .45s linear;
}

.Related-posts li a {
    padding: 8px 0;
    color: rgba(117, 117, 117, .8);
    font-size: 14px;
    text-align: justify;
}

/*archive*/

.archive-content {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(225, 224, 224, 0.25);
    padding: 25px;
}

.archive-content-img a img {
    width: 100%;
    height: 160px;
    display: block;
    border-radius: 10px;
    margin: 0 auto;
}

.morelink {
    position: absolute;
    left: 14px;
    bottom: 0;
}

.morelink a {
    background: #f1f2f4;
    padding: 2px 10px;
    font-size: 12px;
    font-family: "IRANYekanWeb(Light)";
    border-radius: 2px;
}

.archive-content-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.archive-content-posts-des p {
    text-align: justify;
    height: 85px;
    overflow: hidden;
    font-size: 13px;
    font-family: "IRANYekanWeb(Light)";
}

.archive-content-item ul {
    margin-top: 20px;
}

.archive-content-item ul li {
    display: inline-block;
}

.archive-content-item ul li i {
    padding: 0 5px;
    font-size: 12px;
    color: #87ceeb;
}

.archive-content-item ul li span {
    color: #0f1706;

}

.archive-contents .archive-content:last-child {
    border-bottom: none !important;
}

.pagination {
    box-shadow: 0px 8px 12px 0px #1b37c703;
    background-color: #fff;
    border-radius: 25px;
    min-height: 96px;
    border-bottom: 3px solid #eceffa;
    padding-top: 30px;
    /* padding: 25px 0; */
    display: flex;
    justify-items: center;
    justify-content: center;
    text-align: right;
    margin-bottom: 40px;
}

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

.pagination ul li a {
    background-color: #f1f2f4;
    width: 36px;
    height: 36px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
    margin: 0 7px;
    color: #777;
    display: inline-block;
    text-align: center;
}


.w100 {
    animation: fadeInRight .7s;
    display: block;
}

.mobile-sidebar {
    background-color: #ffffff;
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999999999999;
    overflow-x: hidden;
    box-shadow: 0 0 32px rgba(0, 0, 0, .12941176470588237);
    transition: all .4s ease-out;
    display: none;
}

.mobile-sidebar .mobile-sidebar-head {
    position: relative;
    background-image: url(assets/img/sidewave.png);
    background-repeat: no-repeat;
    height: 100px;
    width: 100%;
    opacity: .5;
}

.mobile-sidebar .closemobilemenubtn {
    position: absolute;
    top: 0;
    left: 20px;
    cursor: pointer;
    font-size: 45px;
    color: #808080;
}

.mobile-sidebar img {
    display: block;
    width: 50%;
    margin: 15px auto 10px auto;

}

.mobile-sidebar h2 {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 17px;
    color: #707070;
    text-align: center;
}

.mobile-sidebar-head-button {
    display: flex;
    justify-content: center;
}

.mobile-sidebar-head-button ul li {
    position: relative;
    float: right;
}

.mobile-sidebar-head-button ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px;
    margin: 15px 5px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}

a.closemobilemenubtn i {
    font-size: 31px;
}

.mobile-sidebar-head-button .request_services {
    margin-top: 15px !important;
    box-shadow: 0px 0px 12px rgba(22, 149, 224, .25882352941176473);
    background: rgba(53, 202, 251, 1);
    background: linear-gradient(to right, rgba(53, 202, 251, 1) 0%, rgba(2, 164, 239, 1) 100%);
}

.mobile-sidebar .menu a {
    padding: 12px 25px 12px 10px;
    display: block;
    border-bottom: 1px solid #eee;
    color: #111;
    position: relative;
    font-size: 14px;
    transition: .4s;
}

/*new*/


.single-post-img {
    margin: 33px 0 0 0;
}

/*rs-fullwidth-wrap#rev_slider_1_1_forcefullwidth::after {

    content: "";
    display: block;
    background-color: rgba(0, 148, 218, 0.17);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    box-sizing: border-box;
}*/

.inquiry-form input.wpcf7-form-control {
    width: 100%;
    border: none;
    padding: 5px 0;
    border-bottom: 1px solid #8080804f;
    text-align: right;
}

.inquiry-form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    display: block;
    padding: 5px 0;
    height: 100px;
    border: none;
    border-bottom: 1px solid gray;

}

.inquiry-form input.wpcf7-form-control.wpcf7-submit {
    background: #2979ff;
    outline: none;
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
}

.alborz-contact-us-form {
    margin-top: 62px;
}

.contact-us-form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: right;
    margin: 10px 0;
    width: 100%;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.alborz-contact-us-form textarea.contact-us-form-control {
    height: 300px;
}

.alborz-contact-us-form p span {
    width: 100%;
}

.alborz-contact-us-form input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    color: #fff;
    width: 100%;
    background-color: #05adff;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    padding: 4px 7px;
    font-size: 14px;
    position: relative;

}

.link-effect-3 ul li {
    padding-left: 20px !important;
    padding-top: 30px !important;
    display: inline-block;
}


/*new header*/

.alborz-top-header {

    font: 14px IRANSans;
    background: #0781bb;
    width: 100%;
    color: #ececec;

}

.dlab-topbar-right {
    background: #ffffff47;
    border-radius: 5px;
}

.alborz-main-header {
    padding: 25px 0 3px 0;
    background-color: #ffffff;

}

.logos {
    border-bottom: 1px solid #ececec;
}

.alborz-logo img {
    width: 134px;
    max-width: 100%;
    display: block;

    margin: 0 auto;
    margin-top: -10px;
}

.alborz-logo {
    margin-bottom: 13px;
}

.NeshanSal img {

    width: 134px;
    max-width: 100%;
    display: block;
    float: left;
}

hgroup h1 {
    font-size: 18px;
    font-weight: bold;
    color: #0781bb;
}

hgroup h2 {
    font-size: 11px;
    font-weight: normal;
    color: #767676;

}


li.blocks-gallery-item {
    display: block !important;

}

figure.wp-block-gallery.aligncenter.columns-3.is-cropped {
    margin-top: 80px;
}

.blocks-gallery-item figure img {
    border-radius: 3px;
    width: 150px !important;

}

.blocks-gallery-grid, .wp-block-gallery {

    border-radius: 15px !important;
    background: #fdfdff !important;
    padding: 20px !important;
}

.header-nav ul li ul li:first-child a {
    padding-right: 15px;
}

.ico-img img {
    width: 100%;
    height: 124px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 2px #00000052;
}

.new-services-items{

   position: relative;
  

}
.new-services-items img{
    width: 100%;
	max-height:240px;
}
.new-services-item {
    position: relative;
    display: block;
     overflow:hidden;
}



.new-services-item-cover{

    position: absolute;
    background: rgba(255,255,255,.92);
    box-shadow: 0 -3px 15px rgba(0,0,0,.2);
    height: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    transition: height .2s ease-in-out;
}
.new-services-item-cover-desc{

    width: 100%;
    position: absolute;
    overflow: hidden;
    margin-top: 45px;
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,.08);
    font-size: 13px;
    text-align: justify;


}.new-services-item-cover-desc p{
   color: #7f8187;


}

.new-services-item-cover-logo img {
    width: 50px;
    position: absolute;
    height: 50px;
    top: 16px;
    left: 15px;
}

.new-services-items:hover .new-services-item-cover {

    height: 100%;

}

.new-services-item-cover-title {
    font-weight: 900;
    padding: 10px;
    color: #46484d;
    font-size: 20px;
}

.new-services-item-cover-entitle {
    font-weight: 500;
    padding: 10px;
    color: #7f8187;
    font-size: 12px;
    margin-top: -22px;
}

.post-cat {
    
    padding: 20px 10px;
    
}

.wp-block-image img {
    max-width: 100%;
    width: auto;
    height: 100%;
}


.grecaptcha-badge {
    display: none;
}