/* Witam serdecznie, wszystkich zagladajacych w kod,
Pozdrawiam Przemka, Kordiana, Marka i wiele innych osob <3 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700;800;900&display=swap');

.text-white {
    color: #fff;
}

.bg-gold {
    background: #7F671E !important;
}

.infolinia {
    display: inline-block;
    margin-top: 20px;
    background: #191919;
    padding: 12px 30px;
    color: #fff;
    font-size: 20px;
}

.sticky-header .logo {
    position: relative;
    width: 200px;
    height: auto;
    top: 0;
}

.cmentarze-galeria {
    padding: 60px 0;
}

.nagrobki-section p {
    color: #fff;
}

.nagrobki-section {
    padding: 60px 0;
}

.nagrobki-block-one {
    text-align: center;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7f671e;
    position: relative;
}

.nagrobki-block-one:after {
    content: '';
    width: 64px;
    height: 64px;
    background-image: url(/wp-content/themes/dabek/assets/img/pomnik.png);
    position: absolute;
    z-index: 1;
    background-size: contain;
    bottom: 0;
    right: 10px;
}

.nagrobki-block-one a {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 16px;
    border-top: 1px solid #7f671e;
    border-right: 1px solid #7f671e;
    color: #fff;
    font-weight: bold;
    background: transparent;
    transition: 0.5s;
}

.nagrobki-block-one a:hover {
    background: #7f671e;
    transition: 0.5s;
}

.nagrobki-block-one h3 {
    color: #7f671e;
    font-weight: bold;
}


.pliki-block-one {
    text-align: center;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7f671e;
    position: relative;
}

.pliki-block-one:after {
    content: '';
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/dabek/assets/img/pdf.png);
    position: absolute;
    z-index: 1;
    background-size: contain;
    bottom: 10px;
    right: 10px;
}

.pliki-block-one a {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 16px;
    border-top: 1px solid #7f671e;
    border-right: 1px solid #7f671e;
    color: #fff;
    font-weight: bold;
    background: transparent;
    transition: 0.5s;
}

.pliki-block-one a:hover {
    background: #7f671e;
    transition: 0.5s;
}

.pliki-block-one h6 {
    color: #7f671e;
    font-weight: bold;
}


.main-header.style-one .sticky-header .logo-box {
    margin-right: 0;
}

.main-header.style-one .sticky-header .menu-right-content {
    padding: 0;
}

.sticky-header .menu-area .menu-item-has-children:after {
    top: 28px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.top-header {
    background: #7f671e;
    width: 100%;
    color: #fff;
}

.top-header ul .support-box {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.top-header ul .support-box .phonebox {
    margin-left: 20px;
}

.top-header ul .support-box .phonebox p {
    color: #fff;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
}

.top-header ul .support-box .phonebox h5 a {
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
}

.top-header ul .support-box .phonebox h5 {
    font-size: 16px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
}

ul.menu-right-content.clearfix {
    display: flex;

}

.logo {
    position: absolute;
    z-index: 5;
    width: 400px;
    height: 152px;
    top: -74px;
    background: #000;
    left: 0;
}

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header.style-one .header-lower {
    position: relative;
    width: 100%;
}

.boxed_wrapper .fixed-header.style-one .outer-box {
    justify-content: flex-end;
}

.main-header.style-one .outer-box {
    position: relative;
}

.main-header.style-one .logo-box {
    display: flex;
    padding: 20px 0px;
    height: 100%;
    margin-right: 160px;
}
}

.main-header.style-one .logo-box .logo {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.logo h1 {
    font-size: 27px;
    text-transform: uppercase;
    color: #7F671E;
}

.main-header.style-one .header-lower .logo-box .logo img {
    width: 100%;
    height: 152px;
}

.main-header.style-one .logo-box p {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    letter-spacing: 2px;
    max-width: 120px;
}

.main-header.style-one .main-menu {
    float: left;
    margin: 0 2rem;
}

.main-header.style-one .menu-right-content {
    position: relative;
    float: right;
    padding: 15px 0px;
}

.main-header.style-one .menu-right-content li {
    position: relative;
}

.main-header.style-one .menu-right-content li.support-box {
    position: relative;
}

.main-header.style-one .menu-right-content li.support-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    left: 0px;
}

.main-header.style-one .menu-right-content li.support-box i {
    position: relative;
}

.main-header.style-one .menu-right-content li.support-box p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
}

.main-header.style-one .menu-right-content li.support-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
}

.main-header.style-one .menu-right-content li.support-box h3 a {
    display: inline-block;
    color: #fff;
}

.main-header.style-one .menu-right-content li.support-box h3 a:hover {
    text-decoration: underline;
}

.dropdown-toggle::after {
    display: none;
}

.tile-cmentarz {
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.tile-cmentarz:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1;
    transition: 0.5s;
}

.tile-cmentarz:hover:before {
    background-color: rgba(0, 0, 0, .9);
    transition: 0.5s;
}

.tile-cmentarz-box {
    min-height: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.tile-cmentarz-box h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 15px;
}

.tile-cmentarz-box a {
    padding: 10px 18px;
    color: #fff;
    background: #7f671e;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.page-section .content_block_1 .content-box p {
    margin-bottom: 1rem;

}

.page-section .content_block_1 .content-box * {
    position: relative;
    font-size: 18px;
    color: #fff;
}

.page-section .content_block_1 .content-box ol {

    padding: 0 20px;
}

.page-section .content_block_1 .content-box ul {

    padding: 0 20px;
}

.page-section .content_block_1 .content-box ol li {
    padding: 5px;
    list-style: decimal;
}

.page-section .content_block_1 .content-box ul li {
    margin: 5px;
    list-style: disc;
}

/** main-menu **/

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 33px 0px 37px 0px;
    margin: 0px 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    font-family: 'Noto Sans', sans-serif;
    opacity: 1;
    color: #fff;
    z-index: 1;
    letter-spacing: 1px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #aaa;
}


