@use './abstracts/' as *;

/**
  * Name: Lowlead | Attorney & Lawyers HTML Template
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import "shortcodes.css";
@import "responsive.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "font-awesome.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import "bootstrap.css";

/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* Root
	* Header
	* Site Logo
    * Menu
    * Header Fixed
    * Pagination
    * Scroll Top
    * Footer
    * Widget
    * PreLoad
    * side bar
    * up load
    * circle progress 
    * donat progress
    * swiper pagination slider
    * heading 
    * hover 
*/

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: var(--primary-color);
    line-height: 1;
    padding-right: 0 !important;
}

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: 'Cormorant', sans-serif;
    color: var(--primary-color2);
    -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
}

.text-p,
p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #777777;

    font-family: 'Open Sans', sans-serif;
}

strong,
b,
cite {
    font-weight: bold;
}

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

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;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

/* Elements
-------------------------------------------------------------- */

tml {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}


/* 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 #343444;
}

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: 14px;
    height: 14px;
    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
}

/* Contact Form 7 */

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select {
    position: relative;
    overflow: hidden;
    ::after {
        font-family: 'Font Awesome 5 Pro';
        content: '\f078';
        font-size: 14px;
        right: 10px;
        font-weight: 600;
        color: #1F1F2C;
        display: block;
        position: absolute;
        background: 0 0;
        top: 50%;
        pointer-events: none;
        -webkit-transition: .25s all ease;
        -o-transition: .25s all ease;
        transition: .25s all ease;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

select option {
    font-size: 15px;
    line-height: 24px;
    color: #1F1F2C;
}

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"] {
    border: 1px solid var(--primary-color6);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
    padding: 6px 15px 7px 19px;
    width: 100%;
    color: var(--primary-color2);
    // font-family: 'Open Sans';
}

/* 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: 1px solid #8A8AA0;
    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: 24px;
    font-family: 'Open Sans';
    color: #777777CC;

}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 16px;
    line-height: 19px;
    // background-color: var(--primary-color3);
    color: #fff; 
    padding: 23.5px 53px;
    border: 1px solid var(--primary-color3);
    display: inline-block;
    -webkit-appearance: none;
    @include transition3;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #8A8AA0;
}

:-moz-placeholder {
    color: #8A8AA0;
}

::-moz-placeholder {
    color: #8A8AA0;
    opacity: 1;
}

.error {
    font-size: 16px;
    color: var(--primary-color2);
    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: #8A8AA0;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 24px;
    line-height: 29px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
    background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    color: rgb(0 0 0 / 0);
    transition: color .2s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

label.error {
    color: red;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
}

.swiper-button-next:after {
    content: "\f061";
}

.swiper-button-prev:after {
    content: "\f060";
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-one {
    justify-content: space-between;
    display: flex;
}

.flex-two {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.flex-three {
    display: flex;
    align-items: center;
}

.wrap-inner {
    display: block;
    width: 100%;
}

.center,
.text-center {
    text-align: center;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.j-content {
    justify-content: center;
}

.text-t {
    text-transform: capitalize;
}

.text-u {
    text-transform: uppercase;
}

.align {
    align-items: center;
}

.show-boder {
    padding-top: 30px !important;
    margin-top : -30px !important;
    padding-bottom: 30px !important;
    margin-bottom: -30px !important;
}

.show-slider4 {
    margin: -5px !important;
    padding: 5px !important;
}

.show-shadow {
    margin: -50px !important;
    padding: 50px !important;
}

#wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.wrapper-style {
    background:  #FAF8FF;
}


.font {
    font-family: 'Open Sans', sans-serif;
}

.font-2 {
    font-family: 'Cormorant' sans-serif;
}


.fs-16 {
    font-size: 16px;
    font-weight: 400;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-32 {
    font-size: 32px;
}

.fs-24 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}
.fw-7 {
    font-weight: 700;
}

.fw-6 {
    font-weight: 600;
}

.fw-5 {
    font-weight: 500;
}

.fw-4 {
    font-weight: 400;
}

.mb-38 {
    margin-bottom: 38px;
}
.mt-2 {
    margin-top: 2px;
}
.pl-2 {
    padding-left: 2px !important;
}
.pl-3 {
    padding-left: 3px !important;
}
/* link style
-------------------------------------------------------------- */
a {
    text-decoration: none;
    color: var(--primary-color2);
    @include transition3;

    &:hover,
    &:focus {
        color: var(--primary-color3);
        text-decoration: none;
        outline: 0;
        @include transition3;
    }
}

@keyframes rainbow {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: left
    }
}

.link-style-1 a {
    text-decoration: none;
    color: var(--primary-color4);
    @include transition3;

    &:focus,
    &:hover {
        color: var(--primary-color3);
        text-decoration: none;
        outline: 0;
        @include transition3;
    }
}

