@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import "responsive.css";
@import "bootstrap.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "font-awesome.css";
@import "shortcodes.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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%;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Montserrat", serif;
    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: 400;
    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: "Montserrat", serif;
    font-size: 14px;
    color: #191919;
    -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-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    color: var(--primary-color2)
}

strong,
b,
cite {
    font-weight: 700
}

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
}

.read-more {
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 100px;
    transition: 0.5s all ease-in-out
}

.read-more a {
    position: absolute;
    bottom: -30px;
    font-size: 20px;
    left: 15%;
    padding: 1em;
    border-radius: 100px;
    transition: 0.5s all ease-in-out
}

.read-more :hover {
    transition: 0.5s all ease-in-out;
    background-color: #fff;
    border-radius: 50px;
    padding: 1em;
    line-height: 20px
}

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: 2px solid var(--primary-color3);
    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 {
    border: 1px solid var(--primary-color3)
}

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: 700
}

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: 400;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

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,
select {
    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;
    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;
    appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    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: #565872;
    border: 1px solid rgba(28, 30, 34, .07);
    ;
    padding: 16px 28px;
    line-height: inherit;
    width: 100%;
    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-color2);
    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: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--primary-color4)
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 400;
    font-size: 13px;
    color: var(--primary-color2);
    background-color: var(--primary-color);
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.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: 14px;
    color: red;
    margin-bottom: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s
}

:-ms-input-placeholder {
    color: #999
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 72px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 14px
}

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: 0px !important
}

.no-border {
    border: 0px !important
}

.no-letter-spacing {
    letter-spacing: 0px !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
}

.position-relative {
    position: relative
}

.right-38 {
    right: 38px !important
}

.maxwidth-99 {
    max-width: 99% !important
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.mg-30px {
    margin-top: 30px
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: 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)
}

.tf-space {
    padding: 120px 0
}

.tf-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.tf-col-4 {
    width: 33.333%;
    float: left
}

.tf-colmd-4 {
    padding: 0 15px;
    width: 33.333%;
    float: left
}

.tf-col-6 {
    padding: 0 15px;
    width: 50%;
    float: left
}

.tf-col-12 {
    padding: 0 15px;
    width: 100%;
    float: left
}

a {
    text-decoration: none;
    color: var(--primary-color2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a:hover,
a:focus {
    color: var(--primary-color6);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.link-style-2 a {
    text-decoration: none;
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.link-style-2 a:hover,
.link-style-2 a:focus {
    color: var(--primary-color6);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.link-style-3 a {
    text-decoration: none;
    color: var(--primary-color4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.link-style-3 a:hover,
.link-style-3 a:focus {
    color: var(--primary-color6);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.link-style-4 a {
    text-decoration: none;
    color: var(--primary-color6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.link-style-4 a:hover,
.link-style-4 a:focus {
    color: var(--primary-color);
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.link-style-5 a {
    text-decoration: none;
    color: var(--primary-color2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.link-style-5 a:hover,
.link-style-5 a:focus {
    color: var(--primary-color);
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.link-style-6 a {
    text-decoration: none;
    color: var(--primary-color6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.link-style-6 a:hover,
.link-style-6 a:focus {
    color: var(--primary-color2);
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.text-color-1 {
    color: var(--primary-color)
}

.text-color-2 {
    color: var(--primary-color2)
}

.text-color-3 {
    color: var(--primary-color6)
}

.text-color-4 {
    color: #FFFFFFB2
}

:root {
    --primary-color: #fff;
    --primary-color2: #000000;
    --primary-color3: #f5f5f5;
    --primary-color4: #777777;
    --primary-color5: #F6F6F6;
    --primary-color6: rgb(215, 172, 46);
    --primary-color7: #FFFFFF1A;
    --primary-color8: #C4C4C4
}

.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: repeat
}

#site-header-wrap {
    position: relative;
    z-index: 100
}

#top-bar {
    padding: 18px 0;
    background-color: var(--primary-color2);
    position: relative
}

#top-bar.home3 {
    background-color: var(--primary-color)
}

#top-bar.home-3 {
    background-color: #f0f0f0
}

#top-bar .top-bar-content .inner {
    display: flex;
    justify-content: space-between
}

#top-bar .inner .content-left {
    color: rgba(255, 255, 255, .7)
}

#top-bar .inner .content-left::before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Pro';
    color: rgba(255, 255, 255, .7);
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px
}

#top-bar .inner .content-left {
    margin-right: 19.6%
}

#top-bar .inner .content-center a {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase
}

#top-bar .inner .icon-top.icon-header {
    right: 14px
}

#top-bar .inner .icon-top.icon-header a {
    padding-left: 25.1px
}

#top-bar .top-bar-content .inner .content {
    font-size: 14px;
    line-height: 40px
}

#top-bar .top-bar-content .inner .list-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#top-bar .top-bar-content .inner .top-bar-left .content:first-child::after {
    content: ' | ';
    color: #929292;
    margin: 0 24px
}

#top-bar .top-bar-content .inner .list-content li {
    margin-left: 19px;
    z-index: 999
}

.icon-header.style a,
#top-bar.home3 .inner .content-left::before,
#top-bar.home3 .inner .content-left {
    color: #777777B2
}

#site-header {
    background-color: #000;
    position: absolute;
    z-index: 99;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 40px 53px;
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}

@media screen and (max-width:480px) {
    a.main-logo img {
        width: 140px
    }


}

@media screen and (min-width:481px) and (max-width:768px) {
    a.main-logo img {
        width: 140px
    }

    #site-header {
        height: 100px
    }
}

#site-header-inner {
    position: absolute;
    left: 36%;
    z-index: 9999
}

.buttom-header {
    line-height: 129px;
    margin-left: 2.5px
}

.tf-button.home2 {
    right: 14px !important;
    top: 51px !important
}

#site-header.style-2 {
    background-color: rgba(255, 255, 255, 0);
    height: 84px;
    border-bottom: 1px solid #afa8a270
}

#site-header-inner.style-2 {
    left: 0;
    margin-left: -5px
}

.logo-home2 {
    line-height: 129px
}

#site-header.style-2 #site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    line-height: 84px;
    padding: 0 38px
}

#main-nav ul {
    margin: 0
}

#main-nav ul {
    margin: 0
}

#main-nav ul li {
    position: relative;
    list-style: none
}

#main-nav>ul>li {
    float: left;
    margin: 0 20.7px
}

#main-nav>ul>li>a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative
}

#main-nav.style-2>ul>li>a {
    color: var(--primary-color);
    line-height: 84px
}

#main-nav.style-2>ul>li>a::before {
    bottom: 32px
}

#main-nav>ul>li>a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 2px;
    background-color: var(--primary-color6);
    transform: scale(0, 1);
    transform-origin: right center;
    transition: transform 500ms ease
}

#main-nav.home-2>ul>li.current-menu-item>a {
    color: var(--primary-color)
}

#main-nav>ul>li>a:hover::before,
#main-nav>ul>li.current-menu-item>a::before {
    transform: scale(1, 1);
    transform-origin: left center
}

#main-nav>.menu>li.menu-item-has-children>a::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    margin-left: 4px;
    color: var(--primary-color)
}

#main-nav>ul>li.current-menu-item>a::after,
#main-nav>ul>li.current-menu-item>a {
    color: var(--primary-color6) !important
}

.wrap-inner.home2 .main-nav>ul>li>a {
    color: var(--primary-color2) !important
}

.wrap-inner.home2 .main-nav>.menu>li.menu-item-has-children>a::after {
    color: var(--primary-color2) !important
}

