/**
  * Name: Arcik
  * Version: 1.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');
@import "responsive.css";
@import "bootstrap.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "font-awesome.css";
@import "shortcodes.css";


/* 
   * Reset Browsers
   * General
   * Form
   * Button
   * Typography
   * Extra classes
   * link style
   * Top bar
   * Header
   * Search popup
   * Pagination
   * Page title
   * Blog
   * side bar
   * flat blog grid
   * flat blog details
   * flat about
   * flat portfolio
   * flat services
   * flat funfact
   * flat team
   * flat banner
   * flat award
   * flat funface grid
   * flat skillset
   * flat faq
   * flat counter
   * flat testimonials
   * flat spaces
   * flat services home 2
   * flat quotes
   * flat approch
   * flat services details
   * flat contact
   * flat pricing
   * flat portfolio grid
   * flat team details
   * flat portfolio details
   * footer
   * bottom
   * scroll top
*/

/* Reset Browsers
-------------------------------------------------------------- */
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%
}


/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family            : 'Roboto', sans-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-weight: 400;
    font-size  : 16px;
    line-height: 26px;
    color      : var(--primary-color4);
}

strong,
b,
cite {
    font-weight: bold;
}

blockquote h4 {}

blockquote {}

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         : 2px solid var(--primary-color3);
    overflow-x     : auto;
    -webkit-hyphens: none;
    -moz-hyphens   : none;
    hyphens        : none;
    border-radius  : 0;
    height         : auto;
}


/* Elements
-------------------------------------------------------------- */

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);
}


/* List */

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: 0.1em 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter         : alpha(opacity=50);
    opacity        : 0.5;
}


/* Table */

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;
}

/* Media */

embed,
object,
video {
    margin-bottom : 20px;
    max-width     : 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */


/* Fixes */

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));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow      : auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

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;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border : 0;
    padding: 0;
}


/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}


/* Reset search styling */

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
}


/* Input normal */

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            : 2px solid var(--primary-color3);
    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;
}


/* Contact Form 7 */

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}


/* Input focus */

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: 0px;
    color         : var(--primary-color4);
}


/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight       : 700;
    font-size         : 15px;
    background-color  : var(--primary-color);
    color             : #ffff;
    padding           : 18px 23px;
    display           : inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition   : all ease 0.3s;
    transition        : all ease 0.3s;
}


/* Button hover + focus */

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;
}


/* Placeholder color */

::-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;
}


/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #999;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family   : 'Poppins', sans-serif;
    font-weight   : 600;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 40px;
}


/* 34px */

h2 {
    font-size: 2em;
}


/* 30px */

h3 {
    font-size: 34px;
}


/* 24px */

h4 {
    font-size: 1.428em;
}


/* 20px */

h5 {
    font-size: 1.2em;
}


/* 18px */

h6 {
    font-size: 16px;
}


/* 16px */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}


/* Extra classes
-------------------------------------------------------------- */

.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
}

/* link style
-------------------------------------------------------------- */
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             : #fff;
    -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-color2);
    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-color2);
    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             : #fff;
    -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             : #fff;
    text-decoration   : underline;
    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             : #c6c6c6;
    -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-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;
}

/* Root
-------------------------------------------------------------- */
:root {
    /* color */
    --primary-color : #fff;
    --primary-color2: #000000;
    --primary-color3: #f5f5f5;
    --primary-color4: #787878;
    --primary-color5: #edf1f4;
    --primary-color6: #04566D;
}

/* parallax
-------------------------------------------------------------- */

.parallax {
    width                : 100%;
    background-attachment: fixed;
    background-position  : 50% 0;
    background-repeat    : repeat;
}

/* Top Bar
-------------------------------------------------------------- */

#site-header-wrap {
    position: relative;
    z-index : 100;
}

#top-bar {
    height          : 40px;
    padding         : 0 51px;
    background-color: var(--primary-color4);
}

/* style-3 */
#top-bar.home-3 {
    background-color: #f0f0f0;
}

#top-bar .top-bar-content .inner {
    display        : flex;
    justify-content: space-between;
}

/* Top Bar Content */

#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;
}


/* Header
-------------------------------------------------------------- */

#site-header {
    position        : relative;
    display         : flex;
    align-items     : center;
    width           : 100%;
    height          : 100px;
    padding         : 0 53px;
    background-color: #fff;
}

#site-header-inner {
    position: absolute;
    left    : 17.5%;
    z-index : 9999;
}

/* header style 2 */
#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;
}

/* Site Logo */

#site-logo {
    line-height: 100px;
}

/* Site Logo  style-2 */
#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 */

#main-nav ul {
    margin: 0px;
}

#main-nav ul li {
    position  : relative;
    list-style: none;
}

#main-nav>ul>li {
    float : left;
    margin: 0 38.7px;
}

#main-nav>ul>li>a {
    display    : block;
    line-height: 100px;
    font-size  : 14px;
    font-weight: 700;
    color      : var(--primary-color2);
    position   : relative;
}

/* style-2 */

#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.style-2>.menu>li.menu-item-has-children>a::after {
    color: var(--primary-color);
}

/* /style-2 */

#main-nav>ul>li>a::before {
    content         : "";
    width           : 100%;
    height          : 2px;
    position        : absolute;
    right           : 0;
    bottom          : 42px;
    background-color: #b7aea8;
    transform       : scale(0, 1);
    transform-origin: right center;
    transition      : transform 500ms ease;
}

#main-nav>ul>li.current-menu-item>a {
    color: var(--primary-color6);
}

#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-color4);
}

/* Sub Menu */

#main-nav .sub-menu {
    position          : absolute;
    top               : 100%;
    left              : 0;
    width             : 250px;
    background-color  : #ffff;
    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(0.35, 0.7, 0.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);
    text-decoration: underline;
}

.navigation-side-menu {
    cursor            : pointer;
    display           : inline-block;
    -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;
}

.navigation-side-menu:hover.icon-icon:before {
    color: var(--primary-color6);
}

/* Mobile Menu */

#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: 0px 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          : #777777;
    text-decoration: underline;
    font-weight    : 700;
}

#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;
}


/* navigation icon */

#site-header .navigation-side-menu {
    position : absolute;
    right    : 50px;
    font-size: 36px;
}

#site-header.style-2 .navigation-side-menu {
    font-size: 25px;
    right    : 30px;
}

/* header nav right */
.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 Menu Button */

.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-color2);
    -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);
}

/* style 2 */
#site-header.style-2 .mobile-button {
    left: 30px;
}

#site-header.style-2 .mobile-button:before,
#site-header.style-2 .mobile-button:after,
#site-header.style-2 .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;
}


/* Header Fixed */

#site-header.is-fixed {
    position          : fixed;
    top               : -100px;
    left              : 0;
    width             : 100%;
    z-index           : 9999;
    border            : 0px;
    box-shadow        : 1px 1px 5px 0px rgb(0 0 0 / 20%);
    background        : #fff;
    -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: 100px;
}

.header-style-2 #site-header.is-fixed {
    border    : 0px;
    background: rgba(30, 29, 29, 0.9);
}


/* search popup */

.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         : 0.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);
}

/* Style 2 */

#site-header.style-2.is-fixed {
    background-color: #000000c9;
}

/* Pagination
-------------------------------------------------------------- */

.themesflat-pagination {
    margin    : 49px 25px;
    text-align: center;
}

.themesflat-pagination ul {
    margin  : 0px;
    position: relative;
}

.themesflat-pagination ul li {
    display     : inline-block;
    margin-right: 6px;
}

.themesflat-pagination ul li .page-numbers {
    display      : inline-block;
    font-size    : 14px;
    font-weight  : 700;
    color        : #787878;
    text-align   : center;
    width        : 50px;
    height       : 50px;
    border-radius: 50%;
    border       : 1px solid var(--primary-color4);
    line-height  : 50px;
    object-fit   : cover;
    box-shadow   : 0 8px 17px 0 #cccccc8f;
}

.themesflat-pagination ul li .page-numbers:hover,
.themesflat-pagination ul li .page-numbers.current {
    background-color: var(--primary-color2);
    color           : #fff;
    border-color    : var(--primary-color2);
}

.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;
    }
}

/* flat title page 
--------------------------------------------------------------*/

.flat-title-page {
    position           : relative;
    height             : 452px;
    margin             : 0 3.1%;
    background-image   : url(../images/background-section/news-background-1.jpg);
    background-size    : cover;
    background-repeat  : no-repeat;
    background-position: center;
}

.flat-title-page .breadcrumbs {
    color     : #fff;
    z-index   : 50;
    text-align: left;
    padding   : 142px 11px;
}

.flat-title-page .section-title-page {
    font-size     : 120px;
    font-family   : 'Poppins', sans-serif;
    font-weight   : 700;
    letter-spacing: -3.5px;
}


.breadcrumbs .breadcrumb-trail {
    display       : block;
    width         : 100%;
    font-size     : 16px;
    font-weight   : 300;
    letter-spacing: 3px;
    margin-bottom : 15px;
}

.breadcrumbs .breadcrumb-trail>a,
.breadcrumbs .breadcrumb-trail>span {
    position     : relative;
    display      : inline-block;
    padding-right: 19px;
    margin-top   : 15px;
}

.breadcrumbs .breadcrumb-trail>span {
    padding-right: unset;
    padding-left : 16px;
}

.breadcrumbs .breadcrumb-trail>a:before {
    content    : " | ";
    color      : #fff;
    line-height: normal;
    position   : absolute;
    right      : -2px;
    top        : -2px;
}

/* Blog
-------------------------------------------------------------- */
.flat-blog {
    margin-top   : -1px;
    margin-bottom: -51px;
}

.flat-blog #site-content {
    margin-left: -4px;
}

.flat-blog .post-content:first-child {
    margin-top: 0px;
}

.flat-blog .inner-content {
    margin: 0 5px;
}

.flat-blog .post-content {
    border    : 2px solid #f6f6f6;
    margin-top: 40px;
}

.flat-blog .post-media {
    position: relative;
}

.flat-blog .post-media.overlay::after {
    content         : '';
    position        : absolute;
    top             : 0;
    left            : 0;
    right           : 0;
    bottom          : 0;
    background-color: var(--primary-color2);
    opacity         : 0.6;
}

.flat-blog .post-media .logo {
    position : absolute;
    left     : 50%;
    top      : 50%;
    transform: translate(-50%, -50%);
    z-index  : 50;
}

.flat-blog .post-media img {
    width: 100%;
}

.flat-blog .post-media .tag {
    position        : absolute;
    bottom          : -16px;
    left            : 50px;
    padding         : 10px 12px;
    font-size       : 12px;
    letter-spacing  : 2.3px;
    background-color: #fff;
    box-shadow      : 0 2px 23px 0 #cccccc6b;
    z-index         : 10;
}

.flat-blog .post-media .author {
    position        : absolute;
    bottom          : -29px;
    right           : 52px;
    display         : flex;
    align-items     : center;
    padding         : 10px 46px 10px 10px;
    background-color: #fff;
    box-shadow      : 0 2px 23px 0 #cccccc6b;
    z-index         : 10;
}

.flat-blog .post-media .video {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
}

.flat-blog .post-media .author .name {
    font-weight   : 500;
    margin-left   : 13px;
    letter-spacing: 1px;
}

.flat-blog .post-content .post-content-wrap {
    padding: 56px 49px 46px 49px;
}

.flat-blog .post-content .post-title {
    letter-spacing: -1px;
    line-height   : 46px;
    margin-bottom : 14px;
}

.flat-blog .post-content .post-title a:hover {
    text-decoration: underline;
    color          : var(--primary-color2);
}

.flat-blog .post-content p {
    color        : var(--primary-color4);
    margin-bottom: 24px;
}

.flat-blog .post-content .post-meta-content {
    border-top : 1px solid #e7e7e7;
    padding-top: 26px;
}

.flat-blog .post-content .post-meta-content .item,
.entry-date.item {
    font-size: 14px;
    color    : var(--primary-color4);
}

.post-meta-content .item:before,
.entry-date.item::before {
    font-family : 'Font Awesome 5 Pro';
    font-size   : 14px;
    margin-right: 7px;
    color       : var(--primary-color4);
}

.post-meta .item.entry-view:before {
    content: '\f06e';
}

.post-meta .item.entry-comments:before {
    content: '\f086';
}

.post-meta .item.entry-date:before,
.item.entry-date:before {
    content: '\f073';
}

.post-meta .line {
    position    : relative;
    margin-right: 61px;
}

.post-meta .line::after {
    position: absolute;
    top     : 2px;
    right   : -27px;
    content : "|";
    color   : var(--primary-color4);
}

.flat-blog .post-content-wrap.style-2 {
    padding: 41px 49px 46px 49px;
}

.flat-blog .inner-content blockquote {
    position        : relative;
    margin-top      : 49px;
    padding         : 59px 30px 65px 157px;
    background-color: var(--primary-color2);
    color           : #fff;
}

.flat-blog .inner-content blockquote::after {
    position   : absolute;
    content    : '\e909';
    font-family: 'arcik';
    left       : 50px;
    top        : 50%;
    transform  : translateY(-50%);
    font-size  : 81px;
    color      : #2b2b2b;
}

.flat-blog .inner-content blockquote h2 {
    font-size     : 36px;
    line-height   : 46px;
    letter-spacing: -1.1px;
}

/* side bar */
.widget-title {
    margin-bottom: 30px;
}

.widget-title h2 {
    font-size     : 20px;
    letter-spacing: -0.7px;
    margin-bottom : 21px;
    text-align    : left;
}

.side-bar .progress {
    position        : relative;
    height          : 1px;
    width           : 100%;
    background-color: #f1f1f1;
}

.side-bar .progress::after {
    content         : '';
    position        : absolute;
    width           : 8%;
    height          : 1px;
    background-color: var(--primary-color2);
}

.side-bar .widget {
    margin-bottom: 44px;
}

.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: -0.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
--------------------------------------------------------------*/
.flat-blog-grid {
    margin-bottom: -33px;
}

.flat-blog-grid .grid-post {
    margin-bottom: 30px;
}

.flat-blog-grid .grid-post .media {
    position: relative;
    overflow: hidden;
}

