@import url(plugins/bootstrap/bootstrap.min.css);
/*!
* jquery-confirm v3.2.3 (http://craftpip.github.io/jquery-confirm/)
* Author: boniface pereira
* Website: www.craftpip.com
* Contact: hey@craftpip.com
*
* Copyright 2013-2017 jquery-confirm
* Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
*/
/* .post-content ul li,.post-content ol li{
    list-style: disc;
}
.post-content ul li a,.post-content ol li a{
    font-size: inherit;
    color: #009688;
}
.post-content ul li ul,.post-content ul li ol,.post-content ol li ol,.post-content ol li ul{
    margin-right: 12px;
    padding-right: 8px;
} */

@import url(plugins/fontaws/font-awesome.css);
@import url(plugins/animate/animate.min.css);
@import url(plugins/owl-carousel/owl-carousel.css);
@import url(plugins/magnific-popup/magnific-popup.css);
.jconfirm,
.jconfirm .jconfirm-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons {
    float: right
}
.clearfix,
.faq-a,
.jconfirm .jconfirm-clear {
    clear: both
}
.jconfirm.jconfirm-rtl,
body {
    direction: rtl
}
.form-input,
body {
    -moz-osx-font-smoothing: grayscale
}
@keyframes jconfirm-spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}
body[class*=jconfirm-no-scroll-] {
    overflow: hidden!important
}
.jconfirm {
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden
}
.jconfirm .jconfirm-bg {
    transition: opacity .4s
}
.jconfirm .jconfirm-bg.jconfirm-bg-h {
    opacity: 0!important
}
.jconfirm .jconfirm-scrollpane {
    perspective: 500px;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%
}
.jconfirm .jconfirm-row {
    display: table-row;
    width: 100%
}
.jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle
}
.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0
}
.jconfirm .jconfirm-box-container {
    transition: transform
}
.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    transition: none!important
}
.jconfirm .jconfirm-box {
    background: #fff;
    border-radius: 4px;
    position: relative;
    outline: 0;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}
