﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Work+Sans:400,500,600,700,800,900');
/*For Modal*/
#booth img {
    width: 100%;
}

#booth .modal-body p {
    font-size: 34px;
    font-weight: 300;
}

    #booth .modal-body p > span {
        color: #e1961d;
        font-weight: 500;
    }

#booth .padding-box {
    padding: 30px 70px;
}

#booth .wd-view {
    width: 150px;
    margin: 20px 0;
}
/*For Modal*/


body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 80px;
    position: relative;
}

    body.log {
        background: #f5f5f5;
        padding: 0;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', sans-serif;
}

*, a, button, input {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a, a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

    button, button:hover, button:focus, button:active, input, input:hover, input:focus {
        outline: none;
    }

a {
    color: #00381e;
}

    a:hover {
        color: #ebdd8c;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.inline li {
        display: inline-block;
    }

    ul.block li {
        display: block;
    }

.com-btn {
    font-size: 17px;
    color: #fff;
    padding: 22px 70px;
    font-weight: 400;
    line-height: 17px;
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    letter-spacing: 1px;
    min-width: 175px;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
    background-image: -moz-linear-gradient(right, #978101 0%, #b19d43 100%);
    background-image: -o-linear-gradient(right, #978101 0%, #b19d43 100%);
    background-image: -webkit-linear-gradient(right, #978101 0%, #b19d43 100%);
    background-image: linear-gradient(right, #978101 0%, #b19d43 100%);
    text-transform: uppercase;
    border-color: transparent;
}

    .com-btn:hover {
        background-image: -moz-linear-gradient(right, #b19d43 0%, #978101 100%);
        background-image: -o-linear-gradient(right, #b19d43 0%, #978101 100%);
        background-image: -webkit-linear-gradient(right, #b19d43 0%, #978101 100%);
        background-image: linear-gradient(right, #b19d43 0%, #978101 100%);
        color: #fff;
    }

    .com-btn.orange, .navbar-default.sticky .navbar-nav > li > a.com-btn {
        color: #f5981f;
        border-color: #f5981f;
    }

        .com-btn.orange > span, .navbar-default.sticky .navbar-nav > li > a.com-btn > span {
            color: #fff;
            background: #f5981f;
        }

        .com-btn.orange b, .navbar-default.sticky .navbar-nav > li > a.com-btn b {
            background-color: #f5981f;
        }

        .com-btn.orange:hover span, .navbar-default.sticky .navbar-nav > li > a.com-btn:hover span {
            background-color: #fff;
            color: #f5981f;
        }

        .com-btn.orange:hover, .navbar-default.sticky .navbar-nav > li > a.com-btn:hover {
            color: #fff;
        }

.navbar-default .navbar-nav > li > a.com-btn:hover {
    color: #f5981f;
}

.navbar-default .navbar-nav > li > a.com-btn {
    margin-bottom: 0;
    margin-left: 10px;
}

.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fix-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.navbar-default {
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.login .navbar-default {
    background: #3f4257;
}

.home .navbar-default {
    background: none;
}

    .home .navbar-default.sticky, .navbar-default.sticky {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: #fff;
        z-index: 100;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    }

.navbar-default .navbar-brand {
    height: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 18px 15px;
}

.navbar-default .navbar-brand {
    padding: 13px 15px;
}

    .navbar-default .navbar-brand img {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.navbar-default.sticky .navbar-brand img {
    max-height: 34px;
}

.login .navbar-default .navbar-brand img {
    max-height: 34px;
}

.navbar-default .navbar-nav {
    padding-top: 42px;
    padding-bottom: 42px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-default.sticky .navbar-nav {
    padding-top: 30px;
    padding-bottom: 30px;
}

.login .navbar-default .navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 8px;
    line-height: 20px;
}

.login .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.home .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffead1;
    background: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ffead1;
    background: none;
    font-weight: 400;
}

    .navbar-default .navbar-nav > .active > a:after {
        content: "";
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.navbar-default.sticky .navbar-nav > .active > a:after {
    background-color: #f5981f;
}

.navbar-default.sticky .navbar-nav > li > a {
    color: #333;
}

    .navbar-default.sticky .navbar-nav > li > a:hover {
        color: #f5981f;
    }

.navbar-default.sticky .navbar-nav > .active > a, .navbar-default.sticky .navbar-nav > .active > a:focus, .navbar-default.sticky .navbar-nav > .active > a:hover {
    color: #f5981f
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}

.com-btn > span.v_profile_img {
    overflow: hidden;
}

    .com-btn > span.v_profile_img img {
        max-width: 110%;
    }

.min-name {
    width: 97%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    padding-left: 5px;
}

.navbar-default .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 5px;
    top: 120%;
    right: 0;
    left: inherit;
    background: #fff;
    min-width: 200px;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.15);
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
}

    .navbar-default .navbar-nav .dropdown-menu a {
        color: #333;
        padding: 8px 20px;
        font-size: 14px;
    }

.social-view {
    padding: 20px 0;
}

header.sticky nav {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.sticky-logo {
    display: none;
}

.sticky .sticky-logo {
    display: block;
}

.sticky .after-sticky {
    display: none;
}

.header.sticky nav {
    padding: 10px 0;
}

.pad-wrap {
    padding: 60px 0;
}

.white {
    background: #fff;
}

.gray {
    background: #f7f8ff;
}

.min {
    min-height: 85vh;
}

.main-banner {
    background-image: url(../images/home-bg.png);
    padding: 130px 0 0;
    margin-top: -80px;
    min-height: calc(100vh + 25px);
    background-position: center center;
    background-size: cover;
    position: relative;
}

    .main-banner:after {
        content: '';
        background-image: url(../images/shape-view.png);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: calc(21% - 10px);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

    .main-banner.inside-view:after {
        height: calc(30% - 10px);
    }

    .main-banner .banner-caption {
        min-height: 70vh;
        padding-right: 35px;
        color: #fff;
    }

.banner-caption .inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.banner-caption .banner-title {
    font-size: 62px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 600;
}

.banner-caption p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.banner-caption .banner-text {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 40px;
    max-width: 560px;
}

.header nav {
    padding: 25px 0;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.1);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
}

    .preloader:after {
        content: "";
        background-image: url(../images/vq.png);
        height: 60px;
        background-size: contain;
        width: 100px;
        position: absolute;
        right: calc(50% - 50px);
        top: calc(50% - 32px);
        background-position: center center;
        background-repeat: no-repeat;
    }

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f5981f;
        -webkit-animation: spin-reverse .6s linear infinite;
        animation: spin-reverse .6s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #333;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

.loaded .preloader {
    display: none;
}


.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    cursor: url(../images/cross-out.png), pointer;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .9;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.icon-burger a {
    height: 28px;
    position: relative;
    display: inline-block;
    margin-top: 0;
    padding-top: 5px;
}

.icon-burger > a span {
    width: 50px;
    height: 4px;
    display: inline-block;
    background: #fff;
    position: relative;
}

    .icon-burger > a span:after {
        width: 30px;
        height: 4px;
        background: #fff;
        position: absolute;
        bottom: -12px;
        content: "";
        right: 0;
    }

    .icon-burger > a span:before {
        width: 40px;
        height: 4px;
        background: #fff;
        position: absolute;
        top: -12px;
        content: "";
        right: 0;
    }

.sticky .icon-burger > a span, .sticky .icon-burger > a span:after, .sticky .icon-burger > a span:before {
    background-color: #00381e;
}

.sticky .social-view > ul > li > a {
    background: rgba(0, 0, 0, 0.3);
}

.black-bg {
    background-color: #000000;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 99;
}

.social-view > ul > li > a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background: rgba(255,255,255,0.2);
    margin-right: 10px;
}

    .social-view > ul > li > a:hover {
        color: #a38e21;
        background-color: rgba(165, 144, 39,0.4);
    }

.sidebar-widget-container {
    padding: 15px 40px;
}

.sidebar-logo-wraper img {
    max-width: 100%;
}

.menu-view > h3 {
    font-size: 28px;
    font-weight: 100;
    font-family: roboto;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

ul.sideabr-list-widget > li > a {
    font-size: 16px;
    line-height: 36px;
    color: #000;
}

    ul.sideabr-list-widget > li > a:hover {
        color: #a38e21;
    }

.menu-view > h3 span {
    font-weight: 600;
}

.menu-view {
    margin-top: 35px;
}

.widget-heading {
    text-align: right;
    margin-bottom: 10px;
}

.go-btm {
    text-align: center;
    z-index: 9;
    position: absolute;
    width: 100%;
    bottom: 16%;
}

    .go-btm a {
        width: 70px;
        height: 70px;
        background: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 70px;
        display: inline-block;
        -moz-box-shadow: 0 5px 10px rgba(1,1,1,.2);
        -webkit-box-shadow: 0 5px 10px rgba(1,1,1,.2);
        color: #867610;
        font-size: 30px;
    }

ul.social-list.version-2 {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    right: 0;
}

    ul.social-list.version-2 > li > a {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #2aa3ef;
        display: inline-block;
        color: #fff;
        line-height: 40px;
        text-align: center;
    }

    ul.social-list.version-2 > li {
        display: inline-block;
        margin: 0 3px;
    }

        ul.social-list.version-2 > li:nth-child(2) a {
            background-color: #4969a8;
        }

        ul.social-list.version-2 > li:nth-child(3) a {
            background-color: #1178b3;
        }

        ul.social-list.version-2 > li:nth-child(4) a {
            background-color: #de4f47;
        }

        ul.social-list.version-2 > li > a:hover {
            background-color: #000;
        }

.sticky-btn {
    position: fixed;
    z-index: 99;
    top: calc(50% - 40px);
}

    .sticky-btn > ul > li > a {
        display: inline-block;
        background: #fff;
        padding: 12px 30px;
        min-width: 200px;
        margin-bottom: 15px;
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px;
        -moz-box-shadow: 0 4px 8px rgba(1,1,1,.35);
        -webkit-box-shadow: 0 4px 8px rgba(1,1,1,.35);
        box-shadow: 0 4px 8px rgba(1,1,1,.35);
        color: #fff;
        position: relative;
        font-size: 16px;
    }

    .sticky-btn > ul > li:nth-child(1) > a {
        background: #988304;
    }

    .sticky-btn > ul > li:nth-child(2) > a {
        background: #0369d1;
    }

    .sticky-btn > ul > li:nth-child(3) > a {
        background: #299717;
    }

    .sticky-btn > ul > li:nth-child(4) > a {
        background: #a1abb3;
    }
    .sticky-btn > ul > li:nth-child(1) > a span {
        color: #988304;
    }

    .sticky-btn > ul > li:nth-child(2) > a span {
        color: #0369d1;
    }

    .sticky-btn > ul > li:nth-child(3) > a span {
        color: #299717;
    }

    .sticky-btn > ul > li:nth-child(4) > a span {
        color: #a1abb3;
    }

    .sticky-btn > ul > li > a span {
        display: inline-block;
        width: 36px;
        height: 36px;
        border-radius: 100%;
        background: #fff;
        position: absolute;
        right: 6px;
        top: 5px;
        text-align: center;
        line-height: 36px;
        color: #000;
        font-size: 18px;
    }

    .sticky-btn > ul > li > a:hover {
        padding: 12px 10px;
        min-width: 175px;
    }

.title {
    text-align: center;
    margin-bottom: 60px;
}

    .title h1 {
        font-size: 40px;
        color: #000;
        font-weight: 700;
        margin: 0 0 15px;
    }

    .title p {
        max-width: 600px;
        margin: 0 auto;
        color: #878787;
    }


.abt-content h4 {
    color: #978303;
    font-size: 34px;
    font-family: roboto;
    font-weight: 400;
    margin: 0 0 30px;
}

.abt-content p {
    color: #212529;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500;
}

.inspire-view {
    margin-top: -75px;
}

.tr-bg {
    background-color: #988304;
    position: relative;
}

    .tr-bg:after {
        content: '';
        background-image: url(../images/shape.png);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: right top;
    }

.pad-block {
    padding: 100px 0;
}

.tr-bg .title h1, .tr-bg .title p {
    color: #ffffff;
}

.pd-view {
    padding: 80px 0 80px;
}

.circle-pro {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}

ul.main-slide {
    text-align: center;
    margin-top: -100px;
}

    ul.main-slide > li {
        background: #fff;
        -moz-box-shadow: 0 5px 15px rgba(1,1,1,.2);
        -webkit-box-shadow: 0 5px 15px rgba(1,1,1,.2);
        box-shadow: 0 5px 15px rgba(1,1,1,.2);
        padding: 30px 15px;
        width: 33.33%;
        display: inline-block;
        margin: 0 15px;
        text-align: left;
    }

    ul.main-slide li > ul > li {
        color: #878787;
        margin-top: 5px;
        font-weight: 400;
    }

    ul.main-slide > li h4 {
        color: #000;
        font-size: 18px;
        margin: 20px 0 10px;
        font-family: roboto;
    }

.read-more {
    text-align: center;
}

    .read-more .com-btn {
        font-size: 12px;
        padding: 14px 34px;
        margin: 0;
        margin-bottom: -60px;
    }

.gray-bg {
    background: #f1f1f1;
}

.news-part {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    -moz-box-shadow: 0 5px 10px rgba(1,1,1,.1);
    -webkit-box-shadow: 0 5px 10px rgba(1,1,1,.1);
    margin-bottom: 10px;
}

.news-img {
    width: 130px;
    height: 130px;
    background-size: cover;
    border-radius: 30px 30px 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    background-position: center center;
}

.head-view {
    display: inline-block;
    width: calc(100% - 135px);
    vertical-align: middle;
    padding-left: 10px;
}

    .head-view h3 {
        font-size: 18px;
        margin: 0;
        color: #000;
    }

    .head-view > span {
        color: #a5a4a4;
        margin-top: 5px;
        display: inline-block;
    }

.news-content p {
    color: #7d7d7d;
    margin: 10px 0 0;
    font-weight: 500;
}

.news-content a {
    margin-top: 8px;
    color: #b09c3f;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

footer {
    background-color: #988304;
    position: relative;
}

    footer:after {
        top: -135px;
        position: absolute;
        background-image: url(../images/fotoer__wave_-shape.png);
        content: '';
        width: 100%;
        height: 38%;
        background-size: cover;
        background-position: right top;
    }

#news {
    padding-bottom: 80px;
}

.image-view img {
    max-width: 100%;
}

.links > h5 {
    color: #fff;
    font-size: 24px;
}

.links > ul > li > a {
    color: #fff;
    margin-top: 5px;
    display: inline-block;
}

    .links > ul > li > a .fa {
        margin-right: 5px;
    }

.updates .form-control {
    -moz-box-shadow: 0 2px 12px rgba(1,1,1,.3);
    -webkit-box-shadow: 0 2px 12px rgba(1,1,1,.3);
    border: 0;
    border-radius: 25px;
    font-size: 12px;
    padding: 12px 15px;
    height: auto;
}

.footer-bot {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid;
    border-color: rgba(255,255,255,0.2);
    margin-top: 50px;
}

    .footer-bot p {
        margin: 0;
    }

    .footer-bot a {
        color: #e7d256;
    }

        .footer-bot a:hover {
            color: #fff;
        }

footer:before {
    content: '';
    background-image: url(../images/shape.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: left top;
    transform: rotate(180deg);
}

.icon-burger {
    padding: 34px 0;
    display: inline-block;
    width: 50px;
    float: right;
}

.abt-comp > p > span {
    display: inline-block;
    width: 40px;
}

.abt-comp > p {
    color: #fff;
    margin-top: 20px;
}

.wd-fix {
    width: calc(100% - 60px);
    display: inline-block;
    font-weight: 400;
    vertical-align: top;
}

.main-banner.inside-view {
    min-height: 600px;
}

.inside-view .inner h4 {
    font-size: 48px;
    font-family: roboto;
    margin: 0;
}

.main-banner.inside-view .banner-caption {
    min-height: 42vh;
    padding-right: 0;
}

.breadcrumb-view > ul > li {
    display: inline-block;
    margin: 0 2px;
    font-size: 16px
}

    .breadcrumb-view > ul > li > a {
        color: #bdbdbd;
    }

        .breadcrumb-view > ul > li > a:hover {
            color: #fff;
        }

.pro-cir {
    height: 168px;
    width: 168px;
    border-radius: 100%;
    margin: 0 auto;
    border: 4px solid #fff;
    margin-bottom: 15px;
    background-size: cover;
}

.bg-view-in #team {
    margin-top: -100px;
}

.bg-view-in {
    margin-top: 100px;
    padding: 0 0 50px;
}

.team-member ul > li > a {
    margin: 0 3px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    -moz-box-shadow: 0 4px 18px rgba(1,1,1,.35); /* drop shadow */
    -webkit-box-shadow: 0 4px 18px rgba(1,1,1,.35); /* drop shadow */
    box-shadow: 0 4px 18px rgba(1,1,1,.35); /* drop shadow */
    color: #fff;
}

    .team-member ul > li > a:hover {
        box-shadow: none;
    }

.team-member ul {
    text-align: center;
}

    .team-member ul > li {
        display: inline-block;
    }

.team-member h6 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0;
    font-family: roboto;
    font-weight: 400;
}

    .team-member h6 a {
        color: #fff;
    }

        .team-member h6 a:hover {
            color: #29433c;
        }

.team-member p {
    margin-top: 4px;
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    text-align: center;
    font-weight: 300;
}

.team-member ul {
    text-align: center;
    margin: 10px 0 12px;
}

    .team-member ul > li:nth-child(1) > a {
        background-color: #3b5999;
    }

    .team-member ul > li:nth-child(2) > a {
        background-color: #007ab9;
    }

    .team-member ul > li:nth-child(3) > a {
        background-color: #55acee;
    }

.owl-carousel .partners-brand img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.owl-carousel .partners-brand {
    text-align: center;
}

.btm-pad {
    padding-bottom: 170px;
}

.trusted-view h4 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
}

.breadcrumb-view {
    padding: 25px 0;
}

.list-view > h3 {
    color: #988304;
    font-weight: 100;
    margin: 0 0 30px;
}

.list-view ul > li {
    font-size: 18px;
    color: #858383;
    margin-top: 5px;
}

    .list-view ul > li .fa {
        color: #000;
        margin-right: 5px;
        font-size: 16px;
    }

.list-view h2 {
    font-size: 22px;
    color: #858383;
    margin: 0 0 15px;
}

.pad-view {
    padding: 50px 0;
}

.list-view-programs {
    padding-bottom: 180px;
    padding-top: 80px;
}

.program-img {
    width: 280px;
    height: 280px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
}

.program-list {
    width: calc(100% - 285px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
}

li.flex-view {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
}

.program-list h4 {
    margin: 0 0 10px;
    font-size: 24px;
}

.flex-view .program-list {
    padding-left: 0;
    padding-right: 50px;
}

.program-list p {
    font-size: 16px;
    color: #5c5c5c;
}

.list-view-programs > ul > li {
    margin-bottom: 40px;
}

ul.bt-view li {
    background: #f1f1f1;
    display: inline-block;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #ddd;
    margin-right: 5px;
}

    ul.bt-view li .fa {
        color: #988304;
        margin-right: 10px;
    }

.tb-view > ul {
    float: left;
    width: 100%;
    margin: 0 -5px;
}

    .tb-view > ul > li {
        width: 50%;
        float: left;
        padding: 0 5px;
    }

        .tb-view > ul > li span {
            color: #b8b8b8;
            margin-bottom: 3px;
            display: inline-block;
        }

        .tb-view > ul > li a {
            -moz-box-shadow: 0 8px 10px 0 rgba(1,1,1,.1);
            -webkit-box-shadow: 0 8px 10px 0 rgba(1,1,1,.1);
            box-shadow: 0 8px 10px 0 rgba(1,1,1,.1);
            float: left;
            background: #fff;
            padding: 12px 8px;
            color: #988304;
            margin-bottom: 20px;
            text-align: center;
            font-weight: 400;
            display: block;
            width: 100%;
        }

.list-view-programs.pad-btm {
    padding: 0 0 50px;
}

.tb-view > ul > li a:hover {
    background-color: #988304;
    color: #fff;
}

.max-btm-pad {
    padding-bottom: 180px;
}

.img-box {
    min-height: 238px;
    background-size: cover;
    border: 1px solid #ddd;
}

.all-news-view > ul > li {
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-bottom: 25px;
}

.news-thumb > a p {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
}

.news-thumb > a h4 {
    font-size: 16px;
    color: #000;
    font-weight: 100;
}

.news-thumb > a .fa {
    margin-right: 5px;
}

.news-thumb > a p:hover {
    color: #988304;
}

.title-view > span {
    display: inline-block;
    background: #000000;
    color: #fff;
    font-size: 18px;
    padding: 11px 25px;
    font-weight: 600;
    position: relative;
}

    .title-view > span:after {
        position: absolute;
        content: '';
        background-image: url(../images/trinagle.png);
        width: 15px;
        height: 15px;
        background-size: contain;
        top: 0px;
        right: -14px;
    }

.title-view {
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
}

.all-news-view > ul {
    float: left;
    width: 100%;
    margin-bottom: 130px;
}

ul.social > li > span {
    width: 60px;
    height: 60px;
    background: #f1f1f2;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
}

ul.social > li:nth-child(1) > span {
    background-color: #3b5998;
}

ul.social > li:nth-child(2) > span {
    background-color: #0091ea;
}

ul.social > li:nth-child(3) > span {
    background-color: #1976d2;
}

ul.social > li:nth-child(4) > span {
    background-color: #ef6c00;
}

ul.social > li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 5px 0;
}

    ul.social > li h3 {
        font-size: 20px;
        margin: 5px 0 0;
    }

    ul.social > li p {
        color: #676767;
        font-size: 16px;
        margin-bottom: 0;
    }

ul.news-listing > li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

    ul.news-listing > li:last-child {
        border-bottom: 0;
    }

    ul.news-listing > li .news-bg {
        height: 110px;
        width: 125px;
        float: left;
        background-size: cover;
        border: 1px solid #ddd;
    }

    ul.news-listing > li .news-view {
        width: calc(100% - 125px);
        float: right;
        padding-left: 10px;
    }

ul.social > li:last-child {
    border-right: 0;
}

ul.social {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.all-news-view {
    float: left;
    width: 100%;
}

ul.news-listing {
    float: left;
    width: 100%;
    margin-bottom: 200px;
}

    ul.news-listing > li .news-view h4 {
        font-size: 14px;
        color: #000;
        margin: 0 0 6px;
    }

    ul.news-listing > li .news-view p {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
    }

.card-view {
    background: #fff;
    -moz-box-shadow: 0 8px 10px 0 rgba(1,1,1,.1);
    -webkit-box-shadow: 0 8px 10px 0 rgba(1,1,1,.1);
    box-shadow: 0 8px 10px 0 rgba(1,1,1,.1);
    padding: 20px;
    margin-bottom: 30px;
}

    .card-view h2 {
        margin: 0 0 10px;
        font-size: 22px;
    }

.all-news-view.full-view > ul > li {
    width: 100%;
    margin: 0;
}

.full-view .img-box {
    min-height: 450px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.full-view p {
    color: #000000;
    font-size: 26px;
    font-weight: 500;
}

.full-view .news-view p {
    font-size: 15px;
    font-weight: 400;
    color: #949494
}

.icon > a {
    display: inline-block;
    color: #93979d;
    font-size: 18px;
    padding: 0px 14px; /*border-right: 1px solid #93979d;*/
}

    .icon > a:last-child {
        border-right: 0;
    }

    .icon > a:hover {
        color: #fff;
    }

.icon {
    display: inline-block;
    padding: 34px 0;
}

.sticky-b .icon > a:hover {
    color: #988304;
}

/*=================================================
          2. Modal
===============================================*/
/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation .8s ease-out forwards;
    animation: menu-animation .8s ease-out forwards;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px);
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px);
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

/* Styles for dialog window */
.xs-promo-popup .modal-content {
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

.xs-promo-popup .mfp-close {
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    -o-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}

.xs-promo-popup.mfp-ready .mfp-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    -o-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}
/* animate in */

.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*=================================================
          4. Modal Search
===============================================*/
.modal-searchPanel .xs-search-group {
    position: relative;
}

    .modal-searchPanel .xs-search-group input:not([type="submit"]) {
        height: 70px;
        background-color: transparent;
        border-radius: 50px;
        border: 2px solid #FFFFFF;
        color: #FFFFFF;
        padding: 0 30px;
    }

        .modal-searchPanel .xs-search-group input:not([type="submit"])::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #FFFFFF;
        }

        .modal-searchPanel .xs-search-group input:not([type="submit"])::-moz-placeholder { /* Firefox 19+ */
            color: #FFFFFF;
        }

        .modal-searchPanel .xs-search-group input:not([type="submit"]):-ms-input-placeholder { /* IE 10+ */
            color: #FFFFFF;
        }

        .modal-searchPanel .xs-search-group input:not([type="submit"]):-moz-placeholder { /* Firefox 18- */
            color: #FFFFFF;
        }

    .modal-searchPanel .xs-search-group .search-button {
        background-color: #988304;
        border: 0px;
        padding: 0;
        color: #FFFFFF;
        position: absolute;
        right: 10px;
        cursor: pointer;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50px;
        width: 50px;
        border-radius: 0 50px 50px 0;
        z-index: 2;
        border-radius: 100%;
    }

        .modal-searchPanel .xs-search-group .search-button:hover .fa {
            color: #988304;
        }

        .modal-searchPanel .xs-search-group .search-button:hover {
            background-color: #fff;
        }

        .modal-searchPanel .xs-search-group .search-button .fa {
            font-size: 18px;
        }

.xs-search-panel .input-group {
    width: 100%;
}

.card-view > p {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    min-height: 70px
}

.card-view > a {
    color: #000;
    margin-right: 10px;
}

    .card-view > a .fa {
        color: #988304;
    }

.mr-btm-80 {
    padding-bottom: 130px;
}

.card-view > a .fa {
    margin-right: 5px;
}

.cert-pro {
    width: 150px;
    height: 150px;
    -moz-box-shadow: 0 8px 20px rgba(1,1,1,.2);
    -webkit-box-shadow: 0 8px 20px rgba(1,1,1,.2);
    border-radius: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
}

.certificate-view > a > h3 {
    font-family: roboto;
    font-size: 16px;
    text-align: center;
    color: #949494;
    font-weight: 400;
    line-height: 20px;
}

    .certificate-view > a > h3:hover {
        color: #988304;
    }

.certificate-view a:hover .cert-pro {
    -moz-box-shadow: 0 8px 20px rgba(152, 131, 4, 0.3);
    -webkit-box-shadow: 0 8px 20px rgba(152, 131, 4, 0.3);
}

.certificate-view-list {
    margin-bottom: 60px;
}

.certificate-view {
    margin-bottom: 20px;
}

.loaded #loading {
    display: none;
}

#loading {
    background-color: #988304;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

@keyframes animate {
    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.btn.circle-view {
    background: #988304;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    color: #fff;
    position: absolute;
    right: 4px;
    top: 3px;
    cursor: pointer;
}

.updates {
    position: relative;
}

.btn.circle-view:hover {
    background-color: #333;
}

.btm-mro-site {
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 99;
}

    .btm-mro-site > a {
        display: inline-block;
        background: #988304;
        padding: 12px 34px;
        margin-bottom: 15px;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
        -moz-box-shadow: 0 4px 8px rgba(1,1,1,.35);
        -webkit-box-shadow: 0 4px 8px rgba(1,1,1,.35);
        box-shadow: 0 4px 8px rgba(1,1,1,.35);
        color: #fff;
        position: relative;
        font-size: 16px;
        padding-left: 55px;
    }

        .btm-mro-site > a span {
            display: inline-block;
            width: 36px;
            height: 36px;
            border-radius: 100%;
            background: #fff;
            position: absolute;
            left: 6px;
            top: 5px;
            text-align: center;
            line-height: 36px;
            color: #988304;
            font-size: 18px;
        }

        .btm-mro-site > a:hover {
            padding-right: 15px;
        }

.image-view img {
    width: 100%;
}

.modal-custom-lg {
    max-width: 85%;
    width: auto;
}

#service-difficulty h3, #aircraft-ownership h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 500;
    color: #988304;
}

.sub-btn .com-btn {
    padding: 18px 66px;
    margin: 0;
}

.modal-footer.sub-btn {
    text-align: center;
}

.multi-view > div {
    display: inline-block;
    margin-right: 15px;
}

.multi-view > label {
    margin-right: 25px;
}

.checkbox input[type=checkbox] {
    visibility: hidden;
    height: 0;
}

    .checkbox input[type=checkbox] + span {
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: -4px;
        border-radius: 2px;
        border: solid 2px #af9b3f;
        margin: 0 10px 0 0;
        position: relative;
        float: left;
    }

    .checkbox input[type=checkbox]:checked + span:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        height: 8px;
        width: 8px;
        background: #af9b3f;
    }

.radio input[type=radio] {
    visibility: hidden;
    height: 0;
}

    .radio input[type=radio] + span {
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 100%;
        vertical-align: -4px;
        border: solid 2px #af9b3f;
        margin: 0 10px 0 0;
        position: relative;
        float: left;
    }

    .radio input[type=radio]:checked + span:after {
        content: '';
        position: absolute;
        top: 3px;
        border-radius: 100%;
        left: 3px;
        height: 8px;
        width: 8px;
        background: #af9b3f;
    }

/*-----login--------*/

.back-bg {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center; /*background-image: url(../images/banner-bg.png);*/
    background-image: url(../images/hero-bg.jpeg);
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 2;
}

.login-box {
    margin: 0;
    width: 500px;
}

.login-box-body {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    padding: 45px 50px;
}

.login-logo {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-box-msg {
    font-size: 20px;
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
    color: #3a504c;
}

.login-box .form-control {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 40px;
    box-shadow: 0px 0px 20px rgba(183, 183, 183, 0.45);
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    padding-right: 50px;
    width: 100%;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.login-box .form-group {
    margin-bottom: 15px;
    position: relative;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.act-type-view .checkbox {
    color: #3a504c;
    margin: 15px 0 30PX;
    float: left;
    width: 100%;
}

.login-box-body .form-control-feedback {
    color: #777;
}

/*-----login end ---*/

#cookieConsent {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: #e29725;
    z-index: 99;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.15);
    overflow: hidden;
    border-radius: 2px;
    width: 80%;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}

    #cookieConsent .alert {
        margin: 0;
    }

    #cookieConsent a {
        font-weight: 500;
    }

.mr-tp-15 {
    margin-top: 15px;
}

.trusted-view.btm-pad-view {
    padding-bottom: 80px;
}

.trusted-view h4 span {
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}

.banner-caption .banner-title span {
    font-size: 24px;
    vertical-align: top;
    margin-left: -25px;
}

.abt-con-view p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.blue-view {
    display: none;
}

a.white-btn.blue-btn.dark-btn {
    color: #6d6d6d;
    padding: 12px 12px;
    font-size: 15px;
}

    a.white-btn.blue-btn.dark-btn strong {
        color: #9a8409;
    }

.portal-view {text-align: center;}
.portal-view p a {color: #988304;font-weight: 500;}
.portal-view p a:hover,.portal-view p a:focus {color: #000;}
.portal-view p {font-size: 16px;max-width: 900px;margin: 0 auto 40px;}
.action-view a {margin: 0 15px;}
.portal-view img {max-width: 100%;margin: 40px 0 60px;}





@media(max-width:1500px) {
    .sticky-btn > ul > li > a {
        padding: 12px 10px;
        min-width: 180px;
    }

    .btm-mro-site > a {
        min-width: 150px;
        text-align: right;
        padding-right: 15px;
    }
}

@media(max-width:1460px) {
    a.white-btn.blue-btn.dark-btn {
        margin-left: 0;
    }
    .sticky-btn > ul > li > a {
        margin-left: -132px;
    }

        .sticky-btn > ul > li > a:hover {
            margin-left: 0px;
        }
        .sticky-btn > ul > li > a {
            min-width: 180px;
        }
    .btm-mro-site > a {
        margin-right: -200px;
        white-space: nowrap;
    }

        .btm-mro-site > a:hover {
            margin-right: 0px;
        }
}

@media(max-width:991px) {
    .program-list {
        width: calc(100% - 185px);
        padding-left: 35px
    }

    .flex-view .program-list {
        padding-right: 35px;
    }

    .program-img {
        width: 180px;
        height: 180px;
    }

    .img-box {
        min-height: 180px;
    }

    ul.news-listing > li .news-view {
        width: calc(100% - 80px);
    }

    .social-view > ul > li > a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-right: 5px;
    }
}

@media(max-width:767px) {
    

    .social-view > ul > li > a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .social-view {
        padding: 0 0 15px;
        text-align: center;
    }

    .banner-caption .banner-title {
        font-size: 30px;
    }

    .logo-view img {
        height: 65px;
    }

    .inside-view .inner h4 {
        font-size: 32px;
    }

    .sticky-btn > ul > li > a {
        /* margin-left: -105px; */
    }

        .sticky-btn > ul > li > a:hover {
            margin-left: 0;
        }

    .main-banner.inside-view .banner-caption {
        min-height: 46vh;
    }

    .title h1 {
        font-size: 32px;
    }

    .list-view {
        margin-bottom: 40px;
    }

    ul.news-listing > li .news-bg {
        height: 80px;
        width: 80px;
    }

    ul.main-slide > li {
        width: 100%;
        margin: 0;
        margin-bottom: 80px;
    }

        ul.main-slide > li:last-child {
            margin-bottom: 0;
        }

    .com-btn {
        padding: 16px 40px;
    }

    .links, .abt-comp {
        text-align: center;
        margin-bottom: 15px;
    }

    .wd-fix {
        width: auto;
    }

    .icon-burger {
        padding: 22px 0;
    }

    .go-btm {
        bottom: 135px;
    }

        .go-btm a {
            width: 50px;
            height: 50px;
            line-height: 54px;
        }

    .img-box {
        min-height: 120px;
    }

    ul.social-list.version-2 {
        position: unset;
        margin-top: 20px;
        text-align: left;
    }

    footer:after {
        height: 85px;
        top: -85px;
    }

    ul.bt-view li {
        margin-bottom: 8px;
    }

    .main-banner {
        padding: 165px 0 0;
    }

    .modal-custom-lg {
        max-width: none;
    }

    .logo-view {
        text-align: left;
    }

    .image-view {
        margin-bottom: 15px;
    }

    .trusted-view.btm-pad-view {
        padding-bottom: 50px;
    }

    .abt-content p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .banner-caption .banner-title span {
        font-size: 14px;
        margin-left: -15px;
    }

    .abt-con-view {
        text-align: center;
    }
}

@media(max-width:520px) {
    .program-img {
        display: block;
        margin: 0 auto;
    }

    .program-list {
        width: 100%;
        margin-top: 20px;
    }

    li.flex-view {
        display: block;
    }

    .program-list {
        padding: 0;
    }

    .all-news-view > ul > li {
        padding: 0 8px;
    }

    .logo-view img {
        height: 56px;
    }

    .icon-burger {
        padding: 16px 0;
    }
    
}
iframe {
    width: 100%;
    height: 1000px;
}
div#myModal {
    padding-right: 0;
}
body.loaded.modal-open {
    padding-right: 0 !important;
}
.modal-dialog.modal-lg {
    position: absolute;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    left: 0;
    right: 0;
}