.flat-blog-grid .grid-post .media img {
    width             : 100%;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition        : all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.flat-blog-grid .grid-post:hover .media img {
    -webkit-transform: scale(1.05);
    transform        : scale(1.05);
}

.flat-blog-grid .grid-post .media .tags {
    position        : absolute;
    bottom          : 0;
    left            : 40px;
    font-size       : 12px;
    font-weight     : 300;
    letter-spacing  : 2.4px;
    padding         : 7px 19px;
    background-color: var(--primary-color2);
    color           : var(--primary-color);
}

.flat-blog-grid .grid-post .content {
    position          : relative;
    padding           : 37px 35px 39px 39px;
    border            : 1px solid var(--primary-color2);
    border-top        : 1px solid var(--primary-color);
    background-color  : var(--primary-color);
    -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::after {
    content         : "";
    width           : 100%;
    height          : 4px;
    position        : absolute;
    right           : 0;
    bottom          : 0;
    background-color: var(--primary-color2);
    transform       : scale(0, 1);
    transform-origin: right center;
    transition      : transform 500ms ease;
}

.flat-blog-grid .grid-post .content:hover::after {
    transform       : scale(1, 1);
    transform-origin: left center;
}

.flat-blog-grid .grid-post .content:hover h3>a {
    text-decoration: underline;
    color          : var(--primary-color2);
}

.flat-blog-grid .grid-post .content .meta {
    margin-bottom: 12px;
}

.flat-blog-grid .grid-post .content span {
    position      : relative;
    font-size     : 12px;
    font-weight   : 300;
    letter-spacing: 2.4px;
    color         : var(--primary-color4);
    margin-right  : 30px;
}

.flat-blog-grid .grid-post .content .entry-date::after {
    content : '/';
    position: absolute;
    right   : -23px;
}

.flat-blog-grid .grid-post .content h3 {
    font-size     : 20px;
    letter-spacing: -0.6px;
    line-height   : 30px;
    margin-bottom : 27px;
}

.flat-blog-grid .grid-post .content .readmore {
    font-weight    : 700;
    font-size      : 14px;
    text-decoration: underline;
}

/* style home-2 */
.flat-blog-grid.home-2 .box-hide {
    display: none;
}

.flat-blog-grid.home-2 .funfact-title {
    margin-bottom: 52px;
}

.flat-blog-grid.home-2 .funfact-title .section-title {
    margin-bottom: 11px;
}

.flat-blog-grid .grid-post .content:hover,
.flat-blog-grid .grid-post.active .content {
    border    : 1px solid #fff;
    box-shadow: -2px 6px 23px #b4b4b44f;
}

.flat-blog-grid .grid-post.active .readmore {
    color: var(--primary-color2);
}

/* style home-3 */

.flat-blog-grid.home-3 {
    background-color: #f6f6f6;
    margin-bottom   : -80px;
}

.flat-blog-grid.home-3 .grid-post .content {
    border          : unset;
    background-color: unset;
    padding         : 37px 39px 0 0;
}

.flat-blog-grid.home-3 .grid-post .content::after {
    display: none;
}

.flat-blog-grid.home-3 .grid-post .media .tags {
    left: 0;
}

.flat-blog-grid.home-3 .grid-post .content {
    box-shadow: unset;
}

.flat-blog-grid.home-3 .grid-post.box-2 {
    border       : 1px solid #e5e5e5;
    border-top   : unset;
    border-bottom: unset;
    padding      : 0 49px;
}

.flat-blog-grid.home-3 .grid-post.box-2 .content {
    padding      : 28px 0 21px 0;
    border-bottom: 1px solid #e5e5e5;
}

.flat-blog-grid.home-3 .grid-post.box-2:last-child .content,
.flat-blog-grid.home-3 .grid-post.box-3:last-child .content {
    border-bottom: unset;
}

.flat-blog-grid.home-3 .grid-post.box-3 .content {
    padding      : 28px 0 21px 0;
    border-bottom: 1px solid #e5e5e5;
}

.flat-blog-grid.home-3 .newfeed-title {
    margin-bottom: 52px;
}

.flat-blog-grid.home-3 .newfeed-title .section-title {
    margin-bottom: 14px;
}

/* style portfolio page */
.flat-blog-grid.portfolio-page {
    margin-bottom: -61px;
}

.flat-blog-grid.portfolio-page .grid-post .content span {
    font-size     : 14px;
    letter-spacing: 2.8px;
}

.flat-blog-grid.home-3.portfolio-page .grid-post .content {
    padding   : 0;
    box-shadow: unset;
}

.flat-blog-grid.portfolio-page .grid-post .media {
    margin-bottom: 39px;
}

.flat-blog-grid.portfolio-page .grid-post .content .meta {
    margin-bottom: 11px;
}

.flat-blog-grid.portfolio-page .grid-post {
    margin-bottom: 58px;
}

.flat-blog-grid.portfolio-page .grid-post.left {
    margin-right: 20px;
}

.flat-blog-grid.portfolio-page .grid-post.right {
    margin-left: 20px;
}

.flat-blog-grid.portfolio-page .grid-post.center {
    margin-right: 10px;
    margin-left : 10px;
}

.flat-blog-grid.portfolio-page .grid-post .content h3 {
    font-size     : 24px;
    letter-spacing: -0.8px;
    line-height   : 34px;
}

.flat-blog .swiper-button-prev.custom-btn-blog-prev {
    left: 38px;
}

.flat-blog .swiper-button-next.custom-btn-blog-next::after,
.flat-blog .swiper-button-prev.custom-btn-blog-prev::after {
    content    : '\f061';
    font-family: "Font Awesome 5 Pro";
    font-size  : 28px;
}

.flat-blog .swiper-button-prev.custom-btn-blog-prev::after {
    content: '\f060';
}

.flat-blog .swiper-button-prev.custom-btn-blog-prev:hover {
    background-color: unset;
    border          : unset;
}

/* flat blog details
-------------------------------------------------------------- */
.flat-blog-details {
    margin-top: 1px;
}

.flat-blog-details .inner-content {
    margin-right: 10px;
}

.flat-blog-details .post-meta {
    margin-bottom: 27px;
}

.flat-blog-details .post .media {
    margin-top   : 56px;
    margin-bottom: 59px;
}

.flat-blog-details .post .title {
    font-size     : 30px;
    letter-spacing: -0.9px;
    margin-bottom : 27px;
}

.flat-blog-details .post hr {
    margin: 56px 0px;
}

.flat-blog-details .post .post-image {
    display      : flex;
    align-items  : center;
    margin-bottom: 55px;
}

.flat-blog-details .post .post-image .thumb {
    width       : 100%;
    margin-right: 34px;
}

.flat-blog-details .post .quote-details {
    text-align   : center;
    padding      : 47px 55px 45px 45px;
    border       : 3px solid var(--primary-color3);
    box-shadow   : 0 5px 17px #645e5d24;
    margin-bottom: 53px;
}

.flat-blog-details .post .quote-details .icon {
    display         : inline-block;
    width           : 60px;
    height          : 60px;
    border-radius   : 50%;
    object-fit      : cover;
    line-height     : 60px;
    text-align      : center;
    background-color: #fff;
    box-shadow      : 0 5px 17px #645e5d24;
    margin-bottom   : 22px;
}

.flat-blog-details .post .quote-details .icon::after {
    content    : '\e909';
    font-family: 'arcik';
    font-size  : 25px;
}

.flat-blog-details .post .quote-details h2 {
    font-size     : 28px;
    letter-spacing: -0.8px;
    line-height   : 38px;
    margin-bottom : 27px;
}

.flat-blog-details .post .quote-details h3 {
    font-family  : 'roboto', sans-serif;
    font-size    : 20px;
    font-weight  : 700;
    margin-bottom: 10px;
}

.flat-blog-details .post .infor-row {
    display        : flex;
    justify-content: space-between;
    margin-top     : 52px;
    padding-bottom : 49px;
    border-bottom  : 2px solid var(--primary-color3);
}

.flat-blog-details .post .infor-row h3 {
    font-size     : 20px;
    letter-spacing: -0.6px;
    margin-bottom : 33px;
}

.flat-blog-details .post .infor-row .tags a {
    padding         : 6.5px 25px;
    border-radius   : 30px;
    background-color: #fff;
    border          : 1px solid var(--primary-color3);
    font-size       : 12px;
    font-weight     : 500;
    color           : var(--primary-color4);
    margin-right    : 13px;
}

.flat-blog-details .post .infor-row .tags a:hover,
.flat-blog-details .post .infor-row .tags a.active {
    background-color: var(--primary-color2);
    color           : #fff;
    border          : 1px solid var(--primary-color2);
}

.flat-blog-details .post .infor-row .socials .widget-socials {
    justify-content: unset;
}

.flat-blog-details .post .infor-row .socials .widget-socials .icon::after {
    font-size: 18px;
}

.flat-blog-details .post .infor-row .socials .widget-socials a.active {
    color: var(--primary-color2);
}

.flat-blog-details .post .last-desc {
    padding-right: 80px;
}

.flat-blog-details .post .infor-row .socials {
    text-align   : right;
    padding-right: 65px;
}

.flat-blog-details .post .infor-row .socials .widget-socials li {
    margin: 0px 14px;
}

.flat-blog-details .post .infor-row .socials .widget-socials li:last-child {
    margin-right: 0;
}

.flat-blog-details .post .entry-navigation {
    margin-top    : 49px;
    padding-bottom: 52px;
    border-bottom : 2px solid var(--primary-color3);
}

.flat-blog-details .post .entry-navigation .nav-post-label {
    font-size: 14px;
    color    : var(--primary-color4);
}

.flat-blog-details .post .entry-navigation .nav-post-label:hover {
    color: var(--primary-color2);
}

.flat-blog-details .post .entry-navigation .nav-links {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
}

.flat-blog-details .post .entry-navigation .nav-links h3 {
    font-size     : 28px;
    letter-spacing: -0.8px;
    margin-top    : 13px;
}

.flat-blog-details .post .entry-navigation .nav-links h3:hover {
    text-decoration: underline;
}

.flat-blog-details .post .entry-navigation .nav-links .nav-post-icon::after {
    content    : '\e901';
    font-family: 'arcik';
    font-size  : 40px;
}

.flat-blog-details .post .entry-navigation .nav-links .nav-post-next {
    text-align: right;
}

.flat-blog-details .post .post-author {
    display      : flex;
    padding      : 40px;
    margin-top   : 59px;
    margin-bottom: 47px;
    border       : 2px solid var(--primary-color3);
}

.flat-blog-details .post .post-author .author-avatar {
    width       : 56%;
    margin-right: 21px;
}

.flat-blog-details .post .post-author .author-desc {
    padding-top: 28px;
}

.flat-blog-details .post .post-author .author-desc span {
    font-size: 12px;
    color    : var(--primary-color4);
}

.flat-blog-details .post .post-author .author-desc p {
    font-size: 14px;
}

.flat-blog-details .post .post-author .author-desc h2 {
    font-size     : 36px;
    margin-top    : 6px;
    letter-spacing: -1.2px;
    margin-bottom : 14px;
}

#comments .comments-title {
    font-size     : 26px;
    letter-spacing: -0.8px;
    margin-bottom : 36px;
}

#comments .comment-list {
    margin-bottom: 69px;
}

#comments .comment-list li {
    display      : flex;
    margin-bottom: 29px;
}

#comments .comment-list li.reply {
    margin-left: 15%;
}

#comments .comment-list .comment-avatar {
    flex-shrink : 0;
    margin-right: 32px;
}

#comments .comment-list li {
    padding-bottom: 23px;
    border-bottom : 1px solid var(--primary-color3);
}

#comments .comment-list .comment-content p {
    font-size  : 14px;
    line-height: 24px;
}

#comments .comment-list .comment-content .comment-text {
    padding-right: 60px;
}

#comments .comment-list .comment-content .comment-meta {
    margin-bottom: 24px;
}

#comments .comment-list .comment-content h4 {
    font-size     : 18px;
    letter-spacing: -0.6px;
    margin-bottom : 11px;
}

#comments .comment-list .comment-content .comment-meta {
    display        : flex;
    justify-content: space-between;
    padding-top    : 15px;
}

#comments .comment-list .comment-content .reply-comment {
    display      : block;
    padding      : 10px 22px;
    border-radius: 30px;
    border       : 1px solid var(--primary-color3);
    color        : var(--primary-color4);
}

#comments .comment-list .comment-content .reply-comment:hover {
    background-color: var(--primary-color2);
    border          : 1px solid var(--primary-color2);
    color           : #fff;
}

#comments .comment-list .comment-content .reply-comment .icon {
    transform: rotateY(180deg);
    display  : inline-block;
}

#comments .comment-list .comment-content .reply-comment .icon::after {
    content      : '\f064';
    font-family  : 'Font Awesome 5 Pro';
    font-size    : 15px;
    padding-right: 5px;
}

.flat-blog-details #contactform {
    border : 2px solid var(--primary-color3);
    padding: 48px;
}

.flat-blog-details #contactform fieldset {
    position     : relative;
    margin-bottom: 21px;
    box-shadow   : 0 5px 20px #645e5d24;
}

.flat-blog-details #contactform input {
    padding: 19px 28px;
}

.flat-blog-details #contactform input::placeholder,
.flat-blog-details #contactform textarea::placeholder {
    color: #999999;
}

.flat-blog-details #contactform fieldset img {
    position: absolute;
    right   : 27px;
    top     : 22px;
}

.flat-blog-details #contactform .btn-submit-comment::before {
    content     : '\f086';
    font-family : 'Font Awesome 5 Pro';
    font-weight : 300;
    margin-right: 14px;
}

.flat-blog-details #contactform .btn-submit-comment {
    margin-top: 12px;
}

.flat-blog-details #contactform button#comment-reply {
    padding: 14px 45px;
}

.flat-blog-details #contactform .btn-submit-comment span {
    letter-spacing: 0;
}

/* flat about */
.flat-about {
    background-color: var(--primary-color5);
    padding-bottom  : 0;
}

.flat-about .content-left {
    margin-top: 38px;
}

.flat-about .counter-box {
    display      : flex;
    margin-bottom: 42px;
}

.flat-about .counter-box .content {
    margin-right: 89px;
}

.flat-about .counter-box .content:last-child {
    margin-right: 0;
}

.flat-about .counter-box h3 {
    font-size     : 40px;
    letter-spacing: -0.9px;
    margin-bottom : 14px;
}

.flat-about .counter-box h3::after {
    content    : '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-size  : 10px;
}

.flat-about .counter-box .heading {
    font-size: 18px;
    color    : var(--primary-color4);
}

.flat-about p {
    font-weight  : 300;
    font-size    : 20px;
    line-height  : 32px;
    color        : var(--primary-color2);
    margin-bottom: 50px;
}

.section-title {
    display       : inline-block;
    font-family   : 'Roboto', sans-serif;
    font-size     : 14px;
    font-weight   : 300;
    letter-spacing: 2.8px;
    padding       : 0 6px 7px 0;
    box-shadow    : 2px 2px #d8dfe5;
    margin-bottom : 18px;
    text-transform: uppercase;
    color         : var(--primary-color2);
}

.section-heading {
    font-size     : 60px;
    letter-spacing: -1.8px;
}

.flat-about .content-right {
    margin-left: 7%;
}

.flat-about .content-right h2 {
    font-size     : 60px;
    line-height   : 70px;
    letter-spacing: -1.8px;
    margin-left   : -3px;
    margin-top    : -6px;
    margin-bottom : 52px;
}

.flat-about .content-right .author {
    display    : flex;
    align-items: center;
}

.flat-about .content-right .author .thumb {
    margin-right: 18px;
}

.flat-about .content-right .author .content h4 {
    letter-spacing: -0.5px;
    margin-bottom : 10px;
}

.flat-about .brand-slider {
    background-color: var(--primary-color);
    padding         : 47px 77px;
    margin-top      : 30px;
    transform       : translateY(90px);
    box-shadow      : 0 2px 12px 0 #cccccc6b;
}

.brand-slider .slogan-logo img {
    opacity   : 0.3;
    transition: all 300ms ease;
}

.brand-slider .slogan-logo:hover img,
.brand-slider .slogan-logo.active img {
    opacity: 1;
}

/* flat portfolio */
.flat-portfolio {
    padding-top: 210px;
}

.flat-portfolio .portfolio-post {
    position: relative;
    overflow: hidden;
}

.flat-portfolio .portfolio-post img {
    width: 100%;
}

.flat-portfolio .portfolio-post .content {
    position: absolute;
    top     : 48px;
    left    : 50px;
}

.flat-portfolio .content-right .button-custom-slider {
    position: absolute;
    right   : 24%;
    top     : 39px;
}

.flat-portfolio .portfolio-post .content .category {
    text-transform: uppercase;
    color         : var(--primary-color4);
    font-size     : 14px;
    font-weight   : 300;
    letter-spacing: 2.8px;
    margin-bottom : 11px;
}

.flat-portfolio .portfolio-post .content h3 {
    font-size     : 24px;
    line-height   : 34px;
    letter-spacing: -0.7px;
}

.flat-portfolio .portfolio-slider {
    margin-top: 51px;
}

.flat-portfolio .portfolio-post .read-more-content {
    width             : 57.5%;
    position          : absolute;
    left              : 50%;
    transform         : translateX(-50%);
    bottom            : -30%;
    display           : flex;
    justify-content   : space-between;
    padding           : 23px 29px;
    background-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;
}

.flat-portfolio .portfolio-post .read-more-content h3 {
    font-weight   : 700;
    font-size     : 14px;
    letter-spacing: -1.3px;
}

.flat-portfolio .portfolio-post .read-more-content .readmore::after {
    content    : '\f178';
    font-family: 'Font Awesome 5 Pro';
}

.flat-portfolio .portfolio-post:hover .read-more-content,
.flat-portfolio .portfolio-post.active .read-more-content {
    bottom: 12.3%;
}

.flat-portfolio .portfolio-post .read-more-content::after {
    content         : "";
    position        : absolute;
    left            : 0;
    top             : 0;
    height          : 100%;
    width           : 0;
    background-color: var(--primary-color2);
    transition      : width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
    z-index         : -1;
}

.flat-portfolio .portfolio-post .read-more-content:hover a {
    color          : var(--primary-color);
    text-decoration: underline;
}

.flat-portfolio .portfolio-post .read-more-content:hover .readmore {
    text-decoration: unset;
}

.flat-portfolio .portfolio-post .read-more-content:hover::after {
    width: 100%;
}

/* home 2 style */
.flat-portfolio.home-2 {
    padding-top: 0;
}

.flat-portfolio.home-2 .portfolio-content {
    display         : flex;
    background-color: var(--primary-color2);
    padding-bottom  : 7px;
}

/* home 3 style */
.flat-portfolio.home-3 .portfolio-title {
    text-align   : center;
    padding-top  : 13px;
    margin-bottom: 52px;
}

.flat-portfolio.home-3 .portfolio-post.box-1 {
    margin-right: -5px;
}

.flat-portfolio.home-3 .portfolio-post.box-2 {
    margin-left  : -5px;
    margin-bottom: 20px;
}

.flat-portfolio.home-3 .portfolio-post.box-3 {
    float       : left;
    width       : 48.5%;
    margin-left : -5px;
    margin-right: 26px;
}

.flat-portfolio.home-3 .box-3:last-child {
    margin-right: -26px;
}

.flat-portfolio.home-3 .read-more-content {
    width: 80%;
}

/* flat services
-------------------------------------------------------------- */
.flat-services {
    background-color: var(--primary-color5);
    margin-top      : -30px;
}

.flat-services .services-title {
    text-align   : center;
    margin-bottom: 52px;
}

.flat-services .services-post-left {
    margin-right: -15px;
}

.flat-services .services-post-right {
    margin-left: -15px;
}

.flat-services .services-content.right {
    padding: 79px 50px 0 66px;
}

.flat-services .services-content.left {
    padding: 79px 105px 0 0px;
}

.flat-services .services-content .title {
    font-size     : 14px;
    font-weight   : 300;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin-bottom : 15px;
    color         : var(--primary-color4);
}

.title-sub {
    font-size     : 14px;
    font-weight   : 300;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin-bottom : 15px;
    font-family   : 'Roboto', sans-serif;
}

.flat-services .services-content h3 {
    margin-bottom: 30px;
}

