.post-author {
    display: none;
}

.entry-meta {
    display: none;
}

.pager pagenav {
    display: none;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
    display: none;
}

.sp-social-share ul {
    display: block;
    padding: 0;
    margin: 20px -5px 0;
    display: none;
}

.sppb-container {
    margin-top: -45px;
}



.jux-icon1 jux-lightbox {
    display: none !important;
}

.fa fa-search {
    display: none;
}

#testimonial .sppb-container .sppb-section-title .sppb-title-heading {
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    color: black;
    text-transform: uppercase;
    margin-top: 10px;
}

#testimonial::before {
    position: absolute;
    background-color: white;
    content: "";
    top: 10%;
    display: block;
    width: 100%;
    height: 66%;
    background-size: 100%;
}

#blog {
    background: #fff;
    margin-top: 5% !important;
    padding: 30px 0 100px;
}



#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item:hover .sppb-team .sppb-team-wrapper .sppb-team-info {
    height: 205px;
}

.date {
    color: gray;
    float: left;
    font-size: 10px;
    margin-top: -10px;
}

body.rtl .entry-header.has-post-format {
    margin-right: 0;
}

.sp-module .latestnews>div {
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #e8e8e8;
    float: left;
}

.hit {
    display: none;
}

.jux-icon1 jux-lightbox {
    display: none;
}



#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-link a {
    background: none;
    border-radius: 0;
    display: block;
    width: 140px;
    height: 36px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #fff;
    bottom: 0;
    /* left: 25%; */
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    /* margin-left: 75px; */
    opacity: 0;
}


@media (min-width: 480px) and (max-width: 1500px) {
    #portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-link a span {
        display: inline-block !important;
    }
}

@media (max-width: 360px) {
    #portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-link a span {
        /* display: none; */
        opacity: 1;
    }
}



#sp-header {
    background: rgba(167, 168, 170, 0.75);
}


.sppb-team-name {
    margin-top: 7px;
}

.sppb-introtext {
    margin-top: 10px;
}




#sp-header-sticky-wrapper.is-sticky #sp-header {
    background: #fff;
    height: 60px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#sp-header-sticky-wrapper.is-sticky #sp-header #sp-logo .logo .sp-sticky-logo {
    display: block;
    margin-bottom: 40px;
    opacity: 1;
}



#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu {
    height: 60px;
}

#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu .slide-nav {
    bottom: 0;
}

#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu .slide-nav .line {
    background: rgba(0, 0, 0, 0.12);
}

#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu .slide-nav .line .circle {
    background: #fff;
}

#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a {
    color: #2e2e2e;
    padding: 20px 0 !important;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a:before {
    bottom: 5px;
}

#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item .sp-dropdown {
    padding-top: 3px;
}

#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item:focus a {
    color: #ba068d !important;
    outline: none !important;
}

#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent li.active a {
    color: #ba068d;
}

#sp-header-sticky-wrapper.is-sticky #sp-header #sp-menu ul.sp-megamenu-parent:hover li.active a {
    color: #2e2e2e;
}

#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item a {
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
    color: black;
    background: none transparent;
    border: 0 none;
    text-transform: uppercase;
    white-space: nowrap;
    /* padding: 42px 0 !important; */
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    position: relative;
    letter-spacing: 0;
    /*font-weight: bold;*/
}

#testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .jux-img {
    width: 115px;
    margin-left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

#testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .sppb-testimonial-client .pro-client-url {
    font-size: 14px;
    font-weight: lighter;
    color: #ba068d;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 14px;
    font-family: 'Roboto', sans-serif;
    cursor: move;
}

#testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .sppb-testimonial-message {
    font-size: 14px;
    font-weight: lighter;
    color: black;
    line-height: 2.14;
    /* cursor: move; */
    margin-bottom: 45px;
}

#testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .sppb-testimonial-client .pro-client-url {
    font-size: 14px;
    font-weight: lighter;
    color: #ba068d;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 9px;
    font-family: 'Roboto', sans-serif;
    cursor: move;
}

#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info ul.sppb-team-social-icons li {
    display: inline-block;
    border: 2px solid transparent;
    transform: rotate(45deg);
    /* height: 35px;
    width: 35px; */
    margin-right: 12px;
    visibility: hidden;
    display: none;
}

#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info {
    position: absolute;
    background: #626e7e;
    padding-bottom: 10px;
    bottom: -145px;
    opacity: 0.95;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    text-align: center;
}
body.rtl #team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info .sppb-designation {
    text-align: center !important;
    padding-right: 30px !important;
    padding-left: auto !important;
}

.sppb-section-title {
    transition: none !important;
}

.nikContact {
    transition: none;
}

#input-name .input-field sppb-form-control name {
    margin-left: 13%;

}