.link-style-2 a {
    text-decoration: none;
    color: var(--primary-color);
    @include transition3;
    &:focus,
    &:hover {
        color: var(--primary-color3);
        text-decoration: none;
        outline: 0;
        @include transition3;
    }
}

.link-style-3 a {
    text-decoration: none;
    color: var(--primary-color);
    @include transition3;
    &:focus,
    &:hover {
        color: var(--primary-color);
        text-decoration: none;
        outline: 0;
        @include transition3;
    }
}

.link-style-4 a{
    text-decoration: none;
    color: var(--primary-color2);
    @include transition3;
    &:focus,
    &:hover {
        color: var(--primary-color);
        text-decoration: none;
        outline: 0;
        @include transition3;
    }
}

.link-style-5 a{
    text-decoration: none;
    color: var(--primary-color2);
    @include transition3;
    &:focus,
    &:hover {
        color: var(--primary-color8);
        text-decoration: none;
        outline: 0;
        @include transition3;
    }
}

.link-style-6 a{
    text-decoration: none;
    color: var(--primary-color2);
    @include transition3;
    &:focus,
    &:hover {
        color: var(--primary-color9);
        text-decoration: none;
        outline: 0;
        @include transition3;
    }
}

.text-color-1 {
    color: #fff;
}

.text-color-2 {
    color: #130518;
}

.text-color-3 {
    color: #B14233 !important;
}

.text-color-4 {
    color: #777777 !important;
}

.text-color-5 {
    color: #F6F6F6 !important;
}

.text-color-6 {
    color: var(--primary-color2) !important;
}

.text-color-7 {
    color: #B6B3BF;
}

.text-color-8 {
    color: #C29765 !important;
}

.text-color-9 {
    color: #165153;
}

/* Root
-------------------------------------------------------------- */

:root {
    /* color */
    --primary-color: #fff;
    --primary-color2: #272B2E;
    --primary-color3: #B14233;
    --primary-color4: #777777;
    --primary-color5: rgba(255, 255, 255, 0.3);
    --primary-color6: #23262912;
    --primary-color7: #FFFFFFB2;
    --primary-color8: #C29765;
    --primary-color9: #165153;
}

/* Header
-------------------------------------------------------------- */

header {
    padding-right: 0 !important;
}

.header_1 {
    position: relative;
    z-index: 100;
    height: 106px;
    width: 100%;
    &.style2 {
        position: absolute;
    }
    &.style3 {
        height: 146px;
    }

}

.admin_active {
    display: none;
}

.connect-wal {
    .admin_active {
        display: block;
    }
}

.header_1 {
    #main-nav {
        position: absolute;
        left: 24.5%;
        top: 50%;
        z-index: 0;
        @include transitionY;
    }
}

.home3 {
    .header_1 {
        #main-nav {
            left: 38px;
            top: 46%;
        }
    }
}

.sc-btn-top.style3 a {
    height: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 0.1);
}

#top-bar {
    position: relative;
    background: #232629;
    padding   : 16.5px 0;
    height: 50px;
    &::before {
        content:'';
        position: absolute;
        top: 0;
        right: 0px;
        background-color: var(--primary-color3);
        width:  29.7%;
        height: 50px;
        z-index: 99;
    }
    .inner {
        .icon-top {
            margin-right: 61px;
            i {
                margin-right: 41px;
                font-size: 14px;
            }
        }
    }
    .top-bar-right {
        z-index: 999; 
    } 
}

#top-bar {
    &.home2 {
        background: var(--primary-color);
        .inner .icon-top i {
            color: var(--primary-color2);
            &:hover {
                color: #C29765;               
            }
        }
        
        .content-left a {
            &:hover {
                color: var(--primary-color8);
            }
        }
        &::before {
            display: none;
        }
    }
    &.home3 {
        border-bottom: 1px solid #23262912;

        .inner .icon-top {
            margin-right: 36px;
        }
        .top-address {
            line-height: unset;
            margin-right: -1px;
           
            &::before {
                content    : '\f3c5';
                font-family: "Font Awesome 5 Pro";
                color: var(--primary-color9);
                font-weight: 700;
                font-size: 12px;
                margin-right: 5px;
            }
        }
        .inner .icon-top i {
            &:hover {
                color: var(--primary-color9);              
            }
        }
    }
}

.wrap-email {
    .icon-email {
        width: 50px;
        height: 50px;
        border: 1px solid #23262912;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        svg {
            fill:#165153;
            font-size: 18px;
        }
    }
    .title-email {
        margin-top: -2px;
        margin-left: 20px;
        a:hover {
            color: var(--primary-color9);
        }
    }
}

.box-phone {
    text-align: end;
    padding-left: 62px;
    h2 {
    font-size: 36px;
    line-height: 50px;
    border-left: 1px solid var(--primary-color6);
    }
}

.box-menu {
    background-color: #165153;
    height: 80px;
    position: relative;
    /* z-index: 99999; */
    margin-bottom: -38px;
}