.main-nav .menu {
    position: relative;
}

.dropdown {
    display: none;
    /* Initially hide the dropdown */
    position: absolute;
    top: 100%;
    /* Position it below the Services item */
    left: -300px;
    right: 0;
    /* Extend to the right edge of the container */
    background: white;
    /* Background color of dropdown */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Optional shadow */
    padding: 10px;
    /* Optional padding */
    z-index: 1000;
    /* Ensure it appears above other content */
    width: 800px;
    /* Set to full width of the container */
    columns: 2;
}

@media (max-width:1200px) {
    .dropdown {
        left: 0;
    }
}

.menu-item:hover .dropdown {
    display: block;
    /* Show the dropdown on hover */
}

@media (max-width:768px) {
    .dropdown {
        columns: 1;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }

    .dropdown li {
        line-height: 20px;
    }

    .dropdown li a {
        display: block !important;
        padding: 0px 10px !important;
        font-size: 14px !important;
        line-height: 35px !important;
    }
}

.menu-item li img {
    width: 25px;
    margin-right: 15px;
}


.dropdown li {
    list-style: none;
    /* Remove list style */
    margin: 0;
    /* Remove margin */

}

.dropdown li a {
    display: block;
    /* Make the links block-level for easier clicking */
    padding: 10px 10px;
    /* Add padding to links */
    text-decoration: none;
    /* Remove underline */
    color: black;
    /* Link color */
    font-size: 16px;
    border-bottom: 2px solid #fff;
    transition: .3s ease-in-out all;
}

.dropdown li a:hover {
    /* background: #111; */
    /* Change background on hover */
    border-bottom: 2px solid var(--primary-color6);
    margin-left: 10px;
    transition: .3s ease-in-out all;

}

.services-heading {
    padding: 3em 0;
    text-align: center;
    margin: 0 auto;
}

#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: -2px 6px 23px #b4b4b44f;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px)
}

#main-nav .sub-menu::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 80%;
    background-color: var(--primary-color2)
}

#main-nav .right-sub-menu {
    left: auto;
    right: 0
}

#main-nav .sub-menu li a {
    display: block;
    font-size: 16px;
    color: var(--primary-color2);
    padding: 20px;
    font-weight: 600
}

#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 {
    position: relative
}

#main-nav .sub-menu li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: var(--primary-color3);
    transition: width 0.5s cubic-bezier(.35, .7, .35, 1) 0s;
    z-index: -1
}

#main-nav .sub-menu li:hover::after {
    width: 100%
}

#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li.current-item a {
    color: var(--primary-color6)
}

#main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color: var(--primary-color6);
    box-shadow: 0 12px 17px #645e5d24
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: var(--primary-color)
}

#main-nav-mobi ul li {
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding: 0;
    border-top: 1px solid #edf1f4;
    position: relative
}

#main-nav-mobi ul>li>a {
    color: var(--primary-color2);
    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-color6)
}

#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";
    font-family: "Font Awesome 5 Pro";
    color: var(--primary-color2)
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro"
}

#main-nav-mobi ul ul li {
    background-color: var(--primary-color);
    border-top: 1px solid #edf1f4
}

.tf-button {
    position: absolute;
    right: 50px;
    top: 18px
}

.icon-header {
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 33.4%;
    margin-top: -14px
}

.icon-header a {
    padding-left: 22.1px;
    color: rgba(255, 255, 255, .5)
}

.icon-header a:hover {
    color: var(--primary-color6)
}

.phone-header.phone-style {
    color: var(--primary-color);
    position: absolute;
    right: 246px;
    display: flex
}

.phone-header .icon-headphone {
    border-radius: 50px;
    background-color: var(--primary-color6);
    padding: 15.5px;
    margin-right: 9px
}

.phone-header h3 {
    line-height: 44px
}

.phone-header.home2 {
    display: inline-flex;
    margin-left: 26px
}

.phone-header.home2 .icon-headphone {
    padding: 22.5px;
    margin-right: 17px
}

.phone-header.home2 h3 {
    line-height: 62px;
    color: var(--primary-color)
}

.phone-header.home3 {
    position: absolute;
    top: 46.8%;
    right: 19.2%;
    z-index: 2
}

.header-nav-right {
    position: absolute;
    display: flex;
    right: 30px;
    height: 84px;
    line-height: 84px
}

.header-nav-right .phone-call {
    position: relative;
    display: flex;
    margin-right: 80px
}

.header-nav-right .phone-call::after {
    content: '';
    position: absolute;
    top: 0;
    right: -41px;
    height: 100%;
    width: 1px;
    background-color: #afa8a270
}

.header-nav-right .phone-call .content {
    padding-top: 18px
}

.header-nav-right .icon {
    margin-right: 17px
}

.header-nav-right .phone-call p {
    font-size: 12px;
    margin-bottom: 7px
}

.header-nav-right .phone-call h3 {
    font-size: 20px;
    color: var(--primary-color);
    line-height: 0
}

.header-nav-right .search-icon,
.icon-dot-icon {
    font-size: 25px;
    color: var(--primary-color)
}

.header-nav-right .search-icon {
    margin-right: 22px
}

.header-nav-toggle {
    padding-top: 6px
}

.mobile-button {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    float: right;
    top: 50%;
    right: 90px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.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 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.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.style-2 .mobile-button {
    left: 30px
}

#site-header .mobile-button.home2:before,
#site-header .mobile-button.home2:after,
#site-header .mobile-button.home2 span {
    background-color: var(--primary-color2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s
}

#site-header .mobile-button.home3:before,
#site-header .mobile-button.home3:after,
#site-header .mobile-button.home3 span {
    background-color: var(--primary-color);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s
}

#site-header.header-style2 {
    background-color: var(--primary-color);
    position: relative !important
}

#site-header.is-fixed {
    position: fixed !important;
    top: -150px;
    left: 0;
    width: 100%;
    z-index: 9999;
    border: 0;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 20%);
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#site-header.is-fixed.is-small {
    top: 0
}

#site-header.is-fixed.is-small .wrap-inner {
    padding: 5px 0
}

#site-header.is-fixed.is-small .wrap-inner #main-nav>ul>li>a {
    line-height: 50px
}

.header-style-2 #site-header.is-fixed {
    border: 0;
    background: rgba(30, 29, 29, .9)
}

#site-header.header-style2.is-fixed {
    background-color: var(--primary-color)
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    transform: scale(1, 0);
    transform-origin: bottom center;
    transition: transform 0.7s ease
}

.search-popup.active {
    transform-origin: top center;
    transform: scale(1, 1)
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
    cursor: url(../images/icon/close.png), auto
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    max-width: 600px;
    position: relative
}

.search-popup__form input {
    padding: 16px 70px 16px 30px;
    width: 600px
}

.search-popup__form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--primary-color2);
    border: 1px solid var(--primary-color2)
}

.search-popup__form button:hover {
    background-color: var(--primary-color4);
    border: 1px solid var(--primary-color4)
}

#site-header.style-2.is-fixed {
    background-color: #000000c9
}

.style-title {
    font-weight: 400
}

.center {
    text-align: center
}

.tf-sub-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color4);
    margin-bottom: 16px
}

.tf-title {
    text-transform: uppercase;
    line-height: 52px
}

.themesflat-pagination {
    padding-top: 28px;
    text-align: center;
    margin-bottom: -3px
}

.themesflat-pagination ul {
    margin-left: 7px;
    position: relative
}

