/* ------------------------------------------------------------------------------
Created By Popway Innovation LLP
v1.0.0 08/02/2022

Base Colors

Balck - #282828
Orange - #b74664    
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */
html {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.06rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 2.1428;
    color: #666666;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #b74664;
}

::selection {
    background-color: #b74664;
    color: #fff;
}

-webkit-::selection {
    background-color: #b74664;
    color: #fff;
}

::-moz-selection {
    background-color: #b74664;
    color: #fff;
}


/* 1.2 Typography */
/*
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
*/

h1,
.h1 {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 3.428rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.025em;
    margin: 0.5em 0;
}

h2,
.h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 2.671rem;
    line-height: 1.166;
    color: #000;
    letter-spacing: 0;
    margin: 2.6rem 0;
    text-transform: uppercase;
}

h3,
.h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 2.142rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #000;
    margin: 2.6rem 0;
}

h4,
.h4 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
    color: #000;
    margin: 2.6rem 0;
}

h5,
.h5 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 1.571rem;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000;
    margin: 2.6rem 0;
}

h6,
.h6 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 1.285rem;
    line-height: 1.3333;
    letter-spacing: 0;
    color: #000;
    margin: 2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: none;
}


strong {
    font-weight: 600;
}

p,
blockquote {
    margin-bottom: 1rem;
}

blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 1.714rem;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 0;
    width: 80%;
    padding-left: 6.8rem;
    border-left: 0.3rem solid #b74664;
    margin-top: 5rem;
    color: #000;
}

cite {
    display: block;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal;
}

.blockquote-cite {
    font-size: 1rem;
    color: #999999;
    letter-spacing: 0.05em;
    padding-left: 7.1rem;
    margin-bottom: 5rem;
}

.blockquote-cite cite {
    font-size: 1.14rem
}