#site-header-inner.home2 {
    border-bottom: 1px solid #FFFFFF1A;
}

/* Site Logo
-------------------------------------------------------------- */
#site-logo {
    height: 105px;
}

#site-logo-inner {
    position: absolute;
    top: 50%;
    @include transitionY;
}

.main-logo img,
.main-logo h2 {
    float: left;
}

.flat-button-top {
    transform: translateY(-50%);
    position: absolute;
    right: 0px;
    top: 50%;
}

/* Menu
-------------------------------------------------------------- */
/* Main Nav */

#main-nav {
    ul {
        margin: 0px;

        li {
            position: relative;
            list-style: none;
        }
    }
}

#main-nav {
    >ul {
        >li {
            float: left;
            padding: 52px 30px 51px 13px;

            >a {
                position: relative;
                font-size: 18px;
                line-height: 20px;
                font-weight: 700;
                display: block;
                color: var(--primary-color2);
                padding-right: 12.5px;

                &:hover {
                    color: var(--primary-color3);
                }
            }
        }
    }
    >ul.style-menu {
        >li {
            padding: 34px 30px 33px 13px;
        }
    }

    >.menu {
        >li {
            &.menu-item-has-children {
                >a {
                    &::after {
                        content: '\f107';
                        font-family: 'Font Awesome 5 Pro';
                        font-weight: 300;
                        position: absolute;
                        right: 0;
                        top: 50%;
                        @include transitionY;
                    }
                }
            }
        }
    }
}

#main-nav.home2 > ul > li > a {
    color: var(--primary-color);
}

#main-nav.home3 > ul > li > a {
    color: var(--primary-color);
}

/* Sub Menu */

#main-nav {
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 250px;
        background-color: #ffff;
        border-radius: 6px;
        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);

        &::before {
            content: '';
            position: absolute;
            top: -5px;
            left: 25px;
            height: 15px;
            width: 15px;
            transform: rotate(45deg);
            background-color: #fff;
        }

        li {
            &:not(:last-child) {
                a {
                    border-bottom: 1px solid #e1e1e18e;
                }
            }

            a {
                display: block;
                font-size: 18px;
                color: #14141F;
                padding: 20px;
                font-weight: 700;
            }
        }
    }

    .right-sub-menu {
        left: auto;
        right: 0;
    }
}

#main-nav > ul > .current-menu-item > a {
    color: var(--primary-color3);
}
#main-nav.home2 > ul > .current-menu-item > a {
    color: var(--primary-color8);
}
#main-nav.home3 > ul > .current-menu-item > a {
    color: #739798;
}

#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.current-item a,
#main-nav .sub-menu li a:hover {
    color: var(--primary-color3);
}

#main-nav.home2 .sub-menu li.current-item a,
#main-nav.home2 .sub-menu li a:hover {
    color: var(--primary-color8);
}

#main-nav.home3 .sub-menu li.current-item a,
#main-nav.home3 .sub-menu li a:hover {
    color: var(--primary-color9);
}

#main-nav {
    >ul {
        >li {
            .sub-menu {
                li {
                    position: relative;

                    a {
                        transition: all 0.15s linear;
                        -webkit-transition: all 0.15s linear;
                        -moz-transition: all 0.15s linear;
                        -o-transition: all 0.15s linear;

                        &:hover {
                            padding-left: 35px;

                            &::after {
                                width: 12px;
                            }
                        }

                        &::after {
                            content: "";
                            position: absolute;
                            width: 0;
                            height: 2px;
                            background: var(--primary-color3);
                            left: 15px;
                            top: 28px;
                            @include transition3;
                        }
                    }

                    &.current-item {
                        a {
                            padding-left: 35px;

                            &::after {
                                width: 12px;
                            }
                        }
                    }
                }
            }
        }
    }
}

#main-nav.home2 > ul > li .sub-menu li a::after {
    background: var(--primary-color8);
}

#main-nav.home3 > ul > li .sub-menu li a::after {
    background: var(--primary-color9);
}

/* Mobile Menu */

#main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    background-color: var(--primary-color);
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%);

    ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;

        li {
            margin: 0;
            text-align: left;
            cursor: pointer;
            padding: 0;
            border-top: 1px solid rgba(138, 138, 160, 0.3);
            position: relative;

            &:first-child {
                border-top: 0px;
            }
        }
    }
}

#main-nav-mobi {
    ul {
        >li {
            >a {
                color: var(--primary-color2);
                display: inline-block;
                font-size: 16px;
                line-height: 48px;
                padding: 0 15px;
                font-weight: 700;
            }
            &.current-menu-item {
                >a {
                    color: var(--primary-color3);
                }
            }
        }
    }
    .sub-menu {
        .menu-item {
            a {
                margin-left: 15px;
            }
        }
    }
}