.sp-module .latestnews>div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
    float: left !important;
}



.demoSbc {
    text-align: justify;
    margin-top: 60px;
    /* margin-left: 70px;
    margin-right: 70px; */
    margin-bottom: 20px;
}

.post-title main-title {
    margin-right: auto;
}

.sppb-addon sppb-addon-raw-html {
    text-align: justify;
}




.forsat {
    margin: 100px;
    text-align: justify;
}

.forsat3{
    padding-left: 150px;
    padding-right: 150px;
    text-align: justify;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    margin-top: -50px;
}



.p-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}



[class^="panel_"] {
    overflow: auto;
    position: relative;
    width: inherit;
    height: inherit;
    padding: 48px;
}

#navigation {
    margin-left: 24px;
}

[class^="label_"] {
    display: block;
    cursor: pointer;
    margin: 8px 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    color: #aaa;
    background-color: #fff;
    transition: all 0.3s ease;
}

[class^="label_"]:hover {
    color: #444;
    background-color: #ffeed9;
}

#button_a:checked~#navigation .label_a,
#button_b:checked~#navigation .label_b,
#button_c:checked~#navigation .label_c,
#button_d:checked~#navigation .label_d {
    cursor: default;
    color: #fff;
    background-color: rgb(119, 42, 109);
}

.responsive {
    max-width: 100%;
    height: auto;
}

.cliPp {
    height: 90vh;
    /* opacity: 0.7; */
}
.imgForsat2 {
    background-image: url(../images/business/fors.jpg);
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.forsat .btn {
    position: absolute;
    /* right: -17px; */
    padding: 0px 10px;
    /* margin-top: 4px; */
    font-weight: bold;
    /* background-color: red; */
    right: 10%;
    margin-top: 2px;
    /* margin-right: 5px; */
}

strong .onvanForsat {
    top: 10%;
    margin-left: 10%;
}



#contact .sppb-addon-ajax-contact .sppb-addon-content form.sppb-ajaxt-contact-form .sppb-btn-success {
    height: 50px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 900;
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
    color: #374456;
    background: none transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    border: 2px solid #ba068d;
    margin-top: 30px;
    width: 70%;
    float: left;

}

#contact .sppb-addon-ajax-contact .sppb-addon-content form.sppb-ajaxt-contact-form .sppb-form-group.input .input-field {
    width: 21.6%;
    height: 45px !important;
    font-size: 14px;
    font-weight: lighter;
    color: #212121;
    background-color: #fff;
    border: 2px solid #C3C3C3;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    float: left;
    box-shadow: none;


}

#contact .sppb-addon-ajax-contact .sppb-addon-content form.sppb-ajaxt-contact-form .sppb-form-group.input-field-textarea .input-field {
    width: 70%;
    max-width: 100% !important;
    height: 150px !important;
    font-size: 14px;
    font-weight: lighter;
    color: #212121;
    background-color: #fff;
    border: 2px solid #C3C3C3;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 30px;
    box-shadow: none;


}


.secAbout {
    float: right;
    direction: rtl;
    text-align: center;
    margin-top: -1%;
    color: rgb(102, 47, 84);
}

.ChakavakMain {
    margin-top: -9%;
    margin-bottom: 2%;
}

.onvanForsat {
    margin-left: 5%;
}

.nikta {
    width: 70%;
    position: relative;
    /* left: 8%; */
}





.nikita {
    position: relative;
    top: -40px;
    font-weight: bold;
    font-size: 30px;
}

#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo {
    width: 20%;
}
@media (max-width: 691px) {
    #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo {
        width: 40%;
        float: left !important;
        margin-top: 3%;
    }
}

@media (min-width: 692px) and (max-width:780px) {
    #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo {
        width: 30%;
        float: left !important;
        margin-top: 2%;
        margin-left: 4%;
    }
}
@media (min-width:781px) and (max-width:1000px){
    #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo {
        width: 16%;
    }
}
@media (min-width:1001px) and (max-width:1200px){
    #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-logo {
        width: 13%;
    }
}



body.rtl.offcanvas .offcanvas-menu {
    right: 0;
}


.sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
}


#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-filters ul#filter li a {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    min-width: 135px;
    position: relative;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    color: #374456;
    border: 2px solid #f2f2f2;
    background: none transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
}





#sp-footer-top .business-footer-contact-detail .address {
    width: 24%;
    float: right;
}

#sp-footer-top .business-footer-contact-detail .mobile {
    width: 24%;
    float: right;

}

#sp-footer-top .business-footer-contact-detail .email {
    width: 24%;
    float: right;
}

#sp-footer-top .business-footer-contact-detail .about3 {
    width: 27%;
    float: left;
    padding: 15px;
    text-align: center;
    box-shadow: 3px 3px 3px #3a4555;
    background-color: #626e7e;
    border-radius: 11px;
    text-align: justify;
    text-align-last: center;

}