.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background: #7F671E;
    padding: 10px 0px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 14px 0px;
    line-height: 24px;
    font-weight: 800;
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    text-transform: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
    color: #aaa;
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #ccc;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'icofont';
    content: "\eac9";
    position: absolute;
    right: 20px;
    top: 14px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

ul.sub-menu .menu-item-has-children:after {
    display: none;
}

.menu-item-has-children:after {
    font-family: 'icofont';
    content: "\eac8";
    position: absolute;
    right: -20px;
    top: 35px;
    z-index: 5;
    color: #7F671E;
    font-weight: bold;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    right: 100%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    background: #000;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-menu .navigation>li>ul>li:hover>ul>li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-box .nav-logo h1 {
    color: #7f671e;
    font-size: 24px;
    text-transform: uppercase;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #000;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

.main-header.style-one .sticky-header .logo-box {
    padding: 10px 0px;
}

.main-header.style-one .sticky-header .logo-box h1 {
    font-size: 27px;
    text-transform: uppercase;
    color: #7F671E;
}

.main-header .sticky-header .main-menu .navigation>li {
    padding: 25px 0px !important;
}

.main-header.style-one .sticky-header .menu-right-content li.support-box {
    padding: 17px 20px 17px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header.style-one .sticky-header .search-box-outer {
    margin-top: 28px;
}


.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
    color: #fff;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #000;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    max-width: 200px;
}

.mobile-menu .menu-box .logo {
    filter: brightness(0) invert(1);
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #fff;
    color: #3b3b3b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}




.banner-section.style-one:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 650px;
    left: 0px;
    top: 0px;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-carousel {
    position: relative;
    overflow: hidden;
}


.banner-section.style-one .banner-carousel .slide-item {
    position: relative;
    padding: 300px 0px 260px 0px;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {}

.banner-carousel .content-box {
    position: relative;
    display: block;
    max-width: 100%;
    z-index: 5;
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 60px;
    line-height: 87px;
    margin-bottom: 13px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section.style-one .banner-carousel .content-box .text {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-section.style-one .banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-carousel .content-box .text p {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-right: 20px;
}

.banner-carousel .content-box .text .line {
    position: relative;
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    flex: 1;
    top: 0px;
}

.banner-carousel .content-box .text .theme-btn-one {
    position: relative;
    float: right;
    margin-top: 20px;
    padding: 15px 40px;
    font-weight: 700;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.banner-section.style-one .banner-carousel .owl-nav {
    position: absolute;
    bottom: 300px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav-style-one .owl-nav .owl-prev {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    background: #7F671E;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
}

.nav-style-one .owl-nav .owl-next {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #7F671E;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
}

.nav-style-one .owl-nav .owl-prev:hover,
.nav-style-one .owl-nav .owl-next:hover {}

.banner-section .social-links {
    position: absolute;
    left: 25px;
    top: 55px;
}

.banner-section .social-links li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.banner-section .social-links li:last-child {
    margin-bottom: 0px;
}

.banner-section .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #7b72b1;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

.banner-section .social-links li a:hover {
    color: #fff;
}

.banner-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 725px;
    height: 20px;
    background: #fff;
    z-index: 2;
}

.banner-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 865px;
    height: 20px;
    background: #fff;
    z-index: 2;
}

.banner-section .pattern-layer .pattern-3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 395px;
    height: 20px;
    background: #fff;
    z-index: 2;
}

.banner-section .pattern-layer .pattern-4 {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 255px;
    height: 20px;
    background: #fff;
    z-index: 2;
}

.offer-section {
    position: relative;
    padding: 120px 0px 0px 0px;
}

main .offer-section:nth-child(even) .row {
    flex-direction: row-reverse;
}

main .offer-section:last-child {
    padding-bottom: 120px;
}

main .offer-section:nth-child(even) .row .image_block_1 .image-box:before {
    right: 20px;
    left: -20px;
}

.oferta h2 {
    font-size: 32px !important;
}

.item-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar-side {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar {
    position: relative;
}

.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 45px 45px;
    background: #191919;
    border-radius: 7px;
}

.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.1em;
    color: #7f671e;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-bottom: 0px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar .services ul li {
    position: relative;
    line-height: 48px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 5px;
}

.sidebar .services ul {
    position: relative;
}

.sidebar .services ul li a {
    position: relative;
    display: block;
    line-height: 48px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-family: ;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom: 1px solid #7f671e;
}

.custom-shape-divider-bottom-1682593970 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 1;
}

.custom-shape-divider-bottom-1682593970 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1682593970 .shape-fill {
    fill: #FFFFFF;
}

.list-item p {
    text-align: center;
}

.info-sec {
    padding: 40px 0;
    background: #7f671e;
    text-align: center;

}

.info-sec h4 {
    color: #fff;
}

.about-section {
    position: relative;
    padding: 153px 0px 130px 0px;
}

.about-section p {
    font-size: 18px;
    text-align: justify;
}

.content_block_1 .content-box {
    position: relative;
    margin-right: -15px;
}

.content_block_1 .content-box .text p {
    margin-bottom: 1rem;

}

.content_block_1 .content-box .text * {
    position: relative;
    font-size: 18px;
    color: #fff;
}

.content_block_1 .content-box .text ol {

    padding: 0 20px;
}

.content_block_1 .content-box .text ul {

    padding: 0 20px;
}

.content_block_1 .content-box .text ol li {
    padding: 5px;
    list-style: decimal;
}

.content_block_1 .content-box .text ul li {
    margin: 5px;
    list-style: disc;
}

.content_block_1 .content-box .inner-box {
    position: relative;
}

.content_block_1 .content-box .inner-box .inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 31px 35px 16px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.content_block_1 .content-box .inner-box .inner .list-item {
    position: relative;
    display: inline-block;
}

.content_block_1 .content-box .inner-box .inner .list-item li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
    padding-bottom: 18px;
    margin-bottom: 18px;
    padding-left: 35px;
    border-bottom: 1px solid #d7d4e6;
}

.content_block_1 .content-box .inner-box .inner .list-item li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.content_block_1 .content-box .inner-box .inner .list-item li:before {
    position: absolute;
    content: '\eed7';
    font-family: 'icofont';
    left: 0px;
    top: 4px;
    font-size: 22px;
    line-height: 20px;
}

.content_block_1 .content-box .sec-title {
    margin-bottom: 22px;
}

.content_block_1 .content-box .inner-box .vector-image {
    position: absolute;
    left: -140px;
    bottom: -25px;
}

.image_block_1 .image-box {
    position: relative;
    display: block;
    margin-top: 17px;
}

.image_block_1 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.image_block_1 .image-box .image img {
    width: 100%;
}

.image_block_1 .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 40px);
    left: 20px;
    top: -20px;
    transition: all 500ms ease;
}