.flat-services .services-content p {
    margin-bottom: 35px;
}

.flat-services .services-content .list-quotes li {
    margin-bottom: 16px;
}

.flat-services .services-content .list-quotes li:last-child {
    margin-bottom: 0;
}

.flat-services .services-content .list-quotes .icon {
    display         : inline-block;
    width           : 40px;
    height          : 40px;
    line-height     : 40px;
    text-align      : center;
    border-radius   : 50%;
    background-color: var(--primary-color);
    object-fit      : cover;
    margin-right    : 19px;
}

.flat-services .services-content .list-quotes .icon::after {
    content    : '\f00c';
    font-family: "Font Awesome 5 Pro";
    color      : var(--primary-color4);
}

.flat-services .services-content .list-quotes a {
    font-size: 16px;
    color    : var(--primary-color4);
}

/* flat funfact
-------------------------------------------------------------- */
.flat-fun-fact {
    position           : relative;
    overflow           : hidden;
    margin-bottom      : -29px;
    background-image   : url(../images/image-box/funcfact-post-1.jpg);
    background-position: top right;
    background-repeat  : no-repeat;
}

.flat-fun-fact .content-right {
    position: relative;
}

.flat-fun-fact .funfact-video,
.flat-skillset.home-2 .funfact-video {
    position        : absolute;
    top             : 230px;
    left            : 81.5%;
    transform       : translate(-50%, -50%);
    width           : 120px;
    height          : 120px;
    line-height     : 120px;
    text-align      : center;
    border-radius   : 50%;
    background-color: var(--primary-color);
    font-size       : 14px;
    font-weight     : 300;
    letter-spacing  : 3px;
    z-index         : 99;
}

.flat-fun-fact .funfact-video:hover,
.flat-skillset.home-2 .funfact-video:hover {
    background-color: var(--primary-color6);
    color           : var(--primary-color);
}

.flat-fun-fact .ripple::before,
.flat-skillset.home-2 .ripple::before,
.flat-fun-fact .ripple::after,
.flat-skillset.home-2 .ripple::after {
    width : 120px;
    height: 120px;
}

.flat-fun-fact .funfact-content-left .section-title {
    margin-bottom: 11px;
}

.flat-fun-fact .funfact-content-left .section-heading {
    margin-bottom: 12px;
}

.flat-fun-fact .funfact-content-left p {
    margin-bottom: 52px;
    padding-right: 65px;
}

.flat-fun-fact .progress-box {
    display       : flex;
    align-items   : center;
    margin-top    : 29px;
    padding-bottom: 28px;
    border-bottom : 1px solid var(--primary-color5);
}

.flat-fun-fact .progress-box:last-child {
    border-bottom: unset;
}

.flat-fun-fact .progress-box .progress-about {
    margin-right: 31px;
}

.flat-fun-fact .progress-box .content .title-sub {
    color: var(--primary-color4);
}

.flat-fun-fact .funfact-content-left .progress-box h3 {
    font-size     : 24px;
    letter-spacing: -0.8px;
}

/* flat team
-------------------------------------------------------------- */
.flat-team {
    background-color: var(--primary-color5);
}

.flat-team.page-team {
    background-color: unset;
    background-color: unset;
    border-bottom   : 1px solid #f1f1f1;
    padding-bottom  : 88px;
}

.flat-team.about {
    background-color: unset;
}

.flat-team .team-title {
    text-align   : center;
    margin-bottom: 67px;
}

.flat-team .team-title .section-title {
    margin-bottom: 12px;
}

.flat-team .team-content {
    position: relative;
    overflow: hidden;
}

.flat-team.page-team .team-content {
    margin-bottom: 30px;
}

.flat-team .team-content img {
    width: 100%;
}

.flat-team .team-content .content {
    position          : absolute;
    bottom            : -22px;
    right             : 0;
    width             : 270px;
    padding           : 30px 10px 8px 28px;
    background-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;
}

.flat-team .team-content .title-sub {
    margin-bottom: -3px;
}

.flat-team .team-content .team-name {
    font-size     : 24px;
    letter-spacing: -0.8px;
}

.flat-team .team-content .content .list-content {
    display           : flex;
    margin-top        : 22px;
    opacity           : 0;
    visibility        : hidden;
    -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;
}

.flat-team .team-content .content .list-content li {
    margin-right: 16.5px;
}

.flat-team .team-content .content .list-content li a {
    font-size: 12px;
}

.flat-team .team-content .content .list-content li.active a {
    color: var(--primary-color2);
}

.flat-team .team-content:hover .content,
.flat-team .team-content.active .content {
    padding-bottom: 25px;
    bottom        : 0;
}

.flat-team .team-content:hover .list-content,
.flat-team .team-content.active .list-content {
    opacity   : 1;
    visibility: visible;
}

/* team home-2 */
.flat-team.home-2 {
    padding-left    : 8px;
    background-color: var(--primary-color5);
}

.flat-team.home-2 .team-content img {
    width: 100%;
}

.flat-team.home-2 .team-content .content {
    width: 233px;
}

/* team home-3 */
.flat-team.home-3 {
    background-color: unset;
}

.flat-team.home-3 .section-title {
    margin-bottom: 17px;
}

.flat-team.home-3 .team-title {
    margin-bottom: 52px;
}

.flat-team.home-3 .team-content.box-1 {
    transform: translateX(-9px);
}

.flat-team.home-3 .team-content.box-3 {
    transform: translateX(11px);
}

/* flat banner
-------------------------------------------------------------- */
.flat-banner {
    padding            : 90px 0;
    background-image   : url(../images/background-section/banner-post.jpg);
    background-repeat  : no-repeat;
    background-position: center;
    background-size    : cover;
}

.flat-banner .content {
    text-align: center;
}

.flat-banner .content h2 {
    display       : inline-block;
    font-size     : 120px;
    color         : var(--primary-color);
    letter-spacing: -3.5px;
}

