@import url('css2.css');@import url('css21.css');@import url('css22.css');@import "responsive.css";@import "bootstrap.css";@import "animate.css";@import "icomoon.css";@import "font-awesome.css";@import "shortcodes.css";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #fff;
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,main,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th,td {
    font-weight: normal;
    text-align: left
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

blockquote,q {
    quotes: none
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height: auto
}

select {
    max-width: 100%
}

body,button,input,select,textarea {
    font-family: 'Roboto',sans-serif;
    color: #101010;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px
}

strong,b,cite {
    font-weight: bold
}

dfn,cite,em,i,blockquote {
    font-style: italic
}

blockquote {
    position: relative;
    background-color: var(--primary-color4);
    margin: 0;
    padding: 50px 0 50px 40px;
    border-left: 8px solid var(--primary-color);
    border-radius: 6px
}

blockquote>p:last-child {
    margin-bottom: 0
}

blockquote cite {
    position: absolute;
    right: 0;
    bottom: 0
}

blockquote em,blockquote i {
    font-style: normal
}

abbr,acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help
}

mark,ins {
    text-decoration: none
}

sup,sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -6px
}

sub {
    bottom: -3px
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

address {
    font-style: italic;
    margin: 0 0 20px
}

code,kbd,tt,var,samp,pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,*:before,*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
    height: 1px;
    background-image: linear-gradient(90deg,#ccc,#ccc 75%,transparent 75%,transparent 100%);
    background-size: 7px 1px;
    border: 0
}

ul,ol {
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,li>ol {
    margin-bottom: 0
}

li {
    list-style: none
}

ul li,ol li {
    padding: .1em 0
}

dl,dd {
    margin: 0 0 20px
}

dt {
    font-weight: bold
}

del,.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: .5
}

table,th,td {
    border: 1px solid #e0e0e0
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%
}

caption,th,td {
    font-weight: normal;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold
}

td {
    border-width: 0 1px 1px 0
}

th,td {
    padding: 8px 12px
}

embed,object,video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle
}

p>embed,p>iframe,p>object,p>video {
    margin-bottom: 0
}

button,input {
    line-height: normal
}

button,input,select,textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline
}

input,textarea {
    font-size: 14px;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0))
}

textarea {
    overflow: auto;
    vertical-align: top
}

input[type="checkbox"] {
    display: inline
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

input[type="checkbox"],input[type="radio"] {
    padding: 0;
    width: 18px;
    height: 18px;
    margin-right: 11px;
    cursor: pointer;
    vertical-align: sub
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset
}

input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {
    display: none
}

select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"] {
    color: #777;
    border: 1px solid #e7e7e7;
    padding: 18px 26px;
    letter-spacing: 0;
    line-height: inherit;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 28px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s
}

.wpcf7-form select,.wpcf7-form textarea,.wpcf7-form input {
    margin-bottom: 0
}

textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus {
    border-color: var(--primary-color);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

textarea::placeholder,input[type="text"]::placeholder,input[type="password"]::placeholder,input[type="datetime"]::placeholder,input[type="datetime-local"]::placeholder,input[type="date"]::placeholder,input[type="month"]::placeholder,input[type="time"]::placeholder,input[type="week"]::placeholder,input[type="number"]::placeholder,input[type="email"]::placeholder,input[type="url"]::placeholder,input[type="search"]::placeholder,input[type="tel"]::placeholder,input[type="color"]::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #878787
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    font-weight: 700;
    font-size: 15px;
    background-color: var(--primary-color);
    color: #ffff;
    border-radius: 4px;
    padding: 18px 23px;
    display: inline-block;
    font-family: 'DM Sans',sans-serif;
    -webkit-appearance: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s
}

button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

.error {
    font-size: 16px;
    color: red;
    margin-bottom: 10px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s
}

:-ms-input-placeholder {
    color: #999
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: 1.5;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 2.428em
}

h2 {
    font-size: 2em
}

h3 {
    font-size: 1.714em
}

h4 {
    font-size: 1.428em
}

h5 {
    font-size: 1.2em
}

h6 {
    font-size: 1.142em
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}

