    body {
        background: #000;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        -webkit-overflow-scrolling: touch;
        text-align: justify;
    }

    .curved {
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
    }

    .full-width {
        width: 100%;
    }

    .full-container {
        float: left;
        width: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .fading,
    .gallery-item img {
        -webkit-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    hr.blue-line {
        border-color: #adc8ec;
        margin: 0;
        position: relative;
        bottom: 26px;
    }

    h1,
    h2,
    h3,
    h4 {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: bold;
        color: #5c7ab7;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    h1 {
        font-size: 26px;
        margin-top: 30px;
        margin-bottom: 15px;
        text-align: center;
        text-transform: uppercase;
    }

    .content h1,
    .content h2 {
        text-align: center;
        margin: 20px 0 16px;
        text-transform: uppercase;
        font-size: 24px;
    }

    h1#gallery-heading {
        text-align: center;
        margin: 20px auto 16px;
        max-width: 320px;
        background: #000b1c;
        position: relative;
        z-index: 1;
        font-size: 18px;
        text-transform: none;
    }

    p {
        line-height: 22px;
        margin-bottom: 15px;
        font-size: 14px;
        color: #FFF;
        font-weight: normal;
        text-align: justify;
        letter-spacing: 1px;
    }

    .centered {
        text-align: justify;
    }

    a {
        color: #00a3df;
        word-wrap: break-word;
        letter-spacing: 1px;
        -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
        -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
        -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
        -o-transition: color 0.2s ease-in, background 0.2s ease-in;
        transition: color 0.2s ease-in, background 0.2s ease-in;
    }

    a:hover,
    a:focus {
        color: #ccc;
        text-decoration: none;
        outline: 0;
    }

    a:before,
    a:after {
        -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
        -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
        -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
        -o-transition: color 0.2s ease-in, background 0.2s ease-in;
        transition: color 0.2s ease-in, background 0.2s ease-in;
    }

    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0;
    }

    #nav-container {
        background-color: #000b1c;
        margin-bottom: 30px;
    }

    #top-bar,
    .faded {
        background-color: rgba(0, 11, 28, 0.86);
    }

    .content p {
        text-align: justify;
        font-size: 16px;
        font-weight: bold;
    }

    .content p {
        text-align: left;
    }

    .gallery-item-holder {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 30px;
        width: 19.8%;
    }

    .gallery-item img {
        border: 1px solid #dadada;
    }

    .gallery-item:hover img {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .profile-info {
        width: 90%;
        margin: 10px auto 6px;
        padding: 10px 5px 6px;
        border: 1px solid #adc8ec;
    }

    .gallery-item:hover .profile-info {
        background: #003f4c;
        border: 1px solid #adc8ec;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .profile-info a {
        color: #FFF;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 18px;
        font-weight: bold;
    }

    .profile-info p {
        text-align: justify;
        color: #adc8ec;
        font-size: 18px;
        margin: 0;
        font-weight: bold;
    }

    .mt {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    #footer {
        background: #000b1b;
        margin-top: 50px;
        padding: 24px 0 20px;
    }

    #footer img.footer-logo {
        padding: 35px 0 10px;
    }

    @media (max-width: 1500px) {
        .gallery-item-holder {
            width: 19.75%;
        }
    }

    @media (max-width: 1200px) {
        .gallery-item-holder {
            width: 19.7%;
        }
    }

    @media (max-width: 991px) {
        .gallery-item-holder {
            width: 33%;
        }
    }

    @media (max-width: 767px) {
        .gallery-item-holder {
            width: 49.5%;
        }
    }

    header {
        display: block;
    }

    html {
        font-family: sans-serif;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    body {
        margin: 0;
    }

    p {
        text-align: justify;
    }

    a {
        background: transparent;
    }

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }

    h1 {
        margin: 0.67em 0;
        font-size: 2em;
    }

    strong {
        font-weight: bold;
        color: #ff6600;
    }

    hr {
        height: 0;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    img {
        border: 0;
    }

    @media print {
        * {
            color: #000 !important;
            text-shadow: none !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " ("attr(href) ")";
        }

        a[href^="#"]:after {
            content: "";
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }

        h2,
        h3 {
            page-break-after: avoid;
        }
    }

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    html {
        font-size: 62.5%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.428571429;
        color: #ffffff;
        background-color: #ffffff;
    }

    a {
        color: #428bca;
        text-decoration: none;
    }

    a:hover,
    a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    img {
        vertical-align: middle;
    }

    hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eeeeee;
    }

    h1,
    h2,
    h3,
    h4 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    h1,
    h2,
    h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        margin: 0 0 10px;
    }

    .text-center {
        text-align: center;
    }

    ul {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .list-inline {
        padding-left: 0;
        list-style: none;
    }

    .list-inline>li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

    .list-inline>li:first-child {
        padding-left: 0;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    @media (min-width: 768px) {
        .container {
            width: 750px;
        }
    }

    @media (min-width: 992px) {
        .container {
            width: 970px;
        }
    }

    @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
    }

    @media (min-width: 1500px) {
        .container {
            width: 1470px;
        }
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .col-md-3,
    .col-lg-3,
    .col-sm-4,
    .col-xs-12,
    .col-sm-12,
    .col-md-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xs-12 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    @media (min-width: 768px) {

        .col-sm-4,
        .col-sm-12 {
            float: left;
        }

        .col-sm-12 {
            width: 100%;
        }

        .col-sm-4 {
            width: 33.33333333333333%;
        }
    }

    @media (min-width: 992px) {

        .col-md-3,
        .col-md-12 {
            float: left;
        }

        .col-md-12 {
            width: 100%;
        }

        .col-md-3 {
            width: 25%;
        }
    }

    @media (min-width: 1200px) {
        .col-lg-3 {
            float: left;
        }

        .col-lg-3 {
            width: 25%;
        }
    }

    .content p {
        text-align: justify;
    }

    .content h1,
    h2,
    h3,
    h4 {
        color: #FF9900;
        font-weight: bold;
    }

    .hcolor {
        color: #FF6600;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    img {
        display: inline-block;
        vertical-align: bottom;
    }

    a {
        text-decoration: none;
    }

    .container {
        max-width: 1250px;
        margin: auto;
    }

    header {
        padding: 10px 0;
    }

    .logo {
        color: #000;
        font-size: 40px;
        width: 380px;
        padding-bottom: 15px;
        font-weight: 600;
        margin: auto;
        text-align: center;
    }

    .logo img {
        width: 380px;
        height: 48px;
    }

    .menu-trigger {
        display: none;
    }

    .header-menu ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .header-menu ul li {
        display: inline-block;
        position: relative;
        font-family: 'Helvetica', sans-serif;
    }

    .header-menu ul li a {
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px;
        padding: 10px 15px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
    }

    @media (max-width:767px) {
        .container {
            padding: 0 15px;
        }

        .header-box {
            display: block;
        }

        .logo img {
            width: 280px;
            height: 44px;
        }

        .menu-trigger {
            display: none;
            position: absolute;
            padding: 10px;
            right: 0;
            top: 7px;
            cursor: pointer;
            display: none;
        }

        .menu-trigger1 {
            width: 30px;
            display: block;
            height: 2px;
            margin-bottom: 3px;
            background: #000;
            border-radius: 999px;
        }

        .menu-trigger2 {
            width: 20px;
            display: block;
            height: 2px;
            margin-bottom: 3px;
            background: #000;
            border-radius: 999px;
        }

        .menu-trigger3 {
            width: 15px;
            display: block;
            height: 2px;
            background: #000;
            border-radius: 999px;
        }

        .logo {
            position: relative;
            width: 100%;
            text-align: center;
        }

        .logo a {
            width: 280px;
            display: inline-block;
        }

        .header-menu ul li {
            display: block;
            margin-bottom: 10px;
            position: relative;
        }

        .header-menu ul li a {
            display: block;
            border: rgba(255, 255, 255, 0.2) solid 1px;
            border-radius: 10px;
            padding: 10px 0;
        }
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    img {
        display: inline-block;
        vertical-align: bottom;
    }

    .keywords {
        height: 600px;
        overflow: scroll;
        overflow-x: hidden;
        margin: 25px 0px;
        border: 3px solid #000;
    }

    .keywords ul {
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 10px 0;
        text-align: justify;
        list-style: none;
    }

    .keywords ul li {
        position: relative;
        margin: 5px;
        overflow: hidden;
        text-align: center;
        background: radial-gradient(circle, #585858, #3e3e3e);
    }

    .keywords ul li:nth-child(n+1) {
        flex-grow: 1;
    }

    .keywords ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        width: 100%;
        padding: 5px 15px;
        border: 0px solid #0e0e0e;
        border-radius: 50px;
        text-transform: uppercase;
        font-size: .8rem;
    }

    ::selection {
        background: #3662df;
        text-shadow: none;
        color: #fff;
    }

    img {
        max-width: 100%;
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box;
    }

    * {
        margin: 0;
        padding: 0;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .col {
        position: relative;
        width: 100%;
        min-height: 1px;
    }

    .c3 {
        max-width: 25%;
    }

    .c9 {
        max-width: 75%;
    }

    .mt1 {
        margin-top: 15px !important;
    }

    .mb1 {
        margin-bottom: 15px !important;
    }

    .heart {
        background-color: #eaeaea;
        display: inline-block;
        height: 15px;
        position: relative;
        top: 6px;
        transform: rotate(-45deg);
        width: 15px;
    }

    .heart::before,
    .heart::after {
        content: "";
        background-color: #eaeaea;
        border-radius: 50%;
        height: 15px;
        position: absolute;
        width: 15px;
    }

    .heart::before {
        top: -7px;
        left: 0;
    }

    .heart::after {
        left: 7px;
        top: 0;
    }

    .btn-number {
        cursor: pointer;
    }

    @media (max-width:767px) {
        .item .item-image {
            max-height: 184px;
        }

        .dn-mb {
            display: none !important;
        }
    }

    @media (min-width:576px) {
        .sm2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }

        .sm10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }

        .item .item-image {
            max-height: 220px;
        }
    }

    @media (min-width:768px) {
        .dn-md {
            display: none !important;
        }
    }

    .bg-nav {
        background: #0075da;
        color: #fff;
    }

    .item {
        border: 1px solid #dfdfdf;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        font-size: 9px;
        background: #3e248f9e;
    }

    .item .item-image {
        max-height: 230px;
        display: block;
        overflow: hidden;
        background: #afafaf;
        height: 100%;
    }

    .item .favorite {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 30px;
        width: 30px;
        padding-left: 7px;
    }

    .item .item-content {
        padding: 6px;
    }

    .item .item-content>div {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }

    img {
        max-width: 100%;
        display: block;
        height: auto;
        width: 100%;
    }

    .total-img {
        position: absolute;
        bottom: 5px;
        left: 5px;
        padding: 5px;
        background: rgba(0, 0, 0, 0.40);
        color: #fff;
    }

    .total-img * {
        float: left;
    }

    .camera {
        height: 20px;
        width: 20px;
        display: block;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
        font-size: 1em;
        opacity: .8;
        margin-right: 3px;
    }

    .item .item-contact {
        float: right;
    }

    .item .item-contact>* {
        padding: 4px 5px;
        max-width: 96px;
        display: inline-block;
        text-align: center;
    }

    .item .item-contact .whatsapp-call {
        background: #157b00;
        margin-right: 5px;
    }

    .item .item-contact .whatsapp-call a {
        color: #fff;
        font-weight: 600;
    }

    @media (max-width:445px) {
        .item .item-content h3 {
            margin-bottom: 0;
            font-size: 15px;
        }
    }

    ._600 {
        font-weight: 600;
    }

    .total-img {
        border-radius: 5px;
    }

    .box {
        position: relative;
        border-radius: 2px;
        padding: 15px;
        margin-bottom: 15px;
        width: 100%;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
        background: #000b1c;
    }

    .title {
        display: inline-block;
        font-size: 20px;
    }

    .title h1 {
        font-size: 20px;
    }

    .content-box {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    @media (min-width:576px) {
        .container {
            max-width: 540px;
        }
    }

    @media (min-width:768px) {
        .container {
            max-width: 720px;
        }
    }

    @media (min-width:992px) {
        .container {
            max-width: 960px;
        }
    }

    @media (min-width:1200px) {
        .container {
            max-width: 992px;
        }
    }

    .box {
        border-top: 3px solid #0075da;
    }

    .devsite-main-content {
        min-height: 450px;
    }

    .title {
        width: 100%;
    }

    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 114px;
        left: 10px;
        background-color: #089a25;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        padding: 0
    }

    .my-float {
        margin-top: 16px
    }

    .float2 {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        left: 10px;
        background-color: #dc00aa;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        padding: 0
    }

    .my-float2 {
        margin-top: 16px
    }


    .sub-sub-header-middle {
        text-align: center;
        background: #0075daad;
        padding: 10px 15px;
        border-radius: 30px;
    }

    .oi {
        padding-left: 10px;
    }

    .sub-sub-header-middle a:hover {
        color: #000000;
        text-decoration: none;
    }

    .sub-sub-header-middle {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .sub-sub-header-middle a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
    }

    @media screen and (min-width: 481px) {
        .sub-sub-header-middle {
            position: fixed;
            z-index: 99;
            bottom: 0;
            right: 600px;
            width: auto;
        }
    }

    @media screen and (max-width: 480px) and (min-width: 320px) {
        .sub-sub-header-middle {
            left: 50%;
            transform: translateX(-50%);
            right: unset;
            width: 71%;
        }

        .sub-sub-header-middle {
            position: fixed;
            z-index: 99;
            bottom: 0;
            margin-top: 20px;
        }
    }

    .btn-float {
        display: inline-block;
        position: fixed;
        bottom: 5px;
        font-size: 18px;
        border-radius: 3px;
        z-index: 1
    }

    .fa-btn {
        width: 70px;
        height: 70px;
        padding: 15px 20px;
        text-align: center;
        vertical-align: middle;
        color: #fff
    }

    .to-top {
        right: 15px;
        width: 50px;
        height: 50px;
        bottom: 40px;
        padding: 13px 15px;
        display: none;
        background: #cccacd;
        border-radius: 50%
    }

    .progress-circle {
        position: absolute;
        left: 0;
        top: 0
    }

    svg.progress-circle path {
        stroke: #f40074;
        stroke-width: 5;
        fill: none
    }

    .footer p {
        margin-bottom: 0px;
        text-align: center;
        font-size: 14px;
    }

    .footer p a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

    * {
        margin: 0;
        padding: 0;
        font-family: sans-serif;
    }

    .container-in {
        margin: 0px auto;
        width: 90%;
    }

    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }

    .set-contact-detal {
        justify-content: space-around;
        padding: 20px 0px;
    }

    .set-contact-detal a {
        background: #003f4c;
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 15px 30px;
        border-radius: 20px;
    }

    @media only screen and (max-width: 480px) {
        .set-contact-detal {
            justify-content: space-between;
            padding: 9px 0px;
        }

        .set-contact-detal a {
            padding: 15px 20px;
        }
    }

    #background {
        background: url(images/d-banner.webp);
        background-position: center;
        background-size: cover;
        height: 550px;
        width: 100%;
    }

    * {
        box-sizing: border-box;
    }

    @media (max-width:600px) {
        #background {
            background: url(images/m-banner.webp);
            background-position: top;
            background-size: cover;
            height: 550px;
            width: 100%;
        }
    }