/*!
Theme Name: HEXA _DME
Theme URI: https://www.hexa.pt
Author: HEXA
Author URI: https://www.hexa.pt
Description: Tema Wordpress para DME - Soluções para Espaços.
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kontin

    background-image: url(/wp-content/themes/kontin/assets/images/shapes/service-sidebar-bg-1-1.png);

*/

/* Ver: 2.0.0 */
:root {
    --kontin-font: "Roboto",sans-serif;
    --kontin-reey-font: "Roboto",sans-serif;
    /* --kontin-reey-font: "reeyregular"; */
    --kontin-gray: #767676;
    --kontin-gray-rgb: 118,118,118;
    --kontin-primary: #a5206a;
    --kontin-primary-rgb: 165,32,106;
    --kontin-black: #171717;
    --kontin-black-rgb: 23,23,23;
    --kontin-base: #fff;
    --kontin-base-rgb: 255,255,255;
    --kontin-clr-extra: #e3e3e3;
    --kontin-mainheadertopbg: #ebebeb;
    --kontin-mainheadertopcolor: #000;

    --kontin-border-radius: 8px;
    
}

body,button,input,select,optgroup,textarea {
    color: var(--kontin-gray,#767676);
    font-family: var(--kontin-font,"Roboto",sans-serif);
    font-size: 1rem;
    line-height: 1.5
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-weight: 700
}

p {
    margin-bottom: 1.5em
}

dfn,cite,em,i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",courier,monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,kbd,tt,var {
    font-family: monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace
}