#main-nav-mobi ul li>ul>li:first-child {
    border-top: 1px solid rgba(138, 138, 160, 0.3);
}

.style3 #main-nav-mobi .current-item>a,
.style3 #main-nav-mobi ul>li>a:hover {
    color: var(--primary-color9);
}

.style2 #main-nav-mobi .current-item>a,
.style2 #main-nav-mobi ul>li>a:hover {
    color: var(--primary-color8);
}
#main-nav-mobi .current-item>a,
#main-nav-mobi ul>li>a:hover {
    color: var(--primary-color3);
}

.style2 #main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
    background-color: var(--primary-color8);
}

.style2 #main-nav-mobi ul > li.current-menu-item > a {
    color: var(--primary-color8);
}

.style3 #main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
    background-color: var(--primary-color9);
}

.style3 #main-nav-mobi ul > li.current-menu-item > a {
    color: var(--primary-color9);
}

#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: 0px;
            text-align: center;
            top: 0;
            width: 48px;
            &::before {
                font-family: "Font Awesome 5 Pro";
                content: "\f107";
                color: var(--primary-color2);
            }
        }
    }
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
    color: var(--primary-color3);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
    background: var(--primary-color3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#main-nav-mobi .menu-item-has-children .arrow.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    @include transition3;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\f107";
}

#main-nav-mobi ul ul li {
    background-color: var(--primary-color);
    border-top: 1px solid rgba(138, 138, 160, 0.3);
}


/* Search */
#site-header {
    .header-search-icon {
        display: block;
        font-size: 14px;
        line-height: 100px;
    }
}

.header-search {
    position: relative;
    margin-right: 31px;
    padding: 14px 0;
}

.top-search {
    width: 263px;

    &.show {
        visibility: visible;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

.search-submit {
    position: absolute;
    top: 6px;
    right: 4px;
    font-size: 16px;
    background: var(--primary-color3);
    color: #fff;
    border: none;
    border-radius: 5px;
    line-height: 20px;
    padding: 9px 11px;
    @include transition3;

    &:hover {
        border: none;
        color: var(--primary-color3);
        background: #fff;
    }
}

.search-form {
    position: relative;
    .search-field {
        background: var(--primary-color);
        color: #fff;
        width: 100%;
        border: 1px solid var(--primary-color);
        line-height: 24px;
        padding: 12px 50px 12px 19px;
        &.style {
            background: var(--primary-color5);
        }
        &::placeholder {
            color: #706C83;
            line-height: 19px;
            font-size: 14px;
        }
        &:focus {
            background: var(--primary-color);
            color: var(--primary-color2);
            width: 100%;
            border: 1px solid var(--primary-color6);
            border-radius: 5px;
            line-height: 24px;
            padding: 12px 50px 11px 19px;
        }
    }
}

.search-form {
    &.home3 {
        .search-field {
            background: #fff;
        }
    }
}

.icon-fl-search-filled {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

/* Mobile Menu Button */

.mobile-button {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    float: right;
    top: 50%;
    right: 0px;
    background-color: transparent;
    cursor: pointer;
    @include transition3;
    @include transitionY;
    &::before,
    &::after,
    span {
        background-color: var(--primary-color2);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    &::before,
    &::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%;
    }

    span {
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        top: 50%;
        overflow: hidden;
        text-indent: 200%;
    }

    &::before {
        -webkit-transform: translate3d(0, -7px, 0);
        -moz-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    &::after {
        -webkit-transform: translate3d(0, 7px, 0);
        -moz-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }

    &.active {
        span {
            opacity: 0;
        }

        &::before {
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            -moz-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
        }

        &::after {
            -webkit-transform: rotate3d(0, 0, 1, -45deg);
            -moz-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
        }
    }
}

.tf-button-submit {
    &:hover {
        opacity: .9;
        color: #fff;
    }
}

.mobile-button.home3,
.style2 .mobile-button {
    &::before,
    &::after,
    span {
        background-color: var(--primary-color);
    }
}



/* Header Fixed */

.header_1 {
    &.is-fixed {
        position: fixed;
        top: -200px;
        left: 0;
        width: 100%;
        box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
        z-index: 9999;
        background: var(--primary-color);
        border: none;
        opacity: 0;
        @include transition5;
        #main-nav > ul > li > a {
            color: var(--primary-color2);
        }
        #main-nav > ul > .current-menu-item > a {
            color: var(--primary-color3);
        }
        &.style2 {
            background: var(--primary-color2);
            top: -300px;
            #main-nav > ul > li > a {
                color: var(--primary-color);
            }
            #main-nav > ul > .current-menu-item > a {
                color: var(--primary-color8);
            }
            #site-header-inner.home2 {
                border-bottom: unset;
            }
        }
        &.style3 {
            height: 0;
            margin-top: -1px;
            #main-nav > ul > li > a {
                color: var(--primary-color);
            }
            #main-nav > ul > .current-menu-item > a {
                color: #739798;
            }
            .box-phone,
            .wrap-email,
            #site-logo {
                display: none;
            }

        }   
    }
}

