
a[disabled], input[disabled], button[disabled], textarea[disabled] {
    cursor: not-allowed !important;
    opacity: .5 !important;
}

a:focus, input:focus, button:focus, textarea:focus {
    outline: none;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.page-wrap {
    overflow: hidden;
}

.md-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 9;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(6.81818vw + 28.18182px);
        padding-bottom: calc(6.81818vw + 28.18182px);
    }
}

@media (min-width: 1200px) {
    .md-section {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.md-text-left, .text-left {
    text-align: left !important;
}

.md-text-center, .text-center {
    text-align: center !important;
}

.md-text-right, .text-right {
    text-align: right !important;
}

.md-text-underline {
    text-decoration: underline !important;
}

.md-round {
    border-radius: 5px !important;
}

.md-pill {
    border-radius: 50% !important;
}

.md-tb {
    display: table;
    width: 100%;
    height: 100%;
}

.md-tb__cell {
    display: table-cell;
    vertical-align: middle;
}

.md-overlay, [data-gradient-bg] > canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.md-overlay {
    background-color: rgba(0, 0, 0, .4);
}

.bg-fixed {
    background-attachment: fixed;
}

.md-bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.full {
    width: 100%;
    height: 100vh;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe,
.embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* table Responsive */

.table-responsive-01 {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-responsive-01 table > thead > tr > th,
.table-responsive-01 table > thead > tr > td,
.table-responsive-01 table > tbody > tr > th,
.table-responsive-01 table > tbody > tr > td,
.table-responsive-01 table > tfoot > tr > th,
.table-responsive-01 table > tfoot > tr > td {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .table-responsive-02 table, .table-responsive-02 thead,
    .table-responsive-02 tbody, .table-responsive-02 th, .table-responsive-02 td,
    .table-responsive-02 tr {
        display: block;
    }

    .table-responsive-02 thead {
        border-top: 1px solid #e8e8e8 !important;
        border-bottom: none !important;
    }

    .table-responsive-02 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-02 tr {
        padding: 15px 0;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }

    .table-responsive-02 td {
        position: relative;
        padding: 15px 10px 15px 30% !important;
    }

    .table-responsive-02 td:before {
        content: attr(data-th);
        position: absolute;
        top: 15px;
        left: 20px;
        width: 25%;
        padding-right: 10px;
    }
}
a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #efb82b;
}

a:focus {
    text-decoration: none;
}

::-moz-selection {
    color: #fff;
    background-color: #efb82b;
}

::selection {
    color: #fff;
    background-color: #efb82b;
}

.md-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(6.81818vw + 18.18182px);
        padding-bottom: calc(6.81818vw + 18.18182px);
    }
}

@media (min-width: 1200px) {
    .md-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.md-overlay {
    background-color: rgba(0, 0, 0, .7) !important;
}

.md-skin-dark hr {
    border-top-color: #555;
}


/* Typography */

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #828282;
    background-color: #eee;
}

body.md-skin-dark {
    background-color: #444;
}

.md-skin-dark {
    color: #fff;
}

.md-skin-dark h1, .md-skin-dark h2, .md-skin-dark h3, .md-skin-dark h4,
.md-skin-dark h5, .md-skin-dark h6 {
    color: #fff;
}

a {
    transition: all .3s ease;
}

a, input, textarea, select {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
    color: #444;
    font-family: "Oswald", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h3, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

abbr {
    color: #67dee8;
    border-width: 2px;
}

mark, .mark {
    background-color: #426efc;
    color: #fff;
}


/* 3. button
--------------------------------------------------------------------------------*/

.btn {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    border: none;
    transition: all .3s ease !important;
}

.btn:hover {
    color: #f1f1f1;
}

.btn-outline {
    border: 1px solid #fff;
}

.btn-primary {
    background-color: #efb82b;
}

.btn-primary:hover {
    background-color: #da390f;
}

.btn-danger {
    background-color: #d40000;
}

.btn-danger:hover {
    background-color: #a10000;
}

.btn-warning {
    background-color: #ffbf00;
}

.btn-warning:hover {
    background-color: #c90;
}

.btn-success {
    background-color: #3c763d;
}

.btn-success:hover {
    background-color: #2b542c;
}

.btn-info {
    background-color: #31708f;
}

.btn-info:hover {
    background-color: #245269;
}


/* 4. aboutimage
--------------------------------------------------------------------------------*/

.about {
    display: block;
    position: relative;
    margin-bottom: 50px;
    margin-right: 30px;
    min-height: 400px;
}

.about img {
    display: none;
}

@media (min-width: 993px) {
    .about img {
        display: block;
    }

    .about .about-quote {
        position: relative;
        bottom: 20px;
        right: -30px;
        float: right;
        opacity: .98;
    }
}

@media (min-width: 993px) and (min-width: 481px) {
    .about .about-quote {
        position: absolute;
        right: -30px;
        bottom: -30px;
        float: none;
    }
}


/* 5. authorbox
--------------------------------------------------------------------------------*/

.authorbox {
    position: relative;
    padding: 30px 8px;
    overflow: hidden;
}

.authorbox__avartar {
    position: relative;
    float: right;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px;
}

.authorbox__avartar img {
    display: none !important;
}

.authorbox__avartar:after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.authorbox__info {
    text-align: right;
}

.authorbox__name {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}

.authorbox__work {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.authorbox__style-02 .authorbox__avartar {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.authorbox__style-02 .authorbox__info {
    text-align: left;
}

.md-skin-dark .authorbox__work {
    color: #fff;
}


/* 6. copyright_01
--------------------------------------------------------------------------------*/

.footer{
    position: relative;
    padding: 20px 0;
    background-color: #111;
    text-align: center;
    overflow: hidden;
}

.footer__copy {
    line-height: 2.5em;
    margin-bottom: 0;
}

.footer__style-02 .widget-right {
    margin-bottom: 20px;
}

@media (min-width: 1201px) {
    .footer__style-02 {
        text-align: left;
    }

    .footer__style-02 .footer__copy {
        float: left;
    }

    .footer__style-02 .widget-right {
        float: right;
        margin-bottom: 0;
    }
}


/* 7. cta_02
--------------------------------------------------------------------------------*/

.cta-02 {
    background-color: #efb82b;
    padding: 20px 0;
}

.cta-02__title {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 0;
}

@media (min-width: 320px) {
    .cta-02__title {
        font-size: calc(.45455vw + 14.54545px);
    }
}

@media (min-width: 1200px) {
    .cta-02__title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .cta-02__title {
        margin-top: 0;
        margin-bottom: 15px;
    }
}





/* 10. grid-css
--------------------------------------------------------------------------------*/

.grid-css {
    margin: 0;
}

.grid-css .grid-item, .grid-css .grid-sizer {
    width: 100%;
}

.grid-css .grid-item .grid-item__inner .grid-item__content-wrapper {
    background-color: #ccc;
}

.grid-css.grid-css--grid .grid-item__content-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* 11. quote_02
--------------------------------------------------------------------------------*/

.quote-02 {
    max-width: 300px;
    background-color: #efb82b;
    border: 5px solid #fff;
    padding: 20px;
    margin: 0;
    box-shadow: 0 0 5px rgba(68, 68, 68, .6);
}

.quote-02 * {
    color: #fff;
}

.quote-02__text {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.quote-02__text:before {
    content: '\F10D';
    font-family: 'FontAwesome';
    font-size: 25px;
    display: block;
}


/* 12. quote
--------------------------------------------------------------------------------*/

.quote {
    position: relative;
    font-family: "Playfair Display", serif;
    font-style: italic;
    line-height: 2.2em;
    color: #444;
    background-color: #f9f9f9;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 15px 25px;
    margin: 0;
}

.quote:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 30px;
    width: 0;
    height: 0;
    border-top: 15px solid #f9f9f9;
    border-right: 12px solid transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.quote__style-02 {
    border-left: 2px solid #efb82b;
    background-color: transparent;
    padding: 0 10px;
}

.quote__style-02 p {
    color: #000;
}

.quote__style-02:after {
    display: none;
}

.quote__style-03:after {
    right: auto;
    left: 30px;
    border-left: 12px solid transparent;
    border-right: 0;
}


/* 14. document
--------------------------------------------------------------------------------*/

.documents {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 15px;
}

.documents__title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 7px;
}

.documents__title:hover {
    color: #efb82b;
}

.documents__img {
    margin-bottom: 15px;
}

.documents__desc {
    margin-bottom: 30px;
}



/* 17. team
--------------------------------------------------------------------------------*/

.team {
    margin-bottom: 30px;
    overflow: hidden;
}

.team__img {
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.team__img img {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    transition: all .3s ease;
}

.team__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(240, 84, 44, .9);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.team__name {
    font-size: 14px;
    text-transform: uppercase;
}

.team__work {
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-style: italic;
    letter-spacing: 1px;
    color: #444;
    margin-bottom: 10px;
}

.team__text {
    margin-bottom: 20px;
}

.md-skin-dark .team__work {
    color: #ccc;
}


/* 18. sec_title
--------------------------------------------------------------------------------*/

.sec-title {
    margin-bottom: 30px;
}

.sec-title__title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.sec-title__title span {
    color: #efb82b;
}

.sec-title__divider {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #efb82b;
}

.sec-title__lg-title .sec-title__title {
    font-size: 20px;
}

.md-skin-dark .sec-title__title {
    color: #fff;
}

.md-text-center .sec-title__divider {
    margin-left: auto;
    margin-right: auto;
}

.md-text-right .sec-title__divider {
    margin-left: auto;
    margin-right: 0;
}


/* 19. khanh_widget-about
--------------------------------------------------------------------------------*/

.widget-about-01__element {
    margin-bottom: 30px;
    overflow: hidden;
}

.widget-about-01__header {
    overflow: hidden;
}

.widget-about-01__avatar {
    margin-bottom: 30px;
}

.widget-about-01__body {
    overflow: hidden;
}


/* 20. widget_contact
--------------------------------------------------------------------------------*/

.widget-contact__item {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #666;
    ;;
}

.widget-contact__title {
    text-transform: capitalize;
      font-size: 36;
      font-weight: 400
    color: #efb82b;
}

.widget-contact__text {
    display: inline-block;
    
    font-size: 36;
}



/* 35. header-01
--------------------------------------------------------------------------------*/

.header {
    position: relative;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease;
}

.header.search-active .searchbar {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.header.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    z-index: 999;
}

.header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.header-menu__toggle {
    background-color: #111;
}

.header-menu__toggle .menu-toggle__icon,
.header-menu__toggle .menu-toggle__icon:before,
.header-menu__toggle .menu-toggle__icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 20px;
    font-size: 0;
    background-color: #fff;
    margin: auto;
    transition: all .4s ease;
}

.header-menu__toggle .menu-toggle__icon:before {
    top: -12px;
}

.header-menu__toggle .menu-toggle__icon:after {
    bottom: -12px;
}

.page-wrap.active .header {
    left: -300px;
}

.raising-nav {
    z-index: 999;
}

.raising-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.raising-nav li {
    position: relative;
    z-index: 9;
}

.raising-nav li a {
    display: block;
    position: relative;
    text-decoration: none;
}

@media (min-width: 1201px) {
    .raising-nav {
        text-align: center;
    }

    .raising-nav li:hover > a {
        color: #efb82b;
    }

    .raising-nav .raising-menu .sub-menu {
        opacity: 0;
        visibility: hidden;
    }

    .raising-nav .raising-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .raising-nav .raising-menu a {
        padding: 20px 30px;
    }

    .raising-nav .raising-menu .sub-menu {
        text-align: left;
        padding: 0 2px;
    }

    .raising-nav .raising-menu .sub-menu li {
        background-color: #111;
    }

    .raising-nav .raising-menu .sub-menu li:first-child {
        padding-top: 18px;
    }

    .raising-nav .raising-menu .sub-menu li:last-child {
        padding-bottom: 18px;
    }

    .raising-nav .raising-menu .sub-menu a {
        color: #eee;
        padding: 2px 25px;
    }

    .raising-nav .raising-menu .sub-menu a:after {
        right: 15px;
    }

    .raising-nav .raising-menu > li {
        display: inline-block;
    }

    .raising-nav .raising-menu a {
        font-size: 12px;
        color: #828282;
        transition: all 300ms ease;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        padding: 12px 15px;
    }

    .raising-nav .raising-menu .sub-menu {
        display: block !important;
    }

    .raising-nav .raising-menu .sub-menu .current-menu-parent > a,
    .raising-nav .raising-menu .sub-menu .current-menu-item > a {
        color: #efb82b;
    }

    .raising-nav .raising-menu .current-menu-parent > a,
    .raising-nav .raising-menu .current-menu-item > a {
        color: #efb82b;
    }

    .raising-nav .raising-menu .sub-menu {
        width: 200px;
        position: absolute;
        top: 100%;
        z-index: -1;
        left: 0;
        transition: all 300ms ease;
    }

    .raising-nav .raising-menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    .raising-nav .raising-menu .sub-menu li > a {
        font-size: 14px;
        transition: all 300ms ease;
    }

    .raising-nav .raising-menu .sub-menu li:hover > a {
        color: #4aa8ff;
    }

    .raising-nav .raising-toggle-menu {
        display: none;
    }
}

@media (max-width: 1200px) {
    .raising-nav .raising-menu {
        position: fixed;
        top: 0;
        will-change: transform;
    }

    .raising-nav .raising-menu a {
        font-size: 14px;
    }

    .raising-nav .raising-menu a:after {
        right: 0;
        width: 50px;
        text-align: center;
    }

    .raising-nav .raising-menu .sub-menu {
        display: none;
    }

    .raising-nav .raising-menu {
        background-color: #111;
    }

    .raising-nav .raising-menu a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        color: #eee;
    }

    .raising-nav .raising-menu a:after {
        border-left: 1px solid rgba(255, 255, 255, .1);
    }

    .raising-nav .raising-menu {
        left: 0;
        width: 280px;
        background-color: #111;
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
    }

    .raising-nav .active.raising-menu {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .raising-nav .raising-menu {
        z-index: 99999;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left;
        width: 300px;
        transition: all 300ms ease;
    }

    .raising-nav .raising-menu li {
        position: relative;
    }

    .raising-nav .raising-menu a {
        padding: 12px 15px;
        font-size: 16px;
        text-transform: capitalize;
        color: #828282;
    }

    .raising-nav .raising-menu a:hover {
        color: #fff;
    }

    .raising-nav .raising-menu .active > a {
        color: #fff;
    }

    .raising-nav .raising-menu .current-menu-parent > a,
    .raising-nav .raising-menu .current-menu-item > a {
        color: #fff;
    }

    .raising-nav .raising-menu .sub-menu a {
        padding: 12px 15px;
    }

    .raising-nav .raising-menu .sub-menu .menu-item-has-children > a:hover {
        color: #4aa8ff;
    }

    .raising-nav .raising-menu .sub-menu .menu-item-has-children.active > a {
        color: #4aa8ff;
    }

    .raising-nav .raising-toggle-menu {
        display: block;
    }
}

.raising-nav {
    display: inline-block;
    vertical-align: middle;
}

.raising-nav li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #efb82b;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.raising-nav li.current:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.raising-nav li.current a {
    color: #efb82b;
}

.raising-menu.active ~ .navbar-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.raising-menu.active ~ .navbar-toggle span:nth-child(2) {
    opacity: 0;
    left: -40px;
}

.raising-menu.active ~ .navbar-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

@media (min-width: 1201px) {
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 1199px) {
    .raising-nav .raising-menu {
        left: auto;
        right: 0;
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0);
    }
}

.navbar-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    background-color: #111;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}


/* 36. header_01
--------------------------------------------------------------------------------*/

.hero .swiper-button-custom {
    display: none;
}

.hero .swiper-button-custom > div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background-color: rgba(240, 84, 44, .6);
}

.hero .swiper-button-custom > div:hover {
    background-color: #efb82b;
    color: #fff;
}


.hero .swiper-pagination-custom {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 9;
}

.hero .swiper-pagination-bullet {
    opacity: .6;
}

.hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.hero__wrapper {
    padding: 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero__title {
    font-size: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .hero__title {
        font-size: calc(2.27273vw + 32.72727px);
    }
}

@media (min-width: 1200px) {
    .hero__title {
        font-size: 60px;
    }
}

.hero__desc {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .hero__desc {
        font-size: calc(1.02273vw + 12.72727px);
    }
}

@media (min-width: 1200px) {
    .hero__desc {
        font-size: 25px;
    }
}

@media (min-width: 993px) {
    .hero__wrapper {
        height: 600px;
        padding: 0;
    }

    .hero__inner {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .hero .swiper-button-custom {
        display: block;
    }

    .hero .swiper-pagination-custom {
        display: none;
    }
}




/* 38. Reset Row Boostrap
--------------------------------------------------------------------------------*/

.row-grap {
    margin: 0;
}

.row-grap > [class*="col-"] {
    padding: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}



/* 39. Font
--------------------------------------------------------------------------------*/

.font-family {
    font-family: "Open Sans", sans-serif;
}

.font-secondary {
    font-family: "Oswald", sans-serif;
}

.font-tertiary {
    font-family: "Playfair Display", serif;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}



/* 40. ol ul
--------------------------------------------------------------------------------*/

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



/* 41. Margin Padding
--------------------------------------------------------------------------------*/

.mb-0 {
    margin-bottom: 0 !important;
}

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

.pd-0 {
    padding: 0;
}

.ohidden {
    overflow: hidden;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

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

.mb-35 {
    margin-bottom: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

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

.mb-65 {
    margin-bottom: 65px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mt-75 {
    margin-top: 75px;
}



/* 42. Custom Gird
--------------------------------------------------------------------------------*/

.grid-css .grid-item .grid-item__inner .grid-item__content-wrapper {
    background-color: transparent;
    overflow: hidden;
}

.filter {
    position: relative;
}

.filter__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}

.filter__list li {
    display: block;
    margin: 6px 10px;
}

.filter__list li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #444;
}

.filter__list li.current a {
    color: #efb82b !important;
}

@media (min-width: 769px) {
    .filter__list li {
        display: inline-block;
    }
}

.md-skin-dark .filter__list li a {
    color: #fff;
}

.grid-portfolio {
    position: relative;
}

.grid-portfolio.grid-css--grid .grid-item__inner {
    padding-top: 87%;
}







/* 45. Main-Contet, Sidebar
--------------------------------------------------------------------------------*/

.main-content {
    overflow: hidden;
    margin-bottom: 40px;
}

.main-content .client {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.sidebar-02 {
    border: 2px solid #ffbf00;
    padding: 30px;
    background-color: #f9f9f9;
}





/* Page wrap
--------------------------------------------------------------------------------*/

.page-wrap {
    position: relative;
    left: 0;
}

.page-wrap.active {
    left: -300px;
}



/* Custom
--------------------------------------------------------------------------------*/

.pt-300 {
    padding-top: 300px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.bg-1 {
    background-image: url("../img/slider/1.jpg");
}

.bg-color-white {
    background-color: #fff;
}