.back-ground-style {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

.no-margin {
    margin: 0!important
}

.no-border {
    border: 0!important
}

.no-letter-spacing {
    letter-spacing: 0!important
}

.border-radius-4,.border-radius-4 img {
    border-radius: 4px
}

.border-radius-8,.border-radius-8 img {
    border-radius: 8px
}

.border-radius-10,.border-radius-10 img {
    border-radius: 10px
}

.max-width-770 {
    max-width: 770px!important
}

.max-width-680 {
    max-width: 680px!important
}

.font-heading {
    font-family: 'Montserrat',sans-serif
}

.font-size-40 {
    font-size: 40px!important
}

.font-size-35 {
    font-size: 35px!important
}

.font-size-30 {
    font-size: 30px!important
}

.font-size-28 {
    font-size: 28px!important
}

.font-size-16 {
    font-size: 16px!important
}

.font-size-14 {
    font-size: 14px!important
}

.font-weight-700 {
    font-weight: 700!important
}

.font-weight-600 {
    font-weight: 600!important
}

.font-weight-500 {
    font-weight: 500!important
}

.font-weight-400 {
    font-weight: 400!important
}

.line-height-62 {
    line-height: 62px!important
}

.line-height-50 {
    line-height: 50px!important
}

.line-height-39 {
    line-height: 39px!important
}

.line-height-35 {
    line-height: 35px!important
}

.line-height-32 {
    line-height: 32px!important
}

.line-height-29 {
    line-height: 29px!important
}

.line-height-28 {
    line-height: 28px!important
}

.line-height-27 {
    line-height: 27px!important
}

.line-height-26 {
    line-height: 26px!important
}

.line-height-25 {
    line-height: 25px!important
}

.line-height-24 {
    line-height: 24px!important
}

.line-height-normal {
    line-height: normal!important
}

.letter-spacing-1-4 {
    letter-spacing: 1.4px!important
}

.letter-spacing-1-1 {
    letter-spacing: 1.1px!important
}

.letter-spacing-1-8 {
    letter-spacing: 1.8px!important
}

.letter-spacing-03 {
    letter-spacing: .3px!important
}

.letter-spacing-01 {
    letter-spacing: .1px!important
}

.letter-spacing-005 {
    letter-spacing: -0.05px!important
}

.font-size-icon {
    font-size: 37px
}

.text-under {
    text-decoration-line: underline
}

.text-accent {
    color: var(--primary-color)!important
}

.text-white {
    color: #fff!important
}

.text-pri {
    color: var(--primary-color)
}

.text-808 {
    color: #808080!important
}

.text-center {
    text-align: center
}

.list-center {
    justify-content: center
}

.text-777 {
    color: #777!important
}

.text-666 {
    color: #666!important
}

.bg-light-grey {
    background-color: #f3f4f6!important
}

.bg-white-column {
    background-color: #fff!important
}

.bg-light-snow {
    background-color: #fafafb
}

.bg-f7f {
    background-color: #f7f7f7!important
}

.bg-ffc {
    background-color: #ffc30c!important
}

.bg-row-1 {
    background: url('assets/img/page/bg-quote.jpg') center center no-repeat;
    background-size: cover
}

.bg-row-2 {
    background: url('assets/img/page/bg-iconbox.jpg') center center no-repeat;
    background-size: cover
}

.padding-top-45 {
    padding-top: 45px
}

.padding-top-17 {
    padding-top: 17px
}

.padding-top-16 {
    padding-top: 16px
}

.padding-left-13 {
    padding-left: 13px
}

.padding-left-7 {
    padding-left: 7px
}

.padding-right-100 {
    padding-right: 100px
}

.margin-top-55 {
    margin-top: 55px
}

.margin-top-53 {
    margin-top: 53px
}

.margin-top-51 {
    margin-top: 51px
}

.margin-top-48 {
    margin-top: 48px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-37 {
    margin-top: 37px
}

.margin-top-33 {
    margin-top: 33px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-28 {
    margin-top: 28px
}

.margin-top-27 {
    margin-top: 27px
}

.margin-top-22 {
    margin-top: 22px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-18 {
    margin-top: 18px
}

.margin-top-17 {
    margin-top: 17px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-14 {
    margin-top: 14px
}

.margin-top-13 {
    margin-top: 13px
}

.margin-top-11 {
    margin-top: 11px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-7 {
    margin-top: 7px
}

.margin-top-5 {
    margin-top: 5spx
}

.margin-top-3 {
    margin-top: 3px
}

.margin-bottom-58 {
    margin-bottom: 58px
}

.margin-bottom-52 {
    margin-bottom: 52px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-bottom-47 {
    margin-bottom: 47px
}

.margin-bottom-45 {
    margin-bottom: 45px
}

.margin-bottom-43 {
    margin-bottom: 43px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-35 {
    margin-bottom: 35px
}

.margin-bottom-31 {
    margin-bottom: 31px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.margin-bottom-27 {
    margin-bottom: 27px
}

.margin-bottom-38 {
    margin-bottom: 38px
}

.margin-bottom-18 {
    margin-bottom: 18px
}

.margin-bottom-17 {
    margin-bottom: 17px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-14 {
    margin-bottom: 14px
}

.margin-bottom-12 {
    margin-bottom: 12px
}

.margin-right-18 {
    margin-right: 18px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-8 {
    margin-bottom: 8px
}

.margin-bottom-5 {
    margin-bottom: 5px!important
}

.margin-right-100 {
    margin-right: 100px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-right-12 {
    margin-right: 12px
}

.margin-right-8 {
    margin-right: 8px
}

.margin-right-6 {
    margin-right: 6px
}

.margin-right-15 {
    margin-right: 15px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-left-15 {
    margin-left: 15px
}

.position-relative {
    position: relative
}

.right-38 {
    right: 38px!important
}

.maxwidth-99 {
    max-width: 99%!important
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.display-flex {
    display: flex;
    display: -webkit-flex
}

.align-items-center {
    align-items: center!important
}

.box-8 {
    float: left;
    margin-right: 15px;
    width: calc(66.666667% - 15px)
}

.box-6 {
    float: left;
    margin-right: 15px;
    width: calc(50% - 15px)
}

.box-4 {
    float: left;
    margin-left: 15px;
    width: calc(33.333333% - 15px)
}

a {
    text-decoration: none;
    color: var(--primary-color6);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover,a:focus {
    color: var(--primary-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.link-style-2 a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.link-style-2 a:hover,.link-style-2 a:focus {
    color: var(--primary-color)
}

.link-style-3 a {
    color: var(--primary-color);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.link-style-3 a:hover,.link-style-3 a:focus {
    color: #fff
}

.link-style-4 a {
    color: #808080;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.link-style-4 a:hover {
    color: var(--primary-color)
}

.link-style-5 a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.link-style-6 a {
    color: var(--primary-color);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.link-style-6 a:hover,.link-style-6 a:focus {
    color: var(--primary-color6)
}

.link-style-7 a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.link-style-7 a:hover,.link-style-7 a:focus {
    color: var(--primary-color6)
}

.read-more {
    position: relative;
    font-family: 'DM Sans',sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px
}

.read-more::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.read-more:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.read-more::after {
    content: "\e92b";
    font-family: 'icomoon';
    font-size: 10px;
    color: var(--primary-color);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-14px-regular {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 26px
}

.section-14px-regular-montserrat {
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 30px
}

.section-16px-regular {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 35px
}

.desc-slider {
    font-size: 17px;
    font-weight: 500;
    line-height: 32px
}

.section-16px-regular-montserrat {
    font-size: 16px;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 35px
}

.section-17px-regular {
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 30px
}

.section-20px-regular {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 45px
}

.section-20px-montserrat {
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 26px
}

.section-22px-montserrat {
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 26px;
	margin-bottom:20px;
}

.section-24px-medium {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 10px;
    display: inline-block;
}

.section-24px-montserrat {
    font-size: 24px;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 26px
}

.section-30px-montserrat {
    font-size: 30px;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 46px
}

.section-45px-montserrat {
    font-size: 45px;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 60px
}

.section-65px-montserrat {
    font-size: 65px;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 80px
}

.section-title-page {
    font-family: 'Montserrat',sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 60px
}

.section-subtitle {
    position: relative;
    display: inline;
    font-size: 17px;
    font-family: 'DM Sans',sans-serif;
    font-weight: 700;
    line-height: 22px;
    color: var(--primary-color)
}

:root {
    --primary-color: #C3323A;
    --primary-color2: #262626;
    --primary-color3: #FCF3F3;
    --primary-color4: #FFF5F5;
    --primary-color5: #FFDCDE;
    --primary-color6: #181818;
    --primary-color7: #FFEBEB
}

.parallax-1 {
    background: linear-gradient(rgb(9 8 10 / 54%),rgb(30 27 35 / 34%)),url(../image/zh.jpg)
}

.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: repeat
}

.grow-up-hover {
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.grow-up-hover:hover img {
    transform: scale(1.1)
}

.hover-up {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.hover-up:hover {
    transform: translateY(-7%)
}

#top-bar {
    position: relative;
    z-index: 1;
    background-color: var(--primary-color2)
}

#top-bar .top-bar-inner-wrap {
    display: table;
    width: 100%;
    padding: 5px 0 5px 0
}

#top-bar .top-bar-content {
    display: table-cell;
    width: 60%;
    text-align: left;
    vertical-align: middle
}

#top-bar .top-bar-socials {
    display: table-cell;
    width: 40%;
    text-align: right;
    vertical-align: middle
}

#top-bar .top-bar-content .inner {
    margin: 0 7.4%
}

#top-bar .top-bar-content .content {
    position: relative;
    display: inline-block;
    padding: 0 22px 0 21px;
    margin: 0 13px
}

#top-bar .top-bar-content .content:before {
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    color: var(--primary-color);
    top: 0;
    font-size: 20px
}

#top-bar .top-bar-content .content.phone:before {
    content: "\f095";
    left: -10px
}

#top-bar .top-bar-content .content.mail:before {
    content: "\f0e0";
    left: -14px
}

.topbar-style-1 #top-bar {
    background-color: #262626
}

.topbar-style-2 #top-bar {
    background-color: #e9e9e9
}

.topbar-style-2 #top-bar .top-bar-socials .icons a:before,.topbar-style-2 #top-bar .top-bar-content .content:after {
    background-color: #d5d4d4
}

.topbar-style-2 #top-bar .top-bar-socials .icons a {
    padding: 0 10.5px
}

.topbar-style-2 #top-bar .top-bar-socials .text {
    padding-right: 11px
}

.topbar-style-3 #top-bar {
    background-color: rgba(0,0,0,0.2)
}

.topbar-style-3 #top-bar,.topbar-style-3 #top-bar a {
    color: rgba(255,255,255,0.7)
}

.topbar-style-3 #top-bar .top-bar-inner-wrap {
    border-bottom: 1px solid rgba(255,255,255,0.15)
}

.topbar-style-3 #top-bar .top-bar-content .content {
    padding: 0 12px 0 22px;
    margin: 0 4px
}

.topbar-style-3 #top-bar .top-bar-content .content:first-child {
    margin-left: 0
}

.topbar-style-3 #top-bar .top-bar-socials .icons a:before,.topbar-style-3 #top-bar .top-bar-content .content:after {
    background-color: rgba(126,121,122,0.7)
}

.topbar-style-3 #top-bar .top-bar-socials .icons a {
    padding: 0 10.5px
}

.topbar-style-3 #top-bar .top-bar-socials .text {
    padding-right: 10px;
    font-size: 13px
}

#site-header {
    position: relative;
    background-color: #fff
}

#site-header-inner {
    position: relative;
    margin: 0 7.4%
}

#site-header .wrap-inner {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu-has-search #site-header #main-nav {
    right: 28px
}

.menu-has-search #site-header #header-search {
    display: block
}

#site-header #header-search {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 10;
    display: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#site-logo {
    float: left;
    max-width: 100%;
    line-height: 100px
}

#main-nav ul {
    margin: 0
}