.header_1.is-fixed.is-small {
    top: 0;
    opacity: 1;
    visibility: visible;
}

/* Pagination
-------------------------------------------------------------- */

.themesflat-pagination {
    padding-top: 28px;
    text-align: center;
    ul {
        position: relative;
        li {
            display     : inline-block;
            margin-right: 8px;
            &:last-child {
                margin-right: 0;
            }
            .page-numbers {
                display      : inline-block;
                font-size    : 14px;
                font-weight  : 500;
                color        : #C4C4C4;
                text-align   : center;
                width        : 50px;
                height       : 40px;
                border       : 1px solid #E8E8E8;
                line-height  : 40px;
                object-fit   : cover;
                &.style {
                    width        : 70px;
                    height       : 40px;
                    color        : var(--primary-color4);
                    border       : unset;
                    background   : #F6F6F6;
                    &::after {
                        content: '+';
                        margin-left: 3px;
                    } 
                }
                &:hover,
                &.current {
                    background-color: var(--primary-color3);
                    color           : #fff;
                    border-color    : var(--primary-color3);
                }  
            }
        }
    }
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    z-index: 1;
    right: 14px;
    bottom: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden;

    &.show {
        right: 15px;
        opacity: 1;
        visibility: visible;
    }

    &::before,
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        @include transition3;
    }

    &::before {
        z-index: -1;
        background-color: var(--primary-color3);
    }

    &::after {
        content: "\f077";
        font-family: "Font Awesome 5 Pro";
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
    }

    &:hover {
        transform: translateY(-7%);
    }
}

/* Footer
-------------------------------------------------------------- */

#footer {
    padding: 121px 0 120px;
    background: #232629;
    position: relative;
    &.home2 {
        padding: 118px 0 103px;
        background: url(./../../assets/images/backgroup-secsion/bg-footer.jpg) center center no-repeat;
        background-size: cover;  
    }
    &.home3 {
        padding: 120px 0 103px;
        background: unset;
    }
}

/* Widget
-------------------------------------------------------------- */

/*widget-logo*/

.widget-logo {
    padding-right: 108px;
    color: var(--primary-color7);
    .logo-footer {
        margin-bottom: 20px;
        a {
            font-size: 36px;
            font-weight: bold;
            color: var(--primary-color3);
        }
    }

    p {
        margin-bottom: 37px;
        color: var(--primary-color7);
    }
    h3 {
        margin-bottom: 20px;
        span {
            margin-left: 7px;
        }
    }

}

/* widget-menu */
.widget-menu {
    padding-top: 14px;
    &.style-3 {
        padding-top: 42px;
    }
    .title-widget {
        margin-bottom: 10px;
        color: var(--primary-color);
    } 
    ul {
        li {
            a {
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                font-weight: 400;
                line-height: 43px;
                position: relative;
                color: var(--primary-color7);
                &::after {
                    content: '';
                    width: 100%;
                    height: 1px;
                    position: absolute;
                    background: #B14233;
                    right: 0;
                    bottom: 0;
                    display: block;
                    transform: scaleX(1 );
                    opacity: 0;
                    transform-origin: center;
                    transition: transform 0.3s; 
                }

                &:hover {
                    @include transition3;
                    &::after {
                        transform: scaleX(1);
                        transform-origin: center;
                        transition: transform 0.3s;
                        opacity: 1;
                    }
                }
            }
        }
    }
}

.widget-menu.home2 ul li a::after {
    background: var(--primary-color8);
}

.widget-menu.home2 ul li a:hover {
    color: var(--primary-color8);
}

.widget-menu.home3 ul li a::after {
    background: var(--primary-color9);
}

.widget-menu.home3 ul li a:hover {
    color: var(--primary-color9);
}


.widget.style-4 {
    padding-top: 14px;
    .title-widget {
        margin-bottom: 23px;
        color: var(--primary-color);
    }
}

.widget.style-4.home {
    padding: 45px 30px 30px;
    background: #272B2E;
    h4 {
        margin-bottom: 27px;
    }
    input {
        border: 1px solid #FFFFFF0D;
        background: #232629;
        margin-bottom: 11px;
        color: var(--primary-color);
        &::placeholder {
            font-size: 14px;
            max-width: 100%;
            color: #FFFFFF99;
        }
    }
    textarea {
        background: #232629;
        border: 1px solid #FFFFFF0D;
        margin-bottom: 21px;
        padding-bottom: 0;
        color: var(--primary-color);
        &::placeholder {
            color: #FFFFFF99;
        }
    }
    p {
        margin-bottom: 20px;
    }
    button {
        padding: 15.5px 35px;
    }
}
/* recent news */