.image_block_1 .image-box:hover:before {
    left: 0px;
    top: 0px;
}

.image_block_1 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.image_block_1 .image-box .vector-image {
    position: absolute;
    top: -70px;
    right: -70px;
}

.image_block_1 .image-box .image-pattern .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 20px;
    background: #fff;
    z-index: 1;
}

.image_block_1 .image-box .image-pattern .pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 60px;
    height: 20px;
    background: #fff;
    z-index: 1;
}

.image_block_1 .image-box .image-pattern .pattern-3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 160px;
    height: 20px;
    background: #fff;
    z-index: 1;
}

.image_block_1 .image-box .image-pattern .pattern-4 {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 40px;
    height: 20px;
    background: #fff;
    z-index: 1;
}




.feature-section {
    position: relative;
    padding: 100px 0;
}

.feature-section .bg-layer {
    position: absolute;
    top: 0px;
    right: 0;
    width: calc(100%);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.feature-section .bg-layer:before {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.feature-block-one .inner-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background: #191919;
    padding: 51px 20px 42px 20px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.07);
}

.feature-block-one .inner-box p {
    color: #fff;
}

.feature-block-one {
    margin-bottom: 30px;
}

.feature-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before {
    transform: scale(1, 1);
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    font-size: 115px;
    line-height: 100px;
    color: #e0ddf3;
    margin-bottom: 26px;
    transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.feature-block-one .inner-box:hover .icon-box {}

.feature-block-one .inner-box .shape {
    position: relative;
    width: 25px;
    height: 5px;
    margin: 0px auto 21px auto;
    left: -12.5px;
}

.feature-block-one .inner-box .shape:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    left: 0px;
    top: 0px;
}

.feature-block-one .inner-box .shape:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.feature-block-one .inner-box h2 {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}

.feature-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #fff;
    width: 255px;
    height: 20px;
}

.feature-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    width: 865px;
    height: 20px;
}

.parallex {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallex p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 42px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

.parallex h5 {
    color: #eee;
}

.service-section {
    position: relative;
    padding: 125px 0px 0px 0px;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    z-index: 1;
}

.service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-one .inner-box .image-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img {
    transform: scale(1.0);
    opacity: 0.15;
}

.service-block-one .inner-box .image-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    font-size: 105px;
    color: #fff;
    font-weight: 100;
    opacity: 0;
}

.service-block-one .inner-box:hover .image-box a {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
}

.service-block-one .inner-box .lower-content {
    position: relative;
    padding: 18px 0px;
}

.service-block-one .inner-box .lower-content:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 200px;
    height: 20px;
    left: 0px;
    top: -20px;
}

.service-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
}

.service-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222;
}

.service-block-one .inner-box .lower-content h3 a:hover {}

.service-section .owl-nav .owl-prev,
.service-section .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 20px;
    color: #777;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 2px solid #f1f0f6;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
}

.service-section .owl-nav .owl-prev {
    right: -110px;
}

.service-section .owl-nav .owl-next {
    left: -110px;
}

.service-section .owl-nav .owl-prev:hover,
.service-section .owl-nav .owl-next:hover {
    color: #fff;
}

.service-section .service-layout-one {
    margin-bottom: 124px;
}

.service-section .service-layout-two .owl-nav .owl-prev:hover,
.service-section .service-layout-two .owl-nav .owl-next:hover {}

.service-layout-two .service-block-one .inner-box .image-box {}

.service-layout-two .service-block-one .inner-box .lower-content h3 a:hover {}

.service-section .sec-title {
    margin-bottom: 55px;
}

.service-section .title-text .text {
    position: absolute;
    font-size: 150px;
    line-height: 120px;
    font-family: 'Noto Serif', sans-serif;
    font-weight: 700;
    color: #f1f0f6;
}

.service-section .title-text .text-1 {
    right: 0px;
    top: 600px;
}

.service-section .title-text .text-2 {
    left: 0px;
    bottom: 110px;
}

.provided-service {
    position: relative;
    padding-left: 260px;
}

.provided-service .outer-container {
    position: relative;
}

.provided-service .outer-container .left-column,
.provided-service .outer-container .right-column {
    width: 50%;
}

.provided-service .outer-container .inner-box {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.provided-service .outer-container .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.6;
}

.provided-service .outer-container .left-column .inner-box:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 3px;
    height: 100%;
    top: 0px;
    right: -1.5px;
}

.provided-service .outer-container .inner-box .content-box {
    position: relative;
    display: flex;
    min-height: 390px;
    padding: 30px 50px;
    align-items: center;
    justify-content: center;
}