@media (max-width: 1147px) {

    #sp-footer-top .business-footer-contact-detail .email {
        width: 24%;
        float: right;
    }
    #sp-footer-top .business-footer-contact-detail .mobile {
        width: 24%;
        float: right;

    }
    #sp-footer-top .business-footer-contact-detail .address {
        width: 22%;
        float: right;
    }
    #sp-footer-top .business-footer-contact-detail .about3 {
        width: 30%;
        float: left;
        padding: 15px;
        text-align: center;
        box-shadow: 3px 3px 3px #3a4555;
        background-color: #626e7e;
        border-radius: 11px;
        text-align: justify;
        text-align-last: center;

    }
    #sp-footer-top .business-footer-contact-detail .item .text{
        padding-left: 38px;
        padding-right: 23px;
        line-height: 25px;
    }
    #sp-language{
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    #sp-footer-top .business-footer-contact-detail .item {
        width: 100%;
        margin-bottom: 32px;
    }

    #sp-footer-top .business-footer-contact-detail .item .text {

        padding-right: 40px;

    }


}

@media (max-width: 479px) {
    #sp-footer-top .business-footer-contact-detail .item {
        margin-bottom: 30px;
        width: 100%;

    }

    #sp-footer-top .business-footer-contact-detail .item .text {

        padding-right: 75px;

    }


}
@media (max-width:767px){
    #sp-footer-top .business-footer-contact-detail .mobile {
        width: 100% !important;
        float: right;
    }
    #sp-footer-top .business-footer-contact-detail .address{
        width: 100%;
        float: right;
        padding-right: 17px;
    }
    #sp-footer-top .business-footer-contact-detail .email{
        width: 100%;
        float: right;
    }

    #sp-footer-top .business-footer-contact-detail .item .text {

        padding-right: 40px;
    }
    #sp-footer-top .business-footer-contact-detail .about3{
        width: 100% !important;
        float: left;
    }
}
#sp-footer-top .business-footer-contact-detail .item .text {
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 72px;
    text-align: justify;
    /* margin-top: 25%; */
}

#sp-footer-top .business-footer-contact-detail .item .text a {
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
    text-align: center;
    /* font-family: 'Roboto', sans-serif; */
}

#sp-footer-top .business-footer-contact-detail .item.mobile .gr-icon-top-text-style-1 .icon.pulse-grow {
    text-align: center;
    margin-bottom: 30px;
}

#sp-footer-top .business-footer-contact-detail .item.mobile .gr-icon-top-text-style-1 .icon.pulse-grow:before {
    content: "\f10b";
    font-family: FontAwesome;
    color: #fff;
    font-size: 50px;
}

#sp-footer-top .business-footer-contact-detail .item.address .gr-icon-top-text-style-1 .icon.pulse-grow {
    text-align: center;
    margin-bottom: 30px;
}

#sp-footer-top .business-footer-contact-detail .item.address .gr-icon-top-text-style-1 .icon.pulse-grow:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #fff;
    font-size: 50px;
}

#sp-footer-top .business-footer-contact-detail .item.email .gr-icon-top-text-style-1 .icon.pulse-grow {
    text-align: center;
    margin-bottom: 30px;
}

#sp-footer-top .business-footer-contact-detail .item.email .gr-icon-top-text-style-1 .icon.pulse-grow:before {
    content: "\f003";
    font-family: FontAwesome;
    color: #fff;
    font-size: 50px;
}

#sp-footer-top .business-footer-contact-detail .item.about3 .gr-icon-top-text-style-1 .icon.pulse-grow {
    text-align: center;
    /* margin-bottom: 30px; */
}




#sp-footer-top {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin-bottom: -1px;
    padding: 20px 0 20px;
}


body.view-article.no-layout #sp-slideshow .sp-module .banner-blog-1 {
    background-image: url(../images/business/baner-3.jpg);
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/* #sp-footer-bottom {
    background-color: rgba(55, 68, 86, 0.95);
}
 */


#blog .latest-posts .owl-wrapper-outer .owl-wrapper .owl-item .latest-post figure .latest-post-inner .content {
    font-size: 14px !important;
    font-weight: lighter !important;
    color: #374456;
    line-height: 1.7 !important;
    direction: rtl;
}





.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


#customer {
    margin-top: 0 !important;
    background: #fff;
    padding-top: 25px;
}

#customer .sppb-addon-clients .sppb-col-sm-3 {
    padding-bottom: 0;
    padding-top: 0;
    border-left: 1px solid #f4f4f4;
}

body.view-page #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li a {
    color: #212121 !important;
    background: #fff;
    border: 0 none;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.7;
    font-weight: lighter;
    padding: 7px 65px 7px 20px !important;
    border-top: 1px solid #eeeeee;
}

