/*--------------------------------------------------------------
  Common
--------------------------------------------------------------*/
html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

body {
    background: #fff;
    font: 400 18px/1.8 "Helvetica-Compressed", sans-serif;
    font-weight: 5px;
    color: #2D2D2D;
    -webkit-font-smoothing: antialiased;
}

footer {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
}

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

iframe {
    border: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pattaya&display=swap');

/*1*/

h1,
h2,
h3,
h4,
h5,
em {
    color: #FFF;
}

h1,
h2,
em strong {
    font: 900 117px/117px 'Helvetica-Compressed', sans-serif;
}

h1 {
    letter-spacing: -8px;
}

h2,
em strong {

    word-spacing: -4px;
}

em {
    display: block;
}

h3,
em {
    font: 300 97px/97px 'Helvetica-Compressed', sans-serif;

}

h4 {
    font: 900 87px/87px 'Helvetica-Compressed', sans-serif;
    word-spacing: 11px;
}

h5 {
    font: 900 57px/67px 'Helvetica-Compressed', sans-serif;
    letter-spacing: -2.28px;
    color: #280066 !important;
    opacity: 0.56;
}

.lt-ie9 h5 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.56)";
    filter: alpha(opacity=56.0);
}

h6 {
    font: 600 24px/35px 'Helvetica-Compressed', sans-serif;
    color: #fff;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
    text-decoration: underline;
}

p .fa,
.marked-list .fa,
.list .fa {
    text-decoration: none;
}

time {
    display: block;
    position: relative;
    text-align: center;
    margin: 57px 0 0 26px;
}

time span {
    font: 900 50px/30px 'Helvetica-Compressed', sans-serif;
    letter-spacing: -1px;
}

time:before {
    position: absolute;
    content: '\f133';
    font-size: 133px;
    line-height: 133px;
    font-family: 'FontAwesome';
    top: -51px;
    left: -26px;
}

blockquote {
    background: #fb6e1a;
    padding: 36px 39px 40px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

blockquote q {
    display: block;
    color: #fff;
    font: 600 24px/35px "Raleway", sans-serif;
}

blockquote img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

blockquote:hover {
    background: #de5504;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

h6 a:hover {
    color: #b7b3b3;
}

h6 a:active {
    color: #9e9999;
}

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

/*2*/

.off {
    margin-top: 38px;
}

h4+.row {
    margin-top: 30px;
}

*+p,
*+q {
    margin-top: 15px;
}

*+.btn,
h4+.off {
    margin-top: 19px;
}

*+.btn-small,
.row+.row {
    margin-top: 32px;
}

*+.addr,
h4+p,
.thumb+h6,
h4+h6 {
    margin-top: 20px;
}

h6+p,
a+.off {
    margin-top: 0;
}

.row+.btn-small {
    margin-top: 50px;
}

h5+.off,
h4+.off1,
*+.contact-form,
*+.mail-2 {
    margin-top: 27px;
}

p+h6 {
    margin-top: 25px;
}

*+.btn-small.off,
.row+.row__off {
    margin-top: 41px;
}

.mt,
h6+.off,
*+.contacts-many,
*+.mail-1 {
    margin-top: 9px;
}

*+.border-block {
    margin-top: -11px;
}

/*NAVBAR*/

.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}


/**/


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 767px) {
    .navbar-header {
        float: left;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 768px) {

    .navbar>.container,
    .navbar>.container-fluid {
        margin-left: -15px;
    }

    .navbar-brand>img {
        margin-left: 20px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

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

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }

    /*.navbar-header {
        background-color: rgba(40,0,102,0.7);
        width: 100%;
        padding:40px 30px 20px 60px;
        left: 175px;
    }*/

    .navbar-brand>img {
        display: block;
    }

    img.nav-logo {
        display: block;
    }

    @media (min-width: 768px) {
        .navbar-nav {
            float: left;
            margin: 0;
        }

        .navbar-nav>li {
            float: left;
        }

        .navbar-nav>li>a {
            padding-top: 15px;
            padding-bottom: 15px;
        }
    }

    .navbar-form {
        padding: 10px 15px;
        margin-top: 8px;
        margin-right: -15px;
        margin-bottom: 8px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    }

    @media (min-width: 768px) {
        .navbar-form .form-group {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle;
        }

        .navbar-form .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle;
        }

        .navbar-form .form-control-static {
            display: inline-block;
        }

        .navbar-form .input-group {
            display: inline-table;
            vertical-align: middle;
        }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group>.form-control {
            width: 100%;
        }

        .navbar-form .control-label {
            margin-bottom: 0;
            vertical-align: middle;
        }

        .navbar-form .radio,
        .navbar-form .checkbox {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
            vertical-align: middle;
        }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

        .navbar-form .has-feedback .form-control-feedback {
            top: 0;
        }
    }

    @media (max-width: 767px) {
        .navbar-form .form-group {
            margin-bottom: 5px;
        }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
    }

    @media (min-width: 768px) {
        .navbar-form {
            width: auto;
            padding-top: 0;
            padding-bottom: 0;
            margin-right: 0;
            margin-left: 0;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }

    .navbar-nav>li>.dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
        margin-bottom: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .navbar-btn {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .navbar-text {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    @media (min-width: 768px) {
        .navbar-text {
            float: left;
            margin-right: 15px;
            margin-left: 15px;
        }
    }

    @media (min-width: 768px) {
        .navbar-left {
            float: left !important;
        }

        .navbar-right {
            float: right !important;
            margin-right: -170px;
        }

        .navbar-right~.navbar-right {
            margin-right: 0;
        }
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-brand {
        color: #777;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #5e5e5e;
        background-color: transparent;
    }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav>.disabled>a,
    .navbar-default .navbar-nav>.disabled>a:hover,
    .navbar-default .navbar-nav>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #ddd;
    }

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

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    @media (max-width: 767px) {
        .navbar-default .navbar-nav .open .dropdown-menu>li>a {
            color: #777;
        }

        .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
            color: #333;
            background-color: transparent;
        }

        .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
        .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
            color: #555;
            background-color: #e7e7e7;
        }

        .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
        .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
            color: #ccc;
            background-color: transparent;
        }
    }

    .navbar-default .navbar-link {
        color: #777;
    }

    .navbar-default .navbar-link:hover {
        color: #333;
    }

    .navbar-default .btn-link {
        color: #777;
    }

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

    .navbar-inverse {
        background-color: #222;
        border-color: #080808;
    }

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav>.disabled>a,
    .navbar-inverse .navbar-nav>.disabled>a:hover,
    .navbar-inverse .navbar-nav>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #333;
    }

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

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus {
        color: #fff;
        background-color: #080808;
    }

    @media screen and (max-width: 767px) {
        .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
            border-color: #080808;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
            background-color: #080808;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
            color: #9d9d9d;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
            color: #fff;
            background-color: transparent;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
        .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
            color: #fff;
            background-color: #080808;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
        .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
            color: #444;
            background-color: transparent;
        }
    }

    .navbar-inverse .navbar-link {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link {
        color: #9d9d9d;
    }

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }


    /*END NAVBAR*/

    /*=======================================================
                        Components
=========================================================*/
    /*==================     Brand     ======================*/
    .font-theme {
        font-family: 'Helvetica-Compressed';
    }

    .brand {
        display: inline-block;
    }

    .brand_name {
        position: relative;
        padding-left: 59px;
        z-index: 0;
    }

    .brand_logo:before {
        position: absolute;
        content: '';
        background: url(../images/logo.png) no-repeat;
        top: 0;
        left: 0;
        width: 99px;
        height: 100px;
        z-index: -1;
    }

    .brand_slogan {
        float: left;
        font-size: 37px;
        line-height: 35px;
        letter-spacing: -0.74px;
        color: #FFF;
        margin: 69px 0 0 2px;
    }

    /*==================  Backgrounds  ======================*/
    .bg-primary {
        background: #25589A;
    }

    .bg-image {
        background: #280066;
    }

    .bg-image-yellow {
        background: url(../images/images-bg/bg-alcatraces-index-yellow.jpg) 100% top;
    }
}

@media screen and (min-width: 768px) {
    .bg-image {
        background: url(../images/images-bg/bg-alcatraces-index-purple.jpg) no-repeat 100% bottom;
    }

    .bg-image-yellow {
        background: url(../images/images-bg/bg-alcatraces-index-yellow.jpg) no-repeat 100% bottom;
    }
}

@media screen and (min-width: 1920px) {
    .bg-image {
        background: url(../images/images-bg/bg-alcatraces-index-purple.jpg) no-repeat 100%;
        background-size: cover;
    }

    .bg-image-yellow {
        background: url(../images/images-bg/bg-alcatraces-index-yellow.jpg) no-repeat 100%;
        background-size: cover;
    }
}

/*==================     Skins     ======================*/
.skin-1 {
    background: #f7ba00;
}

.skin-2 {
    background: #f73961;
}

.skin-3 {
    background: #9023B0;
}

.skin-4 {
    background: #fb6e1a;
}

.skin-5 {
    background: #4b68e7;
}

/*==================     Paints    ======================*/
.paint {
    color: #fff;
}

.paint-1 {
    color: #280066;
}

.paint-2 {
    color: #f2ad00;
}

.paint-3 {
    color: #d80473;
}

.paint-4 {
    color: #87c82a;
}

.paint-5 {
    color: #ac26c3;
}

.paint-6 {
    color: #9023B0;
}

.paint-7 {
    color: #f2ad00;
}

/*==================   Distances  ======================*/
.distance-1 {
    padding-right: 370px;
}

.distance-2 {
    padding-right: 70px;
    letter-spacing: 2px;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
    display: inline-block;
    font: 700 33px/35px "Raleway", sans-serif;
    padding: 27px 29px 28px;
    color: #FFF;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-small {
    display: inline-block;
    font: 600 24px/25px "Raleway", sans-serif;
    color: #fff;
    padding: 32px 30px 33px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*==================     BtnSkins     ======================*/
.btn-skin-1 {
    background: #f73961;
}

.btn-skin-1:hover {
    background: #ac26c3;
}

.btn-skin-1:active {
    background: #861e98;
}

.btn-skin-2 {
    background: #fb6e1a;
}

.btn-skin-2:hover {
    background: #ffc200;
}

.btn-skin-2:active {
    background: #cc9b00;
}

.btn-skin-3 {
    background: #87c82a;
}

.btn-skin-3:hover {
    background: #0ec7a7;
}

.btn-skin-3:active {
    background: #0b977f;
}

.btn-skin-4 {
    background: #4b68e7;
}

.btn-skin-4:hover {
    background: #25589A;
}

.btn-skin-4:active {
    background: #1b4171;
}

/*==================   TimeSkins   ======================*/
.time-skin-1:before {
    color: #87c82a;
}

.time-skin-2:before {
    color: #f73961;
}

.time-skin-3:before {
    color: #0ec7a7;
}

.time-skin-4:before {
    color: #fb6e1a;
}

/*==================      Box      ======================*/
.box:before,
.box:after {
    display: table;
    content: "";
    line-height: 0;
}

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

.box_cnt__no-flow {
    overflow: hidden;
}

/*==================   Index List  ======================*/
.index-list {
    counter-reset: li;
    color: #fff;
}

.index-list li {
    position: relative;
    box-sizing: border-box;
    padding-left: 100px;
}

.index-list li:before {
    position: absolute;
    content: counter(li, decimal) ".";
    counter-increment: li;
    font: 600 37px/50px "Raleway", sans-serif;
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 9px;
    left: 0;
    text-align: center;
}

.index-list li a {
    font: 600 24px/35px "Raleway", sans-serif;
}

.index-list li a:hover {
    color: #d80473;
}

.index-list li a:active {
    color: #d80473;
}

.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
    clear: left;
}


/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 240px;
    padding: 20px 0;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 9px 25px 11px;
}

