﻿/*@import "http://fonts.googleapis.com/earlyaccess/opensanshebrew.css";*/


@font-face {
    font-family: 'OpenSansHebrew-Regular';
    src: url('assets/fonts/openSansHebrew/OpenSansHebrew-Regular.ttf') format('truetype');
}



@font-face {
    font-family: 'Assistant-Regular';
    src: url('fontim/Assistant/Assistant/Assistant-Regular.ttf') format('truetype');
}

html, body, div, span, input, textarea, select, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .tp-caption {
    /*font-family:'OpenSansHebrew-Regular';*/
    font-family: 'Assistant-Regular';
}





::-webkit-scrollbar {
    width: 6px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #FFFFFF;
    -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
    border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
    background: #d1ab34;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);
    }

    ::-webkit-scrollbar-thumb:active {
        background: #231F20;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    }

html, body {
    font-size: 16px;
    color: #232323;
    background-color: #fff;
}

a:hover {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.visionDiv {
    border-top: 1px solid;
}

.newBtn {
    background: linear-gradient(45deg, rgba(145,122,32,1) 0%, rgba(236,207,102,1) 100%);
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
}

    .newBtn:hover {
        color: #fff;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(45deg, rgba(236,207,102,1) 0%, rgba(145,122,32,1) 100%);
    }

@media(max-width:991px) {
    .light-logo {
        width: 220px;
    }
}

.padding-0 {
    padding: 0 !important;
}

.f-h1 {
    letter-spacing: 8px !important;
}

.f-h2 {
    letter-spacing: normal !important;
    font-weight: normal;
    font-size: 20px !important;
}

.phon-icon {
    padding: 0;
    margin: 18px 11px 0 0;
    position: relative;
    float: right;
    border: 1px solid #e0b93b;
    border-radius: 50%;
    padding: 3px;
}

    .phon-icon > img {
        border-radius: 50%;
        padding: 6px;
        width: 30px;
        background-color: #d8b138
    }


.Contact-icon {
    padding: 0;
    margin: 18px 8px 0 0;
    position: relative;
    float: right;
    border: 1px solid #e0b93b;
    border-radius: 50%;
    padding: 3px;
}

    .Contact-icon > img {
        border-radius: 50%;
        padding: 6px;
        width: 30px;
        background-color: #d8b138
    }

@media (min-width:992px) {
    .phon-icon {
        display: none;
    }

    .Contact-icon {
        display: none;
    }
}

.not-valid {
    border: solid 1px red !important;
    background: #DEC0C0 !important;
}

.txt-center {
    text-align: center;
}

@media(max-width:992px) {
    .navbar-brand > img {
        max-width: 200px !important;
    }
}

@media(min-width:992px) {
    .navbar-brand {
        width: 100%;
    }

        .navbar-brand > img {
            width: 170px !important;
            margin: auto;
            display: block
        }
}

.txt-addres {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 2px;
    text-align: center;
}

.credit {
    text-align: right;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
}

.portfolio-post.post img {
    margin: 0 !important;
    max-width: 100%;
}

.portfolio-post.post .title-description-tip {
    display: inline-block;
    top: -26px;
    height: 24px;
}

.title-description-tip {
    direction: rtl;
    display: none;
    color: #d7d7d7;
    font-size: 14px;
    margin: 0;
    background-color: rgb(0, 0, 0);
    padding: 0px 8px 0px 9px;
    border-radius: 3px 0 0 0 !important;
    opacity: .6;
    position: relative;
    top: -30px;
    font-weight: 100;
    letter-spacing: 2px;
}

.serbar { /*margin-top:50px;*/
}

.btn-bg-Facebook {
    background-color: #231F20;
    color: white;
}

    .btn-bg-Facebook:hover {
        background-color: #3b5997 !important;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-Facebook:focus {
        background-color: #3b5997 !important;
        opacity: 0.8;
        color: white;
    }

.btn-bg-googlePlus {
    background-color: #231F20;
    color: white;
}

    .btn-bg-googlePlus:hover {
        background-color: #D51F1E;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-googlePlus:focus {
        background-color: #D51F1E;
        opacity: 0.8;
        color: white;
    }

.btn-bg-twitter {
    background-color: #231F20;
    color: white;
}

    .btn-bg-twitter:hover {
        background-color: #00ACED;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-twitter:focus {
        background-color: #00ACED;
        opacity: 0.8;
        color: white;
    }

.btn-bg-print {
    background-color: #231F20;
    color: white;
}

    .btn-bg-print:hover {
        background-color: #9D9998;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-print:focus {
        background-color: #9D9998;
        opacity: 0.8;
        color: white;
    }

.btn-bg-email {
    background-color: #231F20;
    color: white;
}

    .btn-bg-email:hover {
        background-color: #E09A03;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-email:focus {
        background-color: #E09A03;
        opacity: 0.8;
        color: white;
    }

.btn-bg-whatsapp {
    background-color: #231F20;
    color: white;
}

    .btn-bg-whatsapp:hover {
        background-color: #4ec46d;
        opacity: 0.8;
        color: white;
    }

    .btn-bg-whatsapp:focus {
        background-color: #4ec46d;
        opacity: 0.8;
        color: white;
    }

.btn-u {
    border: 0;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    font-weight: 400;
    padding: 4px 7px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.icos {
    padding-left: 5px;
    padding-right: 4px;
}

.linkim {
    padding: 0 !important;
    margin: 0;
}

.txtcenter {
    text-align: center !important;
}

.txt {
    font-size: 16px;
}

@media(min-width:1200px) {
    .bg-form {
        background-size: cover;
        padding: 20px 20px 20px 20px;
        height: 380px !important;
    }

    .bg-details {
        background-image: url('../img/rka-footer-details.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #181818;
        padding: 20px 20px 0 20px;
        height: 380px !important;
    }

        .bg-details a {
            color: white;
        }

        .bg-details img {
        }

    .bg-form .post {
        margin-bottom: 20px;
        text-align: center;
    }

    .bg-form p {
        margin: 0;
    }

    .bg-form input {
        display: block;
        background: #f5f5f5 !important;
        border: 0;
        height: 40px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 16px;
        color: #111;
        border-radius: 2px;
        padding-right: 8px;
        padding-left: 8px;
        width: 45%;
        outline: none;
        direction: rtl;
        margin-top: 7px;
    }

    .bg-form select {
        display: block;
        background: #f5f5f5 !important;
        border: 0;
        height: 50px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 16px;
        color: #111;
        border-radius: 2px;
        padding-right: 8px;
        padding-left: 8px;
        width: 45%;
        outline: none;
        direction: rtl;
        margin-top: 7px;
    }

    .big-btn {
        border: none !important;
        position: relative;
        padding: 0 !important;
        margin-top: 12px !important;
        border-radius: 2px !important;
        display: block;
        font-size: 20px;
        height: 39px;
        padding-right: 8px;
        padding-left: 8px;
        outline: none;
        direction: rtl;
        margin-top: 17px;
        width: 45%;
    }

        .big-btn img {
            position: absolute;
            right: 45% !important;
            top: 0;
            width: 36px;
        }

        .big-btn button {
            padding: 0;
            background-color: #b6932b;
            background-size: contain;
            background-image: url('../img/bg-btn.png');
        }

    .bg-form .big-btn button {
        font-size: 22px;
        width: 100%;
        padding: 0 6px 0 6px;
        border-radius: 2px;
        text-shadow: 1px 1px 1px #4e3c16;
    }
}




@media(max-width:1460px) {
    .bg-form {
        padding: 20px 20px 20px 20px;
    }

        .bg-form .post {
            margin-bottom: 20px;
        }

        .bg-form p {
            margin: 0;
        }

        .bg-form input {
            display: block;
            background: #f5f5f5 !important;
            border: 0;
            height: 33px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 14px;
            color: #636363;
            border-radius: 2px;
            padding-right: 8px;
            padding-left: 8px;
            width: 55%;
            outline: none;
            direction: rtl;
            margin-top: 7px;
        }

        .bg-form select {
            display: block;
            background: #f5f5f5 !important;
            border: 0;
            height: 45px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 14px;
            color: #636363;
            border-radius: 2px;
            padding-right: 8px;
            padding-left: 8px;
            outline: none;
            direction: rtl;
            margin-top: 7px;
        }

    .bg-details {
        background-image: url('../img/rka-footer-details.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #181818;
        padding: 20px 20px 20px 20px;
        font-size: 16px;
        height: 316px;
    }

        .bg-details a {
            color: white;
        }

    .big-btn {
        border: none !important;
        position: relative;
        padding: 0 !important;
        margin-top: 17px !important;
        border-radius: 2px !important;
        display: block;
        font-size: 20px;
        height: 39px;
        padding-right: 8px;
        padding-left: 8px;
        width: 55%;
        outline: none;
        direction: rtl;
    }

        .big-btn img {
            position: absolute;
            right: 45% !important;
            top: 0;
            width: 36px;
        }

        .big-btn button {
            padding: 0;
            background-size: contain;
            background-image: url('/img/bg-btn.png');
        }

    .bg-form .big-btn button {
        font-size: 18px;
        width: 100%;
        padding: 3px 0px 3px 0px;
        border-radius: 2px;
        text-shadow: 1px 1px 1px #4e3c16;
    }
}

@media(max-width:450px) {
    .bg-form input {
        width: 100%;
    }

    .mobile-form {
        padding-right: 0px;
        padding-left: 0px;
    }

    .big-btn {
        width: 100%;
    }

    .navbar-custom .navbar-brand {
        width: 50% !important;
    }

    .navbar-brand > img {
        width: 100% !important;
        float: left;
        padding-top: 8px;
    }
}

.work-item {
    cursor: pointer;
}

.link-captions {
    padding-right: 0;
}

@media(min-width:991px) {
    #custom-collapse > ul > li > ul > li > a {
        padding-bottom: 3px;
        padding-top: 3px;
    }
}

.footer p {
    margin-bottom: 0px;
    line-height: 25px;
}

.mor-articles {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    float: right;
    width: 50% !important;
    padding: 5px 0px 5px 0px;
}

    .mor-articles img {
        width: 98%;
        height: 120px;
    }

    .mor-articles .work-caption, .mor-articles .work-caption h3 {
        opacity: 1 !important;
        color: white !important;
        text-shadow: 1px 1px 3px #464343;
    }

@media(max-width:991px) {
    .module {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.credit-mobile {
    clear: both;
    width: 250px;
    margin: 30px auto 30px auto;
    text-align: center;
}

#credits {
    text-align: center;
    clear: both;
    color: #D1D1D1;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 7px 5px 5px 5px;
    border-radius: 3px; /*float:left;*/
    margin: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media(min-width:1200px) {
    #credits {
        BACKGROUND-COLOR: #000000;
        margin-top: 50px;
    }
}

@media(max-width:767px) {
    #credits {
        BACKGROUND-COLOR: #000000;
        margin-top: 50px;
    }
}

#credits a {
    color: white;
    font-size: 14px;
    letter-spacing: 1.5px;
}

#credits img {
    position: relative;
    width: 18px;
}

@media(max-width:992px) {
    #credits img {
        position: relative;
        width: 120px;
        margin: 10px 0;
    }

    .creditLink {
        padding: 0 8px;
    }

    .creditLinkMiddle {
        border-right: 1px solid;
        border-left: 1px solid;
    }

    #credits a {
        color: white;
        font-size: 12px;
        letter-spacing: 1.5px;
    }
}