#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item .sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li a {
    color: #212121 !important;
    background: #fff;
    border: 0 none;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.7;
    font-weight: lighter;
    padding: 7px 28px 7px 67px !important;
    border-top: 1px solid #eeeeee;
}

.offcanvas-menu .offcanvas-inner ul.menu li a {
    color: #374456;
    font-weight: bold;
    font-size: 16px !important;
    text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner ul.menu li ul.small li a {
    color: #374456;
    font-weight: normal;
    font-size: 14px !important;
    text-transform: capitalize;
    padding-left: 40px;
}

#counter .counter-1 .sppb-animated-number,
#counter .counter-2 .sppb-animated-number,
#counter .counter-3 .sppb-animated-number,
#counter .counter-4 .sppb-animated-number {
      font-weight: bold;
    margin-bottom: 18px;
    font-size: 70px !important;
    line-height: 29px !important;
}

#capabilities .sppb-container .sppb-section-title .sppb-title-subheading {
    font-size: 24px !important;
    font-weight: lighter !important;
    line-height: 1.7 !important;
    width: 100%;
    text-align: center;
}

#portfolio .sppb-section-title .sppb-title-subheading {
    font-size: 24px !important;
    font-weight: lighter !important;
    color: #ba068d;
    line-height: 1.7 !important;
}

#team {
    margin-top: 0 !important;
    padding-top: 0px;
}

#sp-page-builder .page-content .sppb-section {
    margin-top: 0 !important;
    z-index: 1;
}




.acc {
    margin-top: 40%;
}

.sppb-panel-info>.sppb-panel-heading {
    color: black;
    background-color: white;
    border-color: white;
}

.sppb-panel-info {
    border-color: white;
}

.sppb-panel {
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
}

.accor {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 20px;
    text-align: justify;
}

@media (max-width:700px) {
    .accor {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.sppb-panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px white;

}

.sppb-panel-info>.sppb-panel-heading+.sppb-panel-collapse>.sppb-panel-body {
    border-top-color: white;
}

.sppb-panel-group .sppb-panel-heading+.sppb-panel-collapse>.sppb-panel-body {
    border-top: 1px solid white;
}

.sppb-panel-body {
    color: rgb(87, 87, 155);
}

.clickMe {
    margin-bottom: 30px;
}

.imgForsat {
    background-image: url(../images/business/k.jpg);
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* #sp-language {
    width: 5%;
} */

/* #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu {
    width: 60%;
} */

#testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .jux-img .fa {
    content: '';
    height: 8px;
    width: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 10px;
    background-color: #800080;
    padding: 10px;
    color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .jux-img .fa::before {
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    right: 5px;
    top: 5px;
}

@media (max-width:800px) {
    #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu {
        width: 0;
    }

    /* #sp-language {
        width: 30%;
        margin-top: 30px;
        margin-right: 10px;
    } */
}

/* @media (min-width:990px) and (max-width:1200px) {
    #sp-language {
        width: 20%;
        margin-top: 40px;
        margin-left: -10%;
    }
} */

@media (min-width:377px) and (max-width: 991px) {

    #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu #offcanvas-toggler .fa {
        margin-right: 100px;
        padding: 0;
        font-size: 31px !important;
    }
}

@media (max-width:376px) {
    #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu #offcanvas-toggler .fa {
        margin-right: 100px;
        padding: 0;
        font-size: 31px !important;
    }
}

body.rtl #team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info .sppb-introtext,
body.rtl #team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info ul.sppb-team-social-icons {
    direction: rtl;
}

body.rtl #offcanvas-toggler {
    float: right !important;
}


#sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item {
    padding-right: 0;
    /* padding-left: 30px; */
}

video {

    z-index: 999;
    object-fit: cover;
    width: 100%;
    height: 90vh;
}

.aboutpic {
    background-image: url(/images/about_finall.jpg);
    display: block;
    width: 51%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 767px) {
    video {
        z-index: 999;
        object-fit: cover;
        width: 100%;
        height: auto;
    }

    .film {
        margin-bottom: -1% !important;
    }
}

@media screen and (max-width: 767px) {
    #portfolio .jux-portfolio-all-content.jux-portfolio .juxp-filters {
        margin-top: -30px;
        margin-left: 60px;
    }
}

@media (max-width: 767px) {
    #portfolio .sppb-section-title .sppb-title-heading {
        font-size: 30px !important;
        margin-bottom: 1px !important;
    }
}

@media (max-width: 479px) {
    #portfolio .sppb-section-title .sppb-title-heading {
        font-size: 30px !important;
        margin-bottom: 1px !important;
    }
}

@media (max-width: 767px) {
    #blog .sppb-section-title .sppb-title-heading {
        font-size: 30px !important;
        padding-bottom: 18px;
    }
}