.rd-mobilemenu_ul a:hover {
    background: #25589A;
    color: #FFF;
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

.rd-mobilepanel_toggle::-moz-focus-inner {
    border: none;
    padding: 0;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
    top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent;
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 767px) {

    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}

/*==================  Stuck menu  ======================*/
.isStuck {
    background: #4b68e7;
    z-index: 999;
    border-bottom: 1px solid #333333;
}

.isStuck h1 {
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -3px;
}

.isStuck .contacts,
.isStuck .brand_slogan {
    display: none;
}

.isStuck .posit-wrap {
    left: 420px;
    bottom: 12px;
}

.isStuck .sf-menu>li>a {
    padding: 11px 20px;
    font-size: 20px;
    line-height: 30px;
}

.isStuck .sf-menu ul {
    margin-top: 6px;
}

.isStuck .sf-menu ul>li>a {
    padding: 11px 20px;
}

.isStuck .brand_name {
    padding-left: 38px;
}

.isStuck .brand_logo:before {
    background: url(../images/logo_stuck.png) no-repeat;
    width: 59px;
    height: 60px;
    top: 4px;
}

@media (min-width: 1140px) and (max-width: 1299px) {
    .isStuck .posit-wrap {
        left: 320px;
    }
}

@media (min-width: 1100px) and (max-width: 1139px) {
    .isStuck .posit-wrap {
        left: 285px;
    }
}

@media (min-width: 980px) and (max-width: 1099px) {
    .isStuck .posit-wrap {
        left: 260px;
    }
}

@media (min-width: 980px) and (max-width: 1099px) {
    .isStuck .sf-menu>li>a {
        font-size: 18px;
        line-height: 28px;
        padding: 11px 15px;
    }
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

/*==================     ToTop     ======================*/
.toTop {
    width: 70px;
    height: 70px;
    font-size: 50px;
    line-height: 62px;
    color: #fff;
    background: #4b68e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 200px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover {
    background: #25589A;
    text-decoration: none;
}

.toTop:active {
    background: #1b4171;
}

@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}

/*==================  RD Parallax    ======================*/
.parallax {
    position: relative;
    overflow: hidden;
}

.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #SA-slider-thumbs {
        max-width: 100vw;
    }
}

.thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.thumb_overlay:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font: 400 30px "FontAwesome";
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
}

.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(75, 104, 231, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#804B68E7', endColorstr='#804B68E7')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#804B68E7', endColorstr='#804B68E7');
    zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
    display: block;
}

/*==================  GOOGLE MAP  ======================*/
.map_model {
    height: 460px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.map_model img {
    max-width: none !important;
}

@media (max-width: 979px) {
    .map_model {
        height: 370px;
    }
}

@media (max-width: 767px) {
    .map_model {
        height: 250px;
    }
}

@media (max-width: 479px) {
    .map_model {
        height: 200px;
    }
}

.map_locations {
    display: none;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
    position: relative;
    background: #4b68e7;
    padding: 34px 0 69px;
}

header .brand,
header .brand_name {
    float: left;
}

header .contacts {
    float: right;
    margin-top: 26px;
}

@media (max-width: 767px) {
    header {
        text-align: center;
    }

    header .brand,
    header .brand_name,
    header .contacts {
        float: none;
    }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
    background: #fff;
}

/*==================      Well     ======================*/
.well {
    padding: 190px 0 207px;
}

.well-1 {
    padding: 87px 0 82px;
}

.well-1>.container>p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 10px;
}

.well-2 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 10px;
    letter-spacing: 0;
    padding: 40px 0;
}

.well-3 {
    padding: 79px 0 89px;
}

.well-3__off {
    padding-bottom: 98px;
}

.well-3__off1 {
    padding-top: 77px;
}

.well-3__off2 {
    padding-top: 102px;
}

.well-3__off3 {
    padding-bottom: 102px;
}

.well-3__off4 {
    padding-bottom: 78px;
}

.well-3__off5 {
    padding-bottom: 112px;
}

p.buy-note {
    margin-top: -20px;
}

@media screen and (max-width: 767px) {
    .well-1 p {
        line-height: 1.1;
        margin-top: 30px;
    }

    .well-2 {
        top: -60px;
    }

    .well-2 p {
        line-height: 1.1;
    }

    .well-3 h4 {
        text-align: center;
    }
}

/*==================      Contacts     ======================*/
.contacts:before,
.contacts:after {
    display: table;
    content: "";
    line-height: 0;
}

.contacts:after {
    clear: both;
}

.contacts dt,
.contacts dd {
    color: #FFF;
    float: right;
    letter-spacing: -0.5px;
}

.contacts dt {
    font: 600 24px/43px "Raleway", sans-serif;
}

.contacts dd {
    font: 700 34px/40px "Raleway", sans-serif;
    clear: both;
}

.contacts a:hover {
    color: #15dbf3;
    text-decoration: none;
}

.contacts a:active {
    color: #0ab6cb;
}

.contacts__md {
    clear: none;
}

.contacts__md dt,
.contacts__md dd {
    float: none;
}

.contacts__md dd {
    padding-right: 7px;
}

.contacts-many {
    font: 400 15px/25px "Raleway", sans-serif;
}

.contacts-many dd {
    padding-left: 69px;
}

/*==================    PositionWrap   ======================*/
.posit-wrap {
    position: absolute;
    content: '';
    bottom: -44px;
    left: 0;
    right: 0;
    z-index: 1;
}

/*==================     ImgWrap    ======================*/
.img-wrap {
    position: relative;
    display: inline-block;
}

.img-wrap:after {
    position: absolute;
    content: '';
    background: url("../images/page-1_img10.png") no-repeat;
    width: 89px;
    height: 55px;
    bottom: 2px;
    right: -101px;
}

/*==================      Link     ======================*/
.link {
    color: #777;
}

/*==================      Event    ======================*/
.event {
    color: #fff;
}