abbr,acronym {
    border-bottom: 1px dotted var(--kontin-gray,#767676);
    cursor: help
}

mark,ins {
    background: var(--kontin-clr-extra,#e3e3e3);
    text-decoration: none
}

big {
    font-size: 125%
}

b,strong {
    color: var(--kontin-black,#171717)
}

body {
    background: #fff
}

hr {
    background-color: var(--kontin-clr-extra,#e3e3e3);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,ol {
    margin: 0 0 .5em 3em;
    padding-left: 1em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

embed,iframe,object {
    max-width: 100%
}

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

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    max-width: 100%
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit
}

table>tbody>tr>td,table>tbody>tr>th,table>tfoot>tr>td,table>tfoot>tr>th,table>thead>tr>td,table>thead>tr>th {
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd
}

table>tbody>tr>td,table>tbody>tr>th,table>tfoot>tr>td,table>tfoot>tr>th,table>thead>tr>td,table>thead>tr>th {
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd
}


.wp-block-calendar .wp-calendar-table caption {
    padding-bottom: 0;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    font-size: 18px
}

.wp-block-calendar .wp-calendar-nav {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wp-block-calendar .wp-calendar-nav a {
    text-decoration: none;
    line-height: 1;
    color: var(--moniz-black,#1e1e22);
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s ease
}

a {
    color: var(--kontin-black,#171717)
}

a:hover,a:focus,a:active {
    color: var(--kontin-primary,#a5206a)
}

a:focus {
    outline: 0
}

a:hover,a:active {
    outline: 0
}

button,input[type=button],input[type=reset],input[type=submit] {
    border: 1px solid;
    border-color: var(--kontin-clr-extra,#e3e3e3) var(--kontin-clr-extra,#e3e3e3) var(--kontin-clr-extra,#e3e3e3);
    border-radius: 3px;
    background: var(--kontin-clr-extra,#e3e3e3);
    color: rgba(0,0,0,.8);
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    border-color: var(--kontin-clr-extra,#e3e3e3) var(--kontin-clr-extra,#e3e3e3) var(--kontin-clr-extra,#e3e3e3)
}

button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus {
    border-color: var(--kontin-clr-extra,#e3e3e3) var(--kontin-clr-extra,#e3e3e3) var(--kontin-clr-extra,#e3e3e3)
}

.wp-block-button:not(.wp-block-button.align-left) {
    margin-bottom: 20px
}

.news-details__content .wp-block-button a:hover {
    background-color: var(--kontin-primary,#a5206a);
    border-color: var(--kontin-primary,#a5206a);
    color: var(--kontin-base,#fff)
}

.news-details__content .wp-block-button a {
    transition: all .5s ease
}

.wp-block-button.is-style-squared a,.wp-block-button__link.wp-block-button.is-style-squared a {
    border-radius: 0
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea {
    color: var(--kontin-gray,#767676);
    border: 1px solid var(--kontin-clr-extra,#e3e3e3);
    border-radius: 3px;
    padding: 3px
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus {
    color: var(--kontin-gray,#767676)
}

select {
    border: 1px solid var(--kontin-clr-extra,#e3e3e3)
}

textarea {
    width: 100%;
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links,.posts-navigation .nav-links,.post-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous {
    flex: 1 0 50%
}

.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%
}

.sticky {
    display: block
}

.post,.page {
    margin: 0
}

.updated:not(.published) {
    display: none
}

.page-content,.entry-content,.entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comments-area {
    position: relative;
    margin-top: 30px
}

.comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.comments-area .comment-list ul.children {
    margin: 0;
    list-style: none;
    padding-left: 3em
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--kontin-clr-extra,#e3e3e3)
}

.comments-area .comment {
    position: relative;
    min-height: 90px
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden
}

.comments-area .comment-box .author-thumb img {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%
}

.comments-area .comment-box .info {
    position: relative;
    margin-bottom: 25px;
    line-height: 24px
}

.comments-area .comment-box .info .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: var(--kontin-black,#171717);
    text-transform: uppercase
}

.comments-area .comment-box .info .date {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--kontin-primary,#a5206a)
}

.comments-area .comment-box .text {
    position: relative;
    display: block;
    color: var(--kontin-gray,#767676);
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: .1em;
    margin-bottom: 30px
}

.comments-area .comment-box .reply-btn {
    position: relative;
    display: block
}

.comments-area .comment-box .theme-btn .btn-title {
    padding: 6px 30px 4px;
    line-height: 30px
}

.comments-area .comment-body .says {
    display: none
}

.comments-area .comment-body {
    position: relative;
    padding-left: 120px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid var(--kontin-clr-extra,#e3e3e3)
}

.comments-area .comment-body .avatar {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%
}

.comments-area .fn a,.comments-area .fn {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: var(--kontin-black,#171717);
    text-decoration: none
}

.comments-area .comment-body .comment-metadata {
    margin-bottom: 25px
}

.comments-area .comment-body .comment-metadata a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: var(--kontin-primary,#a5206a);
    text-decoration: none
}

.comments-area .comment-body .comment-metadata a:hover {
    color: var(--kontin-black,#171717)
}

.comments-area .comment-body .comment-metadata .edit-link a:before {
    content: ".";
    margin-left: 8px;
    margin-right: 10px
}

.comments-area .comment-content p {
    position: relative;
    display: block;
    color: var(--kontin-gray,#767676);
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2em;
    font-family: var(--kontin-font,"Roboto",sans-serif);
    letter-spacing: 0;
    font-weight: 400
}

.comments-area .comment-content table a {
    color: var(--kontin-primary,#a5206a);
    text-decoration: none
}

.comments-area .comment-content {
    font-weight: 500
}

.comments-area .comment-content table a:hover {
    color: var(--kontin-primary,#a5206a)
}

.comments-area .comment-content p:last-of-type {
    margin-bottom: 0
}

.comments-area .reply a {
    position: relative;
    background-color: var(--kontin-primary,#a5206a);
    font-size: 14px;
    font-weight: 600;
    color: var(--kontin-black,#171717);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 5px 30px;
    font-weight: 800;
    border-radius: 0;
    transition: all .5s ease;
    margin-top: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 0;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--kontin-primary,#a5206a);
    color: var(--kontin-base,#fff);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    transition: .5s;
    border-radius: 32px;
    overflow: hidden;
    font-size: 12px;
    color: var(--kontin-base,#fff);
    padding: 2.5px 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: .1em
}

@media(min-width: 992px) {
    .comments-area .reply a {
        margin-top:0;
        position: absolute;
        top: 0;
        right: 0
    }
}

.comments-area .reply a:hover {
    background-color: var(--kontin-black,#171717);
    color: #fff
}

.comments-area .blog-pagination a,.comments-area .blog-pagination span {
    margin-bottom: 45px
}

.comment-respond .blog-details__content-title {
    margin-bottom: 50px
}

.reply-form .logged-in-as {
    display: flex;
    color: var(--kontin-primary,#a5206a);
    margin-left: -10px;
    margin-top: -40px;
    margin-bottom: 20px
}

.reply-form .logged-in-as a {
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px
}

.comment-form__title small {
    font-size: 20px
}

.comment-form__title small a {
    text-decoration: none;
    color: var(--kontin-primary,#a5206a);
    text-decoration: underline
}

.comment-form__title small a:hover {
    color: var(--kontin-black,#171717);
    opacity: .5
}

.comment-list .comment-respond {
    margin-bottom: 30px
}

.comment-respond .comment-form__input-box input[type=text],.comment-respond .comment-form__input-box input[type=url],.comment-respond .comment-form__input-box input[type=email] {
    margin-bottom: 30px
}

.comment-respond .form-submit {
    margin-bottom: 0 !important
}

.comment-list .comment-respond .form-submit {
    margin-bottom: 30px !important
}

.pingback .comment-body,.trackback .comment-body {
    padding-left: 0
}

.widget:not(:last-child) {
    margin: 0 0 1.5em
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2,1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3,1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4,1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5,1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6,1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7,1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8,1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9,1fr)
}

.gallery-caption {
    display: block
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    clip-path: none;
    color: var(--kontin-primary,#a5206a);
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

.row {
    --bs-gutter-x: 30px
}

.nomargin {
    padding-left: 0
}

.gutter-y-30 {
    --bs-gutter-y: 30px
}

body {
    font-family: var(--kontin-font);
    color: var(--kontin-gray);
    font-size: 16px;
    line-height: 34px;
    font-weight: 400
}

body.locked {
    overflow: hidden
}

a {
    color: var(--kontin-gray)
}

a,a:hover,a:focus,a:visited {
    text-decoration: none
}

::placeholder {
    color: inherit;
    opacity: 1
}

h1,h2,h3,h4,h5,h6 {
    color: var(--kontin-black)
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 0
}

::placeholder {
    color: inherit;
    opacity: 1
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 1200px) {
    .container {
        max-width:1200px
    }
}

::placeholder {
    color: inherit;
    opacity: 1
}

.ml-0 {
    margin-left: 0
}

.section-separator {
    border-color: var(--kontin-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0
}

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    background: var(--kontin-primary);
    color: var(--kontin-base);
    border-radius: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 0;
    padding: 27px 60px 24px;
    z-index: 1
}

.btn-style-one:hover {
    background: var(--kontin-primary);
    color: #fff
}

.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgba(var(--kontin-black-rgb),.1);
    z-index: 0;
    transform: skewX(-22deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.btn-style-one:hover .btn-curve {
    background: rgba(var(--kontin-black-rgb),1);
    right: 0;
    width: 100%;
    transform: skewX(0deg)
}

.section-title {
    margin-top: -15px;
    margin-bottom: 47px
}

.section-title__tagline {
    display: inline-flex;
    color: var(--kontin-gray);
    font-size: 14px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase
}

.section-title__tagline:before {
    content: "";
    background-color: var(--kontin-primary);
    width: 10px;
    height: 2px;
    margin-right: 10px
}

.section-title__title {
    margin: 0;
    font-weight: 700;
    color: var(--kontin-black);
    font-size: 50px;
    line-height: 60px
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,.bootstrap-select .show>.btn-light.dropdown-toggle {
    box-shadow: none !important;
    outline: 0 !important
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important
}

.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255,255,255,.2)
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--kontin-primary);
    color: #fff
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #fff;
    background: var(--kontin-black);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--kontin-primary);
    color: #fff;
    cursor: pointer
}

.preloader {
    position: fixed;
    background-color: #ebebeb;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px
}

.scroll-to-top {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: var(--kontin-primary);
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    border-radius: 50%;
    transition: all .4s ease;
    cursor: pointer
}

.scroll-to-top i {
    color: #fff;
    font-size: 30px;
    line-height: 60px
}

.scroll-to-top:hover {
    background-color: var(--kontin-black)
}

.scroll-to-top:hover i {
    color: #fff
}

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

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

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

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

.rotate-me {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

.float-bob {
    animation-name: float-bob;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@keyframes float-bob-2 {
    0% {
        transform: translateX(-20px)
    }

    50% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(-20px)
    }
}

.float-bob-2 {
    animation-name: float-bob-2;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.zoominout {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out
}

@keyframes zoomInOut {
    0% {
        -webkit-transform: rotate(0deg) scale(.7);
        transform: rotate(0deg) scale(.7);
        opacity: 0
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(360deg) scale(.7);
        transform: rotate(360deg) scale(.7);
        opacity: 0
    }
}

@-webkit-keyframes bgSlideReverse {
    0% {
        background-position: 0 0
    }

    20% {
        background-position: 100px 0
    }

    40% {
        background-position: 200px 0
    }

    60% {
        background-position: 150px 0
    }

    80% {
        background-position: 100px 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes bgSlideReverse {
    0% {
        background-position: 0 0
    }

    20% {
        background-position: 100px 0
    }

    40% {
        background-position: 200px 0
    }

    60% {
        background-position: 150px 0
    }

    80% {
        background-position: 100px 0
    }

    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes bgSlideReverse2 {
    0% {
        background-position: 0 0
    }

    20% {
        background-position: -100px 0
    }

    40% {
        background-position: -200px 0
    }

    60% {
        background-position: -150px 0
    }

    80% {
        background-position: -100px 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes bgSlideReverse2 {
    0% {
        background-position: 0 0
    }

    20% {
        background-position: -100px 0
    }

    40% {
        background-position: -200px 0
    }

    60% {
        background-position: -150px 0
    }

    80% {
        background-position: -100px 0
    }

    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes banner-animate {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px)
    }
}

@keyframes banner-animate {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px)
    }
}

.banner-animate {
    animation-name: banner-animate;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: banner-animate;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: banner-animate;
    -moz-animation-duration: 70s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: banner-animate;
    -ms-animation-duration: 70s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: banner-animate;
    -o-animation-duration: 70s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10,165,205,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10,165,205,0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10,165,205,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10,165,205,0)
    }
}

@-webkit-keyframes animation1 {
    0%,100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    25%,75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

@keyframes animation1 {
    0%,100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    25%,75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

@keyframes animation2 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

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

@-moz-keyframes animation2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes animation2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes animation2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes bgSlide {
    0% {
        background-position: 0 0
    }

    20% {
        background-position: -100px 0
    }

    40% {
        background-position: -200px 0
    }

    60% {
        background-position: -150px 0
    }

    80% {
        background-position: -100px 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes bgSlide {
    0% {
        background-position: 0 0
    }

    20% {
        background-position: -100px 0
    }

    40% {
        background-position: -200px 0
    }

    60% {
        background-position: -150px 0
    }

    80% {
        background-position: -100px 0
    }

    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes bgSlideReverse {
    0% {
        background-position: 0 0
    }

    20% {
        background-position: 100px 0
    }

    40% {
        background-position: 200px 0
    }

    60% {
        background-position: 150px 0
    }

    80% {
        background-position: 100px 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes bgSlideReverse {
    0% {
        background-position: 0 0
    }

    20% {
        background-position: 100px 0
    }

    40% {
        background-position: 200px 0
    }

    60% {
        background-position: 150px 0
    }

    80% {
        background-position: 100px 0
    }

    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes ribbonRotate {
    0%,100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25%,75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

@keyframes ribbonRotate {
    0%,100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25%,75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

@-webkit-keyframes footerFish {
    0%,100% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        transform: translateX(0) translateY(0) rotate(0)
    }

    25%,75% {
        -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
        transform: translateX(20px) translateY(30px) rotate(25deg)
    }

    50% {
        -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
        transform: translateX(40px) translateY(60px) rotate(45deg)
    }
}

@keyframes footerFish {
    0%,100% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        transform: translateX(0) translateY(0) rotate(0)
    }

    25%,75% {
        -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
        transform: translateX(20px) translateY(30px) rotate(25deg)
    }

    50% {
        -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
        transform: translateX(40px) translateY(60px) rotate(45deg)
    }
}

@-webkit-keyframes contactSwimmer {
    0%,100% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        transform: translateX(0) translateY(0) rotate(0)
    }

    25%,75% {
        -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
        transform: translateX(15px) translateY(20px) rotate(10deg)
    }

    50% {
        -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
        transform: translateX(60px) translateY(35px) rotate(15deg)
    }
}

@keyframes contactSwimmer {
    0%,100% {
        -webkit-transform: translateX(0) translateY(0) rotate(0);
        transform: translateX(0) translateY(0) rotate(0)
    }

    25%,75% {
        -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
        transform: translateX(15px) translateY(20px) rotate(10deg)
    }

    50% {
        -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
        transform: translateX(60px) translateY(35px) rotate(15deg)
    }
}

@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(-20px)
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(-20px)
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes footerTree {
    0%,100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    25%,75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

@keyframes footerTree {
    0%,100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    25%,75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

.footertree {
    -webkit-animation: footerTree 5s ease-in infinite;
    animation: footerTree 5s ease-in infinite
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

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

@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes bgSlide {
    0% {
        background-position: 0 0
    }

    20% {
        background-position: -100px 0
    }

    40% {
        background-position: -200px 0
    }

    60% {
        background-position: -150px 0
    }

    80% {
        background-position: -100px 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

.rotatescale {
    -webkit-animation-name: rotateScale;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateScale;
    -moz-animation-duration: 20s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateScale;
    -ms-animation-duration: 20s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: rotateScale;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-webkit-keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0)
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center
    }
}

@keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0)
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center
    }
}

@-webkit-keyframes shapeMover {
    0%,100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0)
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes shapeMover {
    0%,100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0)
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@-webkit-keyframes banner3Shake {
    0% {
        transform: rotate3d(0,1,0,0deg)
    }

    30% {
        transform: rotate3d(0,0,1,5deg)
    }

    60% {
        transform: rotate3d(1,0,0,0deg)
    }

    80% {
        transform: rotate3d(0,0,1,5deg)
    }

    100% {
        transform: rotate3d(0,1,0,0deg)
    }
}

@keyframes banner3Shake {
    0% {
        transform: rotate3d(0,1,0,0deg)
    }

    30% {
        transform: rotate3d(0,0,1,5deg)
    }

    60% {
        transform: rotate3d(1,0,0,0deg)
    }

    80% {
        transform: rotate3d(0,0,1,5deg)
    }

    100% {
        transform: rotate3d(0,1,0,0deg)
    }
}

@-webkit-keyframes squareMover {
    0%,100% {
        transform: translate(0,0) rotate(0)
    }

    20%,60% {
        transform: translate(20px,40px) rotate(180deg)
    }

    30%,80% {
        transform: translate(40px,60px) rotate(0deg)
    }
}

@keyframes squareMover {
    0%,100% {
        transform: translate(0,0) rotate(0)
    }

    20%,60% {
        transform: translate(20px,40px) rotate(180deg)
    }

    30%,80% {
        transform: translate(40px,60px) rotate(0deg)
    }
}

@-webkit-keyframes treeMove {
    0%,100% {
        transform: rotate(0deg) translateX(0)
    }

    25%,75% {
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        transform: rotate(10deg) translateX(30px)
    }
}

@keyframes treeMove {
    0%,100% {
        transform: rotate(0deg) translateX(0)
    }

    25%,75% {
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        transform: rotate(10deg) translateX(30px)
    }
}

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes zoom-fade {
    0% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.9)
    }
}

@keyframes zoom-fade {
    0% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.9)
    }
}

@keyframes -moz-keyframessquares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-moz-keyframes squares {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -moz-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -moz-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-o-keyframes squares {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

.main-header {
    position: relative;
    display: block;
    background: var(--kontin-base);
    box-shadow: 0px 3px 10px gray;
}

.main-header__top {
    position: relative;
    display: block;
    overflow: hidden;
    /*! padding: 2.5px 0; */
    background-color: var(--kontin-mainheadertopbg);
    height: 30px
}

.main-header__top-inner {
    position: relative;
    display: block;
    padding: 0
}

.main-header__top-left {
    position: relative;
    display: block;
    float: left
}

.main-header__top-address {
    position: relative;
    display: flex;
    align-items: center
}

.main-header__top-address li {
    position: relative;
    display: flex;
    align-items: center
}

.main-header__top-address li+li {
    margin-left: 20px
}

.main-header__top-address li .icon {
    display: flex;
    align-items: center
}

.main-header__top-address li .icon span {
    font-size: 14px;
    color: var(--kontin-mainheadertopcolor)
}

.main-header__top-address li .text {
    margin-left: 10px
}

.main-header__top-address li .text p {
    font-size: 12px;
    font-weight: 500;
    color: var(--kontin-mainheadertopcolor);
    margin: 0
}

.main-header__top-address li .text a {
    font-size: 12px;
    font-weight: 500;
    color: var(--kontin-mainheadertopcolor);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-header__top-address li .text a:hover {
    /* color: var(--kontin-base) */
    color: var(--kontin-primary, #a5206a);
}

.main-header__top-right {
    position: relative;
    display: block;
    float: right
}

.main-header__top-right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0
}

.main-header__top-right-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--kontin-mainheadertopcolor);
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-header__top-right-social a:hover {
    color: var(--kontin-primary)
}

.main-header__top-right-social a+a {
    margin-left: 25px
}

.main-menu {
    position: relative;
    padding: 0;
    z-index: 91
}

.main-menu-wrapper {
    position: relative;
    display: block
}

.main-menu-wrapper-inner {
    position: relative;
    display: block
}

.main-menu-wrapper__left {
    position: relative;
    display: block;
    float: left
}

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding-top: 10px;
    padding-bottom: 4px;
    margin-right: 90px;
    width: 150px
}

.main-menu-wrapper__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.main-menu-wrapper__logo h1 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0
}

.main-menu-wrapper__main-menu {
    position: relative;
    display: block;
    float: left
}

.main-menu-wrapper__right {
    position: relative;
    display: block;
    float: right;
    padding: 24px 0 15px
}

.main-menu-wrapper__call {
    position: relative;
    display: flex;
    align-items: center
}

.main-menu-wrapper__call-icon {
    height: 30px;
    width: 30px;
    background-color: #f3f3f3;
    font-size: 30px;
    color: var(--kontin-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-wrapper__call:hover .main-menu-wrapper__call-icon {
    background-color: var(--kontin-black);
    color: var(--kontin-base)
}

.main-menu-wrapper__call-number {
    margin-left: 20px;
    position: relative;
    top: -5px
}

.main-menu-wrapper__call-number a {
    color: var(--kontin-black);
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.main-menu-wrapper__call-number a:hover {
    color: var(--kontin-primary)
}

.main-menu-wrapper__call-number p {
    font-size: 14px;
    margin: 0;
    line-height: 17px
}

.stricky-header.main-menu {
    padding: 0;
    background-color: var(--kontin-base);
    box-shadow: 0px 3px 10px gray;
}

.main-menu .main-menu__list,.main-menu .main-menu__list ul,.stricky-header .main-menu__list,.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
    text-transform: uppercase
}

@media(min-width: 1200px) {
    .main-menu .main-menu__list,.main-menu .main-menu__list ul,.stricky-header .main-menu__list,.stricky-header .main-menu__list ul {
        display:flex
    }
}

.main-menu .main-menu__list>li,.stricky-header .main-menu__list>li {
    padding-top: 28px;
    padding-bottom: 28px;
    height: 80px;
    position: relative
}

.main-menu .main-menu__list>li+li,.stricky-header .main-menu__list>li+li {
    margin-left: 35px
}

.main-menu .main-menu__list>li>a,.stricky-header .main-menu__list>li>a {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--kontin-gray);
    position: relative;
    transition: all .5s ease
}

.main-menu .main-menu__list>li>a:before,.stricky-header .main-menu__list>li>a:before {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 0;
    background-color: var(--kontin-primary);
    position: absolute;
    top: 50%;
    bottom: 0;
    left: -20px;
    transition: transform .5s ease;
    transform: scale(0) translateY(-50%);
    z-index: -1
}

.main-menu .main-menu__list>li.current>a,.main-menu .main-menu__list>li.current-menu-ancestor>a,.main-menu .main-menu__list>li.current_page_item>a,.main-menu .main-menu__list>li.current-menu-parent>a,.main-menu .main-menu__list>li:hover>a,.stricky-header .main-menu__list>li.current>a,.stricky-header .main-menu__list>li:hover>a {
    color: var(--kontin-black)
}

.main-menu .main-menu__list>li.current-menu-ancestor>a:before,.main-menu .main-menu__list>li.current_page_item>a:before,.main-menu .main-menu__list>li.current-menu-parent>a:before,.main-menu .main-menu__list>li.current>a:before,.main-menu .main-menu__list>li:hover>a:before,.stricky-header .main-menu__list>li.current>a:before,.stricky-header .main-menu__list>li:hover>a:before {
    transform: scale(1) translateY(-50%)
}

.main-menu .main-menu__list>li.current-menu-ancestor>a:before,.main-menu .main-menu__list>li.current_page_item>a:before,.main-menu .main-menu__list>li.current-menu-parent>a:before,.main-menu .main-menu__list>li.current>a:before {
    background-color: var(--kontin-primary)
}

.main-menu .main-menu__list>li:hover>a:before {
    background-color: var(--kontin-primary)
}

.main-menu .main-menu__list li ul,.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    z-index: 99;
    box-shadow: 0 0 65px 0 rgba(0,0,0,.1)
}

.main-menu .main-menu__list li:hover>ul,.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible
}

.main-menu .main-menu__list li ul li,.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu .main-menu__list li ul li+li,.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid rgba(var(--kontin-black),.1)
}

.main-menu .main-menu__list li ul li a,.stricky-header .main-menu__list li ul li a {
    font-size: 16px;
    line-height: 30px;
    color: var(--kontin-black);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .5s
}

.main-menu .main-menu__list li ul li:hover>a,.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--kontin-primary);
    color: #fff
}

.main-menu .main-menu__list li ul li>ul,.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%
}

.main-menu .main-menu__list li ul li>ul.right-align,.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%
}

.main-menu .main-menu__list li ul li>ul ul,.stricky-header .main-menu__list li ul li>ul ul {
    display: none
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform .5s ease,visibility .5s ease;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.05)
}

@media(max-width: 1199px) {
    .stricky-header {
        display:none !important
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px
}

@media(min-width: 1200px) {
    .mobile-nav__buttons {
        display:none
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--kontin-black);
    cursor: pointer
}

.mobile-nav__buttons a+a {
    margin-left: 10px
}

.mobile-nav__buttons a:hover {
    color: var(--kontin-base)
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--kontin-primary);
    cursor: pointer;
    transition: .5s;
    margin-right: 20px
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--kontin-black)
}

@media(min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display:none
    }
}

.main-menu--default .main-menu-wrapper__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: none;
    width: 100%
}

.main-header-two {
    background: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .5s ease
}

.main-header-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background-color: rgba(var(--kontin-base-rgb),.15);
    z-index: -1
}

.main-header-two__top {
    position: relative;
    display: block;
    background-color: var(--kontin-black);
    padding: 2.5px 0
}

.main-header-two__top-inner {
    position: relative;
    display: block;
    padding: 0 60px
}

.main-header-two__top-left {
    position: relative;
    display: block;
    float: left
}

.main-header-two__top-left-text {
    font-size: 12px;
    color: #aeaeae;
    font-weight: 500;
    margin: 0
}

.main-header-two__top-left-text a {
    color: var(--kontin-primary)
}

.main-header-two__top-right {
    position: relative;
    display: block;
    float: right
}

.main-menu-two {
    padding: 0 15px
}

@media(min-width: 992px) {
    .main-menu-two {
        padding:0 30px
    }
}

@media(min-width: 1200px) {
    .main-menu-two {
        padding:0 60px
    }
}

.main-menu-two-wrapper {
    position: relative;
    display: block
}

.main-menu-two-wrapper__logo {
    position: relative;
    display: block;
    float: left;
    padding: 33px 0
}

.main-menu-two-wrapper__main-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    float: left
}

.main-menu-two .main-menu__list>li>a,.stricky-header .main-menu-two .main-menu__list>li>a {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: var(--kontin-base);
    position: relative;
    transition: all .5s ease
}

.main-menu-two .main-menu__list>li.current>a,.main-menu-two .main-menu__list>li.current-menu-ancestor>a,.main-menu-two .main-menu__list>li.current_page_item>a,.main-menu-two .main-menu__list>li.current-menu-parent>a,.main-menu-two .main-menu__list>li:hover>a,.stricky-header.main-menu-two .main-menu__list>li.current-menu-parent>a,.stricky-header.main-menu-two .main-menu__list>li.current_page_item>a,.stricky-header.main-menu-two .main-menu__list>li.current-menu-ancestor>a,.stricky-header.main-menu-two .main-menu__list>li.current>a,.stricky-header.main-menu-two .main-menu__list>li:hover>a {
    color: var(--kontin-base);
    text-shadow: 0 0 1px currentColor
}

.main-menu-two-wrapper__right {
    position: relative;
    display: block;
    float: right
}

.main-menu-two-wrapper__social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 27.5px 0
}

.main-menu-two-wrapper__social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #aeaeae;
    background-color: #000;
    border-radius: 50%;
    font-size: 13px;
    height: 45px;
    width: 45px;
    transform: rotate(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.main-menu-two-wrapper__social a:hover {
    color: var(--kontin-black);
    transform: rotate(360deg)
}

.main-menu-two-wrapper__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--kontin-base);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all .4s cubic-bezier(.62,.21,.45,1.52);
    z-index: -1
}

.main-menu-two-wrapper__social a:hover:before {
    transform: scaleX(1)
}

.main-menu-two-wrapper__social a+a {
    margin-left: 10px
}

.stricky-header.main-menu-two {
    padding: 0 60px;
    background-color: var(--kontin-black)
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes shapeMover {
    0%,100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0)
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0,1,0,0deg);
        transform: rotate3d(0,1,0,0deg)
    }

    30% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    60% {
        -webkit-transform: rotate3d(1,0,0,0deg);
        transform: rotate3d(1,0,0,0deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,1,0,0deg);
        transform: rotate3d(0,1,0,0deg)
    }
}

@keyframes squareMover {
    0%,100% {
        -webkit-transform: translate(0,0) rotate(0);
        transform: translate(0,0) rotate(0)
    }

    20%,60% {
        -webkit-transform: translate(20px,40px) rotate(180deg);
        transform: translate(20px,40px) rotate(180deg)
    }

    30%,80% {
        -webkit-transform: translate(40px,60px) rotate(0deg);
        transform: translate(40px,60px) rotate(0deg)
    }
}

@keyframes treeMove {
    0%,100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    25%,75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: transform .5s ease .5s,visibility .5s ease .5s;
    visibility: hidden
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform .5s ease 0ms,visibility .5s ease 0ms
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    cursor: pointer
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--kontin-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity .5s ease 0ms,visibility .5s ease 0ms,transform .5s ease 0ms
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity .5s ease .5s,visibility .5s ease .5s,transform .5s ease .5s
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex
}

.mobile-nav__content .logo-box h1 {
    color: var(--kontin-base,#fff);
    font-size: 20px;
    text-transform: uppercase
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--kontin-text-dark);
    cursor: pointer
}

.mobile-nav__content .main-menu__list,.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255,255,255,.1)
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: var(--kontin-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: .5s
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--kontin-primary)
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--kontin-primary);
    border: 0;
    outline: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform .5s ease
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--kontin-black)
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0,0)
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.mobile-nav__top .main-menu__login a {
    color: var(--kontin-text-dark)
}

.mobile-nav__container {
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.mobile-nav__social {
    display: flex;
    align-items: center
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--kontin-primary);
    transition: .5s
}

.mobile-nav__social a+a {
    margin-left: 30px
}

.mobile-nav__social a:hover {
    color: #fff
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--kontin-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center
}

.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: #fff;
    transition: .5s
}

.mobile-nav__contact li a:hover {
    color: var(--kontin-primary)
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--kontin-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff
}

.mobile-nav__container .main-logo,.mobile-nav__container .topbar__buttons,.mobile-nav__container .main-menu__language,.mobile-nav__container .main-menu__login {
    display: none
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform .5s ease,opacity .5s ease
}

.search-popup.active {
    transform: translateY(0%)
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--kontin-black);
    opacity: .75;
    cursor: pointer
}

.search-popup__content {
    width: 100%;
    max-width: 560px
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden
}

.search-popup__content form input[type=search],.search-popup__content form input[type=text] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: 0;
    outline: 0;
    height: 66px;
    padding-left: 30px
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--kontin-primary)
}

.search-popup__content .thm-btn:hover {
    background-color: var(--kontin-black);
    color: #fff
}

.search-popup__content .thm-btn i {
    margin: 0
}

.main-slider {
    overflow: hidden;
    position: relative
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--kontin-black)
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 7s ease;
    z-index: 1
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--kontin-black-rgb),.5);
    z-index: 2
}

.main-slider .container {
    padding-top: 224px;
    padding-bottom: 223px
}

.main-slider__content {
    position: relative;
    display: block
}

.main-slider__side-text {
    font-size: 30px;
    color: var(--kontin-base);
    font-weight: 400;
    letter-spacing: .4em;
    text-transform: uppercase;
    position: absolute;
    top: 169px;
    left: -224px;
    opacity: 0;
    transform: translateY(100px) rotate(-90deg);
    transition-delay: 3s;
    transition: transform 3s ease,opacity 2.5s ease,color .5s ease,background .5s ease
}

.main-slider .swiper-slide-active .main-slider__side-text {
    visibility: visible;
    opacity: .1;
    transform: translateY(0) translateX(0) rotate(-90deg)
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 25px;
    color: var(--kontin-base);
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1s;
    transition: transform 2s ease,opacity 2s ease;
    font-size: 80px;
    line-height: 90px;
    z-index: 2
}

.main-slider h2 .highlight {
    position: relative;
    display: inline-block;
    z-index: 1
}

.main-slider h2 .highlight:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -20px;
    bottom: -18px;
    right: -25px;
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/main-slider-shape-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.main-slider p {
    font-size: 20px;
    color: var(--kontin-base);
    font-weight: 400;
    margin: 0;
    margin-bottom: 52px;
    line-height: 30px;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2.5s;
    transition: transform 2s ease,opacity 2s ease,color .5s ease,background .5s ease
}

.main-slider .btn-style-one {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2.5s;
    transition: transform 2s ease,opacity 2s ease,color .5s ease,background .5s ease
}

.main-slider__shape {
    position: absolute;
    top: -27px;
    right: 469px;
    z-index: -1
}

.main-slider .swiper-slide-active .btn-style-one {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: .7;
    transform: translateY(0) translateX(0)
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15)
}

.main-slider .swiper-slide-active h2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.main-slider__nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    max-width: 1200px;
    justify-content: flex-start;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.main-slider__nav .swiper-button-next,.main-slider__nav .swiper-button-prev {
    background-image: none !important;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 70px;
    height: 70px;
    font-size: 20px;
    color: var(--kontin-black);
    background-color: var(--kontin-base);
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all .5s ease
}

.main-slider__nav .swiper-button-next:hover,.main-slider__nav .swiper-button-prev:hover {
    color: var(--kontin-base);
    background-color: var(--kontin-primary)
}

.main-slider__nav .swiper-button-next:after,.main-slider__nav .swiper-button-prev:after {
    display: none
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 0
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg)
}

#main-slider-pagination {
    z-index: 11;
    bottom: 49px;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    -webkit-transform: translate(-50%,calc(-50% + 95px));
    transform: translate(-50%,calc(0% + 0px));
    text-align: center
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: .6;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 5px
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    opacity: 1
}

.main-slider__border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    z-index: 10
}

.main-slider__border__single {
    height: 100%
}

.main-slider__border__single:last-child {
    border-right: 0
}

.main-slider .container {
    position: relative;
    z-index: 10
}

.main-slider__scroll-to {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 410px;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 10
}

@media(max-width: 991px) {
    .main-slider__scroll-to {
        display:none
    }
}

.main-slider__scroll-to__icon {
    flex-shrink: 0;
    width: 70px;
    background-color: var(--kontin-primary,#a5206a);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 109px;
    transition: all .5s ease
}

.main-slider__scroll-to__icon:hover {
    background-color: var(--kontin-black,#171717);
    color: var(--kontin-base,#fff)
}

.main-slider__scroll-to__icon:hover a {
    color: var(--kontin-base,#fff)
}

.main-slider__scroll-to__icon a {
    color: var(--kontin-base,#fff);
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: all .5s ease
}

.main-slider__scroll-to__icon i {
    display: block;
    transform: rotate(90deg)
}

.main-slider__scroll-to__content {
    padding-left: 40px
}

.main-slider__scroll-to__content span {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 10px;
    color: var(--kontin-gray,#767676);
    line-height: 1em
}

.main-slider__scroll-to__content h3 {
    margin: 0;
    color: var(--kontin-black,#171717);
    font-size: 18px;
    font-weight: 500;
    line-height: 1
}

.main-slider-two .image-layer-overlay {
    background: rgba(var(--kontin-black-rgb),.6)
}

.main-slider-two .container {
    padding-top: 346px;
    padding-bottom: 200px
}

.main-slider-two h2 {
    position: relative;
    font-weight: 800;
    font-size: 100px;
    line-height: 90px;
    text-transform: uppercase;
    margin-bottom: 32px
}

.main-slider-two h2:before {
    position: absolute;
    bottom: -13px;
    right: 282px;
    width: 377px;
    height: 23px;
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/main-slider-two-shape-1.png);
    background-repeat: no-repeat;
    content: ""
}

.main-slider-two p {
    margin-bottom: 47px
}

.main-slider-two .main-slider__content__features {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 0ms;
    transition: transform 1s ease,opacity 1s ease
}

.main-slider-two .swiper-slide-active .main-slider__content__features {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0)
}

.main-slider-two .main-slider__content__features span {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    display: block
}

.main-slider-two .main-slider__content__features span i {
    font-style: normal;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px
}

.main-slider-two .main-slider__content__features span:after {
    content: ".";
    margin-right: 20px;
    margin-left: 20px
}

.main-slider-two .main-slider__content__features span:last-of-type:after {
    display: none
}

@media(max-width: 991px) {
    .main-slider-two .main-slider__content__features span {
        font-size:20px
    }

    .main-slider-two .main-slider__content__features span:after {
        margin-right: 10px;
        margin-left: 10px
    }
}

@media(max-width: 575px) {
    .main-slider-two .main-slider__content__features span {
        font-size:18px
    }
}

.welcome-one {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.welcome-one__shape-1 {
    position: absolute;
    bottom: -110px;
    right: 0
}

.welcome-one__left {
    position: relative;
    display: block;
    margin-right: 70px
}

.welcome-one__img-box {
    position: relative;
    display: block
}

.welcome-one__img-box:after {
    content: "";
    width: 20px;
    height: 329px;
    position: absolute;
    top: 0;
    right: -70px
}

.welcome-one__img-box:before {
    position: absolute
}

.welcome-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--kontin-border-radius);
    
}

.welcome-one__img__pattern {
    position: absolute;
    width: 254px;
    height: 247px;
    background-repeat: no-repeat;
    background-position: top left;
    bottom: 30px;
    left: -125px;
    z-index: 9
}

.welcome-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    z-index: 1
}

.welcome-one__img-box:hover .welcome-one__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s
}

.welcome-one__img>img {
    width: 100%;
    position: relative;
    z-index: 10
}

.welcome-one__small-img {
    position: absolute;
    bottom: -60px;
    right: -70px;
    z-index: 30
}

.welcome-one__completed {
    position: absolute
}

.welcome-one__completed-icon {
    display: flex;
    align-items: center
}

.welcome-one__completed-icon span {
    display: inline-block
}

.welcome-one__img-box:hover .welcome-one__completed-icon span {
    transform: rotateY(180deg);
    color: var(--kontin-black)
}

.welcome-one__completed-text {
    margin-left: 0
}

.welcome-one__completed-text h6 {
    font-size: 0;
    font-weight: 400;
    line-height: 26px
}

.welcome-one__completed-text h6 span {
    font-size: 0;
    font-weight: 700;
    font-family: var(--kontin-font) !important
}

.welcome-one__right {
    position: relative;
    display: block;
    margin-left: 70px
}

.welcome-one__right .section-title {
    margin-bottom: 39px
}

.welcome-one__right-text-1 {
    color: var(--kontin-black,#171717);
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    font-size: 22px
}

.welcome-one__right-text-1 i {
    float: left;
    color: var(--kontin-primary,#a5206a);
    font-size: 64px;
    margin-right: 20px
}

.welcome-one__right-text-1 span {
    color: var(--kontin-black,#171717);
    font-weight: 900;
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/about-line-1-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 115%
}

.welcome-one__right-text-2 {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 38px;
    font-size: 18px;
    line-height: 36px;
    color: var(--kontin-gray,#767676)
}

.welcome-one__list {
    position: relative;
    display: block
}

.welcome-one__list li {
    position: relative;
    display: flex;
    align-items: center
}

.welcome-one__list li+li {
    margin-top: 10px
}

.welcome-one__list-icon {
    display: flex;
    align-items: center
}

.welcome-one__list-icon span {
    font-size: 16px;
    color: var(--kontin-primary)
}

.welcome-one__list-text {
    margin-left: 10px
}

.welcome-one__list-text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--kontin-black);
    margin: 0
}

.welcome-one__person {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 48px;
    padding-left: 44px
}

.welcome-one__person:before {
    position: absolute;
    top: -8px;
    left: -1px;
    bottom: -8px;
    content: "";
    width: 7px
}

.welcome-one__person-img {
    position: relative;
    display: block;
    border-radius: 50%
}

.welcome-one__person-img:before {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: "";
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    border-radius: 50%;
    background-color: rgba(255,255,255,0)
}

.welcome-one__person-sign {
    margin-left: 30px
}

.welcome-one__person-sign h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--kontin-reey-font);
    line-height: 34px
}

@media(max-width: 991px) {
    .services-one .row {
        --bs-gutter-y:30px
    }
}

.services-one {
    position: relative;
    display: block;
    padding: 8px 0 195px
}

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.05);
    overflow: hidden
}

.services-one__arrow {
    width: 63px;
    height: 63px;
    background-color: var(--kontin-black,#171717);
    position: absolute;
    bottom: 0;
    right: 40px;
    color: var(--kontin-base,#fff);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(50%);
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s ease
}

.services-one__arrow a {
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.services-one__single:hover .services-one__arrow {
    background-color: var(--kontin-primary,#a5206a);
    color: var(--kontin-base,#fff)
}

.services-one__content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--kontin-primary,#a5206a);
    transform: scale(0,1);
    transform-origin: right center;
    transition: transform .5s ease
}

.services-one__single:hover .services-one__content:before {
    transform: scale(1,1);
    transform-origin: left center
}

.services-one.services-page .row {
    --bs-gutter-y: 30px
}

.services-one:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #f3f3f3;
    z-index: -1;
    height: 474px;
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/service-pattern-1-1.png);
    background-repeat: no-repeat;
    background-size: cover
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.services-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--kontin-black-rgb),.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--kontin-base);
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    z-index: 1
}

.services-one__img>a>span {
    position: relative
}

.services-one__img>a>span:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--kontin-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s ease
}

.services-one__img>a>span:after {
    content: "";
    transition: all .5s ease;
    width: 2px;
    height: 20px;
    background-color: var(--kontin-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.services-one__img>a:hover>span:before,.services-one__img>a:hover>span:after {
    background-color: var(--kontin-primary)
}

.services-one__single:hover .services-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1
}

.services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0;
    z-index: 1;
    transform: scale(0) perspective(400px);
    transform-origin: bottom left;
    transform-style: preserve-3d;
    transition: all .7s ease
}

.services-one__single:hover .services-one__img:before {
    transform: scaleX(1) perspective(400px)
}

.services-one__img img {
    position: relative;
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.05)
}

.services-one__icon {
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 100px;
    width: 100px;
    font-size: 65px;
    color: var(--kontin-base);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.services-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--kontin-primary);
    transition: all .5s ease;
    z-index: -1
}

.services-one__single:hover .services-one__icon:before {
    background-color: var(--kontin-black)
}

.services-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--kontin-clr-extra);
    background-color: var(--kontin-base);
    padding: 32px 40px 23px;
    border-top: 0;
    transition: all .5s ease
}

.services-one__single:hover .services-one__content {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07)
}

.services-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0
}

.services-one__title a {
    color: var(--kontin-black);
    transition: all .5s ease
}

.services-one__single:hover .services-one__title a {
    color: var(--kontin-primary)
}

.services-one__text {
    margin: 0;
    padding-top: 21px;
    padding-bottom: 36px
}

.services-one__arrow a {
    font-size: 20px;
    transition: all .5s ease
}

.tabs-box-one {
    position: relative;
    display: block;
    padding: 0 0 110px
}

.tabs-box-one .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 80px;
    margin-top: -75px
}

.tabs-box-one .tab-buttons .tab-btn {
    position: relative;
    display: inline-block
}

.tabs-box-one .tab-buttons .tab-btn+.tab-btn {
    margin-left: 5px
}

.tabs-box-one .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    transition: all .2s linear;
    transition-delay: .1s;
    font-size: 18px;
    color: var(--kontin-base);
    background-color: var(--kontin-black);
    padding: 21px 60px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 1
}