.owl-carousel {
    margin-bottom: 30px;
}

#slides > div > ul > li > img {
    -webkit-animation: zoom 70s infinite;
    animation: zoom 70s infinite;
}

@-webkit-keyframes zoom {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

@keyframes zoom {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}
/*#slides > div > ul > li::after{content:" ";position:absolute;top:0;left:0;height:100%;width:100%;background:url('../img/nekuda.png') repeat;opacity:0.5;z-index:2;}*/
.text-center {
    text-align: center;
}

@media(max-width:991px) {
    .margin-top-50 {
        margin-top: 100px;
    }
}

@media(min-width:991px) {
    .margin-top-50 {
        margin-top: 50px;
    }
}

.to-bottom-baner {
    text-align: center;
    z-index: 99;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -35px;
    padding: 20px;
    font-size: 48px;
    animation: moving 4s ease-out infinite;
    -webkit-animation: moving 4s ease-out infinite;
}

@-webkit-keyframes moving {
    0% {
        bottom: 40px;
    }

    30% {
        bottom: 10px;
    }

    60% {
        bottom: 40px;
    }
}

@keyframes moving {
    0% {
        bottom: 40px;
    }

    30% {
        bottom: 10px;
    }

    60% {
        bottom: 40px;
    }
}

.to-bottom-baner > a {
    color: white !important;
}

.index .slides-pagination {
    display: none;
}

@media(max-width:991px) {
    .phon {
        display: none;
    }

    .txt-phon {
        display: none;
    }
}


.phon img {
    width: 18px;
    margin-right: 8px;
    MARGIN-bottom: 3px;
}

@media(max-width:450px) {
    #filters {
        margin: 0 0 20px !important;
        padding: 0px;
    }

    .filters li {
        margin: 0 0 0 0;
    }

        .filters li > a {
            padding: 3px 1px;
        }

    #portfolio {
        padding-top: 10px;
    }

    .module-map {
        display: none;
    }
}