#main-nav ul li {
    position: relative;
    list-style: none
}

#main-nav>ul>li {
    float: left;
    padding: 0 16.4px
}

#main-nav>ul>li>a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #101010;
    position: relative;
    line-height: 148px
}

#main-nav>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--primary-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#main-nav>ul>li>a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

#main-nav>.menu>li.menu-item-has-children>a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 700;
    margin-left: 4px
}

#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #ffff;
    border-radius: 6px;
    border-top: solid 3px var(--primary-color6);
    box-shadow: -2px 6px 23px #b4b4b44f;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px)
}

#main-nav .right-sub-menu {
    left: auto;
    right: 0
}

#main-nav .sub-menu li a {
    display: block;
    font-size: 16px;
    color: var(--primary-color6);
    padding: 20px;
    font-weight: 600
}

#main-nav .sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #e1e1e18e
}

#main-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#main-nav .sub-menu li a:hover,#main-nav .sub-menu li.current-item a,#main-nav>ul>li>a:hover {
    color: var(--primary-color)
}

#main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color: var(--primary-color6)
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

#main-nav-mobi ul li {
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding: 0;
    border-top: 1px solid #43516991;
    position: relative
}

#main-nav-mobi ul>li>a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    padding: 0 15px;
    font-weight: 500
}

#main-nav-mobi ul>li.current-menu-item>a,#main-nav-mobi .current-item>a,#main-nav-mobi ul>li>a:hover {
    color: var(--primary-color)
}

#main-nav-mobi .sub-menu .menu-item a {
    margin-left: 15px
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-family: "FontAwesome";
    line-height: 48px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    width: 48px
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\f107";
    color: #fff
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\f107"
}

#main-nav-mobi ul ul li {
    background-color: var(--primary-color6);
    border-top: 1px solid #43516991
}

#site-header .header-search-icon {
    display: block;
    font-size: 14px;
    line-height: 100px
}

#site-header .header-search-form {
    position: absolute;
    right: 0;
    top: 100%;
    width: 270px;
    opacity: 0;
    visibility: hidden
}

#site-header .header-search-field {
    width: 300px;
    margin: 0;
    padding-top: 13px;
    padding: 10px 50px 10px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.15)
}

#site-header .header-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px
}

#site-header .header-search-form.show {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible
}

.mobile-button {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    float: right;
    top: 50%;
    right: 60px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobile-button:before,.mobile-button:after,.mobile-button span {
    background-color: var(--primary-color);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s
}

.mobile-button:before,.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%
}

.mobile-button:before {
    -webkit-transform: translate3d(0,-7px,0);
    -moz-transform: translate3d(0,-7px,0);
    transform: translate3d(0,-7px,0)
}

.mobile-button:after {
    -webkit-transform: translate3d(0,7px,0);
    -moz-transform: translate3d(0,7px,0);
    transform: translate3d(0,7px,0)
}

.mobile-button.active span {
    opacity: 0
}

.mobile-button.active:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    -moz-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg)
}

.mobile-button.active:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    -moz-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg)
}

#site-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 20%);
    z-index: 9999
}

#site-header.is-fixed.is-small .wrap-inner {
    padding-top: 0;
    padding-bottom: 0
}

#site-header.is-fixed.is-small .header-search-icon,#site-header.is-fixed.is-small .nav-top-cart-wrapper .nav-cart-trigger,#site-header.is-fixed.is-small #main-nav>ul>li>a {
    line-height: 76px
}

.is-small #main-nav>ul>li>a:hover::before {
    opacity: 0
}

.is-small #main-nav .sub-menu {
    top: 116%
}

#site-header #main-nav {
    position: absolute;
    right: 65px;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-style-1.menu-has-search #site-header #main-nav {
    right: 44px
}

#site-header #main-nav>ul>li.current-menu-item>a,#site-header #main-nav>ul>li:hover>a {
    color: var(--primary-color)
}

.icon-Group-1199 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px
}

.site-header-absolute #site-header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

.themesflat-pagination {
    margin-top: 61px
}

.themesflat-pagination ul {
    margin: 0;
    position: relative
}

.themesflat-pagination ul li {
    display: inline-block;
    padding: 0;
    margin-right: 8.5px
}

.themesflat-pagination ul li .page-numbers {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color6);
    text-align: center;
    width: 45px;
    height: 45px;
    border: 1px solid var(--primary-color5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 45px;
    background-color: var(--primary-color5)
}

.themesflat-pagination ul li .page-numbers:hover,.themesflat-pagination ul li .page-numbers.current {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color)
}

.themesflat-pagination ul li .next,.themesflat-pagination ul li .prev {
    font-size: 14px;
    font-weight: 700;
    color: #878787
}

.themesflat-pagination ul li .next:hover,.themesflat-pagination ul li .prev:hover {
    color: var(--primary-color)
}

.flat-title-page {
    background-image: url(../image/mark-page.png);
    background-color: var(--primary-color);
    height: 342px
}

.flat-title-page .breadcrumbs {
    margin: 0 auto;
    padding: 128px 0 104px 0
}

.flat-title-page .breadcrumbs-inner li a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding: 0 6px;
    color: #fff
}

.flat-blog {
    padding: 130px 0
}

.main-post-box {
    padding: 30px 30px 25px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: var(--primary-color4);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-post-box .featured-post {
    margin-bottom: 20px
}

.main-post-box:hover {
    box-shadow: 4px 4px 30px 0 rgba(42,67,113,0.15)
}

.main-post-box .entry-image {
    border-radius: 10px;
    text-align: center
}

.main-post-box .entry-image img {
    border-radius: 6px
}

.main-post-box .post-content p {
    padding-right: 100px;
    margin-top: 20px
}

.post-meta {
    display: flex;
    margin-bottom: 29px
}

.post-meta li {
    padding: 2px 10px;
    margin-right: 9px;
    background-color: var(--primary-color5);
    border-radius: 3px;
    font-size: 14px;
    line-height: 26px
}

.post-meta li::before {
    font-size: 20px
}

.author::before {
    content: '\e94b';
    font-family: 'icomoon';
    color: var(--primary-color);
    padding-right: 7px
}

.education::before {
    content: '\f19d';
    font-family: 'FontAwesome';
    color: var(--primary-color);
    padding-right: 7px
}

.date::before {
    content: '\f073';
    font-family: 'FontAwesome';
    color: var(--primary-color);
    padding-right: 7px
}

.phone:before {
    content: '\f095';
    font-family: 'FontAwesome'
}



.client::before {
    content: '\e92d';
    font-family: 'icomoon';
    color: var(--primary-color);
    padding-right: 7px
}

.globe::before {
    content: '\e953';
    font-family: 'icomoon';
    color: var(--primary-color);
    padding-right: 7px
}

.share::before {
    content: '\f1e0';
    font-family: 'FontAwesome';
    color: var(--primary-color);
    padding-right: 7px
}

.comment::before {
    content: '\f075';
    font-family: 'FontAwesome';
    color: var(--primary-color);
    padding-right: 7px
}

.post-inner .post-media img {
    border-radius: 8px;
    margin-bottom: 20px
}

.side-bar .widget-search-box {
    background-color: var(--primary-color4);
    padding: 33px 30px 2px 30px;
    border-radius: 6px
}

.widget-gallery-instagram-box {
    background-color: var(--primary-color4);
    padding: 33px 30px;
    border-radius: 6px
}

.side-bar .widget-search-box {
    margin-bottom: 42px
}

.widget-title {
    position: relative
}

.widget-title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    width: 30%;
    background-color: var(--primary-color)
}

.widget-socials-media-item li {
    margin-bottom: 30px
}

.widget-socials-media {
    margin-bottom: 15px
}

.search-form {
    position: relative
}

.search-field {
    padding: 17px 20px!important;
    border: solid 1px #ffff!important;
    background-color: #ffff!important
}

.search-submit {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 12px 23px 12px 23px
}

.search-submit::after {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 20px
}

.widget-popular-post {
    margin-bottom: 10px
}