.flat-banner .content .text-stroke {
    -webkit-text-fill-color  : rgb(0 0 0 / 0%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    opacity                  : 0.4;
}

/* flat award
-------------------------------------------------------------- */
.flat-award {
    margin-bottom: -42px;
}

.flat-award .award-title {
    text-align   : center;
    margin-bottom: 28px;
}

.flat-award .award-history-box {
    display        : flex;
    justify-content: center;
    padding-top    : 43px;
    padding-bottom : 38px;
    border-bottom  : 1px solid var(--primary-color5);
}

.flat-award .award-history-box:last-child {
    border-bottom: unset;
}

.flat-award .award-history-box.left {
    margin-left: 13%;
}

.flat-award .award-history-box.right {
    margin-right: 13%;
}

.flat-award .award-history-box .year {
    text-align   : right;
    padding-right: 26px;
    border-right : 1px solid var(--primary-color5);
}

.flat-award .award-history-box .content {
    text-align  : left;
    padding-left: 29px;
}

.flat-award .award-history-box .title-sub {
    margin-bottom: 1px;
}

.flat-award .award-history-box h3 {
    font-size     : 18px;
    letter-spacing: -0.6px;
    line-height   : 34px;
}

/* flat funfact grid
-------------------------------------------------------------- */
.flat-funfact-grid {
    background-color: var(--primary-color5);
}

.flat-funfact-grid.flat-blog-grid .grid-post .content {
    border: unset;
}

.flat-funfact-grid.flat-blog-grid .grid-post .content .entry-author {
    color: var(--primary-color2);
}

.flat-funfact-grid .section-title {
    margin-bottom: 12px;
}

.flat-funfact-grid .flat-funfact-grid-title {
    margin-bottom: 51px;
}

.flat-funfact-grid .box-hide {
    display: none;
}

/* flat skillset
-------------------------------------------------------------- */
.flat-skillset {
    padding-bottom: 0;
}

.flat-skillset .content-left {
    position: relative;
}

.flat-skillset .content-left .post {
    text-align: right;
}

.flat-skillset .content-left .text-outline {
    position                 : absolute;
    left                     : 0;
    top                      : -13px;
    background-image         : url(../images/image-box/newfeed-post-1.jpg);
    background-repeat        : no-repeat;
    background-position      : center;
    background-size          : cover;
    -webkit-text-fill-color  : transparent;
    -webkit-text-stroke-width: 10px;
    -webkit-background-clip  : text;
    -webkit-text-stroke-color: var(--primary-color);
    font-size                : 295px;
    font-weight              : bold;
}

.flat-skillset .content-right {
    padding-top : 60px;
    padding-left: 49px;
}

.flat-skillset .content-right .section-title {
    margin-bottom: 8px;
}

.flat-skillset .content-right .section-heading {
    line-height  : 70px;
    margin-bottom: 45px;
}

.flat-skillset .skillset-content {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    margin-bottom  : -120px;
    margin-top     : 120px;
    background     : linear-gradient(#000000b0 0%, #000000b0 100%), url(../images/image-box/skillset-post-2.jpg) no-repeat center;
    background-size: cover;
    height         : 526px;
    padding        : 146px 111px 100px 100px;
}

.flat-skillset .skillset-content .skillet-box h2 {
    position                 : absolute;
    top                      : -57px;
    left                     : -8px;
    letter-spacing           : -3px;
    font-size                : 120px;
    font-weight              : 700;
    -webkit-text-fill-color  : rgb(0 0 0 / 0%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    opacity                  : 0.1;
    -webkit-transition       : all .3s ease;
    -moz-transition          : all .3s ease;
    -ms-transition           : all .3s ease;
    -o-transition            : all .3s ease;
    transition               : all .3s ease;
    z-index                  : 1;
}

.flat-skillset .skillset-content .skillet-box:hover h2,
.flat-skillset .skillset-content .skillet-box.active h2 {
    opacity: 1;
}

.flat-skillset .skillset-content .skillet-box {
    position  : relative;
    text-align: center;
    display   : inline-block;
}

.flat-skillset .skillset-content .skillet-box .icon {
    position          : relative;
    height            : 120px;
    width             : 120px;
    line-height       : 120px;
    margin            : auto;
    text-align        : center;
    border-radius     : 50%;
    object-fit        : cover;
    background-color  : var(--primary-color2);
    margin-bottom     : 37px;
    -webkit-transition: all .8s ease;
    -moz-transition   : all .8s ease;
    -ms-transition    : all .8s ease;
    -o-transition     : all .8s ease;
    transition        : all .8s ease;
    z-index           : 20;
}

.flat-skillset .skillset-content .skillet-box .number-content {
    font-size                : 61px;
    letter-spacing           : -5px;
    -webkit-text-fill-color  : rgb(0 0 0 / 0%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    opacity                  : 0.1;
}

.flat-skillset .skillset-content .skillet-box:hover .icon,
.flat-skillset .skillset-content .skillet-box.active .icon {
    background-color: var(--primary-color3);
    transform       : rotateY(360deg);
}

.flat-skillset .skillset-content .skillet-box:hover .icon::after,
.flat-skillset .skillset-content .skillet-box.active .icon::after {
    color: var(--primary-color2);
}

.flat-skillset .skillset-content .skillet-box .icon::after {
    font-family: 'arcik';
    font-size  : 50px;
    color      : var(--primary-color);
}

.flat-skillset .skillset-content .skillet-box .icon-1::after {
    content: '\e907';
}

.flat-skillset .skillset-content .skillet-box .icon-4::after {
    content: '\e90f';
}

.flat-skillset .skillset-content .skillet-box .icon-2::after {
    content: '\e90a';
}

.flat-skillset .skillset-content .skillet-box .icon-3::after {
    content: '\e90e';
}

.flat-skillset .skillset-content .skillet-box h3>a,
.flat-skillset .skillset-content .skillet-box h3 {
    color         : var(--primary-color);
    font-size     : 18px;
    line-height   : 26px;
    letter-spacing: -0.5px;
    margin-bottom : 21px;
}

.flat-skillset .skillset-content .skillet-box h3>a:hover {
    color: var(--primary-color6);
}

.flat-skillset .skillset-content .skillet-box .readmore {
    display           : inline-block;
    height            : 50px;
    width             : 50px;
    line-height       : 50px;
    text-align        : center;
    border-radius     : 50%;
    border            : 1px solid #edf1f426;
    -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;
}

.flat-skillset .skillset-content .skillet-box .readmore:hover {
    border: 1px solid var(--primary-color6);
}

.flat-skillset .skillset-content .skillet-box .readmore:hover::after {
    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;
}

.flat-skillset .skillset-content .skillet-box .readmore::after {
    content    : '\f178';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color      : var(--primary-color);
}

/* style home 2 */
.flat-skillset.home-2 {
    padding-bottom: 110px;
}

.flat-skillset.home-2 .content-left {
    padding-top: 14px;
}

.flat-skillset.home-2 .content-left .post {
    position  : relative;
    display   : inline-block;
    text-align: left;
}

.flat-skillset.home-2 .content-left .post img {
    border-radius: 50%;
}

.flat-skillset.home-2 .funfact-video {
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
}

.flat-skillset.home-2 .layer-skill {
    position : absolute;
    bottom   : -28px;
    left     : -29px;
    animation: move3 5s infinite;
    z-index  : -1;
}

.flat-skillset.home-2 .content-right {
    padding-top : 0px;
    padding-left: 2px;
}

.flat-skillset.home-2 .content-right .section-title {
    margin-bottom: 12px;
}

.flat-skillset.home-2 .content-right .section-heading {
    margin-bottom: 31px;
}

.flat-skillset.home-2 .content-right p {
    line-height  : 28px;
    padding-right: 10px;
}

.flat-skillset.home-2 .content-right .content-progress-box {
    margin-top: -9px;
}

.flat-skillset.home-2 .content-right .content-progress-box .progress-bar {
    margin: 39px 0;
}

/* style services page */
.flat-skillset.services {
    background-image   : url(../images/background-section/skillset-services.png);
    background-repeat  : no-repeat;
    background-position: left;
    background-color   : var(--primary-color2);
    padding-bottom     : 120px;
}

.flat-skillset.services .content-right {
    padding-top : 27px;
    padding-left: 0;
    color       : var(--primary-color);
}

.flat-skillset.services .content-right .section-title {
    margin-bottom: 13px;
    box-shadow   : 2px 2px #1f1f1f;
    color        : var(--primary-color);
}

.flat-skillset.services .content-right h2 {
    margin-bottom: 30px;
}

.flat-skillset.services .content-right p {
    line-height  : 28px;
    padding-right: 10px;
    color        : var(--primary-color);
}

.flat-skillset.services .content-right .content-progress-box {
    margin-top: -7px;
}

.flat-skillset.services .content-left .post-1 {
    position: absolute;
    right   : 49px;
    top     : 50%;
}

/* flat faq
-------------------------------------------------------------- */
.flat-faq {
    padding-top        : 261px;
    padding-bottom     : 0;
    background-image   : url(../images/image-box/faq-background.jpg.png);
    background-position: 102% 50%;
    background-repeat  : no-repeat;
    background-color   : #f6f6f6;
}

.flat-faq .section-title {
    margin-bottom: 13px;
}

.flat-faq .section-heading {
    margin-bottom: 51px;
}

.flat-faq .flat-accordion {
    padding-right: 15.4%;
}

.flat-faq .flat-accordion .flat-toggle {
    padding   : 27px 0 21px 0;
    border-top: 1px solid var(--primary-color5);
}

.flat-faq .flat-accordion .flat-toggle:last-child {
    border-bottom: 1px solid var(--primary-color5);
}

.flat-faq .flat-accordion .number {
    color       : #c4c4c4;
    margin-right: 6px;
    font-weight : 500;
}

.flat-faq .flat-accordion .btn-toggle {
    float: right;
}

.flat-faq .flat-accordion .toggle-title.active .btn-toggle::after {
    content: '\f068';
}

.flat-faq .flat-accordion .btn-toggle::after {
    content    : '\f067';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color      : var(--primary-color4);
}

.flat-faq .flat-accordion h6 {
    font-size: 18px;
    color    : var(--primary-color2);
    cursor   : pointer;
}

.flat-faq .flat-accordion .toggle-content {
    padding-top: 20px;
    display    : none;
}

.flat-faq .flat-accordion .toggle-content p {
    line-height: 28px;
}

.flat-faq .list-count,
.flat-counter .list-count {
    margin-top      : 139px;
    margin-bottom   : -104px;
    position        : relative;
    display         : flex;
    flex-wrap       : wrap;
    align-items     : center;
    justify-content : space-between;
    background-color: var(--primary-color);
    padding         : 45px 97px 45px 87px;
    box-shadow      : 0 19px 43px 0 #cccccc5e;
}

.flat-faq .list-count .item,
.flat-counter .list-count .item {
    position: relative;
}

.flat-faq .list-count .content,
.flat-counter .list-count .content {
    position: relative;
    z-index : 2;
}

.flat-faq .list-count .item h2,
.flat-counter .list-count .item h2 {
    position                 : absolute;
    top                      : -26px;
    left                     : -45px;
    font-size                : 150px;
    letter-spacing           : -1.5px;
    -webkit-text-fill-color  : rgb(0 0 0 / 0%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f0f0f0;
    z-index                  : 1;
}

.flat-faq .list-count .item h3,
.flat-counter .list-count .item h3 {
    font-size     : 60px;
    letter-spacing: -1.5px;
    margin-bottom : 11px;
}

.flat-faq .list-count .item span,
.flat-counter .list-count .item span {
    font-size   : 16px;
    color       : var(--primary-color4);
    padding-left: 4px;
}

/* style page faq */
.flat-faq.faq {
    padding         : 120px 0;
    background-image: unset;
    background-color: unset;
}

.flat-faq.faq .row {
    align-items: center;
}

.flat-faq.faq .content-left {
    margin-right: -30px;
}

.flat-faq.faq .content-right {
    padding-left : 78px;
    padding-right: 9px;
    margin-top   : -5px;
}

.flat-faq.faq .flat-accordion {
    padding-right: 0;
}

/* flat counter
-------------------------------------------------------------- */
.flat-counter {
    background-color: #edf1f4;
    margin-top      : -60px;
}

.flat-counter .list-count {
    margin          : 0;
    background-color: unset;
    box-shadow      : unset;
    padding         : 70px 32px 10px 0px;
}

.flat-counter .list-count .item .img-counter {
    margin-right: 16px;
}

.flat-counter .list-count .item h2 {
    left                     : 54px;
    -webkit-text-stroke-color: #9c9c9c2b;
}

.flat-counter .list-count .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* flat testimonials
-------------------------------------------------------------- */
.flat-testimonials {
    background-color: #f6f6f6;
    padding-bottom  : 141px;
}

.flat-testimonials .testimonials-title {
    margin-bottom: 81px;
}

.flat-testimonials .feedback-box {
    position        : relative;
    padding         : 60px;
    background-color: var(--primary-color);
    box-shadow      : 20px 20px 0px 0 #cccccc23;
}

.flat-testimonials .feedback-box .inner {
    display    : flex;
    align-items: center;
}

.flat-testimonials .feedback-box .user-avatar {
    flex-shrink : 0;
    display     : inline-block;
    width       : 200px;
    height      : 200px;
    border      : 6px solid var(--primary-color);
    margin-right: 39px;
}

.flat-testimonials .feedback-box .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flat-testimonials .feedback-box .icon {
    position        : absolute;
    top             : -39px;
    left            : 51px;
    padding         : 10px;
    background-color: #f6f6f6;
}

.flat-testimonials .feedback-box .content p {
    font-size    : 24px;
    font-weight  : 300;
    line-height  : 36px;
    margin-bottom: 35px;
}

.flat-testimonials .feedback-box .content .title-sub {
    margin-bottom: 6px;
}

.flat-testimonials .feedback-box .content h3 {
    font-size     : 24px;
    letter-spacing: -0.8px;
}

.flat-testimonials .feedback-box .button-custom-slider {
    position: absolute;
    top     : -7px;
    right   : 189px;
}

/* home-2 style */
.flat-testimonials.home-2 {
    background-image: url(../images/background-section/testimonials-background.jpg);
    padding-bottom  : 116px;
    padding-top     : 111px;
}

.flat-testimonials.home-2 .feedback-box {
    padding         : 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow      : unset;
}

.flat-testimonials.home-2 .feedback-box .content {
    padding-left : 11px;
    padding-top  : 3px;
    padding-right: 50px;
}

.flat-testimonials.home-2 .feedback-box .user-avatar {
    width : 159px;
    height: 170px;
}

.flat-testimonials.home-2 .feedback-box .user-avatar img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.flat-testimonials.home-2 .feedback-box .content h3 {
    font-size     : 18px;
    letter-spacing: 0px;
}

.flat-testimonials.home-2 .feedback-box .content p {
    font-family   : 'Poppins', sans-serif;
    font-size     : 30px;
    line-height   : 40px;
    margin-bottom : 26px;
    color         : var(--primary-color);
    letter-spacing: -0.9px;
}

.flat-testimonials.home-2 .feedback-box .content .title-sub {
    color: var(--primary-color4);
}

.flat-testimonials.home-2 .feedback-box .content .job {
    font-size: 14px;
    color    : var(--primary-color4);
}

.flat-testimonials.home-2 .feedback-box .content h3 {
    color        : var(--primary-color);
    margin-bottom: 11px;
}

/* about us 2
-------------------------------------------------------------- */
.flat-about-us-2 {
    padding-bottom: 37px;
}

.flat-about-us-2 .content-left .about-post {
    display    : flex;
    align-items: center;
}

.flat-about-us-2 .content-left .about-post .post-1 {
    margin-right: 30px;
}

.flat-about-us-2 .content-right {
    margin-top  : 56px;
    padding-left: 2px;
}

.flat-about-us-2 .content-right .section-title {
    margin-bottom: 12px;
}

.flat-about-us-2 .content-right h2 {
    line-height  : 70px;
    margin-bottom: 29px;
}

.flat-about-us-2 .content-right .note {
    font-size  : 20px;
    line-height: 32px;
    font-weight: 300;
}

.flat-about-us-2 .content-right p {
    margin-top   : 18px;
    line-height  : 28px;
    padding-right: 45px;
    margin-bottom: 60px;
}

.flat-about-us-2 .brand-slider {
    border-top: 1px solid var(--primary-color5);
    padding   : 82px 0;
    margin-top: 119px;
}

/* flat spaces
-------------------------------------------------------------- */

.flat-spaces .content {
    position: relative;
}

.flat-spaces .content::after {
    content         : '';
    position        : absolute;
    top             : 0;
    left            : 0;
    right           : 0;
    bottom          : 0;
    background-color: var(--primary-color2);
    opacity         : 0.2;
}

.flat-spaces .content .post img {
    height: 440px;
    width : 100%;
}

.flat-spaces .content .inner-content h2 {
    position                 : absolute;
    top                      : 62%;
    left                     : 50%;
    transform                : translate(-50%, -50%);
    font-size                : 300px;
    line-height              : 24px;
    letter-spacing           : -9.5px;
    -webkit-text-fill-color  : rgb(0 0 0 / 0%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    z-index                  : 10;
}

.flat-spaces .content .inner-content h3 {
    display           : inline-block;
    position          : absolute;
    bottom            : 0;
    left              : 50%;
    transform         : translateX(-50%);
    font-size         : 24px;
    letter-spacing    : -0.8px;
    padding           : 25.7px 52px 31px 58px;
    text-align        : center;
    background-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;
    z-index           : 20;
}

.flat-spaces .content .inner-content h3:hover {
    background-color: var(--primary-color6);
}

.flat-spaces .content .inner-content h3:hover a {
    color          : var(--primary-color);
    text-decoration: underline;
}

/* flat-about-us-2 about-us */
.flat-about-us-2.about {
    overflow      : hidden;
    margin-top    : -2px;
    padding-bottom: 120px;
}

.flat-about-us-2.about .content-left .about-post {
    position: relative;
    display : block;
}

.flat-about-us-2.about .content-left .about-post h2 {
    position      : absolute;
    left          : -39%;
    top           : 53%;
    font-size     : 600px;
    line-height   : 120px;
    font-weight   : 700;
    letter-spacing: -3.5px;
    color         : var(--primary-color);
    text-shadow   : -2px 4px 19px #cccccc6b;
}

.flat-about-us-2.about .content-right {
    margin-top  : 46px;
    padding-left: 47px;
}

.flat-about-us-2.about .content-right h2 {
    margin-bottom: 35px;
}

.flat-about-us-2.about .content-right p {
    font-size  : 18px;
    line-height: 32px;
    padding    : 0;
}

/* flat services home 2
-------------------------------------------------------------- */
.flat-services-home-2 {
    padding-bottom  : 0;
    margin-top      : -2px;
    background-color: var(--primary-color);
}

.flat-services-home-2.services {
    padding-bottom: 79px;
    margin-top    : 1px;
}

.flat-services-home-2 .col-md-4 {
    background-color: var(--primary-color);
}

.flat-services-home-2 .services-title {
    text-align   : center;
    margin-bottom: 71px;
}

.flat-services-home-2 .services-box .post img {
    -webkit-mask-image   : url(../images/image-box/mask-services.png);
    mask-image           : url(../images/image-box/mask-services.png);
    -webkit-mask-position: bottom;
    mask-position        : bottom;
    -webkit-mask-repeat  : no-repeat;
    mask-repeat          : no-repeat;
    -webkit-mask-size    : cover;
    width                : 100%;
}

.flat-services-home-2 .services-box .post {
    position: relative;
}

.flat-services-home-2 .services-box .post .item {
    position : absolute;
    top      : 47%;
    left     : 50%;
    transform: translate(-50%, -50%);
}

.flat-services-home-2 .services-box .post .item-2 {
    position  : absolute;
    top       : 47%;
    left      : 0;
    right     : 0;
    text-align: center;
    transform : translateY(-50%);
}

.flat-services-home-2 .services-box .post .icon {
    width           : 80px;
    height          : 80px;
    line-height     : 80px;
    text-align      : center;
    border-radius   : 50%;
    background-color: var(--primary-color);
}

.flat-services-home-2 .services-box .post .icon.icon-1::after {
    content    : '\e90a';
    font-family: 'arcik';
    font-size  : 40px;
}

.flat-services-home-2 .services-box .post .icon.icon-2 {
    background-image   : url(../images/icon/design.png);
    background-repeat  : no-repeat;
    background-position: center;
}

.flat-services-home-2 .services-box .content {
    padding         : 29px 34px 116px 34px;
    background-color: var(--primary-color);
    text-align      : center;
}

.flat-services-home-2.services .services-box .content {
    padding: 29px 34px 36px 34px;
}

.flat-services-home-2 .services-box .content h3 {
    font-size     : 24px;
    line-height   : 24px;
    letter-spacing: -0.7px;
    margin-bottom : 20px;
}

.flat-services-home-2 .services-box .content p {
    letter-spacing: -0.5px;
    line-height   : 28px;
}

/* flat quote
-------------------------------------------------------------- */
.flat-quote {
    background-image   : url(../images/background-section/quote-background.jpg);
    background-position: center;
    background-repeat  : no-repeat;
    padding-bottom     : 128px;
    background-color   : var(--primary-color2);
}

.flat-quote .quote-title {
    color: var(--primary-color);
}

.flat-quote .quote-title .section-title {
    margin-bottom: 13px;
    color        : var(--primary-color);
}

.flat-quote .quote-title h2 {
    line-height: 70px;
}

.flat-quote .quote-title h2 span {
    text-decoration          : underline;
    text-decoration-thickness: from-font;
    text-underline-position  : from-font;
}

.flat-quote .content-right {
    padding-top: 36px;
    text-align : right;
}

.flat-quote .content-right .btn-1 {
    margin-bottom: 52px;
}

/* flat approch
-------------------------------------------------------------- */
.flat-approch {
    background-color: #edf1f4;
    padding-bottom  : 0;
}

.flat-approch .approch-title {
    margin-bottom: 50px;
}

.flat-approch .approch-box {
    width: 50%;
    float: left;
}

.flat-approch .approch-box.box-2 {
    padding-left: 51px;
}

.flat-approch .approch-box h3 {
    font-size     : 30px;
    letter-spacing: -0.8px;
    margin-bottom : 28px;
}

.flat-approch .approch-box span {
    color: #ced3d6;
}

.flat-approch .approch-box p,
.flat-approch .approch-box .list li {
    font-size    : 18px;
    line-height  : 30px;
    color        : var(--primary-color4);
    margin-bottom: 11px;
}

.flat-approch .approch-box .list li::before {
    content     : '\f00c';
    font-family : 'Font Awesome 5 Pro';
    color       : var(--primary-color2);
    margin-right: 10px;
}

.flat-approch .content-right {
    margin-top: 28px;
}

.flat-approch .content-right .list-history {
    background-color: var(--primary-color);
    padding         : 49px 40px;
    margin-left     : 57px;
}

.flat-approch .content-right .list-history li {
    border-bottom : 1px solid #edf2f5;
    padding-bottom: 32px;
    margin-bottom : 27px;
}

.flat-approch .content-right .list-history li:last-child {
    border-bottom : unset;
    padding-bottom: 0;
    margin-bottom : 0;
}

.flat-approch .content-right .list-history .title-sub {
    margin-bottom: 10px;
}

.flat-approch .content-right .list-history h3 {
    font-size     : 18px;
    letter-spacing: -0.5px;
}

.flat-approch .approch-post {
    padding   : 0 17px;
    margin-top: 51px;
}

.flat-approch .approch-post .approch-post {
    float: left;
}

/* flat service details
-------------------------------------------------------------- */

.flat-service-details #site-content {
    margin-right: 9px;
}

.flat-service-details #site-content .post-media {
    margin-bottom: 43px;
}

.flat-service-details #site-content p {
    font-size    : 18px;
    line-height  : 30px;
    margin-bottom: 44px;
}

.flat-service-details #site-content .heading-sv {
    font-size     : 24px;
    letter-spacing: -0.7px;
}

.flat-service-details #site-content .list-note {
    margin-top   : 27px;
    margin-bottom: 50px;
}

.flat-service-details #site-content .list-note li {
    display      : flex;
    align-items  : center;
    margin-bottom: 20.7px;
}

.flat-service-details #site-content .list-note li .number {
    position        : relative;
    display         : inline-block;
    width           : 40px;
    height          : 40px;
    line-height     : 40px;
    margin-right    : 22px;
    border          : 1px solid #d8d6d6;
    background-color: var(--primary-color);
    text-align      : center;
    border-radius   : 50%;
    object-fit      : cover;
    flex-shrink     : 0;
    font-size       : 14px;
    font-family     : 'Poppins', sans-serif;
    font-weight     : 600;
    z-index         : 10;
}

.flat-service-details #site-content .list-note li .number::after {
    content         : '';
    position        : absolute;
    top             : 63px;
    left            : -5px;
    width           : 50px;
    height          : 1px;
    background-color: #d8d6d6;
    transform       : rotate(90deg);
    z-index         : 1;
}

.flat-service-details #site-content .list-note li:last-child .number::after {
    content: unset;
}

.flat-service-details #site-content .list-note li p {
    font-size    : 16px;
    line-height  : 26px;
    margin-bottom: 0;
}

.flat-service-details #site-content .post-thumb {
    display      : flex;
    margin-bottom: 33px;
}

.flat-service-details #site-content .post-thumb .post {
    display : block;
    position: relative;
    width   : 50%;
}

.flat-service-details #site-content .post-thumb .post img {
    width: 100%;
}

.flat-service-details #site-content .post-thumb .post-1 {
    margin-right: 32px;
}

.flat-service-details #site-content .post-thumb .button {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    padding  : 15px 50px;
}

.flat-service-details #site-content .quote-service-details {
    border             : 2px solid #e4e4e4;
    padding            : 42px 49px 46px 49px;
    margin-bottom      : 48px;
    background-image   : url(../images/icon/quote-back-icon.png);
    background-repeat  : no-repeat;
    background-position: right;
}

.flat-service-details #site-content .quote-service-details p {
    font-size    : 24px;
    font-weight  : 300;
    line-height  : 36px;
    margin-bottom: 25px;
}

.flat-service-details #site-content .quote-service-details .quote-author {
    display    : flex;
    align-items: center;
}

.flat-service-details #site-content .quote-service-details h4 {
    position    : relative;
    font-size   : 16px;
    margin-right: 16px;
}

.flat-service-details #site-content .quote-service-details h4::after {
    content : '-';
    position: absolute;
    right   : -14px;
    color   : var(--primary-color4);
}

.flat-service-details #site-content .quote-service-details span {
    font-size: 14px;
    color    : #999999;
}

.flat-service-details #site-content .post-thumb-2 {
    display      : flex;
    align-items  : center;
    margin-top   : 33px;
    margin-bottom: 50px;
}

.flat-service-details #site-content .post-thumb-2 .media {
    flex-shrink : 0;
    margin-right: 32px;
}

.flat-service-details #site-content .post-thumb-2 p {
    margin-bottom: 0;
}

.flat-service-details #site-content .service-pagination,
.flat-portfolio-details .service-pagination {
    padding-top    : 30px;
    border-top     : 1px solid #d8d6d6;
    display        : flex;
    justify-content: space-between;
}

.flat-service-details #site-content .service-pagination .item,
.flat-portfolio-details .service-pagination .item {
    display    : flex;
    align-items: center;
}

.flat-service-details #site-content .service-pagination .links,
.flat-portfolio-details .service-pagination .links {
    margin: 0 20px;
}

.flat-service-details #site-content .service-pagination .item.next .links,
.flat-portfolio-details .service-pagination .item.next .links {
    text-align: right;
}

.flat-service-details #site-content .service-pagination .links span,
.flat-portfolio-details .service-pagination .links span {
    font-size     : 14px;
    letter-spacing: 2.9px;
    text-transform: uppercase;
}

.flat-service-details #site-content .service-pagination .links h3,
.flat-portfolio-details .service-pagination .links h3 {
    font-size : 24px;
    margin-top: 7px;
}

.flat-service-details .widget-service {
    border       : 2px solid #efefef;
    padding      : 38px;
    margin-bottom: 40px;
}

.flat-service-details .side-bar .widget-title {
    font-size     : 20px;
    letter-spacing: -0.5px;
    margin-bottom : 21px;
}

.flat-service-details .side-bar .progress {
    margin-bottom: 29px;
}