.provided-service .outer-container .inner-box .content-box h2 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 5px;
}

.provided-service .outer-container .inner-box .content-box p {
    color: #fff;
}

.provided-service .outer-container .left-column .inner-box .content-box p {
    margin-bottom: 28px;
}

.provided-service .outer-container .inner-box .content-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 12px 31px;
}

.provided-service .outer-container .inner-box .content-box a:hover {
    background: #fff;
}

.provided-service .outer-container .inner-box .content-box .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 305px;
    height: 20px;
    background: #fff;
}

.provided-service .outer-container .inner-box .content-box .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 410px;
    height: 20px;
    background: #fff;
}

.provided-service .outer-container .inner-box .content-box .pattern-layer .pattern-3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 265px;
    height: 20px;
    background: #fff;
}

.provided-service .outer-container .inner-box .content-box .pattern-layer .pattern-4 {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 130px;
    height: 20px;
    background: #fff;
}

.provided-service .vector-image {
    position: absolute;
    left: 55px;
    bottom: -65px;
}

.contact-section {
    position: relative;
    padding-left: 255px;
}

.contact-section .outer-container {
    position: relative;
    padding: 125px 0px 130px 0px;
}

.contact-section .left-column,
.contact-section .right-column {
    width: 50%;
}

.contact-section .left-column .form-column {
    position: relative;
    padding: 0px 80px 0px 165px;
    float: right;
}

.contact-section .left-column .form-column .content-box {
    position: relative;
    min-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.contact-section .form-column .form-group {
    position: relative;
    margin-bottom: 15px;
}

.contact-section .form-column .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .form-column .form-group input[type='text'],
.contact-section .form-column .form-group input[type='email'],
.contact-section .form-column .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    padding: 10px 20px;
    background: transparent;
    transition: all 500ms ease;
}

.contact-section .form-column .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-section .form-column .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-section .form-column .form-group textarea {
    height: 160px;
    resize: none;
    margin-bottom: 30px;
}

.contact-section .form-column .form-group input:focus,
.contact-section .form-column .form-group textarea:focus {
    border-color: #fff;
}

.contact-section .form-column .form-group button {
    transition: all 500ms ease;
}

.contact-section .form-column .form-group button:hover {
    background: #222;
}

.contact-section .form-column .form-group button:before {
    background: #222;
}

.contact-section .sec-title {
    margin-bottom: 35px;
}

.contact-section .right-column .map-inner {
    position: relative;
    max-width: 560px;
    padding: 0px 30px;
    margin-top: 69px;
}

.contact-section .right-column .map-inner #contact-google-map {
    position: relative;
    width: 100%;
    height: 335px;
}

.contact-section .right-column .map-inner .map-info {
    position: relative;
    display: block;
    background: #fff;
    padding: 39px 50px 43px 55px;
}

.contact-section .right-column .map-inner .map-info .text {
    margin-bottom: 10px;
}

.contact-section .right-column .map-inner .map-info .text h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Noto Sans', sans-serif;
}

.contact-section .right-column .map-inner .map-info .info li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}

.contact-section .right-column .map-inner .map-info .info li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #222;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

.contact-section .right-column .map-inner .map-info .info li a:hover {}

.contact-section .upper-inner {
    position: relative;
    padding-bottom: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-section .lower-inner {
    position: relative;
    padding-top: 110px;
}

.contact-section .lower-inner .info-column {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
}

.contact-section .lower-inner .info-column .single-item {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 30px 11px 125px;
    min-height: 100px;
}

.contact-section .lower-inner .info-column .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: -2px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    background: #42358f;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    transition: all 500ms ease;
    z-index: 1;
}

.contact-section .lower-inner .info-column .single-item:hover .icon-box {
    color: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
}

.contact-section .lower-inner .info-column .single-item .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: -1;
}

.contact-section .lower-inner .info-column .single-item:hover .icon-box:before {
    transform: scale(1, 1);
}

.contact-section .lower-inner .info-column .single-item h3 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 7px;
}

.contact-section .lower-inner .info-column .single-item p {
    color: #fff;
    line-height: 26px;
}

.contact-section .title-text {
    position: absolute;
    left: -130px;
    top: 375px;
    transform: rotate(-90deg);
}

.contact-section .title-text h1 {
    font-size: 130px;
    line-height: 120px;
    font-weight: 700;
    color: #f1f0f6;
    text-transform: uppercase;
}

.contact-section .pattern-layer .pattern-1 {
    position: absolute;
    background: #fff;
    width: 520px;
    height: 20px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.contact-section .pattern-layer .pattern-2 {
    position: absolute;
    background: #fff;
    width: 260px;
    height: 20px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.list-box-offer {
    display: flex;
    font-size: 18px;
    margin-bottom: 10px;
}

.list-box-offer .icon {
    margin-right: 10px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    width: 38px;
    height: 38px;
}

/** main-footer **/

.footer-top {
    position: relative;
    padding: 103px 0px 80px 0px;
    border-bottom: 1px solid #f1f0f6;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
}

.footer-top:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.widget-section *,
.widget-section a {
    color: #fff !important;
}

.widget-section {
    position: relative;
    z-index: 1;
}

.footer-top .vector-image {
    position: absolute;
    left: 180px;
    bottom: 0px;
}

.footer-top .footer-logo .logo-footer {
    position: relative;
    display: inline-block;
    max-width: 300px;
    margin-right: 20px;
}

.footer-top .footer-logo p {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #333;
    max-width: 120px;
    letter-spacing: 2px;
    top: 9px;
}

.footer-top .footer-logo {
    position: relative;
    margin-bottom: 32px;
}

.footer-top .logo-widget .text {
    margin-bottom: 24px;
}

.footer-top .logo-widget {
    margin-right: -40px;
    margin-top: 5px;
}

.footer-top .footer-social li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.footer-top .footer-social li:last-child {
    margin: 0px !important;
}

.footer-top .footer-social li a {
    display: inline-block;
    font-size: 16px;
    color: #222;
}

.footer-top .footer-social li a:hover {}

.footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.footer-top .widget-title h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}

.footer-top .widget-title .shape {
    position: relative;
    width: 25px;
    height: 5px;
}

.footer-top .widget-title .shape:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    left: 0px;
    top: 0px;
}