.widget-popular-post-inner .widget-post-item {
    font-size: 0;
    line-height: 0;
    margin: -10px
}

.widget-popular-post-inner .widget-post-item li {
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    margin-bottom: 20px
}

.widget-popular-post-inner .thumb-content .date::before {
    padding-right: 7px;
    color: var(--primary-color)
}

.widget-gallery-instagram {
    margin-bottom: 40px
}

.widget-gallery-instagram .thumb-instagram {
    position: relative
}

.widget-gallery-instagram .thumb-instagram:hover .thumb-overlay-effect {
    opacity: 1
}

.widget-gallery-instagram .thumb-overlay-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 36%);
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.widget-gallery-instagram .thumb-overlay-effect .instagram-icon-thumb::after,.widget-gallery-instagram .thumb-overlay-effect .instagram-icon-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '\f16d';
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff
}

.widget-gallery-instagram .thumb-overlay-effect .instagram-icon-thumb {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: #ffaa189e;
    border-radius: 50%
}

.widget-gallery-instagram .widget-gallery-item {
    font-size: 0;
    line-height: 0;
    margin: -5px
}

.widget-gallery-instagram .widget-gallery-item img {
    border-radius: 4px
}

.widget-gallery-instagram .widget-gallery-item li {
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 10px)
}

.widget-recent-post {
    margin-bottom: 45px
}

.widget-recent-post-item li {
    display: flex;
    align-items: center;
    margin-bottom: 29px
}

.widget-recent-post-item .thumb-image {
    width: 38%
}

.widget-recent-post-item .thumb-content {
    width: 65%;
    padding: 20px 33px 24px 22px
}

.icon-socials {
    font-size: 33px;
    padding: 10px;
    border-radius: 3px
}

.icon-facebook-app-logo1 {
    background-color: #1079D5
}

.icon-twitter1 {
    background-color: #1FC2E4
}

.icon-linkedin-11 {
    background-color: #E65400
}

.icon-instagram1 {
    background-color: #C614D9
}

.icon-youtube1 {
    background-color: #D80E19
}

.widget-socials-media-item li {
    display: inline-block;
    margin-right: 13px
}

.widget-tags-item {
    background-color: var(--primary-color4);
    padding: 35px 14px 13px 30px;
    border-radius: 6px
}

.widget-tags-item li {
    margin-right: 10px;
    margin-bottom: 22px;
    display: inline-block
}

.widget-tags-item li a:hover,.widget-tags-item li .active {
    background-color: var(--primary-color);
    color: #fff
}

.widget-tags-item .tags-item {
    padding: 11px;
    border-radius: 4px;
    background-color: var(--primary-color7)
}

.list-note-content li::before {
    content: '\f192';
    color: var(--primary-color)!important;
    margin-right: 10px!important
}

.flat-blog .post-gallery {
    margin: 4px -15px 0;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap
}

.flat-blog .gallery-item {
    width: 50%;
    margin-bottom: 17px;
    padding: 0 15px
}

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline
}

.entry-tags li::after {
    content: '|';
    padding: 0 10px;
    color: #808080
}

.flat-portfolio-single .entry-tags li::after {
    content: ',';
    padding: 0 10px;
    color: #fff
}

.entry-tags li:first-child::after,.entry-tags li:last-child::after {
    content: ''
}

.tags-post::before {
    font-family: 'icomoon';
    content: '\e946';
    color: var(--primary-color)!important;
    font-size: 20px;
    margin-right: 10px!important
}

#comment {
    background-color: #F6F6F6;
    padding: 70px
}

#contactform .name-wrap,#contactform .email-wrap {
    width: 49.2%;
    float: left;
    margin-right: 1.6%
}

.subject-wrap {
    width: 100%
}

#contactform .email-wrap {
    margin-right: 0
}

.flat-about {
    padding: 138px 0 105px 0;
    background-image: url(../image/mark-about-index.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -101px 237px
}

.flat-about .about-title-box {
    position: relative
}

.flat-about .about-title-box h2 {
    float: left;
    margin: 37px 0 44px 54px
}

.flat-about .subtitle-about {
    position: absolute;
    left: -33px;
    top: 70px;
    transform: rotate(-90deg);
    color: var(--primary-color)
}

.flat-about .subtitle-about::before {
    content: '';
    position: absolute;
    left: -115px;
    top: 50%;
    bottom: 0;
    height: 1px;
    width: 100px;
    background-color: var(--primary-color)
}

.flat-about .group-post-about {
    position: relative
}

.flat-about .post-big {
    text-align: center;
    margin-right: 10%;
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite
}

.flat-about .post-big img {
    border-radius: 160px 10px 80px 10px;
    -webkit-border-radius: 160px 10px 80px 10px;
    -moz-border-radius: 160px 10px 80px 10px
}

.flat-about .post-sm {
    position: absolute;
    z-index: -1;
    top: 52%;
    right: 29px;
    -webkit-animation: move3 5s infinite;
    animation: move3 5s infinite
}

.flat-about .post-sm img {
    border-radius: 10px 70px 10px 50px;
    -webkit-border-radius: 10px 70px 10px 50px;
    -moz-border-radius: 10px 70px 10px 50px
}

.flat-about .post-sm-2 {
    position: absolute;
    z-index: -1;
    bottom: 155px;
    left: -7px
}

.flat-about .about-years {
    position: absolute;
    left: 66px;
    bottom: -89px
}

.flat-about .about-years span {
    font-weight: 700;
    font-family: 'Montserrat';
    margin-right: 7px;
    font-size: 68px;
    background: -webkit-linear-gradient(#F00,#391113);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.flat-about .about-years .content {
    display: inline-block
}

.flat-about .content-right {
    margin-top: 251px
}

.icon-content-box {
    display: inline-flex;
    margin-right: 45px
}

.icon-content-box .icon {
    margin-right: 12px
}

.flat-about-skill {
    margin-top: 28px
}

.flat-about-skill .skill-box-1,.flat-about-skill .skill-box-2,.flat-about-skill .skill-box-3 {
    position: relative;
    border-radius: 10px 0 0 10px;
    padding: 128px 25px 50px 38px;
    
    background-color: var(--primary-color);
    color: #fff;
    background-image: url(../image/path-skill-box-1.png);
    background-repeat: no-repeat
}

.flat-about-skill .skill-box-2 {
    padding: 81px 0 0 31px;
    border-radius: 0;
    margin-left: -30px;
    background-color: var(--primary-color6);
    background-image: url(../image/path-skill-box-1.png)
}

.flat-about-skill .skill-box-3 {
    padding: 81px 28px 0 31px;
    border-radius: 0 130px 10px 0;
    margin-left: -30px;
    background-color: var(--primary-color6);
    background-image: unset
}

.label-progress {
    display: flex;
    justify-content: space-between
}

.progress-animated {
    animation-duration: 5s;
    animation-name: myanimation;
    transition: all 5s ease 0s
}

.flat-services {
    padding: 129px 0 101px 0
}

.section-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.section-subtitle::after,.section-subtitle::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 75px;
    background-color: var(--primary-color);
    top: 50%;
    margin: 0 15px
}

.section-subtitle::before {
    left: -100px
}

.flat-services .services-box {
    position: relative;
    background-color: var(--primary-color4);
    padding: 44px 10px 24px 26px;
    border-radius: 46px 6px 6px 6px;
    margin-bottom: 31px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.flat-services .services-box::after {
    position: absolute;
    content: "\e947";
    font-family: 'icomoon';
    color: #c3323a;
    font-size: 40px;
    right: 24px;
    top: 29px;
    z-index: 10
}

.flat-services .services-box:hover,.flat-services .services-box.active,.flat-services .services-box:hover a,.flat-services .services-box.active a,.flat-services .services-box:hover .read-more::after,.flat-services .services-box.active .read-more::after,.flat-services .services-box:hover::after,.flat-services .services-box.active::after,.flat-services .services-box:hover .services-box-overlay {
    color: #fff;
    opacity: 1
}

.flat-services .services-box .read-more::after {
    font-size: 15px
}

.flat-services .services-box:hover,.flat-services .services-box.active {
    background-color: var(--primary-color)
}

.flat-services .services-box:hover .wraper-effect,.flat-services .services-box .wraper-effect.active {
    right: -150px;
    bottom: -150px
}

.flat-services .services-box .services-desc {
    padding: 12px 0 27px 0;
    line-height: 28px
}



.flat-services .icon-services,.flat-list-services .icon-services {
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    
}

.flat-services .services-content {
    margin-top: 28px
}

.flat-services .wraper-effect {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    transition: all .5s;
    height: 350px;
    width: 350px;
    background-image: url(../image/mark-services-box.png);
    right: -100%;
    bottom: -100%
}

.flat-counter {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 130px 0
}

.flat-counter .counter-box {
    background-color: #fff;
    padding: 46px 28px 38px 30px;
    box-shadow: 4px 19px 73px #b4b4b447;
    border-radius: 10px 10px 60px 10px
}

.flat-counter .icon-box {
    display: flex;
    margin-bottom: 13px
}

.flat-counter .number-content {
    font-weight: 900;
    margin-bottom: 17px;
    color: var(--primary-color)
}

.flat-counter .icon-counter {
    font-size: 58px;
    flex-shrink: 0
}

.flat-counter .content-icon {
    flex-shrink: 1;
    padding-left: 15px
}

.flat-working-project {
    background-color: #101010;
    background-image: url(../image/mark-working.png);
    background-size: cover;
    padding: 121px 0 199px 0
}

.flat-working-project .section-title {
    margin: 10px auto 24px auto;
    color: #fff
}

.flat-client {
    padding: 131px 0 102px 0;
    background-color: #F9F9F9;
    background-image: url(../image/mark-client.png)
}

.flat-client .section-title {
    text-align: left
}

.flat-client .section-title {
    margin: 15px 0 14px 0
}

.flat-client .client-user img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    margin-top: 15px
}

.flat-client .client-slider-box {
    display: flex;
    background-color: #fff;
    padding: 24px 20px 20px 33px;
    border-radius: 6px;
    box-shadow: 1px 9px 11px #b4b4b421;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flat-client .swiper-slide-active .client-slider-box {
    background-color: var(--primary-color)
}

.flat-client .swiper-slide-active,.flat-client .swiper-slide-active a,.flat-client .swiper-slide-active .name-author::after {
    color: #fff!important
}

.flat-client .client-slider-box .client-user {
    flex-shrink: 0
}

.flat-client .client-slider-box .client-content {
    position: relative;
    flex-shrink: 1;
    padding-left: 38px
}

.flat-client .client-user-author .name-author::after {
    position: absolute;
    content: "\e940";
    font-family: "icomoon";
    right: 15px;
    color: var(--primary-color)
}

.flat-client .client-user-author p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.flat-client .section-subtitle::before {
    display: none
}

.flat-client .brand-client {
    margin-bottom: 63px
}

.flat-client .brand-client span {
    margin-right: 10px
}

.flat-client .client-content-box {
    margin-top: 67px
}

.flat-team {
    padding: 128px 0;
    background-image: url(../image/mark-team.png);
    background-repeat: no-repeat
}

.flat-team .section-title {
    float: left;
    text-align: left
}

.flat-team .section-main-title {
    margin-top: 15px
}

.flat-team .section-subtitle::before {
    display: none
}

.flat-team .team-button,.flat-about-client .team-button {
    position: absolute;
    bottom: 15px;
    right: 50px;
    z-index: 10
}

#button-team-prev,#button-team-next {
    padding: 6px;
    margin-right: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
    border: solid 1px var(--primary-color)
}