.flat-service-details .side-bar .tab-menu .tab-content li {
    position        : relative;
    display         : flex;
    align-items     : center;
    justify-content : space-between;
    background-color: var(--primary-color3);
    padding-left    : 30px;
    margin-bottom   : 10.6px;
}

.flat-service-details .side-bar .tab-menu .tab-content li:last-child {
    margin-bottom: 0;
}

.flat-service-details .side-bar .tab-menu .tab-content li a {
    font-size  : 16px;
    height     : 60px;
    line-height: 60px;
}

.flat-service-details .side-bar .tab-menu .tab-content li a,
.flat-service-details .side-bar .tab-menu .tab-content li .icon {
    color: var(--primary-color4);
}

.flat-service-details .side-bar .tab-menu .tab-content li .icon {
    position          : absolute;
    top               : 0;
    right             : 0;
    width             : 60px;
    height            : 60px;
    line-height       : 60px;
    text-align        : center;
    background-color  : #ebeff3;
    -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;
}

.flat-service-details .side-bar .tab-menu .tab-content li .icon::after {
    content    : '\f178';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color      : var(--primary-color2);
}

.flat-service-details .side-bar .tab-menu .tab-content li:hover a,
.flat-service-details .side-bar .tab-menu .tab-content li.active a {
    color: var(--primary-color2);
}

.flat-service-details .side-bar .tab-menu .tab-content li:hover .icon,
.flat-service-details .side-bar .tab-menu .tab-content li.active .icon {
    background-color: var(--primary-color2);
}

.flat-service-details .side-bar .tab-menu .tab-content li:hover .icon::after,
.flat-service-details .side-bar .tab-menu .tab-content li.active .icon::after {
    color: var(--primary-color);
}

.flat-service-details .side-bar .tab-menu.brochures .tab-content li {
    background-color: #f4f7fa;
}

.flat-service-details .side-bar .tab-menu.brochures .tab-content li a {
    position: relative;
}

.flat-service-details .side-bar .tab-menu.brochures .tab-content li a::before {
    content     : '\f1c1';
    font-family : "Font Awesome 5 Pro";
    font-weight : 300;
    margin-right: 12px;
}

.flat-service-details .side-bar .tab-menu.brochures .tab-content li:nth-child(2) a::before {
    content: '\f65c';
}

.flat-service-details .side-bar .tab-menu.brochures .tab-content li:nth-child(3) a::before {
    content: '\f572';
}

.flat-service-details .side-bar .tab-menu.brochures .tab-content li:nth-child(4) a::before {
    content: '\f1c2';
}

.flat-service-details .side-bar .contact fieldset {
    position     : relative;
    margin-bottom: 10px;
}

.flat-service-details .side-bar .contact input {
    height          : 60px;
    line-height     : 60px;
    padding         : 0 28px;
    background-color: #f4f7fa;
}

.flat-service-details .side-bar .contact textarea {
    background-color: #f4f7fa;
    height          : 150px;
}

.flat-service-details .side-bar .contact textarea img {
    top  : 30px;
    right: 30px;
}

.flat-service-details .side-bar .contact .tb-my-input::placeholder {
    font-size: 16px;
}

.flat-service-details .side-bar .contact img {
    position : absolute;
    top      : 50%;
    transform: translateY(-50%);
    right    : 30px;
}

.flat-service-details .side-bar .contact button {
    width  : 100%;
    padding: 15px 0;
}

.flat-service-details .side-bar .btn-submit-comment::after {
    content    : '\f178';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: 22px;
}

/* flat contact
-------------------------------------------------------------- */
.flat-contact {
    margin-top      : -2px;
    background-image: url(../images/background-section/contact-background.jpg);
}

.flat-contact .contact-title {
    text-align   : center;
    margin-bottom: 67px;
}

.flat-contact .contact-form fieldset {
    width        : 31.7%;
    margin-bottom: 30px;
    float        : left;
}

.flat-contact .contact-form .message-wrap {
    width: 100%;
}

.flat-contact .contact-form .message-wrap textarea {
    height: 240px;
}

.flat-contact .contact-form .name-wrap,
.flat-contact .contact-form .email-wrap {
    margin-right: 28.5px;
}

.flat-contact .contact-form input {
    height          : 60px;
    line-height     : 60px;
    background-color: var(--primary-color);
    border          : unset;
}

.flat-contact .contact-form input::placeholder,
.flat-contact .contact-form textarea::placeholder {
    color: #bbbbbb;
}

.flat-contact .contact-form button {
    display: block;
    margin : auto;
    padding: 15px 41px;
}

.flat-contact .contact-form button span {
    letter-spacing: 0;
}

/* flat contact 2
-------------------------------------------------------------- */
.flat-contact-2 {
    margin-top   : -5px;
    margin-bottom: 3px;
}

.flat-contact-2 .contact-title {
    margin-bottom: 52px;
}

.flat-contact-2 .contact-box {
    border : 2px solid #f1f1f1;
    padding: 47px;
}

.flat-contact-2 .contact-box h3 {
    font-size     : 30px;
    letter-spacing: -0.9px;
    margin-bottom : 24px;
}

.flat-contact-2 .contact-box p {
    font-size    : 14px;
    line-height  : 24px;
    margin-bottom: 18px;
}

.flat-contact-2 .contact-box .phone {
    display      : block;
    margin-bottom: 18px;
}

.flat-contact-2 .contact-box .phone::before,
.flat-contact-2 .contact-box .mail::before {
    content     : '\f095';
    font-family : "Font Awesome 5 Pro";
    margin-right: 22px;
}

.flat-contact-2 .contact-box .mail::before {
    content    : '\f0e0';
    font-family: "Font Awesome 5 Pro";
}

/* flat pricing
-------------------------------------------------------------- */
.flat-pricing {
    margin-bottom: 30px;
}

.flat-pricing .select-pricing {
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin-bottom  : 30px;
}

.flat-pricing .select-pricing .title-sub.is-active {
    color: var(--primary-color2);
}

.flat-pricing .select-pricing .title-sub {
    margin     : 0 18px;
    color      : #c6c6c6;
    font-weight: 400;
}

.flat-pricing .content-tab {
    width: 100%;
}

.flat-pricing .content-tab .content-inner:last-child {
    display: none;
}

.flat-pricing .content-tab .pricing-box {
    position          : relative;
    border            : 2px solid #f1f1f1;
    padding           : 56px 57px;
    -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-pricing .content-tab .pricing-box .title-sub {
    font-size    : 16px;
    margin-bottom: 12px;
}

.flat-pricing .content-tab .pricing-box h2 {
    font-size     : 100px;
    font-weight   : 700;
    letter-spacing: -3px;
    padding-bottom: 33px;
    margin-bottom : 36px;
    border-bottom : 1px solid #f1f1f1;
}

.flat-pricing .content-tab .pricing-box .list-note li {
    position     : relative;
    font-size    : 18px;
    font-weight  : 300;
    margin-bottom: 24.5px;
    color        : var(--primary-color4);
}

.flat-pricing .content-tab .pricing-box .list-note li:last-child {
    margin-bottom: 11px;
}

.flat-pricing .content-tab .pricing-box .list-note li::after {
    content    : '\f00c';
    font-family: "Font Awesome 5 Pro";
    position   : absolute;
    right      : -2px;
}

.flat-pricing .pricing-box .button.cart {
    position  : absolute;
    bottom    : -34px;
    left      : 40px;
    padding   : 15px 40px;
    box-shadow: -2px 6px 23px #b4b4b44f;
}

.flat-pricing .pricing-box .button.cart span {
    font-weight   : 700;
    font-size     : 14px;
    letter-spacing: 0;
}

.flat-pricing .pricing-box .button.cart::before {
    content     : '\f07a';
    font-family : "Font Awesome 5 Pro";
    font-weight : 400;
    margin-right: 3px;
}

.flat-pricing .content-tab .pricing-box:hover,
.flat-pricing .content-tab .pricing-box.active {
    border: 2px solid var(--primary-color2);
}

.flat-pricing .content-tab .pricing-box .button.cart {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color2);
}

.flat-pricing .content-tab .pricing-box.active .button.cart,
.flat-pricing .content-tab .pricing-box .button.cart:hover {
    background-color: var(--primary-color2);
    border: 1px solid var(--primary-color2);
}

.flat-pricing .content-tab .pricing-box.active .button.cart span,
.flat-pricing .pricing-box.active .button.cart::before {
    color: var(--primary-color);
}
.flat-pricing .pricing-box .button.cart:hover  span,
.flat-pricing .pricing-box .button.cart:hover::before  {
    color: var(--primary-color);
}

/* flat portfolio grid
-------------------------------------------------------------- */
.flat-portfolio.flat-portfolio-grid {
    padding      : 120px 0;
    margin-bottom: -30px;
}

.flat-portfolio.flat-portfolio-grid .portfolio-menu {
    margin-top   : 18px;
    margin-bottom: 56px;
}

.flat-portfolio.flat-portfolio-grid .flat-filter-isotope {
    display        : flex;
    flex-wrap      : wrap;
    align-items    : center;
    justify-content: center;
}

.flat-portfolio.flat-portfolio-grid .flat-filter-isotope li {
    margin: 0 12px;
}

.flat-portfolio.flat-portfolio-grid .portfolio-post {
    margin-bottom: 30px;
}

.flat-portfolio.flat-portfolio-grid .flat-filter-isotope li a {
    text-transform  : uppercase;
    font-size       : 14px;
    letter-spacing  : 2.8px;
    padding         : 15px 26px;
    background-color: var(--primary-color);
    color           : var(--primary-color2);
    border          : 2px solid #f1f1f1;
}

.flat-portfolio.flat-portfolio-grid .flat-filter-isotope li:hover a,
.flat-portfolio.flat-portfolio-grid .flat-filter-isotope li.active a {
    background-color: var(--primary-color2);
    color           : var(--primary-color);
    border          : 2px solid var(--primary-color2);
}

.flat-portfolio.flat-portfolio-grid .fl-gallery {
    width    : 100%;
    display  : flex;
    flex-wrap: wrap;
}

.flat-portfolio.flat-portfolio-grid .tf-col-4 {
    padding: 0 15px;
    width  : 33.333%;
    float  : left;
}

.flat-portfolio.flat-portfolio-grid .portfolio-post .read-more-content {
    width: 80%;
}

/* flat team details
-------------------------------------------------------------- */

.flat-team-details .team-infor {
    display      : flex;
    align-items  : center;
    margin-bottom: 60px;
}

.flat-team-details .team-infor .content {
    margin-left     : -41px;
    padding         : 37px 80px;
    background-color: var(--primary-color);
}

.flat-team-details .team-infor .content .title-sub {
    margin-bottom: 14px;
}

.flat-team-details .team-infor .content h3 {
    font-size     : 40px;
    letter-spacing: -1.2px;
    margin-bottom : 33px;
}

.flat-team-details .team-infor .content .list-infor-details {
    margin-bottom: 47px;
}

.flat-team-details .team-infor .content .list-infor-details li {
    font-size    : 18px;
    color        : var(--primary-color4);
    margin-bottom: 34.5px;
}

.flat-team-details .team-infor .content .list-infor-details li:last-child {
    margin: 0;
}

.flat-team-details .team-infor .content .list-infor-details li span {
    color       : var(--primary-color2);
    margin-right: 5px;
}

.flat-team-details .team-infor .content .widget-socials li,
.flat-portfolio-details .widget-socials li {
    width             : 60px;
    height            : 60px;
    line-height       : 53px;
    text-align        : center;
    border            : 2px solid #f1f1f1;
    margin            : 0 5px;
    cursor            : pointer;
    -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;
}

.flat-team-details .team-infor .content .widget-socials li:first-child,
.flat-portfolio-details .widget-socials li:first-child {
    margin-left: 0;
}

.flat-team-details .team-infor .content .widget-socials li a::after,
.flat-portfolio-details .widget-socials li a::after {
    font-size: 16px;
}

.flat-team-details .team-infor .content .widget-socials li:hover,
.flat-portfolio-details .widget-socials li:hover {
    transform       : translateY(-9%);
    background-color: var(--primary-color2);
    border          : 2px solid var(--primary-color2);
}

.flat-team-details .team-infor .content .widget-socials li:hover a,
.flat-portfolio-details .widget-socials li:hover a {
    color: var(--primary-color);
}

.flat-portfolio-details .widget-socials li.active,
.flat-team-details .team-infor .content .widget-socials li.active {
    background-color: var(--primary-color2);
    border          : 2px solid var(--primary-color2);
}

.flat-portfolio-details .widget-socials li.active a,
.flat-team-details .team-infor .content .widget-socials li.active a {
    color: var(--primary-color);
}

.flat-team-details .team-details-content .thumb-content {
    display      : flex;
    align-items  : center;
    margin-bottom: 33px;
}

.flat-team-details .team-details-content .thumb-content .cap {
    width         : 120px;
    height        : 120px;
    line-height   : 120px;
    text-align    : center;
    text-transform: uppercase;
    font-size     : 80px;
    font-weight   : 700;
    box-shadow    : 0 2px 12px 0 #cccccc6b;
    flex-shrink   : 0;
    margin-right  : 40px;
}

.flat-team-details .team-details-content p {
    font-size  : 18px;
    line-height: 30px;
}

.flat-team-details .personal-progress {
    display      : flex;
    align-items  : center;
    margin-top   : 55px;
    margin-bottom: 80px;
}

.flat-team-details .personal-progress .media {
    margin-right: 60px;
    flex-shrink : 0;
}

.flat-team-details .personal-progress .content-progress {
    width     : 100%;
    margin-top: -11px;
}

.flat-team-details .personal-progress .content-progress h2 {
    font-size     : 26px;
    letter-spacing: 0;
    margin-bottom : 47px;
}

.flat-team-details .personal-progress .content-progress .donat-headline {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin-bottom  : 13px;
}

.flat-team-details .personal-progress .content-progress .donat-headline span {
    margin-bottom: 0;
}

.flat-team-details .personal-progress .content-progress .donat-headline .number {
    font-size  : 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.flat-team-details .personal-progress .content-progress .progress-inner {
    margin-bottom: 43px;
}

.flat-team-details .personal-progress .content-progress .progress-inner:last-child {
    margin: 0;
}

.flat-team-details .guide-thumb {
    display    : flex;
    align-items: center;
}

.flat-team-details .guide-thumb .media {
    flex-shrink: 0;
    margin-left: 55px;
}

.flat-team-details .guide-thumb .content {
    margin-top: 3px;
}

.flat-team-details .guide-thumb .content h2 {
    font-size     : 26px;
    letter-spacing: 0;
    margin-bottom : 38px;
}

.flat-team-details .guide-thumb .content p {
    margin-bottom: 24px;
}

.flat-team-details .guide-thumb .content p:last-child {
    margin: 0;
}

/* flat portfolio details
-------------------------------------------------------------- */

.flat-portfolio-details .portfolio-content {
    padding-bottom: 49px;
    border-bottom : 1px solid #f1f1f1;
}

.flat-portfolio-details .portfolio-content .media {
    margin-bottom: 59px;
}

.flat-portfolio-details .list-icon-portfolio {
    display      : flex;
    align-items  : center;
    margin-bottom: 50px;
}

.flat-portfolio-details .list-icon-portfolio li {
    width       : 25%;
    border      : 1px solid #f1f1f1;
    text-align  : center;
    margin-right: 30px;
}

.flat-portfolio-details .list-icon-portfolio li:last-child {
    margin-right: 0;
}

.flat-portfolio-details .list-icon-portfolio .icon-box {
    padding: 48px 0;
}

.flat-portfolio-details .list-icon-portfolio .icon {
    margin-bottom     : 39px;
    -webkit-transition: all .8s ease;
    -moz-transition   : all .8s ease;
    -ms-transition    : all .8s ease;
    -o-transition     : all .8s ease;
    transition        : all .8s ease;
}

.flat-portfolio-details .list-icon-portfolio .icon-box:hover .icon {
    transform: rotateY(360deg);
}

.flat-portfolio-details .list-icon-portfolio .content .title-sub {
    margin-bottom: 13px;
}

.flat-portfolio-details .list-icon-portfolio .content h3 {
    font-size     : 24px;
    letter-spacing: -0.7px;
    margin-bottom : -4px;
}

.flat-portfolio-details .widget-socials {
    position     : relative;
    margin-bottom: 42px;
}

.flat-portfolio-details .widget-socials::after {
    content         : '';
    position        : absolute;
    top             : 50%;
    left            : 0;
    transform       : translateY(-50%);
    width           : 34%;
    height          : 2px;
    background-color: #f1f1f1;
}

.flat-portfolio-details .widget-socials::before {
    content         : '';
    position        : absolute;
    top             : 50%;
    right           : 0;
    transform       : translateY(-50%);
    width           : 34%;
    height          : 2px;
    background-color: #f1f1f1;
}

.flat-portfolio-details p {
    font-size  : 18px;
    line-height: 30px;
}

.flat-portfolio-details .thumb {
    display      : flex;
    align-items  : center;
    margin-top   : 44px;
    margin-bottom: 46px;
}

.flat-portfolio-details .thumb .content {
    width        : 50%;
    padding-right: 15px;
}

.flat-portfolio-details .thumb .content:last-child {
    padding-left: 14px;
}

.flat-portfolio-details .thumb .content h2 {
    font-size     : 24px;
    letter-spacing: -0.7px;
    margin-bottom : 15px;
}

.flat-portfolio-details .twentytwenty-horizontal .twentytwenty-handle:before,
.flat-portfolio-details .twentytwenty-horizontal .twentytwenty-handle::after {
    width     : 4px;
    background: var(--primary-color2);
}

.flat-portfolio-details .twentytwenty-handle {
    width           : 120px;
    height          : 120px;
    border          : unset;
    margin-left     : -60px;
    margin-top      : -59px;
    background-color: var(--primary-color2);
}

.flat-portfolio-details .twentytwenty-before-label,
.flat-portfolio-details .twentytwenty-after-label {
    display: none;
}

/* Footer
-------------------------------------------------------------- */

#footer .footer-left {
    position           : relative;
    width              : 50%;
    background-image   : url(../images/background-section/footer-left@2x.jpg);
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : cover;
    overflow           : hidden;
}

