.full_color, .orange-txt {
    color: #f4821f
}

#nav_mag a, .cus-btn {
    text-transform: uppercase
}

#myBtn, .gallery img, .og-close, .overlay {
    cursor: pointer
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

body {
    font-family: Poppins,sans-serif;
    overflow-y: auto;
    overflow-x: hidden
}

html {
    overflow-x: hidden !important
}

.footer textarea, .no-scroll, .og-expander, .realative {
    overflow: hidden
}

.no-padding {
    padding: 0 !important
}

.dis-inline {
    display: inline-block;
    float: left
}

.Aligner {
    display: flex
}

.Aligner-item--bottom {
    align-self: flex-end
}

.Aligner-item--top {
    align-self: flex-start
}

.oran_div {
    width: 4px;
    height: 170px;
    background: #f4821f;
    margin-right: 20px
}

.full_color {
    margin-right: 6px;
    font-size: 12px;
    margin-left: -5px
}

.about_div, .body-title, .font_about, .footer-fa, .gray-txt, .rest-about, .title-gray {
    color: #5a5a5a
}

.black-txt, .bullet-black, .bullet_mag, .cus-btn {
    color: #000
}

.margin-top {
    margin-top: 30px
}

.margin-top-60 {
    margin-top: 60px
}

.cus-btn {
    background-color: transparent;
    padding: 8px 16px;
    border: 1px solid #000;
    border-radius: 4px;
    font-weight: 500
}

    .cus-btn:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease
    }

    .cus-btn .fa {
        margin-right: 5px
    }

.about_div {
    font-weight: 500;
    font-size: 14px
}

.sec_span {
    font-weight: 600
}

.font_size {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -3px
}

.font-24 {
    font-size: 40px;
    font-weight: 400
}

.reg_font {
    font-size: 32px;
    font-weight: 400
}

.wall-bc {
    background-image: url(../imgs/18.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0 30px 100px;
    position: relative
}

    .wall-bc .icon-add {
        color: #f4821f;
        font-size: 40px
    }

    .wall-bc .icon-cancel {
        font-size: 32px;
        position: relative;
        top: 20px
    }

.overlay, .text {
    position: absolute
}

#ninja-slider .cus-btn {
    margin-right: 10px;
    margin-bottom: 30px;
    float: left
}

.footer input {
    border: 0;
    border-bottom: 2px solid #ededed;
    padding: 15px
}

.footer textarea {
    border: 0;
    border-bottom: 2px solid #ededed;
    padding: 15px;
    max-height: 50px
}

    .footer input:focus, .footer textarea:focus {
        outline: 0;
        border-bottom: 2px solid #000;
        color: #000
    }

.footer input, .footer textarea {
    -webkit-transition: border .5s ease;
    -moz-transition: border .5s ease;
    -o-transition: border .5s ease;
    -ms-transition: border .5s ease;
    transition: border .5s ease
}

.say-hello {
    height: 60px;
    background-color: #f4821f;
    width: 2px;
    margin: auto
}

.footer .black-txt {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px
}

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

.overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,.9)
}

.realative:hover .overlay {
    opacity: 1
}

.image, .realative .image_smal {
    transition: all .2s ease-in-out
}

.realative:hover .image_smal {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.text {
    color: #fff;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.realative {
    position: relative
}

.hover_ftxt {
    font-size: 32px;
    font-weight: 500
}

    .hover_ftxt.second-text {
        font-size: 18px;
        font-weight: 500
    }

.hover_stxt {
    font-size: 18px;
    font-weight: 400;
    color: #a8a8a8
}

.absou_nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

#nav_mag a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    height: auto;
    font-weight: 500;
    font-size: 14px;
    display: inline-block
}

    #nav_mag a:hover {
        cursor: pointer;
        color: #f4821f
    }

#nav_mag .navbar {
    margin-bottom: 0
}

#nav_mag .navbar-default {
    background-color: transparent;
    border-radius: 0;
    border: none
}

@media (max-width:768px) {
    .navbar-collapse {
        background-color: rgba(51,17,53,.8)
    }

    .navbar-header {
        background: 0 0
    }

    #nav_mag .nav > li {
        text-align: center;
        padding-bottom: 30px
    }

        #nav_mag .nav > li > a {
            font-size: 21px;
            font-weight: 300;
            text-transform: capitalize
        }

            #nav_mag .nav > li > a > i {
                font-size: 18px
            }
}