@media(min-width:450px) {
    .nivut {
        display: none;
    }
}

.nivut {
    text-align: center;
    font-size: 16px;
    margin: 15px;
}

    .nivut img {
        width: 30px;
    }

.padding-top-10 {
    padding-top: 10px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.cube-portfolio .link-captions li i {
    background-color: none;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }
}

#txt .post a:hover {
    text-decoration: underline;
    color: #000000;
}


.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.footer .social-icons a {
    color: white;
    margin: 8px;
    font-size: 22px;
}

@media(min-width:991px) {
    .social-icons.mobile {
        display: none !important;
    }
}

.big-logo {
    width: 80%;
    display: block;
    margin: auto;
    position: relative;
}

.padding-top-30 {
    padding-top: 30px;
}

.clear {
    clear: both;
}




@media(min-width:991px) {
    .img-tofes {
        position: absolute;
        width: 300px;
        bottom: -5px;
        left: 0;
    }
}

@media(max-width:991px) {
    .img-tofes {
        display: none;
    }
}

.big-logo-div {
    margin-top: 100px;
}

@media(max-width:450px) {
    .margin-bottom-50-mobile {
        margin-bottom: 50px;
    }

    .p-contact p {
        margin: 0 !important;
    }
}

.Phone-bottom {
    border-radius: 5px;
    border: 1px solid white;
    font-size: 13px !important;
    font-weight: normal !important;
    color: white;
    padding: 7px 18px 7px 18px;
    margin: auto;
    display: block;
    width: 90%;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: inset -1px -1px 0px hsla(0, 21%, 97%, 0.62), inset 1px 1px 0px hsla(0, 19%, 98%, 0.4), 2px 2px 2px 0px hsla(0, 13%, 98%, 0.35);
}

    .Phone-bottom img {
        float: left;
    }

    .Phone-bottom span {
        font-size: 16px;
    }


    .Phone-bottom:focus, .Phone-bottom:active {
        color: white !important;
    }

.info-r {
    display: none !important;
}


.sidebar li.active > a, .sidebar li > a:active, .sidebar li > a:focus, .sidebar li > a: {
    color: #111;
    background-image: url('../img/bg-ectiv-menu.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: bold;
}


.eroor h1 {
    color: black;
    font-size: 60px;
    font-weight: bold;
    margin-top: 50px;
}

.eroor h2 {
    color: black;
}

.eroor p {
    color: black;
}

.eroor .btn {
    /*width:170px;*/
    /*display:block;
  margin:auto;*/
}

body > iframe {
    position: absolute;
    bottom: 0px;
}


@media(max-width:991px) {
    .wrapper-ratings {
        padding-top: 10px;
        padding-bottom: 0;
        border-top: 1px solid #b7b7b7;
        border-bottom: 1px solid #b7b7b7;
        font-size: 14px;
        margin: 15px;
    }

    #rating_box, #rating_text {
        position: absolute;
        margin-right: 138px;
        margin-top: 3px;
    }

    svg {
        margin: 0 !important;
        margin-top: 3px !important;
    }

    .dirog {
        margin-left: 21px;
    }

    #demo-onchange-value {
        position: absolute;
        right: 90px;
        margin-top: 24px;
        font-size: 13px;
    }

    #Your-score {
        float: right;
        margin-left: 21px;
    }

    #txt > div > div > div > article > div.wrapper-ratings > label:nth-child(4) {
        margin-right: 13px !important;
    }

    .naber-star {
        margin-right: 17px !important;
        margin-top: 27px;
    }
}