.footer-top .widget-title .shape:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.ml-100 {
    margin-left: 100px;
}

.footer-top .links-widget .links li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.footer-top .links-widget .links li:last-child {
    margin-bottom: 0px;
}

.footer-top .links-widget .links li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #222;
}

.footer-top .links-widget .links li a:hover {}

.footer-top .newsletter-widget .widget-content p {
    margin-bottom: 24px;
}

.footer-top .newsletter-widget .widget-content .subscribe-form .form-group {
    position: relative;
    margin: 0px;
    border-radius: 3px;
    overflow: hidden;
}

.footer-top .newsletter-widget .widget-content .subscribe-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #f1f0f6;
    border: 1px solid #f1f0f6;
    border-radius: 3px;
    padding: 10px 65px 10px 20px;
    font-size: 15px;
    font-weight: 300;
    color: #888888;
    font-style: italic;
    transition: all 500ms ease;
}

.footer-top .newsletter-widget .widget-content .subscribe-form .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
}

.footer-top .newsletter-widget .widget-content .subscribe-form .form-group input:focus {}

.footer-bottom {
    position: relative;
    padding: 36px 0px;
}

.footer-bottom .copyright p a {
    color: #333;
    display: inline-block;
    border-bottom: 2px solid #b2b2b2;
    line-height: 14px;
}

.footer-bottom .copyright p a:hover {}


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.main-header.style-two .header-top {
    position: relative;
    background: #f1f0f6;
    padding: 11px 0px;
}

.main-header.style-two .header-top .info li {
    position: relative;
    display: inline-block;
    margin-right: 45px;
}

.main-header.style-two .header-top .info li:last-child {
    margin: 0px !important;
}

.main-header.style-two .header-top .info li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
}

.main-header.style-two .header-top .info li a:hover {}

.main-header.style-two .header-top .info li:before {
    position: absolute;
    content: '';
    background: #c2ccdf;
    height: 18px;
    width: 1px;
    top: 5px;
    right: -22px;
}

.main-header.style-two .header-top .info li:last-child:before {
    display: none;
}

.main-header.style-two .header-social li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    font-weight: 400;
    margin-right: 35px;
}

.main-header.style-two .header-social li:last-child {
    margin-right: 0px !important;
}

.main-header.style-two .header-social li a {
    display: inline-block;
    font-size: 16px;
    color: #222;
}

.main-header.style-two .header-social li a:hover {}

.main-header.style-two .header-social li:before {
    position: absolute;
    content: '';
    background: #c2ccdf;
    height: 18px;
    width: 1px;
    top: 3px;
    right: -20px;
}

.main-header.style-two .header-social li:first-child:before,
.main-header.style-two .header-social li:last-child:before {
    display: none;
}

.main-header.style-two .header-upper .upper-info {
    position: relative;
    margin-top: 35px;
}

.main-header.style-two .header-upper .upper-info li {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 70px;
    margin-right: 40px;
    text-align: left;
}

.main-header.style-two .header-upper .upper-info li:last-child {
    margin: 0px !important;
}

.main-header.style-two .header-upper .upper-info li i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    border: 2px solid #eae9f3;
    border-radius: 50%;
    text-align: center;
}

.main-header.style-two .header-upper .upper-info li h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.main-header.style-two .header-upper .upper-info li h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.main-header.style-two .header-upper .upper-info li h5 a {
    display: inline-block;
    color: #222;
}

.main-header.style-two .header-upper .upper-info li h5 a:hover {}

.main-header.style-two .header-upper .logo-box .logo {
    position: relative;
    padding: 34px 0px;
}

.main-header.style-two .header-lower .lower-inner {
    position: relative;
}

.main-header.style-two .header-lower .outer-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
}

.main-header.style-two .header-lower .outer-box:before {
    position: absolute;
    content: '';
    width: 5000px;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.main-header.style-two .main-menu .navigation>li>a {
    position: relative;
    font-size: 18px;
}

.main-header.style-two .main-menu .navigation>li:first-child>a:after,
.main-header.style-two .main-menu .navigation>li:last-child>a:before {
    display: none;
}

.main-header.style-two .main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 12px;
    right: -29px;
}

.main-header.style-two .main-menu .navigation>li {
    margin: 0px 26px;
    padding: 25px 0px;
}

.main-header.style-two .menu-right-content li {
    position: relative;
    display: inline-block;
    float: left;
}

.main-header.style-two .menu-right-content .support-box {
    padding: 28px 30px 24px 90px;
}

.main-header.style-two .menu-right-content .support-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    right: 0px;
    bottom: -5px;
}

.main-header.style-two .menu-right-content .support-box i {
    position: absolute;
    left: 40px;
    top: 28px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.main-header.style-two .menu-right-content .support-box h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
}

.main-header.style-two .search-box-outer {
    position: relative;
    padding: 28px 40px 22px 30px;
    margin: 0px;
}

.main-header.style-two .search-box-outer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    bottom: -5px;
    right: 0px;
}

.main-header.style-two .search-box-outer:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 30px;
    top: 25px;
    left: 0px;
}

.main-header.style-two .sticky-header .search-box-outer:before,
.main-header.style-two .sticky-header .menu-right-content .support-box:before {
    display: none;
}


/** banner-style-two **/

.banner-section.style-two {
    position: relative;
}