a {
    color: #b74664;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover,
a:focus {
    color: #b74664;
    outline: none;
}


a:focus {
    text-decoration: none;
}


/* 1.3 Fields */
input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    color: #3d3d3d;
    background-color: #fff;
    border: 0;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 0.2rem 1rem 0;
    height: 3.4em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.form-sm input[type='text'],
.form-sm input[type='address'],
.form-sm input[type='url'],
.form-sm input[type='password'],
.form-sm input[type='email'],
.form-sm input[type="search"],
.form-sm input[type="tel"],
.form-sm textarea {
    height: 2.8em;
}

.form-sm .form-group {
    margin-bottom: 20px;
}

.form-sm textarea {
    height: 6rem;
    display: block;
}

textarea {
    padding-top: 0.8rem;
    height: 12rem;
    resize: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #b74664;
    outline: 0;
}

input.input-gray,
textarea.input-gray {
    background: #f6f6f6;
}


input.input-gray:focus,
textarea.input-gray:focus {
    background: #fff;
}

input::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

.form-group {
    margin-bottom: 30px;
}

input.error {
    border-color: #b74664;
}

.error-handling-messages .success-msg,
.error-handling-messages .error-msg {
    padding: 5px 15px;
    border: 2px solid;
    color: #222;
    font-weight: 600;
    display: none;
    line-height: 24px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 13px;
}

.error-handling-messages .success-msg {
    background: #d1ffec;
    border-color: #28c383;
}

.error-handling-messages .error-msg {
    background: #ffe9e9;
    border-color: #fe0101;
}

.form-loader {
    display: none;
    padding: 13px;
    font-size: 18px;
    color: #000;
    z-index: 9;
}

.form-loader i {
    transform: rotate(0deg);
    animation: refresh 1s linear infinite;
}

@keyframes refresh {
    100% {
        transform: rotate(360deg);
    }
}

.mc-label,
label.error {
    font-size: 0.83em;
    font-weight: 400;
    margin: 0.7em 0 0 0;
    color: #747474;
}

.modal-header .close {
    margin-top: 5px;
}

.slick-list {
    margin: 0 -20px;
}

.slick-arrow.prev,
.slick-arrow.next {
    z-index: 9;
    color: white;
    background: #dfdfdf;
    font-size: 26px;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.slick-arrow.prev:hover,
.slick-arrow.next:hover {
    background: #282828;
    color: #fff;
}

.slick-arrow i {
    line-height: 23px;
}

.slick-arrow.prev {
    left: -5px;
}

.slick-arrow.next {
    right: -5px;
}

.slick-arrow.prev i {
    margin-left: -3px;
}

.slick-arrow.next i {
    margin-right: -3px;
}

.slick-dots {
    bottom: -15px;
}

.slick-dots li button:before {
    font-size: 18px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #b74664;
}


/* 1.4 Buttons */
.btn {
    position: relative;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    border: 0;
    border-radius: 14px;
    padding: 0.75em 1.8em;
    background-color: #b74664;
    text-decoration: none;
    -webkit-transition: all .6s ease-out !important;
    transition: all .6s ease-out !important;
    overflow: hidden;
    z-index: 1;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

.btn.alt-btn {
    color: #7f0022;
    background-color: #fff;
}

.btn.alt-btn-2 {
    background-color: #b74664;
}

.btn.btn-sm {
    padding: 0.65rem 1.5rem;
}

.btn::after {
    content: '';
    position: absolute;
    top: -50px;
    left: -10px;
    width: 215px;
    height: 150px;
    background: #000;
    z-index: -1;
    transform-origin: 0 0;
    transform: scale(0);
    transition: all cubic-bezier(0.65, -0.05, 0.68, 0.99) 0.65s;
    border-radius: 50%;
}

.btn.alt-btn::after {
    background: #b74664;
}

.btn.alt-btn-2::after {
    background: #fff;
}

.btn:hover,
.btn:focus {
    /*    background-color: #b74664;*/
    color: #fff;
    -webkit-box-shadow: 7px 8px 15px rgb(0 0 0 / 15%);
    box-shadow: 7px 8px 15px rgb(0 0 0 / 15%);
    outline: none !important;
}

.btn.alt-btn-2:hover {
    color: #000;
}

.btn:hover::after {
    transform: scale(1);
}

.btn-upper {
    font-weight: 600;
    text-transform: uppercase;
}

.btn-yellow {
    background: #b74664;
    color: #fff;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background: #000;
}



/* 1.5 Icons */
.icon {
    display: inline-block;
}

.icon-medium {
    font-size: 4.2rem;
}

.link-arrow {
    display: inline-block;
    color: #b74664;
    line-height: 1 !important;
    font-weight: 800;
    transition: all ease-in-out 0.4s;
    font-size: 18px;
}

.link-arrow:hover {
    transform: scale(1.1);
}

.link-arrow i {
    line-height: 15px;
    font-size: 18px;
    margin-left: 10px;
}

.link-arrow-2 {
    display: inline-block;
    font-size: 1.14rem;
    color: #999999;
    font-weight: 400;
}

.link-arrow .icon,
.link-arrow-2 .icon {
    position: relative;
    margin-left: 0.7rem;
    font-size: 2.1em;
    vertical-align: middle;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.link-arrow .icon {
    top: 0.1rem;
}

.link-arrow .ion-ios-arrow-right {
    font-size: 1.5em;
}

.link-arrow-2 .ion-ios-arrow-right {
    font-size: 1.5em;
}

.link-arrow:hover,
.link-arrow-2:hover {
    color: #b74664;
    text-decoration: none;
}

.link-arrow:hover .icon,
.link-arrow-2:hover .icon {
    -webkit-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}

ul.icon-list {
    font-size: 15px;
}

ul.icon-list li {
    margin-bottom: 5px;
}

ul.icon-list li i {
    margin-right: 10px;
    color: #b74664;
}

/* 1.6 Preloader */
.animsition {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.preloader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #4b4b4b;
    text-align: center;
}

.preloader .loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader .loader-inner svg {
    width: 170px;
}

.preloader .loader-inner svg path {
    fill: #7f0022;
    opacity: 0;
    animation: flesh 1s ease-in-out infinite;
    transform: scale(0.9);
    transform-origin: center;
}

@keyframes flesh {
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.preloader .loader-10 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
    position: relative;
    border: 2px solid;
    border-color: #4b4b4b #4b4b4b transparent;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.preloader .loader-10:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid;
    border-color: transparent #7f0022 #7f0022;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-animation: rotation 0.5s linear infinite reverse;
    animation: rotation 0.5s linear infinite reverse;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #b74664;
    display: none;
    text-align: center;
    font-size: 20px;
    color: #fff !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px
}

.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #282828;
}


/* 1.7 Helpers */
.text-dark {
    color: #000;
}

.text-muted {
    color: #999;
}

.text-white {
    color: #fff;
}

.text-primary {
    color: #b74664;
}

a.text-primary:hover {
    color: #282828;
}

.masked {
    position: relative;
}

.masked:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.rel-1 {
    position: relative;
    z-index: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.bg-dark {
    background: #282828;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5 {
    color: #fff;
}

.bg-dark h6,
.bg-dark p {
    color: #b3b3b3;
}

.bg-dark .section-subtitle {
    color: #b74664;
}

@media only screen and (min-width: 992px) {
    .row.middle-align {
        display: flex;
        align-items: center;
    }
}

.bg-grad {
    background: linear-gradient(180deg, #f1f1f1, transparent);
}

.bg-light {
    background-color: #f7f7f7;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 55%);
    z-index: -1;
}

/*-------------------------------------------------------------------------------
  2. Navbar
-------------------------------------------------------------------------------*/
.theme-menu.navbar {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 5.7rem;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    transition: all ease-in-out 0.4s;
}

.theme-menu.affix {
    height: 5.1rem;
}

.theme-menu.navbar.affix-top {
    /*    background: #282828;*/
    background: #fff;
    border-bottom: 0px;
}

.theme-menu.navbar .brand {
    float: left;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0px;
    margin: 22px 0;
    height: auto;
}

.affix.theme-menu.navbar .brand {
    margin: 20px 0;
}

.theme-menu .navbar-nav > li {
    margin-right: 15px;
}

.theme-menu .navbar-nav > li > a {
    color: #7c7c7c;
    font-weight: 600;
    font-size: 17px;
    line-height: 56px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.theme-menu .navbar-nav > li > a:hover,
.theme-menu .navbar-nav > li > a:focus {
    background: transparent;
    color: #000;
}

.theme-menu .navbar-nav > li > a.btn:hover,
.theme-menu .navbar-nav > li > a.btn:focus {
    background: #7f0022;
}

.theme-menu .navbar-nav > li.active > a {
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.theme-menu.affix .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.theme-menu .navbar-nav > li.active > a::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 5px;
    transform: rotate(2deg);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(183 70 100 / 32%);
    z-index: -1;
}

.theme-menu .navbar-nav > li > a.btn {
    font-size: 15px;
    line-height: normal;
    color: #fff;
    margin: 19px 0px 19px 20px;
    padding: 0.7rem 1.8rem;
    transition: all ease-in-out 0.4s;
}

.theme-menu.affix .navbar-nav > li > a.btn {
    margin: 14px 0px 14px 20px;
}

.theme-menu .dropdown .dropdown-menu {
    padding: 0;
    width: 260px;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    border-top: 2px solid transparent;
}

.theme-menu .dropdown .dropdown-menu > li > a {
    padding: 10px 15px;
    white-space: break-spaces;
    font-size: 15px;
}

.theme-menu .dropdown .dropdown-menu > li + li > a {
    border-top: 1px solid #e1e1e1;
}

@media only screen and (min-width: 768px) {
    .theme-menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.theme-menu .nav .open > a {
    background: transparent;
    color: #fff;
}

.theme-menu .lg-mega-outer {
    position: static;
}

.theme-menu .mega-menu.lg-mega {
    width: 98%;
}

.theme-menu .mega-menu {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    padding: 0;
}

.theme-menu .mega-menu > li {
    width: 100%;
    text-align: center;
    padding: 0px;
    border: 1px solid #f5f5f5;
    margin: 0;
}

.theme-menu .mega-menu > li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.theme-menu .mega-menu > li a:hover {
    background: transparent;
}

.theme-menu .mega-menu > li a img {
    margin: 0 auto 12px;
    width: 50px;
    min-width: 50px;
    opacity: 0.5;
    transition: all ease-in-out 0.4s;
}

.theme-menu .mega-menu > li:hover a img {
    opacity: 1;
    transform: scale(1.05);
}

.theme-menu .mega-menu > li a:hover {
    color: #b74664;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation: slideInDown 0.6s ease-in-out;
    animation: slideInDown 0.6s ease-in-out;
}


/* 2.1 Navbar elements */
.brand {
    line-height: 1.6;
    color: #000;
    display: inline-block;
}

a.brand:hover,
a.brand:focus {
    text-decoration: none;
    color: #000;
}

.brand img {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.65rem;
    margin-left: 0.65rem;
    height: 2.6rem;
    transition: all ease-in-out 0.4s;
}

.navbar.affix .brand img {
    height: 2.2rem;
}

.brand-info {
    display: inline-block;
}

.brand-name {
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1;
}

.brand-text {
    color: #999999;
    font-size: 0.857rem;
    font-weight: 300;
    margin-top: -0.3rem;
}

.navbar-toggle .icon-bar {
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-toggle:hover .icon-bar {
    background-color: #b74664;
}

.navbar .social-list {
    float: right;
    margin-right: 10%;
}

.social-list {
    overflow: hidden;
}

.footer .social-list {
    margin-top: 20px;
    margin-left: -5px;
}

.footer .social-list a {
    color: #fff;
}

.social-list a {
    float: left;
    font-size: 1.428rem;
    line-height: 1;
    color: #000;
    margin-left: 1rem;
    padding: 5px 10px;
}

.social-list.colored-social a {
    background: #282828;
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.social-list a:first-child {
    margin-left: 0;
}

.social-list a:hover {
    color: #b74664;
    text-decoration: none;
}

.navbar-spacer {
    float: right;
    margin: -1rem 4.5rem 0;
    width: 1px;
    height: 3.3rem;
    background-color: #e0e0e0;
}

.navbar-address {
    float: right;
    font-weight: 600;
    text-transform: uppercase;
}



/* 2.2 Navbar affix */
.navbar.affix {
    position: fixed;
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}


/* 2.3 Sidebar menu */
.click-capture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
}

.menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.close-menu {
    position: absolute;
    z-index: 2;
    top: 2.3rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.close-menu:hover {
    color: #b74664;
}

.menu .menu-lang {
    opacity: 0;
    position: absolute;
    opacity: 0;
    left: 15%;
    top: 3rem;
    text-transform: uppercase;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
    -o-transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
    transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang a {
    display: inline-block;
    margin-left: 1.5rem;
    color: #999999;
}

.menu-lang a:first-child {
    margin-left: 0;
}

.menu-lang .active,
.menu-lang a:hover {
    color: #b74664;
    text-decoration: none;
}

.menu-list {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 9rem;
    bottom: 10.5rem;
    padding-left: 15%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-weight: 600;
    letter-spacing: -0.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    -o-transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
    transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}

.menu-list li a {
    color: #999999;
}

.menu-list .active > a,
.menu-list li a:hover {
    text-decoration: none;
    color: #000;
}

.menu-list > li {
    font-size: 1.95rem;
    line-height: 1;
}

.menu-list > li {
    margin-top: 2.7rem;
}

.menu-list > li:first-child {
    margin-top: 0;
}


.menu-list ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list ul li {
    font-size: 1.142rem;
    margin-top: 1.142rem;
}

.menu-list ul li:first-child {
    margin-top: 2.4rem;
}

.menu-footer {
    position: absolute;
    left: 15%;
    bottom: 4rem;
}

.menu-footer .social-list {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: all 0.5s 0.7s ease;
    -o-transition: all 0.5s 0.7s ease;
    transition: all 0.5s 0.7s ease;
}

.menu-footer .social-list a {
    color: #cccccc;
    margin: 0;
    margin-right: 2.7rem;
}

.menu-footer .social-list a:last-child {
    margin-right: 0;
}

.menu-footer .social-list a:hover {
    color: #b74664;
}

.menu-footer .copy {
    opacity: 0;
    display: none;
    margin-top: 3.2rem;
    color: #000;
    line-height: 1.71rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all 0.5s 0.9s ease;
    -o-transition: all 0.5s 0.9s ease;
    transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture {
    visibility: visible;
}

.menu-is-opened .menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.menu-is-opened .menu .menu-lang,
.menu-is-opened .menu-list,
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list,
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


/*-------------------------------------------------------------------------------
  Page Header
-------------------------------------------------------------------------------*/
.page-title {
    padding: 80px 0 130px;
    background-image: url("../images/resources/page-header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.page-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    z-index: -1;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    border-radius: 50% 50% 0 0;
    border-top: 4px solid #b74664;
}

.page-title h1 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff;
}

ul.breadcrumbs {
    color: #d9d9d9;
    font-weight: 700;
}

ul.breadcrumbs li {
    margin-right: 15px;
    font-size: 16px;
    display: inline-block;
}

ul.breadcrumbs li i {
    padding-left: 15px;
}

/*-------------------------------------------------------------------------------
  3. Homepage
-------------------------------------------------------------------------------*/

.content {
    margin-top: 80px;
}

.wrapper {
    padding-top: 7rem;
    overflow-x: hidden;
}

.boxed {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}

.boxed .container,
.boxed .container-fluid {
    padding: 0;
    max-width: 100%;
}

.left-boxed {
    left: 1.7rem;
}

.right-boxed {
    right: 1.7rem;
}

.section {
    padding: 6rem 0;
}

.section-first {
    padding-top: 3.5rem;
}

.section-title {
    margin: 0;
    text-transform: uppercase;
}

.section-title .link-arrow-2 {
    margin-top: 1.05rem;
}

.section-subtitle {
    font-family: 'Jost', sans-serif;
    display: inline-block;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    color: #b74664;
    margin-bottom: 0.2rem;
}


/* 3.1 Jumbotron */



.jumbotron {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #fff;
}

.slider-title {
    font-family: 'Jost', sans-serif;
}


/* 3.2 Slider */



.rev_slider .link-arrow {
    color: #fff;
}

.rev_slider .link-arrow:hover {
    color: #b74664;
}

.rev_slider .link-arrow:hover .icon {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-prev {
    left: 2.2rem;
}

.slider-next {
    right: 2.2rem;
}

.slider-prev:hover,
.slider-next:hover {
    color: #b74664;
}

.slotholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.25);
    z-index: 99;
}


/* 3.3 Section About */



.section-about {
    padding: 8rem 0 0;
}

.section-about-title {
    margin-bottom: 5rem;
}

.dots-image {
    display: inline-block;
    position: relative;
}

.dots-image img {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 15px;
}

.dots-image .dots {
    position: absolute;
    left: -20%;
    bottom: -15%;
    width: 101%;
    height: 57.2%;
    background: url(../images/bg/dots.png) 0 0 repeat;
}

.experience-box {
    position: relative;
    white-space: nowrap;
}


.experience-border {
    display: inline-block;
    vertical-align: middle;
    width: 8.5rem;
    height: 8.5rem;
    border: 0.357rem solid #b74664;
    border-radius: 25px;
}

.experience-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -6.5rem;
    top: 0.2rem;
}

.experience-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 6.5rem;
    line-height: 1;
    font-weight: 700;
    color: #000;
    background: #fff;
}

.experience-info {
    display: inline-block;
    vertical-align: middle;
    margin: -1rem 0 0 0.8rem;
    font-size: 1.57rem;
    line-height: 1.4;
    color: #000;
}

/* Section Video */
.section-video {
    background-image: url("../images/slider/banner-4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.popup-youtube {
    display: block;
    width: 84px;
    height: 84px;
    line-height: 88px;
    margin: 0 auto 30px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 32px;
    background-color: #FF0000;
    text-align: center;
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 30%), 0px 0px 0px 0px rgb(255 255 255 / 30%);
    animation: play-wave 1.5s ease-in-out infinite;
}

.popup-youtube > i {
    display: inline-block;
    margin-left: 5px;
}

@keyframes play-wave {
    0% {
        box-shadow: 0px 0px 0px 15px rgb(255 255 255 / 30%), 0px 0px 0px 0px rgb(255 255 255 / 30%);
    }

    50% {
        box-shadow: 0px 0px 0px 15px rgb(255 255 255 / 30%), 0px 0px 0px 30px rgb(255 255 255 / 30%);
    }

    100% {
        box-shadow: none;
    }
}

.feature-box {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 700;
}

.feature-box > i {
    color: #b74664;
    margin-right: 5px;
}

.gallery-item {
    position: relative;
    margin: 0 10px;
}

.gallery-item img {
    border-radius: 10px;
}

.gallery-item:hover .gallery-overlay {
    transform: scale(1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background: rgb(34 34 34 / 35%);
    color: #fff;
    transition: all ease-in-out 0.4s;
    transform: scale(0);
    transform-origin: bottom;
}

.gallery-overlay a.popup-img {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    padding: 10px 15px;
    line-height: 1;
}

/* 3.4 Section Projects */
.section-projects {
    padding: 4rem 0;
}

.filter-content {
    position: relative;
    overflow: hidden;
}

.filter {
    list-style: none;
    font-size: 1.142rem;
    font-weight: 600;
    color: #000;
    padding-left: 0;
    margin: 0;
}

.filter li {
    margin: 0.6rem 2.6rem 0 0;
    display: inline-block;
}

.filter li:last-child {
    margin-right: 0;
}

.filter li a {
    color: inherit;
}

.filter li a:hover,
.filter .active a {
    color: #b74664;
    text-decoration: none;
}

.section-projects .filter-content {
    margin: 2rem 0 0 0;
}

.section-projects .filter {
    margin: 0;
}

.section-projects .view-projects {
    margin: 0.85rem 0 0 0;
}

.view-projects {
    display: inline-block;
    font-style: italic;
    color: #999999;
}

.view-projects:hover {
    text-decoration: none;
    color: #b74664;
}



/* 3.4.1 Projects Carousel */
.project-carousel {
    margin-top: 3rem;
}

.owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-nav .disabled {
    color: #bcbcbc;
}

.owl-prev,
.owl-next {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-prev:before {
    font-family: "Ionicons";
    content: "\f3d2";
}

.owl-next:before {
    font-family: "Ionicons";
    content: "\f3d3";
}

.owl-prev:hover,
.owl-next:hover {
    color: #b74664;
}

.owl-dots {
    text-align: center;
    margin-top: 2.8rem;
}

.owl-dot {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.6rem;
}

.owl-dot span {
    display: block;
    width: 0.5rem;
    border-radius: 2px;
    height: 0.5rem;
    background-color: #cccccc;
}

.owl-dot.active span {
    background-color: #b74664;
}

.product-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
}

.product-item img {
    width: 100%;
}

.item-shadow {
    position: relative;
}

.item-shadow:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 100%);
}

.product-item .link-arrow {
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 1.5rem;
    bottom: 2rem;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.product-hover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    padding: 2rem 1.5rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.product-title {
    color: #fff;
    margin: 0;
    text-shadow: 0px 0px 6px #262626;
    -webkit-text-shadow: 0px 0px 6px #262626;
}

.product-hover .product-title {
    position: absolute;
    bottom: 4.8rem;
}

.project-description {
    opacity: 0;
    margin-top: 12%;
    line-height: 1.71;
    color: #333333;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem);
}

.product-item:hover .product-hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.product-item:hover .product-hover .product-title {
    position: relative;
    bottom: 2rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;

}

.product-item:hover .product-hover .project-description {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease;
}

.product-item:hover .link-arrow {
    background: #b74664;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 5px 10px;
    border-radius: 5px;
}

/**Why Choose Us***/
.qs-img {
    border: 4px dotted #b74664;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
}

.qs-img img {
    width: 55px;
    margin: 0 auto;
}

.qs-boxes h6 {
    margin: 5px 0;
    font-size: 22px;
}

.qs-boxes p {
    margin-bottom: 0;
}

/***CTA section***/
.cta-section {}

.cta-outer {
    background: #101010;
    padding: 20px 30px;
    border-radius: 25px;
    border: 6px dashed rgb(255 255 255 / 15%);
    box-shadow: 4px 4px 30px rgb(0 0 0 / 22%);
    z-index: 3;
    position: relative;
}

.cta-outer h3 {
    font-size: 34px;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-color: #b74664;
    text-decoration-style: dashed;
}

.cta-outer p {
    color: #b3b3b3;
    font-size: 16px;
    line-height: 1.8;
}

.how-work {
    background: linear-gradient(180deg, #f7f7f7, #f7f7f7, transparent);
}

.step-icon-outer {
    position: relative;
    margin-bottom: 15px;
}

.step-icon {
    font-size: 30px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
    border: 2px solid #282828;
    border-radius: 50%;
    color: #b74664;
    margin: 0 auto;
    position: relative;
    border-color: #282828 #282828 #282828 #b74664;
}

.step-no {
    display: block;
    background: #282828;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 17px);
    left: -18px;
}

.step-box p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

/***stitching page**/
.st-box {
    border: 1px dashed #996e3f;
    padding: 5px;
    margin-bottom: 35px;
    border-radius: 8px;
}

.st-box img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.st-box h6 {
    margin: 10px 0 5px;
    text-align: center;
    /* color: #666666; */
    letter-spacing: 1px;
    font-weight: 500;
}

.mfp-title {
    line-height: 25px;
    font-size: 20px;
}

/****quality page***/
.rot-imgs .col-md-3:nth-child(odd) img {
    transform: rotate(3deg);
    padding: 0 5px;
}

.rot-imgs .col-md-3:nth-child(even) img {
    transform: rotate(-3deg);
    padding: 0 5px;
}

/****Product Page****/
.product-box {
    margin-bottom: 30px;
}

.product-box > a {
    display: block;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 12px 0;
    border-radius: 8px;
    background: #fff;
    transition: all ease-in-out 0.4s;
}

.product-box > a:hover {
    box-shadow: 0px 3px 9px -1px rgb(0 0 0 / 12%);
}

.product-box h6 {
    margin: 10px 15px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.thumbs-outer {
    width: 90%;
    margin: 0 auto;
}

.pro-thumb-img {
    padding: 5px;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    margin: 4px 0;
}

.large-view-pro {
    margin-bottom: 20px;
    position: relative;
}

.large-view-pro img {
    width: 100%;
}

.large-view-pro .zoom-pro {
    background: #222;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

/* 3.5  Section Clients */
.section-clients {
    position: relative;
}

.section-clients::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff, transparent 65%, #fff);
}

.client-carousel-item {
    margin: 0 20px 20px;
}

.client-carousel .client-carousel-item img {
    display: inline-block;
    width: auto;
    max-width: 70px;
}

.client-box {
    position: relative;
    color: #999;
    background-color: #fff;
    padding: 3.5rem 2rem 2.3rem;
    border-radius: 15px;
}

.image-quote {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
}

.client-img {
    position: relative;
    z-index: 1;
    margin: 0 0 -3.5rem 2.6rem;
    border-radius: 50%;
}

.client-title {
    letter-spacing: 0;
}

.client-name {
    font-size: 1.28rem;
    line-height: 1;
    color: #000;
}

.client-description {
    margin: 0.4rem 0 0;
    line-height: 1.71em;
}


.client-carousel .owl-nav {
    right: 0;
    top: -7.8rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.client-carousel .owl-prev {
    margin-right: 2rem;
}



/* 3.6 Section Partners */

.section-partner {
    padding: 5rem 0;
}

.partner-carousel {
    margin-top: 90px;
}

.partner-carousel .partner-carousel-item img {
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 12px;
}

.partner-carousel .partner-carousel-item:hover img {
    opacity: 1;
}



/* 3.7 Section News */



.section-news {}

.news-carousel {
    margin-top: 4.7rem;
}

.news-item {
    position: relative;
}

.news-item img {
    width: 100%;
}

.news-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.7rem;
    color: #999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hover-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hover-border div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hover-border div::before {
    position: absolute;
    content: "";
    background: #b74664;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.hover-border::after {
    position: absolute;
    content: "";
    background: #b74664;
    width: 2px;
    height: 100%;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.2s 0.2s;
    -o-transition: 0.2s 0.2s;
    transition: 0.2s 0.2s;
}

.hover-border div::after {
    position: absolute;
    content: "";
    background: #b74664;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s 0.4s;
    -o-transition: 0.2s 0.4s;
    transition: 0.2s 0.4s;
}

.hover-border::before {
    position: absolute;
    content: "";
    background: #b74664;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.2s 0.8s;
    -o-transition: 0.2s 0.8s;
    transition: 0.2s 0.8s;
}

.news-hover .content {
    opacity: 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news-hover .time {
    margin-bottom: 0.6rem;
}

.news-title {
    font-size: 1.95rem;
    line-height: 1.25;
    letter-spacing: 0;
    margin: 0;
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.news-description {
    opacity: 0;
    margin-bottom: 0;
    line-height: 1.71;
    margin-top: 10%;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    -o-transform: translateY(-2rem);
    transform: translateY(-2rem);
    -webkit-transition: 0.5s 0.3s ease;
    -o-transition: 0.5s 0.3s ease;
    transition: 0.5s 0.3s ease;
}

.news-hover .read-more {
    position: absolute;
    opacity: 0;
    bottom: 2.7rem;
}

.read-more {
    font-weight: 600;
}

.news-item:hover .news-hover {
    background-color: #fff;
}

.news-item:hover .hover-border::before,
.news-item:hover .hover-border::after,
.news-item:hover .hover-border div::before,
.news-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.news-item:hover .news-hover .content {
    opacity: 1;
}

.news-item:hover .news-hover .news-title,
.news-item:hover .news-hover .news-description {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.news-item:hover .news-hover .read-more {
    opacity: 1;
}



/*-------------------------------------------------------------------------------
  4. Homepage v2
-------------------------------------------------------------------------------*/
/* 4.1 Navbar */
.navbar-2 {
    background: transparent;
    padding-top: 3rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-2 .navbar-bg {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.navbar-2 .brand {
    width: 18rem;
}

.navbar-2 .navbar-address {
    float: left;
    margin-left: 5rem;
}

.navbar-2 .social-list {
    float: left;
    margin-left: 7.5rem;
}

.navbar-white {
    background: transparent;
}

.navbar-white .navbar-bg {
    height: 0;
}

.navbar-white .brand,
.navbar-white .brand:hover,
.navbar-white .brand:focus,
.navbar-white .brand-text,
.navbar-white .navbar-address,
.navbar-white .navbar-address .text-dark,
.navbar-white .social-list a {
    color: #fff;
}

.navbar .brand-img-white {
    display: none;
}

.navbar-white .brand-img {
    display: none;
}

.navbar-white .brand-img-white {
    display: inline-block;
}

.navbar-white .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-white .social-list a:hover {
    color: #b74664;
}

.copy-bottom {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 2.4rem;
    color: #000;
}

.lang-bottom {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 2.4rem;
    color: #000;
}

.copy-bottom.white {
    color: #fff;
}

.lang-bottom .menu-lang {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.lang-bottom .menu-lang a:not(.active) {
    color: #000;
}


.lang-bottom.white,
.lang-bottom.white .menu-lang a:not(.active) {
    color: #fff;
}

.lang-bottom .menu-lang a:hover,
.lang-bottom.white .menu-lang a:hover {
    color: #b74664;
}

#pp-nav {
    z-index: 99;
    width: 2.1428rem;
    margin-top: 0 !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pp-nav .pp-nav-up,
#pp-nav .pp-nav-down {
    display: none;
    font-size: 2.1428rem;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#pp-nav .pp-nav-up {
    margin-bottom: 3.5rem;
}

#pp-nav .pp-nav-down {
    margin-top: 3.5rem;
}

#pp-nav li,
.pp-slidesNav li {
    margin: 1.928rem auto;
    width: 10px;
    height: 10px;
}

#pp-nav span,
.pp-slidesNav span {
    left: 0;
    top: 0;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #000;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#pp-nav .pp-nav-up:hover,
#pp-nav .pp-nav-down:hover,
#pp-nav.white .pp-nav-up:hover,
#pp-nav.white .pp-nav-down:hover {
    color: #b74664;
}

#pp-nav.white .pp-nav-up,
#pp-nav.white .pp-nav-down {
    color: #fff;
}

#pp-nav.white span,
.pp-slidesNav span {
    background: #fff;
}

#pp-nav li .active span,
.pp-slidesNav .active span,
#pp-nav span:hover,
.pp-slidesNav span:hover {
    background: #b74664;
}



/* 4.2 Jumbo Section */
.pagepiling .section {
    background: #fff;
    padding-top: 11.3rem;
    padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred {
    padding-top: 10rem;
    padding-bottom: 11rem;
}

.pagepiling .pp-scrollable {
    padding: 0;
}

.pp-scrollable .vertical-centred {
    padding-top: 11.3rem;
    padding-bottom: 7rem;
}

.scroll-wrap {
    position: relative;
    min-height: 100%;
}

.scrollable-content {
    white-space: nowrap;
    width: 100%;
    font-size: 0;
}

.scrollable-content:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
}

.slide-container {
    position: relative;
    height: 88vh;
    display: flex;
    align-items: center;
}

.jumbo-slider .display-1 span {
    background: #b74664cc;
    line-height: 1;
    display: inline-block;
    padding: 0 10px;
    border-radius: 10px;
    font-weight: 400;
}

.jumbo-slider .slick-list {
    margin: 0;
}

.jumbo-slider span.prev.slick-arrow,
.jumbo-slider span.next.slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgb(255 255 255 / 25%);
}

.jumbo-slider span.prev.slick-arrow {
    left: 20px;
}

.jumbo-slider span.next.slick-arrow {
    right: 20px;
}

.jumbo-slider .slick-dots {
    bottom: 30px;
}

.jumbo-slider .slick-dots li button:before {
    font-size: 45px;
    color: #fff;
    opacity: 0.5;
}

.jumbo-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #b74664;
}

.vertical-centred {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 1rem;
}

.boxed-inner {
    position: relative;
    padding: 0;
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.section-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 45%);
}

.vertical-title {
    position: absolute;
    white-space: nowrap;
    width: 0;
    top: -0.55rem;
    left: 4.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.vertical-title span {
    display: block;
    float: right;
}

.section .intro {
    opacity: 0;
    -webkit-transition: opacity 1s 0.3s ease;
    -o-transition: opacity 1s 0.3s ease;
    transition: opacity 1s 0.3s ease;
}

.section:not(.section-1) .intro {
    -webkit-transform: translateY(7rem);
    -ms-transform: translateY(7rem);
    -o-transform: translateY(7rem);
    transform: translateY(7rem);
    -webkit-transition: all 0.35s 0.6s ease;
    -o-transition: all 0.35s 0.6s ease;
    transition: all 0.35s 0.6s ease;
}

.section.active .intro {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.subtitle-top {
    line-height: 1.714;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1em;
    font-size: 17px;
    font-weight: 600;
}



/* 4.3 Section About */



.hr-bottom {
    position: absolute;
    margin-bottom: 0;
    height: 0.2858rem;
    width: 7.142rem;
    background: #b74664;
    top: -40px;
}

.title-uppercase {
    text-transform: uppercase;
    line-height: 1.33333;
    margin: 0 0 1.5rem;
}

.service-list {
    margin-bottom: 5rem;
    font-size: 1.2857rem;
    padding-left: 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: -0.025rem;
    font-weight: 300;
}

.service-list li {
    margin-bottom: 0.7rem;
}

.service-list li a {
    color: inherit;
}

.service-list li a:hover {
    color: #000;
    text-decoration: none;
}

.dots-image-2 {
    display: block;
    position: relative;
}

.dots-image-2 > img {
    margin: 0 auto;
}

.dots-image-2 .dots {
    position: absolute;
    z-index: -1;
    left: -25%;
    bottom: -19%;
    width: 101%;
    top: 50%;
    opacity: 0.8;
    background: url(../images/bg/dots.png) 0 0 repeat;
}


.dots-image-2 .experience-info {
    position: absolute;
    left: 12%;
    top: 83%;
}

.experience-info .number {
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    font-size: 10.71rem;
    margin-right: 1.7rem;
}


.experience-info .text {
    display: inline-block;
    font-size: 1.571rem;
    font-weight: 600;
    line-height: 1.181;
    text-transform: uppercase;
}



/* 4.4 Section Projects*/


.bg-changer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-changer .section-bg {
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .active {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.bg-changer .section-bg:first-child {
    opacity: 1;
}

.section-3 .vertical-title {
    top: 7.4rem;
}

.row-project-box {
    margin-top: -30px;
}

.col-project-box {
    margin-top: 30px;
}

.project-box {
    display: block;
    padding-bottom: 30%;
    position: relative;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-box-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.14rem 1.928rem;
}

.project-box h5 {
    margin: 0;
    color: #fff;
}

.project-category {
    color: #cccccc;
    margin-top: 0.5rem;
}

.project-box:hover {
    background: #b74664;
    text-decoration: none;
    border-color: transparent;
}

.project-box:hover h5 {
    color: #000;
}

.project-box:hover .project-category {
    color: #666666;
}

.link-arrow.h5 {
    text-transform: uppercase;
    letter-spacing: -0.025rem;
    margin-bottom: 0;
}

.link-arrow.h5 .icon-chevron-right {
    font-size: 1.8rem;
    margin-top: -0.45rem;
}


.section-3 .link-arrow.h5 {
    margin-top: 4rem;
}


.section-4 h2 {
    margin-bottom: 7rem;
}



/* 4.5 Section Reviews */



.icon-quote {
    display: inline-block;
    margin-top: -0.6rem;
    color: #b74664;
    font-size: 5.14rem;
}

.section-5 .title-uppercase {
    margin-top: 7vh;
    margin-bottom: 3rem;
}

.review-carousel .text {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.142rem;
    line-height: 1.875;
}

.review-author {
    margin-top: 5.7rem;
}

.author-name {
    font-size: 1.2857rem;
    line-height: 1.333;
    font-weight: 600;
}

.review-carousel .owl-nav {
    position: relative;
    top: 0;
    margin-top: 7.7vh;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.review-carousel .owl-prev,
.review-carousel .owl-next {
    font-size: 1.2857rem;
    width: 3.57rem;
    height: 3.57rem;
    line-height: 3.57rem;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin-right: 0.857rem;
}

.review-carousel .owl-prev:before {
    font-family: 'Linearicons';
    content: "\e93b";
}

.review-carousel .owl-next:before {
    font-family: 'Linearicons';
    content: "\e93c";
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover {
    background: #fff;
    color: #000;
}

.review-carousel .owl-prev.disabled,
.review-carousel .owl-next.disabled {
    cursor: default;
}

.review-carousel .owl-prev.disabled:hover,
.review-carousel .owl-next.disabled:hover {
    background: none;
    color: #fff;
}



/* 4.6 Section Contacts */



.map-2 {
    width: 100%;
    height: 18rem;
    border: 0;
    text-align: center;
}

.contact-info {
    overflow: hidden;
    margin-top: 5.5rem;
}

.row-contact-info {
    margin: -5rem -4% 0;
}

.success-message,
.error-message {
    display: none;
    margin-top: 2rem;
}

.col-contact-info {
    padding: 0 4%;
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 1px solid #cacaca;
}

.col-contact-info:first-child {
    border-top: 0;
    padding-top: 0;
}

.contact-info h3 {
    font-size: 1.92rem;
    line-height: 1.06;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    margin: 0 0 2rem 0;
}

.contact-info .col-right {
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
}

.contact-info-row {
    line-height: 1.5;
    margin-bottom: 2.14rem;
}

.contact-info-row:last-child {
    margin-bottom: 0;
}

.contact-info-row strong {
    font-size: 1.1428rem;
    text-transform: uppercase;
    color: #000;
}

/*-------------------------------------------------------------------------------
  6. Pages
-------------------------------------------------------------------------------*/
.display-1 {
    font-size: 3.8rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin: 0;
}

.display-2 {
    font-size: 5rem;
    line-height: 1.1;
    letter-spacing: -0.05em;
    margin: 0;
    text-transform: uppercase;
}

.text-display-1 {
    font-size: 1.714rem;
    line-height: 2;
    letter-spacing: 0;
}

.text-display-1 p {
    margin-bottom: 3.5rem;
}

.text-display-1 p:last-child {
    margin-bottom: 0;
}

.title-hr {
    width: 7rem;
    max-width: 100%;
    height: 0.28rem;
    background: #b74664;
}

.title-info {
    font-size: 1.28rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #999999;
    margin-bottom: 1.4rem;
}

.page-header,
.page-header-2,
.page-header-3 {
    border-bottom: 0;
    margin: 8rem 0 7rem;
    padding: 0;
}

.page-header h1,
.page-header-2 h1,
.page-header-3 h1 {
    margin: 0;
    font-size: 3rem;
}

.page-header-3 .title-hr {
    margin-bottom: 2.7rem;
}

.page-inner {
    margin-top: 10.28rem;
}

.section-info .info-title {
    line-height: 1.5;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-info {
    margin-bottom: 1.5rem;
}

.section-info .title-hr {
    margin: 0 0 2rem;
}

.info-title {}

.bg-dots {
    background: url(../images/bg/dots2.png) 0 0 repeat;
}



/* 6.1 Works Grid */
.js-isotope {
    overflow: hidden;
}

.filter-content-2 {
    margin-bottom: 5.9rem;
}

.filter-content-2 .filter li,
.filter-content-3 .filter li,
.filter-content-4 .filter li {
    margin-right: 4rem;
}

.filter-content-3 {
    margin-bottom: 4.6rem;
}

.filter-content-4 {
    margin: 6rem 0 9rem;
}

.grid-items {
    margin: -30px -15px 0 -15px;
}

.grid-items:after {
    content: '';
    clear: both;
    display: block;
}

.grid-item {
    float: left;
    padding: 30px 15px 0 15px;
}

.product-hover-2 {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    padding: 2.71rem;
    -webkit-transition: 0.5s ease;
    ;
    -o-transition: 0.5s ease;
    ;
    transition: 0.5s ease;
    ;
}

.product-hover-2 .icon-plus {
    opacity: 0;
    position: absolute;
    color: #000;
    right: 2.71rem;
    font-size: 3rem;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.product-hover-2 .product-title {
    opacity: 0;
    position: absolute;
    bottom: 2.71rem;
    color: #000;
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.product-item:hover .product-hover-2 {
    background-color: rgba(206, 224, 2, 0.85);
}

.product-item:hover .product-hover-2 .product-title,
.product-item:hover .product-hover-2 .icon-plus {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}



/* 6.2 Works Carousel */



.sly {
    position: relative;
    overflow: hidden;
}

.slidee {
    list-style: none;
    padding-left: 0;
}

.sly ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.sly ul li {
    float: left;
    width: 400px;
    height: 100%;
    margin: 0 30px 0 0;
    padding: 0;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 4rem;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.prev.disabled,
.next.disabled {
    opacity: 0.5;
}

.prev:hover,
.next:hover {
    color: #b74664;
}

.prev {
    left: 2.5rem;
}

.next {
    right: 2.5rem;
}



/* Scrollbar */



.scrollbar {
    margin: 6.8rem 0 0;
    height: 1px;
    background: #dae5e6;
    line-height: 0;
}

.scrollbar .handle {
    position: relative;
    top: -2px;
    width: 100px;
    height: 3px;
    background: #999999;
    cursor: pointer;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}



/* 6.3 Project Detail */



.project-detail {
    position: relative;
    overflow: hidden;
}

.project-detail-item {
    min-height: 420px;
    background-size: cover;
    background-position: 50% 50%;
    padding: 6.78rem 11.2rem;
}

.project-detail-info {
    background-color: #fff;
    padding: 3.3rem;
}

.project-detail-control {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project-detail-control:hover {
    color: #b74664;
}

.project-detail-control .show-info {
    display: none;
}

.project-detail-control.active .show-info {
    display: block;
}

.project-detail-control.active .hide-info {
    display: none;
}

.project-detail-title {
    font-size: 2.57rem;
    letter-spacing: -0.025em;
    line-height: 1.16666;
    margin: 3rem 0 2.4rem 0;
}

.project-detail-list {
    list-style: none;
    padding-left: 0;
    margin-top: 3.6rem;
}

.project-detail-list li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.6rem;
    margin-top: 0.65rem;
    overflow: hidden;
}

.project-detail-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.project-detail-list li .left {
    float: left;
    font-weight: 600;
}

.project-detail-list li .right {
    float: right;
}

.project-detail-meta {
    margin-top: 4.5rem;
    overflow: hidden;
}

.project-detail-meta .left {
    font-weight: 600;
}



/* 6.4 News Masonry */



.card img {
    display: block;
    width: 100%;
}

.card-block {
    background: #f2f2f2;
    padding: 2.5rem;
    line-height: 1.714;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.card-posted {
    margin-bottom: 0.8rem;
}

.card-posted a {
    color: #000;
}

.card-posted a:hover {
    color: #000;

}

.card-title {
    letter-spacing: 0;
    margin: 0;
}

.card-text {
    margin-top: 2rem;
}

.card-read-more {
    display: inline-block;
    margin-top: 2rem;
    font-weight: 600;
    color: #000;
}

.card-read-more:hover {
    color: #000;
}

.card:hover .card-block {
    background: #b74664;
}



/* 6.5 News Listing */



.card-row {
    position: relative;
    background: #f2f2f2;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-bottom: 5rem;
}

.card-row:last-child {
    margin-bottom: 0;
}

.card-row-img {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    height: 100%;
    background-size: cover;
    background-position: center 0;
}

.card-row-img img {
    width: 100%;
}

.card-row:hover {
    background: #b74664;
}

.card-row .card-block {
    padding: 3.6rem;
    background: transparent;
}

.card-row .card-read-more {
    margin-top: 7vw;
}



/* 6.6 Post Detail */



.secondary {
    margin-top: 6rem;
}

.post-gallery {
    position: relative;
    overflow-y: hidden;
}

.header-space {
    margin-top: 7rem;
}

.post-thumbnail {
    background: url(../images/news/1-1920x1080.jpg) 50% no-repeat;
    background-size: cover;
    padding: 16.4rem 15px 19rem;
}

.post-thumbnail h1,
.post-thumbnail .title-info {
    color: #fff;
}

.page-content {
    margin-top: 8.2rem;
}

.page-content-2 {
    margin-top: 6.6rem;
}

.posted-on {
    font-size: 1.142rem;
    margin-bottom: 7rem;
}

.posted-on a {
    color: #000;
}

.posted-on a:hover {
    color: #b74664;
    text-decoration: none;
}

.entry-title {
    margin: 0 0 2.5rem;
    letter-spacing: -0.05em;
    line-height: 1.125;
}

.entry-description {
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 4.8rem;
    margin-top: 0;
}

.entry-content {
    font-size: 1.2857rem;
    line-height: 1.666;
    font-weight: 300;
    letter-spacing: 0;
}

.row-images {
    padding: 4.54rem 0;
}

.row-images .col-image {
    margin-top: 30px;
}

.row-images .col-image:first-child {
    margin-top: 0;
}

.row-images .col-image img {
    width: 100%;
}

.entry-footer {
    padding-top: 4rem;
}

.tags-links span {
    color: #000;
}

.tags-links,
.tags-links a {
    color: #999999;
}

.tags-links a:hover {
    color: #cc0000;
    text-decoration: none;
}

.post-share {
    margin-top: 1rem;
}

.post-share span {
    color: #000;
}

.post-share a {
    color: #cccccc;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-left: 0.8rem;
}

.post-share a:hover {
    color: #b74664;
}



/* 6.6.1 Related Posts */



.related-posts {
    margin-top: 6rem;
    padding-top: 6rem;
    border-top: 1px solid #e1e1e1;
}

.related-post-title {
    margin: 0;
}



/* 6.6.2 Comments */



.section-comments {
    margin-top: 6.8rem;
    padding: 7.3rem 15px;
    background-color: #f5f5f5;
}

.comments-title {
    margin: 0;
    margin-bottom: 2.85rem;
}

.comment-list {
    padding-left: 0;
    list-style: none;
}

.comment .avatar {
    float: left;
    margin-right: 2.14rem;
}

.comment-content {
    overflow: hidden;
    padding: 1.2rem 0 3rem 1.5rem;
    border-top: 1px solid #d8d8d8;
}

.comment-content p {
    margin-bottom: 0;
}

.comment-metadata {
    margin-bottom: 0.6rem;
}

.comment-metadata .fn a {
    color: #333333;
}

.comment-metadata .fn a:hover {
    color: #b74664;
    text-decoration: none;
}

.comment-time {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
}

.comment-time:hover {
    color: #000;
    text-decoration: none;
}

.reply {
    margin-top: 0.7rem;
}

.reply a {
    color: #999999;
    font-style: italic;
}

.reply a:hover {
    color: #0099cc;
    text-decoration: none;
}

.comment-reply-title small {
    float: right;
    margin-top: 0.5rem;
}



/* 6.7 Widgets */



.widget {
    margin-bottom: 4.5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #e1e1e1;
}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.widget-title {
    font-size: 1.2758rem;
    letter-spacing: 0;
    margin: 0 0 3rem;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_nav_menu li {
    margin-top: 0.5em;
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu li a {
    color: #666666;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover {
    color: #b74664;
    text-decoration: none;
}

.widget_categories li {
    text-align: right;
}

.widget_categories li a {
    float: left;
}



/* 6.7.1 Widget Search */



.search-form {
    position: relative;
}

.search-form .search-field {
    background: #f6f6f6;
    border-color: transparent;
}


.search-form .search-field:focus {
    background: none;
}

.search-submit {
    position: absolute;
    background: none;
    border: 0;
    right: 0.8rem;
    top: 1.1rem;
}

.search-submit:focus {
    outline: none;
}



/* 6.7.2 Widget Twitter */



.widget ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.widget_twitter li {
    margin-bottom: 2.2rem;
}

.widget_twitter li:last-child {
    margin-bottom: 0;
}

.widget_twitter li a {
    color: #0099cc;
}

.tweet-time {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.857rem;
    display: block;
    color: #999999;
    text-transform: uppercase;
}

.widget-all-items {
    display: inline-block;
    margin-top: 1.4rem;
    color: #999999;
    font-size: 0.928rem;
    text-transform: uppercase;
    font-weight: 600;
}

.widget-all-items:hover {
    text-decoration: none;
}



/* 6.7.3 Widget Recent Posts */



.widget_recent_posts li {
    overflow: hidden;
    margin-bottom: 2.214rem;
}

.widget_recent_posts li:last-child {
    margin-bottom: 0;
}

.recent-post-thumbnail {
    float: left;
    margin-right: 1.5rem;
}

.recent-post-content {
    overflow-y: hidden;
    line-height: 1.29;
}

.post-title {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
}

.post-title:hover {
    color: #b74664;
    text-decoration: none;
}

.post-time {
    display: block;
    margin-top: 0.6rem;
    font-size: 0.857rem;
    color: #999999;
}



/* 6.8 About Us */



.about-info {
    padding-top: 0;
}

.content-entry-image {
    padding-top: 38%;
    min-height: 28rem;
    background: url(../images/1-1920x800.jpg) 50%;
    background-size: cover;
}



/* 6.8.1 Services */



.row-services {
    margin: -4rem -2.5rem 0 -2.5rem;
}

.col-service {
    color: #333;
    margin-top: 4rem;
    padding: 0 2.5rem;
}

.col-service h4 {
    margin-top: 3.3rem;
}

.col-service p {
    margin-bottom: 0;
}




/* 6.8.2 Partners */

.row-partners {
    margin: -5rem -1rem 0;
}

.col-partner {
    padding: 0 1rem;
    margin-top: 5rem;
    float: left;
}

.col-partner img {
    max-width: 100%;
}



/* 6.8.3 Team */



.row-team {
    margin-top: -30px;
}

.col-team {
    margin-top: 30px;
}

.team-profile {
    position: relative;
}

.team-profile img {
    width: 100%;
    display: block;
}

.team-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(206, 224, 2, 0.85);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team-content {
    position: absolute;
    left: 1.857rem;
    bottom: 0.8rem;
}

.team-name {
    margin-bottom: 0.3rem;
}

.team-name h6 {
    margin: 0;
}

.team-social a {
    float: left;
    color: #000;
    font-size: 1.25rem;
    margin-right: 1.5rem;
}

.team-social a:hover {
    color: #fff;
    text-decoration: none;
}

.team-profile:hover .team-hover {
    opacity: 1;
}

.add-new-team {
    position: relative;
    border: 1px solid #bfbfbf;
    padding-top: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add-new-text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    font-size: 1.285rem;
    line-height: 1.1111;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.add-new-text .inner {
    display: inline-block;
    text-align: left;
}

.add-new-team input[type="file"] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.add-new-team:hover {
    background: #b74664;
    border-color: transparent;
}




/* 6.9 Contacts */



.map {
    width: 100%;
    height: 26rem;
    border: 0;
    text-align: center;
}

.map-info {
    color: #000;
    text-align: left;
    padding: 1rem 0;
}

.map-address-row {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.4;
}

.map-address-row .fa {
    margin-right: 0.5rem;
}

.gmap-open {
    margin: 2rem 0 0;
}

.row-contact {
    margin: -6rem -3.5rem 0;
}

.col-contact {}

.contact-title {
    letter-spacing: 0;
    margin: 0;
}

.contact-top {
    margin-bottom: 1.3rem;
}

.contact-title span {
    color: #ccc;
    font-weight: 400;
}

.contact-address {
    font-size: 1.142rem;
    line-height: 1.875;
    letter-spacing: -0.025rem;
    margin-bottom: 1rem;
}

.contact-row {
    margin-top: 1rem;
    margin-bottom: 0.6rem;
}

.phone-lg {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 500;
}

.contact-social {
    margin-top: 1rem;
}

.contact-social a {
    color: #999999;
    font-size: 1.3rem;
}

.map-section {
    display: block;
}

.map-section iframe {
    border: 5px solid #fff !important;
    border-radius: 15px;
    filter: hue-rotate(-37deg);
}

/*-------------------------------------------------------------------------------
  7. Footer
-------------------------------------------------------------------------------*/
.footer {
    color: #c3c3c3;
    line-height: 1.71;
    background-color: #101010;
    padding: 9rem 0 3.5rem;
    position: relative;
    z-index: 5;
    margin-top: -65px;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    border-radius: 0 0 60% 60%;
    border-bottom: 8px solid #b74664;
}

.footer h5 {
    color: #fff;
    margin-top: 0px;
    position: relative;
}

.footer h5::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0%;
    transition: all ease-in-out .5s;
    width: 40px;
    height: 3px;
    background: #b74664;
    border-radius: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin: 10px 0;
}

.footer ul.footer_contact li {
    margin-bottom: 0;
}

.footer ul li a {
    color: #c3c3c3;
}

.footer_contact li {
    display: inline-flex;
    align-items: baseline;
    width: 100%;
}

.footer_contact li i {
    margin-right: 8px;
    color: #b74664;
}

.footer ul .active a,
.footer ul li a:hover {
    color: #b74664;
    text-decoration: none;
}

.footer-flex {
    margin-top: -4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-flex .flex-item {
    margin-top: 4rem;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.copyright {
    padding: 1.2rem 0 0.8rem;
    text-align: center;
    background-color: #000;
    color: #8a8a8a;
    border-top: 1px solid #3c3c3c;
}

/* ------------------------------------------------------------------------------- */
/*  8. Responsive styles
/* ------------------------------------------------------------------------------- */

/* 8.1 Min width 768px */
@media (min-width: 768px) {

    html {
        font-size: 13px;
    }

    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }


    /* Sidebar Menu */



    .menu {
        width: 50%;
    }


    /* Homepage */
    .boxed {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .boxed-inner {
        padding-left: 0;
    }

    .right-boxed {
        right: 3rem;
    }

    .left-boxed {
        left: 3rem;
    }



    /* Section About */



    .section-about {
        padding-top: 12rem;
    }



    /* Section Projects */



    .section-projects .filter {
        margin-right: 14rem;
    }

    .section-projects .view-projects {
        position: absolute;
        top: 0;
        right: 0;
    }


    /* Works Carousel */



    .sly ul li {
        width: 555px;
    }



    /* Homepage v2 */


    .project-box {
        padding-bottom: 75%;
    }

    .row-contact-info {
        margin-top: -2rem;
    }

    .col-contact-info {
        padding-top: 4rem;
        margin-top: 2rem;
    }


    /* Footer */



    .footer-flex .flex-item {
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    }
}




/* 8.2 Min width 992px */



@media (min-width: 992px) {

    html {
        font-size: 14px;
    }



    /* Helpers */



    .pull-md-right {
        float: right;
    }


    /* Sidebar Menu */



    .menu {
        width: 35%;
    }



    /* Homepage */



    .boxed {
        padding-left: 4.2857rem;
        padding-right: 4.2857rem;
    }

    .right-boxed {
        right: 4.2857rem;
    }

    .left-boxed {
        left: 4.2857rem;
    }


    /* Homepage v2 */


    .boxed-inner .boxed {
        padding-left: 6rem;
    }

    .service-list {
        margin-bottom: 0;
    }

    .col-contact-info {
        border-top: 0;
        padding-top: 0;
    }

    .row-contact-info {
        margin-top: -5rem;
    }

    .col-contact-info {
        margin-top: 5rem;
    }



    /* Pages */



    .page-header {
        margin: 12.8rem 0 10.8rem;
    }

    .page-header-2 {
        margin: 8.7rem 0 10.5rem;
    }

    .page-header-3 {
        margin: 7rem 0;
    }

    .page-header-3 .title-hr {
        margin: 2rem 0 0;
    }

    .about-info .section-info .title-hr {
        margin-top: 1rem;
    }



    /* Post detail */



    .secondary {
        padding: 0.5rem 0 0 6rem;
        margin-top: 0;
    }

    .post-thumbnail {
        padding-left: 0;
        padding-right: 0;
    }



    /* About */



    .about-info {
        padding-top: 1.2rem;
    }


    /* Contact */


    .map {
        height: 36rem;
    }


    /* Homepage v2 */


    .col-contact-info:nth-child(2n) {
        border-left: 1px solid #cacaca;
    }

}


/* 8.3 Min width 1200px */




@media (min-width: 1200px) {



    /* Helpers */



    .pull-lg-right {
        float: right;
    }



    /* Section Projects */



    .section-projects .filter-content {
        margin-top: 0;
    }



    /* Homepage v2 */


    .section-3 .link-arrow.h5 {
        float: right;
        margin-top: -1.3rem;
    }

    .section-5 .title-uppercase {
        margin-top: 22vh;
        margin-bottom: 0;
    }



    /* Works Carousel */



    .sly ul li {
        width: 685px;
    }


    /* Homepage v2 */


    .section-5 .vertical-centred {
        padding-top: 17rem;
        padding-bottom: 8rem;
    }

    .col-contact-info {
        border-left: 1px solid #cacaca;
    }



    /* Footer */



    .footer-flex .flex-item {
        -webkit-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}



/* 8.5 Min Height 500px */
@media (min-height: 500px) {

    #pp-nav .pp-nav-up,
    #pp-nav .pp-nav-down {
        display: block;
    }

}



/* 8.6 Min Height 600px */
@media (min-height: 600px) {


    /* Sidebar Menu */


    .menu .menu-lang {
        top: 7rem;
    }

    .menu-list {
        top: 14rem;
        bottom: 20rem;
    }

    .menu-list > li {
        font-size: 2.571rem;
    }

    .menu-footer {
        bottom: 6rem;
    }

    .menu-footer .copy {
        display: block;
    }
}



/* 8.7 Min Height 700px */
@media (min-height: 700px) {

    /* Homepage v2 */
    .copy-bottom {
        display: block;
    }

    .lang-bottom {
        display: block;
    }

}

@media only screen and (min-width: 300px) and (max-width: 691px) {
    .preloader .loader-inner img {
        width: 200px;
    }

    .preloader .loader-inner {
        width: 100%;
        justify-content: center;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .scroll-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
        bottom: 20px;
        right: 15px;
    }
    
    .section-first {
        padding-top: 1rem;
    }

    .theme-menu .navbar-nav > li > a:hover,
    .theme-menu .navbar-nav > li > a:focus {
        background: transparent;
        color: #282828;
        border-color: #f9f9f9;
    }

    .theme-menu .navbar-toggle {
        margin-top: 20px;
    }
    
    .affix.theme-menu .navbar-toggle {
        margin-top: 15px;
    }

    .theme-menu .navbar-toggle .icon-bar {
        background: #222;
    }

    .theme-menu .navbar-collapse {
        background-color: #fff;
        max-height: none;
    }

    .content {
        margin-top: 70px;
    }
    
    .theme-menu .navbar-nav > li {
        margin-right: 0;
    }
    
    .theme-menu .navbar-nav > li > a.btn{
        display: inline-block;
        padding: 8px 20px;
        margin: 10px 15px;
        color: #fff !important;
    }
    
    .theme-menu.affix .navbar-nav > li > a.btn{
        margin: 10px 15px;
    }

    .theme-menu .navbar-nav > li > a {
        color: #8f8f8f;
        line-height: 18px;
    }

    .theme-menu .navbar-nav > li + li > a {
        border-top: 1px solid #f9f9f9;
    }

    .theme-menu .navbar-nav > li.active > a {
        color: #b74664;
    }

    .theme-menu .navbar-nav > li.active > a::after {
        display: none;
    }
    
    .theme-menu .dropdown .dropdown-menu{
        width: 100%;
    }

    .theme-menu.navbar .brand {
        margin: 20px 0;
    }
    
    .affix.theme-menu.navbar .brand {
        margin: 18px 0;
    }

    .theme-menu .navbar-nav > li > a:hover {
        color: #282828;
    }

    .theme-menu .mega-menu {
        width: 100%;
        left: 0;
        transform: translateX(0%);
    }

    .theme-menu .mega-menu > li {
        width: 100%;
        display: block;
        text-align: left;
        border: 1px solid #f9f9f9;
    }

    .theme-menu .mega-menu > li a img {
        display: none;
    }

    .theme-menu .nav .open > a {
        color: #282828;
    }
    
    .slide-container{
        height: 80vh;
    }
    
    .display-1{
        font-size: 2.5rem;
    }
    
    .gallery-item{
        margin: 0 20px;
    }

    .footer {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        padding: 10rem 15px 4.5rem;
    }
    
    .footer::before{
        border-radius: 0 0 40% 40%;
    }

    .copyright {
        padding: 1.5rem 15px 1rem;
    }

    .dots-image-2 .experience-info {
        left: 5%;
    }

    .experience-info .number {
        font-size: 9rem;
    }

    .cta-outer {
        text-align: center;
    }

    .qs-boxes {
        margin-bottom: 40px;
    }
    
    .feature-box{
        text-align: center;
    }

    .qs-boxes h6 {
        margin: 15px 0 0;
    }
    
    .cta-outer h3{
        font-size: 30px;
    }
    
    .partner-carousel {
        margin-top: 70px;
    }

    .page-title {
        padding: 50px 0 100px;
    }
    
    .page-title::after{
        border-radius: 35% 35% 0 0;
    }

    .page-title h1 {
        font-size: 3rem;
        line-height: 1.2;
    }

    .page-header h1,
    .page-header-2 h1,
    .page-header-3 h1 {
        margin: 0;
        font-size: 2.5rem;
    }

    .rot-imgs .col-md-3:nth-child(even) img {
        transform: rotate(-2deg);
        margin: 40px 0;
        padding: 0 10px;
    }

    .rot-imgs .col-md-3:nth-child(odd) img {
        transform: rotate(2deg);
        margin: 40px 0;
        padding: 0 10px;
    }

    .map-section {
        margin-bottom: 0;
    }
}