.tabs-box-one .tab-buttons .tab-btn.active-btn span {
    color: var(--kontin-black)
}

.tabs-box-one .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    content: "";
    background-color: var(--kontin-base);
    transition: all .3s ease;
    z-index: -1
}

.tabs-box-one .tab-buttons .tab-btn.active-btn span:before {
    height: 100%
}

.tabs-box-one .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 10
}

.tabs-box-one .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.tabs-content__inner {
    position: relative;
    display: block
}

.tabs-content__inner-left {
    position: relative;
    display: block
}

.tabs-content__inner-left:before,.tabs-content__inner-left:after {
    content: "";
    width: 160px;
    height: 102px;
    background-color: var(--kontin-primary,#a5206a);
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0,0% 100%,100% 100%);
    z-index: 10
}

.tabs-content__inner-left:before {
    background-color: var(--kontin-base,#fff);
    opacity: .2;
    left: 20px;
    height: 122px;
    width: 190px
}

.tabs-content__inner-img {
    position: relative;
    display: block;
    overflow: hidden
}

.tabs-content__inner-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 10
}

.tabs-content__inner-img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.tabs-content__inner-img img {
    width: 100%
}

.tabs-content__inner-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: -11px
}

.flex-row-reverse .tabs-content__inner-right {
    margin-left: 0;
    margin-right: 70px
}

@media(max-width: 991px) {
    .flex-row-reverse .tabs-content__inner-right {
        margin-right:0
    }
}

.tabs-content__inner-right-text {
    font-size: 18px;
    line-height: 36px;
    margin: 0;
    padding-bottom: 30px
}

.tabs-content__inner-list {
    position: relative;
    display: block
}

.tabs-content__inner-list li {
    position: relative;
    display: flex;
    border-bottom: 1px solid var(--kontin-clr-extra);
    padding-bottom: 38px;
    margin-bottom: 50px
}

.tabs-content__inner-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.tabs-content__inner-list li .icon {
    position: relative;
    display: inline-block;
    top: 8px;
    transition: all .5s ease
}

.tabs-content__inner-list li:hover .icon {
    transform: rotateY(180deg)
}

.tabs-content__inner-list li .icon span {
    font-size: 65px;
    color: var(--kontin-primary);
    line-height: 65px;
    position: relative
}

.tabs-content__inner-list li .icon span:after {
    content: "";
    position: absolute;
    right: -13px;
    bottom: -13px;
    background-color: var(--kontin-primary,#a5206a);
    opacity: .1;
    width: 51px;
    height: 52px
}

.tabs-content__inner-list li .text {
    margin-left: 20px
}

.tabs-content__inner-list li .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.tabs-content__inner-list li .text p {
    margin: 0
}

.brand-one {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 118px 0 119px;
    border-top: 1px solid var(--kontin-clr-extra)
}

.brand-one .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brand-one .swiper-slide img {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .3;
    max-width: 100%
}

.brand-one .swiper-slide img:hover {
    opacity: .6
}

.we-building {
    position: relative;
    display: block;
    padding: 70px 0 0;
    z-index: 2
}

.we-building-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.we-building-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--kontin-black-rgb),.85);
    z-index: -1
}

.we-building-bg.jarallax div div {
    filter: grayscale(100%)
}

.we-building__video-box {
    position: relative;
    display: block;
    margin-right: 70px;
    margin-top: 15px
}

.we-building__video-link {
    position: relative;
    display: block;
    margin-left: 15px
}

.we-building__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    color: var(--kontin-base);
    background-color: var(--kontin-primary);
    border-radius: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.we-building__video-icon:hover {
    background-color: #fff;
    color: var(--kontin-black)
}

.we-building__video-icon:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    content: "";
    border: 1px solid #383838
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10,165,205,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10,165,205,0)
    }
}

.we-building__video-link .ripple,.we-building__video-icon .ripple:before,.we-building__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    transform: translate(-50%,-50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--kontin-primary-rgb),.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--kontin-primary-rgb),.6);
    box-shadow: 0 0 0 0 rgba(var(--kontin-primary-rgb),.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.we-building__video-icon .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.we-building__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.we-building__video-title {
    font-size: 60px;
    color: var(--kontin-base);
    font-weight: 700;
    line-height: 73px;
    margin-top: 40px;
    position: relative
}

@media(max-width: 991px) {
    .we-building__video-title:after {
        display:none
    }
}

.we-building__video-title span {
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/contact-line-1-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom
}

.we-building__get-quote {
    position: relative;
    display: block;
    padding: 50px;
    background-color: var(--kontin-base);
    margin-left: 0
}

.we-building__set-space {
    position: relative;
    display: block;
    padding: 0 0 20px;
    margin-left: 0
}

.we-building__get-quote-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center
}

.we-building__form input[type=text],.we-building__form input[type=email] {
    height: 50px;
    width: 100%;
    border: 0;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    color: var(--kontin-gray);
    font-size: 14px;
    font-weight: 500;
    padding: 0 30px 0;
    outline: 0
}

.we-building__form textarea {
    height: 185px;
    width: 100%;
    border: 0;
    background: #f3f3f3;
    margin-bottom: 10px;
    color: var(--kontin-gray);
    font-size: 14px;
    font-weight: 500;
    padding: 15px 30px 30px;
    border-radius: 0;
    outline: 0;
}

.we-building__get-quote-btn {
    border: 0;
    outline: 0
}

.we-building__get-quote-btn .btn-title {
    /* padding: 15px 60px 15px; */
    padding: 13px 92px 13px;
}

.project-one__img>a>span:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--kontin-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s ease
}

.project-one__img>a>span:after {
    content: "";
    transition: all .5s ease;
    width: 2px;
    height: 20px;
    background-color: var(--kontin-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.project-one__img>a:hover>span:before,.project-one__img>a:hover>span:after {
    background-color: var(--kontin-primary)
}

.project-one__single:hover .project-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1
}

.project-one {
    position: relative;
    display: block;
    padding: 80px 0 80px
}

.project-one__carousel {
    position: relative;
    display: block
}

.project-one__single {
    position: relative;
    display: block
}

.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.project-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--kontin-black-rgb),.4);
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1
}

.project-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--kontin-black-rgb),.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--kontin-base);
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    z-index: 1
}

.project-cat__img>a>span {
    position: relative
}

.project-cat__img>a>span:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--kontin-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s ease
}

.project-cat__img>a>span:after {
    content: "";
    transition: all .5s ease;
    width: 2px;
    height: 20px;
    background-color: var(--kontin-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.project-cat__img>a:hover>span:before,.project-cat__img>a:hover>span:after {
    background-color: var(--kontin-primary)
}

.project-cat__single:hover .project-cat__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1
}

.project-one__img img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.project-one__single:hover .project-one__img img {
    transform: scale(1.05)
}

.project-one__content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--kontin-base);
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    transform-origin: bottom center;
    z-index: 2;
    width: 100%
}

.project-one__single:hover .project-one__content {
    transform: scaleY(1)
}

.project-one__tagline {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--kontin-primary);
    line-height: 20px;
    margin-bottom: 0
}

.project-one__tagline a {
    color: var(--kontin-primary)
}

.project-one__tagline span {
    padding-right: 5px;
    padding-left: 5px
}

.project-one__tilte {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    width: 100%
}

.project-one__tilte>a {
    color: var(--kontin-black);
    transition: all .5s ease
}

.project-one__tilte>a:hover {
    color: var(--kontin-primary)
}

.project-one__arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.project-one__arrow>a {
    position: relative;
    height: 35px;
    width: 35px;
    background-color: var(--kontin-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--kontin-base);
    transition: all .5s ease
}

.project-one__arrow>a:hover {
    background-color: var(--kontin-black)
}

.produto-one {
    position: relative;
    display: block;
    padding: 80px 0 120px
}

.produto-one__carousel {
    position: relative;
    display: block
}

.produto-one__single {
    position: relative;
    display: block
}

.produto-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.produto-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--kontin-black-rgb),.4);
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1
}

.produto-one__single:hover .produto-one__img:before {
    transform: scaleX(1)
}

.produto-one__img img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.produto-one__single:hover .produto-one__img img {
    transform: scale(1.05)
}

.produto-one__content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--kontin-base);
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    transform-origin: bottom center;
    z-index: 2;
    width: 100%
}

.produto-one__single:hover .produto-one__content {
    transform: scaleY(1)
}

.produto-one__tagline {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--kontin-primary);
    line-height: 20px;
    margin-bottom: 0
}

.produto-one__tagline a {
    color: var(--kontin-primary)
}

.produto-one__tagline span {
    padding-right: 5px;
    padding-left: 5px
}

.produto-one__tilte {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    width: 100%
}

.produto-one__tilte>a {
    color: var(--kontin-black);
    transition: all .5s ease
}

.produto-one__tilte>a:hover {
    color: var(--kontin-primary)
}

.produto-one__arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.produto-one__arrow>a {
    position: relative;
    height: 35px;
    width: 35px;
    background-color: var(--kontin-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--kontin-base);
    transition: all .5s ease
}

.produto-one__arrow>a:hover {
    background-color: var(--kontin-black)
}

.produto-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0
}

.produto-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -62px;
    right: 0;
    left: 0;
    margin: 0 !important
}

.produto-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--kontin-black);
    opacity: .4;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    transition: all .1s linear;
    transition-delay: .1s
}

.produto-one__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
    height: 13px;
    width: 13px
}

.produto-one__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.produto-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.have-questions {
    position: relative;
    display: block;
    padding: 60px 0 120px
}

.have-questions .container {
    position: relative;
    z-index: 10
}

.have-questions__shape-1 {
    position: absolute;
    top: -170px;
    left: 0
}

.have-questions__shape-2 {
    position: absolute;
    bottom: 0;
    right: 0
}

.have-questions__left {
    position: relative;
    display: block;
    margin-right: 70px
}

.have-questions__left .section-title {
    margin-bottom: 38px
}

.have-questions__list li {
    position: relative;
    display: flex;
    align-items: center
}

.have-questions__list li+li {
    margin-top: 13px
}

.have-questions__list li .icon {
    display: flex;
    align-items: center
}

.have-questions__list li .icon span {
    color: var(--kontin-primary);
    font-size: 16px
}

.have-questions__list li .text {
    margin-left: 10px
}

.have-questions__list li .text p {
    font-size: 18px;
    color: var(--kontin-black);
    font-weight: 500;
    margin: 0
}

.have-questions__img {
    position: relative;
    display: block;
    margin-top: 51px
}

.have-questions__img__icon {
    width: 127px;
    height: 127px;
    background-color: var(--kontin-primary,#a5206a);
    border: 15px solid var(--kontin-base,#fff);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 61px;
    color: var(--kontin-base,#fff);
    position: absolute;
    right: 15px;
    top: 0;
    transition: .5s ease;
    transform: translateY(-50%)
}

.have-questions__img:hover .have-questions__img__icon {
    background-color: var(--kontin-primary,#a5206a);
    border-color: var(--kontin-primary,#a5206a)
}

.have-questions__img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 10
}

.have-questions__img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.have-questions__img img {
    width: 100%
}

.have-questions__right {
    position: relative;
    display: block;
    margin-left: -30px
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 0;
    background-color: #f3f3f3;
    border: 0 solid transparent
}

.faq-one-accrodion .accrodion.active {
    border: 1px solid var(--kontin-clr-extra);
    box-shadow: 0 20px 20px 0 rgba(0,0,0,.03)
}

.faq-one-accrodion .accrodion:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 4px;
    content: "";
    background-color: var(--kontin-primary);
    transform: scaleY(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.faq-one-accrodion .accrodion.active:before {
    transform: scaleY(1)
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 26px 40px 26px;
    padding-right: 27px;
    transition: all .2s linear;
    transition-delay: .1s;
    border-bottom: 0 solid var(--kontin-extra)
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--kontin-black);
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 15px
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: var(--kontin-base)
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--kontin-black)
}

.faq-one-accrodion .accrodion-title h4:before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: var(--kontin-black);
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.faq-one-accrodion .accrodion.active .accrodion-title h4:before {
    content: "\f107";
    color: var(--kontin-primary);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0 40px 26px
}

.faq-one-accrodion .accrodion.active .accrodion-content {
    background-color: var(--kontin-base)
}

.faq-one-accrodion .accrodion-content p {
    margin: 0
}

.news-one {
    position: relative;
    display: block;
    padding: 60px 0 60px;
    /* padding: 100px 0 90px; */
}

.news-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    /* height: 455px */
    border: 1px solid var(--kontin-clr-extra);
}

.news-one__single:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--kontin-primary,#a5206a);
    transform: scale(0,1);
    transform-origin: right center;
    transition: transform .5s ease
}

.news-one__single:hover:after {
    transform: scale(1,1);
    transform-origin: left center
}

.news-one__img-box {
    position: relative;
    display: block
}

.news-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    height: 280px;
}

.news-one__img img {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease
}

.news-one__single:hover .news-one__img img {
    transform: scale(1.05)
}

.news-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--kontin-black-rgb),.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--kontin-base);
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    z-index: 1
}

.news-one__img>a>span {
    position: relative
}

.news-one__img>a>span:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--kontin-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s ease
}

.news-one__img>a>span:after {
    content: "";
    transition: all .5s ease;
    width: 2px;
    height: 20px;
    background-color: var(--kontin-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.news-one__img>a:hover>span:before,.news-one__img>a:hover>span:after {
    background-color: var(--kontin-primary)
}

.news-one__single:hover .news-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1
}

.news-one__date {
    height: 70px;
    width: 70px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 2;
    transition: all .5s ease
}

.news-one__date p {
    font-size: 14px;
    color: var(--kontin-black);
    font-weight: 700;
    margin: 0;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease
}

.news-one__content {
    position: relative;
    display: block;
    /* border: 1px solid var(--kontin-clr-extra); */
    border-bottom:  1px solid var(--kontin-clr-extra);
    /* border-top: 0; */
    background-color: var(--kontin-base);
    padding: 20px 40px 26px;
    transition: all .5s ease;
    height: 175px;
}

.news-one__single:hover .news-one__content {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07)
}

.news-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0
}

.news-one__meta li+li {
    margin-left: 15px
}

.news-one__meta li a {
    font-size: 14px;
    color: var(--kontin-gray)
}

.news-one__meta li [class*=fa-],.news-one__meta li a i {
    color: var(--kontin-primary)
}

.news-one__title {
    font-size: 20px;
    color: var(--kontin-black);
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0
}

.news-one__title a {
    color: var(--kontin-black);
    transition: all .5s ease
}

.news-one__title a:hover {
    color: var(--kontin-primary)
}

.news-one__text {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px
}

.news-one__btn-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
    align-self: baseline
}

.news-one__btn-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--kontin-black);
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
    transition: all .5s ease;
    letter-spacing: .1em
}

.news-one__btn-box a:hover {
    color: var(--kontin-primary,#a5206a)
}

.news-one__btn-box a:hover:before {
    background-color: var(--kontin-black,#171717)
}

.news-one__btn-box a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--kontin-black);
    left: 0;
    transition: all .5s ease
}

.cta-one {
    position: relative;
    display: block;
    padding: 115px 0
}

.cta-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.cta-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--kontin-primary-rgb),.95);
    z-index: -1
}

.cta-one-bg.jarallax div div {
    filter: grayscale(100%)
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cta-one__title {
    align-items: center;
    display: block
}

@media(min-width: 992px) {
    .cta-one__title {
        display:flex;
        flex: 0 0 67%
    }
}

@media(min-width: 1200px) {
    .cta-one__title {
        flex:0 0 auto
    }
}

.cta-one__title__icon {
    width: 127px;
    height: 127px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--kontin-base,#fff);
    background-color: var(--kontin-black,#171717);
    flex-shrink: 0;
    margin-right: 50px;
    font-size: 62px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    transition: all .5s ease
}

.cta-one__title__icon:hover {
    background-color: var(--kontin-base,#fff);
    color: var(--kontin-black,#171717)
}

@media(min-width: 992px) {
    .cta-one__title__icon {
        margin-left:0;
        margin-right: 30px;
        margin-bottom: 0
    }
}

@media(min-width: 1200px) {
    .cta-one__title__icon {
        margin-right:50px
    }
}

.cta-one__title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: var(--kontin-base);
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .cta-one__title h2 br {
        display:none
    }
}

.cta-one__btn-box {
    display: flex;
    align-items: center
}

.cta-one__btn {
    background-color: var(--kontin-black)
}

.cta-one__btn:hover {
    color: var(--kontin-primary);
    background-color: var(--kontin-black)
}

.cta-one__btn .btn-curve {
    background: rgba(var(--kontin-base-rgb),.1)
}

.cta-one__btn:hover .btn-curve {
    background: rgba(var(--kontin-base-rgb),1)
}

.site-footer {
    position: relative;
    display: block
}

.site-footer__top {
    position: relative;
    display: block;
    background-color: var(--kontin-black)
}

.site-footer__top-inner {
    position: relative;
    display: block;
    padding: 22px 0 18px;
    z-index: 1
}

.site-footer-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .05;
    z-index: -1
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: 5px
}

.footer-widget__financial {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 30px
}

.footer-widget__about-lrc {
    padding-top: 40px
}

.footer-widget__about-text {
    font-size: 20px;
    color: var(--kontin-base);
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px
}

.footer-widget__about-social {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px
}

.footer-widget__about-social a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #aeaeae;
    background-color: #000;
    border-radius: 50%;
    font-size: 22px;
    height: 38px;
    width: 38px;
    transform: rotate(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.footer-widget__about-social a:hover {
    color: var(--kontin-black);
    transform: rotate(360deg)
}

.footer-widget__about-social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--kontin-base);
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all .4s cubic-bezier(.62,.21,.45,1.52);
    z-index: -1
}

.footer-widget__about-social a:hover:before {
    transform: scaleX(1)
}

.footer-widget__about-social a+a {
    margin-left: 10px
}

.footer-widget__title {
    font-size: 20px;
    color: var(--kontin-base);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px
}

.footer-widget__links {
    position: relative;
    display: block
}

.footer-widget__links-list {
    position: relative;
    display: block
}

.footer-widget__links-list li+li {
    margin-top: 5px
}

.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #bebebe;
    transition: all .5s ease
}

.footer-widget__links-list li a:hover {
    padding-left: 20px;
    color: var(--kontin-base)
}

.footer-widget__links-list li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    content: "";
    background-color: var(--kontin-primary);
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s ease
}

.footer-widget__links-list li a:hover:before {
    opacity: 1
}

.footer-widget__contact {
    position: relative;
    display: block
}

.footer-widget__contact-list {
    position: relative;
    display: block
}

.footer-widget__contact-list li {
    display: flex
}

.footer-widget__contact-list li+li {
    margin-top: 12px
}

.footer-widget__contact-list li .icon span {
    font-size: 15px;
    color: var(--kontin-primary)
}

.footer-widget__contact-list li .text {
    margin-left: 10px
}

.footer-widget__contact-list li .text p {
    font-size: 14px;
    color: #bebebe;
    font-weight: 500;
    margin: 0;
    line-height: 30px
}