.banner-section.style-two .slide-item {
    position: relative;
    padding: 206px 0px 135px 0px;
}

.banner-section.style-two .slide-item:before {
    background: -webkit-linear-gradient(0deg, rgba(74, 59, 159, 0.8)0%, rgba(74, 59, 159, 0.0) 100%);
    opacity: 1;
}

.banner-section.style-two .slide-item .content-box .top-text span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
}

.banner-section.style-two .slide-item .content-box .top-text .shape {
    position: relative;
    width: 25px;
    height: 5px;
    background: #fff;
}

.banner-section.style-two .slide-item .content-box .top-text .shape:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 70px;
    height: 1px;
    left: 0px;
    top: 0px;
}

.banner-section.style-two .slide-item .content-box .top-text .shape:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 70px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.banner-section.style-two .slide-item .content-box .top-text {
    margin-bottom: 15px;
}

.banner-section.style-two .banner-carousel .content-box h1 {
    margin-bottom: 16px;
}

.banner-section.style-two .content-box .top-text {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .top-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-section.style-two .content-box {
    max-width: 680px;
}

.banner-section.style-two .content-box p {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 42px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1250ms;
    -moz-transition-delay: 1250ms;
    -ms-transition-delay: 1250ms;
    -o-transition-delay: 1250ms;
    transition-delay: 1250ms;
}

.banner-section.style-two .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section.style-two .content-box .btn-box .banner-btn {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 15px 38px;
}

.banner-section.style-two .content-box .btn-box .banner-btn:hover {
    background: #fff;
}

.banner-section.style-two .content-box .btn-box .theme-btn-one {
    padding: 17px 40px;
    margin-right: 5px;
}

.banner-section.style-two .banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
}

.banner-section.style-two .nav-style-one .owl-nav .owl-prev:hover,
.banner-section.style-two .nav-style-one .owl-nav .owl-next:hover {}

.bg-color-1 {
    background: #f8f8fa;
}


/** feature-style-two **/

.feature-style-two {
    position: relative;
    padding: 87px 0px 111px 0px;
}

.feature-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-block-two .inner-box {
    position: relative;
    padding: 0px 0px 15px 0px;
    min-height: 100px;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.feature-block-two .inner-box .icon-box {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(74, 59, 159, 0.1);
    transition: all 500ms ease;
    z-index: 1;
}

.feature-block-two .inner-box:hover .icon-box {
    color: #fff;
    box-shadow: 0 0 0 4px rgba(250, 250, 250, 0.7);
}

.feature-block-two .inner-box .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: -1;
}

.feature-block-two .inner-box:hover .icon-box:before {
    transform: scale(1, 1);
}

.feature-block-two .inner-box h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 7px;
}

.feature-block-two .inner-box p {
    line-height: 26px;
}

.feature-style-two .shape-layer .shape-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 530px;
    height: 20px;
    background: #fff;
}

.feature-style-two .shape-layer .shape-2 {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 390px;
    height: 20px;
    background: #fff;
}

.feature-style-two .shape-layer .shape-3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 390px;
    height: 20px;
    background: #fff;
}

.feature-style-two .shape-layer .shape-4 {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 530px;
    height: 20px;
    background: #fff;
}


/** about-style-two **/

.about-style-two {
    position: relative;
    padding: 130px 0px 130px 0px;
}

.about-style-two .upper-box {
    position: relative;
    display: block;
    padding: 84px 40px 78px 100px;
    border: 10px solid #f1f0f6;
}

.about-style-two .upper-box .sec-title {
    margin-bottom: 0px;
    margin-right: 80px;
}

.about-style-two .upper-box .text {
    margin-left: -75px;
}

.about-style-two .vector-image {
    position: absolute;
    left: -80px;
    top: -70px;
}

.about-style-two .lower-box .content-box {
    position: relative;
    display: block;
    padding: 51px 0px 0px 110px;
}

.about-style-two .lower-box .content-box .single-item {
    position: relative;
    padding: 0px 0px 0px 35px;
    margin-bottom: 45px;
}

.about-style-two .lower-box .content-box .single-item:last-child {
    margin-bottom: 0px;
}

.about-style-two .lower-box .content-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 24px;
    line-height: 20px;
}

.about-style-two .lower-box .content-box .single-item h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}

.about-style-two .lower-box .image-box {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: -170px;
}

.about-style-two .lower-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding-top: 20px;
    padding-left: 20px;
}

.about-style-two .lower-box .image-box .image img {
    width: 100%;
}

.about-style-two .lower-box .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.about-style-two .lower-box .image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.about-style-two .lower-box .image-box:after {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 35px;
    top: 35px;
    z-index: -1;
}


/** service-style-two **/

.service-style-two {
    position: relative;
    padding: 123px 0px 125px 0px;
}

.service-block-two {
    margin-bottom: 40px;
}

.service-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
}

.service-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
    line-height: 250px;
    text-align: center;
    background: #fff;
    font-size: 120px;
    margin-bottom: 35px;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.6);
    transition: all 500ms ease;
}

.service-block-two .inner-box .img-box {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 120px;
    margin-bottom: 35px;
    box-shadow: 0 0 0 6px rgb(0, 0, 0, 0.6);
    transition: all .5s ease;
}

.img-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.service-block-two .inner-box:hover .img-box {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}

.service-block-two .inner-box .img-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    opacity: 0;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover .img-box:before {
    transform: scale(1, 1);
    opacity: 1;
}

.service-block-two .inner-box .img-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    font-size: 105px;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-weight: 100;
    opacity: 0;
}

.service-block-two .inner-box:hover .img-box a {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
}

.service-block-two-image {
    width: 128px;
    height: 128px;
    object-fit: contain;
}

.service-block-two .inner-box:hover .icon-box {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}

.service-block-two .inner-box .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    opacity: 0;
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box:before {
    transform: scale(1, 1);
    opacity: 1;
}