#nav_mag .navbar-right {
    margin-top: 20px
}

.padding_top {
    padding-top: 100px
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -moz-animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
    animation: fadeIn 2s;
    background-color: rgba(51,17,53,.9) !important
}

.fotanimation {
    -moz-animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

    .og-grid li {
        display: inline-block;
        margin: 10px 5px 0;
        vertical-align: top;
        height: 250px
    }

        .og-grid li > a, .og-grid li > a img {
            border: none;
            outline: 0;
            display: block;
            position: relative
        }

        .og-grid li.og-expanded > a::after {
            top: auto;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #f4821f;
            border-width: 11px;
            left: 50%;
            margin: 0 0 0 -15px
        }

.og-expander {
    position: absolute;
    background: #fff;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0
}

#loader .loader-item, #loader .spinner, #myBtn, .og-fullimg, .sec_who .cus-btn {
    text-align: center
}

.og-expander-inner {
    padding: 50px 30px;
    height: 100%
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px
}

    .og-close::after, .og-close::before {
        content: '';
        position: absolute;
        width: 100%;
        top: 50%;
        height: 1px;
        background: #888;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .og-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .og-close:hover::after, .og-close:hover::before {
        background: #333
    }

.og-details, .og-fullimg {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative
}

.og-details {
    padding: 0 40px 0 20px
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

.og-details h3 {
    font-weight: 300;
    font-size: 52px;
    padding: 40px 0 10px;
    margin-bottom: 10px
}

.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999
}

.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: 0
}

    .og-details a::before {
        content: '\2192';
        display: inline-block;
        margin-right: 10px
    }

    .og-details a:hover {
        border-color: #999;
        color: #999
    }

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc,15px 30px 1px #ccc,-15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader .5s infinite ease-in-out both;
    -moz-animation: loader .5s infinite ease-in-out both;
    animation: loader .5s infinite ease-in-out both
}

@-webkit-keyframes loader {
    0% {
        background: #ddd
    }

    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc,15px 30px 1px #ccc,-15px 30px 1px #ddd
    }

    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc,15px 30px 1px #ddd,-15px 30px 1px #ccc
    }
}

@-moz-keyframes loader {
    0% {
        background: #ddd
    }

    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc,15px 30px 1px #ccc,-15px 30px 1px #ddd
    }

    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc,15px 30px 1px #ddd,-15px 30px 1px #ccc
    }
}

@keyframes loader {
    0% {
        background: #ddd
    }

    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc,15px 30px 1px #ccc,-15px 30px 1px #ddd
    }

    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc,15px 30px 1px #ddd,-15px 30px 1px #ccc
    }
}

@media screen and (max-width:830px) {
    .og-expander h3 {
        font-size: 32px
    }

    .og-expander p {
        font-size: 13px
    }

    .og-expander a {
        font-size: 12px
    }
}

@media screen and (max-width:650px) {
    .og-fullimg {
        display: none
    }

    .og-details {
        float: none;
        width: 100%
    }
}

.og-expanded a:first-child img {
    border: 1px solid #f4821f
}

.under-footer {
    background-color: #f2f8fb;
    padding: 30px 0
}

    .under-footer .under_span {
        font-weight: 400;
        font-size: 14px;
        color: #a8a8a8
    }

#myBtn, .team-bc .our_span {
    color: #fff
}

.under-footer .text-right {
    margin-top: 20px
}

.team-bc {
    background-image: url(../imgs/team.png);
    height: 600px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.gallery img {
    border: 5px solid #fff
}

.light {
    font-width: 300
}

.regular {
    font-width: 400
}

.medium {
    font-width: 500
}

.semibold {
    font-width: 600
}

.bold {
    font-width: 700
}

.font16 {
    font-size: 16px
}

.font14 {
    font-size: 14px
}

.font32 {
    font-size: 32px
}

.loading_div {
    z-index: 5000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

#loader, #myBtn {
    position: fixed
}

.sec_who {
    background: url(../imgs/about_bg.jpg) center bottom no-repeat;
    background-size: contain;
    padding-bottom: 315px
}

    .sec_who .cus-btn {
        margin-right: 10px
    }

#myBtn {
    display: none;
    bottom: 94px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #f4821f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
    animation: fadeIn 2s
}

    #myBtn:hover {
        background-color: #331135
    }