.themesflat-pagination ul li {
    display: inline-block;
    margin-right: 5.8px
}

.themesflat-pagination ul li .page-numbers {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #C4C4C4;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    line-height: 50px;
    object-fit: cover
}

.themesflat-pagination .prev-style,
.themesflat-pagination .next-style {
    background-color: var(--primary-color2);
    color: var(--primary-color) !important;
    width: 72px !important;
    height: 52px !important
}

.themesflat-pagination .prev-style::after,
.themesflat-pagination .next-style::after {
    content: '+';
    margin-left: 4px
}

.themesflat-pagination ul li .page-numbers:hover,
.themesflat-pagination ul li .page-numbers.current {
    background-color: var(--primary-color6);
    color: #fff;
    border-color: var(--primary-color6)
}

.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)
}

.fa-angle-double-left:before {
    font-family: "Font Awesome 5 Pro"
}

.fa-angle-double-right:before {
    font-family: "Font Awesome 5 Pro"
}

@media (max-width:575px) {
    .side-menu__block-inner {
        max-width: 480px
    }
}

@media (max-width:480px) {
    .side-menu__block-inner {
        max-width: 400px
    }
}

@media (max-width:375px) {
    .side-menu__block-inner {
        max-width: 300px
    }
}

@media (max-width:991px) {
    .icon-container {
        min-width: 45%;
        max-width: 100% !important;
    }
}

.jotform-form {
    background: #fff !important;
    border: none;
}

body.jotform-form {
    background: #fff;
    border: none;
}

.icon-container {
    position: relative;
    display: inline-block;
    padding: 15px;
    max-width: 30% !important;
    border-radius: 0;
    transition: 0.2s all ease-in-out;
    border-top: 3px solid rgba(215, 172, 46, 1);
    margin: 5px;
    height: 100%;
    min-height: 200px;
    max-height: 300px;
    overflow: hidden;
    /* Ensure the sliding effect is contained */

}

.icon-container::before {
    content: '';
    position: absolute;
    bottom: 100%;
    /* Start off the container */
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(215, 172, 46, 1);
    transition: bottom 0.5s ease-in-out;
    /* Animate the bottom position */
    z-index: 0;
    /* Ensure it is below content */
}

.icon-container:hover::before {
    bottom: 0;
    /* Slide in to the bottom */
}

.icon-container p {
    position: relative;
    /* Ensure text is above the background */
    z-index: 1;
    /* Position above the pseudo-element */
}

.icon-container:hover {
    cursor: auto;
    box-shadow: 2px 5px 10px #ddd;
}

.service-icon {
    height: 50px;
    width: 50px;
    /* Adjust the size as needed */
    display: block;
    position: relative;
}

.service-img {
    width: 100px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 215, 0, 0);
    /* Transparent gold */
    transition: background-color 0.3s ease;
}

/* .service-icon:hover .overlay {
    background-color: rgba(255, 215, 0, 1);  
} */
/* .icon-container:hover .service-icon {
    filter: brightness(0) saturate(100%) invert(35%) sepia(80%) saturate(400%) hue-rotate(30deg) brightness(95%) contrast(90%);
} */

.flat-title-page {
    position: relative;
    background-image: url(../images/image-slider/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0
}

@media (min-width:426px) {
    .flat-title-page.page-about {
        padding: 200px 0
    }
}

@media (max-width:425px) {
    .flat-title-page.page-about {
        padding: 150px 0
    }
}

.overlay-page {
    background-color: #222429;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5
}

.elip-header,
.flat-title-page .elip-header {
    position: absolute;
    top: 0;
    right: -9px;
    z-index: 2
}

.flat-title-page .elip-header1 {
    position: absolute;
    top: 26.5%;
    left: 18.5%
}

.flat-title-page .elip-header2 {
    position: absolute;
    top: 35.5%;
    left: 21.3%
}

.elip-header3 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply
}

.elip-header4 {
    position: absolute;
    bottom: 24.5%;
    right: 4%;
    z-index: 2
}

.elip-header5 {
    position: absolute;
    bottom: 8%;
    right: 4%;
    z-index: 2
}

.elip-header6 {
    position: absolute;
    top: 22.5%;
    left: 13.6%;
    mix-blend-mode: multiply;
    z-index: 2
}

.flat-title-page .breadcrumbs {
    color: #fff;
    z-index: 50;
    text-align: center
}

.breadcrumbs .style-color {
    color: var(--primary-color6);
    padding-left: 1px
}

.breadcrumbs .breadcrumb-trail {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400
}

.breadcrumbs .breadcrumb-trail>a,
.breadcrumbs .breadcrumb-trail>span {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    margin-top: 17px
}

.breadcrumbs .breadcrumb-trail>span {
    padding-right: unset;
    padding-left: 14px
}

.breadcrumbs .breadcrumb-trail>a:before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    line-height: normal;
    position: absolute;
    right: -2px;
    top: -2px
}

.side-bar {
    background-color: var(--primary-color5);
    padding: 59px 29.5px 56px 29px;
    border-radius: 5px
}

.flat-case-details .side-bar {
    padding: 56px 25.5px 49px 25px
}

.flat-case .side-bar {
    padding-bottom: 40px
}

.flat-service-details .side-bar {
    padding-bottom: 14px
}

.side-bar .widget-title h3 {
    margin-bottom: 25px;
    margin-left: 1px
}

.side-bar .widget-title.item h3 {
    margin-bottom: 23px !important
}

.side-bar .search {
    margin-bottom: 47px
}

.side-bar .widget-categories {
    margin-bottom: 42px
}

.side-bar .widget.author {
    text-align: center
}

.side-bar .widget.author .post {
    margin-bottom: 22px
}

.side-bar .widget.author .content h3 {
    font-size: 18px;
    letter-spacing: -.6px;
    margin-bottom: 16px
}

.side-bar .widget.author .content p {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 22px
}

.side-bar .widget.author .widget-socials .twitter {
    color: var(--primary-color2)
}

.flat-blog-grid .grid-post {
    margin-bottom: 8px
}

.flat-work .work-post .media,
.flat-blog-grid .grid-post .media {
    position: relative;
    border-radius: 10px
}

.flat-blog-details ul li .thumb::after,
.flat-work .work-post .media::after,
.flat-blog-grid .grid-post .media::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFD70033;
    transform: scale(0, 0);
    transition: transform 500ms ease;
    border-radius: 5px
}

.flat-blog-details ul li .thumb::after {
    border-radius: 50px
}

.flat-work .work-post .media img,
.flat-blog-details ul li .thumb img,
.flat-blog-grid .grid-post .media img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1)
}

.flat-work .work-post:hover .media::after,
.flat-blog-details ul li:hover .thumb::after,
.flat-blog-grid .grid-post:hover .media::after {
    transform: scale(1, 1);
    transform-origin: center
}

.flat-blog-grid .grid-post:hover .media .tags {
    background: var(--primary-color6)
}

.flat-blog-grid .grid-post:hover .media .tags::before {
    border-top: 6px solid var(--primary-color6);
    -webkit-transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1)
}

.flat-blog-grid .grid-post:hover .readmore {
    color: var(--primary-color6)
}

.flat-blog-details .post .media.img-1 .tags,
.flat-blog-grid .grid-post .media .tags {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    padding: 6px 12px;
    background-color: var(--primary-color2);
    color: var(--primary-color);
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1)
}