.service-block-two .inner-box .icon-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    font-size: 105px;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-weight: 100;
    opacity: 0;
}

.service-block-two .inner-box:hover .icon-box a {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
}

.service-block-two .inner-box .lower-content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

.service-block-two .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222;
}

.service-block-two .inner-box .lower-content h3 a:hover {}

.service-block-two .inner-box .lower-content p {
    font-size: 14px;
    line-height: 24px;
}

.alternet-2 .service-block-two .inner-box .icon-box {}

.alternet-2 .service-block-two .inner-box .icon-box:before {}

.service-style-two .title-inner {
    margin-bottom: 70px;
}

.service-style-two .title-inner .sec-title {
    margin-bottom: 17px;
}

.bg-color-2 {
    background: #f2f1f7;
}

.cta-section {
    position: relative;
    padding: 97px 0px 126px 0px;
}

.cta-section:before {
    position: absolute;
    content: '';
    width: calc(100% - 355px);
    height: 100%;
    top: 0px;
    right: 355px;
}

.cta-section:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 425px;
    height: 20px;
    left: 0px;
    bottom: 0px;
}

.cta-section .inner-box .text h2 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 10px;
}

.cta-section .inner-box .text .info li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-right: 30px;
}

.cta-section .inner-box .text .info li:last-child {
    margin: 0px !important;
}

.cta-section .inner-box .text .info li a {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.cta-section .inner-box .text .info li a:hover {}

.cta-section .inner-box .btn-box {
    position: relative;
    margin-top: 25px;
}

.cta-section .inner-box .btn-box .theme-btn-one {
    padding: 17px 48px;
}

.cta-section .inner-box .btn-box .theme-btn-one:before {
    background: #222;
}

/** project-section **/

.project-section {
    position: relative;
}

.project-section .single-column {
    position: relative;
    float: left;
    width: 25%;
}

.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 2500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
    transform: scale(1.2);
}

.project-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    height: 0%;
    opacity: 0.95;
    z-index: 1;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before {
    height: calc(100% - 40px);
}

.project-block-one .inner-box .content-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px 20px;
    z-index: 2;
}

.project-block-one .inner-box .content-box .view-btn {
    position: relative;
    margin-bottom: 20px;
}

.project-block-one .inner-box .content-box .view-btn a {
    position: relative;
    display: inline-block;
    font-size: 115px;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 100;
    transform: scale(0, 0);
    transition: all 500ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-block-one .inner-box:hover .content-box .view-btn a {
    transform: scale(1, 1);
}

.project-block-one .inner-box .content-box .text h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 6px;
}

.project-block-one .inner-box .content-box .text ul li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.project-block-one .inner-box .content-box .text ul li a {
    color: #fff;
}

.project-block-one .inner-box .content-box .text ul li a:hover {
    text-decoration: underline;
}