@keyframes type-blue {
    1%, 100% {
        border-color: #3498db
    }
    50% {
        border-color: #5faee3
    }
}
@keyframes type-green {
    1%, 100% {
        border-color: #2ecc71
    }
    50% {
        border-color: #54d98c
    }
}
@keyframes type-red {
    1%, 100% {
        border-color: #e74c3c
    }
    50% {
        border-color: #ed7669
    }
}
@keyframes type-orange {
    1%, 100% {
        border-color: #f1c40f
    }
    50% {
        border-color: #f4d03f
    }
}
@keyframes type-purple {
    1%, 100% {
        border-color: #9b59b6
    }
    50% {
        border-color: #b07cc6
    }
}
@keyframes type-dark {
    1%, 100% {
        border-color: #34495e
    }
    50% {
        border-color: #46627f
    }
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
    animation-duration: 2s;
    animation-iteration-count: infinite
}
.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3498db;
    animation-name: type-blue
}
.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #2ecc71;
    animation-name: type-green
}
.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    animation-name: type-red
}
.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f;
    animation-name: type-orange
}
.jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: solid 7px #9b59b6;
    animation-name: type-purple
}
.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #34495e;
    animation-name: type-dark
}
.jconfirm .jconfirm-box.loading {
    height: 120px
}
.jconfirm .jconfirm-box.loading:before {
    content: '';
    position: absolute;
    left: 0;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1
}
.jconfirm .jconfirm-box.loading:after {
    opacity: .6;
    content: '';
    height: 30px;
    width: 30px;
    border: 3px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    animation: jconfirm-spin 1s infinite linear;
    border-bottom-color: #1e90ff;
    top: 50%;
    margin-top: -15px;
    z-index: 2
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px!important;
    line-height: 14px!important;
    display: none;
    z-index: 1
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
    display: none
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa,
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon,
.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
    font-size: 16px
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
    opacity: 1
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    user-select: none;
    cursor: default;
    padding-bottom: 15px
}
.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
    cursor: move
}
#project-menu li,
.faq-q,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
    vertical-align: middle
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
    display: none
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
    display: none
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 3px
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1)
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto
}
#project-menu,
.about-content,
.box-title,
.commenter-info,
.feature-text,
.info-text,
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons,
.portfoli-menu,
.post-author-info,
.prev-next,
.skills-section,
.work-process .process-info {
    overflow: hidden
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
    max-width: 100%;
    height: auto
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
    display: none
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px
}
.jconfirm .jconfirm-box .jconfirm-buttons>button {
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    -webkit-tap-highlight-color: transparent;
    border: none;
    background-image: none
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: #3498db;
    color: #FFF;
    text-shadow: none;
    transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #2980b9;
    color: #FFF
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #2ecc71;
    color: #FFF;
    text-shadow: none;
    transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
    background-color: #27ae60;
    color: #FFF
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #e74c3c;
    color: #FFF;
    text-shadow: none;
    transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #c0392b;
    color: #FFF
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
    background-color: #f1c40f;
    color: #FFF;
    text-shadow: none;
    transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
    background-color: #f39c12;
    color: #FFF
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #bdc3c7;
    color: #000
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
    background-color: #9b59b6;
    color: #FFF;
    text-shadow: none;
    transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
    background-color: #8e44ad;
    color: #FFF
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
    background-color: #34495e;
    color: #FFF;
    text-shadow: none;
    transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
    background-color: #2c3e50;
    color: #FFF
}
.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c!important
}
.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3498db!important
}
.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71!important
}
.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6!important
}
.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f!important
}
.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e!important
}
.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
    left: 5px;
    right: auto
}
.jconfirm.jconfirm-light .jconfirm-bg,
.jconfirm.jconfirm-white .jconfirm-bg {
    background-color: #444;
    opacity: .2
}
.jconfirm.jconfirm-light .jconfirm-box,
.jconfirm.jconfirm-white .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    border-radius: 5px
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default {
    box-shadow: none;
    color: #333
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #ddd
}
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}
.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: #2f4f4f;
    opacity: .4
}
.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    background: #444;
    border-radius: 5px;
    color: #fff
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
    border: none;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;
    transition: background .1s;
    color: #fff
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
    box-shadow: none;
    color: #fff;
    background: 0 0
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #666
}
.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0)
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    animation: glow .82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0)
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-2px, 0, 0)
    }
    20%,
    80% {
        transform: translate3d(4px, 0, 0)
    }
    30%,
    50%,
    70% {
        transform: translate3d(-8px, 0, 0)
    }
    40%,
    60% {
        transform: translate3d(8px, 0, 0)
    }
}
@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 0 red
    }
    50% {
        box-shadow: 0 0 30px red
    }
}
.jconfirm {
    perspective: 400px
}
.jconfirm .jconfirm-box {
    opacity: 1;
    transition-property: all
}
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-scalex,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
    opacity: 0
}
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
    transform: rotate(90deg)
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
    transform: rotateX(90deg);
    transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
    transform: rotateX(-90deg);
    transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
    transform: rotatey(90deg);
    transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
    transform: rotatey(-90deg);
    transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
    transform: scaley(1.5);
    transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    transform: scalex(1.5);
    transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-top {
    transform: translate(0, -100px)
}
.jconfirm .jconfirm-box.jconfirm-animation-left {
    transform: translate(-100px, 0)
}
.jconfirm .jconfirm-box.jconfirm-animation-right {
    transform: translate(100px, 0)
}
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
    transform: translate(0, 100px)
}
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
    transform: scale(1.2)
}
.jconfirm .jconfirm-box.jconfirm-animation-scale {
    transform: scale(.5)
}
.jconfirm .jconfirm-box.jconfirm-animation-none {
    visibility: hidden
}
.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, .95)
}
.jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: transparent
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue,
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark,
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green,
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange,
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple,
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
    border: none
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
    color: #fff
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>* {
    padding-bottom: 25px
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 25px
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: #fff
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
    text-align: center
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
    font-size: 16px;
    border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: none;
    color: #fff;
    padding: 10px;
    min-width: 100px
}
.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}
.jconfirm.jconfirm-material .jconfirm-bg {
    background-color: rgba(0, 0, 0, .67)
}
.jconfirm.jconfirm-material .jconfirm-box {
    background-color: #fff;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    padding: 30px 25px 10px
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, .87)
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 22px;
    font-weight: 700
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, .87)
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
    text-align: right
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-weight: 500
}
.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, .21)
}
.jconfirm.jconfirm-bootstrap .jconfirm-box {
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .4);
    padding: 15px 0 0
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, .87)
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 22px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, .87);
    padding: 0 15px
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
    text-align: right;
    padding: 10px;
    margin: -5px 0 0;
    border-top: solid 1px #ddd;
    border-radius: 0 0 4px 4px
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
    font-weight: 500
}
.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}
.jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: #708090;
    opacity: .6
}
.jconfirm.jconfirm-modern .jconfirm-box {
    background-color: #fff;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    padding: 30px 30px 15px
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, .87);
    top: 15px;
    right: 15px
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    transition: transform .5s;
    transform: scale(0);
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 69px;
    color: #aaa
}
.info-box,
.info-text {
    display: inline-block
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 25px
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: 700;
    text-transform: uppercase;
    transition: background .1s;
    padding: 10px 20px
}
.no-padding,
ul {
    padding: 0
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button {
    margin-left: 4px
}
.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    transform: scale(1)
}
body,
html {
    font-family: IranSans;
    font-weight: 400;
    font-size: 13px;
    color: #6f6f6f;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    letter-spacing: 0
}
ul {
    margin: 0;
    list-style: none
}
a:hover {
    color: #efbb20
}
.btn:focus,
.form-control:focus,
a,
a:active,
a:focus,
a:hover,
button:focus {
    outline: 0!important;
    text-decoration: none!important;
    box-shadow: none!important
}
.image-bg {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .54);
    z-index: -1
}
.btn.btn-primary {
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 0;
    padding: 15px 45px;
    background-color: #efbb20;
    text-transform: uppercase;
    position: relative;
    font-family: IranSans, Tahoma, Geneva, Verdana, sans-serif
}
.btn.btn-primary i {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    line-height: 60px;
    color: #000;
    background-color: #fff
}
.box-title h3,
.crane-lifting,
.house-plans,
.navbar-default {
    position: relative
}
.btn.btn-primary:hover {
    background-color: #fff;
    color: #efbb20
}
.btn.btn-primary:hover i {
    color: #fff;
    background-color: #efbb20
}
.section-padding {
    padding-top: 75px;
    padding-bottom: 100px
}
.section-title {
    margin-bottom: 80px
}
.section-title .h2,
.section-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #efbb20;
    letter-spacing: 0
}
.top-bar,
.top-bar a {
    color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.top-bar {
    background-color: #283949
}
.navbar-default .navbar-toggle {
    border-color: #283949
}
.btn.btn-primary i,
.features-info i,
.owl-next,
.owl-prev,
.portfolio-overlay,
a,
a:after,
a:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.top-bar {
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid #f3cc29
}
.info-box {
    margin-right: 25px;
    font-size: 14px
}
.info-box>i,
.top-bar a:hover,
.top-bar a:hover .info-box i {
    color: #efbb20
}
.info-box>i {
    margin-right: 20px;
    margin-top: 7px;
    text-align: center;
    float: left;
    font-size: 36px
}
.info-text {
    font-weight: 300
}
.info-text i.fa {
    font-size: 1em
}
.info-text h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0
}
.top-social li {
    margin: 0 5px
}
.top-social li a {
    font-size: 18px;
    line-height: 50px
}
.navbar-default {
    background-color: #fff;
    border: none;
    border-top: 1px solid #f3cc29;
    margin-bottom: 0;
    border-radius: 0
}
.navbar-default li {
    margin-left: 15px;
    z-index: 22
}
.navbar-default li:first-child {
    margin-left: 0
}
.navbar-default .navbar-nav {
    float: none
}
.navbar-default .navbar-nav>li>a {
    color: #34404e;
    display: block;
    font-size: 16px;
    line-height: 75px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 900;
    font-family: IranSans
}
.home-content h2,
.service-title h4 {
    letter-spacing: 0;
    text-transform: uppercase
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff
}
.dropdown-menu,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #efbb20;
    background-color: transparent
}
.navbar-header {
    margin-top: 12px
}
.navbar-brand {
    padding: 0 15px
}
.navbar-nav>li>.dropdown-menu {
    padding: 12px 0;
    display: none;
    min-width: 200px;
    background-color: #fff
}
.navbar-nav>li:hover>ul.dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp .4s;
    -moz-animation: fadeInUp .4s;
    -ms-animation: fadeInUp .4s;
    -o-animation: fadeInUp .4s;
    animation: fadeInUp .4s
}
.dropdown-menu>li {
    margin-left: 0;
    width: initial
}
.dropdown-menu>li>a {
    color: #34404e;
    font-size: 16px;
    padding: 7px 20px
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.home-section {
    background-image: url(../images/bg/2.jpg)
}
.home-content {
    color: #fff;
    padding: 50px 0;
    max-height: 800px
}
.home-content h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: IranSans
}
.home-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-family: montserratextra_bold;
    max-width: 870px
}
.service-title h4,
.services .service {
    font-family: IranSans
}
.home-content h2 span {
    color: #efbb20
}
.services {
    margin-top: 150px
}
.services .service {
    padding: 15px 24px;
    font-size: 13px;
    min-height: 165px
}
.services .overlay {
    background-color: rgba(239, 187, 32, .85);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.service:hover .overlay {
    background-color: rgba(239, 187, 32, .99)
}
.box-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-top: 15px;
    margin-bottom: 35px
}
.box-title h3:after {
    position: absolute;
    content: "";
    left: 0;
    top: 35px;
    width: 60px;
    height: 3px;
    background-color: rgba(44, 62, 80, .2)
}
.image-box {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    min-height: 100px;
    position: relative
}
.service-title {
    background-color: #333;
    padding: 25px;
    position: relative
}
.service-title h4 {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 24px;
    word-spacing: 5px
}
.entry-title,
.process-info h4 {
    font-family: IranSans, Tahoma, Geneva, Verdana, sans-serif
}
.service-title:after,
.service-title:before {
    position: absolute;
    content: "";
    bottom: 89px;
    z-index: 1
}
.service-title:before {
    left: 0;
    border-right: 390px solid transparent;
    border-bottom: 26px solid #333
}
.service-title:after {
    right: 0;
    border-left: 390px solid transparent;
    border-bottom: 26px solid #333
}
#home-slider .item .btn-primary,
#home-slider .item h1,
#home-slider .item h2,
#home-slider .item h2 span {
    opacity: 0;
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}
#home-slider .item.active .btn-primary,
#home-slider .item.active h1,
#home-slider .item.active h2,
#home-slider .item.active h2 span {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
#home-slider .item h1 {
    -webkit-transition: all .5s ease-in-out .15s;
    -moz-transition: all .5s ease-in-out .15s;
    -ms-transition: all .5s ease-in-out .15s;
    -o-transition: all .5s ease-in-out .15s;
    transition: all .5s ease-in-out .15s
}
#home-slider .item h2 {
    -webkit-transition: all .5s ease-in-out .3s;
    -moz-transition: all .5s ease-in-out .3s;
    -ms-transition: all .5s ease-in-out .3s;
    -o-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s
}
#home-slider .item h2 span {
    -webkit-transition: all .5s ease-in-out .45s;
    -moz-transition: all .5s ease-in-out .45s;
    -ms-transition: all .5s ease-in-out .45s;
    -o-transition: all .5s ease-in-out .45s;
    transition: all .5s ease-in-out .45s
}
#home-slider .item .btn-primary {
    -webkit-transition: all .5s ease-in-out .65s;
    -moz-transition: all .5s ease-in-out .65s;
    -ms-transition: all .5s ease-in-out .65s;
    -o-transition: all .5s ease-in-out .65s;
    transition: all .5s ease-in-out .65s
}
.carousel-left i,
.carousel-right i {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    background-color: rgba(0, 0, 0, .25);
    color: #fff;
    z-index: 9999;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.feature-icon,
.service-section .service,
.service-section .service h3,
.service-section .service:hover .overlay {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}
.carousel-left i {
    left: -100px
}
.carousel-right i {
    right: -100px
}
.carousel-left i:hover,
.carousel-right i:hover {
    background-color: rgba(239, 187, 32, .85)
}
.home-section:hover .carousel-left i,
.home-section:hover .carousel-right i {
    opacity: 1
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover
}
.carousel-fade .carousel-inner .active {
    opacity: 1
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}
.carousel-fade .carousel-control {
    z-index: 2
}
.features-section {
    background-color: #f4f4f4
}
.features-section.section-padding {
    padding-bottom: 50px
}
.features {
    margin-bottom: 60px
}
.feature-icon {
    height: 70px;
    width: 70px;
    background-color: #efbb20;
    font-size: 30px;
    float: left;
    margin-right: 22px;
    text-align: center;
    color: #fff;
    transition: all .5s ease-in-out
}
.feature-icon i {
    line-height: 67px
}
.feature-text h4 {
    margin-top: 0
}
.features:hover .feature-icon {
    background-color: #2c3e50
}
.features:hover .feature-text h4 {
    color: #34404e
}
.work-process {
    background-image: url(../images/bg/3.jpg)
}
.work-process .overlay {
    background-color: rgba(44, 62, 80, .9)
}
.work-process .section-title {
    color: #fff
}
.work-proces {
    padding: 0 35px
}
.process-image {
    margin-top: -80px;
    text-align: center
}
.process-icon {
    float: left;
    margin-right: 30px;
    margin-top: 35px
}
.left-content .process-icon {
    float: right;
    margin-right: 0;
    margin-left: 35px
}
.work-process .process-info {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 15px
}
.service-section {
    background-color: #f9f9f9
}
.service-section.section-padding {
    padding-bottom: 80px
}
.service-section .services {
    margin-top: 0
}
.service-section .service {
    margin-bottom: 30px
}
.service-section .services .overlay {
    background-color: #fff
}
.service-section .service,
.service-section .service h3,
.service-section .service:hover .overlay {
    transition: all .5s ease-in-out
}
.blog-content,
.project-content .project-info,
.project-content .project-title {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}
.service-section .service h3 {
    color: #efbb20
}
.service-section .service:hover .overlay {
    color: #fff;
    background-color: #efbb20
}
.service-section .service:hover h3 {
    color: #fff
}
.portfolio-title {
    color: #fff;
    padding-top: 55px;
    padding-bottom: 60px;
    position: relative;
    background-image: url(../images/bg/4.jpg);
    background-position: center center
}
.portfolio-section .owl-nav {
    position: absolute;
    right: 20%;
    top: -116px
}
.portfolio-section .owl-next,
.portfolio-section .owl-prev {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #f3cc29
}
.portfolio-section .owl-prev {
    right: 41px
}
.portfolio-section .owl-next:hover,
.portfolio-section .owl-prev:hover {
    background-color: #fff;
    color: #34404e
}
.portfolio-title .section-title {
    margin-bottom: 0
}
.portfolio-title .overlay {
    background-color: rgba(54, 72, 89, .92)
}
.project-content {
    margin-bottom: 30px
}
.project-content .project-info,
.project-content .project-title {
    padding: 25px 20px 20px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 3px 1px #d7d7d7;
    -webkit-box-shadow: 0 0 3px 1px #d7d7d7;
    transition: all .5s ease-in-out
}
.project-content:hover .project-info,
.project-content:hover .project-title {
    box-shadow: none;
    -webkit-box-shadow: none
}
.project-content .project-title h3 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#project-menu li,
.project-content .project-item a:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}
.project-content .project-title h3 a {
    color: inherit
}
.project-content:hover .project-title h3 a {
    color: #efbb20
}
.project-content .project-info {
    border-top: 0;
    border-bottom: 1px solid #d7d7d7;
    color: #6d6d6d
}
.project-content .project-item {
    position: relative;
    background-color: #fff
}
.project-content .project-item a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(239, 187, 32, .85);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition: all .3s ease-in-out;
    opacity: 0
}
.project-content .project-item a:hover:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
#project-menu {
    text-align: center;
    margin-bottom: 50px;
    border: 1px solid #e5e5e5;
    display: block
}
#project-menu li {
    float: left;
    font-size: 18px;
    border-left: 1px solid #e5e5e5;
    padding: 20px 25px;
    transition: all .3s ease-in-out
}
.team-member h4,
.timline-panel {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}
#project-menu li.cbp-filter-item-active,
#project-menu li:hover {
    color: #efbb20;
    background-color: #f1f1f1
}
#project-menu li:first-child {
    border-left: 0
}
#projects .project-content {
    width: 33%;
    float: left;
    min-height: 430px;
    margin-bottom: 30px
}
.team-member:hover h4 {
    color: #efbb20
}
.team-member img {
    display: inline-block
}
.team-member h4 {
    margin-bottom: 2px;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}