.flat-blog-details .post .media.img-1 .tags::before,
.flat-blog-grid .grid-post .media .tags::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 10px;
    border-top: 6px solid var(--primary-color2);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.flat-blog-grid .grid-post .content {
    position: relative;
    padding: 30px 2px 20px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.flat-blog-grid .grid-post .content .meta {
    margin-bottom: 15px
}

.grid-post .content .entry-author {
    margin-right: 99px;
    margin-left: 2px
}

.grid-post .content .entry-author::before {
    content: '\f007';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: var(--primary-color6);
    padding-right: 7px
}

.grid-post .content .entry-comment::before {
    content: '\f4b6';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: var(--primary-color6);
    padding-right: 9px
}

.flat-blog-grid .grid-post .content .title-item {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 21px;
    margin-bottom: 19px;
    font-weight: 500;
    border-bottom: solid 1px #F6F6F6
}

.flat-blog-grid .grid-post .content .readmore {
    font-weight: 500;
    font-size: 14px;
    margin-left: 1px
}

.flat-blog-grid .grid-post .content .readmore::after {
    content: '+';
    margin-left: 4px
}

.flat-blog-grid.style-blog {
    margin-top: -2px;
    padding-bottom: 138px;
    position: relative
}

.flat-blog-grid .blog-heading {
    text-align: center;
    margin-bottom: 53px
}

.flat-blog-grid .blog-heading .tf-sub-title {
    margin-left: 13px
}

.flat-blog-grid .blog-button {
    margin-top: 48.5px;
    text-align: center
}

.flat-blog-grid .blog-button .button {
    padding: 21px 29.5px
}

.flat-blog-grid.home2 {
    padding-bottom: 138px
}

.flat-blog-grid.home03 {
    background-color: var(--primary-color5);
    z-index: 99;
    position: relative;
    padding-bottom: 138px
}

.flat-blog-grid.home03 .grid-post .content {
    padding-right: 0
}

.flat-blog-grid.home03 .grid-post .content .title-item {
    padding: 0;
    margin-bottom: 10px
}

.flat-blog-grid.home03 .grid-post .content p {
    text-transform: capitalize;
    padding-bottom: 40px;
    margin-bottom: 29px;
    border-bottom: solid 1px #1C1E2212
}

.flat-blog-details .post-meta {
    margin-bottom: 27px
}

.flat-blog-details .post .media.img-1 {
    margin-bottom: 30px
}

.flat-blog-details .post .media.img-1 .tags {
    left: 46px;
    background-color: var(--primary-color6)
}

.flat-blog-details .post .media.img-1 .tags::before {
    border-top: 6px solid var(--primary-color6)
}

.flat-blog-details .post .media.img-2 {
    margin-bottom: 50px
}

.flat-blog-details .post .meta {
    margin-bottom: 15px
}

.flat-blog-details .post .title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 8px
}

.flat-blog-details .post .text {
    margin-bottom: 40px
}

.flat-blog-details .post h3 {
    margin-bottom: 17px;
    margin-top: -2px
}

.flat-blog-details .post h3 span {
    font-weight: 400
}

.flat-blog-details .post .post-image {
    display: flex;
    margin-bottom: 42px;
    background-color: var(--primary-color5);
    padding: 30px 0 42px 0;
    border-radius: 5px
}

.flat-blog-details .post .post-image .thumb {
    width: 38%;
    padding-left: 50px
}

.flat-blog-details .post .post-image .texts {
    padding-left: 5px
}

.flat-blog-details .post .post-image h4 {
    margin-bottom: 23px;
    margin-left: 2px
}

.flat-blog-details .post .post-image .texts p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Montserrat", serif;
    color: var(--primary-color2)
}

.flat-blog-details .post .infor-row {
    justify-content: space-between;
    margin-top: 52px;
    margin-bottom: 70px
}

.flat-blog-details .post .infor-row h5 {
    margin-right: 19px;
    margin-top: 1px
}

.flat-blog-details .post .infor-row .tags {
    display: flex
}

.flat-blog-details .post .infor-row .tags a {
    padding: 11px 19.5px;
    border-radius: 5px;
    background-color: var(--primary-color5);
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color4);
    margin-right: 5px
}

.flat-blog-details .post .infor-row .tags a:hover,
.flat-blog-details .post .infor-row .tags a.active {
    background-color: var(--primary-color6);
    color: #fff
}

.flat-blog-details .post .title-comment {
    text-transform: uppercase;
    margin-left: -2px;
    margin-bottom: 13px
}

.flat-blog-details .post h2 span {
    font-weight: 400
}

#comments .text {
    margin-left: 3px;
    margin-bottom: 37px
}

#comments .comment-list {
    margin-bottom: 47px
}

#comments .comment-list li {
    display: flex
}

#comments .comment-list .comment-avatar {
    width: 21%;
    margin-right: 28px;
    margin-top: 2px
}

#comments .comment-list .comment-01 {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(28, 30, 34, .07);
    margin-bottom: 47px
}

#comments .comment-list .comment-content .comment-meta {
    margin-bottom: 19px
}

#comments .comment-list .comment-content h4 {
    font-size: 18px;
    letter-spacing: -.6px;
    margin-bottom: 11px
}

#comments .comment-list .comment-content .comment-meta {
    display: flex
}

#comments .comment-list .comment-content .comment-meta h5 {
    margin-right: 43px
}

#comments .comment-list .comment-content .comment-meta .star i {
    font-size: 11px;
    margin-right: -2.6px;
    color: #FCC65D
}

.flat-blog-details #contactform fieldset {
    position: relative;
    margin-bottom: 9px
}

.flat-blog-details #contactform input {
    padding: 13px 19px
}

.flat-blog-details #contactform input::placeholder,
.flat-blog-details #contactform textarea::placeholder {
    color: rgba(119, 119, 119, .7)
}

.flat-blog-details #contactform fieldset img {
    position: absolute;
    right: 27px;
    top: 22px
}

.flat-blog-details #contactform .style-text {
    width: 50%;
    float: left
}

.flat-blog-details #contactform .phone-wrap,
.flat-blog-details #contactform .name-wrap {
    padding-right: 15px
}

.flat-blog-details #contactform .email-wrap,
.flat-blog-details #contactform .site-wrap {
    padding-left: 15px
}

.flat-blog-details #contactform textarea {
    padding: 7px 19px 0
}

.flat-blog-details #contactform .btn-submit-comment {
    margin-top: 50px
}

.flat-blog-details #contactform button#comment-reply {
    text-transform: uppercase;
    padding: 15.9px 30px
}

.flat-blog .blog-wrap {
    display: inline-flex;
    width: 49.7%
}

.flat-blog .blog-wrap .grid-post.post-1 {
    margin-right: 12.5px
}

.flat-blog .blog-wrap .grid-post.post-2 {
    margin-left: 12.5px
}

.flat-blog .side-bar {
    padding-bottom: 12px
}

.flat-blog .grid-post.style-post {
    display: flex
}

.flat-blog .grid-post.style-post {
    margin-bottom: 7.3px
}

.flat-blog .grid-post.style-post .img-box {
    width: 35.1%
}

.flat-blog .grid-post.style-post .content {
    width: 64.9%;
    padding: 31px 30px 20px 29px
}

.flat-blog .grid-post.style-post .content .title-item {
    border: unset;
    padding: 0;
    margin-bottom: 11px
}

.flat-blog .grid-post.style-post .content p {
    text-transform: capitalize;
    margin-left: 1px;
    border-bottom: solid 1px #F6F6F6;
    padding-bottom: 20px;
    margin-bottom: 19px
}

.flat-brand {
    background-color: var(--primary-color6);
    padding: 49.5px 0
}