#footer .footer-left .texts {
    position: absolute;
    bottom  : 0;
    left    : -15px;
}

#footer .footer-left .texts h1 {
    font-size     : 250px;
    color         : #dfdfdf;
    letter-spacing: -6.8px;
    opacity       : 0.2;
    line-height   : 180px;
}

#footer .footer-right {
    padding            : 120px 0 102px 0;
    width              : 50%;
    padding-left       : 6.3%;
    background-color   : var(--primary-color2);
    background-image   : url(../images/background-section/footer-right-1.jpg);
    background-position: 100% 50%;
    background-size: cover;
    background-repeat  : no-repeat;
    overflow           : hidden;
}

#footer .footer-right .content h4 {
    font-size     : 14px;
    font-weight   : 300;
    letter-spacing: 3px;
    color         : var(--primary-color4);
    font-family   : 'Roboto', sans-serif;
    margin-bottom : 18px;
}

#footer .footer-right .content h2 {
    color         : var(--primary-color);
    font-size     : 60px;
    letter-spacing: -2px;
    margin-bottom : 47px;
}

#footer .footer-right .content .button-footer {
    margin-bottom: 73px;
}

/* style 2 */
#footer.style-2 {
    background-color: #edf1f4;
    padding-bottom  : 71px;
}

#footer .footer-left-style-2 {
    text-align      : center;
    padding         : 60px 35px;
    border-top      : 6px solid var(--primary-color2);
    background-color: var(--primary-color);
    transform       : translateY(-5px);
}

#footer .footer-left-style-2 .logo-footer {
    margin-bottom: 36px;
}

#footer .footer-left-style-2 p {
    font-size    : 14px;
    margin-bottom: 44px;
}

#footer .footer-left-style-2 .button {
    padding: 20px 46px;
}

#footer .footer-left-style-2 .button span {
    letter-spacing: 1px;
}

#footer .footer-left-style-2 .widget-socials {
    margin-top: 54px;
}

#footer .footer-left-style-2 .widget-socials li {
    width             : 40px;
    height            : 40px;
    line-height       : 40px;
    text-align        : center;
    margin            : 0 6px;
    background-color  : var(--primary-color3);
    -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;
}

#footer .footer-left-style-2 .widget-socials li a {
    color: #bbbec7;
}

#footer .footer-left-style-2 .widget-socials li:hover,
#footer .footer-left-style-2 .widget-socials li.active {
    background-color: var(--primary-color2);
}

#footer .footer-left-style-2 .widget-socials li:hover a,
#footer .footer-left-style-2 .widget-socials li.active a {
    color: var(--primary-color);
}

#footer .footer-right-style-2 {
    display     : flex;
    padding-top : 99px;
    padding-left: 19.5%;
}

#footer .footer-right-style-2 .menu-1 {
    width: 50%;
}

#footer .footer-right-style-2 .widget-title {
    margin-bottom: 40px;
}

#footer .footer-right-style-2 .widget-title h2 {
    letter-spacing: 0;
}

#footer .footer-right-style-2 .menu-1 p {
    padding-right: 25%;
    margin-bottom: 27px;
}

#footer .footer-right-style-2 .menu-1 .note {
    font-size: 16px;
    color    : var(--primary-color4);
}

#footer .footer-right-style-2 .widget.search .search-form {
    position     : relative;
    margin-right : 10%;
    margin-bottom: 15px;
}

#footer .footer-right-style-2 .search-form input {
    background-color: var(--primary-color);
}

#footer .footer-right-style-2 .search-form input::placeholder {
    font-size : 16px;
    font-style: unset;
}

#footer .footer-right-style-2 .menu-2 {
    padding-left: 5.5%;
}

#footer .footer-right-style-2 .menu-2 .widget-information li {
    display       : flex;
    align-items   : center;
    padding-bottom: 23px;
    margin-bottom : 19px;
    border-bottom : 1px solid #ccc;
}

#footer .footer-right-style-2 .menu-2 .widget-information li:last-child {
    border-bottom: unset;
}

#footer .footer-right-style-2 .menu-2 .widget-information .item {
    display         : inline-block;
    width           : 40px;
    height          : 40px;
    line-height     : 40px;
    text-align      : center;
    background-color: var(--primary-color);
    margin-right    : 20px;
}

#footer .footer-right-style-2 .menu-2 .widget-information .item::after {
    color      : var(--primary-color2);
    font-weight: 400;
    font-size  : 15px;
}

#footer .footer-right-style-2 .menu-2 .widget-information .item::after {
    margin-right: unset;
}

#footer .footer-right-style-2 .widget-information .texts a,
#footer .footer-right-style-2 .widget-information .texts h3 {
    font-size: 18px;
    color    : var(--primary-color2);
}

#footer .footer-right-style-2 .widget-information .texts a:hover {
    text-decoration: underline;
}

#footer .footer-right-style-2 .widget-information .texts p {
    font-size    : 14px;
    margin-bottom: 5px;
}

/* style home-3 */
#footer.home-3 .footer-right {
    background-image: url(../images/background-section/footer-right-2.jpg);
    background-color: var(--primary-color);
}

#footer.home-3 .footer-right .content h4,
#footer.home-3 .footer-right .content h2,
#footer.home-3 .widget-information .item::after {
    color: var(--primary-color2);
}

#footer.home-3 #scroll-top {
    background-color: var(--primary-color2);
    color           : var(--primary-color);
}

#footer.home-3 #scroll-top:hover {
    background-color: var(--primary-color6);
}

#footer.home-3 #scroll-top span:after {
    color: #fff;
}

#footer.home-3 .widget-information .texts a:hover,
#footer.home-3 .widget-links li a:hover,
#footer.home-3 .widget-links li a.active {
    color: var(--primary-color2);
}

#bottom.home-3 {
    background-color: #f0f0f0;
}

/* Bottom
-------------------------------------------------------------- */

#bottom {
    background-color: var(--primary-color2);
    padding         : 30px 0;
}

#bottom .bottom-content-left {
    color    : #777777;
    font-size: 16px;
}

#bottom .menu-bottom-menu {
    display        : flex;
    justify-content: flex-end;
    align-items    : center;
}

#bottom .menu-bottom-menu li {
    margin-left: 45px;
}

#bottom .menu-bottom-menu a {
    font-weight: bold;
    font-size  : 16px;
}

/* Scroll Top
-------------------------------------------------------------- */

#scroll-top {
    position        : absolute;
    top             : 0;
    right           : 0;
    width           : 120px;
    height          : 160px;
    padding-top     : 87px;
    text-align      : center;
    z-index         : 1;
    cursor          : pointer;
    overflow        : hidden;
    background-color: #fff;
}

#scroll-top span {
    position      : relative;
    font-size     : 14px;
    letter-spacing: 2.8px;
    line-height   : 20px;
}

#scroll-top span:after {
    position   : absolute;
    top        : -47px;
    left       : 50%;
    content    : "\f176";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size  : 25px;
    color      : var(--primary-color2);
}

#scroll-top:hover {
    background-color: var(--primary-color6);
    color           : #fff;
}

#scroll-top:hover span:after {
    color: #fff;
}

.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);
}
@font-face {
  font-family: 'arcik';
  src:  url('../font/arcik.eot?rhohue');
  src:  url('../font/arcik.eot?rhohue#iefix') format('embedded-opentype'),
    url('../font/arcik.ttf?rhohue') format('truetype'),
    url('../font/arcik.woff?rhohue') format('woff'),
    url('../font/arcik.svg?rhohue#arcik') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arcik' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dot-icon:before {
  content: "\e900";
  color: #fff;
}
.icon-dot-icon-2:before {
  content: "\e901";
}
.icon-icon:before {
  content: "\e902";
}
.icon-paper-plane:before {
  content: "\e903";
}
.icon-portfolio-icon-1:before {
  content: "\e904";
}
.icon-portfolio-icon-2:before {
  content: "\e905";
}
.icon-portfolio-icon-3:before {
  content: "\e906";
}
.icon-portfolio-icon-4:before {
  content: "\e907";
}
.icon-quotes:before {
  content: "\e908";
}
.icon-quotes-icon-2:before {
  content: "\e909";
}
.icon-service-icon-1:before {
  content: "\e90a";
}
.icon-service-icon-2:before {
  content: "\e90b";
}
.icon-skill-icon-1:before {
  content: "\e90c";
}
.icon-skill-icon-2:before {
  content: "\e90d";
}
.icon-skill-icon-3:before {
  content: "\e90e";
}
.icon-skill-icon-4:before {
  content: "\e90f";
  color: #fff;
}
/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 1565px) {
  .slider .mark-slider {
    display: none;
  }
}

/* ------------------------------------------ */
/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {

  .flat-about-us-2 .content-right,
  .flat-counter {
    margin: 0;
  }

  .flat-skillset.home-2 {
    padding: 0;
  }

  .tf-space,
  .flat-skillset.home-2 {
    padding: 100px 0;
  }

  .flat-services .services-content.right,
  .flat-services .services-content.left {
    padding: 15px;
  }

  .flat-services-home-2.services .services-box .content {
    padding: 20px 0;
  }

  .flat-contact-2 .contact-box {
    padding: 20px;
  }

  #site-header .mobile-button {
    display: block;
    z-index: 200;
  }

  .flat-blog .post-content .post-title {
    font-size: 30px;
  }

  .flat-about .content-right h2 {
    font-size: 50px;
  }

  .flat-spaces .content .inner-content h2 {
    font-size: 200px;
  }

  .slider-style-2 .content h1 {
    font-size: 250px;
  }

  .section-heading {
    font-size: 45px;
  }

  .flat-portfolio .portfolio-post .content {
    top : 30px;
    left: 30px;
  }

  #footer .footer-left .texts h1 {
    font-size: 180px;
  }

  .widget.recent-news .texts h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    overflow          : hidden;
    text-overflow     : ellipsis;
    word-break        : break-word;
  }

  .entry-date.item {
    font-size: 12px;
  }

  #bottom .bottom-content-left,
  #bottom .menu-bottom-menu a {
    line-height: 24px;
  }

  .flat-services .services-content h3,
  .flat-services .services-content p,
  .flat-services .services-content .list-quotes li {
    margin-bottom: 10px;
  }

  .flat-team.home-2 .team-content {
    margin-bottom: 25px;
  }

  .flat-fun-fact .post-flat-fun-fact {
    display: none;
  }

  .flat-portfolio {
    padding-top: 100px;
  }

  .flat-skillset .skillset-content {
    height       : unset;
    padding      : 100px 20px;
    margin-bottom: 0;
  }

  .flat-faq {
    background-position: 34% 50%;
  }

  .flat-spaces .content .post img {
    height: 300px;
  }

  .flat-spaces .content .inner-content h3 {
    font-size: 15px;
    padding  : 20px;
  }

  .flat-services-home-2 .services-box .content {
    padding: 40px 20px;
  }

  .flat-skillset.home-2 .row,
  .flat-about-us-2 .row {
    align-items: center;
  }

  .flat-contact .contact-form .name-wrap,
  .flat-contact .contact-form .email-wrap {
    margin-right: 22.5px;
  }

  .tf-map {
    margin: 0 17px;
  }

  .slider.home-3 .brand-slider {
    padding: 100px;
  }

  .slider-style-2 .background img,
  .slider .back-ground img {
    object-fit: cover;
  }

}

/* ------------------------------------------ */
/* Smaller than standard 992 */
@media only screen and (max-width: 991px) {

  .flat-blog .inner-content,
  .flat-blog-details .inner-content,
  .flat-fun-fact,
  .flat-about .content-right,
  .flat-about .content-left,
  .flat-award .award-history-box.left,
  .flat-award .award-history-box.right,
  .flat-blog-grid,
  .flat-blog-grid.home-3 .grid-post .content h3,
  .flat-blog-grid.home-3,
  #footer .footer-right-style-2 .widget.search .search-form,
  .flat-about-us-2.about .content-right,
  .flat-approch .content-right .list-history,
  .flat-service-details #site-content,
  .flat-blog-grid.portfolio-page .grid-post.left,
  .flat-blog-grid.portfolio-page .grid-post.center,
  .flat-blog-grid.portfolio-page .grid-post.right,
  .flat-portfolio.flat-portfolio-grid,
  .flat-team-details .guide-thumb .media,
  .flat-portfolio.home-3 .portfolio-post.box-2,
  .flat-portfolio.home-3 .portfolio-post.box-1,
  .flat-blog-grid.portfolio-page.home-3.portfolio-page,
  .flat-title-page,
  .flat-faq.faq .content-left,
  .flat-pricing {
    margin: 0;
  }

  .flat-portfolio,
  .flat-skillset .content-right,
  .flat-blog-grid.home-3 .grid-post.box-2,
  .flat-counter .list-count,
  .flat-portfolio.home-2,
  #footer.style-2,
  .flat-team.home-2,
  .flat-about-us-2.about .content-right,
  .flat-approch .approch-box.box-2,
  .flat-approch .approch-post,
  .flat-fun-fact .funfact-content-left p,
  #footer .footer-right-style-2 .menu-1 p,
  .flat-blog-details .post .last-desc,
  .flat-blog-details .post .infor-row .socials,
  .flat-blog-grid.portfolio-page.home-3.portfolio-page,
  .flat-skillset.services,
  .slider,
  .flat-faq .flat-accordion,
  .flat-faq.faq .content-right {
    padding: 0;
  }

  .flat-approch .approch-post {
    padding: 0 10px;
  }

  .tf-map {
    margin: 0 10px;
  }

  #footer .footer-right,
  .flat-portfolio,
  .flat-testimonials.home-2,
  #footer .footer-right-style-2,
  .flat-team.home-2,
  .flat-about-us-2.about,
  .flat-faq.faq,
  .flat-team.page-team,
  .flat-portfolio.flat-portfolio-grid,
  .flat-blog-grid.portfolio-page.home-3.portfolio-page,
  .flat-skillset.services {
    padding: 100px 0;
  }

  .flat-about-us-2 .brand-slider {
    padding-top   : 100px;
    padding-bottom: 0;
  }

  .flat-skillset .skillset-content {
    margin-top: 60px;
  }

  .flat-portfolio {
    padding-top: 140px;
  }

  .flat-about {
    padding-bottom: 0;
  }

  .widget-links ul li,
  .flat-approch .approch-box,
  .flat-skillset.services .content-left .post-2 img,
  .flat-team-details .guide-thumb .media img,
  .flat-approch .approch-post .approch-post,
  .flat-approch .approch-post .approch-post img,
  .flat-skillset .content-left .post img {
    width: 100%;
  }

  .flat-award .award-history-box .year,
  .flat-award .award-history-box .content,
  .flat-skillset .skillset-content .skillet-box {
    width: 50%;
  }

  .flat-team .team-content .content {
    padding: 15px;
  }

  .flat-portfolio .portfolio-post .read-more-content {
    padding: 15px 10px;
  }

  .flat-faq .list-count {
    margin-top   : 60px;
    margin-bottom: -185px;
  }

  .flat-title-page .breadcrumbs {
    padding-left: 30px;
  }

  .slider.home-3 .content-home-3,
  .flat-faq .list-count,
  .flat-team-details .team-infor .content {
    padding: 30px;
  }

  #footer .footer-right {
    padding-left: 4%;
  }

  .flat-blog-details .post hr,
  .flat-faq .list-count .item {
    margin: 20px 0;
  }

  .flat-portfolio.flat-portfolio-grid .flat-filter-isotope li {
    margin: 0 7px;
  }

  .flat-portfolio.home-3 .portfolio-post.box-1,
  .flat-portfolio.home-3 .portfolio-post.box-2,
  #footer .footer-right-style-2 .widget.search .search-form,
  .flat-approch .approch-box.box-1,
  .flat-about .content-right h2 {
    margin-bottom: 15px;
  }

  .flat-service-details #site-content .service-pagination,
  .flat-blog-grid.portfolio-page .grid-post {
    margin-bottom: 30px !important;
  }

  .flat-skillset .skillset-content .skillet-box {
    margin-bottom: 35px;
  }

  .flat-about .content-left {
    margin-bottom: 70px;
  }

  .flat-approch .approch-post,
  .flat-team-details .guide-thumb .media {
    margin-top: 20px;
  }

  #site-header {
    padding: 0 22px;
  }

  #site-header .navigation-side-menu {
    right: 22px;
  }

  .mobile-button {
    right: 55px;
  }

  .header-nav-right .phone-call,
  .flat-portfolio .content-right .button-custom-slider,
  .flat-testimonials .feedback-box .button-custom-slider,
  .flat-about-us-2.about .content-left .about-post h2,
  .flat-skillset.services .content-left .post-1,
  .slider.home-3.portfolio-slider .button-custom-slider,
  .flat-portfolio-details .widget-socials::before,
  .flat-portfolio-details .widget-socials::after,
  .flat-skillset .content-left .text-outline,
  .slider.home-3 .button-custom-slider {
    display: none;
  }

  .flat-funfact-grid .box-hide,
  .flat-blog-grid.home-2 .box-hide,
  .flat-team-details .guide-thumb {
    display: block;
  }

  .flat-approch .approch-box {
    float: unset;
  }

  .flat-team-details .personal-progress .media {
    flex-shrink: unset;
  }

  .flat-team .team-content .content {
    width: unset;
  }

  .flat-blog-grid.home-3 .grid-post.box-2 {
    border: unset;
  }

  .flat-fun-fact .content-right {
    display: contents;
  }

  .flat-approch .row,
  .flat-skillset.services .row,
  .flat-services .row {
    align-items: center;
  }

  .flat-fun-fact .funfact-video {
    top : 50%;
    left: 50%;
  }

  .flat-spaces .content .post img {
    height: 250px;
  }

  .flat-fun-fact {
    background-position-x: -200%;
  }

  .slider .back-ground img,
  .tf-map .map-content {
    height: 400px;
  }

  .slider-style-2 .background img {
    height: 600px;
  }

  .flat-skillset.services .content-right h2 {
    font-size  : 30px;
    line-height: 40px;
  }

  .flat-title-page .section-title-page {
    font-size  : 90px;
    line-height: 90px;
  }

  .slider .content h2 {
    font-size  : 70px;
    line-height: 70px;
  }

  .slider .content {
    top : 20%;
    left: 10%;
  }

  .flat-about .brand-slider {
    transform : translateY(75px);
    margin-top: 0px;
  }

  .flat-team.home-3 .team-content.box-1,
  .flat-team.home-3 .team-content.box-3 {
    transform: unset;
  }

  .flat-team .team-content .team-name,
  .flat-services-home-2 .services-box .content h3,
  .flat-blog-grid.portfolio-page .grid-post .content h3,
  .flat-portfolio-details .list-icon-portfolio .content h3 {
    font-size: 20px;
  }

  .slider.home-3 .content-home-3 h2,
  .slider-style-2 .content h2 {
    font-size  : 70px;
    line-height: 70px;
  }

  .flat-team .team-content .content {
    bottom: -40px;
  }

  .flat-faq .list-count .item h2 {
    left     : 0;
    font-size: 90px;
  }

  .slider-style-2 .content h1 {
    font-size: 200px;
  }

  .flat-services-home-2 .services-box .content,
  #footer .footer-left-style-2 .button,
  .flat-pricing .pricing-box .button.cart {
    padding: 20px 10px;
  }

  #footer .footer-left-style-2,
  .flat-pricing .content-tab .pricing-box {
    padding: 50px 10px;
  }

  .flat-pricing .content-tab .pricing-box {
    padding: 30px 20px;
  }

  .flat-counter .list-count .item {
    width          : 50%;
    justify-content: center;
    margin-bottom  : 40px;
  }

  .flat-skillset.home-2 .content-right .section-heading {
    font-size    : 38px;
    line-height  : 50px;
    margin-bottom: 10px;
  }

  .flat-contact .contact-form .name-wrap,
  .flat-contact .contact-form .email-wrap {
    margin-right: 15.5px;
  }

  .slider.home-3.portfolio-slider .content-portfolio {
    top : 7.6%;
    left: 7.6%;
  }

  .flat-portfolio.home-3 .portfolio-post.box-3 {
    width       : 47.8%;
    margin-left : 0px;
    margin-right: 15px;
  }

  .flat-portfolio.home-3 .box-3:last-child {
    margin-right: 0px;
  }
}

