@font-face {
    font-family: 'sans';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Iranian-Sans/IRANSansWeb(FaNum)_Medium.eot');
    src: url('/fonts/Iranian-Sans/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('/fonts/Iranian-Sans/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('/fonts/Iranian-Sans/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/Iranian-Sans/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

* {
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    list-style-type: none;
    outline: none;
    color: #9B9B9B;
    cursor: pointer;
}

ul.order-list li {
    list-style-type: disc;
}

.pdf-btn {
    background: #e12025;
    color: #fff !important;
    margin: 20px 0;
}
/* Header */
.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

#large-header {
    background-color: #222;
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.demo-1 .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.main-title .thin {
    font-weight: 200;
}



i.right, i.left {
    font-size: 20px;
    margin: -1px 20px;
}


/*----------------------------------------
    Pre-loader
------------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #202433;
        z-index: 1000;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

        #loader-wrapper .loader-section.section-left {
            left: 0;
        }

        #loader-wrapper .loader-section.section-right {
            right: 0;
        }

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #f69337;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: #f69337;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 2px solid transparent;
        border-top-color: #f69337;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

#loader-logo {
    display: block;
    position: absolute;
    left: 48%;
    top: 46%;
    background: url("../images/user-bg-2.jpg") no-repeat center center;
    z-index: 1001;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.progress {
    background-color: rgba(255, 64, 129, 0.22);
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

/*end loader*/

html, body {
    font-family: "sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

ul {
    padding-left: 13px;
}

body {
    width: 100% !important;
    overflow-x: hidden;
    background: #202433;
    color: #ffffff;
    font-family: "sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}



.headings {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #f69438;
    margin: 50px auto 20px;
    color: #f8f8f8;
    font-size: 22px;
}

.brand-name {
    margin-top: 0;
    font-size: 31px;
    text-transform: capitalize;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.center, .center-align {
    text-align: center;
}

.white {
    background: white !important;
}

.black {
    background: black !important;
}

.white-text {
    color: #fff !important;
}

.black-text {
    color: #000 !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.z-depth-1, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4, .modal {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.hoverable:hover {
    transition: box-shadow .3s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.justify-align {
    text-align: justify;
    direction: rtl;
}

/*HEADER*/
.navbar-default {
    background-color: rgba(35, 35, 35, 0);
    border-color: rgba(231, 231, 231, 0);
}

    .navbar-default .navbar-nav > li > a {
        color: #f5f5f5;
        white-space: nowrap;
    }

    .navbar-default .navbar-nav > li:focus a, .navbar-default .navbar-nav > li:hover a {
        color: #fff;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        border-bottom: 1px solid #f69438;
        background-color: transparent;
    }

    .navbar-default .navbar-brand {
        color: #fff;
    }

.navbar-brand {
    width: 120px;
    margin: 0 auto;
}

    .navbar-brand img {
        padding: 5px;
        width: 120px;
        max-height: 75px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        float: left;
        display: inline-block;
        margin-top: 17px;
        position: absolute;
        left: 50%;
        margin-left: -55px;
    }

.navbar-nav > li {
    float: left;
    width: 33%;
    text-align: center;
}

.navbar-left {
    width: 45%;
}

.navbar-right {
    width: 45%;
}

.nav li a {
    text-transform: uppercase;
}

/*images*/
.top-images {
    width: 98%;
    margin: 0 auto;
    display: block;
}

.images-margin {
    margin-top: 150px;
    margin-bottom: 150px;
}

.images-text {
    max-width: 500px;
    margin: 70px auto;
    width: 100%;
    text-align: justify;
}

.images-line {
    border: 3px solid #f69438;
    display: block;
    height: 340px;
    left: 50%;
    margin-left: -235px;
    margin-top: -230px;
    position: absolute;
    width: 300px;
    z-index: 2;
}

.images-line-right {
    border: 3px solid #f69438;
    display: block;
    height: 340px;
    left: 50%;
    margin-left: -70px;
    margin-top: -230px;
    position: absolute;
    width: 300px;
    z-index: 2;
}

.brand-letters {
    position: absolute;
    top: -30px;
    left: 40px;
    z-index: 2;
}

.brand-letters-right {
    position: absolute;
    top: -30px;
    right: 40px;
    z-index: 2;
}

/*photo gallery*/

/*header*/

/* added to  .nav */
.normal {
    height: 75px; /* this causes drop down to lose color ??? */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

    .normal .navbar-right {
        padding-top: 12px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

    .normal .navbar-left {
        padding-top: 12px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

.navbar-brand {
    padding: 0 !important;
}

    .navbar-brand img {
        padding: 0px;
        max-height: 75px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

.shrink {
    height: 35px;
    min-height: 35px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(35, 35, 35, 0.34);
    border-color: rgba(231, 231, 231, 0);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .shrink .nav > li > a {
        padding: 6px 15px;
        font-weight: bold;
    }

    .shrink .navbar-right {
        padding-top: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

    .shrink .navbar-left {
        padding-top: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }

    .shrink .navbar-brand img {
        margin-top: -20px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        transform: scale(0.5);
    }

/*plan*/
.content, .floor-hitmaps, .plan-meta, .blueprint {
    display: none;
}

    .content.active, .floor-hitmaps.active, .plan-meta.active, .blueprint.active {
        display: block;
    }



.plan-heading a {
    width: 100%;
    background: #3a4054;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    border: 1px solid #3a4054;
    text-transform: uppercase;
    transition: all 100ms ease-in-out;
}

    .plan-heading a.active {
        background: #f69438;
        border: 1px solid #f69438;
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: all 100ms ease-in-out;
    }



.plan-switcher {
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .2em;
    zoom: 1;
    float: left;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

    .plan-switcher:before,
    .plan-switcher:after {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .plan-switcher:after {
        clear: both;
    }

    .plan-switcher .title {
        line-height: 50px;
        white-space: nowrap;
        display: block;
        background-color: black;
        color: white;
        padding: 0 32px;
        letter-spacing: .1em;
        float: left;
    }

    .plan-switcher ul {
        list-style: none;
        padding: 0;
        margin: 0;
        zoom: 1;
        border-top: 1px solid #e1e1dd;
        border-bottom: 1px solid #e1e1dd;
        float: left;
        display: block;
    }

        .plan-switcher ul li {
            margin: 0;
            padding: 0;
        }

        .plan-switcher ul:before,
        .plan-switcher ul:after {
            content: '\0020';
            display: block;
            overflow: hidden;
            visibility: hidden;
            width: 0;
            height: 0;
        }

        .plan-switcher ul:after {
            clear: both;
        }

        .plan-switcher ul li {
            float: left;
        }

    .plan-switcher .plan-switch {
        float: left;
        display: block;
        padding: 0 28px;
        line-height: 48px;
        border-right: 1px solid #e1e1dd;
        text-decoration: none;
        color: #1a1a21;
        position: relative;
        background-color: #ffffff;
    }

        .plan-switcher .plan-switch:before {
            content: '';
            width: 100%;
            height: 3px;
            background-color: #ffffff;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: -webkit-transform 0.2s ease-in-out;
            transition: transform 0.2s ease-in-out;
            position: absolute;
            bottom: -2px;
            left: 0;
            z-index: 2;
        }

        .plan-switcher .plan-switch.active:before {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            background-color: #f69438;
        }




.plan-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    zoom: 1;
    float: left;
    margin-left: 25px;
    display: none;
    margin-bottom: 10px;
}

    .plan-meta li {
        margin: 0;
        padding: 0;
    }

    .plan-meta:before,
    .plan-meta:after {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .plan-meta:after {
        clear: both;
    }

    .plan-meta.active {
        display: block;
    }

    .plan-meta li {
        line-height: 50px;
        white-space: nowrap;
        display: block;
        padding: 0;
        float: left;
        margin-right: 10px;
    }

    .plan-meta strong {
        font-style: normal;
        font-weight: normal;
        line-height: 1.2;
        text-transform: uppercase;
        color: #f69438;
        letter-spacing: normal;
        margin-right: 2px;
    }


.content .blueprint-wrap {
    padding: 50px;
    -webkit-transition: padding-right 0.2s ease-in-out;
    transition: padding-right 0.2s ease-in-out;
    min-height: 680px;
}

.content .blueprint {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    height: auto;
    display: none;
}

    .content .blueprint.active {
        display: block;
    }

.plan-minimap {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    width: 450px;
    z-index: 10;
    -webkit-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
    background-color: #fcfcfc;
}

    .plan-minimap .floors {
        zoom: 1;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 100%;
        right: 0;
        background-color: white;
        border: 1px solid #e1e1dd;
        width: 100%;
        display: block;
        overflow: hidden;
        margin-bottom: -1px;
    }

        .plan-minimap .floors:before, .plan-minimap .floors:after {
            content: '\0020';
            display: block;
            overflow: hidden;
            width: 0;
            height: 0;
        }

        .plan-minimap .floors li:not(:last-child) {
            border-right: 1px solid #e1e1dd;
        }

        .plan-minimap .floors li {
            float: left;
            width: 25%;
            font-style: normal;
            font-weight: normal;
            line-height: 1.2;
            text-transform: uppercase;
            letter-spacing: .2em;
            text-align: center;
            display: block;
            position: relative;
        }

        .plan-minimap .floors li {
            margin: 0;
            padding: 0;
        }

    .plan-minimap .floor-switch.active {
        display: block;
    }

    .plan-minimap .floors a {
        color: #1a1a21;
        display: block;
        text-decoration: none;
        line-height: 48px;
        width: 100%;
    }


    .plan-minimap .floor-wrap {
        position: absolute;
        width: 100%;
        top: 15%;
        right: 0;
    }

        .plan-minimap .floor-wrap:before,
        .plan-minimap .floor-wrap:after {
            font-family: 'TradeGothicLT-Bold';
            font-style: normal;
            font-weight: normal;
            line-height: 1.2;
            text-transform: uppercase;
            letter-spacing: .2em;
            font-size: 12px;
            font-size: 1.2rem;
            width: 100%;
            line-height: 40px;
            color: #b2b2b2;
            text-align: center;
            position: absolute;
            left: 0;
            display: block;
        }


        .plan-minimap .floor-wrap:after {
            top: 100%;
        }

    .plan-minimap .floor-hitmaps {
        width: 100%;
        margin: 0;
        display: none;
    }

        .plan-minimap .floor-hitmaps.active {
            display: block;
        }

    .plan-minimap .floor-blueprint {
        width: 100%;
        margin: 0;
        z-index: 90;
    }

    .plan-minimap .floor-hitmaps a {
        display: block;
        position: absolute;
        background-color: white;
        opacity: 0;
        text-indent: -9999px;
        z-index: 100;
    }

        .plan-minimap .floor-hitmaps a:hover,
        .plan-minimap .floor-hitmaps a:focus {
            opacity: 0.5;
            background: #f69438;
        }

#location {
    background-image: url(/images/slides/08.jpg);
    margin: 0;
    background-attachment: fixed;
    background-position: center center;
    background-size: 100%;
    padding: 30px 7%;
    background-repeat: no-repeat;
    clear: both;
    line-height: 2.2;
}

.location-description {
    background: rgba(32, 36, 51, 0.5);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 5px;
}

.image-on-map {
    position: absolute;
    top: 267px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    right: 55px;
}

/*Neighbourhood*/
.my-card {
    width: 100%;
    margin: 10px auto;
    transition: all 200ms ease-in-out;
}

    .my-card:hover {
        box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    }

    .my-card .header {
        width: 100%;
    }

    .my-card .title {
        font-size: 22px;
        padding: 30px 10px;
        text-align: center;
        display: block;
        width: 100%;
        background: #fff;
        color: #222;
        margin: 0;
        font-weight: bold;
    }

        .my-card .title::before {
            background-color: #f69438;
            bottom: 10px;
            content: "";
            display: block;
            height: 2px;
            left: 50%;
            margin-left: -20px;
            position: absolute;
            width: 40px;
        }

    .my-card ul {
        font-style: normal;
        font-weight: normal;
        list-style: none;
        margin: 0;
        padding: 20px 10px;
        width: 100%;
        text-align: center;
        background: #fff;
        color: #333;
        min-height: 112px;
    }

        .my-card ul li {
            padding: 5px 0;
        }

/*.about us*/

/*graph*/

.structor-section {
    position: relative;
}

canvas#nokey {
    background-color: #f2f2f2;
    height: 400px;
    width: 100%;
    z-index: 1;
}


#larci {
    background: transparent;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #222;
    padding: 30px 0 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    #larci .headings {
        color: #313131;
    }

    #larci .big-text {
        font-size: 2rem;
        letter-spacing: 0.1em;
        line-height: 1.2;
        text-align: left;
    }

    #larci .little-text {
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        text-align: justify;
    }

/*contact*/

.btn-floating {
    opacity: 0;
    display: inline-block;
    color: #fff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: rgba(246, 148, 56, .7);
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    z-index: 99;
}

    .btn-floating i {
        width: inherit;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 2.5rem;
        line-height: 47px;
    }

    .btn-floating:hover {
        background-color: rgba(246, 148, 56, 1);
    }

    .btn-floating:before {
        border-radius: 0;
    }

/*owl carousel*/
/*.zooming {*/
/*transition: all 6s ease-in-out;*/
/*-moz-transition: all 6s ease-in-out;*/
/*-ms-transition: all 6s ease-in-out;*/
/*-webkit-transition: all 6s ease-in-out;*/
/*-o-transition: all 6s ease-in-out;*/
/*transform: scale(1.2);*/
/*-moz-transform: scale(1.2);*/
/*-webkit-transform: scale(1.2);*/
/*-o-transform: scale(1.2);*/
/*-ms-transform: scale(1.2); !* IE 9 *!*/
/*height:600px;*/
/*}*/

/*owl-thumbnail*/

.owl-thumb-item img {
    width: 75px;
    height: auto;
}

.owl-thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    text-align: center;
    padding: 5%;
}

.owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: .7;
    transition: all 100ms ease-in-out;
    z-index: 1;
}

    .owl-thumb-item.active {
        opacity: 1;
        z-index: 5;
        transform: translateY(-7px) scale(1.2);
        -moz-transform: translateY(-7px) scale(1.2);
        -webkit-transform: translateY(-7px) scale(1.2);
        -o-transform: translateY(-7px) scale(1.2);
    }



.owl-carousel-3 .owl-nav .owl-prev {
    position: absolute;
    background: rgba(246, 148, 56, 0.6);
    display: inline;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 37px;
    font-size: 23px;
    top: 50%;
    left: 5px;
    margin-top: -15px;
    padding-right: 3px;
}

.owl-carousel-3 .owl-nav .owl-next {
    position: absolute;
    background: rgba(246, 148, 56, 0.6);
    display: inline;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 37px;
    font-size: 23px;
    top: 50%;
    right: 5px;
    margin-top: -15px;
    padding-left: 3px;
}

.label {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #0a6cff;
    color: white;
    padding: 10px 20px;
    z-index: 5;
    text-align: center;
}

/*video section*/
.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.9em;
    height: 2em;
    width: 2em;
    margin-left: -1em;
    margin-top: -1em;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    opacity: 1;
    border: .06666em solid #f69438;
    background-color: #2B333F;
    background-color: rgba(246, 148, 56, .8);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}


.language-flag {
    position: fixed;
    left: 5px;
    bottom: 5px;
    font-size: 17px;
    background: rgba(246, 148, 56, 0.8);
    color: #fff !important;
    padding: 6px 10px;
    z-index: 99;
}

/*.language-flag img {
        width: 40px;
        border-radius: 50%;
        height: 40px;
        opacity: .6;
        transition: all ease-in-out 200ms;
    }

        .language-flag img:hover {
            opacity: 1;
        }*/




.en {
    font-family: Tahoma !important;
}



@media only screen and (max-width : 768px) {
    .demo-1 .main-title {
        font-size: 3em;
    }

    .images-text {
        text-align: left;
    }

    .justify-align {
        text-align: right;
    }

    #location {
        background-image: none;
    }

}