.flat-brand .brand-slider {
    padding: 47px 0
}

.brand-slider .slogan-logo img {
    opacity: .5;
    transition: all 300ms ease
}

.brand-slider .slogan-logo:hover img,
.brand-slider .slogan-logo.active img {
    opacity: 1
}

.flat-brand.flat-item {
    background-color: var(--primary-color5)
}

.flat-brand-1 .brand-slider {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 61px 0 120px
}

.flat-service {
    background-color: var(--primary-color5)
}

.flat-service .service-heading {
    text-align: center;
    margin-bottom: 46px;
    margin-top: -2px;
    margin-left: 1px
}

.flat-service .service-post.style-post {
    background-color: var(--primary-color);
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border-radius: 5px;
    min-height: 280px
}

.flat-service .service-post.style-post::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: var(--primary-color6);
    height: 6px;
    width: 6px;
    border-radius: 2.6px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out
}

.flat-service .service-post.style-post:hover:before {
    transform: scale(21)
}

.flat-service .service-post .media {
    justify-content: center;
    padding-top: 18px
}

.flat-service .service-post .content {
    text-align: center;
    padding: 15px 15px 42px 16px
}

.flat-service .service-post .content h3 {
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 15px
}

.flat-service .service-post .content p {
    margin-bottom: 32px
}

.flat-service .service-post .content:hover p {
    color: #fff
}

.flat-service .service-post .readmore::after {
    content: '\f178';
    font-size: 24px;
    font-family: "Font Awesome 5 Pro";
    color: rgba(34, 36, 41, .2)
}

.flat-service .service-post.style-post::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color6);
    transform: scale(0, 1);
    transform-origin: right center;
    transition: transform 500ms ease
}

.flat-service .service-post.style-post:hover::after {
    transform: scale(1, 1);
    transform-origin: left center
}

.flat-service .service-post:hover .readmore::after {
    color: #111;
    transition: all 0.3s ease-in-out
}

.flat-service.home2.bg-style {
    background-image: url(../images/background-section/bg-service.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.flat-service.home2 .service-post {
    background-color: var(--primary-color);
    z-index: 99;
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
    border-radius: 5px
}

.flat-service.home2 .service-post::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--primary-color6);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 500ms ease;
    border-radius: 5px
}

.flat-service.home2 .service-post:hover::after {
    transform: scale(1, 1);
    transform-origin: left top
}

.flat-service.home2 .service-post .content {
    padding: 15px 15px 28px 16px;
    position: relative;
    z-index: 9
}

.flat-service.home2 .service-post img {
    z-index: 9;
    width: 100px
}

.flat-service.home3 .service-post:hover ul li a,
.flat-service.home3 .service-post:hover ul li a::before,
.flat-service.home2 .service-post:hover h3,
.flat-service.home2 .service-post h3 a:hover {
    color: var(--primary-color);
    z-index: 9
}

.flat-service.home3 {
    background-color: unset
}

.flat-service.home3 .service-post {
    background-color: var(--primary-color5)
}

.flat-service.home3 .service-post .tf-progress {
    content: '';
    width: 70px;
    height: 2px;
    display: inline-block;
    background-color: var(--primary-color6);
    z-index: 99
}

.flat-service.home3 .service-post h3 {
    margin-bottom: 13px
}

.flat-service.home3 .service-post:hover .tf-progress {
    background-color: var(--primary-color)
}

.flat-service.home3 .service-post ul {
    margin-top: 36px;
    margin-bottom: 11px
}

.flat-service.home3 .service-post ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    color: var(--primary-color4)
}

.flat-service.home3 .service-post ul li a::before {
    content: '\f055';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    color: var(--primary-color6);
    margin-right: 4px
}

.flat-trusted .trusted-heading {
    padding-top: 0%;
    padding-right: 0px;
    margin-bottom: 31px
}

.flat-trusted h3 {
    line-height: 30px;
    margin-bottom: 11px
}

.flat-trusted .media.img-2 {
    justify-content: right;
    margin-top: -64px;
    position: relative
}

.flat-trusted .text {
    margin-bottom: 40px
}

.flat-trusted .img-user img {
    float: left;
    border-radius: 50px
}

.flat-trusted .img-title {
    float: left;
    margin-left: 28px;
    margin-top: 7px
}

.flat-trusted .media .trusted-years {
    position: absolute;
    right: 29px;
    top: -70px;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    outline-offset: -13px;
    color: var(--primary-color6);
    background-color: var(--primary-color6);
    outline: 2px dashed rgba(255, 255, 255, .3);
    transition: transform 3s
}

.flat-trusted .media .trusted-years:hover {
    transform: translate3d(-20px, -30px, -10px);
    transition: transform 2s
}

.flat-trusted .media .trusted-years h5 {
    padding: 50px 33px;
    line-height: 20px;
    color: var(--primary-color)
}

.flat-trusted .media-box {
    padding-right: 99px
}

.flat-trusted .media.img-style {
    margin-bottom: 30px
}

.trusted-years2 {
    text-align: center;
    border-radius: 5px;
    outline-offset: -13px;
    color: var(--primary-color);
    background-color: var(--primary-color6);
    outline: 2px dashed rgba(255, 255, 255, .3);
    padding: 34px 0 37px
}

.trusted-years2 h2 {
    font-size: 32px;
    line-height: 46px;
    margin-left: 7px
}

.flat-trusted.home3 {
    background-color: var(--primary-color5);
    padding-bottom: 133px
}

.flat-trusted.home3 .years-title h2 {
    font-size: 32px;
    line-height: 46px
}

.flat-trusted.home3 .years-title {
    margin-left: -61px;
    margin-top: -71px
}

.flat-trusted.home3 .media {
    margin-left: -278px;
    image-rendering: pixelated
}

.flat-trusted.home3 .trusted-heading .tf-sub-title {
    margin-bottom: 18px
}

.flat-trusted.home3 p {
    margin-bottom: 50px
}

.flat-trusted .tf-mark {
    position: absolute;
    z-index: -1
}

.flat-trusted .mark-page {
    z-index: 1;
    top: -51.5%;
    left: -26%
}

.flat-trusted .mark-page2 {
    top: -56%;
    left: -19.5%
}

.flat-trusted .mark-page3 {
    top: 34%;
    right: -13.5%
}

.flat-trusted .mark-page4 {
    top: -22%;
    right: -21%
}

.flat-trusted .mark-page5 {
    top: 48%;
    left: -49%
}

.flat-trusted .mark-page6 {
    top: -17%;
    left: -42.5%
}

.flat-counter.style {
    background-image: url(../images/background-section/bg-count.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 311px
}

.flat-counter .count-row {
    border-bottom: solid 2px rgba(255, 255, 255, .1)
}

.flat-counter .counter-box {
    text-align: center;
    position: relative;
    padding-top: 3px;
    padding-bottom: 58px
}

.flat-counter .counter-box::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color6);
    transform: scale(0, 1);
    transform-origin: center center;
    transition: transform 500ms ease;
    margin-bottom: -2px
}

.flat-counter .counter-box:hover::after {
    transform: scale(1, 1);
    transform-origin: center center
}

.flat-counter .counter-box .number {
    color: var(--primary-color);
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 4px;
    padding-left: 3px
}

.flat-counter .counter-box .number::before {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-size: 47px;
    margin-right: 5px
}

.flat-counter .counter-box h3 {
    color: #d9d9d9
}

.flat-counter .mark {
    position: absolute;
    top: 0;
    right: 51px;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    background-color: var(--primary-color6)
}