/* ------------------------------------------ */
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

  #footer .footer-right,
  .flat-skillset .skillset-content .skillet-box,
  .tf-col-4,
  .flat-counter .list-count .item,
  #footer .footer-right-style-2 .menu-1,
  #footer .footer-right-style-2 .menu-2,
  .flat-service-details #site-content .post-thumb .post-1,
  .flat-service-details #site-content .post-thumb .post,
  .flat-contact .contact-form .name-wrap,
  .flat-contact .contact-form .email-wrap,
  .flat-contact .contact-form .site-wrap,
  .flat-portfolio.flat-portfolio-grid .tf-col-4,
  .tf-colmd-4,
  .flat-portfolio-details .list-icon-portfolio li,
  .flat-portfolio-details .thumb .content,
  .flat-service-details #site-content .post-thumb-2 .media,
  .flat-service-details #site-content .post-thumb-2 .media img,
  .flat-testimonials .feedback-box .user-avatar,
  .flat-testimonials.home-2 .feedback-box .user-avatar {
    width: 100%;
  }

  #comments .comment-list .comment-content .comment-text,
  .flat-services .services-content.right,
  .flat-testimonials.home-2 .feedback-box .content,
  .flat-team.home-2,
  #footer .footer-right-style-2 .menu-2,
  #footer .footer-right-style-2,
  .flat-faq.faq .content-right,
  .flat-team-details .team-infor .content,
  .slider.home-3.portfolio-slider .back-ground,
  .slider.home-3.portfolio-slider .content-portfolio,
  .flat-portfolio-details .thumb .content:last-child,
  .flat-portfolio.home-3 {
    padding: 0;
  }

  .flat-services .services-post-right,
  .flat-services .services-post-left,
  .flat-skillset .skillset-content .skillet-box:last-child,
  .flat-testimonials .feedback-box .user-avatar,
  .flat-about-us-2 .brand-slider,
  .flat-service-details #site-content .post-thumb .post-1,
  .flat-service-details #site-content .post-thumb .post,
  .flat-faq.faq .content-right,
  .slider.home-3.portfolio-slider .content-portfolio .info,
  .flat-team-details .team-infor .content,
  .flat-team-details .personal-progress .media,
  .flat-service-details #site-content .post-thumb-2 .media,
  .slider.home-3.portfolio-slider,
  .flat-faq .list-count {
    margin: 0;
  }

  #footer .footer-right {
    padding: 60px 15px;
  }

  .flat-portfolio,
  .flat-testimonials.home-2,
  #footer .footer-right-style-2,
  .flat-team.home-2,
  .flat-about-us-2.about,
  .flat-faq.faq,
  .flat-team.page-team,
  .flat-portfolio.flat-portfolio-grid,
  .flat-blog-grid.portfolio-page.home-3.portfolio-page,
  .flat-skillset.services,
  .flat-team.home-2,
  .tf-space,
  .flat-portfolio.home-3 {
    padding: 80px 0;
  }

  .slider.home-3.portfolio-slider {
    padding-bottom: 60px;
  }

  .flat-about-us-2 .brand-slider {
    padding-top   : 80px;
    padding-bottom: 0;
  }

  .flat-portfolio {
    padding-top: 100px;
  }

  #bottom .menu-bottom-menu li {
    margin: 0 15px;
  }

  .flat-title-page .section-title-page {
    font-size: 100px
  }

  #top-bar,
  #site-header {
    padding: 0 15px;
  }

  .flat-blog-details .post .quote-details,
  .flat-blog-details #contactform,
  .flat-about .brand-slider,
  .flat-testimonials .feedback-box {
    padding: 20px;
  }

  .flat-services .services-content.right,
  .flat-services .services-content.left,
  .flat-services-home-2 .services-box .content {
    padding: 30px 0;
  }

  .post-meta .line {
    margin-right: 10px;
  }

  .flat-about .counter-box .content {
    margin-right: 30px;
  }

  .flat-service-details #site-content .post-thumb .post-1,
  .flat-service-details #site-content .post-thumb-2 .media,
  .flat-service-details #site-content .service-pagination .item,
  .flat-contact-2 .contact-box,
  .slider.home-3.portfolio-slider .content-portfolio p,
  .flat-portfolio-details .list-icon-portfolio li,
  .flat-skillset .content-right .section-heading {
    margin-bottom: 15px;
  }

  .flat-blog-details .post .infor-row .tags,
  .flat-blog-details #contactform,
  .flat-services .services-post-right,
  .flat-services .services-post-left,
  .flat-team .team-content,
  .flat-testimonials .feedback-box .user-avatar,
  #bottom .bottom-content-left,
  .flat-team-details .team-infor .media,
  .flat-team-details .team-infor,
  .flat-team-details .personal-progress .media,
  .flat-team-details .personal-progress,
  .flat-portfolio-details .thumb .content,
  .flat-portfolio-details .service-pagination .item,
  .slider.home-3.portfolio-slider .back-ground {
    margin-bottom: 30px;
  }

  .slider-style-2 .content h2,
  .flat-skillset.home-2 .content-left,
  #footer .footer-right-style-2 .menu-1,
  .flat-pricing .content-tab .pricing-box,
  .flat-portfolio.flat-portfolio-grid .flat-filter-isotope li,
  .flat-skillset .content-left .post,
  .flat-skillset.services .content-left,
  .flat-about-us-2 .content-left,
  .flat-faq.faq .content-left {
    margin-bottom: 50px;
  }

  .flat-about-us-2 .brand-slider,
  .flat-faq .list-count {
    margin-top: 60px;
  }

  #footer .footer-right-style-2 {
    padding-top   : 60px;
    padding-bottom: 0;
  }

  #site-header .navigation-side-menu,
  .header-nav-right,
  #site-header .mobile-button {
    right: 15px;
  }

  .post-meta .line::after {
    right: -5px;
  }

  #site-header.style-2 .mobile-button {
    left: 10px;
  }

  .slider-style-2 .content {
    top: 55%;
  }

  #top-bar .top-bar-content .inner .list-content,
  .flat-service-details #site-content .post-thumb-2,
  .flat-counter .list-count .item,
  .flat-service-details #site-content .service-pagination,
  .flat-portfolio-details .service-pagination,
  #bottom .menu-bottom-menu {
    justify-content: center;
  }

  #top-bar .top-bar-content .inner,
  .flat-blog-details .post .infor-row,
  .flat-testimonials .feedback-box .inner,
  .slider.home-3.portfolio-slider .content-portfolio .infomation-content,
  .flat-team-details .team-infor,
  .flat-team-details .personal-progress,
  .flat-portfolio-details .list-icon-portfolio,
  .flat-portfolio-details .thumb,
  #comments .comment-list li {
    display: block;
  }

  .slider-style-2 .content h1,
  .slider-style-2 .content .list-content,
  .flat-team-details .team-details-content .thumb-content .cap,
  .flat-fun-fact .content-right,
  #site-header .navigation-side-menu {
    display: none;
  }

  #top-bar .top-bar-content .inner,
  .flat-blog-details #contactform,
  #bottom .bottom-content-left {
    text-align: center;
  }

  #top-bar,
  .flat-testimonials.home-2 .feedback-box .user-avatar,
  .flat-testimonials .feedback-box .user-avatar {
    height: unset;
  }

  .flat-portfolio.home-2 .portfolio-content,
  #footer .footer-right-style-2,
  .flat-service-details #site-content .post-thumb,
  .flat-service-details #site-content .post-thumb-2,
  .flat-service-details #site-content .service-pagination,
  .flat-portfolio-details .service-pagination {
    flex-wrap: wrap;
  }

  .flat-quote .content-right,
  .flat-blog-details .post .infor-row .socials {
    text-align: left;
  }

  .slider.home-3.portfolio-slider .content-portfolio {
    width: unset;
  }

  .flat-about .brand-slider {
    transform: translateY(60px);
  }

  .flat-blog .post-content .post-content-wrap,
  .flat-blog .inner-content blockquote,
  .flat-service-details #site-content .quote-service-details {
    padding: 30px;
  }

  .flat-title-page .breadcrumbs {
    padding: 107px 0 107px 30px;
  }

  .slider.home-3 .brand-slider {
    padding: 90px;
  }

  .flat-blog .post-media .author {
    right  : 10px;
    padding: 10px;
  }

  .slider.home-3.portfolio-slider .content-portfolio {
    position: unset;
    padding : 0 15px;
  }

  .flat-blog .post-media .tag {
    left: 10px;
  }

  .flat-blog .post-content .post-title {
    font-size  : 22px;
    line-height: 34px;
  }

  .flat-about {
    padding-bottom: 0;
  }

  .flat-blog .post-content .post-meta-content .item {
    line-height: 25px;
  }

  .flat-blog .inner-content blockquote::after {
    z-index: -1;
  }

  #footer .footer-left,
  .flat-blog-details .post .post-author .author-avatar,
  .flat-blog-details .post .post-image .thumb,
  .slider .button-custom-slider {
    display: none;
  }

  #footer .footer-right .content h2,
  .flat-banner .content h2 {
    font-size: 55px;
  }

  .flat-about .content-right h2,
  .flat-about-us-2 .section-heading,
  .flat-title-page .section-title-page {
    font-size: 45px;
  }

  .flat-testimonials.home-2 .feedback-box .content p {
    font-size: 24px;
  }

  .section-heading,
  .slider.home-3 .content-home-3 h2 {
    font-size: 35px;
  }

  .slider.home-3 .content-home-3 h2 {
    line-height: 40px;
  }

  .flat-quote .quote-title h2,
  .flat-skillset .content-right .section-heading,
  .flat-about-us-2.about .content-right h2  {
    line-height: 55px;
  }

  .flat-blog .post-media .logo {
    width: 15%;
  }

  #comments .comment-list li.reply {
    margin-left: 10%;
  }

  .slider .content h2,
  .slider-style-2 .content h2 {
    font-size  : 50px;
    line-height: 50px;
  }

  .slider.home-3.portfolio-slider .content-portfolio h2 {
    font-size  : 25px;
    line-height: 30px;
  }

  .search-popup__form input {
    width: 300px;
  }

  .slider .back-ground img,
  .tf-map .map-content,
  .flat-title-page {
    height: 350px;
  }

  .slider-style-2 .background img {
    height: 400px;
  }

  .mg-30px {
    margin-top: unset;
  }

  .slider.home-3 .content-home-3,
  .slider.home-3 .content-home-3 .button-slider-home-3 {
    left: 20px;
  }

  .flat-skillset .skillset-content .skillet-box h2 {
    left     : 50%;
    transform: translateX(-50%);
  }

  .flat-skillset .skillset-content .skillet-box {
    margin-bottom: 75px;
  }

  .slider-style-2 .swiper-button-next.button-slide-custom-next,
  .slider-style-2 .swiper-button-prev.button-slide-custom-prev {
    height     : 50px;
    width      : 50px;
    line-height: 50px;
  }

  .flat-portfolio-details .twentytwenty-handle {
    width      : 60px;
    height     : 60px;
    border     : unset;
    margin-left: -32px;
    margin-top : -30px;
  }

  .flat-fun-fact {
    background-image: unset;
  }

  .tf-map {
    margin: 0 -3px;
  }

  .pd-0 {
    padding-bottom: 0 !important;
  }

  .mg-b0 {
    margin-bottom: 0 !important;
  }
}

/* ------------------------------------------ */
/* Mobile Portrait Size */
@media only screen and (max-width: 549px) {}

/* ------------------------------------------ */
@media (max-width: 320px) {}

/* ------------------------------------------ */
/**
 * Swiper 6.8.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 3, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; color: #fff;}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next';color: #fff;}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* Cesar */
/* Fontes */

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../font/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../font/poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../font/poppins/Poppins-SemiBold.ttf');
}

/* Fontes */

/* Geral */

#lgpd 
{
    display: none;
    position: fixed;
    width: 100%;
    max-width: 600px;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    color: #FFF;
    background: rgba(64, 64, 64, .9);
    border-radius: 5px;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5000;
}

#lgpd p
{
    font-size: 15px;
    color: #FFF;
    line-height: 22px;
}

#lgpd h5
{
    margin-bottom: 5px;
}

#lgpd #botao-lgpd
{
    background-color: #b18b77;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    margin: 5px auto 5px auto;
    display: inline-block;
}

#lgpd p a
{
    font-size: 14px;
    color: #b18b77;

}

#lgpd p a:hover
{
    color: #d6885e;
}

.whatsapp-link-icone-rodape 
{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    background: #25D366;
    padding: 8px;
    border-radius: 50px;    
    z-index: 300;
}

html 
{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

:target 
{
    scroll-margin-top: 7em;
}

body 
{
    background: #edf1f4;
}

.alert 
{
    display: none;
}

.alert 
{
    padding: 1.75rem 1.25rem;
}

.modal 
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height:100vh;
    width: 100%;
    background: rgba(0,0,0,.9);
    display: none;
    align-items: center;
    justify-content: center;
}

.modal p
{
    margin-bottom: 15px;
    text-align: justify;
    word-wrap:break-word;
}

.modal h4
{
    margin: 15px 0px;
    word-wrap:break-word;
}

.modal .caixa
{
    overflow-y: auto;
    background: #fff;
    max-height: 600px;
    width: 80%;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

.modal a
{
    color: white;
    font-weight: 400;
}

.modal h2
{
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: 900;
}

.modal ul
{
    margin-left: 20px;
}

.modal ul li
{
    text-align: justify;
    margin-bottom: 10px;
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--primary-color4);
}