.widget {
    .recent-news {
        margin-bottom: 33px;
        li {
            padding-bottom: 28px;
            border-bottom: 1px solid #FFFFFF12;
            &:last-child {
                border-bottom: unset;
                padding-bottom: 0px;
            }
            &:not(:first-of-type) {
                padding-top: 27px;
            }            
            .thumb {
                float: left;
                overflow: hidden;
                margin: 3px 20px 20px 1px;
                position: relative;
                border-radius: 40px;
                width: 70px;
                height: 70px;
            }

            .texts {
                margin-top: -6px;
            }
            h5 {
                line-height  : 30px;
                margin-bottom: 9px;
                font-weight: 400;
                color: #fff;
            }
            .entry-button {
                font-size  : 14px;
                font-weight: 400;
                font-family: 'Lora';
                color: #FFFFFF99;
                &::after {
                    content: "+";
                }
                &:hover {
                    color: var(--primary-color3);
                }
            }
        }   
        &.home2 {
            li a:hover {
                color: var(--primary-color8);
            }
        }
        &.home3 {
            li a:hover {
                color: var(--primary-color9);
            }
        }
    }
}

/* widget-subcribe */

.widget-subcribe {
    &.subcribe {
        margin-top: -81px;
        &.home {
            margin-top: -120px;
        }
    }
    h3 {
        margin-bottom: 21px;
    }
    .form-subcribe {
        form {
            position: relative;
        }

        input {
            background: #272B2E;
            width: 100%;
            padding: 21px 50px 19px 29px;
            font-size: 16px;
            font-weight: 500;
            border: 1px solid #FFFFFF08;
            color: #fff;
            &:focus {
                border: 1px solid  var(--primary-color3);
            }
            &::placeholder {
                font-size: 14px;
                white-space: nowrap;
                max-width: 70%;
                overflow: hidden;
                color: #FFFFFF4D;
            }
        }
        button {
            position:absolute;
            top: 5px;
            right: 6px;
            background-color: var(--primary-color3);
            font-size: 21px;
            padding: 19px 44px 20px 45px;
            color: var(--primary-color);
            @include transition3;
            span {
                font-size: 16px;
                font-weight: 700;
            }
        }
    }
}

.widget-subcribe.home2 .form-subcribe button {
    background: var(--primary-color8);
    border: 1px solid var(--primary-color8);
    &:hover {
        background: var(--primary-color);
        border: 1px solid var(--primary-color);
    }
}

.widget-subcribe.home3 .form-subcribe button {
    background: var(--primary-color9);
    border: 1px solid var(--primary-color9);
    &:hover {
        background: var(--primary-color);
        border: 1px solid var(--primary-color);
    }
}

/* widget social footer */
.widget-social-footer {
    padding: 15px 0 16px;
    background-color: #130518;
    ul {
        li {
            margin-right: 44.3px;

            a {
                font-size: 14px;
                font-weight: 500;
                font-family: 'Inter', sans-serif;
                line-height: 28px;
                
            }
        }
    }
    .title-bottom {
        text-align: end;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 600;
    }
    &.home2 {
        background-color: #fff;
    }
    &.home3 {
        background-color: #fff;
    }
}


/* PreLoad
-------------------------------------------------------------- */
.preload {
    overflow: hidden;
}

.preload-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999999;
    display: block;
    overflow: hidden;
}

.preload-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    z-index: 100;
    margin: -30px 0 0 -30px;
    background: #ffffff;
    background-image: url(../icon/preload.png);
    background-repeat: no-repeat;
    background-position: center center;
    animation:
        preload 1s linear infinite alternate;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.search {
    .search-submit {
        top: 6px;
        right: 4px;
        font-size: 13px;
        background: transparent;
        color: #fff;
        line-height: 20px;
        padding: 9px 14.5px;

        &:hover {
            background: #fff;
        }

        &.search-icon::after {
            content: "\f002";
            font-family: "Font Awesome 5 Pro";
            color: var(--primary-color3);
        }

    }
}

.side-bar {
    .search-field {
        &::placeholder {
            font-size: 13px;
        }
    }
}