.footer-widget__contact-list li .text p a {
    font-size: 14px;
    color: #bebebe;
    font-weight: 500;
    transition: all .5s ease
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--kontin-base)
}

.footer-widget__newsletter {
    position: relative;
    display: block
}

.footer-widget__newsletter-text {
    font-size: 14px;
    color: #bebebe;
    font-weight: 500;
    line-height: 32px;
    margin: 0
}

.footer-widget__newsletter-form {
    position: relative;
    display: block
}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block
}

.footer-widget__newsletter-input-box input:-webkit-autofill,.footer-widget__newsletter-input-box input:-webkit-autofill:hover,.footer-widget__newsletter-input-box input:-webkit-autofill:focus,.footer-widget__newsletter-input-box textarea:-webkit-autofill,.footer-widget__newsletter-input-box textarea:-webkit-autofill:hover,.footer-widget__newsletter-input-box textarea:-webkit-autofill:focus,.footer-widget__newsletter-input-box select:-webkit-autofill,.footer-widget__newsletter-input-box select:-webkit-autofill:hover,.footer-widget__newsletter-input-box select:-webkit-autofill:focus {
    border: 0 solid var(--kontin-black,#171717);
    -webkit-text-fill-color: #9e9ea7;
    -webkit-box-shadow: 0 0 0 1000px var(--kontin-black,#171717) inset;
    box-shadow: 0 0 0 1000px var(--kontin-black,#171717) inset;
    transition: background-color 5000s ease-in-out 0s
}

.footer-widget__newsletter-input-box input[type=email] {
    font-size: 14px;
    color: var(--kontin-base);
    font-weight: 500;
    /* text-transform: capitalize; */
    height: 30px;
    width: 100%;
    background: 0 0;
    border: 0;
    border-radius: 0;
    padding-right: 30px;
    outline: 0
}

.footer-widget__newsletter-input-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
    content: "";
    height: 3px;
    background-color: rgba(var(--kontin-base-rgb),.1);
    border-radius: 0
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 30px;
    height: 70px;
    width: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 50%;
    background: 0 0;
    border: 0;
    transform: translateY(-50%);
    transition: all .5s ease;
    padding: 0
}

.footer-widget__newsletter-btn i {
    font-size: 15px;
    color: var(--kontin-primary)
}

.footer-widget__newsletter-bottom {
    display: flex;
    align-items: center;
    margin-top: 6px;
    cursor: pointer
}

.footer-widget__newsletter-bottom-icon {
    height: 18px;
    width: 18px;
    border: 1px solid #69696f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-widget__newsletter-bottom-icon i {
    font-size: 8px;
    color: #69696f
}

.footer-widget__newsletter-bottom-text {
    margin-left: 10px
}

.footer-widget__newsletter-bottom-text p {
    font-size: 14px;
    margin: 0;
    color: #bebebe;
    font-weight: 500
}

.site-footer__bottom {
    position: relative;
    display: block;
    background-color: #000;
    padding: 16x 0 14px
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center
}

.site-footer__bottom-text {
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
    margin: 0
}

.site-footer__left-text {
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
    margin: 0;
    align-content: flex-end;
    text-align: left
}

.site-footer__middle-text {
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
    margin: 0;
    align-content: flex-end;
    text-align: center
}

.site-footer__devby-text {
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
    margin: 0;
    align-content: flex-end;
    text-align: right
}

.site-footer__bottom-text a {
    color: #bebebe;
    transition: all .5s ease
}

.site-footer__bottom-text a:hover {
    color: var(--kontin-base)
}


.welcome-two {
    position: relative;
    display: block;
    padding: 120px 0 107px
}

.welcome-two__left {
    position: relative;
    display: block;
    margin-right: 70px
}

.welcome-two__check {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f6f6f6;
    padding-left: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
    flex: 0 0 50%
}

.welcome-two__check-icon {
    display: flex
}

.welcome-two__check-icon span {
    font-size: 16px;
    color: var(--kontin-primary)
}

.welcome-two__check-text-box {
    margin-left: 20px
}

.welcome-two__check-text {
    font-size: 16px;
    color: var(--kontin-black);
    font-weight: 500;
    line-height: 28px;
    margin: 0
}

.welcome-two__text {
    font-size: 18px;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 39px
}

.progress-levels {
    position: relative;
    display: block
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.progress-levels .progress-box.last-child {
    margin-bottom: 0
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 7px;
    background: #f3f3f3;
    border-radius: 0
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 7px;
    border-radius: 0;
    background: var(--kontin-primary);
    transition: all 2s ease .3s
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -37px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--kontin-gray);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    float: none
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--kontin-gray);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    float: none;
    margin-left: -2px
}

.progress-levels .progress-box .inner .text {
    position: relative;
    color: var(--kontin-black);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 6px
}

.progress-levels .progress-box-last {
    margin-bottom: 0
}

.welcome-two__left-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px
}

.welcome-two__left-btn-box {
    display: flex;
    align-items: center
}

.welcome-two__left-btn {
    background: var(--kontin-black)
}

.welcome-two__left-btn:hover {
    background: var(--kontin-black);
    color: var(--kontin-base)
}

.welcome-two__left-btn .btn-curve {
    background: rgba(var(--kontin-base-rgb),.1)
}

.welcome-two__left-btn:hover .btn-curve {
    background: rgba(var(--kontin-primary-rgb),1)
}

.welcome-two__left-video-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px
}

.welcome-two__left-video-link {
    position: relative;
    height: 75px;
    width: 75px;
    border: 1px solid var(--kontin-clr-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1
}

.welcome-two__left-video-img-box {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.welcome-two__left-video-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.welcome-two__left-video-icon {
    font-size: 15px;
    color: var(--kontin-primary);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px
}

.welcome-two__left-video-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--kontin-black);
    border-radius: 50%;
    transform: scale(0);
    transition: all .5s ease;
    z-index: -1
}

.welcome-two__left-video-icon:hover:before {
    transform: scale(1)
}

.welcome-two__left-video-text {
    margin-left: 8px
}

.welcome-two__left-video-text h3 {
    font-size: 23px;
    font-weight: 400;
    font-family: var(--kontin-reey-font);
    line-height: 34px;
    margin-bottom: 0
}

.welcome-two__right {
    position: relative;
    display: block;
    margin-right: 70px
}

.welcome-two__right:before {
    content: "";
    width: 20px;
    height: 338px;
    background-color: var(--kontin-black,#171717);
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 10;
    display: none
}

@media(min-width: 992px) {
    .welcome-two__right:before {
        display:block
    }
}

.welcome-two__right-img-box {
    position: relative;
    display: block
}

.welcome-two__right-img-box:before {
    position: absolute;
    top: 80px;
    left: 0;
    right: -1000000000000px;
    bottom: 80px;
    background-color: #f3f3f3;
    content: ""
}

.welcome-two__right-img {
    position: relative;
    display: block;
    overflow: hidden
}

.welcome-two__right-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    z-index: 1
}

.welcome-two__right-img-box:hover .welcome-two__right-img:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s
}

.welcome-two__right-img img {
    width: 100%
}

.welcome-two__trusted {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    position: absolute;
    right: 35px;
    bottom: 235px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    padding-top: 20px
}

.welcome-two__trusted:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/welcome-two-trasted-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2
}

.welcome-two__trusted h3 {
    font-size: 12px;
    font-weight: 400;
    color: var(--kontin-gray);
    font-family: var(--kontin-font);
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 0
}

.welcome-two__trusted h3 span {
    font-size: 40px;
    color: var(--kontin-primary);
    line-height: 50px !important;
    font-family: var(--kontin-font) !important;
    letter-spacing: 0;
    font-weight: 400
}

.welcome-two__right-small-img {
    position: absolute;
    bottom: 0;
    right: -190px;
    z-index: 2
}

.welcome-two {
    position: relative;
    display: block;
    padding: 120px 0 0
}

.welcome-two__shape-1 {
    position: absolute;
    bottom: 100px;
    left: 0
}

.welcome-two .welcome-two__separator {
    border: 1px solid #e3e3e3;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 100px
}

.welcome-two__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px
}

.welcome-two__contact__icon i {
    width: 49px;
    height: 49px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 32px;
    color: var(--kontin-primary,#a5206a);
    margin-right: 20px;
    transition: all .5s ease
}

.welcome-two__contact__icon:hover i {
    background-color: var(--kontin-primary,#a5206a);
    color: #fff
}

.welcome-two__contact__info span {
    font-size: 12px;
    font-weight: 500;
    color: var(--kontin-gray);
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px
}

.welcome-two__contact__info h3 {
    margin: 0;
    color: var(--kontin-black);
    font-size: 18px;
    font-weight: 400
}

.welcome-two__check-wrap {
    display: flex;
    align-items: center;
    gap: 20px
}

.welcome-two__right-img-box:before {
    position: absolute;
    top: 80px;
    left: 0;
    right: -1000000000000px;
    bottom: 80px;
    background-color: var(--kontin-primary);
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/about-3-pattern-bg-1.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-blend-mode: luminosity;
    content: ""
}

.services-two {
    padding-bottom: 90px;
    padding-top: 120px
}

.services-two:before {
    top: 0
}

/* we-building-two */

.we-building-two {
    position: relative;
    display: block;
    padding: 120px 0 115px
}

.we-building-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.we-building-two-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--kontin-black-rgb),.85);
    z-index: -1
}

.we-building-two-bg.jarallax div div {
    filter: grayscale(100%)
}

.we-building-two__inner {
    position: relative;
    display: block;
    text-align: center
}

.we-building-two__inner .video-popup {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.we-building-two__inner .we-building__video-icon {
    margin: 0 auto
}

.we-building-two__inner .we-building__video-title {
    margin-top: 63px
}

.we-building-two__inner .we-building__video-title:after {
    display: none
}

.we-build {
    position: relative;
    display: block
}

.we-build__left {
    position: relative;
    display: block;
    margin-right: 70px
}

.we-build__img {
    position: relative;
    display: block;
    margin-left: -15px;
    overflow: hidden
}

.we-build__img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 10
}

.we-build__img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.we-build__img img {
    width: 100%
}

.we-build__dedicated {
    position: absolute;
    bottom: 60px;
    right: 60px;
    display: flex;
    align-items: center;
    background-color: var(--kontin-base);
    padding: 35px 60px
}

.we-build__dedicated:before {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
    content: "";
    background-color: var(--kontin-primary)
}

.we-build__dedicated-icon {
    display: flex;
    align-items: center
}

.we-build__dedicated-icon span {
    font-size: 65px;
    color: var(--kontin-black)
}

.we-build__dedicated__text {
    margin-left: 30px
}

.we-build__dedicated__text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px
}

.we-build__right {
    position: relative;
    display: block;
    margin-top: 120px
}

.we-build__right .section-title {
    margin-bottom: 39px
}

.we-build__points {
    position: relative;
    display: block
}

.we-build__points li {
    position: relative;
    display: block;
    padding-left: 86px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 42px;
    margin-bottom: 44px
}

.we-build__points li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.we-build__points li .icon {
    height: 57px;
    width: 57px;
    background-color: rgba(var(--kontin-primary-rgb),.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--kontin-primary);
    position: absolute;
    top: 8px;
    left: 0;
    transition: all .5s ease
}

.we-build__points li .icon:hover {
    background-color: rgba(var(--kontin-primary-rgb),1);
    color: var(--kontin-base)
}

.we-build__points li .text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 30px
}

.we-build__points li .text p {
    margin: 0;
    line-height: 30px;
    padding-top: 12px
}

.project-two {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 3
}

.project-two .project-one__single {
    margin-bottom: 30px
}

.project-two .project-one__content {
    padding-right: 40px
}

.news-two {
    position: relative;
    display: block;
    padding: 120px 0 210px
}

.news-two__top {
    position: relative;
    display: flex;
    justify-content: space-between
}

.news-two__content {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    padding: 40px 50px 42px;
    margin-bottom: 30px
}

.news-two__single-box {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--kontin-base);
    padding-bottom: 39px;
    margin-bottom: 36px
}

.news-two__single-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.call {
    position: relative;
    display: block;
    margin-top: -120px;
    z-index: 1
}

.call__inner {
    position: relative;
    display: flex;
    align-items: center
}

.call__img {
    position: relative;
    display: inline-block
}

.call__icon {
    height: 100px;
    width: 100px;
    background-color: var(--kontin-primary);
    color: var(--kontin-base);
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    transition: all .5s ease;
    z-index: 2
}

.call__icon:hover {
    background-color: var(--kontin-black)
}

.call__content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.05);
    border: 1px solid var(--kontin-clr-extra);
    border-left: 0;
    display: flex;
    align-items: center;
    padding-left: 88px;
    padding-right: 50px;
    padding-top: 66px;
    padding-bottom: 62px
}

.call__content-left p {
    font-size: 22px;
    color: var(--kontin-black);
    margin: 0;
    padding-bottom: 9px
}

.call__content-left a {
    font-size: 30px;
    color: var(--kontin-primary);
    font-weight: 500;
    transition: all .5s ease
}

.call__content-left a:hover {
    color: var(--kontin-black)
}

.call__content-text {
    position: relative;
    display: block;
    max-width: 325px;
    width: 100%;
    margin-left: 90px
}

.call__content-text p {
    margin: 0
}

.google-map {
    position: relative;
    display: block;
    margin-top: -112px
}

.google-map__one {
    position: relative;
    display: block;
    border: 0;
    height: 560px;
    width: 100%
}

.page-header {
    position: relative;
    display: block;
    padding: 100px 0 141px;
    background-repeat: no-repeat;
    background-size: auto;
    background-clip: border-box;
    background-position-x: center;
    background-position-y: top;
    height: 300px
}

.page-header__inner {
    position: relative;
    display: block;
    size: 100%;
    padding-top: 0
}

.page-header__inner h2 {
    font-size: 50px;
    color: var(--kontin-base);
    line-height: auto 52px;
    font-weight: 600;
    padding-top: relative;
    padding-bottom: relative
}

.thm-breadcrumb {
    padding-top: 5px
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--kontin-base);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.thm-breadcrumb li+li {
    margin-left: 11px
}

.thm-breadcrumb li a {
    color: var(--kontin-base);
    font-size: 12px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.thm-breadcrumb li:hover {
    color: var(--kontin-primary)
}

.thm-breadcrumb li:hover a {
    color: var(--kontin-primary)
}

.news-sidebar {
    position: relative;
    display: block;
    padding: 30px 0 30px
}

.news-sidebar__left {
    position: relative;
    display: block
}

.news-sidebar__content {
    position: relative;
    display: block
}

.news-sidebar__content-single {
    position: relative;
    display: block;
    margin-bottom: 50px
}

.news-sidebar__content-img {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.news-sidebar__content-img img {
    max-width: 100%
}

.news-sidebar__content-box {
    position: relative;
    display: block
}

.news-sidebar__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    top: -10px;
    position: relative
}

.news-sidebar__meta li+li {
    margin-left: 15px
}

.news-sidebar__meta li a {
    font-size: 14px;
    color: var(--kontin-gray);
    font-weight: 400;
    transition: all .5s ease
}

.news-sidebar__meta li a:hover {
    color: var(--kontin-primary)
}

.news-sidebar__meta li a i {
    color: var(--kontin-primary)
}

.news-sidebar__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    word-break: break-word
}

.news-sidebar__title a {
    color: var(--kontin-black);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-sidebar__title a:hover {
    color: var(--kontin-primary)
}

.news-sidebar__text {
    margin: 0
}

.news-sidebar__read-more-btn {
    position: relative;
    display: inline-block;
    margin-top: 5px
}

.news-sidebar__read-more-btn a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--kontin-black);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-left: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-sidebar__read-more-btn a:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 10px;
    background-color: var(--kontin-black);
    content: "";
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-sidebar__read-more-btn a:hover {
    color: var(--kontin-primary)
}

.news-sidebar__read-more-btn a:hover:before {
    background-color: var(--kontin-primary)
}

.news-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    padding: 60px 60px 50px
}

.news-sidebar__bottom-box-icon {
    margin-bottom: 19px
}

.news-sidebar__bottom-box-icon>img {
    width: 59px
}

.news-sidebar__bottom-box-text {
    font-size: 18px;
    margin: 0
}

.news-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    padding: 60px 60px 54px;
    margin-top: 30px
}

.blog-single__delivering-services-icon>img {
    width: 37px
}

.news-sidebar__delivering-services-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 21px
}

.news-sidebar__delivering-services-title a {
    color: var(--kontin-black);
    transition: all .5s ease
}

.news-sidebar__delivering-services-title a:hover {
    color: var(--kontin-primary)
}

.news-sidebar__video-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 107px;
    height: 107px;
    text-align: center;
    font-size: 27px;
    color: var(--kontin-base);
    background-color: var(--kontin-primary);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: all .5s ease
}

.news-sidebar__video-btn:hover {
    color: var(--kontin-primary);
    background-color: var(--kontin-base)
}

.blog-two__top-btn .btn-title {
    font-size: 12px;
    padding: 15.5px 49px
}


.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.news-details__left {
    position: relative;
    display: block
}

.news-details__img {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.news-details__img img {
    max-width: 100%
}

.news-details__content {
    position: relative;
    display: block
}

.news-details__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0
}

.news-details__meta li+li {
    margin-left: 15px
}

.news-details__meta li a {
    font-size: 14px;
    color: var(--kontin-gray);
    font-weight: 400;
    transition: all .5s ease
}

.news-details__meta li a:hover {
    color: var(--kontin-primary)
}

.news-details__meta li a i {
    color: var(--kontin-primary)
}

.news-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px
}

.news-details__text-1 {
    margin: 0;
    padding-bottom: 37px
}

.news-details__text-2 {
    margin: 0;
    padding-bottom: 37px
}

.news-details__text-3 {
    margin: 0
}

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 51px;
    border-top: 1px solid #e1e1e1
}

.news-details__bottom p {
    margin: 0
}

.news-details__tags span {
    color: var(--kontin-black);
    font-weight: 700;
    font-size: 16px;
    margin-right: 16px;
    position: relative;
    top: 1px
}

.news-details__tags span:after {
    content: ":"
}

.news-details__tags a {
    position: relative;
    color: var(--kontin-gray);
    font-size: 12px;
    font-weight: 500;
    background-color: #f3f3f3;
    display: inline-block;
    padding: 3px 15px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-details__tags a:hover {
    background-color: var(--kontin-primary);
    color: var(--kontin-base)
}

.news-details__tags a+a {
    margin-left: 6px
}

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.news-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--kontin-black);
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.news-details__social-list a+a {
    margin-left: 30px
}

.news-details__social-list a:hover {
    color: var(--kontin-primary)
}

.news-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 55px
}

.news-details__pagenation {
    position: relative;
    display: block
}

.news-details__pagenation li {
    position: relative;
    float: left;
    font-size: 22px;
    color: var(--kontin-black);
    background-color: #f3f3f3;
    font-weight: 700;
    line-height: 36px;
    padding: 51px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px
}

.news-details__pagenation li+li {
    margin-left: 30px
}

.news-details__pagenation li:hover {
    background-color: var(--kontin-primary);
    color: var(--kontin-base)
}

.comment-one__title,.comment-form__title {
    margin: 0;
    color: var(--kontin-black);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 53px
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 60px;
    margin-bottom: 58px
}

.comment-one__content {
    position: relative;
    margin-left: 45px
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--kontin-black);
    font-weight: 700;
    margin-bottom: 25px
}

.comment-one__content p {
    margin: 0
}

.comment-one__btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--kontin-black)
}

.comment-one__btn:hover {
    color: var(--kontin-base)
}

.comment-one__btn .btn-curve {
    background: rgba(var(--kontin-base-rgb),.1)
}

.comment-one__btn:hover .btn-curve {
    background: rgba(var(--kontin-primary-rgb),1)
}

.comment-one__btn .btn-title {
    font-size: 12px;
    line-height: 22px;
    padding: 9px 30px 9px
}

.comment-one__image img {
    border-radius: 50%
}

.comment-form .comment-form__title {
    margin-top: -1px
}

.comment-one__form .row {
    --bs-gutter-x: 20px
}

.comment-form__input-box {
    position: relative;
    display: block
}

.comment-form__input-box input[type=text],.comment-form__input-box input[type=url],.comment-form__input-box input[type=email] {
    height: 75px;
    width: 100%;
    border: 0;
    background: #f3f3f3;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 0;
    outline: 0;
    font-size: 14px;
    color: var(--kontin-gray);
    font-weight: 500;
    display: block
}

.comment-form__input-box textarea {
    font-size: 14px;
    color: var(--kontin-gray);
    font-weight: 500;
    height: 185px;
    width: 100%;
    background: #f3f3f3;
    padding: 20px 30px 30px;
    border: 0;
    border-radius: 0;
    outline: 0;
    margin-bottom: 10px
}

.comment-form__btn {
    background-color: var(--kontin-black);
    border: 0;
    outline: 0
}

.comment-form__btn:hover {
    color: var(--kontin-base);
    background-color: var(--kontin-black)
}

.comment-form__btn .btn-curve {
    background: rgba(var(--kontin-base-rgb),.1)
}

.comment-form__btn:hover .btn-curve {
    background: rgba(var(--kontin-primary-rgb),1)
}

.project-page {
    padding-bottom: 90px
}

.project-details {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.project-details__left {
    position: relative;
    display: block
}

.project-details__img-box {
    position: relative;
    display: block
}

.project-details__img {
    position: relative;
    display: block
}

.project-details__img+.project-details__img {
    margin-top: 30px
}

.project-details__img img {
    width: 100%
}

.project-details__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-top: -5px
}