.flat-counter .mark-style {
    right: 72px
}

@property --v2 {
    syntax: "<integer>";
    initial-value: 5;
    inherits: true
}

.flat-counter .counter-box .number-style {
    counter-reset: v2 var(--v2)
}

.flat-counter .counter-box .number-style::after {
    content: 'K'
}

.flat-counter .counter-box .number-style.number-one::after {
    content: "."counter(v2) "K"
}

.flat-counter.home2 {
    margin-top: -1.5px;
    padding-bottom: 120px
}

.flat-counter.home2 .count-row {
    border-bottom: 1px solid rgba(28, 30, 34, .1)
}

.flat-counter.home2 .counter-box .number {
    color: var(--primary-color2)
}

.flat-counter.home2 .counter-box h3 {
    color: var(--primary-color4)
}

.flat-counter.page {
    padding-bottom: 14px
}

.flat-counter.page2 {
    margin-top: 50px
}

.flat-work.tf-work {
    padding-left: 2.75%;
    padding-right: 2.75%;
    margin-top: -193px;
    padding-top: 0
}

.flat-work .work-heading {
    text-align: center;
    margin-bottom: 54px
}

.flat-work .work-heading h2 {
    margin-right: 9px;
    color: var(--primary-color)
}

.flat-work .work-post .media img {
    border-radius: 10px
}

.flat-work .work-post .content {
    margin-top: 11px;
    padding: 24px 27px 17px;
    background-color: var(--primary-color5);
    border-radius: 10px;
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1)
}

.flat-work .work-post .tags {
    margin-bottom: 25px;
    margin-left: 2px
}

.flat-work .work-post .tags span {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 12px;
    background-color: var(--primary-color6);
    color: var(--primary-color);
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
    z-index: 2
}

.flat-work .work-post:hover .tags span::before {
    border-top: 6px solid rgba(255, 255, 255, .1)
}

.flat-work .work-post:hover .tags span {
    background-color: rgba(255, 255, 255, .1)
}

.flat-work.home2 .work-post:hover .content,
.flat-work .work-post:hover .content {
    background-color: var(--primary-color6);
    transition: all 0.35s cubic-bezier(.4, 0, .2, 1)
}

.flat-work .work-post .content a:hover,
.flat-work .work-post:hover .content h3 {
    color: var(--primary-color)
}

.flat-work.page .work-post {
    margin-bottom: 29px
}

.flat-work.home2 {
    background-color: var(--primary-color5);
    padding-left: 2.75%;
    padding-right: 2.75%
}

.flat-work.home2 .work-heading {
    margin-top: -2px
}

.flat-work.home2 .work-heading h2 {
    color: var(--primary-color2)
}

.flat-work.home2 .work-post .content {
    background-color: var(--primary-color)
}

.flat-work.home3 {
    background-color: unset;
    padding: 120px 0 143px 0
}

.flat-work.home3 .work-post {
    margin-bottom: 40px
}

.row.icons-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;

}

.flat-work.home3 .work-post .content {
    margin: -108px 12px 0;
    background-color: rgba(255, 255, 255, 0);
    position: relative
}


.tf-space {
    display: flex;
    flex-direction: column;
    /* Stack sections vertically */
}

.tf-space .row {
    display: flex;
    /* Each row should be a flex container */
    flex-wrap: wrap;
    /* Allow wrapping if necessary */
}

.even {
    background-color: var(--primary-color5);
}

.rectangle {
    background: var(--primary-color5);
    position: absolute;
    bottom: -4%;
    left: 0;
    height: 100px;
    z-index: 999999;
    width: 100%;
}

/* Default order for the first section */
.tf-space .col-lg-5 {

    order: 1;
    /* Media content comes first */
}


.tf-space .col-lg-7 {

    order: 2;
    /* Skill heading comes second */
}


/* Default order for odd sections */
.tf-space:nth-of-type(odd) .col-lg-5 {
    order: 1;
    /* Media content comes first */
}

.tf-space:nth-of-type(odd) .col-lg-7 {
    order: 2;
    /* Skill heading comes second */
}

/* Reverse order for even sections */
.tf-space:nth-of-type(even) .col-lg-5 {
    order: 2;
    /* Media comes second for even sections */
}

.tf-space:nth-of-type(even) .col-lg-7 {
    order: 1;
    /* Skill heading comes first for even sections */
}

@media (max-width: 991px) {
    .tf-space {
        padding: 1em !important;
        /* Adjust padding on mobile */
    }

    .tf-space .media {
        margin-bottom: 2em;
    }

    .flat-skill .media img {

        margin-top: 0%;
    }

    /* Default order for odd sections */
    .tf-space:nth-of-type(odd) .col-lg-5 {
        order: 1;
        /* Media content comes first */
    }

    .tf-space:nth-of-type(odd) .col-lg-7 {
        order: 2;
        /* Skill heading comes second */
    }

    /* Reverse order for even sections */
    .tf-space:nth-of-type(even) .col-lg-5 {
        order: 1;
        /* Media comes second for even sections */
    }

    .tf-space:nth-of-type(even) .col-lg-7 {
        order: 2;
        /* Skill heading comes first for even sections */
    }

    /* Maintain the same order in mobile */
    .tf-space .col-lg-5 {
        order: 1;
        /* Media comes first */
    }

    .tf-space .col-lg-7 {
        order: 2;
        /* Skill heading comes second */
    }
}

.flat-skill .skill-heading {
    padding-top: 0px;
    padding-right: 0px;
    margin-bottom: 15px
}

.skill-heading .row.titles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;

}

.flat-skill .skill-heading .tf-sub-title {
    margin-bottom: 18px
}

.flat-skill .skill-heading h2 {
    margin-bottom: 30px;
    padding-right: 0px;
    font-size: 36px;
}

.flat-skill .skill-heading p {
    margin-bottom: 10px;
    line-height: 22px;
    margin-top: 20px;
}

.flat-team {
    padding-bottom: 88px
}

.flat-team .team-heading {
    text-align: center;
    margin-bottom: 53px
}

.flat-team .team-box .content {
    text-align: center;
    padding-top: 29px;
    padding-left: 2px
}

.flat-team .team-box .content .sub-title-content {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 17px;
    color: var(--primary-color4)
}

.flat-team.home3 {
    margin-top: -224px;
    position: relative;
    z-index: 99
}