/* side bar */
.side-bar {
    .widget {
        background-color: #F6F6F6;
        padding: 46px 50px 50px 49px;
        margin-bottom: 30px;
        .widget-title {
            position: relative;
            margin-bottom: 30px;     
            padding-bottom: 15px;
            &::after {
                content: "";
                width: 50px;
                height: 2px;
                left: 0;
                bottom: 0;
                position: absolute;
                background-color: var(--primary-color3);
            }

            &.title-list {
                margin-bottom: 25px;
            }

            &.title-blogs {
                margin-bottom: 26px;
            }

            &.title-tags {
                margin-bottom: 29px;
            }
            &.title-up {
                margin-bottom: 19px;
            }
        }
        &.style2 {
            padding: 48px 50px 35px 49px;
        }
        &.style3 {
            padding: 44px 40px 40px 50px;
        }
        &.style4 {
            padding: 45px 50px 40px 50px;
            p {
                margin-bottom: 20px;
            }
        }
        .recent-news {
            margin-bottom: 0;
            li {
                padding-bottom: 14px;
                border-bottom: 1px solid var(--primary-color6);
                &:last-child {
                    border-bottom: unset;
                    padding-bottom: 0;
                }
                h5 {
                    margin-bottom: 0.5px;
                    font-weight: 700;
                }
                .meta .user {
                    margin-right: 4px;
                    &::after {
                        margin-left: 5px;
                    }
                }
            }
        }
        .tags_cloud_inner {
            a {
                display: inline-block;
                padding: 15px 19.5px 13px;
                font-size: 12px;
                font-weight: 400;
                margin-right: 4px;
                margin-bottom: 10px;
                background-color: var(--primary-color);
                color: var(--primary-color4);
                font-family: 'Open Sans';
                &.style-tag {
                    padding: 15px 15px 13px;
                } 
                &.active,
                &:hover {
                    background-color: var(--primary-color3);
                    color           : #fff;
                }
            }
        }
    }
}

/*widget categories */
.widget {
    &.widget-categories {
        padding: 44px 50px 46px 50px;
        li {
            position: relative;
            margin-bottom: 32px;

            &:last-child {
                margin-bottom: 0;
            }

            a {
                color: var(--primary-color4);
                font-size: 16px;
                font-family: 'Open Sans';
                font-weight: 400;
                display: flex;
                align-items: center;
                &::before {
                    content: "\f111";
                    font-family: "Font Awesome 5 Pro";
                    font-weight: 700;
                    font-size: 8px;
                    color: var(--primary-color2);
                    margin-right: 8px;
                }
            }
        }
    }
}

.widget.widget-categories li:hover a::before,
.widget.widget-categories li.active a::before,
.widget.widget-categories li:hover a,
.widget.widget-categories li.active a {
    color: var(--primary-color3);
}

.widget.widget-categories li:hover .number,
.widget.widget-categories li.active .number {
    background-color: var(--primary-color2);
    color: var(--primary-color);
}

// up load 01
.btn-upload {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex !important;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    background: var(--primary-color2);
    padding-left: 30px;
    margin-bottom: 10px;
    &::before {
        content: '\f15c';
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        @include transition3;
        color: #fff;
        margin-right: 19px;
        margin-top: 0px;
        font-weight: 400;
    }
    &::after {
        content: '80kb';
        font-family: 'Open Sans';
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        right: 19px;
    }
    &.style-up {
        background: var(--primary-color3);
        &::before {
            content: '\f1c1';
        }
    }
}

.uploadFile {
    position: relative;
    #filename2,
    #filename {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        cursor: pointer;
        opacity: 0;
    }
}

/* circle progress */

.flat-about .progress-box1 {
    margin-left: 23px;
    margin-right: 78px;
}

.flat-about .progress-box2 {
    margin-right: 78px;
}

.flat-about .progress-skill .couter2 .chart2,
.flat-about .progress-skill .couter .chart {
    position: relative;
    display: inline-block;
}

.flat-about .content h3 {
    margin-left: 0px;
    font-size: 18px;
}

.progress-skill {
    margin-bottom: 11px;
    text-align: center;
}

.progress-skill .couter2 .chart2 span.percent2,
.progress-skill .couter .chart span.percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans';
    display: inline-block;
    color: var(--primary-color8);
}

.progress-skill .couter2 .chart2 span.percent2 {
    color: var(--primary-color3);
}

.progress-skill .couter2 .chart2 span.percent2::after,
.progress-skill .couter .chart span.percent::after {
    content: "%";
}

/* donat progress */
.progress-bar {
    margin: 29.5px 0 9px;
}

.progress-title-holder {
    padding-bottom: 16px;
    position: relative;
}

.progress-content-outter {
    height: 5px;
    background-color: var(--primary-color6);
    border-radius: 5px;
}

.progress-content {
    height: 5px;
    background-color: var(--primary-color3);
    width: 0%;
    border-radius: 5px;
}

// swiper pagination slider
.flat-themes .swiper-pagination,
.flat-practice .swiper-pagination {
    width: 100%;
    margin-top: 50px;
    position: relative;
    bottom: 0 !important; 
}

.slider.home2 .swiper-pagination2 {
    position: absolute;
    bottom: 11.3%;
    right: 18.9%;
    z-index: 9;
}

.slider.home3 .swiper-pagination2 {
    position: absolute;
    bottom: 3.6%;
    right: 47.6%;
    z-index: 9;
}

.slider.home3 .swiper-pagination-bullet,
.slider.home2 .swiper-pagination-bullet,
.flat-themes .swiper-pagination-bullet,
.flat-practice .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #23262933;
    opacity: 1;
    margin: 0 10px !important;
    z-index: 99;
    &::before {
        @include transition3;
        position: absolute;
        transform: translate(-50%, -57%);
        top: 50%;
        border-radius: 50%;
        content: "";
        width : 17px;
        height: 17px;
        border: 1px solid #23262933;
        overflow: visible;
    }
}