@media (max-width: 767px) {
    #customer .sppb-section-title .sppb-title-heading {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    #testimonial .sppb-container .sppb-section-title .sppb-title-heading {
        font-size: 30px !important;
        margin-top: 53px;
        margin-bottom: -9px;
    }
}

@media (max-width: 767px) {
    #team .sppb-section-title .sppb-title-heading {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    #testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .sppb-testimonial-message {
        font-size: 11px !important;
    }
}

@media (max-width: 767px) {
    #testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .jux-img {
        width: 80px;
    }
}

@media (max-width: 767px) {
    #testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .jux-img .fa::before {

        right: 5px;
        top: 4px;

    }
}

@media (max-width: 767px) {
    #testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .jux-img .fa {
        height: 15px;
        width: 15px;

    }
}

@media (max-width: 767px) {
    #testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .sppb-testimonial-client .pro-client-name {
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    #testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-controls .owl-buttons .owl-prev:before {

        top: 30%;


    }
}

@media (max-width: 767px) {
    #testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-controls .owl-buttons .owl-next:before {

        top: 30%;


    }
}

@media (max-width: 767px) {
    #testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .jux-img .fa {
        font-size: 11px;
    }
}

.entry-title {
    direction: rtl;
}

@media (max-width: 991px) {
    #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu #offcanvas-toggler {
        display: block !important;
        line-height: 0;
        margin-top: 30px;
        margin-right: -70px;
    }
}

@media (max-width: 1190px) {
    #sp-header-sticky-wrapper.sticky-wrapper #sp-header #sp-menu ul.sp-megamenu-parent li.sp-menu-item {

        padding-left: 21px;
        font-size: 14px;

    }
}

.big1 {
    margin-right: 10%;
    font-weight: bold;
}

@media (max-width:767px) {

    body.view-category.layout-blog #sp-main-body .container,
    body.view-category.no-layout #sp-main-body .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #sp-header .sp-default-logo {
        display: block;
    }
}

body.view-category.layout-blog #sp-slideshow .sp-module .banner-blog-1,
body.view-category.no-layout #sp-slideshow .sp-module .banner-blog-1 {
    background-image: url(../images/business/header7.jpg);
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.row-centered {
    text-align: center;
}

.row .row-centered {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    text-align: center;
    background-color: #f1f1f0;
    border: 1px solid #ddd;
    height: 220px;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(150, 148, 149, 0.5);
}




.row-centered {
    text-align: center;
}


.buttonn2 {
    background: linear-gradient(45deg, #6e3e61, #a57699, #c968b9, #eb93eb);
    border: none;
    color: white;
    padding: 13px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 20px 2px;
    cursor: pointer;
    border-radius: 15px;
    transition: all 200ms ease-in-out;

}

article.item {
    margin-bottom: 0px !important;


}

.sppb-carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: -118px;
}

#testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .jux-img .sppb-img-responsive {
    border: 2px solid rgb(134, 134, 134);
    padding: 10px;
}

#testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-wrapper-outer .owl-item .sppb-item .sppb-testimonial-client .pro-client-name {
    font-size: 15px;
    font-weight: bold;
    color: black;
    margin-top: 15px;
    cursor: move !important;
}

.sp-module .sp-module-title {
    margin: 0 0 10px;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.newbut {
    padding: 13px 52px;
    background-color: #931499;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    /* margin: 20px 2px; */
    cursor: pointer;
    border-radius: 15px;
    transition: all 200ms ease-in-out;
    margin-left: auto;
    margin-right: auto;
    display: table;

}

.newbut :hover {
    text-decoration: none;
    color: black;
}

.entry-header {
    position: relative;
    margin-bottom: 20px;
}


#sp-main-body {
    padding-top: 70px;
    padding-bottom: 0;
}


.titleNiki {
    font-size: 19px;
    font-weight: bold;
}

body.view-article.no-layout #sp-title .sp-module .breadcrumb-name .breadcrumb-title-2 {
    float: right;
}

#sp-footer-bottom .sp-column {
    padding-top: 20px;
    padding-bottom: 20px;
}

#sp-footer-bottom .sp-column .sp-module #back-to-top {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    box-sizing: border-box;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 21.6364px;
    text-align: center;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}


@media (min-width:200px) and (max-width:767px) {
    .sppb-addon-containerdemoSbc {
        padding: 60px 20px 30px 20px !important;

    }

    .post-title.main-title.demoSbc {
        font-size: 20px !important;
        margin-top: 0 !important;
    }

    .buttonn1 {

        padding: 13px 110px !important;
    }


    .box {
        padding: 0 10px 0 10px;
    }

    .box .inner {
        padding: 0 0 0 0;
    }

    /* #sp-footer-bottom .sp-column .sp-module #back-to-top {
        bottom: 7px;
    } */
}