@media(min-width:991px) {
    .wrapper-ratings {
        padding-top: 10px;
        padding-bottom: 42px;
        border-top: 1px solid #b7b7b7;
        border-bottom: 1px solid #b7b7b7;
        font-size: 14px;
        margin: 15px;
    }

    #rating_box, #rating_text {
        position: absolute;
        margin-right: 185px;
        margin-top: 6px;
    }

    svg {
        margin: 0 !important;
        margin-top: 3px !important;
    }

    .dirog {
        margin-left: 21px;
    }

    #demo-onchange-value {
        position: absolute;
        right: 90px;
        margin-top: 24px;
        font-size: 13px;
    }

    #Your-score {
        float: left;
        margin-left: 21px;
    }
}

@media(max-width:450px) {
    .padding-t-mobile {
        padding-top: 0;
    }

    .padding-b-mobile {
        padding-bottom: 0;
    }
}




/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.slides-pagination {
    display: none;
}


.p-r-l-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.toasty_message a {
    color: #fbd347;
    display: block;
    text-align: center;
}

    .toasty_message a:hover {
        text-decoration: underline;
    }

.txt-img {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -5px;
}


.animated {
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


#logo:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


/*-------------- TOP PROJECTS START -------------------*/
.topProjectsContainer {
    padding: 70px 0px;
}

.topProjectsRow {
    height: 380px;
    margin: 15px 0;
}

.topProjectsRightDesc {
    width: 35%;
    float: right;
    padding: 90px 60px 0 0;
    min-height: 380px;
    background-color: #000;
    color: #fff;
    position: relative;
}

.topProjectsLeftDesc {
    width: 35%;
    float: left;
    padding: 90px 60px 0 30px;
    min-height: 380px;
    background-color: #000;
    color: #fff;
    position: relative;
}

.topProjectsTitle {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.topProjectsTitleLink {
    color: #fff;
}

    .topProjectsTitleLink:hover {
        text-decoration: underline;
        color: #fff;
    }

.topProjectsTitleHolder {
    position: relative;
}

    .topProjectsTitleHolder .kav {
        height: 1px;
        width: 70px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: -6px;
        right: 0px;
    }

.topProjectsTitle2 {
    font-size: 25px;
}

.topProjectsLink {
    color: #fff;
    position: absolute;
    bottom: 50px;
}

.topProjectsLeftSlider {
    width: 65%;
    /*float: right;*/
}

.topProjectsRightDesc .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21.5px 21px 21.5px 0;
    border-color: transparent #000 transparent transparent;
    left: -21px;
    top: 46%;
    position: absolute;
    z-index: 999;
}

.topProjectsLeftDesc .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21.5px 0 21.5px 21px;
    border-color: transparent transparent transparent #000;
    right: -21px;
    top: 46%;
    position: absolute;
    z-index: 999;
}