.project-block-one .inner-box .content-box .text {
    position: relative;
    top: 15px;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-block-one .inner-box:hover .content-box .text {
    top: 0px;
    opacity: 1;
}

.contact-section.alternet-2 .outer-container .upper-inner {
    max-width: 1260px;
    margin: 0 auto;
    padding-bottom: 0px;
    border-bottom: none;
}

.contact-section.alternet-2 .form-column .form-group {
    margin-bottom: 30px;
}

.contact-section.alternet-2 .sec-title {
    margin-bottom: 55px;
}

.contact-section.alternet-2 .form-column .form-group textarea {
    margin-bottom: 0px;
    height: 120px;
}

.contact-section.alternet-2 .form-column .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section.alternet-2 .form-column .form-group .theme-btn-one {
    padding: 17px 30px;
}

.contact-section .form-column .info-list {
    position: relative;
    margin-top: 56px;
}

.contact-section .form-column .info-list li {
    position: relative;
    display: inline-block;
    margin: 0px 30px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.contact-section .form-column .info-list li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 30px;
    top: 0px;
    right: -30px;
}

.contact-section .form-column .info-list li:last-child:before {
    display: none;
}

.contact-section .form-column .info-list li span {
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
}

.contact-section .form-column .info-list li a {
    color: #fff;
}

.contact-section .form-column .info-list li a:hover {}

/** footer-style-two **/

.main-footer.style-two {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-footer.style-two:before {
    position: absolute;
    content: '';
    background: #040018;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.92;
}

.main-footer.style-two .footer-top .footer-logo .logo {
    max-width: 100%;
    margin: 0px;
}

.main-footer.style-two .footer-top .logo-widget .text p,
.main-footer.style-two .footer-top .newsletter-widget .widget-content p {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}

.main-footer.style-two .footer-top .footer-social li a {
    color: #6d6a6a;
}

.main-footer.style-two .footer-top .widget-title h3 {
    color: #fff;
}

.main-footer.style-two .footer-top .links-widget .links li a {
    color: rgba(255, 255, 255, 0.5);
}

.main-footer.style-two .footer-top .links-widget .links li a:hover {
    color: #fff;
}

.main-footer.style-two .footer-top .newsletter-widget .widget-content .subscribe-form .form-group button {}

.main-footer.style-two .footer-top .newsletter-widget .widget-content .subscribe-form .form-group input:focus {}

.main-footer.style-two .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer.style-two .footer-bottom p,
.main-footer.style-two .footer-bottom p a {
    color: rgba(255, 255, 255, 0.5);
}

.main-footer.style-two .footer-bottom p a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.main-footer.style-two .footer-bottom p a:hover {
    color: #fff;
    border-color: #fff;
}


/*** 

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title {
    position: relative;
    padding: 174px 0px 96px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.page-title .content-box .title h1 {
    position: relative;
    display: block;
    font-size: 66px;
    line-height: 70px;
    color: #7f671e;
    font-weight: bold;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-weight: 300;
    margin-right: 15px;
}

.page-title .content-box .bread-crumb li:last-child {
    margin: 0px !important;
}

.page-title .content-box .bread-crumb li a {
    color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {}

.page-title .content-box .bread-crumb li.shape {
    width: 15px;
    height: 5px;
    background: #fff;
    margin-right: 30px;
    top: -4px;
}

.page-title .content-box .bread-crumb li.shape:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 30px;
    height: 1px;
    left: 0px;
    top: 0px;
}

.page-title .content-box .bread-crumb li.shape:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 30px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.feature-style-two.alternat-2 .feature-block-two .inner-box h3,
.feature-style-two.alternat-2 .feature-block-two .inner-box p {
    color: #fff;
}


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


.main-footer.style-two .footer-top .footer-social li a:hover {
    color: #fff;
}

.error-section {
    position: relative;
}

.error-section .inner-box h1 {
    position: relative;
    display: block;
    font-size: 170px;
    line-height: 150px;
    color: #222;
    margin-bottom: 27px;
}

.error-section .inner-box h2 {
    font-size: 40px;
    line-height: 45px;
    position: relative;
    color: #848484;
    margin-bottom: 10px;
}

.error-section .inner-box p {
    position: relative;
    margin-bottom: 57px;
}

.error-section .inner-box p a {
    display: inline-block;
    line-height: 18px;
}

.error-section .inner-box p a:hover {
    text-decoration: underline;
}


.google-map-section {
    position: relative;
}

.google-map-section #contact-google-map {
    position: relative;
    width: 100%;
    height: 600px;
}

.contact-style-two {
    position: relative;
    padding: 0px 130px;
}

.contact-form label {
    display: block;
}

.contact-form input {
    background-color: #fff;
    color: #7F671E;
    padding: 15px;
    width: 100%;
    border: 1px solid lightgray;
    outline: none;
}

.contact-form input::placeholder {
    color: #333;
}

.contact-form textarea::placeholder {
    color: #333;
}

.contact-form textarea {
    background-color: #fff;
    padding: 15px;
    height: 150px;
    width: 100%;
    border: 1px solid lightgray;
    color: #7F671E;
    outline: none;
}

.contact-form .rodo span {
    font-size: 9px;
    text-align: justify;
}

.contact-form .rodo label {
    display: flex;
    width: 100%;
    color: #7F671E;
}

.contact-form .rodo input {
    width: 22px;
    margin-left: -15px;
    margin-right: 10px;
}

.contact-form input[type=submit] {
    background: #7F671E;
    font-weight: bold;
    display: flex;
    width: 140px;
    margin: 10px;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all ease-in-out 300ms;
    text-decoration: none;
    border: none;
}

.contact-style-two .outer-container {
    position: relative;
    padding: 125px 0px 130px 0px;
    margin-top: -100px;
}

.contact-style-two .default-form {
    margin: 0px 7.5px;
}

.contact-style-two .default-form .form-group {
    position: relative;
    margin-bottom: 15px;
    padding: 0px 7.5px;
}

.contact-style-two .default-form .form-group:last-child {
    margin-bottom: 0px;
}

.contact-style-two .default-form .form-group input[type='text'],
.contact-style-two .default-form .form-group input[type='email'],
.contact-style-two .default-form .form-group textarea {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: transparent;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.contact-style-two .default-form .form-group input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact-style-two .default-form .form-group textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact-style-two .default-form .form-group input:focus,
.contact-style-two .default-form .form-group textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.contact-style-two .default-form .form-group textarea {
    display: block;
    height: 160px;
    resize: none;
    margin-bottom: 15px;
}


.contact-style-two .info-box h3 {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
}

.contact-style-two .info-box .info li {
    position: relative;
    display: block;
    padding: 39px 0px 36px 65px;
    border-bottom: 1px solid rgba(32, 110, 182, 0.2);
    width: 100%;
}

.contact-style-two .info-box .info li i {
    position: absolute;
    left: 0px;
    top: 30px;
    font-size: 40px;
    line-height: 40px;
}

.contact-style-two .info-box .info li:first-child i {
    top: 45px;
}

.contact-style-two .info-box .info li p {
    color: #fff;
    margin-bottom: 3px;
}

.contact-style-two .info-box .info li h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
}

.contact-style-two .info-box .info li h4 a {
    display: inline-block;
    color: #fff;
}

.contact-style-two .info-box .info li h4 a:hover {
    text-decoration: underline;
}

.contact-style-two .info-box .info li span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    margin-right: 10px;
}

.contact-style-two .info-box .info {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.contact-style-two .info-box {
    position: relative;
    margin-top: 76px;
}

.contact-style-two .info-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.contact-style-two .info-box .social-links li:last-child {
    margin: 0px;
}

.contact-style-two .info-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgb(32, 110, 182);
    text-align: center;
    border-radius: 50%;
}

.contact-style-two .info-box .social-links li a:hover {
    color: #fff;
}

.main-header.style-two .sticky-header .outer-box {
    position: relative;
}

.three-item-carousel .owl-stage-outer {
    overflow: visible;
}

.three-item-carousel .owl-item {
    opacity: 0;
    transition: all 500ms ease;
}

.three-item-carousel .owl-item.active {
    opacity: 1;
}

.four-item-carousel .owl-stage-outer {
    overflow: visible;
}

.four-item-carousel .owl-item {
    opacity: 0;
    transition: all 500ms ease;
}

.four-item-carousel .owl-item.active {
    opacity: 1;
}

.blog-sidebar .sidebar-gallery {
    margin-bottom: 0px;
}

.gallery-style-two {
    position: relative;
    padding: 130px 0px 130px 0px;
}

.gallery-style-two figure {
    margin-bottom: 25px;
}

.gallery-style-two figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}