.close
{
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 20px;
    line-height: 100px;
    text-align: center;
}


/* Geral */

/* Menu*/

#page #top-bar
{
    background: #b18b77;
}

#page .logo 
{
    width: 60%;
}

#main-nav>ul>li>a 
{
    font-size: 18px;
}

#page .content .redes-sociais 
{
    width: 30px;
}

#main-nav>.menu>li.menu-item-has-children>a::after 
{
    display: none;
}

#main-nav>ul>li.current-menu-item>a
{
    color: #000000;
}

#main-nav>ul>li>a:hover
{
    color: #b18b77;
}

#main-nav>ul>li 
{
    margin: 0 28px;
}

#site-header-inner 
{
    right: 2.5%;
    left: auto;
}

#main-nav>ul>li>a::before 
{
    content: none;
}

#top-bar .top-bar-content .inner .top-bar-left .content::after {
    content: ' | ';
    color: #ffff;
    margin: 0 15px;
}

#top-bar .top-bar-content .inner .top-bar-left .content:last-child::after {
    content: unset;
}

#page .content .redes-sociais:last-child
{
    margin-left: 10px;
}

.icone-whatsapp {
    width: 20px;
}

#top-bar .top-bar-content .inner .top-bar-left .content::after
{
    color: #ffff;
}

#main-nav-mobi ul>li.current-menu-item>a 
{
    color: #000000;
    text-decoration: none;
}

#main-nav-mobi .current-item>a, #main-nav-mobi ul>li>a:hover 
{
    color: #b18b77;
    text-decoration: none;
}

.link-style-2 a:hover,
.link-style-2 a:focus 
{
    color: #fff;
}

/* Menu */

/* Home */

.slider .content h2 
{
    font-weight: bold;
}

.slider .mark-slider 
{
    display: none;
}

.slider .back-ground img
{
    width: 100%;
}

.button-slider .button span::after
{
    display: none;
}

.button-slider .btn-style3:hover 
{
    background-color:#b18b77;
    border: 1px solid #b18b77;
}

.swiper-button-prev.swiper-button-prev:hover 
{
    background-color: #b18b77;
    border-right: 2px solid #b18b77;
}

.swiper-button-next.button-slide-custom-next:hover, .swiper-button-next.button-slide-custom-next.active 
{
    background-color: #b18b77;
}

#top-bar .top-bar-content .inner .top-bar-left .content:first-child::after 
{
    color: #fff;
    margin: 0 10px;
}

.slider .content h2 
{
    max-width: 800px;
}

.tf-space 
{
    padding: 80px 0 0 0;
}

/* Home */

/* Sobre */

.flat-about-us-2.about .content-right h2 
{
    font-weight: 600;
}

.flat-about-us-2.about 
{
    background: #edf1f4;
}

.about .button span::after
{
    display: none;
}

.about .button:hover 
{
    color: #fff;
    background-color: #b18b77;
    border: 1px solid #b18b77;
}

.flat-fun-fact .funfact-content-left p 
{
    margin-bottom: 30px;
    padding-right: 65px;
    max-width: 400px;
}

.flat-about-us-2.about 
{
    padding-bottom: 80px;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover
{
    color: #fff;
    cursor: pointer;
}

/* Sobre */

/* Video */

.fancybox-slide>* 
{
    width: 60%;
}


.flat-fun-fact .funfact-content-left p span 
{
    display: block;
}

.flat-fun-fact 
{
    background-image: url('../images/video.jpg');
    margin-bottom: 0px;
    min-height: 600px;
}

.flat-fun-fact .funfact-content-left .section-heading
{
    margin-bottom: 20px;
}

#video-mobile
{
    display: none;
    width: 100%;
}

#video-desktop 
{
    display: block;
}

.flat-fun-fact .funfact-video:hover,
.flat-skillset.home-2 .funfact-video:hover 
{
    background-color: #b18b77;
}

/* Video */

/* Tour Virtual */

.tour-virtual img 
{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    margin-top: 20px;
}

.tour-virtual .section-heading
{
    margin-bottom: 20px;
}

.tour-virtual iframe 
{
    width: 100%;
    min-height: 700px;
}

/* Tour Virtual */

/* Galeria */

.flat-portfolio .section-heading 
{
    margin-bottom: 40px;
}

.flat-portfolio.flat-portfolio-grid
{
    padding: 80px 0 0 0;
    margin-bottom: 0px;
}

/* Galeria */


/* Plantas */

#plantas .tf-col-3 
{
    padding: 0 15px;
    width  : 25%;
    float  : left;
}

/* Plantas */

/* Estagio Obra */

.donat-bg .custom-donat
{
    background: #b18b77;
}

.title-sub 
{
    font-weight: 600;
}

/* Estagio Obra */

/* Venha Visitar */

.venha-visitar 
{
    width: 100%;
}

.venha-visitar img 
{
    width: 100%;
}

.flat-banner 
{
    background-image: url('../images/venha_nos_visitar.jpg');
    padding-bottom: 80px;
}

.flat-banner h3 
{
    color: #fff;
    margin-top: 30px;
}

.flat-banner .faixa-horario 
{
    background: #000000;
    color: #fff;
    padding: 20px 30px;
    display: inline-block;
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
}

/* Venha Visitar */

/* FAQ */

.faq .section-heading 
{
    margin-bottom: 40px;
}

.flat-faq.faq 
{
    background: #fff;
}

.flat-faq.faq 
{
    padding: 80px 0;
}

/* FAQ */

/* MAPA */

.tf-map 
{
    margin: 0;
}

.tf-map h2 
{
    margin-bottom: 50px;
}

.tf-map .section-title 
{
    margin-top: 50px;
}

/* MAPA */

/* Contato */

.flat-contact 
{
    background-image: url('../images/background_contato.jpg');
    padding-bottom: 80px;
}

.flat-contact h2 
{
    color: #fff;
}

.flat-contact .section-title
{
    color: #fff;
    font-weight: 500;
}

.flat-contact .button span::after
{
    content: none;
}

.flat-contact .btn-style2:hover 
{
    background-color: #b18b77;
    border: 1px solid #b18b77;
}

/* Contato */

/* Rodape */

#footer .footer-left 
{
    background: url('../images/Img_footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#scroll-top 
{
    padding-top: 0;
}

#scroll-top .seta-informacao
{
    width: 60px;
    display: block;
    margin: 20px auto;
}

#scroll-top span:after 
{
    content: unset;
}

#scroll-top span 
{
    text-transform: uppercase;
    color: black;
}

.widget-information .item::after 
{
    margin-right: 15px;
}

#scroll-top span:after 
{
    left: 30%;
}

#footer .widget-information .texts, .widget-information .texts a
{
    color: #ffff;
}

#footer .widget-links li a
{
    color: #ffff;
}

#footer .widget-links li a::after 
{
    content: unset;
}

#footer .footer-right .content h4 
{
    font-size: 18px;
    color: #ffff;
}

#footer #scroll-top:hover 
{
    background-color: #b18b77;
}

#footer .btn-style3:hover
{
    background-color: #b18b77;
    border: 1px solid #b18b77;
}

#footer .button span::after 
{
    content: none;
}

#footer .footer-right 
{
    background-image: url('../images/fundo-informacoes.jpg');
}

#direitos-autorais
{
    text-align: left;
    color: #5c5c5c;
}

#empresa-desenvolvedora 
{
    text-align: right;
    color: #5c5c5c;
}

.icone-rodape 
{
    width: 40px;
    margin-right: 10px;
}

.widget-information .location::after
{
    content: none;
}

.widget-information .phone::after 
{
    content: none;
}

.widget-information .mail::after 
{
    content: none;
}

/* Rodape */

/* Media Querys */

@media screen and (max-width: 1280px) 
{
    /* Menu */

    #main-nav>ul>li>a 
    {
        font-size: 16px;
    }

    #main-nav>ul>li 
    {
        margin: 0 25px;
    }

    /* Menu */

    /* Home */

    .slider .content h2 
    {
        font-size: 100px;
        line-height: 95px;
    }

    /* Home */

    /* Sobre */

    .flat-about-us-2.about .content-right h2 
    {
        margin-bottom: 20px;
    }

    .flat-about-us-2 .content-right h2 
    {
        line-height: 50px;
    }

    .flat-about-us-2 .content-right p 
    {
        margin-bottom: 40px;
    }

    .about .section-heading 
    {
        font-size: 50px;
    }

    .flat-about-us-2.about .content-right 
    {
        margin-top: 15px;
        padding-left: 0px;
    }

    /* Sobre */

    /* Visita */

    .flat-banner .content h2
    {
       font-size: 100px;
    }

    /* Visita */
}
@media screen and (max-width: 1152px) 
{
    /* Home */

    .slider .content h2 
    {
        font-size: 80px;
        line-height: 85px;
    }

    .slider .content 
    {
        top: 30%;
        left: 10.3%;
    }

    /* Home */
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 992px) 
{
    /* Home */

    .slider .content 
    {
        /* top: 15%; */
        left: 2%;
    }

    /* Home */

    /* Sobre */

    .about .about-post 
    {
        text-align: center;
    }

    .flat-about-us-2.about .content-right 
    {
        margin-top: 40px;
        padding-left: 0;
    }
    /* Sobre */

    /* Video */

    #video-mobile
    {
        display: block;
    }

    #video-desktop 
    {
        display: none;
    }

    .flat-fun-fact 
    {
        background-image: none;
    }

    .flat-fun-fact .funfact-content-left p span 
    {
        display: inline;
    }

    .flat-fun-fact .funfact-content-left p 
    {
        max-width: 100%;
        font-weight: 400;
    }

    /* Video */

    /* Plantas */

    #plantas .tf-col-3 
    {
        width: 50%;
    }

    /* Plantas */

    /* Venha */

    .flat-banner .content h2 
    {
        font-size: 80px;
    }

    .flat-banner h3 
    {
        font-size: 30px;
    }

    /* Venha */

    /* Rodape */

    #footer .footer-right 
    {
        padding-left: 20px;
    }

    #footer .footer-right .content h2 
    {
        font-size: 50px;
        margin-bottom: 30px;
    }

    #footer .widget-information li 
    {
        margin-bottom: 25px;
        padding-right: 10px;
    }

    .widget-information .texts, .widget-information .texts a 
    {
        font-size: 16px;
    }

    /* Rodape */

}
@media screen and (max-width: 768px) 
{
    /* Menu */

    #site-header-wrap .top-bar-left {
        display: flex;
        flex-direction: column;
    }

    #top-bar .top-bar-content .inner 
    {
        flex-direction: column;
    }

    #top-bar 
    {
        height: auto;
        text-align: center;
    }

    #top-bar .top-bar-content .inner .list-content 
    {
        justify-content: center;
    }

    #top-bar .top-bar-content .inner .top-bar-left .content::after 
    {
        display: none;
    }

    /* Menu */

    /* Home */

    .slider .content h2 
    {
        font-size: 60px;
        line-height: 60px;
        max-width: 500px;
    }

    .swiper-slide .button-slider .button 
    {
        padding: 15px 30px;
    }

    /* Home */

    /* Sobre */

    .about .section-heading 
    {
        font-size: 45px;
    }

    /* Sobre */

    /* Video */

    .fancybox-slide>* 
    {
        width: 90%;
    }

    .flat-fun-fact .content-right 
    {
        display: contents;
    }

    /* Video */

    /* Galeria */

    #galeria img 
    {
        width: 100%;
        margin: auto;
    }

    #galeria .media
    {
        justify-content: center;
    }

    .flat-blog-grid .grid-post .media img
    {
        width: 70%;
        margin: auto;
    }

    /* Galeria */

    /* Tour Virtual */

    .tour-virtual iframe 
    {
        min-height: 500px;
    }

    /* Tour Virtual */

    /* Plantas */

    #plantas .tf-col-3 
    {
        width  : 100%;
    }

    /* Plantas */

    /* Venha */

    .flat-banner .content h2 
    {
        font-size: 65px;
    }

    .flat-banner h3 
    {
        font-size: 25px;
    }

    .flat-banner .faixa-horario 
    {
        padding: 15px 20px;
        font-size: 16px;
    }

    /* Venha */

    /* Rodape */

    #direitos-autorais 
    {
        text-align: center;
        padding-bottom: 10px;
    }

    #empresa-desenvolvedora 
    {
        text-align: center;
    }

    /* Rodape */
}
@media screen and (max-width: 600px)
{
    /* Menu */

    #page .logo {
        width: 50%;
    }

    #site-header-wrap .top-bar-left 
    {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #top-bar .top-bar-content .inner .top-bar-left .content:first-child::after 
    {
        display: none;
    }

    /* Menu */

    /* Home */

    .slider .heading 
    {
        margin-bottom: 25px;
    }

    .tf-space 
    {
        padding: 50px 0 50px 0;
    }

    .slider .content h2 
    {
        font-size: 50px;
        line-height: 50px;
        max-width: 400px;
    }

    /* Home */

    /* Sobre */

    .about .section-heading 
    {
        font-size: 35px;
    }

    .flat-about-us-2.about .content-right h2 {
        line-height: 45px;
    }

    /* Sobre */

    /* VIdeo */

    .flat-fun-fact .funfact-content-left .section-heading 
    {
        font-size: 35px;
    }
    /* VIdeo */

    /* Plantas */

    .flat-portfolio.flat-portfolio-grid
    {
        padding: 50px 0 0 0;
    }

    /* Plantas */

    /* Venha */

    .flat-banner .content h2 
    {
        font-size: 50px;
    }

    .flat-banner h3 
    {
        font-size: 20px;
    }

    .flat-banner .faixa-horario 
    {
        font-size: 14px;
    }

    /* Venha */

    /* FAQ */

    .flat-faq .flat-accordion h6 
    {
        font-size: 16px;
    }

    .flat-faq.faq 
    {
        padding: 80px 0 50px 0;
    }

    /* FAQ */

    /* Rodape */

    #footer .footer-right 
    {
        padding-left: 20px;
    }

    #footer .widget-information .texts, .widget-information .texts a 
    {
        word-break: break-all;
    }

    #footer .widget-information li 
    {
        margin-bottom: 25px;
        line-height: 25px;
    }

    #footer .button 
    {
        padding: 15px 30px;
    }

    /* Rodape */
    
}
@media screen and (max-width: 540px) 
{
    /* Home */

    .slider .content h2 
    {
        font-size: 50px;
        line-height: 50px;
    }
    
    /* .slider .content 
    {
        top: 25%;
    } */

    /* Home */

}
@media screen and (max-width: 475px) 
{
    /* Home */

    .slider .content h2 
    {
        font-size: 40px;
        line-height: 40px;
    }

    .slider .content 
    {
        /* top: 30%; */
        left: 5%;
    }

    .slider .content h2 
    {
        max-width: 290px;
    }

    /* Home */

    /* Venha */

    .flat-banner .content h2 
    {
        font-size: 40px;
    }

    .flat-banner h3 
    {
        font-size: 18px;
    }

    .flat-banner .faixa-horario 
    {
        font-size: 13px;
        padding: 10px;
    }

    /* Venha */
}
@media screen and (max-width: 414px) 
{
    /* Rodape */

    #footer .footer-right .content h2 
    {
        font-size: 35px;
        margin-bottom: 20px;
    }

    /* Rodape */

    /* Tour Virtual */

    .tour-virtual iframe 
    {
        min-height: 400px;
    }

    /* Tour Virtual */
}
@media screen and (max-width: 375px) 
{
    /* Geral */

    #lgpd p 
    {
        font-size: 13px;
    }

    /* Geral */

    /* Galeria */

    .flat-blog-grid .grid-post .media img
    {
        width: 90%;
        margin: auto;
    }

    /* Galeria */
}
@media screen and (max-width: 360px) 
{
    /* Home */

    .slider .content 
    {
        top: 37%;
    }

    .slider .content h2 
    {
        font-size: 38px;
    }

    .swiper-slide .button-slider .button 
    {
        padding: 10px 15px;
    }

    /* Home */

    /* Sobre */

    .about .button 
    {
        padding: 15px 20px;
    }

    .modal .caixa
    {
        padding: 10px;
    }

    .modal h2
    {
        font-size: 1.7em;
    }

    .modal p 
    {
        font-size: 14px;
        line-height: 23px;
    }
    
    .modal h4
    {
        font-size: 18px;
    }

    .modal h2
    {
        margin-top: 40px;
    }

    /* Sobre */
    
    /* Venha */

    .flat-banner .content h2 
    {
        font-size: 35px;
    }

    /* Venha */

}
@media screen and (max-width: 320px) 
{
    /* Menu */

    #page .logo {
        width: 60%;
    }

    /* Menu */

    /* Home */

    .slider .content h2 
    {
        font-size: 36px;
    }

    .slider .content h2 
    {
        max-width: 250px;
    }

    /* Home */

    /* Venha */

    .flat-banner .content h2 
    {
        font-size: 30px;
    }

    /* Venha */

    /* Sobre */

    .modal h2 
    {
        font-size: 1.5em;
    }

    /* Sobre */
}
@media screen and (max-width: 280px) {}

/* Media Querys */