@media(max-width:670px) {
    .topProjectsRow {
        height: auto;
        margin: 15px 0;
    }

    .topProjectsRightDesc {
        width: 100%;
        float: none;
        padding: 25px 20px 0 0;
        min-height: 140px;
        background-color: #000;
        color: #fff;
        position: relative;
    }

    .topProjectsLeftDesc {
        width: 100%;
        float: none;
        padding: 25px 20px 0 0;
        min-height: 140px;
        background-color: #000;
        color: #fff;
        position: relative;
    }

    .topProjectsLink {
        bottom: 10px;
    }

    .topProjectsTitle {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .topProjectsTitle2 {
        font-size: 18px;
    }

    .topProjectsTitleHolder .kav {
        top: -5px;
        right: 0px;
    }

    .topProjectsRightDesc .triangle {
        width: 0;
        height: 0;
        border-style: unset;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #000;
        left: 45%;
        top: unset;
        bottom: -20px;
        position: absolute;
        z-index: 999;
    }

    .topProjectsLeftDesc .triangle {
        width: 0;
        height: 0;
        border-style: unset;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #000;
        left: 45%;
        right: unset;
        top: unset;
        bottom: -20px;
        position: absolute;
        z-index: 999;
    }
}
/*-------------- TOP PROJECTS END -------------------*/

/* Top Image Slider Start */
.SliderAndIconsContainerFluid {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin: 0 auto;
    width: 65% !important;
    min-height: 380px;
}

.SlideshowDIV {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    height: 380px;
    max-height: 85vh;
}

.SlideshowDIVOpacity {
    opacity: 1;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.SlideshowA {
}

    .SlideshowA:hover {
    }

    .SlideshowA:focus {
        outline: none !important;
    }

.slide {
    display: block;
    position: relative;
}

.clip {
}

.slider {
    height: 380px;
    opacity: 0;
}

.slideImage {
    display: block;
    width: 100%;
    min-width: 750px;
}

@media(max-width:1200px) {
    .SliderAndIconsContainerFluid {
        max-width: 100% !important;
        margin-top: 30px;
        margin-bottom: 40px;
        min-height: 410px;
    }
}

.slidercaption {
    max-width: 800px;
    display: block;
    position: absolute;
    z-index: 9999;
    top: 70px;
    left: 20%;
    padding: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* right: 15%; */
    text-shadow: 0 0 20px #000, 0 0 100px #000;
    text-align: right;
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* border-bottom: 7px solid #f58638; */
}

    .slidercaption .slidercaptionName {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        text-align: left;
    }

    .slidercaption .slidercaptionName2 {
        max-width: 670px;
        padding: 15px 0 20px 0;
    }

        .slidercaption .slidercaptionName2 p {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            text-align: left;
            margin: 0;
        }

    .slidercaption .slidercaptionUrlTXT {
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        width: 200px;
        text-align: center;
        /* background-color: #f58638; */
        padding: 10px 20px 10px 20px;
        text-shadow: none;
        background: linear-gradient( to right, rgba(239,70,91,1) 0%, rgba(245,134,56,1) 35%, rgba(253,187,62,1) 100% ) left bottom #fff no-repeat;
        border-radius: 5px;
    }

        .slidercaption .slidercaptionUrlTXT:hover {
            background-color: #ca182a;
        }

/*.slidercaption a{
    color:#fff;
    font-size:30px;
    font-weight:400;
    text-decoration:none;
    border:2px solid #ed2a24;
    padding: 5px 8px;
}
.slidercaption a:hover{
    color:#fff;
}
.slidercaption a:focus{
    outline:none!important;
}*/
.cycle-next {
    top: 50%;
    position: absolute;
    right: 45px;
    z-index: 999;
    padding: 15px 7px 15px 10px;
    cursor: pointer;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .cycle-next .caretrightIcon {
        color: #fff;
        font-size: 50px !important;
        cursor: pointer;
    }

.cycle-prev {
    top: 50%;
    position: absolute;
    left: 45px;
    z-index: 999;
    padding: 15px 7px 15px 10px;
    cursor: pointer;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .cycle-prev .caretleftIcon {
        color: #fff;
        font-size: 50px !important;
        cursor: pointer;
    }

.cycle-pager {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 899;
    color: #fff;
    font-size: 85px;
    bottom: -20px;
    cursor: pointer;
    opacity: 1;
}

    .cycle-pager span {
        padding: 0 2px;
    }

    .cycle-pager .cycle-pager-active {
        color: #efc53f;
    }

.SlideshowDIV:hover .cycle-next {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.SlideshowDIV:hover .cycle-prev {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.SlideshowDIV:hover .cycle-pager {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}



.TopIMG {
    margin: 0 0 0 0;
    position: relative;
}

.ImgHolder {
    position: relative;
}

.TopIMGOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.ImgHolder img {
    width: 100%;
}

.SingleCaption {
    max-width: 700px;
    display: block;
    position: absolute;
    top: 15%;
    padding: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 15%;
    /*text-shadow: 0 0 20px #000, 0 0 100px #000;*/
    text-align: right;
}

.SingleCaptionUrlText {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

    .SingleCaptionUrlText h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
    }

    .SingleCaptionUrlText p {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
    }

.SingleCaptionBtn {
    background-color: #fff;
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
    padding: 0 0 0 0;
    width: 140px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .SingleCaptionBtn i {
        margin: 0 10px 0 0;
    }

@media(max-width:670px) {
    .SliderAndIconsContainerFluid {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 30px;
        min-height: 250px;
    }

    .SlideshowDIV {
        display: block;
        position: relative;
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        margin-top: 0;
        height: 250px;
        max-height: 85vh;
    }

    .slideImage {
        display: block;
        width: 100%;
        min-width: unset;
    }

    .cycle-pager {
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 899;
        color: #fff;
        font-size: 50px;
        bottom: -10px;
        cursor: pointer;
        opacity: 1;
    }

        .cycle-pager span {
            padding: 0 6px;
        }

    .cycle-next {
        right: 15px;
    }

    .cycle-prev {
        left: 15px;
    }
}
/* Top Image Slider END */

/* TXT FLACH START */
.work-item .rate {
    padding: 3px 0 0;
    background: linear-gradient(45deg, rgba(191,154,47,1) 0%, rgba(213,183,94,1) 100%);
    color: #fff !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    text-align: center !important;
    width: 165px;
    height: 35px;
    font-size: 17px !important;
    font-weight: 400 !important;
    left: -40px !important;
    position: absolute;
    padding-top: 2px !important;
    display: block;
    float: left;
    top: 25px;
}

.work-item .rate1 {
    padding: 3px 0 0;
    background: linear-gradient(45deg, rgba(191,154,47,1) 0%, rgba(213,183,94,1) 100%);
    color: #fff !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    text-align: center !important;
    width: 250px;
    height: 35px;
    font-size: 17px !important;
    font-weight: 400 !important;
    left: -52px !important;
    position: absolute;
    padding-top: 2px !important;
    display: block;
    float: left;
    top: 55px;
}

#hero .rate {
    padding: 3px 0 0;
    background: linear-gradient(45deg, rgba(191,154,47,1) 0%, rgba(213,183,94,1) 100%);
    color: #fff !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    text-align: center !important;
    width: 139px;
    height: 35px;
    font-size: 17px !important;
    font-weight: 400 !important;
    left: -33px !important;
    position: absolute;
    padding-top: 2px !important;
    display: block;
    float: left;
    top: 15px;
}

#hero .rate1 {
    padding: 3px 0 0;
    background: linear-gradient(45deg, rgba(191,154,47,1) 0%, rgba(213,183,94,1) 100%);
    color: #fff !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    text-align: center !important;
    width: 250px;
    height: 35px;
    font-size: 17px !important;
    font-weight: 400 !important;
    left: -52px !important;
    position: absolute;
    padding-top: 2px !important;
    display: block;
    float: left;
    top: 55px;
}

@media(max-width:450px) {
    #hero .rate1 {
        padding: 3px 0 0;
        background: linear-gradient(45deg, rgba(191,154,47,1) 0%, rgba(213,183,94,1) 100%);
        color: #fff !important;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(-45deg);
        text-align: center !important;
        width: 250px;
        height: 35px;
        font-size: 17px !important;
        font-weight: 400 !important;
        left: -49px !important;
        position: absolute;
        padding-top: 2px !important;
        display: block;
        float: left;
        top: 109px;
    }

    #hero .rate {
        padding: 3px 0 0;
        background: linear-gradient(45deg, rgba(191,154,47,1) 0%, rgba(213,183,94,1) 100%);
        color: #fff !important;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(-45deg);
        text-align: center !important;
        width: 139px;
        height: 35px;
        font-size: 17px !important;
        font-weight: 400 !important;
        left: -33px !important;
        position: absolute;
        padding-top: 2px !important;
        display: block;
        float: left;
        top: 71px;
    }
}

.over_hidden {
    overflow: hidden !important;
}

.font-alt {
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* TXT FLACH END */

.popupLead {
    background-color: #000 !important;
}

.popupClose {
    color: #fff !important;
    opacity: 0.9 !important;
}

    .popupClose:hover {
        color: #b6932b;
        opacity: 1;
    }

.modal-body {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.modal-header {
    border-bottom: 1px solid #000000 !important;
}

.modal-footer {
    border-top: 1px solid #000000 !important;
}

.isDivurLayoutPopup {
    margin-top: 0px !important;
    color: #fff;
}

.popupInput {
    font-size: 16px;
}

.popupSelect {
    min-height: 50px;
}

#PopupFormBTN {
    background-color: #b6932b !important;
    width: 100%;
    font-size: 16px;
    border-color: #000;
    direction: rtl;
}

    #PopupFormBTN:hover {
        transition: all 0.3s ease-in-out;
        background-color: #dfbe59 !important;
    }

#loadingGifPopupForm5 {
    position: absolute;
    left: 45%;
    bottom: 18px;
    max-width: 30px;
    display: none;
}

.popupInput::-webkit-input-placeholder {
    color: #000;
}

.popupInput:-moz-placeholder {
    color: #000;
}

.popupInput::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

.popupTitle1 {
    text-align: center;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.popupTitle2 {
    text-align: center;
    font-size: 22px;
    direction: rtl;
    color: #fff;
    margin-bottom: 10px;
}

@media(max-width:768px) {
    .close {
        float: left;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2
    }

        .close:focus, .close:hover {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .5
        }

    button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0
    }

    .modal-open {
        overflow: hidden
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0
    }

        .modal.fade .modal-dialog {
            -webkit-transition: -webkit-transform .3s ease-out;
            -o-transition: -o-transform .3s ease-out;
            transition: transform .3s ease-out;
            -webkit-transform: translate(0,-25%);
            -ms-transform: translate(0,-25%);
            -o-transform: translate(0,-25%);
            transform: translate(0,-25%)
        }

        .modal.in .modal-dialog {
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -o-transform: translate(0,0);
            transform: translate(0,0)
        }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px
    }

    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
        box-shadow: 0 3px 9px rgba(0,0,0,.5)
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1040;
        background-color: #000
    }

        .modal-backdrop.fade {
            filter: alpha(opacity=0);
            opacity: 0
        }

        .modal-backdrop.in {
            filter: alpha(opacity=50);
            opacity: .5
        }

    .modal-header {
        min-height: 16.43px;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5
    }

        .modal-header .close {
            margin-top: -2px
        }

    .modal-title {
        margin: 0;
        line-height: 1.42857143
    }

    .modal-body {
        position: relative;
        padding: 15px
    }

    .modal-footer {
        padding: 15px;
        text-align: left;
        border-top: 1px solid #e5e5e5
    }

        .modal-footer .btn + .btn {
            margin-bottom: 0;
            margin-right: 5px
        }

        .modal-footer .btn-group .btn + .btn {
            margin-right: -1px
        }

        .modal-footer .btn-block + .btn-block {
            margin-right: 0
        }

    .modal-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll
    }

    @media (min-width:768px) {
        .modal-dialog {
            width: 600px;
            margin: 30px auto
        }

        .modal-content {
            -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
            box-shadow: 0 5px 15px rgba(0,0,0,.5)
        }

        .modal-sm {
            width: 300px
        }
    }

    @media (min-width:992px) {
        .modal-lg {
            width: 900px
        }
    }

    .tooltip {
        position: absolute;
        z-index: 1070;
        display: block;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
        filter: alpha(opacity=0);
        opacity: 0
    }

        .tooltip.in {
            filter: alpha(opacity=90);
            opacity: .9
        }

        .tooltip.top {
            padding: 5px 0;
            margin-top: -3px
        }

        .tooltip.right {
            padding: 0 5px;
            margin-right: 3px
        }

        .tooltip.bottom {
            padding: 5px 0;
            margin-top: 3px
        }

        .tooltip.left {
            padding: 0 5px;
            margin-right: -3px
        }

    .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        color: #fff !important;
        text-align: center;
        text-decoration: none;
        background-color: #000 !important;
        border-radius: 4px !important
    }

    .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        right: 50%;
        margin-right: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-left .tooltip-arrow {
        left: 5px;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        right: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #000
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        right: 50%;
        margin-right: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
    }

    .popover {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1060;
        display: none;
        max-width: 276px;
        padding: 1px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: right;
        white-space: normal;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2)
    }

        .popover.top {
            margin-top: -10px
        }

        .popover.right {
            margin-right: 10px
        }

        .popover.bottom {
            margin-top: 10px
        }

        .popover.left {
            margin-right: -10px
        }

    .popover-title {
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        border-radius: 5px 0 0 5px
    }

    .popover-content {
        padding: 9px 14px
    }

    .popover > .arrow, .popover > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

    .popover > .arrow {
        border-width: 11px
    }

        .popover > .arrow:after {
            content: "";
            border-width: 10px
        }

    .popover.top > .arrow {
        bottom: -11px;
        right: 50%;
        margin-right: -11px;
        border-top-color: #999;
        border-top-color: rgba(0,0,0,.25);
        border-bottom-width: 0
    }

        .popover.top > .arrow:after {
            bottom: 1px;
            margin-right: -10px;
            content: " ";
            border-top-color: #fff;
            border-bottom-width: 0
        }

    .popover.right > .arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-left-color: #999;
        border-left-color: rgba(0,0,0,.25);
        border-right-width: 0
    }

        .popover.right > .arrow:after {
            bottom: -10px;
            right: 1px;
            content: " ";
            border-left-color: #fff;
            border-right-width: 0
        }

    .popover.bottom > .arrow {
        top: -11px;
        right: 50%;
        margin-right: -11px;
        border-top-width: 0;
        border-bottom-color: #999;
        border-bottom-color: rgba(0,0,0,.25)
    }

        .popover.bottom > .arrow:after {
            top: 1px;
            margin-right: -10px;
            content: " ";
            border-top-width: 0;
            border-bottom-color: #fff
        }

    .popover.left > .arrow {
        top: 50%;
        left: -11px;
        margin-top: -11px;
        border-left-width: 0;
        border-right-color: #999;
        border-right-color: rgba(0,0,0,.25)
    }

        .popover.left > .arrow:after {
            left: 1px;
            bottom: -10px;
            content: " ";
            border-left-width: 0;
            border-right-color: #fff
        }

    .carousel {
        position: relative
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden
    }

        .carousel-inner > .item {
            position: relative;
            display: none;
            -webkit-transition: .6s ease-in-out right;
            -o-transition: .6s ease-in-out right;
            transition: .6s ease-in-out right
        }

            .carousel-inner > .item > a > img, .carousel-inner > .item > img {
                line-height: 1
            }

    @media all and (transform-3d),(-webkit-transform-3d) {
        .carousel-inner > .item {
            -webkit-transition: -webkit-transform .6s ease-in-out;
            -o-transition: -o-transform .6s ease-in-out;
            transition: transform .6s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000;
            perspective: 1000
        }

            .carousel-inner > .item.active.right, .carousel-inner > .item.next {
                right: 0;
                -webkit-transform: translate3d(100%,0,0);
                transform: translate3d(100%,0,0)
            }

            .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
                right: 0;
                -webkit-transform: translate3d(-100%,0,0);
                transform: translate3d(-100%,0,0)
            }

                .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                    right: 0;
                    -webkit-transform: translate3d(0,0,0);
                    transform: translate3d(0,0,0)
                }
    }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block
    }

    .carousel-inner > .active {
        right: 0
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .carousel-inner > .next {
        right: 100%
    }

    .carousel-inner > .prev {
        right: -100%
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            right: 0
        }

    .carousel-inner > .active.left {
        right: -100%
    }

    .carousel-inner > .active.right {
        right: 100%
    }

    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        filter: alpha(opacity=50);
        opacity: .5
    }

        .carousel-control.left {
            background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
            background-image: -o-linear-gradient(right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
            background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
            background-image: linear-gradient(to left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
            background-repeat: repeat-x
        }

        .carousel-control.right {
            left: 0;
            right: auto;
            background-image: -webkit-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
            background-image: -o-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
            background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
            background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
            background-repeat: repeat-x
        }

        .carousel-control:focus, .carousel-control:hover {
            color: #fff;
            text-decoration: none;
            filter: alpha(opacity=90);
            outline: 0;
            opacity: .9
        }

        .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
            position: absolute;
            top: 50%;
            z-index: 5;
            display: inline-block
        }

        .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
            right: 50%;
            margin-right: -10px
        }

        .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
            left: 50%;
            margin-left: -10px
        }

        .carousel-control .icon-next, .carousel-control .icon-prev {
            width: 20px;
            height: 20px;
            margin-top: -10px;
            font-family: serif;
            line-height: 1
        }

            .carousel-control .icon-prev:before {
                content: '\2039'
            }

            .carousel-control .icon-next:before {
                content: '\203a'
            }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        right: 50%;
        z-index: 15;
        width: 60%;
        padding-right: 0;
        margin-right: -30%;
        text-align: center;
        list-style: none
    }

        .carousel-indicators li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 1px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #000 \9;
            background-color: rgba(0,0,0,0);
            border: 1px solid #fff;
            border-radius: 10px
        }

        .carousel-indicators .active {
            width: 12px;
            height: 12px;
            margin: 0;
            background-color: #fff
        }

    .carousel-caption {
        position: absolute;
        left: 15%;
        bottom: 20px;
        right: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6)
    }

        .carousel-caption .btn {
            text-shadow: none
        }

    @media screen and (min-width:768px) {
        .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
            width: 30px;
            height: 30px;
            margin-top: -15px;
            font-size: 30px
        }

        .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
            margin-right: -15px
        }

        .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
            margin-left: -15px
        }

        .carousel-caption {
            left: 20%;
            right: 20%;
            padding-bottom: 30px
        }

        .carousel-indicators {
            bottom: 20px
        }
    }

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
        display: table;
        content: " "
    }

    .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
        clear: both
    }

    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .pull-right {
        float: right !important
    }

    .pull-left {
        float: right !important
    }

    .hide {
        display: none !important
    }

    .show {
        display: block !important
    }

    .invisible {
        visibility: hidden
    }

    .text-hide {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0
    }

    .hidden {
        display: none !important
    }

    .affix {
        position: fixed
    }

    @-ms-viewport {
        width: device-width
    }

    .visible-lg, .visible-md, .visible-sm, .visible-xs {
        display: none !important
    }

    .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
        display: none !important
    }

    @media (max-width:767px) {
        .visible-xs {
            display: block !important
        }

        table.visible-xs {
            display: table
        }

        tr.visible-xs {
            display: table-row !important
        }

        td.visible-xs, th.visible-xs {
            display: table-cell !important
        }
    }

    @media (max-width:767px) {
        .visible-xs-block {
            display: block !important
        }
    }

    @media (max-width:767px) {
        .visible-xs-inline {
            display: inline !important
        }
    }

    @media (max-width:767px) {
        .visible-xs-inline-block {
            display: inline-block !important
        }
    }

    @media (min-width:768px)and (max-width:991px) {
        .visible-sm {
            display: block !important
        }

        table.visible-sm {
            display: table
        }

        tr.visible-sm {
            display: table-row !important
        }

        td.visible-sm, th.visible-sm {
            display: table-cell !important
        }
    }

    @media (min-width:768px)and (max-width:991px) {
        .visible-sm-block {
            display: block !important
        }
    }

    @media (min-width:768px)and (max-width:991px) {
        .visible-sm-inline {
            display: inline !important
        }
    }

    @media (min-width:768px)and (max-width:991px) {
        .visible-sm-inline-block {
            display: inline-block !important
        }
    }

    @media (min-width:992px)and (max-width:1199px) {
        .visible-md {
            display: block !important
        }

        table.visible-md {
            display: table
        }

        tr.visible-md {
            display: table-row !important
        }

        td.visible-md, th.visible-md {
            display: table-cell !important
        }
    }

    @media (min-width:992px)and (max-width:1199px) {
        .visible-md-block {
            display: block !important
        }
    }

    @media (min-width:992px)and (max-width:1199px) {
        .visible-md-inline {
            display: inline !important
        }
    }

    @media (min-width:992px)and (max-width:1199px) {
        .visible-md-inline-block {
            display: inline-block !important
        }
    }

    @media (min-width:1200px) {
        .visible-lg {
            display: block !important
        }

        table.visible-lg {
            display: table
        }

        tr.visible-lg {
            display: table-row !important
        }

        td.visible-lg, th.visible-lg {
            display: table-cell !important
        }
    }

    @media (min-width:1200px) {
        .visible-lg-block {
            display: block !important
        }
    }

    @media (min-width:1200px) {
        .visible-lg-inline {
            display: inline !important
        }
    }

    @media (min-width:1200px) {
        .visible-lg-inline-block {
            display: inline-block !important
        }
    }

    @media (max-width:767px) {
        .hidden-xs {
            display: none !important
        }
    }

    @media (min-width:768px)and (max-width:991px) {
        .hidden-sm {
            display: none !important
        }
    }

    @media (min-width:992px)and (max-width:1199px) {
        .hidden-md {
            display: none !important
        }
    }

    @media (min-width:1200px) {
        .hidden-lg {
            display: none !important
        }
    }

    .visible-print {
        display: none !important
    }

    @media print {
        .visible-print {
            display: block !important
        }

        table.visible-print {
            display: table
        }

        tr.visible-print {
            display: table-row !important
        }

        td.visible-print, th.visible-print {
            display: table-cell !important
        }
    }

    .visible-print-block {
        display: none !important
    }

    @media print {
        .visible-print-block {
            display: block !important
        }
    }

    .visible-print-inline {
        display: none !important
    }

    @media print {
        .visible-print-inline {
            display: inline !important
        }
    }

    .visible-print-inline-block {
        display: none !important
    }

    @media print {
        .visible-print-inline-block {
            display: inline-block !important
        }
    }

    @media print {
        .hidden-print {
            display: none !important
        }
    }
}