@media (min-width:768px) and (max-width:950px) {
    .sppb-addon-containerdemoSbc {
        padding: 60px 50px 30px 50px !important;

    }

    .box {
        padding: 0 10px 0 10px;
    }

    .box .inner {
        padding: 0 0 0 0;
    }

    .buttonn1 {

        padding: 11px 101px !important;
    }

    .pass {
        font-size: 15px;
    }

    .gozar {
        font-size: 15px;
    }

    #sp-footer-bottom .sp-column .sp-module #back-to-top {
        bottom: 7px;
    }
}

#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info .sppb-team-name {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    padding: 10px 0px 20px 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

#blog .latest-posts .owl-wrapper-outer .owl-wrapper .owl-item .latest-post figure .latest-post-inner .entry-title a {
    font-size: 16px;
    font-weight: bold;
    color: #374456;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.content {
    text-align: justify;
}

#blog .latest-posts .owl-controls .owl-pagination {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 1%;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-filters ul#filter li a.active::after {
    background: #ba068d;
    display: none;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-filters ul#filter li a:hover::after {

    display: none;

}

body.rtl #team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info .sppb-team-name {
    text-align: center !important;
    padding-right: 30px !important;
    padding-left: auto !important;
}


.comment {
    display: none !important;
}

.createdby {
    display: none !important;
}

.published {
    display: none !important;
}

.sppb-btn.gmaps-toggle-button.sppb-btn-link.sppb-btn-sm.newbut {
    text-decoration: none;
}


.product-slider {
    padding: 45px;
}

.product-slider #carousel {
    /* border: 2px solid #1089c0; */
    margin: 0;
}

.product-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0 45px;
}

.product-slider #thumbcarousel .item {
    text-align: center;
    /* position: absolute;
            margin-left: auto;
            margin-right: auto; */
}

.carousel-control#rast,
.carousel-control#chap {
    background-image: none;
    margin-left: 10%;
    margin-right: 10%;
    color: rgb(102, 71, 90);

}

.product-slider #thumbcarousel .item .thumb {
    border: 4px solid #cecece;
    width: 20%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 100px;
}

.product-slider #thumbcarousel .item .thumb:hover {
    border-color: #c787b4;
}

.product-slider .item img {
    width: 100%;
    height: auto;
}

.carousel-control {
    color: #0284b8;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: 0 !important;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    color: #333;
}

/* .carousel-caption,
        .carousel-control .fa {
            font: normal normal normal 30px/26px FontAwesome;
        } */

/* .carousel-control {
            background-color: rgba(0, 0, 0, 0);
            bottom: auto;
            font-size: 20px;
            left: 0;
            position: absolute;
            top: 30%;
            width: auto;
        } */

/* .carousel-control.right,
        .carousel-control.left {
            background-color: rgba(0, 0, 0, 0);
            background-image: none;
        } */
#myImg {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;

}

#myImg2 {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;

}

#myImg3 {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

#myImg:hover {
    opacity: 0.7;
}

#myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg2:hover {
    opacity: 0.7;
}

#myImg3 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg3:hover {
    opacity: 0.7;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(71, 71, 71);
    /* Fallback color */
    background-color: rgba(71, 71, 71);
    /* Black w/ opacity */
    z-index: 1000;
    overflow: visible;
}

@media screen and (max-width:700px) {
    #myImg {
        width: 90%;
    }
}

#chap {
    margin-top: auto;
    margin-bottom: auto;
}

#rast {
    margin-top: auto;
    margin-bottom: auto;
}

/* @media (min-width:200px) and (max-width:800px){
    .carousel-control#rast,
.carousel-control#chap {
    margin-left:0 !important;
    margin-right: 0 !important;

}
} */

.sppb-section.gov {
    padding-top: 35px;
}



#blog .latest-posts .owl-wrapper-outer .owl-wrapper .owl-item {
    float: left;
    padding: 15px 15px 0 15px;
    cursor: pointer;
}

.fa.fa-plus-square {
    color: purple;
}


/* body.view-category.layout-blog #sp-main-body #sp-component {
    padding-right: 100px;
    padding-left: 130px;
} */

.entry-header h2 {
    margin: 8px 0 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
}



.readmore {
    margin-bottom: 30px;
}

.nikiarticle {
    padding-left: 100px;
    text-align: justify;
    padding-bottom: 20px;
    margin-top: -40px;
}

.darbare {
    padding-left: 230px;
    padding-right: 230px;
    text-align: justify;
    font-size: 1.5rem;
    padding-bottom: 40px;
    line-height: 3rem;
}

.darbaree {
    padding-left: 230px;
    padding-right: 230px;
    text-align: justify;
    font-size: 1.5rem;
    padding-bottom: 40px;
    line-height: 3rem;
}