.flat-and {
    background-image: url(../images/background-section/bg-and.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.flat-and .and-heading {
    padding-right: 80px
}

.flat-and .and-heading .tf-sub-title {
    margin-bottom: 18px
}

.flat-and .and-heading h2 {
    margin-bottom: 37px
}

.flat-and .and-heading p {
    margin-bottom: 40px
}

.flat-and .texts {
    margin: 73px 70px 50px 0
}

.flat-and .flat-accordion .flat-toggle {
    margin-bottom: 10px;
    border: 1px solid rgba(34, 36, 41, .07)
}

.flat-and .flat-accordion .flat-toggle:last-child {
    border-bottom: 1px solid rgba(34, 36, 41, .07)
}

.flat-and .flat-accordion .btn-toggle {
    float: right
}

.flat-and .flat-accordion .btn-toggle::after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    color: var(--primary-color4)
}

.flat-and .flat-accordion .toggle-title.active .btn-toggle::after {
    color: var(--primary-color6)
}

.flat-and .flat-accordion h5 {
    padding: 17px 27px 18px 31px;
    background-color: var(--primary-color);
    cursor: pointer
}

.flat-and .flat-accordion .toggle-content {
    padding: 21px 33px 18px 30px;
    display: none;
    background-color: var(--primary-color5)
}

.flat-and.page {
    padding: 117px 0 108px
}

.flat-and.page2 {
    background: unset;
    margin-top: -2px
}

.flat-testimonial.falt-client {
    background-image: url(../images/image-box/4.png);
    background-repeat: no-repeat;
    background-position-y: 47%;
    background-position-x: 70.2%;
    position: relative
}

.flat-testimonial .testimonial-slider.tf-style {
    margin-top: 140px;
    border-radius: 5px;
    box-shadow: 23px -20px 0 0 rgb(255 64 64 / 10%), 40px -40px 0 0 rgb(255 64 64 / 10%), 4px 4px 14px 4px rgba(0, 0, 0, .04)
}

.flat-testimonial .testimonial-slider .testimonial-post {
    background: var(--primary-color)
}

.flat-testimonial .testimonial-post .content {
    padding: 49px 75px 56px 49px
}

.flat-testimonial .testimonial-post h3 {
    margin-bottom: 24px
}

.flat-testimonial .testimonial-post .star {
    margin-left: 2px
}

.flat-testimonial .testimonial-post .star i {
    font-size: 11px;
    margin-right: -2.6px;
    color: #FCC65D
}

.flat-testimonial .testimonial-post .review {
    margin-left: 13px;
    margin-top: 1px;
    font-weight: 400;
    font-size: 14px;
    color: var(--primary-color4)
}

.flat-testimonial .testimonial-post .tf-texts {
    padding: 36px 0 0 44px;
    position: relative
}

.flat-testimonial .testimonial-post .tf-texts .media-1 img {
    position: absolute;
    top: -5px;
    left: -2px
}

.flat-testimonial .testimonial-post .tf-texts .media-2 img {
    position: absolute;
    bottom: -40px;
    right: -28px
}

.flat-testimonial .testimonial-post .tf-texts .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--primary-color4)
}

.flat-testimonial.home2 {
    padding-top: 108px
}

.flat-testimonial.home2 .testimonial-slider {
    margin: -15px;
    padding: 15px
}

.flat-testimonial.home2 .testimonial-post .content {
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, .04);
    border-radius: 10px
}

.flat-testimonial.home2 .testimonial-post .content {
    padding: 49px 37px 56px 49px
}

.flat-testimonial.home2 .testi-heading {
    text-align: center;
    margin-bottom: 54px
}

.flat-testimonial.home2 .testimonial-post .reviews-box {
    display: flex;
    justify-content: space-between
}

.flat-testimonial.home2 .testimonial-post .reviews-box .media {
    margin-right: 13px
}

.flat-testimonial.home2 .testimonial-post .tf-texts {
    padding: 22px 0 0 44px
}

.flat-testimonial.home2 .testimonial-post .tf-texts .media-1 img {
    top: -18px;
    opacity: .1
}

.flat-testimonial.home2 .testimonial-post .tf-texts .media-2 img {
    right: 0;
    opacity: .1
}

.flat-testimonial.home3 .testimonial-post .reviews-box {
    justify-content: unset;
    display: flex
}

.flat-testimonial.home3 .testimonial-post .content {
    padding: 45px 22px 51px 25px;
    border: 5px solid #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05)
}

.flat-testimonial.home3 .testimonial-post .content:hover {
    border: 5px solid #F6F6F6;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05)
}

.flat-testimonial.home3 .testimonial-post .reviews-box .media {
    margin-right: 29px
}

.flat-testimonial.home3 .testimonial-post .tf-texts {
    padding: 36px 33px 0 44px
}

.flat-testimonial.home3 .testimonial-post .tf-texts .media-1 img {
    top: -5px
}

.flat-testimonial.home3 .testimonial-post:hover .tf-texts .media-2 img,
.flat-testimonial.home3 .testimonial-post:hover .tf-texts .media-1 img {
    opacity: 1;
    transition: all 0.3s ease-in-out
}

.flat-testimonial.page {
    padding: 120px 0 90px
}

.flat-testimonial.page .testimonial-post {
    margin-bottom: 30px
}

.flat-journey {
    margin-top: -1px
}

.flat-journey .img-box {
    position: relative
}

.flat-journey .img-box .img-1 {
    float: left
}

.flat-journey .img-box .img-2 {
    padding: 65px 0 0 30px
}

.flat-journey .img-box .img-3 {
    float: left;
    padding: 30px 0 0 50px
}

.flat-journey .img-box .img-4 {
    padding: 30px 0 0 30px
}

.flat-journey .img-mark {
    position: absolute;
    top: 0;
    top: 21.9%;
    left: 27.5%;
    transform-origin: right top;
    transition: transform 3s
}

.flat-journey:hover .img-mark {
    transform: rotate(15deg)
}

.flat-journey .img-mark.style {
    mix-blend-mode: multiply
}

.flat-journey .journey-heading {
    padding: 59px 100px 10px 1px
}

.flat-journey .text-style {
    margin-bottom: 48px
}

.flat-journey .icon-box .icon {
    display: inline-flex;
    width: 49.5%;
    padding-bottom: 49px
}

.flat-journey .icon-box .icon-one {
    border-bottom: solid 2px var(--primary-color6)
}

.flat-journey .icon-box .title-icon {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 20px 0 34px;
    margin: -5px;
    text-transform: capitalize
}

.flat-journey .icon-box .icon-two {
    padding-left: 14px
}

.flat-journey .icon-box {
    border-bottom: solid 1px rgba(28, 30, 34, .1)
}

.flat-journey.home3 {
    padding-bottom: 120px
}