/* Articles Page NEW Start */
.moreArticlesPageContainer {
    padding: 15px;
}

.moreArticlesImg {
    width: 100%;
    max-height: 90px;
}

.MainArticleImg {
    height: 250px;
    max-height: 250px;
    transition: all 0.3s ease 0s;
}

.moreArticlesDesc {
    color: #000;
}

.moreArticlesDetails p {
    color: #000;
    margin-bottom: auto;
}

.moreArticlesItem {
    height: 490px;
    overflow: hidden;
}

.MainArticleImgDiv {
    overflow: hidden;
    background-color: #000;
}

.moreArticlesItem:hover .MainArticleImg {
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
}

.moreArticlesDate {
    color: #000;
}

.moreArticlesTitle {
    font-size: 30px;
    margin-top: 15px;
    color: #000;
}

.upperDetails {
    border-bottom: 1px solid #000;
}

.readMoreP {
    text-decoration: underline;
    color: #313131;
}

    .readMoreP:hover {
        font-weight: bold;
    }
/* Articles Page NEW End */
/*more articles for id=3 start */
.moreArticlesContainer {
    margin: 40px -15px;
}

.moreArticlesHeader {
    font-size: 25px;
    margin-bottom: 30px;
}

.m-r-20 {
    margin-right: 20px;
}