#button-team-prev {
    background-color: #fff;
    color: var(--primary-color)
}

#button-team-prev::after,#button-team-next::after {
    content: '\f177';
    font-family: 'FontAwesome';
    font-size: 15px
}

#button-team-next::after {
    content: '\f178'
}

.flat-about-client #button-team-next {
    border: 1px solid #fff
}

.flat-team .team-button .clone-btn-prev:hover::after,.flat-about-client .team-button .clone-btn-prev:hover::after {
    color: #fff!important
}

.flat-team .team-post {
    position: relative;
    padding: 20px 0
}

.flat-team .team-post .layer-images {
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 31px;
    right: 0;
    background: url(../image/layer-images.png);
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 8px;
    z-index: -1
}

.flat-team .team-post img {
    height: 282.23px;
    -webkit-mask-image: url(../image/mask-team.png);
    mask-image: url(../image/mask-team.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.social-media {
    text-align: center;
    margin-top: -2px;
    margin-bottom: 15px
}

.social-media li {
    display: inline-block;
    margin: 0 5px;
    width: 33px;
    height: 30px;
    object-fit: cover;
    line-height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: var(--primary-color5);
    font-size: 16px;
    text-align: center
}

.team-facebook::after {
    content: '\f09a';
    font-family: "FontAwesome"
}

.team-twitter::after {
    content: '\f099';
    font-family: "FontAwesome"
}

.team-linkedin::after {
    content: '\f0e1';
    font-family: "FontAwesome"
}

.flat-latest {
    padding: 130px 0 59px 0;
    background-image: url(../image/mark-latest-new.png);
    background-size: cover;
    background-repeat: no-repeat
}

.flat-latest .latest-post img {
    border-radius: 10px;
    width: 100%
}

.flat-latest .latest-content {
    background-color: #fff;
    padding: 25px 10px 19px 20px;
    margin: 0 20px;
    transform: translateY(-100px);
    border-radius: 10px 10px 50px 10px;
    box-shadow: 1px 9px 11px #b4b4b459
}

.flat-latest .section-main-title {
    margin: 15px 0 35px 0
}

.flat-latest .latest-content .author-post::after {
    content: '/';
    margin: 0 8px;
    color: var(--primary-color)
}

.flat-latest .read-more::after {
    font-size: 12px
}

.flat-latest .read-more::before {
    display: none
}

.flat-about-2nd {
    padding: 129px 0
}

.flat-about-2nd .about-content-right .section-title,.flat-about-education .section-title {
    text-align: left
}

.flat-about-2nd .section-subtitle::before,.flat-about-education .section-subtitle::before {
    display: none
}

.about-post {
    position: relative
}

.about-post img {
    height: 453.11px;
    object-fit: cover;
    -webkit-mask-image: url(../image/mask-about-2nd.png);
    mask-image: url(../image/mask-about-2nd.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.about-post .mark-about-post {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    -webkit-animation: move3 5s infinite;
    animation: move3 5s infinite;
    background-image: url(../image/mark-about-post.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    z-index: -1
}

.about-post .mark-video .icon {
    position: absolute;
    top: 62%;
    left: 135px;
    z-index: 200
}

.about-post .mark-video .icon::after {
    content: '\f04b';
    font-family: 'FontAwesome';
    color: #fff;
    border: 4px solid #fff;
    padding: 17px 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 24px;
    z-index: 200
}

.about-post .mark-video .icon::before {
    position: absolute;
    top: -50px;
    left: -30px;
    content: '';
    width: 132px;
    height: 171px;
    z-index: -1;
    background-image: url(../image/mark-play-video.png);
    background-repeat: no-repeat;
    background-size: cover
}

.flat-work {
    padding: 138px 0 178px 0
}

.flat-work .section-title,.flat-work .section-subtitle {
    color: #fff!important
}

.flat-work .section-subtitle::after,.flat-work .section-subtitle::before {
    background-color: #fff
}

.flat-work .work-box {
    display: flex;
    padding: 32px 40px;
    background-color:  #FFF5F5;
    border-radius: 4px
}

.flat-work .work-box-left {
    width: 33.333333%;
    flex-direction: column;
    display: flex;
    justify-content: center
}

.flat-work .work-box-center {
    display: flex;
    align-items: center;
    width: 25%
}

.flat-work .work-box-right {
    width: 41.666667%
}

.flat-work .work-box-left .job::before,.flat-work .work-box-left .date::before,.flat-about-education .date::before,.flat-about-education .education::before {
    padding-right: 16px
}

.flat-work .work-box-left .date::before,.flat-about-education .date::before {
    color: var(--primary-color6);
    font-size: 20px
}

.flat-work .swiper-button-next,.flat-work .swiper-button-prev,.flat-about-education .swiper-button-next,.flat-about-education .swiper-button-prev,.flat-about-client .swiper-button-next,.flat-about-client .swiper-button-prev {
    display: none
}

.flat-about-education {
    padding: 129px 0
}

.flat-about-education .about-education-box {
    background-color: var(--primary-color4);
    padding: 34px 40px 40px 40px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flat-about-education .swiper-slide-active .about-education-box {
    background-color: var(--primary-color)
}

.flat-about-education .swiper-slide-active div,.flat-about-education .swiper-slide-active .education::before,.flat-about-education .swiper-slide-active .date::before {
    color: #fff!important
}

.flat-about-education .swiper-slide-active .about-education-preview {
    border-bottom: dashed 1px #fff
}

.flat-about-education .about-education-preview {
    margin-bottom: 18px;
    border-bottom: dashed 1px var(--primary-color6)
}

.flat-about-education .button-carousel {
    position: absolute;
    bottom: -26px;
    right: 0
}

.flat-about-education .button-carousel .btn-style-2 {
    background-color: unset;
    border: 0;
    margin-right: -20px
}

.flat-about-education .clone-btn-next::after,.flat-about-education .clone-btn-prev::after {
    color: var(--primary-color)
}

.flat-brand {
    padding: 114px 0;
    background-image: url(../image/brand-background.jpg)
}

.flat-brand .brand-content img {
    opacity: .4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flat-brand .brand-content img:hover {
    opacity: 1
}

.flat-about-client {
    padding: 120px 0 183px 0;
    background-image: url(../image/client-feedback-background.jpg)
}

.flat-about-client .content-about-client-left {
    position: relative
}

.flat-about-client .content-about-client-left .client-post-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    background-color: var(--primary-color5);
    border-radius: 50%
}

.flat-about-client .content-about-client-left img,.flat-about-client .client-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover
}

.flat-about-client .client-post-main img {
    width: 190px;
    height: 190px
}

.flat-about-client .content-about-client-left .client-post-1 {
    position: absolute;
    top: 200px
}

.flat-about-client .client-post-1 img {
    width: 160px;
    height: 160px
}

.flat-about-client .content-about-client-left .client-post-2 {
    position: absolute;
    top: -165px;
    right: -4px
}

.flat-about-client .client-post-2 img {
    width: 100px;
    height: 100px
}

.flat-about-client .content-about-client-left .client-post-3 {
    position: absolute;
    top: 151px;
    right: 0
}

.flat-about-client .client-post-3 img {
    width: 120px;
    height: 120px;
}

.flat-about-client .content-about-client-left .client-post-4 {
    position: absolute;
    bottom: 141px;
    right: 50%
}

.flat-about-client .client-post-4 img {
    width: 140px;
    height: 140px
}

.flat-about-client .content-about-client-left .client-post-5 {
    position: absolute;
    left: -55px;
    bottom: -58px
}

.flat-about-client .client-post-5 img {
    width: 160px;
    height: 160px
}

.flat-about-client .about-client-content-box {
    background-color: var(--primary-color);
    background-image: url(../image/mark-client-feedback.jpg);
    background-size: cover;
    border-radius: 50px 10px 60px 10px
}

.flat-about-client .about-client-content-box .content-client,.flat-about-client .about-client-content-box .client-info-inner {
    color: #fff
}

.flat-about-client .content-client::before,.flat-about-client .content-client::after {
    content: "\f10d";
    font-family: "FontAwesome";
    margin: 0 10px
}

.flat-about-client .content-about-client-right {
    padding-top: 82px;
    margin-left: 18px
}

.flat-about-client .content-about-client-right .section-title {
    margin-bottom: 37px
}

.flat-about-client .content-about-client-right .client-box {
    padding: 35px 50px 94px 60px
}

.flat-about-client .content-client::after {
    content: "\f10e"
}

.flat-about-client .client-avatar {
    width: 66px;
    height: 66px
}

.flat-about-client .client-info {
    display: flex;
    display: -webkit-flex
}

.flat-about-client .client-info-inner {
    margin-left: 12px
}

.flat-about-client .team-button .clone-btn-next,.flat-about-client .team-button .clone-btn-prev:hover {
    border: 1px solid #fff
}

.flat-latest.style-2 {
    padding: 130px 0 31px 0;
    background-image: unset
}

.flat-latest.style-2 .section-title {
    margin-bottom: 47px
}

.flat-latest.style-2 .section-title h2 {
    color: var(--primary-color6);
    margin-top: 14px
}

.flat-latest.style-2 .latest-content {
    border-radius: 10px
}

.flat-list-services {
    padding: 126px 0 104px 0;
    background-image: url(../image/mark-our-services.png);
    z-index: 1
}

.flat-list-services .post-services {
    position: relative;
    margin-bottom: 63px;
    flex-shrink: 0
}

.flat-list-services .post-services img {
    width: 100%;
    -webkit-mask-image: url(../image/mask-services-post.png);
    mask-image: url(../image/mask-services-post.png);
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover
}

.flat-list-services .post-services::after {
    content: '';
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: 0;
    right: 0;
    background: url(../image/layer-services.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    z-index: -1
}

.flat-list-services .icon-item-services {
    position: absolute;
    left: 29px;
    bottom: -15px
}

.flat-list-services .icon-services {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 7px 41px #b4b4b470
}

.flat-list-services .icon-services.font-size-icon {
    font-size: 43px
}

.flat-list-services .list-services-box {
    margin-bottom: 26px;
    box-shadow: 4px 5px 25px #b4b4b4b3;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.flat-list-services .content-services {
    padding: 1px 20px 27px 30px;
    flex: 1
}

.flat-list-services .content-services-inner {
    margin-bottom: 22px
}

.flat-list-services .content-services .read-more::after,.flat-about-work .about-work-content .read-more::after {
    color: var(--primary-color6);
    margin-left: 1%
}

.flat-list-services .content-services .read-more:hover::after {
    color: var(--primary-color)
}

.flat-list-services .content-services .read-more:hover::after,.flat-about-work .about-work-content .read-more:hover::after {
    margin-left: 3%
}

.flat-list-services .button-readmore {
    margin-top: auto
}

.flat-about-work {
    padding: 130px 0;
    background-image: url(../image/flat-work-2.jpg)
}

.flat-about-work .about-work-post img {
    border-radius: 100px 10px 10px 10px
}

.flat-about-work .about-work-content .section-subtitle::before {
    display: none
}

.flat-about-work .about-work-content {
    margin-left: 10.4%;
    color: #fff
}

.flat-about-work .about-work-content .read-more::after {
    color: #fff
}

.flat-about-work .button-readmore {
    display: inline
}

.flat-about-work .icon {
    position: relative;
    display: inline-block;
    margin-right: 35px;
    color: var(--primary-color);
    border: 1px solid #fff;
    background-color: #fff;
    padding: 22px 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 13px
}

.flat-about-work .icon::before {
    content: "";
    position: absolute;
    left: -13px;
    top: -13px;
    right: -13px;
    bottom: -13px;
    border: 1px solid #fff;
    border-radius: 50%
}

.flat-about-work .icon::after {
    content: '\f04b';
    font-family: 'FontAwesome'
}

.flat-about-work .ripple,.flat-about-work .ripple::before,.flat-about-work .ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 85px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%,-50%);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.flat-about-work .ripple::before {
    content: "";
    position: absolute;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.flat-about-work .ripple::after {
    content: "";
    position: absolute;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.flat-contact-me {
    padding: 130px 0
}

.flat-contact-me .contact-me-content .section-subtitle::before {
    display: none
}

.flat-contact-me .contact-me-content .btn-st {
    border: 1px solid var(--primary-color)
}

.flat-contact-me .contact-me-content .btn-st:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.flat-service-details {
    padding: 130px 0 31px 0
}

.flat-service-details .post-inner .post-media img {
    margin-bottom: 32px
}

.flat-service-details p {
    word-break: break-all;
    line-height: 28px
}

.flat-service-details .post-question a::before {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 15px;
    margin-right: 17px;
    color: var(--primary-color)
}

.flat-service-details .post-question {
    margin-bottom: 11px
}

.flat-service-details .post-question li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.flat-service-details .post-quotes {
    position: relative;
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 83px 67px
}

.flat-service-details .post-quotes::before {
    position: absolute;
    left: 65px;
    top: 30px;
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 60px;
    color: var(--primary-color5);
    z-index: 2
}

.flat-service-details .widget-our-services {
    margin-bottom: 25px
}

.flat-service-details .widget-title-box {
    padding: 40px 32px;
    background-color: var(--primary-color4);
    border-radius: 6px;
    margin-bottom: 30px
}

.flat-service-details .side-bar .list-services li {
    position: relative;
    border-radius: 6px;
    padding: 40px 32px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover
}

.flat-service-details .side-bar .list-services li:first-child {
    background-image: url(../image/list-menu-services-1.jpg)
}

.flat-service-details .side-bar .list-services li:nth-child(2) {
    background-image: url(../image/list-menu-services-2.jpg)
}

.flat-service-details .side-bar .list-services li:nth-child(3) {
    background-image: url(../image/list-menu-services-3.jpg)
}

.flat-service-details .side-bar .list-services li:nth-child(4) {
    background-image: url(../image/list-menu-services-4.jpg)
}

.flat-service-details .side-bar .list-services li:nth-child(5) {
    background-image: url(../image/list-menu-services-5.jpg)
}

.flat-service-details .side-bar .list-services li:last-child {
    background-image: url(../image/list-menu-services-6.jpg)
}

.flat-service-details .list-services li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #292b2c;
    opacity: .8;
    border-radius: 5px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.flat-service-details .list-services li:hover:before {
    opacity: 0
}

.flat-service-details .side-bar .title-list-services {
    position: relative
}

.flat-service-details .side-bar .widget-socials-media {
    margin-bottom: 56px
}

.flat-service-details .side-bar .widget-contact {
    position: relative;
    height: 348px;
    border-radius: 10px;
    background-image: url(../image/contact-services-details.jpg);
    margin-bottom: 30px
}

.flat-service-details .side-bar .widget-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    border-radius: 10px;
    background-color: var(--primary-color)
}

.flat-service-details .side-bar .phone {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff
}

.flat-service-details .side-bar .phone::before {
    font-size: 45px;
    margin-right: 24px
}

.flat-service-details .flat-latest.style-2 {
    padding: 84px 0 0 0
}

.flat-service-details .flat-latest .section-title {
    text-align: left
}

.flat-service-details .flat-latest .section-title h4::before {
    display: none
}

.flat-portfolio {
    padding-top: 130px
}

.flat-portfolio .portfolio-box .portfolio-post img {
    border-radius: 10px;
    width: 100%
}

.flat-portfolio .portfolio-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.flat-portfolio .portfolio-box .mark-item {
    position: absolute;
    top: 9.4%;
    right: 9%;
    padding: 26px 31px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #fff;
    color: var(--primary-color);
    opacity: 0
}

.flat-portfolio .portfolio-content .title-item {
    position: absolute;
    bottom: 8%;
    left: 9%;
    color: #fff;
    opacity: 0
}

.flat-portfolio .portfolio-box .mark-item::after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 45px
}

.flat-portfolio .portfolio-box .portfolio-post::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    background-color: var(--primary-color);
    border-radius: 10px
}

.flat-portfolio .portfolio-box:hover .portfolio-post::after,.flat-portfolio .portfolio-box.active .portfolio-post::after {
    opacity: .8
}

.flat-portfolio .portfolio-box:hover .mark-item,.flat-portfolio .portfolio-box:hover .title-item,.flat-portfolio .portfolio-box.active .mark-item,.flat-portfolio .portfolio-box.active .title-item {
    opacity: 1
}

.flat-portfolio-single {
    padding: 133px 0 59px 0
}

.flat-portfolio-single .post-media img {
    border-radius: 10px
}

.flat-portfolio-single .post-media {
    position: relative;
    margin-bottom: 33px
}

.flat-portfolio-single .post-media-content {
    position: absolute;
    bottom: 8.5%;
    left: 0;
    background-color: var(--primary-color6);
    color: #fff;
    padding: 29px 30px 21px 30px
}

.flat-portfolio-single .entry-socials {
    display: flex;
    display: -webkit-flex
}

.flat-portfolio-single .entry-socials li {
    padding: 0 10px
}

.flat-portfolio-single hr {
    margin: 20px 0
}

.flat-portfolio-single .quotes {
    display: flex;
    margin-top: 26px;
    margin-bottom: 22px
}

.flat-portfolio-single .media-author:first-child span {
    margin-right: 15px
}

.flat-portfolio-single .quotes-2 {
    padding: 24px 45px 24px 45px
}

.flat-portfolio-single .post-list-content {
    margin-bottom: 43px
}

.flat-portfolio-single .post-images {
    margin-bottom: 25px
}

.flat-portfolio-single .section-title {
    text-align: left
}

.flat-portfolio-single .flat-latest.style-2 {
    padding: 110px 0 0 0;
    background-image: unset
}

.flat-team-member {
    padding: 130px 0
}

.flat-team-member .team-member-box {
    margin-bottom: 26px
}

.flat-team-member .section-title {
    margin-bottom: 45px
}

.flat-team-member .team-images {
    position: relative;
    padding: 10px;
    background-color: var(--primary-color4)
}

.flat-team-member .team-images img {
    border-radius: 0 30px 0 0
}

.flat-team-member .team-images .team-socials {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.flat-team-member .entry-socials li {
    display: flex;
    justify-content: center;
    width: 57px;
    background-color: var(--primary-color)
}

.flat-team-member .entry-socials li a {
    font-family: 'DM Sans',sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 42px
}

.flat-team-member .team-info {
    text-align: center;
    margin-top: 26px
}

.flat-team-member .team-info .team-name {
    margin-bottom: 8px
}

.flat-contact {
    padding: 130px 0
}

.flat-contact .about-content-left .section-title {
    text-align: left
}

.flat-contact .section-subtitle::before {
    display: none
}

.flat-contact .about-post {
    margin-left: -100px
}

.flat-contact .contact-content-right {
    margin-top: 59px
}

.flat-contact .contact-content-right h3 {
    margin-bottom: 80px;
    line-height: 34px
}

.flat-contact .form-contact {
    margin-left: 6%
}

.flat-contact-map .contact-map-box {
    width: 100%
}

.flat-contact-map .contact-map-box .map-contact {
    width: 100%;
    height: 736px
}

#footer {
    background: url('../image/mark-footer.png') no-repeat center center;
    background-color: #101010;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 130px 0 48px 0
}

#footer-top {
    padding-bottom: 129px
}

#footer .button-footer {
    float: right;
    margin-top: 35px;
    margin-right: 4px
}

#footer .logo-footer img {
    width: 183.6px
}

#footer .subcribe-form-footer {
    position: relative;
    padding: 17px 60px 20px 2px;
    border: 0;
    background-color: unset;
    border-bottom: solid 2px;
    border-radius: 0
}