.flat-servece {
    background-image: url(../images/image-slider/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 91px 0 343px;
    position: relative
}

.flat-servece .title {
    font-size: 82px;
    font-weight: 700;
    line-height: 118px;
    text-align: center;
    color: var(--primary-color);
    padding: 0 100px 30px;
    border-bottom: solid 1px #FFFFFF1A
}

.flat-servece .overlay-page {
    background: linear-gradient(252.17deg, rgba(28, 30, 34, .6) 18.37%, rgba(31, 39, 55, .85) 63.63%);
    opacity: unset
}

.flat-servece.page {
    padding: 216px 0
}

.flat-skill .media img {
    border-radius: 5px;
    border: 10px solid #d7ac2e;
    border-radius: 0;
    margin-top: 20%;

}

.flat-skill .media1 img {
    border-radius: 5px;
    border: 10px solid #d7ac2e;
    border-radius: 0;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;

}

.skill-heading .icons-text p {
    text-align: left;
}

.flat-service-details {
    background: unset;
    margin: 0;
    padding-bottom: 109px
}

.flat-service-details .post .media.img-01 {
    margin-bottom: 22px
}

.flat-service-details .post .box {
    margin-bottom: 28px;
    display: flex
}

.flat-service-details .post .service-tag {
    margin-top: -11px;
    margin-left: 59px
}

.flat-service-details .post .service-tag.tag2 {
    margin-left: 42px
}

.flat-service-details .post .service-tag li a {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 33px;
    color: var(--primary-color4)
}

.flat-service-details .post .service-tag li a::before {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    color: var(--primary-color6);
    margin-right: 4px
}

.flat-service-details .post .text-2 {
    margin-bottom: 41px
}

.flat-service-details .post .text-3 {
    margin-bottom: 38px
}

.flat-service-details .post .icon-box {
    margin-bottom: 19px
}

.flat-service-details .post .icon-box .icon {
    width: 32.2%;
    display: -webkit-inline-box
}

.flat-service-details .post .icon-box .title-icon {
    padding: 0 35px 0 34px
}

.flat-service-details .post .icon-box .icon-three {
    padding-left: 28px
}

.flat-service-details .flat-accordion .toggle-content {
    padding: 21px 35% 18px 30px;
    display: none;
    background-color: var(--primary-color5)
}

.flat-case .button-case {
    margin-top: 48px;
    margin-bottom: 15px
}

.flat-case .button-case .button {
    padding: 19.5px 48px
}

.flat-case .work-wrap {
    display: inline-flex;
    width: 49.7%
}

.flat-case .work-wrap .work-post.item1 {
    margin-right: 12.5px
}

.flat-case .work-wrap .work-post.item2 {
    margin-left: 12.5px
}

.flat-case .title-item {
    font-size: 12px;
    font-weight: 600
}

.flat-case-img {
    padding: 120px 0 30px 0
}

.flat-case-details .post {
    padding-top: 4px;
    padding-left: 1px
}

.flat-case-details .post .tags {
    margin-bottom: 28px
}

.flat-case-details .post .tags span {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 20px 3px 14px;
    margin-left: 2px;
    background-color: var(--primary-color6);
    color: var(--primary-color);
    z-index: 2
}

.flat-case-details .post h2 {
    font-size: 32px;
    margin-bottom: 16px
}

.flat-case-details .post .box-img {
    display: flex;
    margin-bottom: 40px
}

.flat-case-details .post .box-img .image-2 {
    margin-left: 30px
}

.flat-case-details .post .text {
    margin-bottom: 40px
}

.flat-case-details .post .text-2 {
    margin-bottom: 38px
}

.flat-case-details .post .text-4 {
    margin-bottom: 39px
}

.flat-case-details .post .title-style {
    margin-bottom: 17px
}

.flat-case-details .post h3 span {
    font-weight: 400
}

.flat-case-details .wrap-pogress {
    margin-bottom: 18px;
    display: flow-root
}

.flat-case-details .progress-box {
    margin: 0;
    float: left;
    text-align: center;
    width: 25%
}

.flat-case-details .progress-box.style-1 {
    padding-right: 25px
}

.flat-case-details .progress-box.style-2 {
    padding-right: 10px
}

.flat-case-details .progress-box.style-3 {
    padding-right: 5px
}

.flat-case-details .progress-box.style-4 {
    padding-left: 10px
}

.flat-work.page-detail .work-heading h2,
.flat-case-details .content h3 {
    margin: 0
}

.flat-work.page-detail {
    padding: 110px 0 90px
}

.flat-contact {
    padding: 116px 0 120px
}

.flat-contact .box {
    padding-left: 1px
}

.flat-contact .box .sub-title-contact {
    font-size: 18px;
    font-weight: 400px;
    color: var(--primary-color6);
    margin: 1px 0 14px 2px
}

.flat-contact .box .title-contact {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 7px
}

.flat-contact .box .heading {
    padding-bottom: 20px;
    border-bottom: solid 1px #1C1E221A
}

.flat-contact .box ul {
    padding-top: 52px
}

.flat-contact .box ul li {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 29px
}

.flat-contact .box ul li .meta-mail {
    text-decoration: underline
}

.flat-contact .post .text {
    margin-left: 3px;
    margin-bottom: 37px
}

#footer {
    background: #222429;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 25px 0 10px 0;
    border-bottom: 2px solid #b3904d
}

#footer .widget {
    padding-right: 100px;
    margin-top: -1px
}

#footer .widget .logo-footer {
    margin-bottom: 38px
}

#footer .widget .logo-footer img {
    width: 200px
}

#footer .widget h5 {
    padding-bottom: 22px;
    margin-bottom: 61px;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    line-height: 24px
}

#footer .widget h4 {
    margin-bottom: 27px
}

#footer .subcribe-form-footer {
    position: relative;
    padding: 17px 60px 20px 2px;
    border: none;
    background-color: unset;
    border-bottom: solid 2px;
    border-radius: 0
}

#footer .subcribe-form-footer::placeholder {
    font-size: 15px
}

.form-subscribe-footer {
    position: relative;
    display: block
}

.form-subscribe-footer input {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #1D1D1D;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, .06);
    padding: 14px 30px
}

.form-subscribe-footer button {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border: none;
    outline: none;
    padding: 6px 17px 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 500ms ease;
    height: 100%
}

.form-subscribe-footer .button::after {
    content: ''
}

.form-subscribe-footer button:hover {
    background-color: var(--primary-color);
    color: var(--primary-color6);
    border: 0 solid var(--primary-color)
}

#footer .style-link {
    padding-left: 15px
}

#footer .menu-2 h3 {
    margin-bottom: 37px
}

#footer .widget-list-contact {
    margin-top: 21px
}

#footer .widget-list-contact .meta-address {
    margin-bottom: 32px;
    margin-left: 1px;
    line-height: 30px
}

#footer .widget-list-contact li a {
    font-size: 20px;
    line-height: 20px
}

#footer .widget-list-contact .contact-style {
    margin-bottom: 21px
}

#footer .widget-list-contact li a i {
    padding-right: 19px;
    color: #FFFFFF26
}

#footer .widget-list-contact li a i:hover {
    color: var(--primary-color6)
}

#footer .menu-1 h3 {
    margin-bottom: 33px
}

#footer .link-wrap li a {
    position: relative;
    font-size: 14px;
    line-height: 37.2px;
    color: rgba(255, 255, 255, .7)
}

#footer .link-wrap {
    width: 49%;
    display: inline-block
}

#footer .link-wrap li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    right: 0;
    background: var(--primary-color6);
    color: var(--primary-color6);
    transform: scaleX(0);
    transform-origin: center
}

#footer .link-wrap li a:hover::after,
#footer .link-wrap li:hover::after,
#footer .link-wrap li a:hover {
    transform: scaleX(1);
    transform-origin: center;
    color: var(--primary-color6)
}

.widget-social-footer {
    padding: 28px 0;
    background: #1C1E22
}

.widget-social-footer h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center
}

#scroll-top {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    z-index: 99999;
    bottom: 6%;
    right: 2%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden
}

#scroll-top.show {
    right: 1.5%;
    bottom: 15%;
    opacity: 1;
    visibility: visible
}

#scroll-top:before,
#scroll-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#scroll-top:before {
    z-index: -1;
    background-color: var(--primary-color6)
}

#scroll-top:after {
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #fff
}

#scroll-top:hover {
    transform: translateY(-8%)
}

.flat-alert.msg-success {
    color: var(--primary-color);
    padding: 20px;
    background-color: var(--primary-color2);
    border-radius: 6px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px
}

.fa-times:before {
    color: var(--primary-color)
}

.error-navigation-container {
    background-color: #b3904d !important
}

.form-input-wide button#input_21 {
    background-color: #b3904d !important;
    border: 1px solid #b3904d !important
}

.form-input-wide .form-line-error .form-error-message {
    background-color: #b3904d !important
}

.form-input-wide .submit-button:hover {
    background-color: #b3904d !important;
    border-color: #b3904d !important
}

.form-input-wide span.error-navigation-message {
    background-color: #b3904d !important;
    border: 1px solid #b3904d !important
}

.form-input-wide .form-line-error .form-error-arrow {
    border: 1px solid #b3904d !important
}

.form-input-wide .form-error-arrow-inner {
    background-color: #b3904d !important
}

.form-input-wide .error-navigation-container {
    background-color: #b3904d !important
}