.member-info {
    margin: 20px 0 15px
}
.team-social li,
.testimonial {
    margin-right: 10px
}
.team-social,
.testimonial h5 {
    margin-top: 15px
}
.team-social li a {
    display: block;
    font-size: 16px;
    color: #6f6f6f
}
.team-social li a:hover {
    color: #efbb20
}
.testimonial-section {
    background-image: url(../images/bg/5.jpg)
}
.testimonial-section .overlay {
    background-color: rgba(44, 62, 80, .9)
}
.testimonial {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-left: 10px;
    border-bottom: none;
    position: relative
}
.testimonial-image {
    margin-bottom: 15px
}
.testimonial-image img {
    display: inline-block!important;
    border-radius: 50%;
    height: 85px!important;
    width: 85px!important
}
.testimonial h5 {
    color: #f3cc29;
    font-size: 13px
}
.testimonial-info {
    padding: 20px
}
.left-content .testimonial-info {
    margin-left: 70px
}
.right-content .testimonial-info {
    margin-right: 70px
}
.left-content .testimonial .testimonial-icon {
    left: 15px
}
.testimonial-slider .owl-dots {
    text-align: center;
    z-index: 99;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -30px
}
.blog-image,
.entry-post,
.entry-thumbnail {
    position: relative
}
.testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}
.testimonial-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    display: block;
    border-radius: 50px
}
.testimonial-slider .owl-dots .owl-dot.active span,
.testimonial-slider .owl-dots .owl-dot:hover span {
    background-color: #f3cc29;
    border: 1px solid #f3cc29
}
.blog-section.section-padding {
    padding-bottom: 70px
}
.blog-post {
    margin-bottom: 30px
}
.blog-content {
    margin-bottom: 8px;
    transition: all .5s ease-in-out
}
.blog-content .time,
.entry-header:hover .time {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}
.blog-content .time {
    position: absolute;
    bottom: 50%;
    margin-bottom: -41px;
    left: 0;
    padding: 15px;
    max-width: 85px;
    text-align: center;
    color: #fff;
    background-color: #f3cc29;
    transition: all .5s ease-in-out
}
.entry-header:hover .time {
    bottom: 0;
    margin-bottom: 0;
    transition: all .5s ease-in-out
}
.blog-content .time span {
    font-size: 18px
}
.blog-content .time h2,
.blog-content .time h3 {
    margin: 0;
    line-height: 24px;
    text-transform: uppercase
}
.entry-title {
    margin-bottom: 17px;
    text-transform: capitalize;
    letter-spacing: 1.5px
}
.about-info h1,
.breadcrumb-content h1,
.call-to-action strong,
.timline-panel h4 {
    text-transform: uppercase
}
.entry-title a {
    color: #2c3e50
}
.blog-content .entry-meta {
    margin-top: 25px;
    margin-bottom: 20px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6
}
.blog-content .entry-meta i {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 4px
}
.post-content li {
    margin-left: 5px
}
.post-content li:first-child {
    margin-left: 0
}
.blog-content li a {
    color: #777;
    font-size: 12px
}
.blog-content li a:hover,
.entry-title a:hover {
    color: #f3cc29
}
.blog-content .entry-post {
    padding-top: 25px;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 30px
}
.pagination {
    margin-top: 30px
}
.pagination>li>a,
.pagination>li>span {
    padding: 12px 28px;
    color: #999;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 700
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li.active>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #efbb20;
    color: #fff;
    border-color: #efbb20
}
.cta-section {
    background-image: url(../images/bg/brand-bg.jpg)
}
.clients-section .overlay {
    background-color: rgba(229, 229, 229, .9)
}
.brand-item {
    padding: 70px 50px
}
.brand-image {
    background-color: rgba(255, 255, 255, .4);
    margin: 0 15px;
    border: 1px solid #babfc4;
    text-align: center
}
.brand-image img {
    display: inline-block
}
.call-to-action {
    font-size: 14px;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 10px;
    background-color: rgba(229, 229, 229, .97)
}
.call-to-action strong {
    color: #6f6f6f;
    font-family: IranSans;
    font-size: 26px;
    margin-bottom: 45px;
    float: right
}
.call-to-action .btn.btn-primary {
    margin-top: 8px;
    float: left
}
.contact-section {
    background-color: #273747;
    padding: 50px 0;
    color: #999
}
.contact-section h3 {
    color: #fff;
    margin-bottom: 25px
}
.footer-social li+li {
    margin-left: 15px
}
.contact-widget ul {
    float: left;
    width: 48%
}
.contact-widget li {
    margin-bottom: 10px
}
.contact-widget a {
    color: #999
}
.contact-widget .footer-social li {
    margin: 0 10px 0 0
}
.footer-social a {
    font-size: 20px;
    color: #999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.contact-widget a:hover,
.contact-widget span,
.footer-social a:hover {
    color: #efbb20
}
.contact-widget address ul,
.contact-widget ul.footer-social {
    float: none;
    width: 100%
}
.contact-widget .address {
    overflow: hidden;
    display: block
}
.contact-widget address {
    margin-bottom: 5px
}
.contact-widget address span {
    color: #999;
    font-weight: 700
}
.copyright-text {
    padding: 15px 0 5px
}
.copyright-text a {
    color: #34404e;
    font-weight: 700
}
.copyright-text a:hover {
    color: #efbb20
}
.breadcrumb-section {
    background-image: url(../images/bg/4.jpg);
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 55px;
    margin: 0;
    border-radius: 0
}
.breadcrumb-section .overlay {
    background-color: rgba(0, 0, 0, .8)
}
.breadcrumb-content {
    color: #fff;
    font-size: 15px
}
.breadcrumb-content h1 {
    margin-top: 0;
    font-family: IranSans, Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0;
    float: right
}
.breadcrumb-content h1 span,
.breadcrumb-content h2 span {
    color: #f2cd27;
    font-family: montserratextra_bold
}
.breadcrumb {
    background-color: transparent;
    float: left
}
.breadcrumb a {
    color: #fff
}
.breadcrumb a:hover {
    color: #efbb20
}
.about-section {
    background-color: #f9f9f9
}
.about-section-content {
    line-height: 24px
}
.about-section-content h2 {
    margin-bottom: 25px
}
.about-info h1,
.about-section-content p {
    margin-bottom: 20px
}
.about-us-image {
    margin-top: 78px
}
.about-info {
    font-size: 13px;
    line-height: 30px;
    margin-left: 30px
}
.about-info h1 span {
    color: #f3cc29
}
.about-info .info-list {
    margin-top: 30px;
    margin-bottom: 35px;
    font-family: IranSans, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px
}
.about-info .info-list li {
    margin-bottom: 15px
}
.about-info .info-list i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    padding-left: 2px;
    font-size: 10px;
    color: #fff;
    background-color: #f3cc29
}
.about-info .btn.btn-primary {
    color: #2c3e50
}
.about-info .btn.btn-primary:hover {
    color: #fff
}
.about-info .btn.btn-primary i {
    background-color: #2c3e50;
    color: #fff
}
.about-info .btn.btn-primary:hover i {
    background-color: #f3cc29;
    color: #2c3e50
}
.timline-section {
    padding-bottom: 0
}
.timline-panel {
    float: right;
    border: 5px solid #f5f6f7;
    padding: 15px;
    font-size: 13px;
    line-height: 24px;
    color: #6f6f6f;
    position: relative;
    text-align: center;
    max-width: 310px;
    z-index: 2;
    background-image: url(../images/others/timline.html);
    transition: all .3s ease-in-out
}
.portfoli-menu li,
.prev-next .prev {
    float: left
}
.timline-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.timline-panel:hover {
    color: #fff
}
.timline-panel:hover .timline-overlay {
    opacity: 1;
    background-color: rgba(44, 62, 80, .9)
}
.timline-panel:after {
    position: absolute;
    content: "\f063";
    bottom: -23px;
    margin-left: -6px;
    left: 50%;
    color: #ccc;
    font-family: fontawesome
}
.posted-date .year,
.skills-info label,
.timline-panel h4 {
    font-family: IranSans, Tahoma, Geneva, Verdana, sans-serif
}
.timline-bottom .timline-panel:after {
    top: -23px;
    content: "\f062"
}
.timline-panel:hover:after {
    color: #2c3e50
}
.timline-panel h4 {
    text-align: center;
    color: #2c3e50
}
.timline-panel:hover h4 {
    color: #fff
}
.timline-panel h4,
.timline-panel p {
    position: relative;
    z-index: 2
}
.posted-date {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9999
}
.posted-date .posted:after,
.posted-date .posted:before,
.posted-date:after,
.posted-date:before {
    position: absolute;
    content: ""
}
.posted-date .posted {
    margin: 0
}
.posted-date:before {
    top: 20px;
    left: -3px;
    width: 99%;
    height: 7px;
    background-color: #fcd846;
    z-index: 1
}
.posted-date:after {
    bottom: 15px;
    right: 12px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fcd846
}
.posted-date .posted:after {
    width: 40px;
    height: 40px;
    top: 4px;
    right: 0;
    border: 5px solid #fcd846;
    z-index: -1
}
.posted-date .posted:before {
    width: 20px;
    height: 14px;
    top: 16px;
    right: 20px;
    background-color: #fff
}
.posted-date li+li {
    margin-left: 25%
}
.posted-date li {
    position: relative;
    z-index: 1
}
.posted-date .year {
    border: 4px solid #d5d8dc;
    padding: 2px 30px;
    background-color: #fcd846;
    font-size: 24px
}
.posted-date li:after,
.posted-date li:before {
    position: absolute;
    content: "";
    top: 8px;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, #f3ad0e, #f3d10d, #f3d10d);
    background: -webkit-radial-gradient(circle, #f3ad0e, #f3d10d, #f3d10d);
    background: -noz-radial-gradient(circle, #f3ad0e, #f3d10d, #f3d10d);
    background: -ms-radial-gradient(circle, #f3ad0e, #f3d10d, #f3d10d);
    background: -o-radial-gradient(circle, #f3ad0e, #f3d10d, #f3d10d);
    border-radius: 50%;
    border: 2px solid #fff
}
.posted-date li:before {
    right: -75px
}
.posted-date li:first-child:before {
    right: -92px
}
.posted-date li:last-child:before {
    right: -55px
}
.posted-date li:first-child:after {
    right: -195px
}
.posted-date li:after {
    right: -172px
}
.posted-date li:last-child:after {
    display: none
}
.skills-section {
    background-color: #eee;
    max-height: 620px
}
.skills-image img {
    width: 100%
}
.skills-info .section-title {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 30px
}
.skills-info .section-title h2 {
    margin-bottom: 25px
}
.skills-info {
    max-width: 600px;
    padding: 50px 30px
}
.skills-info label {
    font-size: 15px;
    margin-bottom: 20px
}
.skills-info .progress {
    height: 9px;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 30px
}
.progress-bar {
    background-color: #fcd846;
    box-shadow: none
}
.services-section.section-padding {
    padding-top: 90px;
    padding-bottom: 80px
}
.services-section .item {
    background-color: #2c3e50;
    padding: 50px
}
.services-section .item h4 {
    color: #fff;
    margin-top: 45px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.details-info h2,
.portfoli-menu a,
.prev-next {
    text-transform: capitalize
}
.services-section .item img {
    display: inline-block
}
.services-section .item.item-middle {
    border: 10px solid #415161;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: -10px
}
.services-section .item.item-left:before,
.services-section .item.item-right:before {
    top: -10px;
    border-bottom: 10px solid #2c3e50
}
.services-section .item.item-left:after,
.services-section .item.item-right:after {
    bottom: -10px;
    border-top: 10px solid #2c3e50
}
.services-section .item:hover h4 {
    color: #f3cc29
}
.services-section .item.item-left,
.services-section .item.item-right {
    position: relative
}
.services-section .item.item-left:after,
.services-section .item.item-left:before,
.services-section .item.item-right:after,
.services-section .item.item-right:before {
    position: absolute;
    content: ""
}
.services-section .item.item-left:after,
.services-section .item.item-left:before {
    border-left: 390px solid transparent;
    right: 0
}
.services-section .item.item-right:after,
.services-section .item.item-right:before {
    left: 0;
    border-right: 390px solid transparent
}
.portfoli-menu {
    margin-bottom: 80px
}
.portfoli-menu li+li {
    margin-left: 1px
}
.portfoli-menu a {
    color: #fff;
    display: block;
    font-size: 15px;
    background-color: #f3cc29;
    padding: 20px 50px
}
.portfoli-menu a.active,
.portfoli-menu a:hover {
    background-color: #2c3e50
}
.portfoli-menu li:first-child,
.portfoli-menu li:last-child {
    position: relative
}
.portfoli-menu li:first-child:after,
.portfoli-menu li:last-child:after {
    position: absolute;
    content: "";
    bottom: 0
}
.portfoli-menu li:first-child:after {
    left: 0;
    border-right: 180px solid transparent;
    border-bottom: 10px solid #fff
}
.portfoli-menu li:last-child:after {
    right: 0;
    border-left: 180px solid transparent;
    border-bottom: 10px solid #fff
}
.portfolio-two {
    margin-bottom: 50px
}
.portfolio-two .portfolio {
    margin-bottom: 30px
}
#product-carousel {
    margin-top: 20px
}
#product-carousel .carousel-controls {
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 21px
}
.carousel-controls .carousel-indicators {
    display: block;
    left: 0;
    margin-left: 0;
    text-align: left;
    width: 100%;
    background-color: #f6f6f6;
    padding: 12px;
    border: 1px solid #e5e5e5;
    bottom: inherit
}
#product-carousel .carousel-indicators li,
#product-carousel .carousel-indicators li.active {
    width: 105px;
    height: 100px;
    border-radius: 0;
    margin: 6px
}
#product-carousel .carousel-indicators li {
    border: 2px solid #f6f6f6;
    position: relative
}
#product-carousel .carousel-indicators li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 49, 49, .6);
    opacity: 0
}
#product-carousel .carousel-indicators li.active:before,
#product-carousel .carousel-indicators li:hover:before {
    opacity: 1
}
#product-carousel .carousel-indicators li.active,
#product-carousel .carousel-indicators li:hover {
    border: 2px solid #f3cc29
}
.carousel-controls .carousel-arrow {
    position: absolute;
    width: 100%;
    bottom: -57px;
    z-index: 100
}
.carousel-controls .carousel-arrow .left,
.carousel-controls .carousel-arrow .right {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    bottom: inherit;
    top: 0;
    font-size: 22px;
    background-color: #ccc;
    color: #374758;
    background-image: inherit;
    opacity: .9
}
.carousel-controls .carousel-arrow .left {
    left: 0
}
.carousel-controls .carousel-arrow .right {
    right: 0
}
.carousel-controls .carousel-arrow .left:hover,
.carousel-controls .carousel-arrow .right:hover {
    background-color: #f3cc29
}
.details-info {
    line-height: 28px;
    color: #6f6f6f
}
.details-info h2,
.details-list li {
    color: #2c3e50;
    font-family: IranSans
}
.details-info h2 {
    font-size: 22px;
    margin-bottom: 20px
}
.details-list {
    margin-top: 20px;
    margin-bottom: 20px
}
.details-social,
.share-project {
    margin-top: 10px
}
.details-list li {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0
}
.details-list li p {
    margin-bottom: 0
}
.details-list li span {
    display: block;
    font-size: 13px;
    font-family: IranSans;
    color: #6f6f6f
}
.blog-details .post-tags ul li,
.indicator-icon i,
.media-inner,
.prev-next .prev,
.share-social .social li {
    display: inline-block
}
.blog-details .entry-title,
.comments-area>h4,
.replay-box>h4 {
    font-family: IranSans, Tahoma, Geneva, Verdana, sans-serif
}
.details-list li span.cateagory {
    display: inline-block;
    margin-right: 3px
}
.details-list li span.cateagory a {
    color: #6f6f6f
}
.details-list li span.cateagory a:hover {
    color: #f3cc29
}
.share-project {
    float: left;
    margin-right: 25px
}
.blog-details .entry-meta li,
.prev-next .prev i {
    margin-right: 10px
}
.details-social li+li {
    margin-left: 20px
}
.details-social li {
    border-left: 0;
    margin-top: 0;
    padding: 0;
    letter-spacing: 0
}
.details-social i {
    color: #999;
    font-size: 14px
}
.details-social i:hover {
    color: #69f
}
.details-info .btn.btn-primary {
    color: #2c3e50;
    width: 100%
}
.details-info .btn.btn-primary:hover {
    color: #fff
}
.details-info .btn.btn-primary i {
    font-size: 24px;
    color: #fff;
    width: 70px;
    background-color: #2c3e50
}
.details-info .btn.btn-primary:hover i {
    color: #2c3e50;
    background-color: #f3cc29
}
.details-slider {
    border-top: 1px solid #ececec;
    margin-top: 50px;
    padding-top: 20px
}
.details-section {
    background-color: #f1f1f1
}
.details-section .owl-next,
.details-section .owl-prev {
    position: absolute;
    top: 0
}
.prev-next {
    border-top: 2px solid #ececec;
    margin-top: 40px;
    padding-top: 30px
}
.prev-next a {
    color: #999;
    font-size: 15px
}
.prev-next a i {
    font-size: 14px
}
.prev-next a:hover {
    color: #f3cc29
}
.prev-next .next {
    float: right
}
.prev-next .next i {
    margin-left: 10px
}
.indicator-icon i {
    border: 2px solid #e5e5e5;
    color: #ccc;
    padding: 8px;
    font-size: 16px;
    margin-top: -8px
}
.blogNnews .blog-content {
    margin-top: 100px
}
.blogNnews .prev-next {
    margin-bottom: 100px;
    margin-top: 80px
}
.blog-details {
    padding-top: 85px;
    padding-bottom: 70px
}
.blog-details .entry-meta {
    padding: 10px 0
}
.blog-details .entry-title {
    margin-top: 45px;
    margin-bottom: 20px;
    color: #2c3e50
}
.blog-details .post {
    border: 0;
    padding: 0 0 15px
}
.blog-details .post li+li {
    margin-left: 5px;
    padding-left: 15px;
    border-left: 2px solid #999
}
.blog-details .post a {
    color: #999
}
.blog-details .post-content {
    font-size: 13px;
    line-height: 30px
}
.post-content blockquote {
    font-size: 16px;
    color: #34404e;
    border-left: 0;
    padding: 20px 0 20px 40px;
    margin: 25px 0;
    position: relative
}
.post-content blockquote i {
    font-size: 24px;
    color: #f3cc29;
    position: absolute;
    top: 20px;
    left: 0
}
.blog-details .share-social li {
    font-size: 15px
}
.blog-details .share-social {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
    margin-top: 40px
}
.blog-details .post-tags {
    word-wrap: break-word;
    margin: 12px 0;
    padding: 12px;
    background-color: #F5F5F5
}
.blog-details .post-tags a {
    background-color: #BDBDBD;
    padding: 6px 18px;
    border-radius: 4px;
    color: #FFF
}
.blog-details .post-tags a:hover {
    color: #4a4a4a
}
.blog-details .share-social a {
    font-size: 13px;
    color: #2c3e50
}
.blog-details .share-social i {
    margin-right: 10px;
    color: #f3cc29;
    font-size: 18px
}
.share-social .social i {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #fdb251
}
.share-social .social li:first-child {
    margin-right: 20px
}
.share-social .social .fa-facebook {
    background-color: #617fc0
}
.share-social .social .fa-twitter {
    background-color: #74bde0
}
.share-social .social .fa-pinterest-p {
    background-color: #cd4951
}
.share-social .social .fa-google-plus {
    background-color: #ff0084
}
.share-social .social .fa-vimeo {
    background-color: #70b1bf
}
.share-social .social .fa-telegram {
    background-color: #5698A5
}
.comments-area {
    margin-bottom: 75px
}
.comments-area>h4,
.replay-box>h4 {
    color: #2c3e50
}
.replay-box>h4 {
    margin-bottom: 25px
}
.post-author,
.post-comment {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    background-color: #f7f7f7;
    box-shadow: 0 2px 0 0 #f0f0f0;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative
}
.post-author h4 {
    font-size: 15px
}
.post-author h5 {
    font-size: 13px;
    margin-bottom: 15px;
    font-family: Shabnam
}
.contact-form-section .contact-info h2,
.media-inner,
.media-inner .date {
    font-family: IranSans
}
.author-image {
    float: right;
    margin-left: 30px
}
.author-image>img {
    width: 96px;
    height: 96px;
    border-radius: 100%
}
.commenter-info {
    font-size: 13px;
    line-height: 30px
}
.commenter-avatar {
    float: left;
    margin-right: 30px;
    margin-top: 10px
}
.media-body .btn.btn-primary {
    float: right;
    font-size: 12px;
    color: #2c3e50;
    padding: 13px 70px 13px 25px
}
.media-body .btn.btn-primary i {
    background-color: #2c3e50;
    color: #fff
}
.media-body .btn.btn-primary:hover i {
    color: #2c3e50;
    background-color: #f3cc29
}
.media-inner {
    margin-top: 10px;
    font-size: 14px
}
.post-comment .post-nfo h5 {
    color: #333;
    margin-top: 0;
    margin-bottom: 0
}
.post-comment .post-nfo a {
    float: right;
    color: #efbb20;
    opacity: 0
}
.post-comment:hover .post-nfo a {
    opacity: 1
}
.post-comment .post-nfo a:hover {
    color: #34404e
}
.media-inner .date {
    color: #999;
    font-size: 12px
}
.comments-area>h4 {
    margin-bottom: -20px
}
#gmap {
    width: 100%;
    height: 450px
}
.contact-form-section .contact-info h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px
}
.contact-form-section .btn.btn-primary {
    margin-top: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.contact-form .btn.btn-primary:hover {
    box-shadow: none;
    color: #2c3e50;
    background-color: #efbb20
}
#scrollUp,
.form-group i {
    text-align: center;
    color: #f3cc29
}
.form-group {
    margin-bottom: 30px;
    position: relative
}
.form-control {
    height: 55px;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: none
}
.contact-form input,
.contact-form textarea {
    padding: 0 50px
}
.contact-form textarea {
    min-height: 238px;
    padding-top: 15px;
    resize: none
}
.contact-form input[type=text],
.contact-form input[type=email] {
    background-repeat: no-repeat;
    background-position: left 20px center
}
.form-group i {
    position: absolute;
    top: 20px;
    font-size: 18px;
    line-height: 18px;
    left: 20px
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: #f3cc29
}
#scrollUp {
    bottom: 15px;
    right: 50px;
    padding: 10px;
    font-size: 22px
}
.mfp-figure {
    background-color: #fff
}
img.mfp-img {
    padding: 12px
}
.mfp-image-holder .mfp-close {
    top: -35px
}
.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px
}
.faq-section {
    margin-bottom: 36px
}
.faq-c {
    padding: 1em;
    background-color: #FFF;
    box-shadow: 0 2px 7px 0 #484848
}
.faq-t {
    line-height: 1em;
    color: #aaa;
    font-family: sans-serif;
    float: left;
    font-weight: 700;
    padding-right: .3em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}