body.view-article.no-layout #sp-main-body #sp-component article.item .entry-header h1{
    font-size: 19px;
    font-weight: bold;
    color: #313040;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
}
@media (min-with:200px) and (max-width:790px) {
    #sp-component {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.view-article.no-layout #sp-main-body #sp-component article.item .entry-header h1 {
        padding-right: 15px;
        font-size: 19px;
    }
}
@media (min-width:801px) and (max-width:1025px) {
    .darbare {
        padding-left: 85px;
        padding-right: 85px;
    }  .darbaree{
        padding-left: 85px;
        padding-right: 85px;
    }
}

@media (min-width:801px) and (max-width:1025px) {
    .aboutpic {
        width: 83%;
        height: 303px;
    }
}

@media (min-width:200px) and (max-width:800px) {
    .darbare {
        padding-left: 40px;
        padding-right: 40px;
        text-align: justify;
    }.darbaree {
        padding-left: 40px;
        padding-right: 40px;
        text-align: justify;
    }
}

@media (min-width:200px) and (max-width:800px) {
    .nikiarticle {
        padding-left: 40px;
        padding-right: 40px;
        text-align: justify;
        /* padding-top: 65px; */
    }
}

@media (min-width:801px) and (max-width:1120px) {
    .nikiarticle {
        margin-top: 40px;
        padding-left: 30px;
        padding-right: 50px;
        text-align: justify;
    }
}

@media (min-width:200px) and (max-width:800px) {
    .blogmaghalat {
        padding-right: 40px;
    }
    .forsat3{
        padding-right: 40px;
        padding-left: 40px;
        text-align: justify;
    }
}

.sppb-section.accor {
    text-align: justify;
    padding-left: 150px;
    padding-right: 150px;
}

@media (min-width:200px) and (max-width:800px) {
    .sppb-section.accor {
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:801px) and (max-width:1120px) {
    .sppb-section.accor {
        text-align: justify;
        padding-left: 50px;
        padding-right: 50px;
    }
}


#customer .sppb-addon-clients {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.gray_img {
    filter: grayscale(100%);
}

body.view-article.no-layout #sp-main-body #sp-component article.item .entry-image {
    margin-top: 90px;
}

@media (max-width: 991px) {

    body.view-category.layout-blog #sp-title .sp-module .breadcrumb-name .breadcrumb-title-2,
    body.view-category.no-layout #sp-title .sp-module .breadcrumb-name .breadcrumb-title-2 {
        margin-top: 0px;
        width: 100%;
    }
}

body.view-article.no-layout #sp-title .sp-module ol.breadcrumb-1 {

    right: 0px;

}

@media (max-width: 991px) {
    body.view-article.no-layout #sp-title .sp-module .breadcrumb-name .breadcrumb-title-1 .text2 {

        margin-top: 2%;
    }
}

@media (max-width: 766px) {

    .category-module,
    .categories-module,
    .archive-module,
    .latestnews,
    .newsflash-horiz,
    .mostread,
    .form-links,
    .list-striped {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    body.view-article.no-layout #sp-title .sp-module .breadcrumb-name .breadcrumb-title-2 {
        margin-top: 0px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    body.view-article.no-layout #sp-title .sp-module ol.breadcrumb-1 {
        width: 100%;
        top: 10px;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
    }
}

.imgSbc {
    background-image: url(../images/business/topology.jpg);
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sbctext {
    padding-left: 150px;
    padding-right: 150px;
    text-align: justify;
    margin-top: -20px;
    padding-bottom: 30px;
}

body.view-category.layout-blog #sp-title .sp-module .breadcrumb-name .breadcrumb-title-1 .text1,
body.view-category.no-layout #sp-title .sp-module .breadcrumb-name .breadcrumb-title-1 .text1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #374456;
    padding-top: 30px;
    text-align: center;
}

#sp-footer-bottom .sp-column .sp-copyright {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

@media screen and (max-width: 479px) {
    #team .owl-carousel .owl-controls .owl-buttons .owl-prev:before {
        visibility: visible;
        /* display: none; */
    }
}

@media screen and (max-width: 479px) {
    #team .owl-carousel .owl-controls .owl-buttons .owl-prev:before {
        visibility: visible;
        /* display: none; */
    }
}

@media screen and (max-width: 479px) {
    #testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-controls .owl-buttons .owl-prev:before {
        visibility: visible;
        /* display: none; */
    }
}

@media screen and (max-width: 479px) {
    #testimonial .sppb-container .sppb-testimonial-pro .sppb-carousel-inner .owl-controls .owl-buttons .owl-next:before {
        /* display: none; */
        visibility: visible;
    }
}