#footer .subcribe-form-footer::placeholder {
    font-size: 17px
}

#footer .btn-subcribe-footer {
    position: absolute;
    right: 109px;
    background-color: unset
}

#footer .btn-subcribe-footer::after {
    content: "\e92b";
    font-family: "icomoon";
    font-size: 15px;
    color: var(--primary-color)
}

#footer .footer-widgets-nav-menu {
    display: flex;
    display: -webkit-flex
}

#footer .menu-1,#footer .menu-2 {
    width: 30%;
    padding: 37px 10px 10px 36px
}

#footer .menu-2 {
    padding: 37px 10px 10px 27px
}

#footer .menu-3 {
    width: 50%;
    padding: 37px 0 10px 33px
}

#footer .footer-widgets-nav-menu .widget-title-link-wrap {
    font-size: 20px;
    font-weight: 400;
    margin: 8px 0
}

#footer .menu-3 li {
    margin-bottom: 4px
}

#footer .widget-list-contact {
    margin-top: 21px
}

#footer .widget-list-contact li {
    border-bottom: solid 1px #3d3d3d
}

#footer .widget-list-contact li:last-child {
    border-bottom: unset
}

#footer .link-wrap li::before {
    content: "\e92b";
    font-family: "icomoon";
    font-size: 7px;
    color: var(--primary-color);
    margin-right: 7%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#footer .link-wrap li a {
    position: relative;
    font-size: 16px;
    line-height: 43px;
    color: #fff
}