.slider.home3 .swiper-pagination-bullet,
.home2.tf-2 .swiper-pagination-bullet {
    background: #FFFFFF66;
    &::before {
        border: 1px solid #FFFFFF33;
    }
}

.flat-case .swiper-pagination {
    margin-top: 63px;
    margin-bottom: 5px;
}

.flat-case.home3 .swiper-pagination {
    margin-top: 65px;
    margin-bottom: 5px;
}

.flat-case.home2 .swiper-pagination {
    margin-top: 66px;
}


.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color3) !important;
    &::before {
        border: 1px solid var(--primary-color3);
    }
}

.home2.tf-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color8) !important;
    &::before {
        border: 1px solid var(--primary-color8);
    }
}

.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color9) !important;
    &::before {
        border: 1px solid var(--primary-color9);
    }
}

.slider.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color3) !important;
    &::before {
        border: 1px solid var(--primary-color3);
    }
}

// heading 
.heading-section {
    margin-bottom: 121px;
    h5 {
        margin-bottom: 12px;
        text-transform: uppercase;
        color: var(--primary-color4);
    }
    .title-section {
        position: relative;
        &::before {
            position: absolute;
            bottom: -61px;
            left: 50%;
            background-color: var(--primary-color3); 
            width: 2px;
            height: 50px;
            transform: translateX(-50%);
            content: "";
            text-transform: capitalize;
        }
    }
    &.style {
        margin-top: -3px;
        margin-bottom: 49px;
        padding: 0 30%;
    } 
    &.home2 {
        .title-section {
            &::before {
                background-color: var(--primary-color8); 
            }
        }
    }
    &.home3 {
        .title-section {
            &::before {
                background-color: var(--primary-color9); 
            }
        }
    }
}

.heading-section2 {
    margin-bottom: 51px;
    h5 {
        margin-bottom: 12px;
        text-transform: uppercase;
        color: var(--primary-color4);
    }
    .title-section {
        text-transform: capitalize;
    }
    &.style {
        margin-bottom: 42px;
    }
}

// hover img
.hover-img img,
.flat-img img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.hover-img {
    .img-style {
        overflow     : hidden; 
        img {
            width             : 100%;
            object-fit        : cover;
            -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
            transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
        }
    }
    &:hover {
        img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
            -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
            transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);        
        }
    }
} 
.box-hv {
    .hover-style {
        position: relative;
        &::before {
            content: '';
            @include absolute;
            background: rgba(177, 66, 51, 0.5);
            width: 100%;
            height: 100%;
            @include transition3;
            z-index: 1;
            transform: scale(1, 0 );
            transform-origin: top;
            transition: transform 500ms ease;
        }
    }  
    &:hover .hover-style::before {
        transform: scale(1, 1);
        transform-origin: top;
    } 

    // hover 2
    .hover-style.hv2 {
        &::before {
            transform-origin: unset;
            background: #C2976580;
            transform: scale(1, 0 );
        }
    }
    &:hover .hover-style.hv2::before {
        transform: scale(1, 1) ;
        transform-origin: center;
    }  
    // hover 3
    .hover-style.hv3 {
        &::before {
            background: #C2976580 !important;
            transform: scale(1, 0 );
        }
    }
    &:hover .hover-style.hv3::before {
        transform: scale(1, 1);
    } 
    // hover 4
    .hover-style.hv4 {
        &::before {
            background: #16515380;
            transform: scale(1, 0 );
        }
    }
    &:hover .hover-style.hv4::before {
        transform: scale(1, 1);
    } 
    // hover 5
    .hover-style.hv5 {
        &::before {
            transform-origin: unset;
            background: #16515380;
            transform: scale(1, 0 );
        }
    }
    &:hover .hover-style.hv5::before {
        transform: scale(1, 1) ;
        transform-origin: center;
    }  
    // hover 6
    .hover-style.hv6 {
        &::before {
            transform-origin: unset;
            background: #B1423380;
            transform: scale(1, 0 );
        }
    }
    &:hover .hover-style.hv6::before {
        transform: scale(1, 1) ;
        transform-origin: center;
    } 
    // hover 7 footer
    .hover-style.hv7 {
        &::before {
            transform-origin: center;
            transform: scale(0 , 0 );
            border-radius: 50%;
            transition: transform 800ms ease;
        }
        &.hv8 {
            &::before {
                background: #C2976580;
            }
        }
        &.hv9 {
            &::before {
                background: #16515380;
            }
        }
        &.hv10 {
            &::before {
                border-radius: unset;
            } 
        }
    }
    &:hover .hover-style.hv7::before {
        transform: scale(1, 1) ;
        transform-origin: center;
    }  
}