.faq-o {
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}
.faq-q {
    font-size: 1.5em;
    font-weight: 100
}
.faq-a {
    color: #666;
    display: none;
    padding-left: 1.5em
}
.navbar-search {
    width: 320px;
    padding-top: 20px
}
.navbar-search form .input-group-btn .btn,
.navbar-search form input[type=search] {
    height: 42px
}
.carousel-caption {
    background-color: rgba(0, 0, 0, .56)
}
.input-error {
    padding: 8px;
    background-color: #E53935;
    margin: 0;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: .95em;
    position: absolute;
    width: 100%;
    top: -20px
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav>li {
        margin-left: 0
    }
    .navbar-default .navbar-nav>li a {
        font-size: 14px
    }
    .services .service {
        padding: 5px;
        height: 175px
    }
    .service-tabs li a {
        padding: 20px
    }
    .process-image {
        margin-top: -30px
    }
    .service-tabs li {
        width: 22%
    }
    .portfolio-icons a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }
    .brand-image {
        margin: 0 15px
    }
    .call-to-action h3,
    .features {
        margin-bottom: 30px
    }
    .portfolio-info {
        margin-top: -50px
    }
    .timline-panel {
        max-width: 100%
    }
    .services-section .item {
        padding: 30px
    }
    .portfoli-menu a {
        padding: 20px 30px
    }
    .portfolio-section .owl-nav {
        right: 100px
    }
    #product-carousel .carousel-indicators li,
    #product-carousel .carousel-indicators li.active {
        width: 83px;
        height: 76px
    }
    .carousel-controls .carousel-arrow {
        bottom: -45px
    }
    .call-to-action .brand-info {
        padding: 0 35px
    }
    .call-to-action .brand-button,
    .call-to-action .brand-info {
        text-align: center;
        float: none
    }
    .features {
        height: 150px
    }
    .call-to-action {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .call-to-action .btn.btn-primary {
        float: none
    }
    .info-box,
    .info-text h5 {
        font-size: 12px
    }
    .info-box i {
        margin-right: 10px;
        font-size: 30px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .arrow-top i,
    .navbar-default li,
    .service-structure li {
        margin-left: 0
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px
    }
    .home-content h1 {
        font-size: 25px
    }
    .home-content h2 {
        font-size: 45px
    }
    .home-content {
        padding-top: 100px;
        height: auto;
        padding-bottom: 50px
    }
    .services {
        margin-top: 100px
    }
    .services .service {
        margin-bottom: 25px;
        min-height: 150px
    }
    .image-box {
        margin-top: 0
    }
    .service-tabs li {
        width: initial;
        margin-bottom: 35px
    }
    .call-to-action h3,
    .portfoli-menu {
        margin-bottom: 30px
    }
    .contact-info {
        padding: 0 10px
    }
    .contact-info.opening-hour {
        padding-bottom: 20px
    }
    .skills-section {
        max-height: initial
    }
    .posted-date li+li {
        margin-left: 15%
    }
    .timline-panel {
        max-width: 100%
    }
    .posted-date:after {
        right: 5px
    }
    .portfoli-menu li {
        margin-top: 25px
    }
    .portfolio-section .owl-nav {
        right: 50px
    }
    #product-carousel .carousel-indicators li,
    #product-carousel .carousel-indicators li.active {
        width: 90px;
        height: 85px
    }
    .carousel-controls .carousel-arrow {
        bottom: -100px
    }
    .call-to-action .brand-info {
        padding: 0 35px
    }
    .call-to-action .brand-button,
    .call-to-action .brand-info {
        text-align: center;
        float: none
    }
    .contact-section h3 {
        font-size: 18px
    }
    .call-to-action {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .call-to-action .btn.btn-primary {
        float: none
    }
    #project-menu li {
        font-size: 16px;
        padding: 15px
    }
    #projects .project-content {
        width: 49%
    }
    .recent-projects.section-padding {
        padding-bottom: 50px
    }
}
@media (max-width: 767px) {
    .home-content,
    .section-padding,
    .service-section.section-padding {
        padding-bottom: 50px
    }
    h1 {
        font-size: 24px
    }
    h2 {
        font-size: 20px
    }
    h3 {
        font-size: 16px
    }
    h4 {
        font-size: 15px
    }
    h5 {
        font-size: 13px
    }
    .section-title {
        margin-bottom: 50px
    }
    .section-title h1 {
        font-size: 15px
    }
    .section-padding {
        padding-top: 35px
    }
    .info-box {
        margin-bottom: 0;
        float: left;
        font-size: 12px
    }
    .top-social.pull-right {
        float: left!important
    }
    .info-box i {
        font-size: 28px
    }
    .info-text h5 {
        font-size: 12px
    }
    .navbar-header {
        margin-top: 0
    }
    .navbar-brand>img {
        margin-top: -10px
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 20px;
        font-size: 13px
    }
    .navbar-default li:first-child {
        margin-left: 15px
    }
    .post-content li,
    .service-structure li {
        margin-left: 0
    }
    .navbar-collapse {
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .main-menu .navbar-nav {
        margin-top: 0
    }
    .home-content {
        padding-top: 40px;
        height: auto
    }
    .home-content h1 {
        font-size: 18px
    }
    .home-content h2 {
        font-size: 36px
    }
    .btn.btn-primary {
        padding: 12px 30px;
        font-size: 12px
    }
    .btn.btn-primary i {
        width: 45px;
        line-height: 45px
    }
    .services {
        margin-top: 50px
    }
    .crane-lifting,
    .house-plans,
    .pagination {
        margin-top: 0
    }
    .services .service {
        margin-bottom: 20px
    }
    .box-title h3 {
        font-size: 16px
    }
    .image-box {
        min-width: 80px
    }
    .image-box:before {
        top: -20px
    }
    .service.home-plumbing {
        padding-top: 15px;
        min-height: 165px
    }
    .service-title {
        padding: 15px
    }
    .service-title h4 {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 2px;
        word-spacing: 2px
    }
    .features {
        margin-bottom: 35px
    }
    .features-tabs .nav-tabs>li {
        overflow: hidden;
        width: 100%
    }
    .features-tabs .nav-tabs>li a {
        font-size: 15px;
        padding-left: 110px;
        padding-right: 25px;
        width: 100%
    }
    .features-image {
        padding: 15px;
        min-width: initial;
        z-index: 10
    }
    .features-section .feature-image {
        padding: 15px;
        text-align: center
    }
    .features-section .feature-image img {
        display: inline-block
    }
    .project-content .project-title h3 {
        font-size: 18px
    }
    .work-process {
        height: initial
    }
    .process-accordion .panel {
        padding-left: 25px
    }
    .process-number {
        left: -30px
    }
    .process-number img {
        width: 75%
    }
    .service-tabs li {
        width: 48%;
        margin-bottom: 30px
    }
    .service-tabs li a {
        padding: 20px
    }
    .service-image {
        margin-bottom: 25px
    }
    .service-structure i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 18px
    }
    .team-member {
        margin-bottom: 30px
    }
    .team-members {
        padding: 0 35px
    }
    .team-section.section-padding {
        padding-bottom: 10px;
        padding-top: 0
    }
    .testimonial-section {
        padding-bottom: 30px
    }
    .testimonial {
        line-height: 22px
    }
    .testimonial-info {
        padding: 0
    }
    .testimonial-slider .owl-dots {
        bottom: -25px
    }
    .blog-content .time h2 {
        line-height: 16px;
        font-size: 14px
    }
    .blog-content .time span {
        font-size: 14px
    }
    .blog-content.blog-one .time {
        left: 30px
    }
    .blog-content .time {
        padding: 8px;
        max-width: 60px
    }
    .brand-item {
        padding: 45px 15px
    }
    .brand-image {
        margin: 0 10px
    }
    .blog-section.section-padding {
        padding-bottom: 20px
    }
    .call-to-action .btn.btn-primary {
        margin-top: 0;
        float: none
    }
    .call-to-action {
        text-align: center!important;
        padding-top: 15px;
        padding-bottom: 30px
    }
    .call-to-action h3 {
        margin-bottom: 25px;
        font-size: 24px
    }
    .brand-button.pull-right {
        float: left!important
    }
    .footer-social li+li {
        margin-left: 5px
    }
    .footer-social i {
        font-size: 20px
    }
    .arrow-top i {
        position: absolute;
        right: 10px;
        bottom: -20px
    }
    .footer-social {
        width: 100%
    }
    .contact-section {
        padding: 20px 0
    }
    .skills-section {
        max-height: initial
    }
    .skills-info {
        padding: 25px 30px
    }
    .posted-date li+li {
        margin-left: 8%
    }
    .posted-date .year {
        padding: 2px 20px;
        font-size: 15px
    }
    .timline-panel {
        margin-bottom: 15px;
        max-width: 100%
    }
    .timline-section {
        padding-bottom: 0
    }
    .services-section .item {
        margin-bottom: 1px
    }
    .services-section .item.item-middle {
        margin-top: 0
    }
    .services-section .item.item-right {
        margin-bottom: 0
    }
    .portfoli-menu {
        margin-bottom: 30px
    }
    .portfoli-menu li {
        float: none;
        width: 100%;
        margin-top: 15px
    }
    .portfolio-section .owl-nav {
        right: 25px
    }
    .portfolio-section .owl-next,
    .portfolio-section .owl-prev {
        position: absolute;
        width: 30px;
        height: 30px;
        font-size: 24px;
        line-height: 28px
    }
    .portfolio-section .owl-prev {
        right: 31px
    }
    .call-to-action .brand-info {
        padding: 0 15px
    }
    .call-to-action .brand-button,
    .call-to-action .brand-info {
        text-align: center;
        float: none
    }
    .blog-details {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .blog-details .entry-title {
        margin-top: 25px;
        margin-bottom: 15px
    }
    .blog-details .entry-meta li,
    .blog-details .entry-meta li a {
        font-size: 12px
    }
    .blog-details .post-tags {
        margin-bottom: 20px
    }
    #project-menu,
    .about-us-section .section-title {
        margin-bottom: 30px
    }
    .blog-details .share-social {
        border-bottom: 0
    }
    .blog-details .share-social i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin-right: 5px
    }
    .social.pull-right {
        float: left!important
    }
    .breadcrumb,
    .breadcrumb-content h1 {
        float: none;
        text-align: center
    }
    .prev-next {
        margin-top: 20px
    }
    .blog-details .share-social .post-tags i {
        font-size: 18px
    }
    .breadcrumb-section {
        padding-top: 45px;
        padding-bottom: 20px
    }
    .about-us-image {
        margin-top: 45px
    }
    #project-menu {
        border: none
    }
    #project-menu li {
        border-left: 0;
        padding: 10px 20px;
        font-size: 16px
    }
    #projects .project-content {
        width: 98%;
        margin-bottom: 5px;
        min-height: initial
    }
    .recent-projects.section-padding {
        padding-bottom: 50px
    }
    .pagination>li>a,
    .pagination>li>span {
        padding: 10px 15px;
        font-size: 14px
    }
    .breadcrumb-content h1 {
        margin-bottom: 0
    }
    .post-content blockquote {
        margin: 10px 0;
        font-size: 14px
    }
    .post-author,
    .post-comment {
        margin-top: 35px;
        margin-bottom: 25px
    }
    #gmap {
        height: 300px
    }
}
@media (max-width: 479px) {
    .author-image,
    .process-icon img {
        display: inline-block
    }
    .info-box .icon-right,
    .info-box.pull-right,
    .top-social.pull-right {
        float: left!important
    }
    .info-box .icon-right {
        margin-right: 15px;
        margin-left: 0
    }
    .info-box {
        margin-bottom: 0;
        font-size: 12px
    }
    .info-box i {
        font-size: 28px
    }
    .info-text h5 {
        font-size: 12px
    }
    .image-box {
        min-width: 60px
    }
    .service-tabs li {
        width: 100%
    }
    .home-content {
        height: auto;
        padding-bottom: 30px
    }
    .portfolio-icons a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }
    .team-member {
        width: 100%
    }
    .posted-date li+li {
        margin-left: 5%
    }
    .posted-date .year {
        padding: 2px 20px;
        font-size: 15px
    }
    .carousel-controls .carousel-arrow {
        bottom: -75px
    }
    .details-info .btn.btn-primary {
        padding-left: 0;
        font-size: 12px
    }
    .prev-next a {
        font-size: 13px
    }
    .blog-details .entry-meta li {
        border-left: 0;
        border-right: 0;
        margin-bottom: 7px
    }
    .blog-details .entry-meta li:last-child {
        margin-bottom: 0
    }
    .post-author {
        text-align: center
    }
    .author-image {
        float: none;
        margin-right: 0;
        margin-bottom: 5px
    }
    .media-body .btn.btn-primary {
        float: left
    }
    .left-content .process-icon,
    .process-icon,
    .work-process .process-info {
        float: none;
        margin-left: 0;
        text-align: center!important
    }
    .about-section-content,
    .breadcrumb {
        text-align: center
    }
    .services .service {
        padding: 15px 10px
    }
    .post-content li a {
        font-size: 10px
    }
    .breadcrumb-content h1 {
        text-align: center;
        float: none;
        margin-bottom: 0
    }
    .breadcrumb {
        float: none
    }
}
@font-face {
    font-family: Shabnam;
    src: url(plugins/fonts/Shabnam.eot);
    src: url(plugins/fonts/Shabnam.eot?#iefix) format('embedded-opentype'), url(plugins/fonts/Shabnam.woff) format('woff'), url(plugins/fonts/Shabnam.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: IranSans;
    src: url(plugins/fonts/IRANSansWeb.eot);
    src: url(plugins/fonts/IRANSansWeb.eot?#iefix) format('embedded-opentype'), url(plugins/fonts/IRANSansWeb.woff2) format('woff2'), url(plugins/fonts/IRANSansWeb.woff) format('woff'), url(plugins/fonts/IRANSansWeb.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: IranSansBold;
    src: url(plugins/fonts/IRANSansWeb_Bold.eot);
    src: url(plugins/fonts/IRANSansWeb_Bold.eot?#iefix) format('embedded-opentype'), url(plugins/fonts/IRANSansWeb_Bold.woff2) format('woff2'), url(plugins/fonts/IRANSansWeb_Bold.woff) format('woff'), url(plugins/fonts/IRANSansWeb_Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: FontAwesome;
    src: url(plugins/fontaws/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(plugins/fontaws/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(plugins/fontaws/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(plugins/fontaws/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(plugins/fontaws/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(plugins/fontaws/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: IranSans, Tahoma, Geneva, Verdana, sans-serif
}
.h1,
h1 {
    font-size: 2em;
    line-height: 1.25
}
.h2,
h2 {
    font-size: 1.625em;
    line-height: 1.15384615
}
.h3,
h3 {
    font-size: 1.375em;
    line-height: 1.13636364
}
.h4,
button,
h4 {
    line-height: 1.11111111
}
.h4,
h4 {
    font-size: 1.125em
}
.h5,
h5 {
    font-size: .83em
}
.h6,
h6 {
    font-size: .75em
}
blockquote {
    font-size: 1.25em;
    line-height: 1.25;
    border-right: 5px solid #2cabe3
}
button {
    font-size: 1.125em
}
a {
    text-decoration: none
}
.form-input {
    position: relative;
    padding-right: 13px;
    min-width: 65px;
    border-radius: 3px;
    -webkit-transition-property: background-color, border-color, color;
    -moz-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
    -webkit-transition-duration: 75ms;
    -moz-transition-duration: 75ms;
    transition-duration: 75ms;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    padding-left: 13px;
    background-color: #fff;
    border: 1px solid #ccd0d9;
    color: #2a2f35;
    width: 100%;
    min-height: 42px;
    margin: 12px auto
}
@media (min-width: 43.75em) {
    .h1,
    h1 {
        font-size: 2.5em;
        line-height: 1.125
    }
    .h2,
    .h3,
    h2,
    h3 {
        line-height: 1.25
    }
    .h2,
    h2 {
        font-size: 2em
    }
    .h3,
    h3 {
        font-size: 1.5em
    }
    .h4,
    button,
    h4 {
        line-height: 1.22222222
    }
    blockquote {
        font-size: 1.5em;
        line-height: 1.45833333
    }
}
@media (min-width: 56.25em) {
    .h1,
    h1 {
        font-size: 3em;
        line-height: 1.05
    }
    .h2,
    h2,
    h3 {
        line-height: 1.25
    }
    .h2,
    h2 {
        font-size: 2.25em
    }
    h3 {
        font-size: 1.75em
    }
}
@media (max-width: 767px) {
    .btn {
        padding: .25rem .5rem;
        font-size: 1.375rem;
        border-radius: .2rem
    }
}
.h1,
.h2,
h1,
h2 {
    font-family: IranSansbold, Tahoma, Geneva, Verdana, sans-serif
}
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6,
p {
    font-family: IranSans, Tahoma, Geneva, Verdana, sans-serif
}
p {
    padding: 4px;
    font-size: 110%;
    word-wrap: break-word
}
p.justify {
    text-align: justify
}
ul {
    line-height: 200%
}
a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
input:hover {
    outline: 0
}
@media print {
    body {
        color: #000;
        background: #fff
    }
    aside,
    nav {
        display: none
    }
    article,
    body {
        width: 100%;
        margin: 0;
        padding: 0
    }
    @page {
        margin: 2cm
    }
    .h2,
    .h3,
    h2,
    h3 {
        page-break-after: avoid
    }
    img {
        max-width: 100%!important
    }
    article {
        page-break-before: always
    }
    article a {
        font-weight: bolder
    }
    img,
    ul {
        page-break-inside: avoid
    }
}

@media (max-width: 479px)
{
    .info-box {
        width: 100%;
    }
}
@media (max-width: 640px){
    .post-content img{
        max-width: 100%;
    }
}