.project-details__text {
    margin: 0;
    padding-top: 35px;
    padding-bottom: 40px
}

.project-details__info-single {
    position: relative;
    display: block
}

.project-details__info-single+.project-details__info-single {
    margin-top: 10px
}

.project-details__info-client {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px
}

.project-details__info-name {
    font-size: 18px;
    margin: 0;
    color: var(--kontin-primary)
}

.project-details__info-name span:not(:last-child):after {
    content: ", "
}

.project-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 43px
}

.project-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: var(--kontin-black) !important;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.project-details__social-list a+a {
    margin-left: 32px
}

.project-details__social-list a:hover {
    color: var(--kontin-primary) !important
}

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--kontin-clr-extra);
    border-bottom: 1px solid var(--kontin-clr-extra);
    padding: 40px 0;
    margin-top: 120px
}

.project-details__pagination {
    margin-left: 0
}

.project-details__pagination li {
    display: inline-block
}

.project-details__pagination li.next {
    float: left;
    position: relative
}

.project-details__pagination li a {
    font-size: 18px;
    color: var(--kontin-black);
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: all .5s ease
}

.project-details__pagination li a:hover {
    color: var(--kontin-primary)
}

.project-details__pagination li.next i {
    position: relative;
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
    font-size: 20px
}

.project-details__pagination li.previous {
    position: relative;
    float: right
}

.project-details__pagination li.previous i {
    margin-left: 10px;
    font-size: 20px
}

.similar-work {
    position: relative;
    display: block;
    padding-bottom: 90px
}

.similar-work .project-one__single {
    margin-bottom: 30px
}

.similar-work .project-one__content {
    padding-right: 40px
}

.project-full-width {
    position: relative;
    display: block;
    padding: 60px 0 60px;
    /* padding: 120px 0 120px; */
}

.project-full-width__img {
    position: relative;
    display: block
}

.project-full-width__img img {
    width: 100%
}

.project-full-width__content {
    position: relative;
    display: block;
    margin-top: 8px
}

.project-full-width__title {
    /* font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 35px; */

    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 35px;
    text-transform: uppercase;
    color:var(--kontin-primary,#a5206a);
    
}

.project-full-width__text-1 {
    margin: 0;
    padding-bottom: 35px
}

.project-full-width__text-2 {
    margin: 0
}

.project-full-width .project-details__pagination-box {
    margin-top: 113px
}

.project-full-width__details {
    position: absolute;
    bottom: -352px;
    right: 40px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
    border: 1px solid var(--kontin-clr-extra);
    padding: 45px 50px 49px;
    width: 290px;
    top: 550px;
    z-index: 1
}

.project-full-width__details:before {
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
    content: "";
    background-color: var(--kontin-primary);
    height: 4px
}

.project-full-width__details-info-single {
    display: flex;
    flex-direction: row;
}

.project-full-width__details-info-single+.project-full-width__details-info-single {
    margin-top: 11px
}

.project-full-width__details-info-client {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 6px
}

.project-full-width__details-info-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 6px;
    margin-left: 10px;
}

p.project-full-width__details-info-name span:after {
    /* content: ", " */
    content: "   "
}

.project-full-width__details-social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid var(--kontin-clr-extra);
    padding-top: 30px;
    margin-top: 20px
}

.project-full-width__details-social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--kontin-black) !important;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.project-full-width__details-social-list a+a {
    margin-left: 30px
}

.project-full-width__details-social-list a:hover {
    color: var(--kontin-primary) !important
}

.services-page {
    padding: 120px 0 90px
}

.services-page:before {
    display: none
}

.service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.service-details__sidebar {
    position: relative;
    display: block
}

.service-details__sidebar-service {
    position: relative;
    display: block;
    background: #f3f3f3;
    padding: 28px 30px 29px
}

.service-details__sidebar-service-list {
    margin: 0
}

.service-details__sidebar-service-list li+li {
    margin-top: 12px
}

.service-details__sidebar-service-list li a {
    color: var(--kontin-gray);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    background: 0 0;
    padding: 2px 20px;
    border-left: 3px solid transparent
}

.service-details__sidebar-service-list li.current-menu-item a,.service-details__sidebar-service-list li a:hover {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.05);
    color: var(--kontin-black);
    border-color: var(--kontin-primary,#a5206a)
}

.service-details__sidebar-service-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--kontin-black);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px
}

.service-details__sidebar-service-list li.current-menu-item a span,.service-details__sidebar-service-list li a:hover span {
    color: var(--kontin-primary)
}

.service-details__need-help {
    position: relative;
    display: block;
    padding: 43px 50px 55px;
    margin-top: 30px;
    background-color: var(--kontin-black)
}

.service-details__need-help-title {
    font-size: 20px;
    color: var(--kontin-base);
    font-weight: 700;
    line-height: 30px
}

.service-details__need-help-text {
    color: #aeaeae;
    margin: 0;
    padding-top: 34px;
    padding-bottom: 26px;
    line-height: 30px
}

.service-details__need-help-phone {
    display: flex;
    align-items: center
}

.service-details__need-help-phone-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--kontin-primary);
    transition: all .5s ease
}

.service-details__need-help-phone-icon:hover {
    color: var(--kontin-base)
}

.service-details__need-help-phone-number {
    margin-left: 20px
}

.service-details__need-help-phone-number h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px
}

.service-details__need-help-phone-number h4 a {
    color: var(--kontin-base);
    transition: all .5s ease
}

.service-details__need-help-phone-number h4 a:hover {
    color: var(--kontin-primary)
}

.service-details__right {
    position: relative;
    display: block
}

.service-details__img {
    position: relative;
    display: block
}

.service-details__img img {
    width: 100%
}

.service-details__icon {
    position: absolute;
    bottom: -40px;
    right: 30px;
    height: 100px;
    width: 100px;
    background-color: var(--kontin-primary);
    font-size: 60px;
    color: var(--kontin-base);
    display: flex;
    align-items: center;
    justify-content: center
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 32px
}

.service-details__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 35px
}

.service-details__text {
    margin: 0
}

.service-details__benefits {
    position: relative;
    display: block;
    margin-top: 51px;
    margin-bottom: 60px
}

.service-details__benefits-img {
    position: relative;
    display: block
}

.service-details__benefits-img img {
    width: 100%
}

.service-details__benefits-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 26px;
    margin-top: -8px
}

.service-details__benefits-text {
    font-size: 18px;
    margin: 0
}

.service-details__benefits-list {
    position: relative;
    display: block;
    margin-top: 36px;
    margin-left: 0
}

.service-details__benefits-list li {
    position: relative;
    display: flex;
    align-items: center
}

.service-details__benefits-list li+li {
    margin-top: 6px
}

.service-details__benefits-list li .icon span {
    font-size: 16px;
    color: var(--kontin-primary)
}

.service-details__benefits-list li .text {
    margin-left: 10px
}

.service-details__benefits-list li .text p {
    font-size: 18px;
    color: var(--kontin-black);
    font-weight: 500;
    margin: 0
}

.location {
    position: relative;
    display: block;
    padding: 120px 0 90px
}

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

.location__img {
    position: relative;
    display: block;
    overflow: hidden
}

.location__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--kontin-black-rgb),.5);
    transform: scaleX(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.location__single:hover .location__img:before {
    transform: scaleX(1)
}

.location__img img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.location__single:hover .location__img img {
    transform: scale(1.05)
}

.location__content {
    position: relative;
    display: block;
    padding: 32px 40px 40px;
    border: 1px solid var(--kontin-clr-extra);
    border-top: 0;
    background-color: var(--kontin-base,#fff)
}

.location__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 21px
}

.loaction__list {
    position: relative;
    display: block
}

.loaction__list li {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    max-height: 50px;
}

.loaction__list li+li {
    margin-top: 5px
}

.loaction__list li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    transition: all .5s ease
}