.event i {
    text-align: center;
    font-size: 75px;
    line-height: 154px;
    margin-top: 6px;
    width: 154px;
    height: 154px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.event .box_cnt__no-flow {
    padding-left: 32px;
}

.event1 .box_cnt__no-flow {
    padding-left: 54px;
}

/*==================   BorderBlock  ======================*/
.border-block {
    border: solid 1px #E5E5E5;
    border-top: none;
    padding: 31px 24px 31px 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/*==================     Widgets    ======================*/
.container .widget-wrap [class*="grid_"] {
    float: none;
    margin-left: 0;
    width: 100%;
}

.container .widget-wrap [class*="grid_ft"] {
    width: 96%;
}

#twitter-widget-0 {
    width: 570px !important;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #fb6e1a;
}

footer *+p {
    margin-top: 0;
}

/*==================  Address & mail  ======================*/
.mail,
.addr,
.mail-1 a,
.mail-2 {
    font: 600 24px/43px "Raleway", sans-serif;
}

.addr__md {
    line-height: 35px;
}

.addr dt,
dd {
    display: inline-block;
}

.mail a {
    color: #15dbf3;
}

.mail a:hover {
    color: #fff;
    text-decoration: none;
}

.mail a:active {
    color: #e6e6e6;
}

.mail-1 {
    line-height: 50px;
}

.mail-2 {
    display: inline-block;
    color: #15dbf3;
}

.mail-2:hover {
    text-decoration: underline;
}

.mail-2:active {
    color: #0ab6cb;
}

/*========================================================
                     Responsive
=========================================================*/
@media (max-width: 1199px) {
    .distance-2 {
        padding-right: 0;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    h4 {
        font-size: 82px;
        line-height: 82px;
    }

    .bg-image {
        background-position: 128% bottom;
    }

    .mail,
    .addr {
        font-size: 23px;
    }

    h6 {
        font-size: 21px;
    }

    .border-block h6 {
        font-size: 19px;
    }

    .container .widget-wrap [class*="grid_"] {
        width: 80%;
    }
}

@media (max-width: 979px) {

    .mail,
    .addr,
    .contacts__md dt {
        font-size: 18px;
        line-height: 37px;
    }

    .contacts__md dd {
        font-size: 29px;
        line-height: 37px;
    }
}

@media (min-width: 768px) and (max-width: 979px),
(max-width: 479px) {
    blockquote q {
        font-size: 19px;
        line-height: 30px;
    }

    .img-wrap:after {
        display: none;
    }

    .index-list li {
        padding-left: 70px;
    }

    .index-list li:before {
        font-size: 30px;
        line-height: 42px;
        height: 50px;
        width: 50px;
        top: 4px;
        border-width: 4px;
    }

    .index-list li a {
        font-size: 20px;
        line-height: 31px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #twitter-widget-0 {
        width: 347px !important;
    }

    .container .widget-wrap [class*="_fancy"] {
        width: 347px;
    }

    .container .widget-wrap [class*="grid_ft"] {
        width: 94%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    h1 {
        font-size: 113px;
        line-height: 113px;
    }

    h2,
    em strong {
        font-size: 101px;
        line-height: 101px;
    }

    h3,
    em {
        font-size: 87px;
        line-height: 87px;
    }

    h4 {
        font-size: 66px;
        line-height: 66px;
    }

    h6 {
        font-size: 18px;
    }

    header {
        padding: 30px 0 40px;
    }

    .brand_slogan {
        font-size: 32px;
    }

    .posit-wrap {
        bottom: -27px;
    }

    .bg-image {
        background-position: 131% bottom;
    }

    .well-1.bg-image {
        padding-top: 30px;
    }

    .event i {
        font-size: 50px;
        height: 129px;
        line-height: 129px;
        width: 128px;
    }

    .event .box_cnt__no-flow {
        padding-left: 15px;
    }

    .contacts-many dd {
        padding-left: 39px;
    }

    .mail-1 {
        line-height: 42px;
    }

    .mail-1 a {
        font-size: 20px;
        line-height: 39px;
    }
}

@media (max-width: 767px) {

    header,
    [class*="well"] {
        padding: 30px 0;
    }

    #twitter-widget-0 {
        width: 270px !important;
    }

    .container .widget-wrap [class*="_fancy"] {
        width: 270px;
    }

    .container .widget-wrap [class*="grid_ft"] {
        width: 92%;
    }

    .brand_slogan {
        margin: 0;
    }

    .contacts dd,
    .contacts dt {
        float: none;
    }

    .distance-1 {
        padding-right: 0;
    }

    h3,
    h4 {
        letter-spacing: 0;
    }

    h4 {
        word-spacing: 0;
    }

    .bg-image {
        background-image: none;
    }

    .event .box_aside {
        float: none;
        text-align: center;
    }

    .event .box_cnt__no-flow {
        padding-left: 0;
    }

    .event .box_aside+.box_cnt__no-flow {
        margin-top: 10px;
    }

    .btn,
    .btn-small {
        font-size: 20px;
        line-height: 22px;
        padding: 20px 22px;
    }

    .copyright {
        top: 30px;
        font-size: 14px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    h2,
    em strong {
        font-size: 54px;
        line-height: 54px;
        letter-spacing: -0.68px;
    }

    h3,
    em {
        font-size: 55px;
        line-height: 55px;
    }

    h4 {
        font-size: 66px;
        line-height: 66px;
    }

    .container .widget-wrap [class*="grid_"] {
        width: 75%;
    }
}

@media (max-width: 479px) {

    h2,
    em strong {
        font-size: 33px;
        line-height: 33px;
        letter-spacing: 0;
    }

    h3,
    em {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 0;
    }

    h4 {
        font-size: 43px;
        line-height: 43px;
    }

    h5 {
        font-size: 43px;
        letter-spacing: 0;
        line-height: 52px;
    }

    h6 {
        font-size: 21px;
    }

    blockquote {
        text-align: center;
    }

    .event1 .box_aside {
        float: none;
    }

    .event1 .box_cnt__no-flow {
        padding-left: 0;
        margin-top: 30px;
    }

    time:before {
        left: 50%;
        margin-left: -66px;
    }
}


/*3*/

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

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

.position-relative {
    position: relative;
}

.leftauto {
    right: 0 !important;
    left: auto !important;
}

/* Transition elements */
a,
.btn {
    transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image>img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
    transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs>li>a,
.nav-pills>li>a {
    border-radius: 2px;
}

.pr-remove {
    /*vertical-align: middle !important;*/
    text-align: center;
}

.examples {
    border-radius: 2px;
    padding: 7px 5px;
    margin: 0 0 40px;
}

.examples.bg-dark {
    background: #333;
    border: 0;
}

.et-icons .box1 {
    border: 1px solid #e5e5e5;
    display: block;
    width: 25%;
    float: left;
    padding: 0;
    font-size: 13px;
    margin: -1px 0 0 -1px;
}

.et-icons .box1>span {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    margin-right: 5px;
}

.fa-icons>div {
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
    font-size: 13px;
}

.fa-icons>div>i {
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    border-right: 1px solid #f1f1f1;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Sections */
.navbar-custom+.main {
    margin-top: 50px;
}

.main {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.module,
.module-small {
    position: relative;
    padding: 140px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

/* Module header */
.module-small {
    padding: 70px 0;
}

.module-extra-small {
    padding: 25px 0px;
}

.module-medium {
    padding: 75px 0px;
}

.holder-w {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 1px;
    width: 50%;
}

.holder-w:before {
    border-top: 1px solid #eaeaea;
    position: relative;
    display: block;
    content: "";
    top: 1px;
    height: 1px;
    width: 100%;
}

/* Sections dividers */
.divider-w {
    border-top: 1px solid #eaeaea;
    margin: 0;
}

.divider-d {
    border-top: 1px solid #202020;
    margin: 0;
}

/* Half-image */
.side-image {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.side-image-text {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
    color: #fff;
}

.bg-dark {
    background: #280066;
}

.bg-dark-30:before {
    position: absolute;
    background: rgba(2, 2, 2, 0.4);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.9);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-gradient:before {
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-8 */
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-light {
    background: #f6f6f6;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
}

/* Vertical margin, padding */
.p-0 {
    padding: 0 !important;
}

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

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

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

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

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

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

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

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

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

.mt-10 {
    margin-top: 10px !important;
}

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

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

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

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

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

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

.mt-80 {
    margin-top: 80px !important;
}

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

.mb-10 {
    margin-bottom: 10px !important;
}

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

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

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

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

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

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

.mb-80 {
    margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-10 {
        margin-top: 10px !important;
    }

    .mt-sm-20 {
        margin-top: 20px !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .mt-sm-40 {
        margin-top: 40px !important;
    }

    .mt-sm-50 {
        margin-top: 50px !important;
    }

    .mt-sm-60 {
        margin-top: 60px !important;
    }

    .mt-sm-70 {
        margin-top: 70px !important;
    }

    .mt-sm-80 {
        margin-top: 80px !important;
    }

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

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .mb-sm-40 {
        margin-bottom: 40px !important;
    }

    .mb-sm-50 {
        margin-bottom: 50px !important;
    }

    .mb-sm-60 {
        margin-bottom: 60px !important;
    }

    .mb-sm-70 {
        margin-bottom: 70px !important;
    }

    .mb-sm-80 {
        margin-bottom: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-10 {
        margin-top: 10px !important;
    }

    .mt-xs-20 {
        margin-top: 20px !important;
    }

    .mt-xs-30 {
        margin-top: 30px !important;
    }

    .mt-xs-40 {
        margin-top: 40px !important;
    }

    .mt-xs-50 {
        margin-top: 50px !important;
    }

    .mt-xs-60 {
        margin-top: 60px !important;
    }

    .mt-xs-70 {
        margin-top: 70px !important;
    }

    .mt-xs-80 {
        margin-top: 80px !important;
    }

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

    .mb-xs-10 {
        margin-bottom: 10px !important;
    }

    .mb-xs-20 {
        margin-bottom: 20px !important;
    }

    .mb-xs-30 {
        margin-bottom: 30px !important;
    }

    .mb-xs-40 {
        margin-bottom: 40px !important;
    }

    .mb-xs-50 {
        margin-bottom: 50px !important;
    }

    .mb-xs-60 {
        margin-bottom: 60px !important;
    }

    .mb-xs-70 {
        margin-bottom: 70px !important;
    }

    .mb-xs-80 {
        margin-bottom: 80px !important;
    }
}

/* Scroll to top */
.scroll-up {
    position: fixed;
    display: none;
    bottom: 7px;
    right: 7px;
    z-index: 999;
}

.scroll-up a {
    background: #280066;
    display: block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #f2ad00;
    margin-bottom: 45px;
    border-radius: 7px;
}

.scroll-up a:hover,
.scroll-up a:active {
    opacity: 1;
    background: #f2ad00;
    color: #280066;
}

/* Video */
.video-controls-box {
    position: absolute !important;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.video-controls-box a {
    display: inline-block;
    color: #fff;
    margin: 0 5px 0 0;
}

/* Landing Page */
.landing-reason:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
    color: #fff;
    font-size: 13px;
}

.landing-image-text {
    padding-top: 70px;
    padding-bottom: 0px;
}

.landing-image-text h2 {
    margin-top: 100px;
    margin-bottom: 15px;
}

.landing-screenshot:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(66, 60, 130, 0.5);
}

.alert i {
    margin-right: 5px;
}

/*--------------------------------------------------------------
  Buttons
--------------------------------------------------------------*/
.btn {
    border-radius: 0;
    font-family: 'Helvetica-Compressed';
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 50 !important;
    padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.btn.btn-round {
    border-radius: 2px;
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn.btn-w {
    background: rgba(255, 255, 255, 0.8);
    color: #2D2D2D;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
    background: white;
    color: #2D2D2D;
}

.btn.btn-g {
    background: #e5e5e5;
    color: #2D2D2D;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
    background: #d8d8d8;
    color: #2D2D2D;
}

.btn.btn-border-w {
    padding: 10px;
    background-color: transparent;
    border: solid rgba(247, 186, 0);
    border-radius: 15px;
    color: #fff;
    transition: all 0.4s ease-in-out 0s;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
    background: #f7ba00;
    border-color: transparent;
}

.btn.btn-border-new {
    margin-top: 10px;
    padding: 10px;
    background-color: #280066;
    border-radius: 15px;
    color: #f2ad00;
    transition: all 0.4s ease-in-out 0s;
}

.btn.btn-border-new:hover,
.btn.btn-border-new:focus {
    background: #fff;
    color: #280066;
}

.btn.btn-border-load-products {
    margin-top: 40px;
    padding: 10px;
    background-color: #280066;
    border: solid #fff;
    border-radius: 15px;
    color: #f2ad00;
    transition: all 0.4s ease-in-out 0s;
}

@media screen and (max-width: 767px) {
    .btn.btn-border-load-products {
        margin-top: -50px !important;
    }
}

.btn.btn-border-load-products:hover,
.btn.btn-border-load-products:focus {
    background-color: #f2ad00;
    color: #280066;
}

.btn.btn-d {
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
    background: #2D2D2D;
}

.btn.btn-b {
    background: #2D2D2D;
    color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
    background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
    background: transparent;
    border: 1px solid #2D2D2D;
    color: #2D2D2D;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
    background: #2D2D2D;
    color: #fff;
}

.btn.btn-font-w {
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
}

.btn.btn-font-w:hover {
    background: #fff;
    color: #2D2D2D;
}

/* Buttons size */
.btn.btn-lg {
    padding: 12px 45px;
    font-size: 13px;
}

.btn.btn-sm {
    padding: 6px 25px;
    font-size: 10px;
    letter-spacing: 1px;
}

.btn.btn-xs {
    padding: 4px 19px;
    font-size: 10px;
    letter-spacing: 0;
}

.btn-list .btn {
    margin: 5px 0;
}

.search-btn {
    position: absolute;
    background: transparent;
    border: none;
    overflow: hidden;
    top: 50%;
    right: 1px;
    width: 42px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    outline: none;
    color: #999;
    margin-top: -20px;
}

.image-button {
    margin: 0px 5px;
}

/*--------------------------------------------------------------
  Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
    background: #d80473;
    color: #fff;
}

::-webkit-selection {
    background: #d80473;
    color: #fff;
}

::selection {
    background: #d80473;
    color: #fff;
}

/* Forms common style */
.form-control {
    font-family: "Helvetica-Compressed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    height: 33px;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
    border-color: #CACACA;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 43px;
    font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
    height: 29px;
    font-size: 10px;
}

.rqst-form {
    margin-top: 27px;
}

.rqst-form .btn {
    margin-top: 5px;
}

.input-group-addon {
    border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
  Typography
--------------------------------------------------------------*/
a {
    color: #2D2D2D;
}

/*a:hover,
a:focus {
    text-decoration: none;
    color: green;
    outline: 0;
}*/

.bg-dark a {
    color: #fff;
}

.bg-dark a:hover,
.bg-dark a:focus {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 400;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 0.8;
    }
}

p,
ol,
ul,
blockquote {
    margin: 0 0 20px;
}

blockquote {
    border: 0;
    font-style: italic;
    font-size: 15px;
    padding: 0;
}

.font-alt {
    font-family: "Helvetica-Compressed";
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 35px;
}

.font-serif {
    font-family: Volkhov, "Times New Roman", sans-serif;
    font-style: italic;
}

.large-text {
    font-size: 24px !important;
}

.rotate {
    text-shadow: none !important;
}

.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #2D2D2D;
    margin: 0 0 70px;
}

.module-subtitle {
    text-align: center;
    font-size: 16px;
    color: #2D2D2D;
    margin-bottom: 70px;
}

.module-icon {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.module-title+.module-subtitle {
    margin-top: -35px;
}

/* Restaurant module header */
.alt-module-subtitle {
    display: table;
}

.alt-module-subtitle h5 {
    display: table-cell;
    white-space: pre;
    padding: 0 8px;
    color: #2D2D2D;
}

/* Finance case study header */
.finance-image-content {
    border: 1px solid #e5e5e5;
    padding: 60px 0px;
}

.finance-image-content .module-title {
    margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
    margin-top: 40px;
}

/* Landing Page */
.landing-reason .module-title {
    color: #e6af4b;
}

.landing-reason .module-title+.module-subtitle {
    margin-top: -60px;
    margin-bottom: 40px;
}

.free-trial {
    background-color: rgba(88, 20, 158, 0.9);
    color: #FFFFFF;
}

.free-trial .color-golden {
    color: #e6af4b;
}

/*  Special Portfolio Page  */
.special-portfolio-header-title {
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 50px;
    padding: 40px 0px;
    letter-spacing: 8px;
}

/*--------------------------------------------------------------
  Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav>li>a {
    transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    margin: 0;
}

.flex-direction-nav .flex-prev {
    opacity: 0;
    left: 0;
    cursor: url(../images/circle-left.svg), w-resize;
}

.flex-direction-nav .flex-next {
    opacity: 0;
    right: 0;
    cursor: url(../images/circle-right.svg), e-resize;
}

.flex-control-nav {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 20px;
    z-index: 30;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flex-control-nav>li {
    display: inline-block;
    margin: 5px 3px;
}

.flex-control-nav>li>a {
    background: transparent;
    border: 1px solid #fff;
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 6px;
}

.flex-control-nav>li>a:hover,
.flex-control-nav>li>a.flex-active {
    background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
    margin: 0 !important;
}

.hero-slider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

.hero-slider .slides {
    height: 100% !important;
    transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
    width: 15%;
}

.hero-slider .slides li {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* Caption */
.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 70%;
    margin: 0 auto;
}

.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
    bottom: 20px;
    position: absolute;
    width: 35%;
}

.photography-page .image-caption .caption-text {
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.photography-page .flex-control-nav {
    left: 80%;
    bottom: 20px;
    z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
    margin-top: 40px;
}

.owl-pagination div {
    display: inline-block;
}

.owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #2D2D2D;
    display: block;
    height: 6px;
    width: 6px;
    margin: 0 3px 5px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    background: #2D2D2D;
}

.owl-controls .owl-buttons>div {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    color: #2D2D2D;
}

/*--------------------------------------------------------------
  Preloader
--------------------------------------------------------------*/
#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: #280066;
}

.rotate {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

}

/*.page-loader {
    position: fixed;
    background: #280066;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    border-left: 3px solid #f2ad00;
    border-top: 3px solid rgba(242, 173, 0, 0.2);
    border-right: 3px solid rgba(242, 173, 0, 0.2);
    border-bottom: 3px solid rgba(242, 173, 0, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}/*

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
  Navbar
--------------------------------------------------------------*/
.container {
    background-color: red;
    width: 100% !important;
}

.navbar-custom {
    background-color: rgba(242, 173, 0, 0.3);
    border: 0;
    border-radius: 0;
    z-index: 1000;
    font-family: 'Helvetica-Compressed';
    letter-spacing: 2px;
    font-size: 22px;
    transition: background, padding 0.4s ease-in-out 0s;
    padding: 10px 0;
}

.navbar a {
    transition: color 0.125s ease-in-out 0s;
}

img.logo {
    width: 130px;
    margin-top: 1px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-custom .dropdown-menu {
    background: rgba(26, 26, 26, 0.9);
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
}

.navbar-custom .navbar-brand {
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.navbar-custom .nav li>a {
    position: relative;
    color: #f2ad00;
}

.navbar-custom .nav li>a:hover {
    color: #280066;
}

.navbar-custom .dropdown-menu>li>a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding: 11px 15px;
    letter-spacing: 2px;
    color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
    border-left: 1px solid rgba(73, 71, 71, 0.15);
    left: 100%;
    right: auto;
    top: 0;
    margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
    border: 0;
    border-right: 1px solid rgba(73, 71, 71, 0.15);
    right: 100%;
    left: auto;
}

.navbar-custom .nav>li>a:focus,
.navbar-custom .nav>li>a:hover,
.navbar-custom .nav .open>a,
.navbar-custom .nav .open>a:focus,
.navbar-custom .nav .open>a:hover,
.navbar-custom .dropdown-menu>li>a:focus,
.navbar-custom .dropdown-menu>li>a:hover {
    background: none;
}

.navbar-custom .dropdown-menu>li>a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #fff;
}

.dropdown-menu {
    min-width: 180px;
    font-size: 11px;
}

@media (max-width: 767px) {
    img.logo {
        margin-left: 18%;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
    .navbar-brand {
        padding-right: 630px;
    }
}

@media screen and (min-width: 1920px) {
    .navbar-brand {
        padding-right: 1180px;
    }
}

/*menu colores*/

/*========================   Menu   ==========================*/
.sf-menu {
    display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu>li {
    position: relative;
    float: left;
}

.sf-menu>li+li {
    margin-left: 10px;
}

.sf-menu a {
    display: block;
}

.sf-menu>li {
    position: relative;
    z-index: 0;
}

.sf-menu>li>a {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    padding: 25px 29px 31px;
}

.sf-menu>li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px 2px 12px 12px;
    top: 0;
    z-index: -1;
    outline: 1px solid transparent;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sf-menu>li:nth-child(1):after {
    background: #280066;
}

.sf-menu>li:nth-child(2):after {
    background: #280066;
}

.sf-menu>li:nth-child(3):after {
    background: #280066;
}

.sf-menu>li:nth-child(4):after {
    background: #280066;
}

.sf-menu>li:nth-child(5):after {
    background: #280066;
}

.sf-menu>li:nth-child(6):after {
    background: #280066;
}

.sf-menu>li.sfHover:after,
.sf-menu>li:hover:after,
.sf-menu>li.active:after {
    background-color: #f2ad00;
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 210px;
    margin-top: 10px;
    padding: 10px 0 10px;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul>li {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.sf-menu ul>li>a {
    color: #FFF;
    font: 600 18px/29px "Raleway", sans-serif;
    padding: 13px 19px 14px;
}

.sf-menu ul>li:nth-child(1) {
    background: #fb6e1a;
}

.sf-menu ul>li:nth-child(2) {
    background: #ac26c3;
}

.sf-menu ul>li:nth-child(3) {
    background: #87c82a;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.sf-menu ul>li+li {
    margin-top: 5px;
}

.sf-menu ul ul {
    position: absolute;
    top: 35%;
    right: -220px;
    margin-top: 0;
    padding: 0;
    z-index: 4;
}

.sf-menu ul ul>li>a {
    color: #FFF;
    font: 600 18px/29px "Raleway", sans-serif;
    padding: 13px 19px 14px;
}

.sf-menu ul ul>li:nth-child(1) {
    background: #ffc200;
}

.sf-menu ul ul>li:nth-child(2) {
    background: #f73961;
}

.sf-menu ul ul>li:nth-child(3) {
    background: #4b68e7;
}

.sf-menu>li>.sf-with-ul {
    position: relative;
}

.sf-menu>li>.sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome";
}

.nav>li>a:hover {
    background-color: transparent;
}

@media (max-width: 767px) {
    .navbar-custom {
        background-color: rgba(40, 0, 102, 0.9);
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .sf-menu>li>a {
        padding: 17px 21px 23px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .sf-menu {
        white-space: nowrap;
    }

    .sf-menu>li {
        display: inline-block;
        float: none;
        white-space: normal;
    }

    .sf-menu>li>a {
        font-size: 19px;
        line-height: 30px;
        padding: 15px 12px 14px;
    }
}


/* Navbar search

.dropdown-search {
  position: relative;
  padding: 5px;
}

.dropdown-search .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}*/
/*--------------------------------------------------------------
  Header
--------------------------------------------------------------*/
.home-section {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-size: cover;
}

.titan-title-size-1 {
    letter-spacing: 4px;
    font-size: 18px;
}

.titan-title-size-2 {
    letter-spacing: 3px;
    font-size: 18px;
    opacity: .8;
}

.titan-title-size-3 {

    font-size: 40px;
}

.titan-title-size-4 {

    font-weight: 400;
    font-size: 48px;
}

.home-section .header-title {
    color: #f2ad00;
    font-weight: 800;
}

/* Agency Page Header */
.agency-page-header:before {
    background: transparent;
}

/* About us Page Header */
.about-page-header:before {
    background: rgba(86, 17, 106, 0.5);
}

/* Service Page Header */
.service-page-header:before {
    background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
    background-position: 40% 14%;
    background-repeat: no-repeat;
}

.pricing-page-header:before {
    background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.gallery-page-header:before {
    background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
    background-position: 13% 45%;
    background-repeat: no-repeat;
}

.contact-page-header:before {
    background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
.faq-page-header:before {
    background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
    background-position: 50% 24%;
    background-repeat: no-repeat;
}

.blog-page-header:before {
    background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
    background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
    background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
    background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
    background-position: 50% 50%;
}

.portfolio-page-header:before {
    background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.banner-img {
    margin-top: -145px;
}

.shop-page-header:before {
    background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
  Footer
--------------------------------------------------------------*/
.footer {
    padding: 10px 0;
}

.footer .copyright {
    margin: 0;
}

.footer .footer-social-links {
    text-align: right;
}

.footer .footer-social-links a {
    display: inline-block;
    padding: 0 6px;
}

.footer-contact-links a {
    display: inline-block;
    padding: 0 6px;
}

.footer a {
    color: #f2ad00;
    text-decoration: none !important;
}

.footer a:hover {
    color: #A00154;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
    position: relative;
    height: 450px;
    width: 100vw;
}

#map {
    height: 100vh;
    width: 100vw;
}

#map img {
    max-width: none;
}

.google-map iframe {
    border-radius: 15px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    .google-map iframe {
        width: 90vw !important;
    }

    .contact-container {
        margin-top: 6vh;
    }
}

@media screen and (min-width: 360px) and (max-width: 404px) {
    .google-map iframe {
        width: 92vw !important;
    }

    .contact-container {
        margin-top: 6vh;
    }
}

@media screen and (min-width: 405px) and (max-width: 418px) {
    .google-map iframe {
        width: 93vw !important;
    }

    .contact-container {
        margin-top: 6vh;
    }
}

@media screen and (min-width: 419px) and (max-width: 469px) {
    .google-map iframe {
        width: 93vw !important;
    }

    .contact-container {
        margin-top: 6vh;
    }
}

@media screen and (min-width: 470px) and (max-width: 480px) {
    .google-map iframe {
        width: 94vw !important;
    }

    .contact-container {
        margin-top: 5vh;
    }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
    .google-map iframe {
        width: 94vw !important;
    }

    .contact-container {
        margin-top: 15vh;
    }
}

@media screen and (min-width: 767px) and (max-width: 1365px) {
    .google-map iframe {
        width: 96vw !important;
    }

    .contact-container {
        margin-top: 4vh;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
    .google-map iframe {
        width: 83vw !important;
    }
}

/*--------------------------------------------------------------
  Services & Features
--------------------------------------------------------------*/
.features-item {
    margin: 20px 0;
    text-align: center;
}

.features-icon,
.alt-features-icon {
    line-height: 1.2;
    font-size: 42px;
    color: #2D2D2D;
}

.features-title,
.alt-features-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #2D2D2D;
    margin: 16px 0 15px;
}

.alt-features-item {
    position: relative;
    padding-left: 55px;
    margin: 65px 0 0 0;
}

.alt-features-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

.alt-features-title {
    font-size: 13px;
    margin: 0 0 10px;
}

/* Content box */
.content-box {
    margin: 20px 0;
    text-align: center;
}

.content-box-title {
    font-weight: 400;
    font-size: 18px;
    color: #2D2D2D;
    margin: 16px 0 15px;
}

/*--------------------------------------------------------------
  Team
--------------------------------------------------------------*/
.team-item {
    position: relative;
    text-align: center;
}

.team-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 4px 8px;
}

.team-image img {
    width: 360px;
    height: 365px;
    object-fit: cover;
    object-position: center;
}

.team-image:after {
    position: absolute;
    background: transparent;
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.team-detail {
    position: absolute;
    width: 100%;
    opacity: 0;
    bottom: 100%;
    left: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    padding: 20px;
}

.team-detail h5 {
    font-size: 16px;
}

.team-detail p {
    font-size: 14px;
}

.info-product a {
    display: inline-block;
    color: #E5E5E5;
    padding: 5px 6px;
    text-transform: uppercase;
}

.info-product a:hover {
    color: #FFF;
}

.team-descr {
    margin: 20px 0 0;
}

.team-name {
    font-size: 14px;
    color: #2D2D2D;
}

.team-role {
    font-size: 11px;
    color: #7D7C7C;
}

.team-item:hover .team-image:after {
    background: rgba(40, 0, 102, 0.8);
}

.team-item:hover .team-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    color: #fff;
}

@media screen and (min-width: 361px) and (max-width: 404px) {
    .team-item {
        margin-left: 0px;
    }
}

@media screen and (min-width: 405px) and (max-width: 418px) {
    .team-item {
        margin-left: 5px;
    }
}

@media screen and (min-width: 419px) and (max-width: 469px) {
    .team-item {
        margin-left: 18%;
    }
}

@media screen and (min-width: 470px) and (max-width: 480px) {
    .team-item {
        margin-left: 40px;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .team-item {
        margin-left: 70px;
    }

    .team-image img {
        width: 100%;
    }
}

/*--------------------------------------------------------------
  Restaurant Menu
--------------------------------------------------------------*/
.menu {
    border-bottom: 1px dotted #e5e5e5;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.menu-title,
.menu-price {
    margin: 0 0 10px;
    font-size: 14px;
    color: #2D2D2D;
}

.menu-price-detail {
    position: relative;
    text-align: right;
}

/*--------------------------------------------------------------
  Price Table
--------------------------------------------------------------*/
.price-table {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 25px 20px;
    margin: 15px 0 30px;
    border-radius: 2px;
    text-align: center;
}

.price-table:hover {
    border-color: #CACACA;
}

.price-table.best {
    margin: 0 0 30px;
}

.price-table .small {
    margin: 0;
}

.borderline {
    position: relative;
    background: #eaeaea;
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0 15px;
}

.borderline:before {
    position: absolute;
    background: #eaeaea;
    content: "";
    bottom: -7px;
    left: 50%;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -7px;
}

.borderline:after {
    position: absolute;
    background: #fff;
    content: "";
    bottom: -5px;
    left: 50%;
    height: 16px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -8px;
}

.price-table h4 {
    color: #2D2D2D;
    margin: 0;
}

.price-table p.price {
    font-size: 60px;
    color: #2D2D2D;
    padding: 0;
    margin: 0 0 0 -10px;
}

.price-table p.price span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-top: 25px;
}

.price-details {
    list-style: none;
    padding: 0;
    margin: 0 0 23px;
}

.price-details li {
    padding: 7px 0;
}

.price-details li>span {
    text-decoration: line-through;
    color: #aaa;
}

/*--------------------------------------------------------------
  Fun fact
--------------------------------------------------------------*/
.count-item {
    text-align: center;
}

.count-icon {
    line-height: 1.2;
    font-size: 42px;
}

/*--------------------------------------------------------------
  Video Box
--------------------------------------------------------------*/
.video-box {
    text-align: center;
    position: inherit;
    z-index: 99;
    padding: 80px 0;
}

.video-box-icon>a>i,
.video-box-icon>a>span {
    margin-left: 300px;
    line-height: 1.8;
    font-size: 77px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.video-box-icon>a>span:hover {
    font-size: 50px;
    transition: all 0.3s ease-in-out;
    color: rgba(247, 186, 0, 0.5);
    cursor: pointer;
}

.video-title {
    width: 250px;
    float: right;
    margin-right: 45px;
}

.video-title h4 {
    font-size: 35px;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    line-height: 30px;
}

.video-subtitle {
    color: rgba(255, 255, 255, 0.5);
}

.video-pop .module {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 370px;
    padding: 0;
}

.module {
    border-radius: 12px;
}

.btn-more {
    margin-top: -50px !important;
    border: none !important;
}

@media screen and (max-width: 320px) {
    .video-pop {
        width: 300px;
    }

    .video-pop .module {
        height: 250px;
        margin-left: -18px;
    }

    .video-box-icon>a>i,
    .video-box-icon>a>span {
        margin-left: 140px;
        line-height: 0.2;
        font-size: 77px;
    }

    .video-title {
        width: 250px;
        float: right;
    }

    .video-title h4 {
        font-size: 25px;
        line-height: 30px;
        margin-left: 180px;
        text-align: left;
    }
}

@media screen and (max-width: 360px) {
    .video-pop {
        width: 325px;
    }

    .video-box-icon {
        margin-top: 60px;
    }

    .video-box-icon>a>i,
    .video-box-icon>a>span {
        margin-left: 150px;
        line-height: 0.2;
        font-size: 77px;
    }

    .video-title {
        width: 250px;
        float: right;
    }

    .video-title h4 {
        font-size: 25px;
        line-height: 30px;
        margin-left: 180px;
        text-align: left;
    }
}

@media screen and (min-width: 361px) and (max-width: 404px) {
    .video-pop {
        width: 325px;
    }

    .video-box-icon {
        margin-top: 60px;
    }

    .video-box-icon>a>i,
    .video-box-icon>a>span {
        margin-left: 150px;
        line-height: 0.2;
        font-size: 77px;
    }

    .video-title {
        width: 250px;
        float: right;
    }

    .video-title h4 {
        font-size: 25px;
        line-height: 30px;
        margin-left: 180px;
        text-align: left;
    }
}

@media screen and (min-width: 405px) and (max-width: 418px) {
    .video-pop {
        width: 372px;
    }

    .video-box-icon {
        margin-top: 60px;
    }

    .video-box-icon>a>i,
    .video-box-icon>a>span {
        margin-left: 170px;
        line-height: 0.2;
        font-size: 77px;
    }

    .video-title {
        width: 250px;
        float: right;
    }

    .video-title h4 {
        font-size: 25px;
        line-height: 30px;
        margin-left: 140px;
        text-align: center;
    }
}

@media screen and (min-width: 419px) and (max-width: 469px) {
    .video-pop {
        width: 383px;
        margin-left: 25px;
    }

    .video-box-icon {
        margin-top: 60px;
    }

    .video-box-icon>a>i,
    .video-box-icon>a>span {
        margin-left: 170px;
        line-height: 0.2;
        font-size: 77px;
    }

    .video-title {
        width: 250px;
        float: right;
    }

    .video-title h4 {
        font-size: 25px;
        line-height: 30px;
        margin-left: 140px;
        text-align: left;
    }
}

@media screen and (min-width: 470px) and (max-width: 480px) {
    .video-pop {
        width: 445px;
    }

    .video-box-icon {
        margin-top: 60px;
    }

    .video-box-icon>a>i,
    .video-box-icon>a>span {
        margin-left: 220px;
        line-height: 0.2;
        font-size: 77px;
    }

    .video-title {
        width: 250px;
        float: right;
    }

    .video-title h4 {
        font-size: 30px;
        line-height: 30px;
        margin-left: 120px;
        text-align: left;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .video-pop {
        width: 730px;
    }

    .video-box-icon {
        margin-top: 60px;
    }

    .video-box-icon>a>i,
    .video-box-icon>a>span {
        margin-left: 350px;
        line-height: 0.2;
        font-size: 77px;
    }

    .video-title {
        width: 350px;
        margin-right: 20px;
    }

    .video-title h4 {
        font-size: 30px;
        line-height: 30px;
        margin-left: 50px;
        text-align: left;
    }
}

/*--------------------------------------------------------------
  Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
    text-align: center;
    list-style: none;
    line-height: 19px;
    padding: 10px;
    margin: 0 0 70px;
    background: url(../images/images-bg/bg-1920x100.png);
    background-size: 100%;
}

.filter>li {
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 25px;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #2D2D2D;
}

.hover-underline-animation::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #f2ad00;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.hover-underline-animation:hover {
    color: #280066;
}

.hover-underline-animation:hover::after {
    width: 100%;
    left: 0;
}

/* Portfolio grid */
.products-wrapper {}

.works-grid {
    list-style: none;
    padding: 60px;
    margin: 0;
}

.works-grid.works-grid-gut {
    margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
    padding: 0 0 10px 10px;
}

.work-item {
    width: 50%;
    float: left;
    margin: 0;
}

.works-grid-3 .work-item {
    max-width: 360px;
    max-height: 250px;
    margin-left: 30px;
    margin-bottom: 40px;
}

.container .works-grid-3 .work-item {
    width: 33.2%;
}

.works-grid-4 .work-item {
    width: 25%;
}

.works-grid-5 .work-item {
    width: 20%;
}

.work-item>a {
    position: relative;
    display: block;
    overflow: hidden;
}

.work-image {
    position: relative;
    overflow: hidden;
}

.work-image img {
    display: block;
    overflow: hidden;
    width: 500px;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.work-image:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.work-caption {
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.work-title {
    font-size: 14px;
    color: #fff;
    margin: 0 0 6px;
}

.work-descr {
    color: #fff;
}

.work-item:hover .work-image:after {
    background: rgba(0, 0, 0, 0.6);
}

.work-item:hover .work-image>img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
    bottom: 50%;
    opacity: 1;
    z-index: 3;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    .works-grid.works-grid-gut {
        margin: 0 auto;
    }

    .works-grid-3 .work-item {
        width: 100vw !important;
        margin-bottom: 40px;
        margin-left: -25vw !important;
    }
}

@media screen and (min-width: 360px) and (max-width: 404px) {
    .works-grid.works-grid-gut {
        margin: 0 auto;
    }

    .works-grid-3 .work-item {
        width: 100vw !important;
        margin-bottom: 40px;
        margin-left: -22vw !important;
    }
}

@media screen and (min-width: 405px) and (max-width: 418px) {
    .works-grid.works-grid-gut {
        margin: 0 auto;
    }

    .works-grid-3 .work-item {
        width: 100vw !important;
        margin-bottom: 40px;
        margin-left: -14vw !important;
    }
}

@media screen and (min-width: 405px) and (max-width: 418px) {
    .works-grid.works-grid-gut {
        margin: 0 auto;
    }

    .works-grid-3 .work-item {
        width: 100vw !important;
        margin-bottom: 40px;
        margin-left: -14vw !important;
    }
}

@media screen and (min-width: 419px) and (max-width: 469px) {
    .works-grid.works-grid-gut {
        margin: 0 auto;
    }

    .works-grid-3 .work-item {
        width: 100vw !important;
        margin-bottom: 40px;
        margin-left: -12vw !important;
    }
}

@media screen and (min-width: 470px) and (max-width: 480px) {
    .works-grid.works-grid-gut {
        margin: 0 auto;
    }

    .works-grid-3 .work-item {
        width: 100vw !important;
        margin-bottom: 40px;
        margin-left: -5vw !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 766px) {
    .works-grid.works-grid-gut {
        margin: 0 auto;
    }

    .works-grid-3 .work-item {
        width: 100vw !important;
        margin-bottom: 40px;
        margin-left: -4vw !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1365px) {
    .works-grid.works-grid-gut {
        margin: 0 auto;
    }

    .works-grid-3 .work-item {
        max-width: 150vw !important;
        margin-bottom: 40px;
        margin-left: 15vw !important;
    }
}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
    color: #f7ba00;
    text-shadow: 1px 2px 5px rgba(216, 4, 115, 1.0);
    font-size: 20px;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
    background: rgba(40, 0, 102, 0.7);
}

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
    opacity: 0;
}

.works-grid.works-hover-g .work-descr {
    color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
    background: #6fe29e;
    background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fe29e', endColorstr='#5bdad1', GradientType=1);
    opacity: 1;
}

.sliding-portfolio .work-item {
    width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .filter {
        line-height: 19px;
        padding: 58px;
        margin: 0 0 70px;
    }
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #334240;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #af1c34;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(241, 132, 36, 0.95);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #AB3335;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #af1c34 !important;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }

    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
  Single Portfolio
--------------------------------------------------------------*/
.work-details {
    margin: 0 0 20px;
}

.work-details-title {
    color: #2D2D2D;
    margin: 0 0 20px;
}

.work-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-details ul>li {
    border-bottom: 1px dotted #c2c2c2;
    padding: 0 0 5px;
    margin: 0 0 5px;
}

/*--------------------------------------------------------------
  Call to action
--------------------------------------------------------------*/
.callout-text {
    color: rgba(255, 255, 255, 0.6);
}

.callout-title {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.callout-btn-box {
    text-align: right;
    padding-top: 4px;
}

.request-cta {
    padding: 50px 0px;
}

/*--------------------------------------------------------------
  Testimonial
--------------------------------------------------------------*/
.testimonial:before {
    background: rgba(2, 2, 2, 0.4);
}

.testimonials-slider {
    position: relative;
}

.testimonial-text {
    text-align: center;
    font-style: normal;
    font-size: 18px;
}

.testimonial-caption {
    text-align: center;
    padding: 10px 0 0;
}

.testimonial-title {
    font-size: 14px;
}

.testimonial-descr {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

/*--------------------------------------------------------------
  Gallery
--------------------------------------------------------------*/
.gallery-item {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
}

.gallery-image {
    position: relative;
    overflow: hidden;
}

.gallery-image a.gallery {
    position: relative;
    display: block;
}

.gallery-image img {
    display: block;
    overflow: hidden;
    width: 100%;
}

.gallery-image:after {
    position: absolute;
    background: transparent;
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.gallery-caption {
    position: absolute;
    width: 100%;
    opacity: 0;
    bottom: 100%;
    left: 0;
    z-index: 2;
    text-align: center;
    font-size: 28px;
    color: #fff;
    padding: 20px;
}

.gallery-icon {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 24px;
    margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
    line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
    background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

/*--------------------------------------------------------------
  Blog Post
--------------------------------------------------------------*/
.post {
    margin: 0 0 80px;
}

.post-title {
    line-height: 1.4;
    font-size: 22px;
    color: #2D2D2D;
    margin: 0;
}

.post-header {
    margin: 0 0 15px;
}

.post-meta {
    font-size: 11px;
    color: #aaa;
}

.post-entry {
    border-top: 1px dotted #c2c2c2;
    padding-top: 20px;
    margin-top: 10px;
}

.post-images-slider {
    position: relative;
}

.post-images-slider .flex-control-nav {
    bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
    margin: 0 0 20px;
}

.post-quote {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
}

/* Post columns */
.post-columns .post {
    margin: 0 0 60px;
}

.post-columns .post-header {
    margin: 0 0 10px;
}

.post-columns .post-title {
    line-height: 1.8;
    font-size: 14px;
}

.post-columns .post-entry {
    padding: 10px 0 0;
    margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
    border: 0;
    padding: 0;
}

.post-columns .post-entry p:last-child {
    margin: 0;
}

.more-link:after {
    content: "\00BB";
    color: #666666;
    padding-left: 5px;
}

.pagination a {
    border: 1px solid #eaeaea;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: #999;
    padding: 4px 12px;
}

.pagination a.active {
    border-color: #CACACA;
}

/*--------------------------------------------------------------
  Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
    overflow: visible;
    height: 4px;
}

.progress-bar {
    position: relative;
}

.progress-bar.pb-dark {
    background: #2D2D2D;
}

.progress-bar span {
    position: absolute;
    display: block;
    right: -0px;
    top: -24px;
    opacity: 0;
    line-height: 12px;
    font-size: 12px;
    color: #2D2D2D;
    padding: 4px 0px;
}

.progress-bar span:after {
    display: inline-block;
    content: "%";
}

/* Tabs */
.tab-content .tab-pane {
    padding: 20px 0;
}

/* Accordion */
.panel-title {
    font-size: 14px;
}

.panel-heading a {
    position: relative;
    display: block;
}

.panel-heading a:after {
    position: absolute;
    content: "\f106";
    top: 50%;
    right: 0px;
    font-family: "FontAwesome";
    line-height: 1;
    font-size: 14px;
    margin-top: -7px;
}

.panel-heading a.collapsed:after {
    content: "\f107";
}

/* Tables */
.table-border>tbody>tr>td,
.table-border>tbody>tr>th,
.table-border>tfoot>tr>td,
.table-border>tfoot>tr>th,
.table-border>thead>tr>td,
.table-border>thead>tr>th {
    border-color: #e5e5e5;
}

.ds-table>tbody>tr>td,
.ds-table>tbody>tr>th,
.ds-table>tfoot>tr>td,
.ds-table>tfoot>tr>th,
.ds-table>thead>tr>td,
.ds-table>thead>tr>th {
    border-top: 0;
}

.checkout-table {
    border: 1px solid #e5e5e5;
}

.checkout-table>tbody>tr>td,
.checkout-table>tbody>tr>th,
.checkout-table>tfoot>tr>td,
.checkout-table>tfoot>tr>th,
.checkout-table>thead>tr>td,
.checkout-table>thead>tr>th {
    padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
    max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
    margin-bottom: 60px;
}

.sidebar .widget-title {
    color: #2D2D2D;
}

.widget .widget-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Icon List */
.widget .icon-list li {
    padding: 5px 0;
}

.widget .icon-list li a:before {
    content: "\00BB";
    color: #666666;
    padding-right: 5px;
}

/* Posts */
.widget-posts li {
    margin: 0 0 15px;
}

.widget-posts li:last-child {
    margin: 0;
}

.widget-posts-image {
    float: left;
    width: 64px;
}

.widget-posts-body {
    margin-left: 74px;
}

/* Search */
.search-box {
    position: relative;
}

/* Tags */
.tags a {
    background: #2D2D2D;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    padding: 4px 10px 4px 12px;
    margin: 0 1px 4px;
    border-radius: 2px;
}

.tags a:hover {
    background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
  Comment Box in Blog
--------------------------------------------------------------*/
.comments,
.comment-form {
    margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 16px;
    color: #2D2D2D;
    padding-bottom: 15px;
    margin: 0 0 20px;
}

.comment-author {
    font-size: 14px;
    margin: 0 0 10px;
}

.comment-avatar {
    width: 55px;
    float: left;
    margin-top: 10px;
}

.comment-avatar img {
    border-radius: 50%;
}

.comment-content {
    padding-top: 5px;
    margin-left: 75px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .comment .comment {
        margin-left: 75px;
    }
}

/*--------------------------------------------------------------
  Client
--------------------------------------------------------------*/
.client-logo {
    opacity: .5;
}

.client-logo:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
  Shop Items
--------------------------------------------------------------*/
.shop-item {
    text-align: center;
    margin: 0 0 40px;
}

.shop-item-image {
    position: relative;
    overflow: hidden;
}

.shop-item-image img {
    width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
    transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.shop-item-detail {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    padding: 20px;
    opacity: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

.shop-item-title {
    font-weight: 400;
    font-size: 14px;
    color: #2D2D2D;
    margin: 15px 0 5px;
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
    background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
    opacity: 1;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

/* -------------------------------------------------------------------
  Exclusive products
------------------------------------------------------------------- */
.ex-product {
    opacity: .7;
    transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
Products
--------------------------------------------------------------*/
.our-products .team-detail h5 {
    color: #f2ad00;
    opacity: 100% !important;
}

.our-products .team-detail p {
    font-size: 16px;

}

.our-products .team-detail a {
    font-size: 16px;

}

.product-gallery {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 10px 0 0;
}

.product-gallery li {
    display: inline-block;
    width: 15%;
    margin: 0 5px;
}

.product-gallery li:first-child {
    margin-left: 0;
}

.product-title {
    margin: 0 0 20px;
    color: #2D2D2D;
}

.star,
.star-off {
    margin-bottom: 5px;
    color: #f1c40f;
}

.star-off {
    color: #e5e5e5;
}

.amount {
    font-size: 32px;
    color: #2D2D2D;
}

.reviews {
    margin: 0;
}

.products-section .module {
    padding: 85px 0 0;
}

.products-section .module-title {
    margin-top: 50px;
    margin-bottom: 30px;
}

.products-section .module-title {
    color: #f2ad00;
    font-size: 55px;
}

.products-section .module-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    .module-title-buy-process {
        font-size: 40px !important;
        letter-spacing: 0px !important;
        padding-left: 45vw;
    }
}

@media screen and (min-width: 360px) and (max-width: 404px) {
    .products-section .module-title {
        font-size: 40px;
        padding-left: 45vw;
    }
}

@media screen and (min-width: 405px) and (max-width: 418px) {
    .products-section .module-title {
        font-size: 40px;
        padding-left: 46vw;
    }
}

@media screen and (min-width: 419px) and (max-width: 469px) {
    .products-section .module-title {
        font-size: 40px;
        padding-left: 46vw;
    }
}

@media screen and (min-width: 470px) and (max-width: 480px) {
    .products-section .module-title {
        font-size: 40px;
        padding-left: 46vw;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .products-section .module-title {
        font-size: 40px;
        padding-left: 46vw;
    }
}

@media screen and (max-width: 765px) {
    .products-section .module-title {
        font-size: 40px;
        padding-left: 43vw;
    }
}

/*--------------------------------------------------------------
  Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
    background-color: rgba(2, 2, 2, 0.7);
}

.showcase-page .content-box {
    display: block;
    margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
    border-radius: 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    transition: 0.35s ease-out;
    -webkit-transition: 0.35s ease-out;
    -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
  Documentation Page
--------------------------------------------------------------*/
.documentation-page {
    font-size: 14px;
}

.documentation-page .pln {
    color: #000;
}

.documentation-page pre.prettyprint {
    border: 1px solid #888;
    padding: 15px;
}

.documentation-page ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

.documentation-page li.L0,
.documentation-page li.L1,
.documentation-page li.L2,
.documentation-page li.L3,
.documentation-page li.L5,
.documentation-page li.L6,
.documentation-page li.L7,
.documentation-page li.L8 {
    list-style-type: none;
}

.documentation-page li.L1,
.documentation-page li.L3,
.documentation-page li.L5,
.documentation-page li.L7,
.documentation-page li.L9 {
    background: #eee;
}

.documentation-page .com {
    color: #800;
}

.documentation-page .lit {
    color: #066;
}

.documentation-page .pun,
.documentation-page .opn,
.documentation-page .clo {
    color: #660;
}

.documentation-page .fun {
    color: red;
}

.documentation-page .str,
.documentation-page .atv {
    color: #080;
}

.documentation-page .kwd,
.documentation-page .tag {
    color: #008;
}

.documentation-page .typ,
.documentation-page .atn,
.documentation-page .dec,
.documentation-page .var {
    color: #606;
}

.documentation-page a {
    color: #19B5FE;
}

.documentation-page a:hover {
    color: #1C92C9;
}

/*--------------------------------------------------------------
  Responsive Styles - Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {

    .navbar-transparent {
        background: transparent;
        padding-bottom: 15px;
        padding-top: 30px;
    }

    .navbar-custom .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-custom .open>.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        display: block;
        right: 9px;
        top: 50%;
        margin-top: -6px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 9px;
        content: "\f105";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    /* Comments */
    .comment .comment {
        margin-left: 75px;
    }
}

@media (max-width: 1200px) {

    /* Features */
    .alt-features-item {
        margin: 20px 0 0;
    }
}

@media (max-width: 1050px) {

    /* Navbar */
    .navbar-custom {
        letter-spacing: 1px;
    }
}

@media (max-width: 991px) {

    /* Navbar */
    .navbar-custom {
        letter-spacing: 0;
    }

    /* Headers */
    .titan-title-size-3 {
        letter-spacing: 8px;
        font-size: 36px;
    }

    .titan-title-size-4 {
        letter-spacing: 12px;
        font-size: 38px;
    }

    .work-item,
    .works-grid-3 .work-item,
    .container .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
        width: 50%;
    }

    /* Half-image */
    .side-image {
        position: relative;
        height: 300px;
    }
}

@media (max-width: 767px) {
    /* Navbar */

    .navbar-brand {
        float: none !important;
    }

    .navbar-custom .navbar-brand a img {
        text-align: center;
    }

    a.navbar-brand {
        pointer-events: none;
    }

    .navbar-custom .navbar-nav {
        letter-spacing: 3px;
        margin-top: 1px;
        margin-bottom: 0;
    }

    .sf-menu>li::after {
        display: none;
    }

    ul.sf-menu {
        display: inline-grid !important;
    }

    .navbar-fixed-top .navbar-collapse .sf-menu {
        max-height: auto !important;
    }


    .navbar-custom li>a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 25px;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
        padding: 10px 35px;
    }

    .navbar-custom li a,
    .navbar-custom .dropdown-search {
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }

    .navbar-custom .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        right: 7px;
        content: "\f107";
    }

    .navbar-custom .nav>.open>.dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
        right: 7px;
        content: "\f106";
    }

    /* Shop navbar */
    .navbar-custom .navbar-nav>li:last-child.navbar-cart>a {
        padding-left: 15px;
    }

    .navbar-custom .cart-item-number {
        display: none;
    }

    .navbar-custom .navbar-cart>a:after {
        content: "\f107";
    }

    .navbar-custom .navbar-cart-item a {
        border: 0 !important;
    }

    .dropdown-menu.cart-list {
        text-align: left;
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }

    .navbar-cart-item {
        border: none;
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
        padding-bottom: 10px;
    }

    .navbar-cart-img {
        display: none;
    }

    .navbar-cart-title {
        white-space: normal;
        padding: 0;
        margin-left: 0;
    }

    /* Headers */
    .titan-title-size-1 {
        letter-spacing: 2px;
        font-size: 14px;
        line-height: 1.5;
    }

    .titan-title-size-2 {
        line-height: 1.3;
        letter-spacing: 2px;
        font-size: 16px;
        opacity: .8;
    }

    .titan-title-size-3 {
        letter-spacing: 4px;
        font-size: 26px;
    }

    .titan-title-size-4 {
        letter-spacing: 6px;
        font-size: 28px;
    }

    /* Features */
    .features-item {
        margin: 0 0 30px;
    }

    .alt-features-item {
        padding-left: 0;
        margin: 0 0 30px;
        text-align: center;
    }

    .alt-features-icon {
        position: static;
        width: auto;
        margin: 0 auto 8px;
    }

    /* Callout */
    .callout-text {
        margin: 0 0 30px;
    }

    .callout-text,
    .callout-btn-box {
        text-align: center;
    }

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

    .widget {
        margin-bottom: 60px;
    }

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

    .footer {
        text-align: center;
    }

    .copyright,
    .footer-social-links {
        text-align: center;
        margin: 10px 0;
    }

    /* Half-image */
    .side-image-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Restaurant menu */
    .menu-title,
    .menu-detail,
    .menu-price-detail {
        text-align: center;
    }

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

    .align-left-sm {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {

    .work-item,
    .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
        width: 100%;
    }
}


/*Index*/

.index-us {
    padding: 87px 0 82px;
}

/*Contact Form*/

.ContactUs {
    padding: 70px 0;
}

.ContactUs .contact-title {
    font: 400 26px/115%;
    color: #333;
    text-align: center;
    margin: 0 0 30px;
}

.ContactUs .contact-outer-wrapper {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
}

.ContactUs>.contact-container>h5 {
    font-size: 43px;
    letter-spacing: 0.7px;
}

.ContactUs .address-block {
    width: 40%;
    height: 100%;
    display: table-cell;
    color: #333;
    position: relative;
    padding: 40px;
}

@media (max-width: 990px) {
    .ContactUs .address-block {
        width: 100% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    .ContactUs {
        margin-top: -11vh;
    }
}

@media screen and (min-width: 360px) and (max-width: 479px) {
    .ContactUs {
        margin-top: -12vh;
    }
}

@media screen and (min-width: 480px) and (max-width: 766px) {
    .ContactUs {
        margin-top: -21vh;
    }
}

@media screen and (min-width: 767px) and (max-width: 1365px) {
    .ContactUs {
        margin-top: -10vh;
    }
}

.ContactUs .address-block::after {
    position: absolute;
    content: "";
    left: -1%;
    width: 1px;
    height: 80%;
    background: #ccc;
    top: 10%;
}

.ContactUs .add-title {
    font: 400 18px/115%;
    font-weight: bold;
    margin: 0 0 50px;
    color: #333;
}

.ContactUs .c-detail {
    margin-bottom: 20px;
}

.ContactUs .c-detail:last-child {
    margin-bottom: 0;
}

.ContactUs .c-detail .c-icon {
    width: 12%;
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    color: #f2ad00;
}

.ContactUs .c-detail .c-info {
    width: 86%;
    display: inline-block;
    vertical-align: top;
    color: #333;
}

.ContactUs .c-detail .c-info h4 {
    font-size: 20px;
}

.c-info p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.ContactUs .c-detail span .fa {
    vertical-align: top;
}

.ContactUs .c-detail a {
    color: #333;
}

.ContactUs .c-detail a:hover {
    color: #FCDD08;
}

.ContactUs .form-wrap {
    width: 60%;
    display: table-cell;
    padding: 40px;
}

@media (max-width: 990px) {
    .ContactUs .form-wrap {
        width: 100% !important;
        display: table-caption;
    }
}

.ContactUs .form-wrap p {
    font: 400 16px/145%;
    color: #333;
    margin: 0 0 45px;
}

.ContactUs .form-wrap .floating-label {
    position: relative;
    width: 47%;
    display: inline-block;
    margin-bottom: 30px;
}

.ContactUs .form-wrap .fname,
.ContactUs .form-wrap .contact {
    margin-right: 20px;
}

.ContactUs .form-wrap .user-msg {
    width: 98%;
    display: block;
    margin-bottom: 40px;
}

.ContactUs .floating-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #999999;
    box-shadow: none;
    background-color: transparent;
    padding-top: 3px;
}

.ContactUs .floating-input:focus {
    outline: 0;
    border-bottom: 1px solid #FCDD08;
}

.ContactUs .form-wrap label {
    position: absolute;
    top: 0;
    left: 0;
    font: 400 14px/115%;
    text-align: left;
    color: #999999;
    transition: top 0.2s ease-in-out;
    z-index: -1;
}

.ContactUs .floating-input:focus~label,
.ContactUs .floating-input.not-empty~label {
    top: -18px;
    font: 400 12px/115%;
    color: ;
    transition: top 0.2s ease-in-out;
}

.ContactUs .submit-btn {
    text-align: center;
}

.ContactUs .submit-btn button {
    font: 400 16px/115%;
    border: 0;
    border-radius: 0;
    background-color: #280066;
    color: #f2ad00;
    padding: 10px 30px;
    cursor: pointer;
    outline: 0;
    border-radius: 28px;
    color: #fff;
    transition: all 0.25s ease 0s;
}

.ContactUs .submit-btn button:hover {
    background-color: #f2ad00;
    color: #280066;
    transition: all 0.25s ease 0s;
}

.ContactUs h4 {
    color: #280066;
}

.ContactUs h5 {
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 766px) {
    .ContactUs>.guide-arrow {
        display: none;
    }

    .ContactUs .form-wrap .floating-label {
        position: relative;
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1365px) {
    .ContactUs>.guide-arrow {
        position: absolute;
        width: 15vw;
        z-index: 99999;
        margin-left: 564px;
        margin-top: -351px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
    .ContactUs>.guide-arrow {
        position: absolute;
        z-index: 99999;
        margin-left: 1090px;
        margin-top: -360px;
    }
}

@media screen and (min-width: 1920px) {
    .ContactUs>.guide-arrow {
        position: absolute;
        z-index: 99999;
        margin-left: 1601px;
        margin-top: -360px;
    }
}

/*--------------------------------------------------------------
Products Details
--------------------------------------------------------------*/
.product-detail ul li {
    font-family: 'Montserrat', sans-serif;
}

.product-detail h4 {
    color: #212121 !important;
}

.product-detail>h5 {
    color: #280066 !important;
    letter-spacing: 1.5px;
    opacity: 1;
    line-height: 50px !important;
}

.product-detail p {
    font-family: 'Montserrat', sans-serif;
}

h5.product-price {
    color: #f2ad00 !important;
    padding: 7px;
    max-width: auto;
    letter-spacing: 1.5px;
    opacity: 1;
}

.carousel-inner {
    border-radius: 10px;
}

.product-img .carousel-inner img {
    width: 715px;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.carousel-control {
    border-radius: 10px;
}

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

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

.carousel-control {
    font-size: 20px;
    color: #280066 !important;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.product-img .thumbnail {
    display: flex;

}

.hide-bullets {
    list-style: none;
    margin-left: -60px;
    margin-top: 20px;
}

.thumbnail img {
    width: 100%;
    height: none;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.carousel-caption {
    position: absolute;
    right: 0;
    left: 0 !important;
    z-index: 10;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #fff;
    text-shadow: none !important;
    width: 100%;
    bottom: 0 !important;
    text-align: left !important;
    background: rgba(0, 0, 0, 0.35);
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .carousel-control {
        color: #f2ad00 !important;
    }
}

/* Caption Styles */
@media screen and (min-width: 768px) .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
}

#SA-slider-thumbs {
    margin-left: 7px;
}

#SA-slider-thumbs .active {
    border: 2px solid #f2ad00 !important;
}

.SA-slider-thumb {
    border: 2px solid #333 !important;
    padding: 1px;
}


/*Proceso de compra*/

.process-area {
    padding: 0 0 150px 0;
}

.process-area h4 {
    color: #f7ba00;
    font-size: 24px;

}

.process-area .panel-default>.panel-heading {
    background-color: rgba(144, 35, 176, 0.2);
}


/*------------------------------
--------Nosotros--------------
------------------------------*/

.about-section li {
    list-style-type: none;
}

.about-section_sec a {
    color: #f7ba00;
}

.about-section_sec a:hover {
    color: #d80473;
}

.about-section_sec h4 {
    color: rgba(255, 255, 255, 0.2);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    ;
}

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

.about-bg-wrapper,
.about-content-wrapper {
    position: relative;
    height: 100vh;
}

.about-bg {
    background-image: url(../images/about/about-bg.jpg);
}

.about-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.about-content .about-content-inner {
    position: relative;
    width: 100%;
    padding: 0 25px;
    text-align: center;
}

.spacer-line-vertical-dark,
.spacer-line-vertical-light {
    position: relative;
    display: block;
}

.section-heading {
    font-family: 'Helvetica-Compressed';
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    color: #280066;
    line-height: 1;
    margin-top: 77px;
    padding: 0 0 35px 0;
}

.section-heading-services {
    font-family: 'Helvetica-Compressed';
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    color: #280066;
    line-height: 1;
    margin-top: -5px;
    padding: 0 0 35px 0;
}

.spacer-line-vertical-light::after {
    border-right: 1px solid #280066;
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    top: 100%;
    left: 50%;
    margin: -10px auto 0 auto;
}

.about-txt {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5; 
    margin: 1px 0 0 0;
    padding: 15px;
    font-size: 15px;
    color: #2D2D2D;
    letter-spacing: 0.03em;
}

.services-container {
    position: relative;
    width: 100%;
    height: 50vh;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
}

.center-container {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: none;
}

.center-block {
    display: table-cell;
    vertical-align: middle;
}

.services-txt-dark {
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;
    line-height: 1.5;   
}

.services-txt-dark,
.services-txt-dark a,
.services-txt-dark a:hover {
    color: #2D2D2D;
}

.services-txt,
.services-txt-dark {
    margin: 53px 0 0 0;
    padding: 0 25px;
}

.services-bg-wrapper {
    position: relative;
    height: 50vh;
}

.services-bg {
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.services-bg-1 {
    background-image: url(../images/about/about-mission.jpg);
}

@media (min-width: 992px) {
    .services-bg {
        position: absolute;
        width: 48.2vw;
        height: auto;
        left: 12px;
        top: 0;
        bottom: 0;
    }

    .about-bg {
        position: absolute;
        width: 50vw;
        height: auto;
        top: 0;
        bottom: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {

    .about-bg-wrapper,
    .about-content-wrapper {
        height: 50vw;
    }

    .about-bg {
        display: none;
    }

    .about-responsive-img img {
        width: 100%;
        border-radius: 10px;
        margin-top: 5vh;
    }

    .about-content {
        top: 87vh;
        width: 107vw;
        height: 1px;
    }

    .about-txt {
        margin: 30px 0 0 -30px;
        padding: 15px;
        font-size: 15px;
    }

    .about-content h2 {
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .center-container {
        top: 150vh;
        width: 107vw;
        height: 1px;
    }

    .center-container h2 {
        top: 35px;
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .services-txt-dark {
        margin: 60px 0 0 -28px;
        padding: 15px;
        font-size: 15px;
    }

    .services-bg {
        display: none
    }

    .about-mission {
        margin-bottom: 155vh;
    }
}

@media screen and (min-width: 360px) and (max-width: 404px) {

    .about-bg-wrapper,
    .about-content-wrapper {
        height: 50vw;
    }

    .about-bg {
        display: none;
    }

    .about-responsive-img img {
        width: 100%;
        border-radius: 10px;
        margin-top: 5vh;
    }

    .about-content {
        top: 78vh;
        width: 107vw;
        height: 1px;
    }

    .about-txt {
        margin: 30px 0 0 -30px;
        padding: 15px;
        font-size: 15px;
    }

    .about-content h2 {
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .center-container {
        top: 127vh;
        width: 107vw;
        height: 1px;
    }

    .center-container h2 {
        top: 35px;
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .services-txt-dark {
        margin: 40px 0 0 -28px;
        padding: 40px;
        font-size: 15px;
    }

    .services-bg {
        display: none
    }

    .about-mission {
        margin-bottom: 137vh;
    }
}

@media screen and (min-width: 405px) and (max-width: 418px) {

    .about-bg-wrapper,
    .about-content-wrapper {
        height: 50vw;
    }

    .about-bg {
        display: none;
    }

    .about-responsive-img img {
        width: 100%;
        border-radius: 10px;
        margin-top: 5vh;
    }

    .about-content {
        top: 67vh;
        width: 107vw;
        height: 1px;
    }

    .about-txt {
        margin: 30px 0 0 -30px;
        padding: 15px;
        font-size: 15px;
    }

    .about-content h2 {
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .center-container {
        top: 105vh;
        width: 107vw;
        height: 1px;
    }

    .center-container h2 {
        top: 35px;
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .services-txt-dark {
        margin: 40px 0 0 -28px;
        padding: 40px;
        font-size: 15px;
    }

    .services-bg {
        display: none
    }

    .about-mission {
        margin-bottom: 112vh;
    }
}

@media screen and (min-width: 419px) and (max-width: 469px) {

    .about-bg-wrapper,
    .about-content-wrapper {
        height: 50vw;
    }

    .about-bg {
        display: none;
    }

    .about-responsive-img img {
        width: 100%;
        border-radius: 10px;
        margin-top: 5vh;
    }

    .about-content {
        top: 63vh;
        width: 107vw;
        height: 1px;
    }

    .about-txt {
        margin: 30px 0 0 -30px;
        padding: 15px;
        font-size: 15px;
    }

    .about-content h2 {
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .center-container {
        top: 99vh;
        width: 107vw;
        height: 1px;
    }

    .center-container h2 {
        top: 35px;
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .services-txt-dark {
        margin: 40px 0 0 -32px;
        padding: 40px;
        font-size: 15px;
    }

    .services-bg {
        display: none
    }

    .about-mission {
        margin-bottom: 107vh;
    }
}

@media screen and (min-width: 470px) and (max-width: 479px) {

    .about-bg-wrapper,
    .about-content-wrapper {
        height: 50vw;
    }

    .about-bg {
        display: none;
    }

    .about-responsive-img img {
        width: 100%;
        border-radius: 10px;
        margin-top: 5vh;
    }

    .about-content {
        top: 58vh;
        width: 107vw;
        height: 1px;
    }

    .about-txt {
        margin: 30px 0 0 -35px;
        padding: 15px;
        font-size: 15px;
    }

    .about-content h2 {
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .center-container {
        top: 80vh;
        width: 107vw;
        height: 1px;
    }

    .center-container h2 {
        top: 35px;
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .services-txt-dark {
        margin: 40px 0 0 -32px;
        padding: 40px;
        font-size: 15px;
    }

    .services-bg {
        display: none
    }

    .about-mission {
        margin-bottom: 83vh;
    }
}

@media screen and (min-width: 480px) and (max-width: 766px) {

    .about-bg-wrapper,
    .about-content-wrapper {
        height: 50vw;
    }

    .about-bg {
        display: none;
    }

    .about-responsive-img img {
        width: 100%;
        border-radius: 10px;
        margin-top: 5vh;
    }

    .about-content {
        top: 57vh;
        width: 107vw;
        height: 1px;
    }

    .about-txt {
        margin: 20px 0 0 -40px;
        padding: 20px;
        font-size: 15px;
    }

    .about-content h2 {
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .center-container {
        top: 77vh;
        width: 107vw;
        height: 1px;
    }

    .center-container h2 {
        top: 35px;
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .services-txt-dark {
        margin: 40px 0 0 -28px;
        padding: 40px;
        font-size: 15px;
    }

    .services-bg {
        display: none
    }

    .about-mission {
        margin-bottom: 80vh;
    }
}

@media screen and (min-width: 767px) and (max-width: 1365px) {

    .about-bg-wrapper,
    .about-content-wrapper {
        height: 50vw;
    }

    .about-bg {
        display: none;
    }

    .about-responsive-img img {
        width: 100%;
        border-radius: 10px;
        margin-top: 5vh;
    }

    .about-content {
        top: 45vh;
        width: 107vw;
        height: 1px;
    }

    .about-txt {
        margin: -7px 0 0 -60px;
        padding: 40px;
        font-size: 15px;
    }

    .about-content h2 {
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .center-container {
        top: 20vh;
        width: 107vw;
        height: 1px;
    }

    .center-container h2 {
        top: 35px;
        left: -20px;
        text-align: center;
        /*padding: 10px;*/
    }

    .services-txt-dark {
        margin: 40px 0 0 -28px;
        padding: 40px;
        font-size: 15px;
    }

    .services-bg {
        display: none
    }

    .about-mission {
        margin-bottom: 20vh;
    }
}

@media screen and (min-width: 1366px) {
    .about-responsive-img img {
        display: none;
    }
}

/*.slick-about {
  width: 100%;
  height: auto;
}*/


/* masonary gal */
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 33.3%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    filter: grayscale(1) brightness(0.5);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s linear;
}

.column img:hover {
    filter: grayscale(0);
}

@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }

    .column img {
        filter: grayscale(0) brightness(1);
    }
}

/* Whatsapp widger */
#whatsapp-chat {
    font-family: "Lato", sans-serif !important;
}

#whatsapp-chat a:link,
a:visited {
    text-decoration: none !important;
    transition: all 0.4s ease-in-out !important;
}

#whatsapp-chat h1 {
    font-size: 20px !important;
    text-align: center !important;
    display: block !important;
    background: linear-gradient(to right top, #6f96f3, #164ed2) !important;
    padding: 20px !important;
    color: #fff !important;
    border-radius: 50px !important;
}

.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 0.4s;
    transform: scale(1);
}

a.blantershow-chat {
    /*   background: #009688; */
    font-family: "Lato", sans-serif !important;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out !important;
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 40px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    z-index: 9999;
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 27px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
    color: #000;
}

a#send-it {
    width: 40px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #eee;
    border-radius: 6px 0px 0px 6px;
}

a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }

    15% {
        background-color: #2D2D2D;
    }

    25% {
        background-color: #b6b5ba;
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }

    25% {
        background-color: #2D2D2D;
    }

    35% {
        background-color: #b6b5ba;
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }

    35% {
        background-color: #2D2D2D;
    }

    45% {
        background-color: #b6b5ba;
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        z-index: 9999999 !important;
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }

    textarea#chat-input {
        height: 48px;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
}

.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: white;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #2D2D2D;
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #2D2D2D;
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

/* footer 2 */
.footer-2 ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: url(../images/patterns/footer-bg.jpg);
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #f2ad00;
    margin-top: 20px;
}

.single-cta i {
    color: #f2ad00;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 2px;
}

.cta-text span {
    color: #C099FD;
    font-size: 14px;
    letter-spacing: 0px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-logo {
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    font-family: 'Montserrat', sans-serif;
    color: #D6BCFF;
    margin-bottom: 14px;
    font-size: 14px;
    color: #C099FD;
    line-height: 20px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.facebook-bg:hover {
    background: #407AE2;
}

.instagram-bg {
    background: #E1306C;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.instagram-bg:hover {
    background: #C13584;
}

.twitter-bg {
    background: #55ACEE;
}

.pinterest-bg {
    background: #c8232c;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.pinterest-bg:hover {
    background: #F75F67;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #f2ad00;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #f2ad00;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.footer-widget ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #D6BCFF;
    text-transform: capitalize;
    text-decoration: none;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.copyright-area {
    background: #f2ad00;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #280066;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

@media screen and (min-width: 320px) and (max-width: 360px) {

    /*.single-cta {
        text-align: center;
        background-color: cyan;
    }*/
    .single-cta i {
        font-size: 20px;
    }

    .cta-text span {
        font-size: 11px;
        line-height: 0;
        letter-spacing: 0px;
    }

    .footer-logo {
        text-align: center;
    }
}

@media screen and (min-width: 361px) and (max-width: 766px) {

    /*.single-cta {
        text-align: center;
        background-color: cyan;
    }*/
    .single-cta i {
        font-size: 25px;
    }

    .cta-text span {
        font-size: 13px;
        line-height: 0;
        letter-spacing: 0px;
    }

    .footer-logo {
        text-align: center;
    }
}

@media screen and (min-width: 767px) and (max-width: 1365px) {

    /*.single-cta {
        text-align: center;
        background-color: cyan;
    }*/
    .single-cta i {
        font-size: 25px;
    }

    .cta-text span {
        font-size: 15px;
        line-height: 0;
        letter-spacing: 0px;
    }

    .footer-logo {
        text-align: center;
    }
}

/* mobile navbar */
@media (max-width: 767px) {
    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        height: 65px;
    }

    img.nav-logo {
        margin: -35px 0px 0px 70px;
        width: 40%;
        /* Adjust the width and height according to your logo dimensions */
    }

    #menuToggle {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 25px;
        left: 25px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 99999;
    }

    #menuToggle input {
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #f2ad00;
        border: 1px solid #f2ad00;
        border-radius: 3px;
        z-index: 1000;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #f2ad00;
    }

    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu {
        position: absolute;
        width: 360px;
        height: 485px;
        text-decoration: none !important;
        margin: -50px 0 0 -50px;
        padding: 100px 50px 10px 50px;
        background-color: rgba(40, 0, 102, 0.9);
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    ul#menu {
        list-style-type: none !important;
    }

    #menu li {
        padding: 10px 0;
        transition-delay: 2s;
    }

    #menu li a {
        text-decoration: none !important;
        color: #f2ad00 !important;
    }

    #menuToggle input:checked~ul {
        transform: none;
    }
}

@media (min-width: 768px) {
    .mobile-nav {
        display: none;
    }
}

/* pinterest floating button */
.float-pinterest {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 180px;
    right: 40px;
    background-color: #c8232c;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: all 0.4s ease-in-out 0s;
}

.float-pinterest:hover {
    background-color: #F75F67;
    color: #FFF;
}

.my-float {
    margin-top: 4px;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .float-pinterest {
        right: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 851px)

/* xiaomi */
    {
    .float-pinterest {
        right: 10px;
    }
}

@media screen and (min-width: 575px) and (max-width: 767.98px)

/* tablet and large mobiles */
    {
    .float-pinterest {
        right: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px)

/* Mobile*/
    {
    .float-pinterest {
        right: 10px;
    }
}

/* facebook floating button */
.float-facebook {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #3b5998;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: all 0.4s ease-in-out 0s;
}

.float-facebook:hover {
    background-color: #4977c9;
    color: #FFF;
}

.my-float {
    margin-top: 4px;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .float-facebook {
        right: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 851px)

/* xiaomi */
    {
    .float-facebook {
        right: 10px;
    }
}

@media screen and (min-width: 575px) and (max-width: 767.98px)

/* tablet and large mobiles */
    {
    .float-facebook {
        right: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px)

/* Mobile*/
    {
    .float-facebook {
        right: 10px;
    }
}

/* whatsapp floating button */
.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: all 0.4s ease-in-out 0s;
}

.float-whatsapp:hover {
    background-color: #128c7e;
    color: #FFF;
}

.my-float {
    margin-top: 4px;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .float-whatsapp {
        right: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 851px)

/* xiaomi */
    {
    .float-whatsapp {
        right: 10px;
    }
}

@media screen and (min-width: 575px) and (max-width: 767.98px)

/* tablet and large mobiles */
    {
    .float-whatsapp {
        right: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px)

/* Mobile*/
    {
    .float-whatsapp {
        right: 10px;
    }
}








/* telephone floating button */
.float-telephone {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 340px;
    right: 40px;
    background-color: #280066;
    color: #f2ad00 !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: all 0.4s ease-in-out 0s;
}

.float-telephone:hover {
    background-color: #f2ad00;
    color: #280066 !important;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .float-telephone {
        right: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 851px)

/* xiaomi */
    {
    .float-telephone {
        right: 10px;
    }
}

@media screen and (min-width: 575px) and (max-width: 767.98px)

/* tablet and large mobiles */
    {
    .float-telephone {
        right: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px)

/* Mobile*/
    {
    .float-telephone {
        right: 10px;
    }
}

/* instagram floating button */
.float-instagram {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 260px;
    right: 40px;
    background-color: #B80EAE;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #ffffff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: all 0.4s ease-in-out 0s;
}

.float-instagram:hover {
    background-color: #DD0EF6;
    background: radial-gradient(circle at 107% 30%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #ffffff !important;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .float-instagram {
        right: 10px;
    }
}

@media screen and (min-width: 851px) and (max-width: 851px)

/* xiaomi */
    {
    .float-instagram {
        right: 10px;
    }
}

@media screen and (min-width: 575px) and (max-width: 767.98px)

/* tablet and large mobiles */
    {
    .float-instagram {
        right: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px)

/* Mobile*/
    {
    .float-instagram {
        right: 10px;
    }
}

/* shopping process alter */
.mySlides {
    display: none;
}

.slideshow-container {
    position: relative;
    margin: auto;
    height: auto;
}

.slider-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url(../images/patterns/raster.png) repeat top left;
    z-index: 2;
}

a.prev,
a.next {
    text-decoration: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 96.5%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    background-color: rgba(40, 0, 102, 0.8);
    font-weight: bold;
    font-size: 33px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 7;
}

.prev {
    left: 700px;
}

.next {
    right: 530px;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(242, 173, 0, 0.8);
    color: #280066;
}

.text {
    top: 0px;
    color: #f2f2f2;
    font-size: 30px;
    position: absolute;
    bottom: 8px;
    width: 50%;
    text-align: left;
}

.text h2 {
    font-family: font: 400 18px/1.8 "Helvetica-Compressed", sans-serif;
    padding: 15px;
}

.text p {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    z-index: 999;
    margin-top: -30px;
    background-color: rgba(40, 0, 102, 0.8);
    width: auto;
    padding: 15px;
    line-height: 30px;
}

.text p a {
    text-decoration: none;
    color: #f2ad00;
}

.text p a:hover {
    color: #FFC73A;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

.fades {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    .mySlides img {
        max-width: 200%;
    }

    .text {
        font-size: 18px;
    }

    .text p {
        position: absolute;
        z-index: 999;
        margin-top: -10px;
        background-color: rgba(40, 0, 102, 0.8);
        width: auto;
        padding: 15px;
        line-height: 20px;
    }

    .prev {
        top: 70%;
        left: 170px;
    }

    .next {
        top: 95%;
        right: 100px;
    }

    .prev:hover,
    .next:hover {
        color: #fff;
    }
}

@media screen and (min-width: 360px) and (max-width: 404px) {
    .mySlides img {
        max-width: 200%;
    }

    .text {
        font-size: 18px;
    }

    .text p {
        position: absolute;
        z-index: 999;
        margin-top: -10px;
        background-color: rgba(40, 0, 102, 0.8);
        width: auto;
        padding: 15px;
        line-height: 20px;
    }

    .prev {
        top: 72%;
        left: 190px;
    }

    .next {
        top: 95%;
        right: 120px;
    }

    .prev:hover,
    .next:hover {
        color: #fff;
    }
}

@media screen and (min-width: 405px) and (max-width: 418px) {
    .mySlides img {
        max-width: 160%;
    }

    .text {
        font-size: 18px;
    }

    .text p {
        position: absolute;
        z-index: 999;
        margin-top: -10px;
        background-color: rgba(40, 0, 102, 0.8);
        width: auto;
        padding: 15px;
        line-height: 20px;
    }

    .prev {
        top: 72%;
        left: 210px;
    }

    .next {
        top: 95%;
        right: 145px;
    }

    .prev:hover,
    .next:hover {
        color: #fff;
    }
}

@media screen and (min-width: 419px) and (max-width: 469px) {
    .mySlides img {
        max-width: 150%;
    }

    .text {
        font-size: 18px;
    }

    .text p {
        position: absolute;
        z-index: 999;
        margin-top: -10px;
        background-color: rgba(40, 0, 102, 0.8);
        width: auto;
        padding: 15px;
        line-height: 20px;
    }

    .prev {
        top: 72%;
        left: 220px;
    }

    .next {
        top: 95%;
        right: 150px;
    }

    .prev:hover,
    .next:hover {
        color: #fff;
    }
}

@media screen and (min-width: 470px) and (max-width: 479px) {
    .mySlides img {
        max-width: 130%;
    }

    .text {
        font-size: 18px;
    }

    .text p {
        position: absolute;
        z-index: 999;
        margin-top: -10px;
        background-color: rgba(40, 0, 102, 0.8);
        width: auto;
        padding: 15px;
        line-height: 20px;
    }

    .prev {
        top: 72%;
        left: 240px;
    }

    .next {
        top: 95%;
        right: 180px;
    }

    .prev:hover,
    .next:hover {
        color: #fff;
    }
}

@media screen and (min-width: 480px) and (max-width: 766px) {
    .mySlides img {
        max-width: 130%;
    }

    .text {
        font-size: 18px;
    }

    .text p {
        position: absolute;
        z-index: 999;
        margin-top: -10px;
        background-color: rgba(40, 0, 102, 0.8);
        width: auto;
        padding: 15px;
        line-height: 20px;
    }

    .prev {
        top: 76%;
        left: 250px;
    }

    .next {
        top: 97%;
        right: 180px;
    }

    .prev:hover,
    .next:hover {
        color: #fff;
    }
}

@media screen and (min-width: 767px) and (max-width: 1365px) {
    .mySlides img {
        max-width: 100%;
    }

    .text {
        font-size: 18px;
    }

    .text p {
        position: absolute;
        z-index: 999;
        margin-top: -10px;
        background-color: rgba(40, 0, 102, 0.8);
        width: auto;
        padding: 15px;
        line-height: 20px;
    }

    .prev {
        top: 76%;
        left: 400px;
    }

    .next {
        top: 97%;
        right: 317px;
    }

    .prev:hover,
    .next:hover {
        color: #fff;
    }
}

@media screen and (min-width: 1920px) {
    .mySlides img {
        max-width: 100%;
    }

    .text {
        font-size: 18px;
    }

    .text p {
        position: absolute;
        z-index: 999;
        margin-top: -10px;
        background-color: rgba(40, 0, 102, 0.8);
        width: auto;
        padding: 15px;
        line-height: 20px;
    }

    .prev {
        top: 67%;
        left: 960px;
    }

    .next {
        top: 80%;
        right: 894px;
    }

    .prev:hover,
    .next:hover {
        color: #fff;
    }
}