.imageboxDIV {
    margin-bottom: 5px;
}

    .imageboxDIV .imagebox {
        display: block;
        float: right;
        width: 100%;
        height: 150px;
        /*margin: 10px 0 0 20px;*/
        position: relative;
        /*border: 1px solid #a30001;*/
        overflow: hidden;
        background-color: white;
    }

        .imageboxDIV .imagebox a .imageboxIMG {
            width: 100% !important;
            height: 100% !important;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

    .imageboxDIV:hover .imagebox a .imageboxIMG {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


    .imageboxDIV .imagebox a .imagebox-desc {
        display: block;
        text-align: center;
        background: rgba(0,0,0,.8);
        padding: 9px 7px 5px 7px;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        color: white;
        font-size: 23px;
        font-weight: 300;
    }

@media(max-width:992px) {
    .imageboxDIV .imagebox a .imagebox-desc {
        font-size: 14px;
    }
}
/* more articles for id=3 end */

/* BREADCRUMBS START */
.breadcrumb {
    background-color: transparent;
    direction: rtl;
    padding: 0px 15px;
    margin-bottom: 15px;
    list-style: none;
    background-color: transparent;
    direction: rtl;
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
}
    .breadcrumb > li {
        float: right;
    }
        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }
/* BREADCRUMBS END */