#footer .link-wrap {
    margin-top: 18px;
    margin-left: -2px
}

#footer .link-wrap li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background: var(--primary-color);
    transition: transform .3s;
    transform: scaleX(0);
    transform-origin: left
}

#footer .link-wrap li a:hover::before,#footer .link-wrap li:hover::before,#footer .link-wrap li:hover {
    transform: scaleX(1);
    transform-origin: left;
    color: var(--primary-color);
    margin-right: 11%
}

#footer .meta-phone::before,#footer .meta-mail::before,#footer .meta-address::before,.list-note-content li::before {
    font-family: 'FontAwesome';
    color: #fff;
    margin-right: 20px
}

#footer .meta-phone::before {
    content: "\f095"
}

#footer .meta-mail::before {
    content: "\f0e0"
}

/*#footer .meta-address::before {
    content: "\f041"
}*/

.widget-social-footer {
    position: absolute;
    top: 52.3%;
    left: 4.5%
}

.widget-social-header {
    position: absolute;
    top: 37.9%;
    right: 2.1%;
    color: var(--primary-color6);
    z-index: 200
}

.widget-social-footer-item,.widget-social-footer-item h3,.flat-about .subtitle-about {
    font-family: 'DM Sans',sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 38px
}

.widget-social-footer-item h3 {
    margin-top: 20px;
    transform: rotate(-90deg);
    color: var(--primary-color)
}