@media only screen and (min-width:992px) {
    .ktm-img {
        height: 642px
    }
}

.flex_underline {
    display: flex;
    justify-content: center
}

    .flex_underline div {
        width: 128px;
        height: 3px;
        background-color: #f4821f;
        margin-bottom: 50px
    }

.gallery {
    padding-bottom: 50px
}

#contact, .padding-btm {
    padding-bottom: 100px
}

.font_about {
    font-weight: 300;
    font-size: 15px
}

.rest-about {
    font-weight: 400;
    font-size: 14px
}

.bullet-black {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize
}

.bullet_mag {
    font-size: 18px;
    font-weight: 400
}

.title-gray {
    font-weight: 300;
    font-size: 16px
}

.body-title {
    font-weight: 300;
    font-size: 14px
}

.footer-fa {
    font-weight: 500;
    font-size: 16px
}

    .footer-fa .fa {
        margin: 0 18px
    }

.marg-btm {
    margin-bottom: 63px
}

#loader {
    width: 100%;
    height: 100%;
    background-color: #331135;
    z-index: 999999;
    top: 0
}

    #loader .loader-item {
        position: absolute;
        width: auto;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-10%);
        -ms-transform: translate(-50%,-10%);
        transform: translate(-50%,-10%)
    }

        #loader .loader-item img {
            display: block
        }

    #loader .spinner {
        margin: 40px auto 0;
        width: 70px
    }

.sk-spinner-wave.spinner {
    margin: 0 auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px
}

.sk-spinner-wave div {
    background-color: #f4821f;
    height: 100%;
    width: 6px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,100%,40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {
    0%,100%,40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@media only screen and (max-width:480px) {
    .font_size {
        font-size: 38px
    }

    .font_about, .title-gray {
        font-size: 12px
    }

    .padding_top {
        padding-top: 50px
    }

    .font-24 {
        font-size: 30px
    }

    .body-title {
        font-size: 12px
    }

    .sec_who {
        padding-bottom: 100px
    }

    .cus-btn {
        margin: 10px 0;
        display: inline-block
    }

    .navbar-toggle {
        margin-top: 30px;
        margin-right: 30px
    }

    #ninja-slider li.ns-show {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #ninja-slider .ns-img {
        flex: 100%;
        height: 300px;
        width: 300px
    }

    .footer-fa {
        font-size: 14px
    }

    .under-footer .text-left, .under-footer .text-right {
        text-align: center !important
    }

        .under-footer .text-left img {
            margin: 0 auto
        }

        .under-footer .NPE-right img {
            margin: 20px auto;
            display:block;
        }
}

.contact-form input .select_wrap, .contact-form select .select_wrap, .contact-form textarea .select_wrap {
    background: 0 0
}

.contact #submit {
    margin-top: 30px
}

.contact-form label {
    width: 100%;
    text-align: left
}

    .contact-form label span {
        color: #c0392b
    }

    .contact-form label input {
        margin-top: 10px;
        font-weight: 400
    }

.loading {
    float: right;
    background: url(../imgs/progress.gif) 1px no-repeat;
    height: 31px;
    width: 31px;
    display: none;
    margin-top: 8px;
    margin-left: 10px
}

.done {
    background: none;
    border: 0px solid #d6e9c6;
    font-size: 14px;
    width: 100%;
    color: #468847;
    margin: 30px auto 0;
    display: none;
    padding: 10px 5px
}

.element .error {
    border-bottom: 2px solid #9F1319;
    background: url(../imgs/iconCaution.gif) 98% 50% no-repeat
}

.navbar-default .navbar-toggle {
    border: none !important;
    margin-top: 30px
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent !important
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 0
}

.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none
}

.mrg-btm-30 {
    margin-bottom: 30px
}

.mrg-tp-10 {
    margin-top: 10px
}

@media screen and (min-width:640px) {
    .tparrows {
        display: none
    }
}

.tp-arr-imgholder {
    background: rgba(255,255,255,0.2)
}