body.view-article.no-layout #sp-title .sp-module .breadcrumb-name .breadcrumb-title-1 .text2 {
    font-size: 40px !important;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #374456;
    padding-top: 30px;
    text-align: center;
}

#team .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .sppb-team .sppb-team-wrapper .sppb-team-info .sppb-introtext {
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    margin-top: 20px;
    padding-left: 30px;
    width: 95%;
    overflow: visible;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 60px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}





body.view-category.layout-blog #sp-title .sp-module .breadcrumb-name .breadcrumb-title-2 .table-cell.text,
body.view-category.no-layout #sp-title .sp-module .breadcrumb-name .breadcrumb-title-2 .table-cell.text {
    background-color: rgba(240, 240, 240, 0.75);
}
body.view-category.layout-blog #sp-title .sp-module .breadcrumb-name .breadcrumb-title-2 .table-cell.icon, body.view-category.no-layout #sp-title .sp-module .breadcrumb-name .breadcrumb-title-2 .table-cell.icon{
    background-color: rgba(206, 204, 204, 0.75);

}
body.view-article.no-layout #sp-title .sp-module .breadcrumb-name .breadcrumb-title-2 .table-cell.text{
    background-color: rgba(240, 240, 240, 0.75);

}
body.view-article.no-layout #sp-title .sp-module ol.breadcrumb-1 li:last-child a {
    text-align: center;
    font-size: 36px;
    font-weight: lighter;
    color: black;
    padding-top: 35px;
}
body.view-article.no-layout #sp-title .sp-module .breadcrumb-name .breadcrumb-title-2 .table-cell.icon{
    background-color: rgba(206, 204, 204, 0.75);

}
.sppb-addon.sppb-addon-single-image.sppb-text-center.darimg {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}









.nivo-lightbox-overlay .jux-media.jux-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.nivo-lightbox-overlay .jux-info {
    width: 50%;
    height: 100%;
    float: right;
}

@media screen and (max-width: 767px) {
    .nivo-lightbox-overlay .jux-info {
        width: 100%;
    }
}


.nivo-lightbox-overlay .jux-info .jux-title_tag .jux-title {
    text-align: center;
}

.nivo-lightbox-overlay .jux-info .jux-author {
    padding-left: 15px;
}

.nivo-lightbox-overlay .jux-info p {
    padding-left: 15px;
}

@media (min-width: 480px) and (max-width: 1500px) {
    #portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .juxp-icon .juxp-zoom a span {
        display: inline-block;
        visibility: visible;
    }
}

#sp-header .logo h5 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}


body.view-category.layout-blog #sp-main-body #sp-component .blog .items-row .col-sm-6 article.item .readmore, body.view-category.no-layout #sp-main-body #sp-component .blog .items-row .col-sm-6 article.item .readmore {
    display: block !important;
}








#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content p {
    margin-top: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content p a span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content p span {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    position: relative;
    top: -40px;
}




#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-filters ul#filter li a {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    min-width: 135px;
    position: relative;
    width: auto;
    font-size: 14px;
    font-weight: lighter;
    color: #374456;
    border: 2px solid #f2f2f2;
    background: none transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-filters ul#filter li a:hover {
    color: #fff;
    background: #374456;
    border: 2px solid #374456;
    text-decoration: none;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-filters ul#filter li a:hover:after {
    opacity: 1;
    visibility: visible;
    display: block;
    content: "";
    margin-left: 50%;
    margin-top: 3px;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    -ms-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 6px;
    height: 6px;
    background: #ba068d;
    display: none;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-filters ul#filter li a.active {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    min-width: 135px;
    position: relative;
    width: auto;
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    border: 2px solid #374456;
    background: #374456;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
}



#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content h2 a span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content p {
    margin-top: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content p a span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content .juxp-img .item-info .info-content p a span:hover {
    text-decoration: underline;
    cursor: pointer;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-main-wrap .juxp-item .juxp-content:hover .juxp-img .item-info .info-content p {
    margin-top: 22%;
    transform: translate(0,40%);
    -webkit-transform: translate(0,40%);
    -moz-transform: translate(0,30%);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}


body.view-category.layout-blog #sp-slideshow .sp-module .banner-blog-1,
body.view-category.no-layout #sp-slideshow .sp-module .banner-blog-1 {
    background-image: url(../images/business/BLOGg-2.jpg);
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
body.view-article.no-layout #sp-slideshow .sp-module .banner-blog-1 {
    background-image: url(../images/business/BLOGg.jpg);
    display: block;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-filters ul#filter li a.active::after {
    background: #ba068d;
    display: none;
}

#portfolio .jux-portfolio-all-content.jux-portfolio .juxp-filters ul#filter li a:hover::after {

    display: none;

}


.media_gateway-shadow{
	box-shadow: 0px 20px 20px 0px #d1d1d1;
}