.loaction__list li .icon span {
    font-size: 20px;
    color: var(--kontin-primary);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.loaction__list li:hover .icon {
    background-color: var(--kontin-primary,#a5206a)
}

.loaction__list li:hover .icon span {
    color: var(--kontin-base,#fff)
}

.loaction__list li .text {
    margin-left: 15px;
    margin-top: 5px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .loaction__list li .text p {
        font-size: 14px;
        margin: 0
    }
    .loaction__list li .text p a {
        font-size: 14px;
        margin: 0;
    }
}

.loaction__list li .text__small {
    margin-left: 15px;
    margin-top: 8px;
    font-size: 12px;
    text-align: right;
    color: var(--kontin-gray,#767676);
}

.loaction__list li .text p {
    font-size: 20px;
    margin: 0
}

.loaction__list li .text p a {
    color: var(--kontin-gray);
    font-size: 20px;
    margin: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.loaction__list li .text p a:hover {
    color: var(--kontin-primary)
}

.location__content {
    position: relative
}

.location__icon {
    position: absolute;
    top: -74px;
    right: 31px;
    width: 99px;
    height: 99px;
    background-color: var(--kontin-base,#fff);
    color: var(--kontin-black,#171717);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.1);
    z-index: 10;
    font-size: 60px;
    transition: all .5s ease
}

.location__single:hover .location__icon {
    background-color: var(--kontin-primary,#a5206a);
    color: var(--kontin-base,#fff)
}

.location {
    position: relative
}

.location:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 376px;
    background-color: #f3f3f3;
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/service-pattern-1-1.png);
    background-repeat: no-repeat;
    background-size: cover
}

.contact-page {
    position: relative;
    display: block;
    padding: 100px 0 120px
}

.contact-page .container {
    max-width: 1200px;
    width: 100%
}
.contact-page__form {
margin-top: -50px;


}
.contact-page__btn-box {
    position: relative;
    display: block;
    text-align: center
}

.contact-page-google-map {
    position: relative;
    display: block
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: 0;
    height: 560px;
    width: 100%
}




.error-page {
    position: relative;
    display: block;
    padding: 72px 0 110px
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center
}

.error-page__title {
    font-size: 350px;
    font-weight: 400;
    line-height: 350px;
    color: var(--kontin-primary)
}

.error-page__tagline {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 7px;
    margin-top: -10px
}

.error-page__text {
    font-size: 20px;
    font-weight: 400;
    margin: 0
}

.error-page__form {
    position: relative;
    display: block;
    max-width: 685px;
    width: 100%;
    margin: 54px auto 20px
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    margin: 0 auto
}

.error-page__form input[type=search] {
    height: 75px;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: #f3f3f3;
    font-size: 16px;
    color: var(--kontin-gray);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 0
}

.error-page__form ::placeholder {
    color: var(--kontin-gray)
}

.error-page__form button[type=submit] {
    background-color: transparent;
    color: var(--kontin-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    padding: 0;
    text-align: right
}

.error-page__btn:hover {
    background-color: var(--kontin-black);
    color: var(--kontin-base)
}

.faqs-page {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.faqs-page__single {
    position: relative;
    display: block
}

.about-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-repeat: no-repeat;
    background-position: top left
}

.about-page__images-box {
    position: relative;
    display: block;
    padding-left: 0;
    width: 450px
}

.about-page__img-list {
    position: relative;
    display: block;
    overflow: hidden
}

.about-page__img-list li {
    position: relative;
    float: left
}

.about-page__img-list li+li {
    margin-left: 30px
}

.about-page__img {
    position: relative;
    display: inline-block
}

.about-page__right {
    position: relative;
    display: block;
    margin-left: 68px
}

.about-page__right .section-title {
    margin-bottom: 24px
}

.about-page__right-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--kontin-primary);
    line-height: 28px
}

.about-page__points {
    position: relative;
    display: block
}

.about-page__points li {
    position: relative;
    display: block;
    padding-left: 86px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-bottom: 42px
}

.about-page__points li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.about-page__points li .icon {
    height: 57px;
    width: 57px;
    background-color: rgba(var(--kontin-primary-rgb),.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--kontin-primary);
    position: absolute;
    top: 8px;
    left: 0;
    transition: all .5s ease
}

.about-page__points li:hover .icon {
    background-color: rgba(var(--kontin-primary-rgb),1);
    color: var(--kontin-base)
}

.about-page__points li .text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.about-page__points li .text p {
    margin: 0;
    line-height: 30px;
    padding-top: 12px
}

.about-page .welcome-two__left-video-box {
    margin-top: 30px
}

.about-page .welcome-two__left-video-link {
    border: 0
}

.about-page .welcome-two__left-video-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #f3f3f3;
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.about-page .welcome-two__trusted {
    right: auto;
    left: -87.5px;
    top: 43px
}

.about-page .welcome-two__left-video-text {
    margin-left: 18px
}

.about-page .welcome-two__left-video-img-box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--kontin-black,#171717)
}

.about-page .welcome-two__left-video-img-box img {
    opacity: .5
}

.about-page .welcome-two__left-video-icon {
    color: #fff
}

.about-page .welcome-two__left-video-box {
    margin-left: 0
}

.about-page .about-four__features__lists {
    margin-left: 0
}

.about-page .about-four__features__lists li {
    color: var(--kontin-black,#171717)
}

.welcome-two__icon-box {
    background-color: #f3f3f3;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 25px;
    width: 100%;
    max-width: 228px
}

.welcome-two__icon-box__icon {
    color: var(--kontin-primary,#a5206a);
    font-size: 64px
}

.welcome-two__icon-box__title {
    color: var(--kontin-black,#171717);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 20px
}

.welcome-two__icon-box__title a {
    color: inherit;
    transition: all .5s ease
}

.welcome-two__icon-box__title a:hover {
    color: var(--kontin-primary,#a5206a)
}

.welcome-two__icon-box__btn {
    background-color: var(--kontin-black,#171717)
}

.welcome-two__icon-box__btn .btn-title {
    padding: 7.5px 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em
}

.welcome-two__icon-box__btn .btn-curve {
    background-color: rgba(var(--kontin-base-rgb,255,255,255),.1)
}

.welcome-two__icon-box__btn:hover .btn-title {
    color: var(--kontin-base,#fff)
}

.welcome-two__icon-box__btn:hover .btn-curve {
    background: var(--kontin-primary,#a5206a)
}

.about-page__right {
    position: relative
}

.about-page__right .welcome-two__icon-box {
    margin-top: 30px
}

@media(min-width: 1200px) {
    .about-page__right .welcome-two__icon-box {
        margin-top:0;
        position: absolute;
        right: 0;
        bottom: 0
    }
}

.about-page-have-questions {
    padding-top: 120px
}

.about-page-brand {
    background-color: #f3f3f3;
    border-top: 0
}

.page-header__inner span,.thm-breadcrumb {
    color: #fff
}

.news-sidebar__meta li .fa,.news-sidebar__meta li .fas,.news-sidebar__meta li .far,.news-details__meta li i,.news-details__meta li .fa,.news-details__meta li .far,.news-details__meta li .fas,.news-details__meta li span {
    color: var(--kontin-primary)
}

.news-details__meta .byline {
    color: var(--kontin-gray,#767676);
    font-weight: 400
}

.kontin.comment-form__btn[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 0;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--kontin-primary,#fc653c);
    color: var(--kontin-base,#fff);
    font-size: 16px;
    font-weight: 700;
    padding: 24px 57px;
    transition: .5s;
    border-radius: 32px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 0;
    padding: 27px 60px 24px;
    z-index: 1
}

.kontin.comment-form__btn:hover {
    background: var(--kontin-black,#171717);
    color: var(--kontin-base,#fff)
}



.news-details__tags a {
    margin-bottom: 10px
}

.fa-comments {
    padding-right: 5px
}

.news-sidebar__content-single.tag-sticky-2 .news-sidebar__content-box:before,.news-sidebar__content-single.sticky .news-sidebar__content-box:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 40px;
    height: 40px;
    background-color: var(--kontin-primary,#fc653c);
    z-index: 10;
    clip-path: polygon(50% 0,100% 0,100% 100%,50% 50%,0 100%,0 0)
}

.wp-block-cover-image .wp-block-cover-image-text,.news-details__content .wp-block-cover-image .wp-block-cover-text,.news-details__content .wp-block-cover-image h2,.news-details__content .wp-block-cover .wp-block-cover-image-text,.news-details__content .wp-block-cover .wp-block-cover-text,.news-details__content .wp-block-cover .wp-block-cover-text strong,.news-details__content .wp-block-cover h2 {
    color: #fff
}

.news-details__content>.wp-block-cover {
    margin-bottom: 32px
}

.news-details__content .wp-block-quote.has-text-align-right {
    border-right: 2px solid var(--kontin-black,#1e1e22);
    border-left: 0
}

.news-details__content .wp-block-quote.has-text-align-right:before {
    right: auto;
    left: 30px;
    transform: rotateX(-180deg)
}

.news-details__content blockquote:not([class*=has-]),.comment-content blockquote,.news-details__content .wp-block-quote {
    background-color: #f1f1f5;
    border-left: 2px solid var(--kontin-black,#1e1e22);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 7px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0
}

blockquote {
    margin: 0 1.5em
}

.news-details__content blockquote:not([class*=has-]):before,.comment-content blockquote:before,.news-details__content .wp-block-quote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
    font-size: 100px;
    color: var(--kontin-primary,#fc653c);
    opacity: .4;
    right: 30px
}

.wp-block-quote.is-large p,.wp-block-quote.is-style-large p {
    font-style: italic
}

.blocks-gallery-caption {
    margin-bottom: 20px
}

.comment-content strong,.news-details__content strong {
    color: var(--kontin-black,#1e1e22)
}

.news-details__content a:hover {
    color: var(--kontin-primary,#fc653c);
    transition: all .5s ease
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center
}

.has-large-font-size {
    font-size: 1.5em
}

.wp-block-group.has-background {
    padding: 30px
}

.wp-block-columns {
    margin: 30px 0
}

.post-password-form label {
    font-weight: 600
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

.news-details__content .post-password-form label {
    font-size: 18px;
    font-weight: 600;
    color: var(--kontin-black,#1e1e22)
}

.comments-area h1,.news-details__content h1,.comment-content h2,.news-details__content h2,.comment-content h3,.news-details__content h3,.comment-content h4,.news-details__content h4,.comment-content h5,.news-details__content h5,.comment-content h6,.news-details__content h6 {
    margin-bottom: 1rem;
    color: var(--kontin-black,#1e1e22)
}

.news-details__content .post-password-form label {
    font-size: 18px;
    font-weight: 600;
    color: var(--kontin-black,#1e1e22)
}

.news-details__content .post-password-form input[type=password] {
    width: 200px;
    height: 50px;
    background-color: #f1f1f5;
    color: var(--kontin-gray,#717178);
    padding-left: 30px;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle
}

.news-details__content .post-password-form input[type=submit] {
    width: 120px;
    height: 50px;
    background-color: var(--kontin-black,#1e1e22);
    color: var(--kontin-base,#fff);
    border-radius: 7px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s ease
}

.news-details__content .post-password-form input[type=submit]:hover {
    background-color: var(--kontin-primary,#fc653c);
    color: var(--kontin-black,#1e1e22)
}

.post .news-details__content p {
    line-height: 2em
}

.news-details__content ul,.comments-area ul,.comments-area ol,.news-details__content ol {
    margin: 0 0 .5em;
    font-weight: 500
}

.wp-block-archives-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--kontin-gray,#717178);
    position: relative;
    line-height: 34px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--kontin-gray,#717178);
    font-weight: 500;
    transition: all .3s ease;
    z-index: 1
}

.wp-block-archives-list li a {
    color: inherit;
    transition: all .5s ease
}

.wp-block-archives.wp-block-archives-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px
}

.wp-block-categories-dropdown select,.wp-block-archives-dropdown select {
    width: 100%;
    height: 60px;
    border-radius: var(--kontin-border-radius,10px);
    background-color: #f1f1f5;
    border: 1px solid #f1f1f5;
    outline: 0;
    color: var(--kontin-gray,#717178);
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: var(--kontin-font,"Kumbh Sans",sans-serif);
    background-image: url("data:image/svg+xml;utf8,<svgversion="1.1"xmlns="http://www.w3.org/2000/svg"width="1024"height="1024"viewBox="0010241024"><pathfill="rgb(34,36,41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 .08l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>");
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: .65em auto
}

.wp-block-categories-dropdown,.wp-block-archives-dropdown {
    margin-bottom: 30px
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.wp-block-latest-comments__comment-meta {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--kontin-black,#1e1e22)
}

.wp-block-latest-comments__comment-meta a {
    transition: all .5s ease
}

.wp-block-latest-comments__comment-date {
    font-weight: 500;
    color: var(--kontin-gray,#717178)
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
    position: relative;
    padding-left: 68px;
    min-height: 44px
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:last-child {
    margin-bottom: 0
}

.wp-block-latest-comments {
    padding-left: 0;
    margin-left: 0
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:before {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--kontin-black,#1e1e22);
    width: 44px;
    height: 44px;
    color: var(--kontin-base,#fff);
    margin-right: 20px;
    transition: all .5s ease;
    position: absolute;
    top: 8px;
    left: 0
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover:before {
    background-color: var(--kontin-primary,#a5206a);
    color: var(--kontin-base,#fff)
}

.wp-block-latest-posts__list.has-dates li {
    position: relative;
    padding-left: 64px;
    font-size: 16px;
    line-height: 1.889;
    font-weight: 600;
    transition: all .5s ease;
    color: var(--kontin-gray,#717178)
}

.wp-block-latest-posts__list.has-dates {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.wp-block-latest-posts__list.has-dates li:before {
    content: "\f302";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--kontin-black,#1e1e22);
    width: 44px;
    height: 44px;
    color: var(--kontin-base,#fff);
    transition: all .5s ease;
    position: absolute;
    top: 10px;
    left: 0
}

.wp-block-latest-posts__list.is-grid.has-dates li:before {
    position: relative;
    top: auto;
    left: 0;
    margin-bottom: 10px
}

.wp-block-latest-posts__list.is-grid.has-dates li {
    padding-left: 0
}

.wp-block-search label {
    font-size: 18px;
    color: var(--kontin-black,#1e1e22);
    font-weight: 600
}

.wp-block-search input[type=search] {
    display: block;
    border: 0;
    outline: 0;
    width: 100%;
    max-width: 300px;
    position: relative;
    line-height: 40px;
    padding: 19px 80px 19px 35px;
    background: #f1f1f5;
    color: var(--kontin-gray,#717178);
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--kontin-font,"Kumbh Sans",sans-serif);
    width: 100%;
    height: 80px;
    border: 1px solid #f1f1f5;
    border-radius: 7px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.wp-block-search .wp-block-search__button {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    outline: 0;
    background-color: var(--kontin-black,#1e1e22);
    text-align: center;
    border-radius: 5px;
    color: var(--kontin-base,#fff);
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: uppercase;
    letter-spacing: .01em
}

.wp-block-tag-cloud a {
    font-size: 18px !important;
    color: var(--kontin-gray,#717178);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    transition: all .5s ease
}

.wp-block-rss li {
    position: relative;
    padding-left: 68px;
    font-size: 16px;
    font-weight: 600;
    color: var(--kontin-black,#1e1e22);
    min-height: 44px
}

.wp-block-rss li+li {
    margin-top: 20px
}

.wp-block-rss {
    margin: 0;
    padding: 0;
    list-style: none
}

.wp-block-rss li:before {
    content: "\f09e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--kontin-black,#1e1e22);
    width: 44px;
    height: 44px;
    color: var(--kontin-base,#fff);
    transition: all .5s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.news-details__content .page-links {
    color: var(--kontiz-black,#1e1e22);
    display: flex;
    align-items: center
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.news-details__content .page-links span,.news-details__content .page-links a {
    display: flex;
    width: 40px;
    height: 40px;
    display: flex;
    color: var(--kontiz-black,#1e1e22);
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f1f1f5;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-top: 4px;
    transition: all .5s ease
}

.news-details__content .page-links span {
    background-color: var(--kontiz-black,#1e1e22);
    color: var(--kontiz-base,#fff)
}

.news-sidebar__left .blog-pagination {
    margin-top: 0
}

.blog-pagination {
    display: flex;
    align-items: center;
    line-height: 1
}

.blog-pagination a,.blog-pagination span {
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 1px solid var(--kontin-extra,#e4e4ea);
    width: 50px;
    height: 50px;
    padding-top: 3px;
    font-size: 16px;
    transition: all .5s ease
}

.blog-pagination a.current,.blog-pagination a:hover,.blog-pagination span.current,.blog-pagination span:hover {
    background-color: var(--kontin-primary,#fc653c);
    border-color: var(--kontin-primary,#fc653c);
    color: var(--kontin-base,#fff)
}

.blog-pagination span+span,.blog-pagination a+span,.blog-pagination span+a,.blog-pagination a+a {
    margin-left: 10px
}



.not-found__page-content .error-page__form-input {
    width: 100%;
    max-width: 100%
}

.not-found__page-content .error-page__text {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px
}

.about-five__inner {
    border: 4px solid var(--kontin-primary,#a5206a);
    padding: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 240px auto
}

@media(max-width: 768px) {
    .about-five__inner {
        display:block
    }
}

.about-five__inner:before,.about-five__inner:after {
    content: "";
    width: 160px;
    height: 102px;
    background-color: var(--kontin-primary,#a5206a);
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0,0% 100%,100% 100%)
}

.about-five__inner:before {
    background-color: #f3f3f3;
    left: 20px;
    height: 122px;
    width: 190px
}

.about-five__image {
    position: relative;
    z-index: 10
}

@media(max-width: 768px) {
    .about-five__image {
        margin-bottom:20px
    }
}

.about-five__content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center
}

@media(max-width: 991px) {
    .about-five__content {
        display:block
    }
}

.about-five__title {
    font-size: 30px;
    color: var(--kontin-black,#171717);
    font-weight: 700;
    margin: 0;
    padding-left: 50px;
    position: relative;
    z-index: 10
}

@media(max-width: 991px) {
    .about-five__title {
        padding-left:30px;
        margin-bottom: 10px
    }
}

@media(max-width: 768px) {
    .about-five__title {
        padding-left:0
    }
}

.about-five__text {
    font-size: 18px;
    line-height: 34px;
    color: var(--kontin-gray,#767676);
    margin: 0;
    padding-left: 40px;
    z-index: 10;
    position: relative;
    padding-right: 20px
}

.about-five__text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--kontin-clr-extra,#e3e3e3);
    width: 1px;
    height: 92px
}

@media(max-width: 991px) {
    .about-five__text:before {
        display:none
    }
}

@media(max-width: 991px) {
    .about-five__text {
        padding-left:30px;
        border-left: 0;
        padding-right: 0
    }
}

@media(max-width: 768px) {
    .about-five__text {
        padding-left:0
    }
}

.image-box-one {
    position: relative;
    overflow: hidden
}

.image-box-one:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 10
}

.image-box-one:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.image-box-one img {
    width: 100%
}

.image-box-one__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px
}

.image-box-one__content h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    background-color: rgba(var(--kontin-black-rgb,23,23,23),.9);
    padding: 44px 50px
}

.image-box-one__content h3 a {
    color: inherit;
    transition: all .5s ease
}

.image-box-one__content h3 a:hover {
    color: var(--kontin-primary,#a5206a)
}

.icons-box-two {
    background-color: var(--kontin-primary,#a5206a);
    padding: 60px;
    padding-bottom: 50px;
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/icon-box-shape-1.png);
    background-repeat: no-repeat;
    background-position: right bottom
}

.icons-box-two__icon {
    font-size: 62px;
    color: var(--kontin-base,#fff)
}

.icons-box-two__title {
    margin: 0;
    color: var(--kontin-base,#fff);
    font-size: 24px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 30px
}

.icons-box-two__btn {
    padding: 0;
    background-color: var(--kontin-black,#171717)
}

.icons-box-two__btn .btn-title {
    padding: 15.5px 50px;
    font-size: 12px
}

.icons-box-two__btn:hover {
    color: var(--kontin-black,#171717)
}

.icons-box-two__btn .btn-curve {
    background-color: rgba(var(--kontin-base-rgb,255,255,255),.1)
}

.icons-box-two__btn:hover .btn-curve {
    background-color: var(--kontin-base,#fff)
}

.brand-one.has-title {
    padding-top: 0
}

.brand-one__title {
    margin: 0;
    text-transform: uppercase;
    color: var(--kontin-gray,#767676);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2em;
    text-align: center;
    transform: translateY(-50%);
    margin-bottom: 110px;
    line-height: 1.4em
}

@media(min-width: 992px) {
    .brand-one__title {
        line-height:1
    }
}

.brand-one__title span {
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--kontin-base,#fff);
    display: block
}

@media(min-width: 992px) {
    .brand-one__title span {
        display:inline-block
    }
}

.brand-one.about-page-brand .brand-one__title span {
    background-color: #f3f3f3
}

.brand-one .swiper-slide {
    background-color: transparent;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all .5s ease
}

.brand-one .swiper-slide:hover {
    background-color: #f3f3f3
}

.brand-one .swiper-slide:hover img {
    opacity: 1
}

.brand-one .container {
    position: relative
}

.brand-one__curve-one {
    display: none
}

@media(min-width: 1440px) {
    .brand-one__curve-one {
        display:block
    }
}

.brand-one__curve-one:before {
    width: 43px;
    height: 27px;
    position: absolute;
    top: 75px;
    right: 231px;
    opacity: .2;
    content: "";
    clip-path: polygon(0 0,100% 100%,100% 0);
    background-color: var(--kontin-primary,#a5206a);
    animation-name: animation1;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.brand-one__curve-one:after {
    content: "";
    width: 73px;
    height: 47px;
    background-color: var(--kontin-primary,#a5206a);
    clip-path: polygon(0 0,100% 100%,100% 0);
    position: absolute;
    top: 45px;
    right: 225px;
    animation-name: animation1;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.brand-one__curve-two {
    display: none
}

@media(min-width: 1440px) {
    .brand-one__curve-two {
        display:block
    }
}

.brand-one__curve-two:before {
    position: absolute;
    top: 190px;
    left: 122px;
    opacity: .2;
    content: "";
    width: 63px;
    height: 40px;
    clip-path: polygon(0 0,0 100%,100% 0);
    background-color: var(--kontin-primary,#a5206a);
    animation-name: animation1;
    animation-duration: 7s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.brand-one__curve-two:after {
    content: "";
    width: 42px;
    height: 26px;
    background-color: var(--kontin-primary,#a5206a);
    position: absolute;
    top: 176px;
    clip-path: polygon(0 0,0 100%,100% 0);
    left: 134px;
    animation-name: animation1;
    animation-duration: 7s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}


.image-box-two__single {
    background-color: var(--kontin-primary);
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative
}

@media(min-width: 992px) {
    .image-box-two__single {
        display:flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        padding: 0;
        margin-bottom: 0;
        text-align: left
    }
}

@media(min-width: 1200px) {
    .image-box-two__image {
        flex-shrink:0
    }
}

.image-box-two__image {
    position: relative;
    overflow: hidden
}

.image-box-two__image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 10
}

.image-box-two__image:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.image-box-two__image img {
    width: 100%
}

.image-box-two__title {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 20px
}

@media(min-width: 992px) {
    .image-box-two__title {
        margin-bottom:10px;
        margin-top: 0
    }
}

@media(min-width: 1200px) {
    .image-box-two__title {
        font-size:24px;
        margin-bottom: 40px
    }
}

.image-box-two__title a {
    color: inherit;
    transition: all .5s ease
}

.image-box-two__title a:hover {
    color: var(--kontin-black)
}

.image-box-two__single .btn-style-one .btn-title {
    padding: 12px 29px 9px;
    font-size: 12px
}

@media(min-width: 992px) {
    .image-box-two__content {
        padding-left:30px;
        padding-right: 30px
    }
}

@media(min-width: 1200px) {
    .image-box-two__content {
        padding-left:50px;
        padding-right: 50px
    }
}

@media(min-width: 992px) {
    [class*=col-]:nth-child(2n) .image-box-two__single {
        flex-direction:row
    }
}

.image-box-two__curve:after {
    content: "";
    width: 70px;
    height: 45px;
    background-color: var(--kontin-black);
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0,0% 100%,100% 100%)
}

.image-box-two__curve:before {
    content: "";
    width: 83px;
    height: 53px;
    position: absolute;
    bottom: 0;
    left: 10px;
    clip-path: polygon(0 0,0% 100%,100% 100%);
    background-color: var(--kontin-black);
    opacity: .1
}

@media(min-width: 992px) {
    [class*=col-]:nth-child(2n) .image-box-two__curve:after,[class*=col-]:nth-child(2n) .image-box-two__curve:before {
        left:auto;
        right: 0;
        clip-path: polygon(100% 0,0 100%,100% 100%)
    }

    [class*=col-]:nth-child(2n) .image-box-two__curve:before {
        right: 10px
    }
}

.about-four {
    background-color: var(--kontin-black);
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/about-4-bg--1-1.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative
}

.about-four .container {
    padding-bottom: 70px;
    position: relative
}

@media(min-width: 1200px) {
    .about-four .container {
        padding-top:120px;
        padding-bottom: 110px
    }
}

.about-four__shape-1 {
    position: absolute;
    top: 0;
    right: 0
}

.about-four .section-title {
    margin-bottom: 30px
}

@media(min-width: 1200px) {
    .about-four .section-title {
        margin-bottom:40px
    }
}

.about-four .section-title__tagline {
    color: #bebebe
}

.about-four .section-title__title {
    color: #fff
}

@media(min-width: 1200px) {
    .about-four__content {
        padding-right:93px
    }
}

.about-four__summery {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 30px
}

@media(min-width: 1200px) {
    .about-four__summery {
        margin-bottom:45px
    }
}

@media(min-width: 1200px) {
    .about-four__features {
        display:flex;
        align-items: center
    }
}

.about-four__features__lists {
    margin-top: 25px
}

@media(min-width: 1200px) {
    .about-four__features__lists {
        margin-top:0;
        margin-left: 30px
    }
}

.about-four__features__lists ul {
    margin: 0;
    padding: 0
}

.about-four__features__lists li {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center
}

@media(min-width: 1200px) {
    .about-four__features__lists li {
        font-size:18px
    }

    .about-four__features__lists li+li {
        margin-top: 5px
    }
}

.about-four__features__lists li i {
    color: var(--kontin-primary);
    margin-right: 10px;
    font-size: 14px
}

.about-four__image {
    position: relative;
    display: inline-block
}

@media(min-width: 1200px) {
    .about-four__image {
        position:absolute;
        right: -100px;
        top: -75px
    }
}

.about-four__image:before {
    content: "";
    width: 307px;
    height: 245px;
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/about-4-shape-1-1.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 194px;
    right: -70px;
    z-index: 1
}

.about-four__image img {
    max-width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
    z-index: 2
}

@media(min-width: 1200px) {
    .about-four__image img {
        margin:0
    }
}

.about-four__image__caption {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    transform: translateY(-50%);
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--kontin-black);
    line-height: 24px;
    padding: 30px
}

@media(min-width: 1200px) {
    .about-four__image__caption {
        max-width:262px;
        padding: 40px;
        top: 46%;
        left: -70px
    }
}

.about-four__image__caption:after {
    content: "";
    width: 45px;
    height: 22.5px;
    background-color: #fff;
    clip-path: polygon(100% 0,0 0,50% 100%);
    position: absolute;
    top: 100%;
    right: 35px
}

.about-four__image__caption span {
    font-size: 40px;
    color: var(--kontin-primary);
    font-weight: 700;
    display: block;
    margin-right: 15px
}

@media(min-width: 1200px) {
    .about-four__image__caption span {
        font-size:70px
    }
}

.we-build,.quem-somos {
    background-color: #f3f3f3;
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/we-build-map-1.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: top right
}

.we-build__shape-1,.quem-somos__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0
}

.we-build .container {
    position: relative
}

.we-build__left {
    margin-right: 0
}

.we-build__right {
    padding-bottom: 80px
}

@media(min-width: 1200px) {
    .we-build__right {
        padding-left:80px;
        padding-bottom: 0
    }
}

.we-build__dedicated {
    bottom: 0;
    right: 60px
}

.we-build__points li .icon {
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.05)
}



.location__content:before,.team-one__content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--kontin-primary,#a5206a);
    transform: scale(0,1);
    transform-origin: left center;
    transition: transform .5s ease
}

.location__single:hover .location__content:before,.team-one__single:hover .team-one__content:before {
    transform: scale(1,1);
    transform-origin: right center
}

.call__inner {
    position: relative
}

.call__curve:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 127px;
    height: 81px;
    background-color: var(--kontin-primary);
    clip-path: polygon(100% 0,0 100%,100% 100%)
}

.call__curve:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 151px;
    height: 97px;
    background-color: var(--kontin-primary);
    opacity: .1;
    clip-path: polygon(100% 0,0 100%,100% 100%)
}

.we-build-two__about-page {
    padding-top: 120px;
    padding-bottom: 0
}

.we-build-two__about-page .we-building-two__inner {
    text-align: left
}

@media(min-width: 1200px) {
    .we-build-two__about-page .we-building-two__inner {
        padding-bottom:105px
    }
}

.we-build-two__about-page .video-popup {
    margin-left: 0;
    margin-right: 0
}

.we-building-two__service {
    background-color: #000;
    padding-left: 70px;
    padding-right: 70px
}

@media(min-width: 1200px) {
    .we-building-two__service {
        position:relative;
        top: 60px
    }
}

.we-building-two__service__title {
    color: #fff;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px
}

.we-building-two__service__menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.we-building-two__service__menu ul li+li {
    margin-top: 20px
}

.we-building-two__service__menu ul li {
    line-height: 1
}

.we-building-two__service__menu ul li a {
    color: #bebebe;
    font-size: 18px;
    font-weight: 400;
    transition: all .5s ease
}

.we-building-two__service__menu ul li a:hover {
    color: #fff
}

.we-building-two__service__menu ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--kontin-primary);
    font-size: 16px;
    margin-right: 20px
}

.we-building-two__service {
    padding-top: 50px;
    padding-bottom: 60px
}

@media(max-width: 1199px) {
    .we-building-two__service {
        max-width:400px;
        margin-top: 60px;
        margin-bottom: 0
    }
}

@media(max-width: 575px) {
    .we-building-two__service {
        padding-left:40px;
        padding-right: 40px;
        padding-top: 30px;
        padding-bottom: 40px
    }
}

.service-details__need-help {
    position: relative;
    background-color: var(--kontin-black);
    background-image: url(/wp-content/themes/kontin/assets/images/shapes/service-sidebar-bg-1-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    text-align: center;
    padding-left: 50px;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 50px
}

.service-details__need-help-phone-icon {
    margin-left: auto;
    margin-right: auto;
    background-color: var(--kontin-primary);
    width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px
}

.service-details__need-help-phone-number {
    margin-left: 0
}

.service-details__need-help-phone {
    justify-content: center
}

.service-details__need-help-phone span {
    text-transform: uppercase;
    color: var(--kontin-primary);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2em;
    display: block;
    line-height: 1;
    margin-top: 5px
}

.service-details__need-help-text {
    padding: 0;
    color: #bebebe;
    margin-top: 10px;
    padding-bottom: 20px
}

.location__single:hover .location__content {
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07)
}

.news-one__img:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    /* background: linear-gradient(to bottom,rgba(0,0,0,0) 45%,#000 100%) */
}

.news-one__author {
    position: absolute;
    bottom: 22px;
    left: 42px;
    z-index: 10;
    display: flex;
    align-items: center
}

.news-one__author .byline {
    display: flex;
    align-items: center;
    color: var(--kontin-base,#fff);
    font-size: 14px;
    font-weight: 500
}

.news-one__author .byline .far {
    font-weight: 900;
    font-size: 14px;
    color: var(--kontin-base,#fff);
    width: 25px;
    height: 25px;
    background-color: var(--kontin-primary,#a5206a);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px
}

.news-one__author .byline .fa-user-circle:before {
    content: "\f007"
}

.news-one__author .byline a {
    color: inherit;
    transition: all .5s ease
}

.news-one__author .byline a:hover {
    color: var(--kontin-primary,#a5206a)
}

.news-one__author .byline .author {
    margin-left: 5px
}

.news-one__title {
    margin-top: 10px
}

.news-one__content {
    padding: 15px
}

.news-one__category {
    display: inline-flex;
    align-items: center;
    background-color: #f3f3f3;
    color: var(--kontin-gray,#767676);
    font-size: 12px;
    font-weight: 500;
    padding: 8.5px 20px;
    line-height: 1
}

.news-one__btn-box {
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    transition: all .5s ease;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 16px
}

.news-one__btn-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    position: relative;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px
}

.news-one__btn-box a:before {
    position: relative;
    top: auto;
    transform: translateY(0)
}

.news-one__btn-box:hover {
    background-color: var(--kontin-black,#171717)
}

.news-one__btn-box:hover a {
    color: var(--kontin-base,#fff)
}

.news-one__btn-box:hover a:before {
    background-color: var(--kontin-base,#fff) !important
}

.news-one__text {
    padding-top: 21px;
    padding-bottom: 22px
}

.news-one__single:hover .news-one__date {
    background-color: var(--kontin-primary,#a5206a)
}

.news-one__single:hover .news-one__date p {
    color: var(--kontin-base,#fff)
}

.news-two__content .news-one__category {
    background-color: var(--kontin-base,#fff)
}

.news-one .blog-pagination {
    margin-top: 30px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .welcome-one__left {
        margin-right:0;
        max-width: 600px;
        margin: 0 auto
    }

    .welcome-one__right {
        margin-left: 0;
        max-width: 600px;
        margin: 110px auto 0
    }

    .services-one__content {
        padding: 32px 14px 23px
    }

    .tabs-content__inner-right {
        margin-left: 0
    }

    .we-building__video-box {
        margin-right: 0
    }

    .we-building__get-quote {
        margin-left: 0
    }

    .we-building__video-title {
        font-size: 56px;
        line-height: 66px
    }

    .we-building__get-quote-btn .btn-title {
        padding: 27px 63px 24px
    }

    .have-questions__left {
        margin-right: 0
    }

    .have-questions__right {
        margin-left: 0
    }

    .news-one__content {
        padding: 20px 20px 26px
    }

    .news-one__title {
        font-size: 22px;
        line-height: 36px
    }

    .cta-one__title h2 {
        font-size: 35px;
        line-height: 45px
    }

    .footer-widget__newsletter {
        margin-top: 30px
    }

    .footer-widget__contact {
        margin-top: 30px
    }

    .welcome-two__left {
        margin-right: 0;
        max-width: 600px;
        margin: 0 auto 0
    }

    .welcome-two__right {
        margin-right: 0;
        max-width: 600px;
        margin: 50px auto 0
    }

    .we-build__left {
        margin-right: 0;
        max-width: 600px;
        margin: 0 auto 0
    }

    .we-build__img {
        margin-left: 0
    }

    .we-build__right {
        margin-top: 120px;
        max-width: 600px;
        margin: 50px auto 0
    }

    .project-two .project-one__content {
        padding-right: 20px;
        padding-left: 20px
    }

    .counter-one__single {
        max-width: 461px;
        text-align: center
    }

    .counter-one__single:before {
        display: none
    }

    .counter-one__icon {
        margin: 0 auto
    }

    .news-two__content {
        padding: 40px 20px 42px;
        margin-bottom: 0
    }

    .news-two__single-box {
        padding-bottom: 29px;
        margin-bottom: 24px
    }

    .news-two__single-box-3 {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .call__content-text {
        max-width: 284px;
        margin-left: 30px
    }

    .call__content {
        padding-left: 30px;
        padding-right: 30px
    }

    .call__content-left p {
        font-size: 17px
    }

    .call__icon {
        right: 0
    }

    .counter-one__single:nth-child(1) {
        padding-left: 0
    }

    .counter-one__single:nth-child(2) {
        padding-left: 0
    }

    .counter-one__single:nth-child(3) {
        padding-left: 0
    }

    .counter-one__single:nth-child(4) {
        padding-right: 0;
        padding-left: 0
    }

    .news-details__pagenation li+li {
        margin-left: 0;
        margin-top: 30px
    }

    .similar-work .project-one__content {
        padding-right: 20px;
        padding-left: 20px
    }

    .project-full-width__details {
        right: 20px
    }

    .service-details__benefits-img {
        margin-bottom: 50px
    }

    .about-page__images-box {
        max-width: 600px;
        width: 100%;
        margin: 0 auto 50px
    }

    .about-page__right {
        margin-left: 0;
        max-width: 600px;
        width: 100%;
        margin: 0 auto
    }

    .about-page {
        padding: 120px 0 110px
    }

    .faqs-page .faq-one-accrodion .accrodion-title h4:before {
        right: -25px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .main-header__top {
        display:none !important
    }

    .welcome-one__left {
        margin-right: 0;
        max-width: 600px;
        margin: 0 auto
    }

    .welcome-one__right {
        margin-left: 0;
        max-width: 600px;
        margin: 110px auto 0
    }

    .tabs-box-one .tab-buttons .tab-btn span {
        padding: 21px 39px 20px
    }

    .tabs-content__inner-right {
        margin-left: 0;
        margin-top: 40px
    }

    .we-building__video-box {
        margin-right: 0;
        margin-bottom: 40px
    }

    .we-building__get-quote {
        margin-left: 0
    }

    .have-questions__left {
        margin-right: 0;
        margin-bottom: 50px
    }

    .have-questions__right {
        margin-left: 0
    }

    .cta-one__inner {
        justify-content: center;
        flex-direction: column;
        text-align: center
    }

    .cta-one__title h2 {
        margin-bottom: 30px
    }

    .footer-widget__newsletter {
        margin-top: 30px
    }

    .footer-widget__contact {
        margin-top: 30px
    }

    .welcome-two__left {
        margin-right: 0;
        max-width: 600px;
        margin: 0 auto 0
    }

    .welcome-two__right {
        margin-right: 0;
        max-width: 600px;
        margin: 50px auto 0
    }

    .we-build__left {
        margin-right: 0;
        max-width: 600px;
        margin: 0 auto 0
    }

    .we-build__img {
        margin-left: 0
    }

    .we-build__right {
        margin-top: 120px;
        max-width: 600px;
        margin: 50px auto 0
    }

    .counter-one__single {
        max-width: 341px;
        text-align: center
    }

    .counter-one__single:before {
        display: none
    }

    .counter-one__icon {
        margin: 0 auto
    }

    .call__inner {
        flex-direction: column
    }

    .call__content-text {
        max-width: 284px;
        margin-left: 30px
    }

    .call__content {
        padding-left: 30px;
        padding-right: 30px;
        border: 1px solid var(--thm-clr-extra)
    }

    .call__content-left p {
        font-size: 17px
    }

    .counter-one__single:nth-child(1) {
        padding-left: 0
    }

    .counter-one__single:nth-child(2) {
        padding-left: 0
    }

    .counter-one__single:nth-child(3) {
        padding-left: 0
    }

    .counter-one__single:nth-child(4) {
        padding-right: 0;
        padding-left: 0
    }

    .news-details__pagenation li+li {
        margin-left: 0;
        margin-top: 30px
    }

    .project-details__right {
        position: relative;
        display: block;
        margin-top: 45px
    }

    .project-full-width__content {
        /* margin-top: 400px; */
        margin-top: 0px
    }

    .service-details__benefits-img {
        margin-bottom: 50px
    }

    .service-details__sidebar {
        margin-bottom: 50px
    }

    .about-page__images-box {
        max-width: 600px;
        width: 100%;
        margin: 0 auto 50px
    }

    .quem-somos__img {
        max-width: 600px;
        width: 100%;
        margin: 0 auto 50px
    }

    .about-page__right {
        margin-left: 0;
        max-width: 600px;
        width: 100%;
        margin: 0 auto
    }

    .about-page {
        padding: 120px 0 110px
    }

    .faqs-page__single {
        margin-bottom: 30px
    }

    .faqs-page__single-last {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .main-header__top {
        display:none !important
    }

    .news-details__bottom {
        align-items: flex-start;
        text-align: left
    }

    .welcome-one__left {
        margin-right: 0;
        margin-bottom: 50px
    }

    .welcome-one__right {
        margin-left: 0
    }

    .welcome-one__small-img {
        display: none
    }

    .welcome-one__completed {
        display: none
    }

    .section-title__title {
        font-size: 29px;
        line-height: 39px
    }

    .welcome-one__right-text-1 {
        font-size: 19px
    }

    .services-one__content {
        padding: 32px 14px 23px
    }

    .tabs-box-one .tab-buttons .tab-btn+.tab-btn {
        margin-left: 0;
        margin-top: 10px
    }

    .tabs-box-one .tab-buttons {
        text-align: center
    }

    .tabs-content__inner-right {
        margin-left: 0;
        margin-top: 40px
    }

    .we-building__video-box {
        margin-right: 0;
        margin-bottom: 40px
    }

    .we-building__video-title {
        font-size: 30px;
        line-height: 43px
    }

    .we-building__get-quote {
        margin-left: 0;
        padding: 50px 30px 50px
    }

    .we-building__get-quote-btn .btn-title {
        padding: 13px 92px 13px;
    }

    .project-one__content {
        padding-left: 30px;
        padding-right: 30px
    }

    .project-one__tilte {
        font-size: 24px
    }

    .have-questions__left {
        margin-right: 0;
        margin-bottom: 50px
    }

    .have-questions__right {
        margin-left: 0
    }

    .project-one__carousel.owl-carousel .owl-dots {
        display: none
    }

    .project-two__carousel.owl-carousel .owl-dots {
        display: none
    }

    .have-questions__left .section-title__tagline {
        font-size: 13px
    }

    .faq-one-accrodion .accrodion-title h4:before {
        right: -20px
    }

    .news-one__content {
        padding: 20px 20px 26px
    }

    .news-one__title {
        font-size: 22px;
        line-height: 36px
    }

    .cta-one__inner {
        justify-content: center;
        flex-direction: column;
        text-align: center
    }

    .cta-one__title h2 br {
        display: none
    }

    .cta-one__title h2 {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 40px
    }

    .footer-widget__newsletter {
        margin-top: 30px
    }

    .footer-widget__contact {
        margin-top: 30px
    }

    .footer-widget__links {
        margin-top: 43px
    }

    .welcome-two__left {
        margin-right: 0
    }

    .welcome-two__left-bottom {
        align-items: inherit;
        flex-direction: column
    }

    .welcome-two__left-video-box {
        margin-left: 0;
        margin-top: 20px
    }

    .welcome-two__right-small-img {
        display: none
    }

    .welcome-two__trusted {
        display: none
    }

    .welcome-two__right {
        margin-right: 0;
        margin-top: 50px
    }

    .we-building-two__inner .we-building__video-title br {
        display: none
    }

    .we-build__left {
        margin-right: 0
    }

    .we-build__img {
        margin-left: 0
    }

    .we-build__right {
        margin-top: 50px
    }

    .we-build__dedicated {
        display: none
    }

    .project-two .project-one__content {
        padding-right: 20px;
        padding-left: 20px
    }

    .news-two__top {
        justify-content: inherit;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 48px
    }

    .news-two__content {
        padding: 40px 20px 42px;
        margin-bottom: 0
    }

    .call__inner {
        flex-direction: column
    }

    .call__icon {
        right: 0
    }

    .call__content {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid var(--thm-clr-extra);
        text-align: center
    }

    .call__content-text {
        max-width: none;
        margin-left: 0
    }

    .call__img img {
        width: 100%
    }

    .call__content-left p {
        font-size: 18px
    }

    .counter-one__single:nth-child(1) {
        padding-left: 0
    }

    .counter-one__single:nth-child(2) {
        padding-left: 0
    }

    .counter-one__single:nth-child(3) {
        padding-left: 0
    }

    .counter-one__single:nth-child(4) {
        padding-right: 0;
        padding-left: 0
    }

    .news-sidebar__meta li a {
        font-size: 13px
    }

    .news-sidebar__title {
        font-size: 26px;
        line-height: 36px
    }

    .news-sidebar__bottom-box {
        padding: 60px 20px 50px
    }

    .news-sidebar__delivering-services {
        padding: 60px 20px 54px
    }

    .news-sidebar__delivering-services-title {
        font-size: 26px;
        line-height: 36px
    }

    

    .news-details__meta li a {
        font-size: 13px
    }

    .news-details__title {
        font-size: 26px;
        line-height: 36px
    }

    .news-details__pagenation li+li {
        margin-left: 0;
        margin-top: 30px
    }

    .news-details__bottom {
        flex-direction: column
    }

    .news-details__social-list {
        margin-top: 25px
    }

    .news-details__pagenation li {
        padding-left: 25px
    }

    .comment-one__single {
        flex-direction: column
    }

    .comment-one__content {
        margin-left: 0;
        margin-top: 25px
    }

    .comment-one__btn {
        position: relative;
        top: 30px
    }

    .page-header__inner h2 {
        font-size: 35px;
        line-height: 45px
    }

    .project-details__right {
        position: relative;
        display: block;
        margin-top: 45px
    }

    .project-full-width__content {
        /*! margin-top: 500px; */
    }

    .project-full-width__details {
        bottom: -460px;
        left: 0;
        padding: 45px 30px 49px
    }

    .service-details__benefits-img {
        margin-bottom: 50px
    }

    .service-details__sidebar {
        margin-bottom: 50px
    }

    .service-details__need-help {
        padding: 43px 20px 55px
    }

    .service-details__icon {
        bottom: 0
    }

    .about-page__img-list li+li {
        margin-left: 0;
        margin-top: 30px
    }

    .about-page__images-box {
        display: none !important
    }

    .quem-somos__left{
        display: none !important
    }

    .about-page__right {
        margin: 50px
    }

    .about-page {
        padding: 120px 0 110px
    }

    .faqs-page__single {
        margin-bottom: 30px
    }

    .faqs-page__single-last {
        margin-bottom: 0
    }

    .error-page__title {
        font-size: 175px;
        line-height: 175px
    }

    .error-page__tagline {
        font-size: 20px;
        line-height: 30px
    }
}


@media only screen and (min-width: 1200px) and (max-width:1215px) {
    .counter-one__single {
        max-width:285px
    }

    .counter-one__single:nth-child(4) {
        padding-left: 133px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .main-slider-two h2 br {
        display:none
    }

    .main-slider-two h2 {
        font-size: 90px;
        line-height: 90px
    }

    .main-slider-two h2:before {
        right: 80px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider h2 .highlight:before {
        display:none
    }

    .main-slider h2 br {
        display: none
    }

    .main-slider h2 {
        font-size: 45px;
        line-height: 1.3em
    }

    #main-slider-pagination {
        display: none
    }

    .main-slider-two h2:before {
        display: none
    }

    .main-slider-two h2 br {
        display: none
    }

    .main-slider .container {
        padding-top: 85px;
        padding-bottom: 158px
    }

    .main-slider-two .container {
        padding-top: 192px;
        padding-bottom: 158px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1812px) {
    .main-menu-two-wrapper__main-menu {
        width:68%
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .main-menu .mobile-nav__toggler {
        margin-right:0;
        padding: 33px 0;
        display: inline-block
    }

    .main-menu-wrapper__logo {
        margin-right: 90px
    }

    .main-menu-two-wrapper__main-menu {
        width: 60%
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-base)
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .main-menu .mobile-nav__toggler {
        margin-right:0;
        padding: 33px 0;
        display: inline-block
    }

    .main-menu-wrapper__logo {
        margin-right: 50px
    }

    .main-header-two__top {
        display: none
    }

    .main-menu-two-wrapper__main-menu {
        width: 46%
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-base)
    }

    .page-header {
        background-position-x: right;
    }
}

@media(max-width: 767px) {
    .main-header__top,.main-header__top-inner {
        display:none
    }

    .main-menu-wrapper__right {
        display: none
    }

    .main-menu-wrapper__left {
        float: none
    }

    .main-menu-wrapper__logo {
        margin-right: 0
    }

    .main-menu-wrapper__main-menu {
        float: right
    }

    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 33px 0;
        display: inline-block
    }

    .main-header-two__top {
        display: none
    }

    .main-menu-two-wrapper__right {
        display: none
    }

    .main-menu-two-wrapper__main-menu {
        width: inherit;
        float: right
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-base)
    }
}

@media(max-width: 480px) {
    .tabs-content__inner-list li {
        flex-direction:column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .tabs-content__inner-list li .text {
        margin-left: 0;
        margin-top: 20px
    }

    .we-building__get-quote-btn {
        width: 100%
    }

    /* Contactos Lista */
    .loaction__list .text p {
        font-size: 10px;
    }
    .loaction__list li .text p a {
        font-size: 14px;
    }
    .loaction__list li .text__small {
        font-size: 10px;
    }
    .loaction__list li .text p {
    font-size: 14px;
    margin: 0
    }

    .footer-widget__about  {
        margin: 0 15px 0 15px;
    }
    .footer-widget__about-logo{
        margin-left:-5px
    }
    .footer-widget__about-lrc{
        margin-left:-2px
    }
    .footer-widget__contact {
        margin: 30px 15px 0 15px;
    }
    .footer-widget__newsletter {
        margin: 30px 15px 0 15px;
    }
    .site-footer__left-text {
        text-align: center
    }
    .site-footer__middle-text {
        text-align: center;
    }
    .site-footer__devby-tex {
        text-align: center;
    }
}

@media(max-width: 768px) {
    .welcome-one {
        padding-top:80px;
        padding-bottom: 80px
    }

    .services-one {
        padding-bottom: 155px
    }

    .tabs-box-one {
        padding-bottom: 70px
    }

    .brand-one__title {
        margin-bottom: 40px
    }

    .brand-one {
        padding-bottom: 65px
    }

    .we-building {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .we-building__video-box {
        margin-bottom: 60px
    }

    .project-one {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .have-questions__list {
        margin-bottom: 30px
    }

    .have-questions {
        padding-bottom: 80px
    }

    .news-one {
        padding-top: 80px;
        padding-bottom: 60px
    }

    .news-one__single {
        position: relative;
        display: block;
        margin-bottom: 30px;
        /* height: 455px */
    }

    .cta-one {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .welcome-two {
        padding-top: 80px
    }

    .welcome-two .welcome-two__separator {
        margin-top: 80px
    }

    .services-two {
        padding-top: 80px
    }

    .services-one {
        padding-bottom: 80px
    }

    .project-two {
        padding-top: 80px
    }

    .we-build__right {
        padding-bottom: 70px
    }

    .call__content {
        padding-top: 40px
    }

    .about-page {
        padding-top: 80px;
        padding-bottom: 70px
    }

    .we-building-two__service {
        margin-bottom: 80px
    }

    .contact-page {
        padding-bottom: 80px
    }

    .error-page {
        padding-top: 54px;
        padding-bottom: 70px
    }

    .page-header {
        padding-top: 80px;
        padding-bottom: 80px;
        /* background-position-x: right; */
    }

    .services-page {
        padding-top: 80px;
        padding-bottom: 50px
    }

    .project-full-width,.news-sidebar,.service-details {
        padding-top: 80px;
        padding-bottom: 80px
    }



    .contact-page {
        padding-bottom: 80px
    }

    .location,.project-two {
        padding-top: 80px;
        padding-bottom: 50px
    }

    .project-full-width__details {
        bottom: -440px
    }

    .project-full-width__content {
        /*! margin-top: 470px */
    }

    .project-full-width .project-details__pagination-box {
        margin-top: 73px
    }

    .similar-work {
        padding-bottom: 50px
    }
}

@media(max-width: 575px) {
    .welcome-two__check-wrap {
        flex-wrap:wrap
    }

    .welcome-two__check {
        flex: 0 0 100%
    }

    .news-sidebar__meta {
        flex-wrap: wrap;
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .news-sidebar__meta li {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .news-sidebar__meta li+li {
        margin-left: 0
    }
}

.contactos-right {
    position: relative;
    display: block;
    padding: 60px 0
}

.contactos-right__images-box {
    position: relative;
    display: block
}

.contactos-right__img-list {
    position: relative;
    display: block;
    overflow: hidden
}

.contactos-right__img-list li {
    position: relative;
    display: inline-block;
    float: left
}

.contactos-right__img-list li+li {
    margin-left: 30px
}

.contactos-right__img {
    position: relative;
    display: inline-block
}

.contactos-right__right {
    position: relative;
    display: block;
    margin-left: 15px
}

.contactos-right__right .section-title {
    margin-bottom: 37px;
    margin-left: -60px;
}

.contactos-right__right-text {
    font-size: 18px;
    color: var(--kontin-primary);
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 40px;
}

.contactos-right .h3 {
    font-size: 18px;
    color: var(--kontin-primary);
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 40px;
}

.contactos-right__points {
    position: relative;
    display: block
}

.contactos-right__points li {
    position: relative;
    display: block;
    padding-left: 86px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px
}

.contactos-right__points li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.contactos-right__points li .icon {
    height: 57px;
    width: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--kontin-primary);
    position: absolute;
    top: 8px;
    left: 0;
    transition: all .5s ease
}

.contactos-right__points li .text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.contactos-right__points li .text p {
    margin: 0;
    line-height: 30px;
    padding-top: 12px
}

.contactos-right-tem-duvidas {
    padding-top: 60px
}

.contactos-right-brand {
    background-color: #f3f3f3;
    border-top: 0
}

.tem-duvidas {
    position: relative;
    display: block;
    padding: 0 0 120px
}

.tem-duvidas__left {
    position: relative;
    display: block;
    margin-right: 70px
}

.tem-duvidas__left .section-title {
    margin-bottom: 38px
}

.tem-duvidas__list li {
    position: relative;
    display: flex;
    align-items: center
}

.tem-duvidas__list li+li {
    margin-top: 13px
}

.tem-duvidas__list li .icon {
    display: flex;
    align-items: center
}

.tem-duvidas__list li .icon span {
    color: var(--kontin-primary);
    font-size: 16px
}

.tem-duvidas__list li .text {
    margin-left: 10px
}

.tem-duvidas__list li .text p {
    font-size: 18px;
    color: var(--kontin-black);
    font-weight: 500;
    margin: 0
}

.tem-duvidas__img {
    position: relative;
    display: block;
    margin-top: 51px
}

.tem-duvidas__img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 10
}

.tem-duvidas__img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.tem-duvidas__img img {
    width: 100%
}

.tem-duvidas__right {
    position: relative;
    display: block;
    margin-left: -30px
}

.product-one {
    position: relative;
    display: block;
    padding: 80px 0 120px
}

.product-one__carousel {
    position: relative;
    display: block
}

.product-one__single {
    position: relative;
    display: block
}

.product-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.product-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--kontin-black-rgb),.4);
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1
}

.product-one__single:hover .product-one__img:before {
    transform: scaleX(1)
}

.product-one__img img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.product-one__single:hover .product-one__img img {
    transform: scale(1.05)
}

.product-one__content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--kontin-base);
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    transform-origin: bottom center;
    z-index: 2;
    width: 100%
}

.product-one__single:hover .product-one__content {
    transform: scaleY(1)
}

.product-one__tagline {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--kontin-primary);
    line-height: 20px;
    margin-bottom: 0
}

.product-one__tagline a {
    color: var(--kontin-primary)
}

.product-one__tagline span {
    padding-right: 5px;
    padding-left: 5px
}

.product-one__tilte {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    width: 100%
}

.product-one__tilte>a {
    color: var(--kontin-black);
    transition: all .5s ease
}

.product-one__tilte>a:hover {
    color: var(--kontin-primary)
}

.product-one__arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-one__arrow>a {
    position: relative;
    height: 35px;
    width: 35px;
    background-color: var(--kontin-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--kontin-base);
    transition: all .5s ease
}

.product-one__arrow>a:hover {
    background-color: var(--kontin-black)
}

.product-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0
}

.product-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -62px;
    right: 0;
    left: 0;
    margin: 0 !important
}

.product-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--kontin-black);
    opacity: .4;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    transition: all .1s linear;
    transition-delay: .1s
}

.product-one__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
    height: 13px;
    width: 13px
}

.product-one__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.product-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.quem-somos {
    position: relative;
    display: block;
    padding: 60px 0 60px
}



.quem-somos__left {
    position: relative;
    display: block;
    /* margin-right: 70px */
}

.quem-somos__images-box {
    position: relative;
    display: block
}

.quem-somos__img-list {
    position: relative;
    display: block;
    overflow: hidden
}

.quem-somos__img-list li {
    position: relative;
    display: inline-block;
    float: left
}

.quem-somos__img-list li+li {
    margin-left: 30px
}

.quem-somos__img {
    display: block;
    /* margin-left: -15px; */
    width: fit-content;
    overflow: hidden
}

@media(max-width: 1199px) {
    .quem-somos__img {
        display: none !important
    }

    .news-one__single {
        position: relative;
        display: block;
        margin-bottom: 30px;
        /* height: 455px */
    }
    
}

@media(min-width: 1200px) {
    .news-one__single {
        height: 455px
    }
    
}

.quem-somos__right {
    position: relative;
    display: block;
    margin-left: 68px
}

.quem-somos__right .section-title {
    margin-bottom: 37px
}

.quem-somos__right-text {
    font-size: 18px;
    color: var(--kontin-primary);
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 24px
}

.quem-somos__points {
    position: relative;
    display: block
}

.quem-somos__points li {
    position: relative;
    display: block;
    padding-left: 86px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px
}

.quem-somos__points li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.quem-somos__points li .icon {
    height: 57px;
    width: 57px;
    background-color: rgba(var(--kontin-primary-rgb),.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--kontin-primary);
    position: absolute;
    top: 8px;
    left: 0;
    transition: all .5s ease
}

.quem-somos__points li:hover .icon {
    background-color: rgba(var(--kontin-primary-rgb),1);
    color: var(--kontin-base)
}

.quem-somos__points li .text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.quem-somos__points li .text p {
    margin: 0;
    line-height: 30px;
    padding-top: 12px
}

.quem-somos-tem-duvidas {
    padding-top: 60px
}

.quem-somos-brand {
    background-color: #f3f3f3;
    border-top: 0
}

.search-menu {
    position: relative;
    display: block
}

.search-menu__inner {
    position: relative;
    display: block;
    text-align: center
}

.search-menu__title {
    font-size: 350px;
    font-weight: 400;
    line-height: 350px;
    color: var(--kontin-primary)
}

.search-menu__tagline {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 7px;
    margin-top: -10px
}

.search-menu__text {
    font-size: 20px;
    font-weight: 400;
    margin: 0
}

.search-menu__form {
    position: relative;
    display: block;
    max-width: 685px;
    width: 100%
}

.search-menu__form-input {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto
}

.search-menu__form input[type=search] {
    height: 30px;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: #f3f3f3;
    font-size: 12px;
    color: var(--kontin-primary);
    font-weight: 400;
    padding-left: 4px;
    padding-right: 25px;
    border-radius: 0
}

.search-menu__form ::placeholder {
    color: var(--kontin-gray)
}

.search-menu__form button[type=submit] {
    background-color: transparent;
    color: var(--kontin-black);
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    padding: 0;
    text-align: right
}

.search-menu__btn:hover {
    background-color: transparent;
    color: var(--kontin-primary)
}

.projectos {
    position: relative;
    display: block;
    padding: 80px 0 120px;
    background-color: #f3f3f3
}

.projectos__carousel {
    position: relative;
    display: block
}

.projectos__single {
    position: relative;
    display: block
}

.projectos__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}

.projectos__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb),.4);
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1
}

.projectos__single:hover .projectos__img:before {
    transform: scaleX(1)
}

.projectos__img img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.projectos__single:hover .projectos__img img {
    transform: scale(1.05)
}

.projectos__content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--thm-base);
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    transform-origin: bottom center;
    z-index: 2;
    width: 100%
}

.projectos__single:hover .projectos__content {
    transform: scaleY(1)
}

.projectos__tagline {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--thm-primary);
    line-height: 20px
}

.projectos__tagline span {
    padding-right: 5px;
    padding-left: 5px
}

.produtos__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    width: 100%
}

.projectos__tilte>a {
    color: var(--thm-black);
    transition: all .5s ease
}

.projectos__tilte>a:hover {
    color: var(--thm-primary)
}

.projectos__arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.projectos__arrow>a {
    position: relative;
    height: 35px;
    width: 35px;
    background-color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--thm-base);
    transition: all .5s ease
}

.projectos__arrow>a:hover {
    background-color: var(--thm-black)
}

.projectos__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0
}

.projectos__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -62px;
    right: 0;
    left: 0;
    margin: 0 !important
}

.projectos__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--thm-black);
    opacity: .4;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    transition: all .1s linear;
    transition-delay: .1s
}

.projectos__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
    height: 13px;
    width: 13px
}

.projectos__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.projectos__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.produto-cat {
    position: relative;
    display: block;
    padding: 100px 0 90px
}

.produto-cat__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-radius: 5%
}

.produto-cat__single:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--kontin-primary,#a5206a);
    transform: scale(0,1);
    transform-origin: right center;
    transition: transform .5s ease
}

.produto-cat__single:hover:after {
    transform: scale(1,1);
    transform-origin: left center
}

.produto-cat__img-box {
    position: relative;
    display: block
}

.produto-cat__img {
    position: relative;
    display: block;
    overflow: hidden
}

.produto-cat__img img {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease
}

.produto-cat__single:hover .produto-cat__img img {
    transform: scale(1.05)
}

.produto-cat__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--kontin-black-rgb),.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--kontin-base);
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    z-index: 1
}

.produto-cat__img>a>span {
    position: relative
}

.produto-cat__img>a>span:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--kontin-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s ease
}

.produto-cat__img>a>span:after {
    content: "";
    transition: all .5s ease;
    width: 2px;
    height: 20px;
    background-color: var(--kontin-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.produto-cat__img>a:hover>span:before,.produto-cat__img>a:hover>span:after {
    background-color: var(--kontin-primary)
}

.produto-cat__single:hover .produto-cat__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1
}

.produto-cat__date {
    height: 70px;
    width: 70px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 2;
    transition: all .5s ease
}

.produto-cat__date p {
    font-size: 14px;
    color: var(--kontin-black);
    font-weight: 700;
    margin: 0;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease
}

.produto-cat__content {
    position: relative;
    display: block;
    border: 1px solid var(--kontin-clr-extra);
    background-color: var(--kontin-base);
    padding: 20px;
    border-top: 0;
    transition: all .5s ease
}

.produto-cat__single:hover .produto-cat__content {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07)
}

.produto-cat__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0
}

.produto-cat__meta li+li {
    margin-left: 15px
}

.produto-cat__meta li a {
    font-size: 14px;
    color: var(--kontin-gray)
}

.produto-cat__meta li [class*=fa-],.produto-cat__meta li a i {
    color: var(--kontin-primary)
}

.produto-cat__title {
    font-size: 20px;
    color: var(--kontin-black);
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 0
}

.produto-cat__title a {
    color: var(--kontin-black);
    transition: all .5s ease
}

.produto-cat__title a:hover {
    color: var(--kontin-primary)
}

.produto-cat__text {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px
}

.produto-cat__btn-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
    align-self: baseline
}

.produto-cat__btn-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--kontin-black);
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
    transition: all .5s ease;
    letter-spacing: .1em
}

.produto-cat__btn-box a:hover {
    color: var(--kontin-primary,#a5206a)
}

.produto-cat__btn-box a:hover:before {
    background-color: var(--kontin-black,#171717)
}

.produto-cat__btn-box a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--kontin-black);
    left: 0;
    transition: all .5s ease
}

.produto-cat__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 30px
}



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

.cat-grelha__btn-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
    align-self: baseline;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    padding: 2.5px 0;
    transition: all .5s ease
}

.cat-grelha__btn-box:hover {
    background-color: var(--kontin-black,#171717)
}

.cat-grelha__btn-box:hover a {
    color: var(--kontin-base,#fff)
}

.cat-grelha__btn-box:hover a:before {
    background-color: var(--kontin-base,#fff) !important
}

.cat-grelha__btn-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: var(--kontin-black);
    text-transform: uppercase;
    font-weight: 500;
    transition: all .5s ease;
    letter-spacing: .1em
}

.cat-grelha__btn-box a:hover {
    color: var(--kontin-base,#fff)
}

.cat-grelha__btn-box a:hover:before {
    background-color: var(--kontin-primary,#a5206a)
}

.project-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--kontin-black);
    opacity: .4;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    transition: all .1s linear;
    transition-delay: .1s
}

.project-one__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
    height: 13px;
    width: 13px
}

.project-one__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.project-one__carousel .owl-nav {
    margin-bottom: 0
}

.owl-nav .owl-next,.owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.owl-nav .owl-next {
    right: 0;
    display: flex;
    margin-right: 2%;
    font-size: 25px !important
}

.owl-nav .owl-prev {
    left: 0;
    display: flex;
    margin-left: 2%;
    font-size: 25px !important
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
    padding: 0 !important;
    font: inherit;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.5);
    color: #c4c7bc;
    color: var(--kontin-primary);
    font-size: 15px;
    transition: all .2s linear;
    transition-delay: .1s
}

.owl-carousel .owl-nav button.owl-next span,.owl-carousel .owl-nav button.owl-prev span {
    font-weight: 600
}

.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff;
    background: var(--kontin-primary)
}

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

.gallery-section .blog-post-pagination {
    margin-bottom: 30px
}

.gallery-section .upper-row {
    position: relative
}

.gallery-section .upper-row .sec-title {
    position: relative;
    float: left
}

.gallery-section .upper-row .filters {
    position: relative;
    float: right;
    padding-top: 10px
}

.gallery-section .more-box {
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 10px
}

.mixitup-gallery .filters {
    position: relative;
    margin-bottom: 40px
}

.mixitup-gallery .filters .filter-tabs {
    position: relative;
    display: block
}

.mixitup-gallery .filters li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    color: var(--thm-text);
    font-weight: 300;
    margin: 0 0 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: 0 0;
    transition: all .3s ease
}

.mixitup-gallery .filters li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s ease
}

.mixitup-gallery .filters.centered li {
    margin: 0 15px 10px
}

.mixitup-gallery .filters li sup {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.mixitup-gallery .filters .filter.active {
    color: var(--thm-black);
    font-weight: 400;
    padding-right: 20px
}

.mixitup-gallery .filters .filter.active sup {
    opacity: 1;
    visibility: visible
}

.mixitup-gallery .filters li.active:before {
    transform: scaleX(1)
}

.mixitup-gallery .gallery-item-two {
    display: none
}

.mix {
    display: none
}

.gallery-item {
    position: relative;
    margin-bottom: 30px
}

.gallery-item .inner-box {
    position: relative;
    border-radius: 7px;
    overflow: hidden
}

.gallery-item .inner-box .image {
    position: relative;
    border-radius: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.gallery-item .inner-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all .3s ease;
    border-radius: 7px
}

.gallery-item .inner-box:hover .image img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%)
}

.gallery-item .cap-box {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(200px);
    transition: all .5s ease
}

.gallery-item .inner-box:hover .cap-box {
    opacity: 1;
    transform: translateY(0px)
}

.gallery-item .cap-box .cap-inner {
    position: relative;
    display: block;
    padding: 25px 35px;
    background: var(--thm-black);
    border-radius: 7px;
    text-align: left
}

.gallery-item a.overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.gallery-item .cap-box .cat {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400
}

.gallery-item .cap-box .cat span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 48px;
    letter-spacing: .1em
}

.gallery-item .cap-box .cat span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 38px;
    border-bottom: 2px solid var(--thm-base)
}

.gallery-item .cap-box .title {
    position: relative;
    display: block
}

.gallery-item .cap-box h5 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0
}

.gallery-item .cap-box h5 a {
    color: #fff
}

.gallery-item .cap-box h5 a:hover {
    text-decoration: underline
}

.gallery-block-three {
    background-color: #eff1f4;
    padding-top: 120px;
    padding-bottom: 90px
}

.gallery-item-three {
    margin-bottom: 30px
}

.gallery-item-three>img {
    width: 100%
}

.gallery-item-three {
    position: relative;
    overflow: hidden
}

.gallery-item-three__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 30px;
    transform: rotateX(90deg);
    perspective: 370px;
    transition: transform .5s ease
}

.gallery-item-three:hover .gallery-item-three__content {
    transform: rotateX(0)
}

.gallery-item-three__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-base);
    opacity: .9
}

.gallery-item-three__content p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    position: relative
}

.gallery-item-three__content h3 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    font-weight: 800;
    position: relative
}

.gallery-item-three__content h3 a {
    color: inherit
}

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

.gallery-section-two.alternate {
    position: relative;
    background: #fff url(/wp-content/themes/images/background/pattern-2.png) right top repeat;
    padding-bottom: 90px
}

.gallery-section-two .sec-title {
    margin-bottom: 40px
}

.project-tab {
    position: relative
}

.project-tab .tabs-header {
    position: relative;
    text-align: center
}

.project-tab .product-tab-btns {
    position: relative;
    margin-bottom: 50px
}

.project-tab .product-tab-btns .p-tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    color: var(--thm-text);
    font-weight: 300;
    margin: 0 20px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: 0 0;
    transition: all .3s ease
}

.project-tab .product-tab-btns .p-tab-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transform-origin: left;
    transition: all .3s ease
}

.project-tab .product-tab-btns .p-tab-btn sup {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.project-tab .product-tab-btns .p-tab-btn.active-btn sup {
    opacity: 1;
    visibility: visible
}

.project-tab .product-tab-btns .p-tab-btn.active-btn:before {
    transform: scaleX(1)
}

.project-tab .product-tab-btns .p-tab-btn.active-btn {
    color: var(--thm-black);
    font-weight: 400;
    padding-right: 20px
}

.project-tab .p-tabs-content {
    position: relative;
    display: block;
    margin: 0 -15px
}

.project-tab .p-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5
}

.p-tab .gallery-item {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0)
}

.p-tab.active-tab .gallery-item {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.project-tab .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    display: none
}

.project-tab .owl-theme .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px
}

.project-tab .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px
}

.project-tab .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%
}

.project-tab .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border-color: var(--thm-base)
}

.gallery-section-two.alternate .owl-theme .owl-dots {
    display: none
}



/* CAIXA DO ALERTA NOS PRODUTOS */
.alert-secondary {
    margin-bottom: 40px
}

/* **************************** */

/* WOOCOMMERCE THUMBNAILS  */

.woocommerce-product-gallery {
    display: grid;
    gap: 10px }
    @media only screen and (max-width: 35.999em) {
      .woocommerce-product-gallery {
        gap: 6px; 
        } 
    }
    .woocommerce-product-gallery .flex-control-thumbs {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 17%;
      gap: 1rem;
      overflow-x: auto !important;
      overscroll-behavior-inline: contain; 
     }
     @media screen and (max-width: 47.999em) {
        .woocommerce-product-gallery .flex-control-thumbs {
          grid-auto-columns: 12.5%;
          gap: 6px; 
         } 
     }
     .woocommerce-product-gallery .flex-control-thumbs li {
        float: none !important;
        width: 100% !important;
        display: grid; 
     }
     .woocommerce-product-gallery .flex-control-thumbs li img {
          inline-size: 100%;
          aspect-ratio: 1 / 1;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 5px; 
      }
  
      .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            border: 2px solid #a5206a; 
      }
  
      @media screen and (max-width: 47.999em) {
          .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
                border: 2px solid #f2f2f2; } 
          }
  
    .woocommerce-product-gallery .flex-control-nav {
      -ms-scroll-snap-type: inline mandatory;
          scroll-snap-type: inline mandatory;
      scroll-padding-inline: 10px; 
     }
  
     .woocommerce-product-gallery .flex-control-nav > * {
        scroll-snap-align: start; 
     }
  

  /* END WOOCOMMERCE THUMBNAILS */
  .sidebar__single.shop-one__sidebar__item {
    background-color: #fff;
    top: -4px;
}

    .navbarprod {
        overflow: hidden;
        background-color: var(--kontin-gray,#767676);
        /* background-color: #41464b; */
        background-color: #e2e3e5;
        border-radius: .25rem;
        /* position: absolute; */
        /* top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); */
        margin-top: -24px;
        /* min-width: 75%; */
    }
    
    @media (max-width: 781px) {
        .navbarprod {
            min-width: 100%;
            padding-bottom: -15px;
        }

    }


  .navbarprod a {
    float: left;
    font-size: 13px;
    /* color: white; */
    color: #41464b;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
    font-weight: bold;
  }
  
  .dropdownprod {
    float: left;
    overflow: hidden;
  }
  
  .dropdownprod .dropbtnprod {
    font-size: 12px;
    border: none;
    outline: none;
    color: #d6d7da;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    z-index: 1;
    padding: 0;
    vertical-align: middle;
}
  
  .navbarprod a:hover, .dropdownprod:hover .dropbtnprod {
    /* background-color: red; */
    /* color: #1c1e20; */
    color:var(--kontin-primary, #a5206a);
    font-weight: bold;
    border-radius: .25rem;
  }
  
  .dropdownprod-content {
    display: none;
    position: absolute;
    background-color:#b9b8b8;
    border-radius: .25rem;
    min-width: 160px;
    /* padding: 14px 16px; */
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
  }
  
  .dropdownprod-content a {
    float: none;
    color: black;
    padding: 0px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    
  }
  
  .dropdownprod-content a:hover {
    background-color: #ddd;
  }
  
  .dropdownprod:hover .dropdownprod-content {
    display: block;
  }

.widget-area {
    margin-top: 0px;
}

.alert a:hover {
    color:var(--kontin-primary, #a5206a);
}

.wc-block-product-search .wc-block-product-search__field{
    width: 10px;
    padding:6px 8px;
    line-height:2;
    font-size: 13px;
    flex-grow:1
}
/* PROJECT TWO CARROUCEL */


.project-two__carousel {
    position: relative;
    display: block
}

.project-two__carousel.owl-carousel .owl-stage {
	/* display: flex; */
    display: block;
  }

.project-two__carousel.owl-carousel .owl-item {
	border-radius: 10px;
}

.project-two__carousel.owl-carousel .owl-item img {
    width: 100%;
    height: 540px !important;
    object-fit: cover;
    object-position: center;
	/* border-radius: 10px; */
	/* margin:0 auto 30px; */
}

.project-two__carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 0
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--kontin-black);
    opacity: .4;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    transition: all .1s linear;
    transition-delay: .1s
}

.project-two__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
    height: 13px;
    width: 13px
}

.project-two__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.project-two__carousel .owl-nav {
    margin-bottom: 0
}


/* PROJECT TWO CARROUCEL END */

/* PROJECT ONE CARROUCEL */
.project-one__carousel.owl-carousel .owl-item img {
    width: 100%;
    height: 290px !important;
    object-fit: cover;
    object-position: center;
	/* border-radius: 10px; */
	/* margin:0 auto 30px; */
}
/* PROJECT ONE CARROUCEL END */

/* FORCE JUSTIFICATION OF TEXT IN POST */
.type-post
p {text-align: justify;
}

/* HIDE FEATURE IMAGE FROM POST */
.news-sidebar__left .blog-one__single-img, .post-thumbnail.news-details__img {
  margin-bottom: 30px;
  display: none;
}


/* NOVA LISTA DE CATEGORIAS PRODUTOS */
.lista-produtos {
    position: relative;
    display: block;
    padding: 10px 0 60px
}


.lista-produtos__right {
    position: relative;
    display: block;
    margin-left: 10px
}

.lista-produtos__right .section-title {
    margin-bottom: 45px
}

.lista-produtos__right-text {
    font-size: 18px;
    color: var(--kontin-primary);
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 24px
}

.lista-produtos__points {
    position: relative;
    display: block
}

.lista-produtos__points li {
    position: relative;
    display: block;
    padding-left: 45px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px
}

.lista-produtos__points li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.lista-produtos__points li .icon {
    height: 30px;
    width: 30px;
    background-color: rgba(var(--kontin-primary-rgb),.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--kontin-primary);
    position: absolute;
    /* top: 8px; */
    left: 0;
    transition: all .5s ease
}

.lista-produtos__points li:hover .icon {
    background-color: rgba(var(--kontin-primary-rgb),1);
    color: var(--kontin-base)
}

.lista-produtos__points li .text h3 {
    text-transform: uppercase;
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px
}

.lista-produtos__points li .text p {
    margin: 0;
    line-height: 30px;
    padding-top: 12px
}
/* FIM LISTA DE CATEGORIAS PRODUTOS */

/* SMALL BUTTON Style Two */
.ver-mais__btn {
    margin-top: 50px;
    border: 0;
    outline: 0
}


.btn-style-small {

    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    background: var(--kontin-primary);
    color: var(--kontin-base);
    border-radius: 5px;
    /* margin: 0; */
    padding: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.btn-style-small .btn-title {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 0;
    padding: 10px 20px 10px 20px;
    z-index: 1
}

.btn-style-small:hover {
    background: var(--kontin-primary);
    color: #fff
}

.btn-style-small .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgba(var(--kontin-black-rgb),.1);
    z-index: 0;
    transform: skewX(-22deg);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.btn-style-small:hover .btn-curve {
    background: rgba(var(--kontin-black-rgb),1);
    right: 0;
    width: 100%;
    transform: skewX(0deg)
}

/* SMALL BUTTON Syle Two END */


.contactos-full-width__title {
    /* font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 35px; */

    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 35px;
    max-width: 80%;
    text-align: center;
    color: var(--kontin-primary, #a5206a);
    /* text-transform: uppercase; */
    /*! color:var(--kontin-primary,#a5206a); */
    
}

.contactos-full-width__subtitle {
    /* font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 35px; */
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    /*! color:var(--kontin-primary,#a5206a); */
    
}

.project-two__thumbs {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.project-two__thumbs .owl-item {
    width: 120px;
    height: 80px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-two__thumbs .owl-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.project-two__thumbs .owl-item.current {
    border: 2px solid #000;
}