#bottom {
    background-color: #101010;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    letter-spacing: 1.6px;
    padding: 20px 0 42px 0
}

#scroll-top {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    z-index: 1;
    right: 14px;
    bottom: 23px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden
}

#scroll-top.show {
    right: 24px;
    opacity: 1;
    visibility: visible
}

#scroll-top:before,#scroll-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#scroll-top:before {
    z-index: -1;
    background-color: var(--primary-color)
}

#scroll-top:after {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff
}

#scroll-top:hover {
    transform: translateY(-7%)
}

.home-boxed #page {
    z-index: 0;
    width: 92.708%;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.02);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.02);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.02)
}

@media only screen and (max-width: 1199px) {
    .hentry .post-tags,#top-bar .top-bar-content {
        width:70%
    }

    .hentry .post-socials,#top-bar .top-bar-socials {
        width: 30%
    }

    #bottom ul.bottom-nav>li {
        padding: 0 10px
    }

    .has-effect-icon.w40 .elm-link>a {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .right-38 {
        right: 0!important
    }

    .hentry .box-excerpt .text {
        overflow: inherit
    }

    .widget.widget_list .inner {
        padding: 15px
    }

    .themesflat-row.gutter-mobile .span_1_of_3 {
        width: 50%
    }

    .divider.h35 {
        height: 35px;
        display: block;
        clear: both
    }
}

@media only screen and (max-width: 991px) {
    #site-header .mobile-button {
        display:block
    }

    #main-nav,.menu-has-search #site-header #header-search,.menu-has-cart #site-header .nav-top-cart-wrapper,#top-bar .top-bar-content,.switcher-container,.row-information {
        display: none
    }

    #top-bar .top-bar-socials {
        width: 100%;
        display: block;
        text-align: center
    }

    #main-content {
        padding: 60px 0
    }

    #featured-title .featured-title-heading-wrap,#featured-title #breadcrumbs {
        width: 50%
    }

    .sidebar-right #site-content,.sidebar-right #sidebar,.sidebar-left #sidebar,.sidebar-left #site-content,.sidebar-right.width-71 #site-content,.sidebar-right.width-73 #site-content {
        float: none;
        width: 100%
    }

    .site-header-absolute #site-header-wrap {
        position: relative
    }

    .header-style-3 #site-header {
        background-color: #3e3e3e
    }

    .topbar-style-3 #top-bar {
        background-color: #262626
    }

    .themesflat-row .span_1_of_3 {
        width: 50%
    }

    .themesflat-row.gutter-30>[class*="col"]:nth-child(3) {
        clear: both
    }

    #footer {
        padding: 60px 0
    }

    #bottom .bottom-bar-menu,#bottom .bottom-bar-content {
        width: 50%;
        text-align: center;
        vertical-align: top
    }

    .themesflat-row.separator.drank>[class*="span_"],.themesflat-row.separator.light>[class*="col"] {
        border-left: 0
    }

    .widget.widget_instagram .instagram-wrap.g10 .instagram_badge_image img {
        width: 100%;
        display: block
    }

    .comment-list.style-2 article {
        padding: 15px
    }

    .themesflat-row .col.span_1_of_4 {
        width: 100%
    }

    .divider.h35 {
        height: 35px;
        display: none;
        height: 0
    }
}

@media only screen and (max-width: 767px) {
    #site-header .wrap-inner {
        padding:20px 0
    }

    #bottom .bottom-bar-content,#bottom .bottom-bar-menu {
        width: 100%;
        display: block
    }

    #bottom .bottom-bar-menu {
        margin-top: 10px
    }

    .hentry .box-excerpt .thumb {
        margin: 0 0 27px 0;
        float: none
    }

    .comment-respond {
        padding-top: 35px
    }

    .custom.tparrows,.custom .tp-bullet {
        display: none
    }

    .separator-solid .flat-content-wrap {
        border-bottom: 0
    }

    .themesflat-row .span_1_of_3,.themesflat-row .span_1_of_6,.themesflat-row.gutter-mobile .span_1_of_3,.themesflat-row .span_1_of_4 {
        width: 100%
    }

    .padding-left-13 {
        padding: 0!important
    }

    .widget.widget_instagram .instagram_badge_image img {
        display: block;
        width: 100%
    }
}

@media only screen and (max-width: 479px) {
    #featured-title #breadcrumbs,.hentry .post-tags,.hentry .post-socials,#featured-title .featured-title-heading-wrap {
        display:block;
        width: 100%;
        text-align: left
    }

    .hentry .post-tags a {
        margin-bottom: 15px
    }

    .themesflat-pagination .page-prev-next>li {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #e7e7e7
    }

    .themesflat-pagination .page-prev-next>li:first-child {
        border-top: 0
    }

    .comment-list .children {
        display: none
    }

    .comment-list .comment-meta .comment-time {
        padding-left: 0
    }

    .comment-list .comment-meta .comment-time:before {
        width: 0;
        height: 0;
        background-color: transparent
    }

    #contactform .name-wrap,#contactform .email-wrap {
        width: 100%;
        margin-right: 0
    }

    .comment-list.style-2 article {
        padding: 10px
    }

    .comment-list.style-2 .comment-meta .comment-position:before {
        width: 0;
        height: 0;
        background-color: transparent
    }

    .comment-list.style-2 .comment-meta .comment-position {
        padding-left: 0
    }

    .comment-list article .gravatar {
        float: none;
        margin: 0
    }

    .comment-list article .comment-content {
        position: relative;
        margin-top: 15px
    }

    .comment-list .comment-reply {
        top: auto;
        right: 0;
        left: 0;
        bottom: 0
    }

    .comment-list article .comment-content p {
        padding-bottom: 0
    }

    #comments .comment-list article .comment-content .comment-text {
        padding-bottom: 30px
    }

    .comment-list.style-2 article .gravatar {
        margin: 0
    }
}

.flat-alert {
    color: #268e28;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px;
    background-color: #5cb85c1a;
    padding: 20px;
    border-radius: 4px
}

.close {
    color: #268e28
}

.close:hover {
    color: var(--primary-color)
}

