/**
  * 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=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;family=Catamaran:wght@100;200;300;400;500;600;700;800;900&amp;family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&amp;family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;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: Montserrat, 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;
}

.button-st {
    background: #fa3f48;
    border-radius: 5px;
    padding: 18px 36px 15px 45px;
    color: #142441;
}

.text-p,
p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #404040;
    text-align: justify;

}

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


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

.select ::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: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.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] {

    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 15px 15px 15px 13px;
    /*margin-bottom: 15px;*/
    width: 100%;
    border: none;
    border-bottom: 1px solid #EEEEEE;
    font-family: Montserrat, sans-serif
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #9AA5B3;
    background: rgba(238, 238, 238, 0.5);
    text-transform: capitalize;
}

/* 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 {

    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: Montserrat, sans-serif

    color: rgba(119, 119, 119, 0.8);
}

/* Button */
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 23.5px 53px;
    display: inline-block;
    -webkit-appearance: none;
    -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;
}

/* 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 {
    text-rendering: optimizeLegibility;
    font-family: Montserrat, sans-serif
    color: #142441;
    text-transform: capitalize;
}

h1 {
    font-size: 50px;
    font-weight: 700;

}

h2 {
    font-size: 32px;
    font-weight: 700;

}

h3 , .h3  {
    font-size: 28px;
    font-weight: 700;
}

h4 , .h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

h5 , .h5 {
    font-weight: 700;
    font-size: 20px;
}

h6 , .h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}



p {
    font-family: Montserrat, sans-serif
    font-weight: 400;
}

a {
    font-family: Montserrat, sans-serif
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #9AA5B3;

}

span {
    font-family: Montserrat, sans-serif
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;

    color: #9AA5B3;
}



/* 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: rgba(0, 0, 0, 0);
    transition: color 0.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; */
    position: relative;
}

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

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

}

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

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

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.home3 .relative {
    position: relative;
    height: 40px;
}

.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: Montserrat, sans-serif;
}

.font-2 {
    font-family: Montserrat, 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);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fab:hover {
    color: #2d5884;
    -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;
}

a:hover,
a:focus {
    cursor: pointer;
    color: #2d5884;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

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

    50% {
        background-position: right;
    }

    100% {
        background-position: left;
    }
}

.top-bar-content {
    display: flex;
    position: absolute;
    left: 34%;
    top: 29px;
}

.content-center {
    padding: 0 44px 0 0;
}

.top-bar-right {
    display: flex;
    position: absolute;
    right: 0;
    top: 2%;
}

.top-bar-right.bt {
    position: absolute;
    right: 13.8%;
    top: 26px;
}

.content-right {
    padding-left: 48px;
}

.link-style-1 a {
    text-decoration: none;
    color: var(--primary-color4);
    -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;
}

.link-style-1 a:focus,
.link-style-1 a:hover {
    color: #3764EB;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-2 a {
    text-decoration: none;
    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;
}

.link-style-2 a:focus,
.link-style-2 a:hover {
    color: #3764EB;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-3 a {
    text-decoration: none;
    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;
}

.link-style-3 a:focus,
.link-style-3 a:hover {
    color: var(--primary-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-4 a {
    text-decoration: none;
    color: var(--primary-color2);
    -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;
}

.link-style-4 a:focus,
.link-style-4 a:hover {
    color: var(--primary-color);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-5 a {
    text-decoration: none;
    color: var(--primary-color2);
    -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;
}

.link-style-5 a:focus,
.link-style-5 a:hover {
    color: #3764EB;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-6 a {
    text-decoration: none;
    color: var(--primary-color2);
    -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;
}

.link-style-6 a:focus,
.link-style-6 a:hover {
    color: #3764EB;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

.text-color-2 {
    color: #130518;
    font-weight: 500;
}

.text-color-3 {
    font-family: Montserrat, sans-serif
    font-weight: 500;
    font-size: 13px;
    /* line-height: 30px; */
    color: #142441;
}

.text-color-3.active {
    color: #3764EB;
}

.text-color-4 {
    font-family: Montserrat, sans-serif
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9AA5B3;

}

.top-bar-right.bt .text-color-4.at {
    padding-right: 0px;
    position: relative;
}

.page-title-heading {
    display: flex;
    justify-content: space-between;
    padding: 42px 0px 42px;
    align-items: center;
}
.page-title-heading ul {
    display: flex;
    align-items: center;
    padding: 9px 0 9px;
}

.page-title-heading ul li {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    color: #142441;
}

.page-title-heading ul .action {
    color: #fff;

}

.breadcrumbs a {
    position: relative;
    padding-right: 33px;
    margin-right: 29px;
    font-family: Montserrat, sans-serif
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.breadcrumbs {
    color: #3764EB;
}

.flat-title-page {
    position: relative;
}

.flat-title-page{
    position: relative;
}
h1.heading {
    color: white;
}
.flat-title-page .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(rgba(32, 61, 90, .7), rgba(32, 61, 90, .7)),
    url(../images/layout/source.gif);

    background-size: cover;
    background-position: center;
}
.breadcrumbs a::before {
    position: absolute;
    top: -4px;
    right: 0px;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";

}

.top-bar-right.bt .text-color-4.at::after {
    position: absolute;
    top: 0px;
    font-size: 20px;
    left: -23px;
    content: '\f007';
    font-family: "Font Awesome 5 Pro";
}

.top-bar-right.bt .text-color-4.bf {
    position: relative;

}

.top-bar-right.bt .text-color-4.bf::after {
    position: absolute;
    top: 0px;
    left: -26px;
    font-size: 17px;
    content: '\f07a';
    font-family: "Font Awesome 5 Pro";


}

.social {
    /*position: absolute;*/
    right: 0px;
    top: 0px;
    /*display: flex;*/
}

.wrap-call {
    background: #224560;
    /*padding: 19px 23px 17px 25px;*/
}

.wrap-social ul {
    display: flex;
}

.home2 .wrap-social {
    padding: 0px 144px 0px 0px;
}
.wrap-social ul li {
    padding: 0;
}

.wrap-social ul li {
    padding-right: 10px;
    padding-left: 12px;
}

.wrap-social ul li a {
    color: #fff;
}

.flat-button-top .sc-button span {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: white;
}

.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: 60px;
    width: 100%;
    background: #000;
    line-height: 60px;

}

.header_1.style2 {
    position: absolute;
}

.header_1.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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home3 .header_1 #main-nav {
    position: absolute;
    left: 15.2%;
    top: 50%;
}

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

#top-bar {
    position: relative;
    background: #142e49;
    padding: 10px 0;
    height: 35px;
    /* border-bottom: 1px solid #EEEEEE; */
}

#top-bar-bt {
    position: relative;
    background: #fff;
    /* padding: 20px 0; */
    height: 82px;
}

.home2 #top-bar-bt {
    border-bottom: 1px solid rgba(20, 36, 65, 0.1);
}

#top-bar .top-bar-right .content-right .text-color-4.bf {
    padding-right: 24px;
    position: relative;
}

#top-bar .top-bar-right .content-right .text-color-4.bf::before {
    content: "|";
    position: absolute;
    top: 0px;
    right: 8px;
    z-index: 99;
}

#top-bar .top-bar-right .content-right .text-color-4.at {
    position: relative;
    padding-right: 7px;
}

#top-bar .top-bar-right .content-right .text-color-4.at::after {
    content: "\f107";
    position: absolute;
    top: 0px;
    right: -6px;
    z-index: 99;
    font-family: "Font Awesome 5 Pro";

}

#top-bar .inner .icon-top {
    margin-right: 61px;
}

#top-bar .inner .icon-top i {
    margin-right: 41px;
    font-size: 14px;
}

#top-bar .top-bar-right {
    z-index: 999;
}

#top-bar.home2 {
    background: var(--primary-color);
}

#top-bar.home2 .inner .icon-top i {
    color: var(--primary-color2);
}

#top-bar.home2 .inner .icon-top i:hover {
    color: #C29765;
}

#top-bar.home2 .content-left a:hover {
    color: #3764EB;
}

#top-bar.home2::before {
    display: none;
}

#top-bar.home3 {
    border-bottom: 1px solid rgba(35, 38, 41, 0.0705882353);
}

#top-bar.home3 .inner .icon-top {
    margin-right: 36px;
}

#top-bar.home3 .top-address {
    line-height: unset;
    margin-right: -1px;
}

#top-bar.home3 .top-address::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    color: #3764EB;
    font-weight: 700;
    font-size: 12px;
    margin-right: 5px;
}

#top-bar.home3 .inner .icon-top i:hover {
    color: #3764EB;
}

.wrap-email .icon-email {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(35, 38, 41, 0.0705882353);
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.wrap-email .icon-email svg {
    fill: #165153;
    font-size: 18px;
}

.wrap-email .title-email {
    margin-top: -2px;
    margin-left: 20px;
}

.wrap-email .title-email a:hover {
    color: #3764EB;
}

.box-phone {
    text-align: end;
    padding-left: 62px;
}

.box-phone 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 rgba(255, 255, 255, 0.1019607843);
}

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

#site-logo-inner {
    position: absolute;
    top: 10px;
}

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

.flat-button-top {
    transform: translateY(-50%);
    position: absolute;
    right: -3px;
    top: 43px;
    background: #2d5884;
    border-radius: 5px;
    padding: 10px 9px 10px 10px;
}
.flat-button-top:hover {

    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-button-top:hover a span {

    color: #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;
}

.home2 .flat-button-top {
    border: 1px solid #142441;
    background: none;
    border-radius: 5px;
    padding: 10px 23px 7px 25px;
    right: -1px;
    top: 41px;
    position: absolute;
}

.home2 .flat-button-top:hover {
    background: #3764EB;
    -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;
}

.home2 .flat-button-top:hover span {
    color: #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;

}
.home2 .header_1 {
    background: #fff;
}
.home2 .header_1 #main-nav>ul>li>a {
    color: #142441;
}
.home2 .header_1 #main-nav {
    position: absolute;
    left: 0;
    top: 30px;

}

/* Menu
-------------------------------------------------------------- */
/* Main Nav */
#main-nav ul {
    margin: 0px;
}

#main-nav ul li {
    position: relative;
    list-style: none;
}

#main-nav ul li a .fab:hover {
    color: #142441;
    -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;
}

#main-nav>ul>li {
    float: left;
    padding: 0px 30px 0px 0px;
}

.wrap-call h4,
.wrap-call h4 a {
    font-family: Montserrat, sans-serif

    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;

}

#main-nav>ul>li>a {
    position: relative;
    color: #FFFFFF;
    font-family: Montserrat, sans-serif

    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;

}

#main-nav>ul>li>a:hover {
    color: #142441;
}

.home3 #main-nav>ul>li>a:hover {
    color: #3764EB;
}

.home2 .wrap-social ul li a {
    color: #9AA5B3;
}

.home2 .wrap-call {
    background: none;
    padding: 19px 0px 17px 0px;
}

.home2 .wrap-call h4,
.home2 .wrap-call h4 a {
    color: #3764EB;
}

#main-nav>ul.style-menu>li {
    padding: 34px 30px 33px 13px;
}

#main-nav>.menu>li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

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

/* Sub Menu */
.home2 #main-nav .sub-menu,
.home1 #main-nav .sub-menu {
    top: 100%;
}

#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: white;
    border-radius: 6px;
    box-shadow: -2px 6px 23px rgba(180, 180, 180, 0.3098039216);
    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;
    top: -5px;
    left: 25px;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    background-color: #fff;
}

#main-nav .sub-menu li:not(:last-child) a {
    border-bottom: 1px solid rgba(225, 225, 225, 0.5568627451);
}

#main-nav .sub-menu li a {
    display: block;
    font-size: 14px;
    color: #14141F;
    padding: 20px;
    font-weight: 700;
}

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

/* #main-nav>ul>.current-menu-item>a {
    background:
        linear-gradient(0deg, #3764EB, #3764EB);

} */

#main-nav.home2>ul>.current-menu-item>a {
    color: #3764EB;
}

#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: #3764EB;
}

#main-nav.home2 .sub-menu li.current-item a,
#main-nav.home2 .sub-menu li a:hover {
    color: #3764EB;
}

#main-nav.home3 .sub-menu li.current-item a,
#main-nav.home3 .sub-menu li a:hover {
    color: #3764EB;
}

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

#main-nav>ul>li .sub-menu li a {
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

#main-nav>ul>li .sub-menu li a:hover {
    padding-left: 35px;
}

#main-nav>ul>li .sub-menu li a:hover::after {
    width: 12px;
}

#main-nav>ul>li .sub-menu li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #3764EB;
    left: 15px;
    top: 28px;
    -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;
}

#main-nav>ul>li .sub-menu li.current-item a {
    padding-left: 35px;
}

#main-nav>ul>li .sub-menu li.current-item a::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 rgba(47, 83, 109, 0.12);
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

#main-nav-mobi ul li: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;
}

#main-nav-mobi ul>li.current-menu-item>a {
    color: #3764EB;
}

#main-nav-mobi .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: #3764EB;
}

.style2 #main-nav-mobi .current-item>a,
.style2 #main-nav-mobi ul>li>a:hover {
    color: #3764EB;
}

#main-nav-mobi .current-item>a,
#main-nav-mobi ul>li>a:hover {
    color: #3764EB;
}

.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: #3764EB;
}

.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: #3764EB;
}

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

#main-nav-mobi .menu-item-has-children .arrow::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: #3764EB;
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
    background: #3764EB;
    -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);
    -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;
}

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

.top-search.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;
    -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;
}

.search-submit:hover {
    border: none;
    color: #3764EB;
    background: #fff;
}

.search-form {
    position: relative;
}

.search-form .search-field {
    background: var(--primary-color);
    color: #fff;
    width: 100%;
    border: 1px solid var(--primary-color);
    line-height: 24px;
    padding: 15px 50px 12px 16px;
}

.search-form .search-field.style {
    background: var(--primary-color5);
}

.search-form .search-field::placeholder {
    color: #706C83;
    line-height: 19px;
    font-size: 14px;
}

.search-form .search-field:focus {
    background: var(--primary-color);
    color: var(--primary-color2);
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    border-radius: 5px;

}

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

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

/* Mobile Menu Button */
.home2 .mobile-button::before,
.home2 .mobile-button::after,
.home2 .mobile-button span {
    background: #fff;

}

.home2 .is-small .mobile-button::before,
.home2 .is-small .mobile-button::after,
.home2 .is-small .mobile-button span {
    background: #fff;

}

.logo-mobile {
    display: none;
}



.mobile-button {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    float: right;
    top: 50%;
    right: 0px;
    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: #fff;
    -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);
}

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

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

/* Header Fixed */
.header_1.is-fixed {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 9999;
   border: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
    background: #142441;
}

.header_1.is-fixed #main-nav>ul>li>a {
    color: #fff;
}


.header_1.is-fixed.style2 {
    background: var(--primary-color2);
    top: -300px;
}

.header_1.is-fixed.style2 #main-nav>ul>li>a {
    color: var(--primary-color);
}

.header_1.is-fixed.style2 #main-nav>ul>.current-menu-item>a {
    color: #3764EB;
}

.header_1.is-fixed.style2 #site-header-inner.home2 {
    border-bottom: unset;
}

.header_1.is-fixed.style3 {
    height: 0;
    margin-top: -1px;
}

.header_1.is-fixed.style3 #main-nav>ul>li>a {
    color: var(--primary-color);
}

.header_1.is-fixed.style3 #main-nav>ul>.current-menu-item>a {
    color: #739798;
}

.header_1.is-fixed.style3 .box-phone,
.header_1.is-fixed.style3 .wrap-email,
.header_1.is-fixed.style3 #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;
}

.themesflat-pagination ul {
    position: relative;
}



.themesflat-pagination ul li:last-child {
    margin-right: 0;
}

.themesflat-pagination ul li .page-numbers.style {
    width: 60px;
    height: 40px;
}




.themesflat-pagination ul li .page-numbers:hover,
.themesflat-pagination ul li .page-numbers.current {
    background: #3764EB;
    color: #fff;
    border-color: #3764EB;
}

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

#scroll-top.show {
    right: 15px;
    opacity: 1;
    visibility: visible;
}

#scroll-top::before,
#scroll-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#scroll-top::before {
    z-index: -1;
    background: #2d5884;
}

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

#scroll-top:hover {
    transform: translateY(-7%);
}

#scroll-top:hover:before {
    background: #FEE100;
}

/* Footer
-------------------------------------------------------------- */
#footer {
    padding: 115px 0 102px;
    background: #142441;
    position: relative;
    border-top: 5px solid #3764EB;
}

#footer .widget-social ul li .fab {

    font-size: 30px;
    color: rgba(255, 255, 255, 0.3);

}

#footer .widget-social ul li .fab:hover {
    color: #3764EB;
    -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 .widget-social ul li {
    padding-right: 39px;
}

#footer .widget-menu.fl-st-3 {
    margin-right: -2px;
}

#footer .widget-menu.fl-st-3 ul li a {
    text-decoration: revert;
    line-height: 35px;
    text-transform: none;
}

#footer .widget-menu.fl-st-3 ul li {
    padding-bottom: 7px;
}

#bottom {
    background: #142441;
    padding: 22px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

#bottom #wrap-bottom a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

#bottom #wrap-bottom span {
    font-family: 'Catamaran', normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);

}

#bottom #wrap-bottom a:hover {
    color: #3764EB;
    -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.home2 {
    padding: 118px 0 103px;
    background: url(../images/backgroup-secsion/bg-footer.html) center center no-repeat;
    background-size: cover;
}

#footer.home3 {
    padding: 120px 0 103px;
    background: unset;
}

/* Widget
-------------------------------------------------------------- */
/*widget-logo*/
.widget-logo {
    /* padding-right: 108px; */
    color: var(--primary-color7);
}

.widget-logo .logo-footer {
    margin-bottom: 16px;
}

.widget-logo .logo-footer a {
    font-size: 36px;
    font-weight: bold;
    color: #3764EB;
}

.widget-logo p {
    margin-bottom: 39px;
    color: var(--primary-color7);
}

.widget-logo h3 {
    margin-bottom: 20px;
}

.widget-logo h3 span {
    margin-left: 7px;
}

.widget-social ul {
    display: flex;
}

.widget.style-4 .title-widget {
    margin-bottom: 10px;
    color: var(--primary-color);
}

.widget.style-4 p {
    padding-bottom: 20px;
}

.form-subcribe .form-submit input {
    padding: 20px 0 18px 30px;
    border-bottom: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
}

.form-subcribe .form-submit input:focus-visible {
    border: 1px solid #3764EB;
}

.form-subcribe .form-submit {
    position: relative;
    padding-bottom: 33px;
}

.widget-menu .content-submit a {
    position: relative;
    font-family: Montserrat, sans-serif
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    padding-right: 15px;
    margin-right: 11px;
    color: rgba(255, 255, 255, 0.7);
}

.widget-menu .content-submit a:hover {
    color: #3764EB;
    -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;
}

.widget-menu .content-submit a::before {
    position: absolute;
    content: '|';
    top: 0;
    right: 0px;
    font-size: 10px;
}

.widget-menu .content-submit .style::before {
    content: none;
}

.form-subcribe .form-submit::before {
    position: absolute;
    content: '\f177';
    right: 23px;
    top: 13%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 30px;
    color: #3764EB;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* widget-menu */
/* .widget-menu {
    padding-top: 0px;
    margin-left: -3px;
} */

.widget-menu.style-3 {
    padding-top: 42px;
}

/* .widget-menu.style-1 {
    padding-left: 2px;
} */

/* .widget-menu .title-widget {
    margin-bottom: 10px;
    color: var(--primary-color);
} */
.widget-menu .title-widget {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.widget-menu.fl-st-3 .title-widget {
    margin-bottom: 5px;
}

.widget-menu ul li a {
    font-family: Montserrat, sans-serif
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.7);
}

.widget-menu ul li a:hover {
    color: #3764EB;
    -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;
}

.widget-menu ul li a:hover {
    -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;
}

.widget-menu ul li a:hover::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: #3764EB;
}

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

.widget-menu.home3 ul li a:hover {
    color: #3764EB;
}

/* 
.widget.style-4 {
    padding-top: 14px;
} */



.widget.style-4.home {
    padding: 45px 30px 30px;
    background: #272B2E;
}

.widget.style-4.home h4 {
    margin-bottom: 27px;
}

.widget.style-4.home input {
    border: 1px solid rgba(255, 255, 255, 0.0509803922);
    background: #232629;
    margin-bottom: 11px;
    color: var(--primary-color);
}

.widget.style-4.home input::placeholder {
    font-size: 14px;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.6);
}

.widget.style-4.home textarea {
    background: #232629;
    border: 1px solid rgba(255, 255, 255, 0.0509803922);
    margin-bottom: 21px;
    padding-bottom: 0;
    color: var(--primary-color);
}

.widget.style-4.home textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.widget.style-4.home p {
    margin-bottom: 20px;
}

.widget.style-4.home button {
    padding: 15.5px 35px;
}

/* recent news */
.widget .recent-news {
    margin-bottom: 33px;
}

.widget .recent-news li {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0705882353);
}

.widget .recent-news li:last-child {
    border-bottom: unset;
    padding-bottom: 0px;
}

.widget .recent-news li:not(:first-of-type) {
    padding-top: 27px;
}

.widget .recent-news li .thumb {
    float: left;
    overflow: hidden;
    margin: 3px 20px 20px 1px;
    position: relative;
    border-radius: 40px;
    width: 70px;
    height: 70px;
}

.widget .recent-news li .texts {
    margin-top: -6px;
}

.widget .recent-news li h5 {
    line-height: 30px;
    margin-bottom: 9px;
    font-weight: 400;
    color: #fff;
}

.widget .recent-news li .entry-button {
    font-size: 14px;
    font-weight: 400;
    font-family: "Lora";
    color: rgba(255, 255, 255, 0.6);
}

.widget .recent-news li .entry-button::after {
    content: "+";
}

.widget .recent-news li .entry-button:hover {
    color: #3764EB;
}

.widget .recent-news.home2 li a:hover {
    color: #3764EB;
}

.widget .recent-news.home3 li a:hover {
    color: #3764EB;
}

/* widget-subcribe */
.widget-subcribe.subcribe {
    margin-top: -81px;
}

.widget-subcribe.subcribe.home {
    margin-top: -120px;
}

.widget-subcribe h3 {
    margin-bottom: 21px;
}

.widget-subcribe .form-subcribe form {
    position: relative;
}

.widget-subcribe .form-subcribe input {
    background: #272B2E;
    width: 100%;
    padding: 21px 50px 19px 29px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.031372549);
    color: #fff;
}

.widget-subcribe .form-subcribe input:focus {
    border: 1px solid var(--primary-color3);
}

.widget-subcribe .form-subcribe input::placeholder {
    font-size: 14px;
    white-space: nowrap;
    max-width: 70%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.3019607843);
}

.button a:hover,
button:hover {
    background: #3764EB;
    color: #FFFFFF;
    -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;
}

a:h .widget-subcribe .form-subcribe button span {
    font-size: 16px;
    font-weight: 700;
}

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

.widget-subcribe.home2 .form-subcribe button: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);
}

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

/* widget social footer */
.widget-social-footer {
    padding: 15px 0 16px;
    background-color: #130518;
}

.widget-social-footer ul li {
    margin-right: 44.3px;
}

.widget-social-footer ul li a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Arimo", sans-serif;
    line-height: 28px;
}

.widget-social-footer .title-bottom {
    text-align: end;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
}

.widget-social-footer.home2 {
    background-color: #fff;
}

.widget-social-footer.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(../images/logo/Vector-lg.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: 8px;
    right: 7px;
    font-size: 13px;
    background: transparent;
    color: #fff;
    line-height: 20px;
    padding: 9px 14.5px;
}

.search .search-submit:hover {
    background: #fff;
}

.search .search-submit.search-icon::after {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    color: #3764EB;
}

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

/* side bar */
.side-bar .widget.search {
    padding: 48px 30px 50px 30px;
}

.blogdetail .side-bar .widget.search {
    padding: 48px 30px 35px 30px;
}

.side-bar .widget {
    background-color: #F6F6F6;
    padding: 47px 29px 45px 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.side-bar .widget-categories {
    padding: 47px 29px 50px 30px;
}

.side-bar .widget .widget-title {
    position: relative;
    padding-bottom: 25px;
}

.side-bar .widget .title-up {
    padding-bottom: 26px;
}

.side-bar .widget .widget-title.title-list {
    position: relative;
    padding-bottom: 21px;
}

/* .side-bar .widget .widget-title::after {
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
} */

/* .side-bar .widget .widget-title.title-list {
    margin-bottom: 4px;
} */

/* .side-bar .widget .widget-title.title-blogs {
    margin-bottom: 8px;
} */

/* .side-bar .widget .widget-title.title-tags {
    margin-bottom: 20px;
} */

/* .side-bar .widget .widget-title.title-up {
    margin-bottom: 12px;
} */

.side-bar .widget.style2 {
    padding: 30px 30px;
}

.side-bar .widget.style3 {
    padding: 50px 0px 60px 30px;
}

.side-bar .widget .image-gallery ul {
    display: flex;
    flex-wrap: wrap;
}
.side-bar .widget .image-gallery ul {
    margin: 0 -10px;
}
.side-bar .widget .image-gallery ul li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
}
.side-bar .widget .image-gallery ul li .thumb-instagram a {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
}
.side-bar .widget .image-gallery ul li .thumb-instagram img {
    width: 100%;
}
/* .side-bar .widget.style3 {
    padding: 49px 0px 60px 26px;
    margin-bottom: 30px;
} */

.side-bar .widget.style5 {
    background: #3764EB;
    padding: 0 0px 40px 0px;
}

.side-bar .widget.style5 .image {
    position: relative;
}

.side-bar .widget.style5 .image .icon {
    position: absolute;
    top: 47%;
    left: 40%;
    background: #FEE100;
    padding: 15px;
    border-radius: 50%;
}

.side-bar .widget.style5 .image .content-img {
    text-align: center;
    padding: 27px 0px 0px 0px;
}


.side-bar .widget.style5 .image .content-img p {
    font-family: 'Roboto', normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.side-bar .widget.style5 .image .content-img h4 {
    font-family: Montserrat, sans-serif
    font-weight: 700;
    font-size: 24px;
    line-height: 122%;
    text-transform: capitalize;
    color: #FFFFFF;
    padding-bottom: 7px;
}

.side-bar .widget.style3 .title-tags {
    padding-bottom: 37px;
}

.side-bar .widget.style3 .icon_inner a {
    padding: 11px 13px;
    border-radius: 100%;
    margin-right: 6px;
    background: #fff;
}

.side-bar .widget.style3 .icon_inner .style {
    padding: 11px 18px;
}

.side-bar .widget.style3 .icon_inner .action,
.side-bar .widget.style3 .icon_inner .action i {
    background: #3764EB;
    color: #fff;
}

.side-bar .widget.style3 .icon_inner .action {
    padding: 11px 15px;

}

.side-bar .widget.style3 .icon_inner a:hover {
    background: #3764EB;
}

.side-bar .widget.style3 .icon_inner a:hover i {
    color: #fff;
}

.side-bar .widget.style3 .icon_inner a i {
    font-size: 14px;
    color: #9AA5B3;
}

/* 
.side-bar .widget.style4 {
    padding: 49px 31px 40px 26px;
} */

.side-bar .widget.style4 p {
    margin-bottom: 20px;
}

.side-bar .widget .recent-news {
    margin-bottom: 0;
}

.side-bar .widget .recent-news li {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--primary-color6);
}

.side-bar .widget .recent-news li:last-child {
    border-bottom: unset;
    padding-bottom: 0;
}

.side-bar .widget .recent-news li h5 {
    margin-bottom: 0.5px;
    font-weight: 700;
}

.side-bar .widget .recent-news li .meta .user {
    margin-right: 4px;
}

.side-bar .widget .recent-news li .meta .user::after {
    margin-left: 5px;
}

.side-bar .widget .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: Montserrat, sans-serif
}

.side-bar .widget .tags_cloud_inner a.style-tag {
    padding: 15px 15px 13px;
}

.side-bar .widget .tags_cloud_inner a.active,
.side-bar .widget .tags_cloud_inner a:hover {
    background: #3764EB;
    color: #fff;
}

/*widget categories */
/* .widget.widget-categories {
    padding: 46px 47px 47px 26px;
} */

.widget.widget-categories ul li {
    display: flex;
}

.widget.widget-categories ul li img {
    margin-right: 19px;
}

.widget.widget-categories li {
    position: relative;
    margin-bottom: 24px;
}

.widget.widget-categories li:last-child {
    margin-bottom: 0;
}

.widget.widget-categories li a {
    color: var(--primary-color4);
    font-size: 16px;
    font-family: Montserrat, sans-serif
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

/* .widget.widget-categories li a::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: #3764EB;
}

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

.btn-upload {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex !important;
    align-items: center;
    font-family: Montserrat, sans-serif
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    background: #3764EB;
    padding-left: 30px;
    margin-bottom: 15px;
    border-radius: 7px;
}

.btn-upload::before {
    content: "\f15c";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    -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;
    color: #fff;
    margin-right: 16px;
    margin-top: 0px;
    font-weight: 200;
}

.btn-upload::after {
    content: "80kb";
    font-family: Montserrat, sans-serif
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    right: 28px;
    border-radius: 5%;
}

.btn-upload.style-up {
    background: #142441;
}

.btn-upload.style-up::before {
    content: "\f1c1";
}

.uploadFile {
    position: relative;
}

.uploadFile #filename2,
.uploadFile #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 {
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat, sans-serif
    display: inline-block;
    color: #3764EB;
}

.progress-skill .couter2 .chart2 span.percent2 {
    color: #3764EB;
}

/* .counter h2::after {
    content: ".2K";
}

.counter h2.style::after {
    content: ".3M";
} */

/* {
    display: flex;
    margin-left: -10px;
} */

.counter .number-content,
.counter span {
    font-family: Montserrat, sans-serif
    font-weight: 400;
    font-size: 48px;
    line-height: 44px;
    color: #3764EB;
    margin-bottom: 17px;
}

.counter p {
    font-family: Montserrat, sans-serif
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #9AA5B3;

}

.counter {
    text-align: center;
    width: calc(25% - 0px);

}


.wrap-counter {
    display: flex;
    border-top: 1px solid #EEEEEE;
    padding-top: 57px;
    margin-top: 119px;
}

/* donat progress */
.progress-bar {
    padding-bottom: 14px;
}

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

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

.progress-content {
    height: 8px;
    background: #3764EB;
    width: 0%;
    border-radius: 5px;
}

.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: rgba(35, 38, 41, 0.2);
    opacity: 1;
    margin: 0 10px !important;
    z-index: 99;
}

.slider.home3 .swiper-pagination-bullet::before,
.slider.home2 .swiper-pagination-bullet::before,
.flat-themes .swiper-pagination-bullet::before,
.flat-practice .swiper-pagination-bullet::before {
    -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;
    position: absolute;
    transform: translate(-50%, -57%);
    top: 50%;
    border-radius: 50%;
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid rgba(35, 38, 41, 0.2);
    overflow: visible;
}

.slider.home3 .swiper-pagination-bullet,
.home2.tf-2 .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4);
}

.slider.home3 .swiper-pagination-bullet::before,
.home2.tf-2 .swiper-pagination-bullet::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.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: #3764EB !important;
}

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

.home2.tf-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color8) !important;
}

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

.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color9) !important;
}

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

.slider.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3764EB !important;
}

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

.heading-section {
    margin-bottom: 121px;
}

.heading-section h5 {
    margin-bottom: 12px;
    text-transform: uppercase;
    color: var(--primary-color4);
}

.heading-section .title-section {
    position: relative;
}

.heading-section .title-section::before {
    position: absolute;
    bottom: -61px;
    left: 50%;
    background: #3764EB;
    width: 2px;
    height: 50px;
    transform: translateX(-50%);
    content: "";
    text-transform: capitalize;
}

.heading-section.style {
    margin-top: -3px;
    margin-bottom: 49px;
    padding: 0 30%;
}

.heading-section.home2 .title-section::before {
    background-color: var(--primary-color8);
}

.heading-section.home3 .title-section::before {
    background-color: var(--primary-color9);
}

.heading-section2 {
    margin-bottom: 51px;
}

.heading-section2 h5 {
    margin-bottom: 12px;
    text-transform: uppercase;
    color: var(--primary-color4);
}

.heading-section2 .title-section {
    text-transform: capitalize;
}

.heading-section2.style {
    margin-bottom: 42px;
}

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

.hover-img .img-style 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: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);
}

.infor-row {
    padding: 7px 0 24px;
    margin-bottom: 27px;
}

.infor-row .tags .font {
    align-items: center;
}
.infor-row .tags .icon {
    display: flex;
}
.infor-row .tags .icon a {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 11px 13px;
    border-radius: 100%;
    margin-right: 8px;
    background: #EEEEEE;
    color: #9AA5B3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infor-row .tags .icon .design {
    margin-right: 0px;
}

.infor-row .tags .icon .style {
    padding: 11px 15px;

}

.infor-row .tags .icon .action {
    color: #fff;
    background: #3764EB;

}

.infor-row .tags .icon a:hover {
    color: #fff;
    background: #3764EB;
    -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;
}

.infor-row .tags .font a {
    background: #EEEEEE;
    padding: 9px 18px;
    margin-right: 3px;
    margin-left: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #9AA5B3;
}

.infor-row .tags .font a:hover {
    background: #3764EB;
    color: #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;
}

.box-hv .hover-style {
    position: relative;
}

.post-author {
    display: flex;
    padding: 47px 17px 40px 51px;
    background: #EEEEEE;
    border-radius: 5px;
    margin-bottom: 59px;
}

.post-author .avatar {
    width: 35%;
    margin-right: 30px;
}

.post-author .content .name {
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-author .content .name .icon a {
    margin-right: 36px;
}

.post-author .content .name .icon .design {
    margin-right: 31px;
}

.post-author .content .name .icon .action {
    color: #3764EB;
}

.post-author .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;


    color: #9AA5B3;
}

.pagination .nav-item {
    display: flex;
    align-items: center;
}

.pagination .nav-item.right .content {
    text-align: right;
}

.pagination .nav-item.left a {
    margin-right: 26px;
}

.pagination .nav-item .content p {
    padding-bottom: 3px;
}

.pagination .nav-item.right a {
    margin-left: 25px;
}

.pagination .nav-item a {
    padding: 10px 20px 7px 20px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
}

.pagination .nav-item .action {
    background: #3764EB;
}

.pagination .nav-item a:hover {
    color: #fff;
    background: #3764EB;
    -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;
}

.pagination .nav-item.left a:hover:after {
    color: #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;
}

.pagination .nav-item.left a::after {
    content: '\f177';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 24px;
    color: #9AA5B3;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.pagination.style ul li .left,
.pagination.style ul li .right {
    padding: 10px 20px 10px 20px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
}


.themesflat-pagination ul {
    position: relative;
}

.themesflat-pagination ul li {
    display: inline-block;
    margin-right: 8px;
}

.themesflat-pagination ul li .style.right::after {
    content: '\f178';
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    color: #fff;
    font-size: 15px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}


.themesflat-pagination ul li .style.left::after {
    content: '\f177';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #9AA5B3;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.themesflat-pagination ul li .style.left:hover:after {

    color: #fff;
}

.themesflat-pagination ul li .page-numbers:hover,
.themesflat-pagination ul li .page-numbers.current {
    background: #3764EB;
    color: #fff;
}


.pagination.style ul li a:hover:after {
    color: #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;
}

.themesflat-pagination ul li .page-numbers {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 40px;
    border: 1px solid #EEEEEE;
    line-height: 40px;
    object-fit: cover;
}

.pagination .nav-item.right a::after {
    content: '\f178';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.pagination {
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #EEEEEE;
    padding-top: 23px;
}

.pagination.style {
    justify-content: space-around;
    padding-top: 35px;

}

.pagination.style ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.pagination.style ul li a {
    padding: 10px 20px 10px 20px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
}

.box-hv .hover-style::before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgba(177, 66, 51, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 500ms ease;
}

.box-hv:hover .hover-style::before {
    transform: scale(1, 1);
    transform-origin: top;
}

.box-hv .hover-style.hv2::before {
    transform-origin: unset;
    background: rgba(194, 151, 101, 0.5019607843);
    transform: scale(1, 0);
}

.box-hv:hover .hover-style.hv2::before {
    transform: scale(1, 1);
    transform-origin: center;
}

.box-hv .hover-style.hv3::before {
    background: rgba(194, 151, 101, 0.5019607843) !important;
    transform: scale(1, 0);
}

.box-hv:hover .hover-style.hv3::before {
    transform: scale(1, 1);
}

.box-hv .hover-style.hv4::before {
    background: rgba(22, 81, 83, 0.5019607843);
    transform: scale(1, 0);
}

.box-hv:hover .hover-style.hv4::before {
    transform: scale(1, 1);
}

.box-hv .hover-style.hv5::before {
    transform-origin: unset;
    background: rgba(22, 81, 83, 0.5019607843);
    transform: scale(1, 0);
}

.box-hv:hover .hover-style.hv5::before {
    transform: scale(1, 1);
    transform-origin: center;
}

.box-hv .hover-style.hv6::before {
    transform-origin: unset;
    background: rgba(177, 66, 51, 0.5019607843);
    transform: scale(1, 0);
}

.box-hv:hover .hover-style.hv6::before {
    transform: scale(1, 1);
    transform-origin: center;
}

.box-hv .hover-style.hv7::before {
    transform-origin: center;
    transform: scale(0, 0);
    border-radius: 50%;
    transition: transform 800ms ease;
}

.box-hv .hover-style.hv7.hv8::before {
    background: rgba(194, 151, 101, 0.5019607843);
}

.box-hv .hover-style.hv7.hv9::before {
    background: rgba(22, 81, 83, 0.5019607843);
}

.box-hv .hover-style.hv7.hv10::before {
    border-radius: unset;
}

.box-hv:hover .hover-style.hv7::before {
    transform: scale(1, 1);
    transform-origin: center;
}

.book-app-select {
    display: flex;
    background: #fff;
    padding: 6px 6px 6px 6px;
    border-radius: 8px;
}

.book-app-select select {
    font-family: 'Noto Sans', normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #9AA5B3;
    border: unset;
    padding: 0 32px;
    border-right: 1px solid #EEEEEE;
    background: transparent;
    background-image: url(../images/icon/shop/down.png);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
    outline: none;
}


.book-app-select input {
    background: transparent;
    margin-bottom: 0;
    border: unset;
}

.book-app-select button {
    background: #3764EB;
    border-radius: 8px;
    color: #FFFFFF;
    padding: 14px 19px 14px 19px;
    font-family: Montserrat, sans-serif
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    flex-shrink: 0;
}
.book-app-select button:hover {
    background: #FEE100;
    color: #14141F;
}

.book-app-select.style2 {
    padding: 0;
}

.book-app-select.style2 select {
    border: unset;
    background-color: #EEEEEE;
    font-family: 'Open Sans', normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 10px;
    padding: 10px 60px 10px 20px;
    border-radius: 5px;
}

/*# sourceMappingURL=style.css.map */
/* =========================
   HERO SECTION
========================= */

.advanced-hero-section {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* Background Image */

.hero-bg-image{
    position: absolute;
    inset: 0;
}

.hero-bg-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    animation: zoomBg 12s linear infinite;
}

/* Overlay */

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(45 88 132 / 0%), rgb(15 73 116 / 0%));
}

/* Content */

.advanced-hero-content {
    position: relative;
    z-index: 10;
    max-width: 895px;
    padding: 0px 20px 0px;
    animation: contentFade 1.5s ease;
}
/* Small Title */

.hero-mini-title{
    display: inline-block;

    padding: 12px 28px;

    border-radius: 50px;

    background: rgba(255,255,255,0.12);

    border: 1px solid rgba(255,255,255,0.2);

    backdrop-filter: blur(10px);

    color: #fff;

    font-size: 15px;
    letter-spacing: 1px;

    margin-bottom: 30px;
}

/* Heading */

.hero-main-heading {
    font-size: 45px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
    animation: headingMove 1.4s ease;
}

/* Paragraph */

.hero-main-para {
    color: #f2f2f2;
    font-size: 23px;
    line-height: 1.8;
    margin-bottom: 40px;
    animation: paraFade 2s ease;
    text-align: center;
}

/* Search Box */


/* Button */

/* =========================
   ANIMATIONS
========================= */

@keyframes zoomBg{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.1);
    }
}

@keyframes contentFade{
    from{
        opacity: 0;
        transform: translateY(50px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes headingMove{
    from{
        opacity: 0;
        transform: translateY(80px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes paraFade{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes searchAnim{
    from{
        opacity: 0;
        transform: scale(0.7);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .hero-main-heading {
    font-size: 35px;
}
.advanced-hero-section {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-main-para {
    font-size: 19px;
    margin-bottom: 25px;
}

    .hero-main-para{
        font-size: 17px;
    }

    .advanced-search-box input{
        height: 65px;
        font-size: 15px;
    }

    .advanced-search-box button{
        height: 65px;
        width: 75px;
    }
}               


/* ===================================
   CATEGORY SECTION
=================================== */

.science-category-section{
    padding: 40px 20px;
    background: #f5f8fc;
}

/* Grid */

.category-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
}

/* Card */
.science-card {
    background: #fff;
    border-radius: 35px;
    padding: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    border-bottom: 5px solid #153d77;
}

/* Hover */

.science-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Top Hover Effect */

.science-card::before{
    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 100%;
    height: 6px;

    background: linear-gradient(90deg,#224560,#224560);

    transition: 0.5s;
}

.science-card:hover::before{
    left: 0;
}

/* Icon */

.science-icon {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2d5884;
    color: #ffffff;
    font-size: 28px;
    transition: 0.4s ease;
}

/* Icon Hover */

.science-card:hover .science-icon{
    background: #2d5884;

    color: #fff;

    transform: rotateY(180deg);
}

/* Heading */

.science-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #24324a;
    margin-bottom: 10px;
}

/* Paragraph */

.science-card p{
    color: #6c7a92;

    font-size: 17px;

    line-height: 1.7;
}

/* ===================================
   RESPONSIVE
=================================== */

/* Large Devices */

@media(max-width:1200px){

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

}

/* Tablet */

@media(max-width:992px){

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

    .science-card{
        padding: 40px 25px;
    }

}

/* Mobile */

@media(max-width:768px){

    .science-category-section{
        padding: 70px 15px;
    }

    .category-grid{
        gap: 20px;
    }

    .science-icon{
        width: 80px;
        height: 80px;
        font-size: 35px;
    }

    .science-card h3{
        font-size: 24px;
    }

    .science-card p{
        font-size: 15px;
    }

}

/* Small Mobile */

@media(max-width:576px){

    .category-grid{
        grid-template-columns: 1fr;
    }

    .science-card{
        border-radius: 28px;
    }

    .science-card h3{
        font-size: 22px;
    }

}


.research-showcase-section{
    position: relative;

    padding: 50px 20px;

    background: linear-gradient(to bottom,#ffffff,#f4f8fd);

    overflow: hidden;
}

/* ===================================
   LEFT CONTENT
=================================== */

.research-left-content{
    position: relative;
    z-index: 2;
}

/* Badge */

.research-badge{
    display: inline-block;

    background: rgba(0,114,255,0.08);

    padding: 12px 24px;

    border-radius: 50px;

    margin-bottom: 25px;
}

.research-badge span{
    color: #2d5884;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1px;
}

/* Heading */

.research-main-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    color: #2d5884;
    margin-bottom: 20px;
}

/* ===================================
   MARQUEE
=================================== */

.research-marquee{
    width: 100%;

    overflow: hidden;

    background: #fff;

    border-radius: 60px;

    padding: 18px 0;

    margin-bottom: 40px;

    border: 1px solid rgba(0,0,0,0.05);

    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Track */

.research-marquee-track{
    display: flex;

    gap: 50px;

    width: max-content;

    animation: movingMarquee 18s linear infinite;
}

.research-marquee-track span{
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 17px;
    font-weight: 600;

    color: #2d5884;
}

.research-marquee-track i{
    color: #224560;
}

/* ===================================
   FEATURE CARD
=================================== */

.research-feature-card{
    display: flex;

    align-items: center;

    gap: 20px;

    background: #fff;

    padding: 28px;

    border-radius: 25px;

    margin-bottom: 22px;

    transition: 0.4s ease;

    border: 1px solid rgba(0,0,0,0.05);

    box-shadow: 0 12px 25px rgba(0,0,0,0.05);
}

/* Hover */

.research-feature-card:hover{
    transform: translateY(-8px);

    box-shadow: 0 20px 35px rgba(0,114,255,0.15);
}

/* Icon */

.research-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(32, 61, 90, .96);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 23px;
    flex-shrink: 0;
}

/* Text */

.research-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2d5884;
    margin-bottom: 3px;
}
.research-text p{
    color: #667085;

    line-height: 1.7;

    font-size: 16px;
}

/* ===================================
   RIGHT IMAGE
=================================== */

.research-image-side{
    position: relative;

    text-align: center;
}

.research-main-image img{
    width: 100%;
    max-width: 580px;

    animation: floatingImage 4s ease-in-out infinite;
}

/* Floating Card */

.floating-stat-card {
    position: absolute;
    left: 20px;
    background: #fff;
    padding: 22px 28px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    animation: floatingCard 3s ease-in-out infinite;
}

.floating-stat-card i{
    width: 65px;
    height: 65px;

    border-radius: 18px;

    background: rgba(32, 61, 90, .96);

    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 28px;
}

.floating-stat-card h3{
    font-size: 30px;
    font-weight: 800;

    color: #2d5884;

    margin-bottom: 5px;
}

.floating-stat-card p{
    color: #667085;

    font-size: 15px;
}

/* ===================================
   ANIMATIONS
=================================== */

@keyframes movingMarquee{

    0%{
        transform: translateX(0);
    }

    100%{
        transform: translateX(-50%);
    }

}

@keyframes floatingImage{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-18px);
    }

    100%{
        transform: translateY(0px);
    }

}

@keyframes floatingCard{

    0%{
        transform: translateY(0px);
    }

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

    100%{
        transform: translateY(0px);
    }

}

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:1200px){

    .research-main-title{
        font-size: 48px;
    }

}

@media(max-width:992px){

    .research-showcase-section{
        padding: 40px 20px;
    }

    .research-image-side{
        margin-top: 60px;
    }

}

@media(max-width:768px){

    .research-main-title{
        font-size: 38px;
    }

    .research-feature-card{
        padding: 24px;
    }

    .research-text h4{
        font-size: 22px;
    }

    .research-text p{
        font-size: 15px;
    }

    .floating-stat-card{
        position: relative;

        bottom: 0;
        left: 0;

        margin-top: 25px;
    }

}

@media(max-width:576px){

    .research-main-title{
        font-size: 30px;
    }

    .research-feature-card{
        flex-direction: column;

        text-align: center;
    }

    .research-icon{
        width: 65px;
        height: 65px;

        font-size: 25px;
    }

    .floating-stat-card{
        flex-direction: column;

        text-align: center;
    }

}



.premium-achievement-section {
    position: relative;
    padding: 50px 20px;
    background: rgba(32, 61, 90, .96);
    overflow: hidden;
}

/* ===================================
   BACKGROUND SHAPES
=================================== */

.shape-circle{
    position: absolute;

    border-radius: 50%;

    filter: blur(100px);

    opacity: 0.25;
}

.shape-one{
    width: 400px;
    height: 400px;

    background: #224560;

    top: -150px;
    left: -150px;
}

.shape-two{
    width: 350px;
    height: 350px;

    background: #ff4d4d;

    bottom: -120px;
    right: -120px;
}

/* ===================================
   HEADING
=================================== */

.premium-heading{
    text-align: center;

    margin-bottom: 80px;

    position: relative;
    z-index: 2;
}

/* Badge */

.top-badge{
    display: inline-block;

    padding: 12px 28px;

    border-radius: 50px;

    background: rgba(255,255,255,0.1);

    border: 1px solid rgba(255,255,255,0.15);

    backdrop-filter: blur(12px);

    color: #fff;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 1px;

    margin-bottom: 25px;
}

/* Heading */

.premium-heading h2{
    font-size: 65px;
    font-weight: 800;

    color: #fff;

    margin-bottom: 20px;
}

/* Paragraph */

.premium-heading p{
    color: rgba(255,255,255,0.75);

    font-size: 18px;

    line-height: 1.8;
}

/* ===================================
   GRID
=================================== */

.premium-grid{
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 35px;

    position: relative;
    z-index: 2;
}

/* ===================================
   CARD
=================================== */

.premium-card {
    position: relative;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(16px);
    border-radius: 35px;
    padding: 25px 20px;
    overflow: hidden;
    transition: 0.5s ease;
    text-align: center;
}

/* Hover */

.premium-card:hover{
    transform: translateY(-12px);

    background: rgba(255,255,255,0.12);

    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Glow Border */

.premium-card::before{
    content: "";

    position: absolute;

    inset: 0;

    border-radius: 35px;

    padding: 2px;

    background: linear-gradient(135deg,#224560,#ff4d4d);

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
            mask-composite: exclude;

    opacity: 0;

    transition: 0.5s;
}

.premium-card:hover::before{
    opacity: 1;
}

/* Card Number */

.card-number{
    position: absolute;

    top: 20px;
    right: 25px;

    font-size: 70px;
    font-weight: 800;

    color: rgba(255,255,255,0.05);
}

/* ===================================
   ICON
=================================== */

.premium-icon {
    width: 60px;
    height: 60px;
    border-radius: 28px;
    background: rgba(32, 61, 90, .96);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 11px;
    box-shadow: 0 15px 30px rgba(0,114,255,0.25);
    transition: 0.5s ease;
    margin: auto;
        margin-bottom: 12px;
}

/* Hover Icon */

.premium-card:hover .premium-icon{
    transform: rotate(-8deg) scale(1.08);
}

/* ===================================
   TEXT
=================================== */

.premium-content h3 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.premium-content h4{
    font-size: 25px;
    font-weight: 700;

    color: #fff;

    margin-bottom: 15px;
}

.premium-content p{
    color: rgba(255,255,255,0.75);

    line-height: 1.8;

    font-size: 16px;
}

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:1200px){

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

    .premium-heading h2{
        font-size: 52px;
    }

}

@media(max-width:992px){

    .premium-achievement-section{
        padding: 50px 20px;
    }

}

@media(max-width:768px){

    .premium-grid{
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .premium-heading{
        margin-bottom: 55px;
    }

    .premium-heading h2{
        font-size: 38px;
        line-height: 1.3;
    }

    .premium-heading p{
        font-size: 16px;
    }

    .premium-card{
        padding: 40px 28px;
    }

    .premium-content h3{
        font-size: 42px;
    }

    .premium-content h4{
        font-size: 22px;
    }

}

@media(max-width:576px){

    .premium-heading h2{
        font-size: 30px;
    }

    .premium-icon{
        width: 80px;
        height: 80px;

        font-size: 32px;
    }

    .premium-content h3{
        font-size: 34px;
    }

    .premium-content p{
        font-size: 15px;
    }

}

@media(max-width:400px){

    .premium-card{
        border-radius: 28px;
    }

    .premium-heading h2{
        font-size: 26px;
    }

}


/* ===================================
   TRUSTED CLIENT SECTION
=================================== */

.trusted-client-modern{
    position: relative;

    padding: 50px 20px;

    background:
    linear-gradient(to bottom,
    #f8fbff,
    #eef5ff);

    overflow: hidden;
}

/* ===================================
   HEADING
=================================== */

.trusted-heading{
    text-align: center;

    margin-bottom: 70px;
}

/* Badge */

.trusted-badge{
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 12px 24px;

    border-radius: 50px;

    background: rgba(0,114,255,0.08);

    color: #2d5884;

    font-size: 14px;
    font-weight: 700;

    margin-bottom: 25px;
}

.trusted-badge i{
    color: #ff3b3b;
}

/* Heading */

.trusted-heading h2{
    font-size: 58px;
    font-weight: 800;

    color: #2d5884;

    margin-bottom: 18px;
}

/* Paragraph */

.trusted-heading p{
    max-width: 720px;

    margin: auto;

    color: #667085;

    font-size: 17px;

    line-height: 1.8;
}

/* ===================================
   CLIENT GRID
=================================== */

.trusted-client-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 9px;
}

/* ===================================
   CLIENT BOX
=================================== */

.trusted-client-box{
    position: relative;

    /*height: 220px;*/

    background: #fff;

    border-radius: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;

    transition: 0.5s ease;

    border: 1px solid rgba(0,0,0,0.05);

    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

/* Hover */

.trusted-client-box:hover{
    transform: translateY(-10px);

    box-shadow: 0 25px 45px rgba(0,114,255,0.12);
}

/* Glow Border */

.trusted-client-box::before{
    content: "";

    position: absolute;

    inset: 0;

    border-radius: 30px;

    padding: 2px;

    background: linear-gradient(135deg,#224560,#224560,#ff4d4d);

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
            mask-composite: exclude;

    opacity: 0;

    transition: 0.5s;
}

.trusted-client-box:hover::before{
    opacity: 1;
}

/* Active Box */



/* Image */

.trusted-client-box img{
    max-width: 180px;

    width: 100%;

    object-fit: contain;

    transition: 0.5s ease;
}

/* Hover Image */

.trusted-client-box:hover img{
    transform: scale(1.08);
}

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:1200px){

    .trusted-heading h2{
        font-size: 48px;
    }

}

@media(max-width:992px){

    .trusted-client-grid{
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:768px){

    .trusted-client-modern{
        padding: 40px 15px;
    }

    .trusted-heading{
        margin-bottom: 50px;
    }

    .trusted-heading h2{
        font-size: 38px;
    }

    .trusted-heading p{
        font-size: 16px;
    }

    .trusted-client-box{
        height: 140px;
    }

}

@media(max-width:576px){

    .trusted-client-grid{
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .trusted-heading h2{
        font-size: 30px;
        line-height: 1.3;
    }

    .trusted-client-box{
        height: 170px;
    }

    .trusted-client-box img{
        max-width: 150px;
    }

}

@media(max-width:400px){

    .trusted-heading h2{
        font-size: 26px;
    }

}



/* ===================================
   LAB FOOTER SECTION
=================================== */

.lab-footer-section{
    position: relative;

    background:
    linear-gradient(135deg, #2d5884 0, #21445e 100%);

    padding-top: 55px;

    overflow: hidden;
}

/* ===================================
   FOOTER BOX
=================================== */

.lab-footer-box{
    margin-bottom: 50px;
}

/* Logo */

.footer-logo img {
    max-width: 140px;
    margin-bottom: 30px;
    border-radius: 20px;
}

/* About Text */

.footer-about-text{
    color: rgba(255,255,255,0.75);

    font-size: 16px;

    line-height: 1.9;

    margin-bottom: 35px;
}

/* ===================================
   SOCIAL LINKS
=================================== */

.lab-social-links{
    display: flex;

    gap: 14px;
}

.lab-social-links a{
    width: 48px;
    height: 48px;

    border-radius: 14px;

    background: rgba(255,255,255,0.08);

    display: flex;
    justify-content: center;
    align-items: center;

    color: #fff;

    font-size: 18px;

    transition: 0.4s ease;
}

.lab-social-links a:hover{
    background:
    linear-gradient(135deg,
    #224560,
    #224560);

    transform: translateY(-6px);
}

/* ===================================
   TITLES
=================================== */

.lab-footer-box h4{
    color: #fff;

    font-size: 24px;
    font-weight: 700;

    margin-bottom: 30px;

    position: relative;
}

/* Underline */

.lab-footer-box h4::after{
    content: "";

    width: 55px;
    height: 3px;

    background: #224560;

    position: absolute;

    left: 0;
    bottom: -10px;

    border-radius: 20px;
}

/* ===================================
   LINKS
=================================== */

.lab-footer-box ul{
    padding: 0;
    margin: 0;

    list-style: none;
}

.lab-footer-box ul li{
    margin-bottom: 16px;
}

.lab-footer-box ul li a{
    color: rgba(255,255,255,0.75);

    text-decoration: none;

    font-size: 16px;

    transition: 0.4s ease;
}

.lab-footer-box ul li a:hover{
    color: #224560;

    padding-left: 8px;
}

/* ===================================
   CONTACT ITEMS
=================================== */

.footer-contact-item{
    display: flex;

    align-items: flex-start;

    gap: 15px;

    margin-bottom: 22px;
}

.footer-contact-item i{
    color: #FFF;

    font-size: 18px;

    margin-top: 4px;
}

.footer-contact-item span,
.footer-contact-item a{
    color: rgba(255,255,255,0.75);

    text-decoration: none;

    line-height: 1.8;

    transition: 0.4s ease;
}

.footer-contact-item a:hover{
    color: #000;
}

/* ===================================
   NEWSLETTER
=================================== */

.footer-newsletter{
    margin-top: 35px;
}

.footer-newsletter form{
    position: relative;
}

.footer-newsletter input{
    width: 100%;

    height: 62px;

    border: none;

    outline: none;

    border-radius: 18px;

    padding: 0 70px 0 22px;

    background: rgba(255,255,255,0.08);

    color: #fff;

    font-size: 15px;
}

.footer-newsletter input::placeholder{
    color: rgba(255,255,255,0.5);
}

/* Button */

.footer-newsletter button{
    position: absolute;

    top: 7px;
    right: 7px;

    width: 48px;
    height: 48px;

    border: none;

    border-radius: 14px;

    background:
    linear-gradient(135deg,
    #224560,
    #224560);

    color: #fff;

    font-size: 18px;

    cursor: pointer;

    transition: 0.4s ease;
}

.footer-newsletter button:hover{
    transform: scale(1.08);
}

/* ===================================
   FOOTER BOTTOM
=================================== */

.footer-bottom-area{
    border-top: 1px solid rgba(255,255,255,0.1);

    padding: 30px 0;

    margin-top: 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 15px;
}

/* Copyright */

.footer-bottom-area p{
    margin: 0;

    color: rgba(255,255,255,0.7);

    font-size: 15px;
}

/* Bottom Links */

.footer-bottom-links{
    display: flex;

    gap: 25px;
}

.footer-bottom-links a{
    color: rgba(255,255,255,0.7);

    text-decoration: none;

    transition: 0.4s ease;
}

.footer-bottom-links a:hover{
    color: #224560;
}

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:992px){

    .lab-footer-section{
        padding-top: 80px;
    }

}

@media(max-width:768px){

    .footer-bottom-area{
        flex-direction: column;

        text-align: center;
    }

}

@media(max-width:576px){

    .lab-footer-box h4{
        font-size: 22px;
    }

    .footer-logo img{
        max-width: 160px;
    }

    .footer-newsletter input{
        height: 58px;
    }

}
/* =========================================================
   HEADER
========================================================= */

.lab-header {
    width: 100%;
    background: #142e49;
    position: relative;
    z-index: 999;
}
.container-fluid {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 45px;
}

/*.container-fluid {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0px 54px;
}*/

.header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:85px;
    gap:20px;
}

/* =========================================================
   LOGO
========================================================= */

.lab-logo{
    flex-shrink:0;
}

.lab-logo img{
    width:210px;
    display:block;
    max-width:100%;
}

/* =========================================================
   NAVIGATION
========================================================= */

.lab-nav{
    margin-left:auto;
}

.lab-menu{
    display:flex;
    align-items:center;
    gap:0px;
    list-style:none;
}

.lab-menu li{
    position:relative;
}

.lab-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
    /*padding: 39px 0 15px;*/
}

.lab-menu li a:hover{
    color:#ff791a;
}

/* =========================================================
   CALL BUTTON
========================================================= */

.social{
    flex-shrink:0;
}

.wrap-call h4{
    margin:0;
}

.wrap-call h4 a{
    color:#fff;
    text-decoration:none;
    background:#214b73;
    padding:14px 24px;
    display:inline-block;
    font-size:15px;
    font-weight:700;
    transition:0.3s;
}

.wrap-call h4 a:hover{
    background:#f54143;
}



.lab-footer-box-1{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
}

/* Card */
.footer-info-card {
    background: linear-gradient(145deg, #2d5884, #193953);
    padding: 21px 15px;
    border-radius: 6px;
    /* min-height: 160px; */
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}
/* Hover Effect */
.footer-info-card:hover{
    transform: translateY(-5px);

    /*background: linear-gradient(145deg,#28476e,#1f395a);*/

    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Heading */
.footer-info-card h3 {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

/* Text */
.footer-info-card p{
    color: #c7d1dc;

    font-size: 16px;

    margin-bottom: 14px;

    line-height: 1.6;
}

/* Email */
.footer-info-card a {
    color: #ff3b30;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-info-card a:hover{
    color: #ffffff;
}

/* Mobile */
@media(max-width:768px){

       .lab-footer-box-1 {
    /*display: grid;*/
    grid-template-columns: repeat(1, 1fr);
   
}

    .footer-info-card{
        min-height: auto;
        padding: 28px 22px;
    }

    .footer-info-card h3{
        font-size: 20px;
    }
    .lab-footer-box h4 {
   
    margin-top: 20px;

}
}



/* =========================
   WHY BUY SECTION
========================= */

.why-buy-section{
    position: relative;
    padding: 40px 20px;
    background: url('../../assets/images/home/home.gif') center center/cover no-repeat;
    overflow: hidden;
}

/* dark overlay */
.why-buy-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(32, 61, 90, .96);
    z-index:1;
}

/* pattern overlay */
.why-buy-section::after{
    content:'';
    position:absolute;
    inset:0;
    background:url('assets/images/pattern.png');
    opacity:0.08;
    z-index:2;
}

.container-TFL{
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:5;
}

/* title */
.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    margin-bottom:70px;
}

.section-title span{
    width:70px;
    height:3px;
    background:#fff;
    position:relative;
}

.section-title span:before{
    content:'';
    position:absolute;
    width:40px;
    height:3px;
    background:#fff;
    top:-8px;
    left:15px;
}

.section-title h2{
    color:#fff;
    font-size:35px;
    font-weight:700;
    margin:0;
    text-align:center;
}

/* grid */
.why-buy-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    text-align:center;
}

/* box */
/*.why-box {
    padding: 20px;
    transition: .4s;
    box-shadow: 0px 0px 0px 0px #ccc;
    background: #000000;
    border-radius: 10px;
}*/
.why-box:hover{
    transform:translateY(-10px);
}

/* icon */
.why-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.why-icon i{
    color:#ef4444;
    font-size:40px;
}

.why-box:hover .why-icon{
    transform:scale(1.08);
    box-shadow:0 0 30px rgba(255,255,255,.25);
}

/* heading */
.why-box h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 14px;
}
/* paragraph */
.why-box p {
    color: #e9eef6;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}


/* =====================
   RESPONSIVE
===================== */

@media(max-width:991px){

    .why-buy-grid{
        grid-template-columns:repeat(2,1fr);
        gap:40px;
    }

    .section-title h2{
        font-size:34px;
    }

    .why-box h3{
        font-size:26px;
    }

    .why-box p{
        font-size:18px;
    }
}

@media(max-width:576px){

    .why-buy-grid{
        grid-template-columns:1fr;
    }

    .section-title{
        flex-direction:column;
        gap:15px;
    }

    .section-title span{
        width:50px;
    }

    .section-title h2{
        font-size:28px;
    }

    .why-icon{
        width:100px;
        height:100px;
    }

    .why-icon i{
        font-size:40px;
    }

    .why-box h3{
        font-size:22px;
    }

    .why-box p{
        font-size:16px;
    }
}



/* =========================
   ARTICLE SECTION
========================= */

.modern-article-section{
    padding:50px 20px;
    background:#f4f6f9;
}

.container-TFL{
    max-width:1320px;
    margin:auto;
}

/* TITLE */

.article-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.article-heading span{
    width:70px;
    height:2px;
    background:#222;
    position:relative;
}

.article-heading span::before{
    content:'';
    position:absolute;
    width:40px;
    height:2px;
    background:#222;
    top:-8px;
    left:15px;
}

.article-heading h2{
    font-size:35px;
    color:#222;
    margin:0;
    font-weight:700;
    letter-spacing:1px;
}

/* GRID */

.article-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

/* CARD */

.article-card{
    background:#fff;
    overflow:hidden;
    transition:0.4s;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
    border-radius:8px;
    position:relative;
}

.article-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

/* IMAGE */

.article-image{
    position:relative;
    overflow:hidden;
    height:230px;
}

.article-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.article-card:hover .article-image img{
    transform:scale(1.08);
}

.article-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,0.45), transparent);
}

/* CONTENT */

.article-content {
    padding: 21px 20px;
}

.article-date{
    color:#2d5b8c;
    font-size:14px;
    margin-bottom:15px;
    font-weight:600;
}

.article-date i{
    margin-right:5px;
}

.article-content h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #203d5a;
    font-weight: 700;
}

.article-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 11px;
}

/* BUTTON */

.article-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#2d5884;
    color:#fff;
    text-decoration:none;
    padding:14px 24px;
    border-radius:5px;
    font-size:16px;
    font-weight:600;
    transition:0.4s;
}

.article-btn:hover{
    background:#2d5884;
    transform:translateX(5px);
    color: white;
}

.article-btn i{
    transition:0.4s;
}

.article-btn:hover i{
    transform:translateX(5px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

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

}

@media(max-width:768px){

    .article-heading h2{
        font-size:34px;
    }

    .article-grid{
        grid-template-columns:1fr;
    }

    .article-content h3{
        font-size:24px;
    }

    .article-content p{
        font-size:16px;
    }

}

@media(max-width:576px){

    .article-heading{
        flex-direction:column;
        gap:14px;
    }

    .article-heading span{
        width:50px;
    }

    .article-heading h2{
        font-size:28px;
    }

}


.hot-selling-main{
    width:100%;
    padding:50px 40px;
    background:#f5f5f5;
}

.hot-selling-wrapper{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:50px;
}

/* LEFT SIDE */

.hot-left{
    width:45%;
}

/* TITLE */

.hot-title{
    font-size:42px;
    font-weight:300;
    color:#111;
    margin-bottom:10px;
}

.title-line{
    width:80px;
    height:2px;
    background:#000;
    margin-bottom:30px;
}

/* MARQUEE */

.marquee-box{
    height:350px;
    overflow:hidden;
    position:relative;
}

.marquee-content{
    display:flex;
    flex-direction:column;
    animation:scrollUp 15s linear infinite;
}

.marquee-box:hover .marquee-content{
    animation-play-state:paused;
}

/* ITEM */

.hot-item{
    position:relative;
    padding-left:40px;
    margin-bottom:45px;
}

.hot-item::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:10px;
    height:10px;
    background:#bfbfbf;
    border-radius:50%;
}

.hot-item::after{
    content:"";
    position:absolute;
    left:4px;
    top:18px;
    width:2px;
    height:120%;
    background:#d9d9d9;
}

.hot-item:last-child::after{
    display:none;
}

/* HEADING */

.hot-item h3 {
    font-size: 18px;
    color: #ff3d3d;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
}

/* TEXT */

.hot-item p{
    font-size:16px;
    color:#444;
    line-height:1.7;
}

/* RIGHT SIDE */

.hot-right{
    width:50%;
    text-align:center;
}

.hot-right img{
    width:100%;
    max-width:600px;
    border-radius:10px;
}

/* ANIMATION */

@keyframes scrollUp{

    0%{
        transform:translateY(0);
    }

    100%{
        transform:translateY(-50%);
    }

}

/* RESPONSIVE */

@media(max-width:991px){

    .hot-selling-wrapper{
        flex-direction:column;
    }

    .hot-left,
    .hot-right{
        width:100%;
    }

}

/* =========================
   WHAT'S NEW SECTION
========================= */

.whats-new-section{
    padding:40px 0;
    background:#f7f7f7;
    overflow:hidden;
}

.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:60px;
}



/* GRID */

.whats-new-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

/* CARD */

.news-card{
    position:relative;
    overflow:hidden;
    height:360px;
    cursor:pointer;
    background:#000;
}

.news-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s;
}

/* DARK OVERLAY */

.news-card .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 39, 78, .8), rgb(255 255 255 / 0%));
    transition: 0.5s;
}

/* CONTENT */

.news-content {
    position: absolute;
    left: 22px;
    bottom: -55px;
    z-index: 2;
    transition: 0.5s;
}
.news-content h3{
    color:#fff;
    font-size:26px;
    font-weight:600;
    margin-bottom:15px;
    transition:0.5s;
}

.news-content p{
    color:#fff;
    font-size:18px;
    margin-bottom:20px;

    opacity:0;
    transform:translateY(20px);
    transition:0.5s;
}

.news-content a{
    color:#fff;
    text-decoration:none;
    font-size:17px;
    font-weight:500;

    opacity:0;
    transform:translateY(20px);
    transition:0.5s;
}

/* HOVER EFFECT */

.news-card:hover img{
    transform:scale(1.08);
}

.news-card:hover .overlay{
    background:linear-gradient(
        to top,
        rgba(0, 39, 78, .8),
        rgba(0, 39, 78, .8)
    );
}

.news-card:hover .news-content{
    bottom:40px;
}

.news-card:hover .news-content p,
.news-card:hover .news-content a{
    opacity:1;
    transform:translateY(0);
}

/* RESPONSIVE */

@media(max-width:991px){

    .whats-new-grid{
        grid-template-columns:1fr;
    }

    .news-card{
        height:320px;
    }

    .section-title h2{
        font-size:32px;
    }

}


/* =========================
   OUR PRINCIPALS
========================= */

.principals-section{
    padding:40px 0;
    background:#f5f5f5;
}

/* TITLE */

.principal-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:55px;
}

.principal-title span{
    width:55px;
    height:2px;
    background:#333;
    display:block;
}

.principal-title h2{
    font-size:42px;
    color:#333;
    font-weight:500;
    margin:0;
    letter-spacing:0.5px;
}

/* GRID */

.principal-grid{
    display:grid;

    grid-template-columns:repeat(6,1fr);
    grid-template-rows:repeat(4,auto);

    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    background:#fff;
}
/* ITEM */

.principal-item {
    /* height: 150px; */
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: 0.4s ease;
}

/* IMAGE */

.principal-item img {
    /* max-width: 70%; */
    /* max-height: 80px; */
    object-fit: contain;
    transition: 0.4s ease;
    /* filter: grayscale(100%); */
    height: 160px;
    object-fit: cover;
}

/* HOVER */

.principal-item:hover{
    background:#f9f9f9;
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    z-index:2;
}

.principal-item:hover img{
    filter:grayscale(0%);
    transform:scale(1.08);
}

/* RESPONSIVE */

@media(max-width:1200px){

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

}

@media(max-width:768px){

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

    .principal-item{
        height:120px;
    }

    .principal-title h2{
        font-size:30px;
    }


}

/* =========================
   POPULAR SEARCH SECTION
========================= */

.popular-search-section{
    
    padding:18px 0 22px;
}

.popular-search-section h3{
    color:#fff;
    font-size:20px;
    font-weight:500;
    margin-bottom:14px;
    letter-spacing:0.5px;
}

/* LINKS */

.popular-search-links{
    line-height:34px;
}

.popular-search-links a{
    color:#fff;
    font-size:15px;
    text-decoration:none;
    transition:0.3s ease;
    display:inline-block;
}

.popular-search-links a:hover{
    color:#b8d8ff;
    transform:translateY(-1px);
}

.popular-search-links span{
    color:#ffffff90;
    margin:0 10px;
    font-size:22px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .popular-search-section h3{
        font-size:28px;
    }

    .popular-search-links a{
        font-size:17px;
    }

    .popular-search-links{
        line-height:30px;
    }

}


/* =========================
   SERVICES DROPDOWN FIX
========================= */

.menu-item-has-children{
    position:relative;
}

/* SUB MENU */
.menu-item-has-children .sub-menu{
    position:absolute;
    top:100%;
    left:0;
    width:250px;
    background:#fff;
    padding:0;
    margin:0;
    list-style:none;

    opacity:0;
    /*visibility:hidden;*/
    transform:translateY(10px);

    transition:0.3s ease;

    z-index:999999;
    box-shadow:0 5px 20px rgba(0,0,0,0.10);
}

/* SHOW DROPDOWN */
.menu-item-has-children:hover .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* ITEMS */
.menu-item-has-children .sub-menu li{
    display:block;
    width:100%;
}

/* LINKS */
.menu-item-has-children .sub-menu li a{
    display:block;
    padding:14px 18px;
    color:#000;
    background:#fff;
    border-bottom:1px solid #eee;
    text-decoration:none;
    font-size:14px;
}

/* HOVER */
.menu-item-has-children .sub-menu li a:hover{
    background:#f5f5f5;
    padding-left:25px;
}

/* IMPORTANT FIX */
.lab-header,
.header-inner,
.lab-nav,
.lab-menu,
.container-fluid{
    overflow:visible !important;
}

@media(max-width:991px){

    .menu-item-has-children .sub-menu{
        display:none;
        width:100%;
        position:static;
        background:#fff;
    }

    .menu-item-has-children.active .sub-menu{
        display:block;
    }


}




@media only screen and (max-width: 991px) {
    .inner {
        margin-bottom: 24px;
        display: none;
    }
}


.about-image img {
    height: 298px;
    width: 100%;
    object-fit: contain;
}

.logo-mobile img {
    filter: brightness(84.5);
}



.elisa-section{
    position: relative;
    padding: 80px 0;
    background: #f5f7fb;
    overflow: hidden;
}

.elisa-section .overlay{
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(28,77,148,0.08), transparent 35%);
    z-index: 1;
}

.product-info-1{
    width: 95%;
    margin: auto;
    position: relative;
    z-index: 2;

    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* =========================
   LEFT SIDE
========================= */

.elisa-left{
    width: 28%;
}

.left-card{
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    margin-bottom: 25px;
}

.left-card h2 {
    font-size: 25px;
    color: #254b6b;
    /*margin-bottom: 20px;*/
    font-weight: 700;
}

.product-image{
    border: 2px dashed #d6dce7;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    background: #fafcff;
}

.product-image img{
    width: 100%;
    max-width: 260px;
}

.product-title{
    margin-top: 18px;
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.category-box{
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.category-box h3{
    font-size: 20px;
    color: #254b6b;
    margin-bottom: 20px;
    position: relative;
}

.category-box h3::after{
    content: "";
    width: 70px;
    height: 3px;
    background: #254b6b;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.category-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-box ul li{
    /*margin-bottom: 14px;*/
}

.category-box ul li a{
    text-decoration: none;
    color: #444;
    font-size: 17px;
    transition: 0.3s;
}

.category-box ul li a:hover{
    color: #254b6b;
    padding-left: 8px;
}

/* =========================
   RIGHT SIDE
========================= */

.elisa-right{
    width: 72%;
}

/* FILTER BAR */

.filter-bar {
    display: flex;
    gap: 15px;
    align-items: center;
    background: #fff;
    padding: 7px;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    margin-bottom: 23px;
    flex-wrap: wrap;
}

.filter-box{
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-box label{
    font-weight: 600;
    color: #333;
}

.filter-box select{
    height: 48px;
    min-width: 170px;
    border: 1px solid #d9dfe9;
    border-radius: 10px;
    padding: 0 15px;
    outline: none;
}

.search-box{
    flex: 1;
}

.search-box input {
    width: 100%;
    height: 35px;
    border: 1px solid #d9dfe9;
    border-radius: 10px;
    padding: 0 15px;
    outline: none;
}

.filter-btn {
    width: 38px;
    /* height: 50px; */
    border: none;
    background: #254b6b;
    /* color: #fff; */
    /* border-radius: 12px; */
    cursor: pointer;
    padding: 11px 0px;
    transition: 0.3s;
    border-radius: 5px;
}

.filter-btn:hover{
    transform: translateY(-3px);
}

/* PRODUCT CARD */

.product-card{
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    /*display: flex;*/
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
    transition: 0.4s;
}

.product-card:hover{
    transform: translateY(-5px);
}

.product-details{
    /*width: 78%;*/
}

.product-details h3 {
    font-size: 20px;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.4;
}

.details-grid {
    display: flex;
    /* gap: 70px; */
    justify-content: space-between;
}

.details-col p{
    margin-bottom: 12px;
    color: #333;
    font-size: 17px;
    line-height: 1.7;
}

.details-col strong{
    color: #000;
}

.product-buttons {
    /* width: 22%; */
    display: flex;
    flex-direction: row;
    gap: 15px;
    /* justify-content: center; */
}

.view-btn,
.quote-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s;
}

.view-btn {
    background: #254b6b;
    color: #fff;
    padding: 20px;
}

.view-btn:hover{
    background: #000;
    color: white;
}

.quote-btn {
    border: 2px solid #ff4d4d;
    color: #ff4d4d;
    background: #fff;
    padding: 20px;
}

.quote-btn:hover{
    background: #ff4d4d;
    color: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .product-info-1{
        flex-direction: column;
    }

    .elisa-left,
    .elisa-right{
        width: 100%;
    }

    .product-card{
        flex-direction: column;
    }

    .product-details,
    .product-buttons{
        width: 100%;
    }

    .details-grid{
        flex-direction: column;
        gap: 10px;
    }
    .product-info-1{
    width: 95%;
    margin: auto;
    position: relative;
    z-index: 2;

    
    gap: 30px;
    align-items: flex-start;
}

}

@media(max-width:576px){

    .left-card h2{
        font-size: 28px;
    }

    .category-box h3{
        font-size: 24px;
    }

    .product-details h3{
        font-size: 22px;
    }

    .filter-box{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-box select{
        width: 100%;
    }

}


h5.product-heading-1 {
    padding-bottom: 13px;
    color: #214b73;
    font-size: 25px;
}


.text-product {
    margin-bottom: 10px;
}

/* =========================================================
   MOBILE TOGGLE
========================================================= */

.menu-toggle{
    width:34px;
    cursor:pointer;
    display:none;
}

.menu-toggle span{
    display:block;
    width:100%;
    height:3px;
    background:#fff;
    margin:6px 0;
    border-radius:10px;
}

/* =========================================================
   LARGE DEVICE
========================================================= */

@media(max-width:1200px){

    .mega-menu{
        width:920px;
    }

    .mega-grid{
        gap:30px;
    }

    .lab-menu{
        gap:22px;
    }

}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:991px){

    .container-fluid{
        padding:0 20px;
    }

    .header-inner{
        min-height:75px;
    }

    .menu-toggle{
        display:block;
        order:3;
    }

    .social{
        display:none;
    }

    .lab-nav{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#14385b;
        display:none;
        border-top:1px solid rgba(255,255,255,0.08);
    }

    .lab-nav.active{
        display:block;
    }

    .lab-menu{
        flex-direction:column;
        align-items:flex-start;
        gap:0;
        width:100%;
    }

    .lab-menu li{
        width:100%;
    }

    .lab-menu li a{
        width:100%;
        padding:16px 20px;
        border-bottom:1px solid rgba(255,255,255,0.08);
        justify-content:space-between;
    }

    /* MOBILE MEGA */

    .mega-menu{
        position:static;
        width:100%;
        transform:none !important;
        display:none;
        opacity:1;
        visibility:visible;
        flex-direction:column;
        box-shadow:none;
    }

    .mega-menu.show-mega{
        display:flex;
    }

    .mega-left{
        width:100%;
    }

    .mega-left ul li{
        padding:15px 20px;
        font-size:14px;
    }

    .mega-right{
        width:100%;
        padding:20px;
        min-height:auto;
    }

    .mega-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .mega-grid h4{
        font-size:20px;
        margin-bottom:15px;
    }

}


/* =========================
   MAIN MENU STYLE
========================= */


.lab-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 15px;
    /* color: #111; */
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
    /* white-space: nowrap; */
}

.lab-menu li a:hover{
    color:#fff;
}

/* =========================
   FIRST DROPDOWN
========================= */

.main-dropdown{
    position:absolute;
    top:100%;
    left:0;
    min-width:230px;
    background:#fff;
    /*border-radius:12px;*/
    /*padding:10px 0;*/
    list-style:none;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:0.35s ease;
    z-index:999;
}

.has-dropdown:hover .main-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* =========================
   SECOND DROPDOWN
========================= */

.sub-dropdown{
    position:absolute;
    top:0;
    left:100%;
    /*min-width:240px;*/
    background:#fff;
    /*border-radius:12px;*/
    /*padding:5px 0;*/
    list-style:none;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    opacity:0;
    visibility:hidden;
    transform:translateX(15px);
    transition:0.35s ease;
}

.has-sub-dropdown:hover .sub-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}

/* =========================
   THIRD DROPDOWN
========================= */

.product-dropdown{
    position:absolute;
    top:0;
    left:100%;
    /*min-width:220px;*/
    background:#fff;
    /*border-radius:12px;*/
    /*padding:10px 0;*/
    list-style:none;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    opacity:0;
    visibility:hidden;
    transform:translateX(15px);
    transition:0.35s ease;
}

.has-product-dropdown:hover .product-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}

/* =========================
   DROPDOWN LINKS
========================= */

.main-dropdown li a, .sub-dropdown li a, .product-dropdown li a {
    padding: 15px 10px;
    font-size: 14px;
    min-width: 200px;
    color: #ffffff;
    border-left: -1996px solid transparent;
    /* border-bottom: 2px solid #214b73; */
    border-left: 3px solid #214b73;
    background: #102a45;
}

.main-dropdown li a:hover,
.sub-dropdown li a:hover,
.product-dropdown li a:hover{
    background:#214b73;
    border-left:3px solid #214b73;
    color:#fff;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

/* =========================
   MOBILE MENU FIX
========================= */

@media(max-width:991px){

    .lab-menu{
        flex-direction:column;
        align-items:flex-start;
        width:100%;
        gap:0;
    }

    .lab-menu li{
        width:100%;
    }

    .lab-menu li a{
        width:100%;
        padding:14px 16px;
    }

    /* DROPDOWN STYLE */

    .main-dropdown,
    .sub-dropdown,
    .product-dropdown{
        position:relative;
        top:0;
        left:0;
        width:100%;
        min-width:100%;
        opacity:1;
        visibility:visible;
        transform:none;
        display:none;
        background:#f8f9fc;
        box-shadow:none;
        border-radius:0;
        padding:0;
    }

    .main-dropdown li a,
    .sub-dropdown li a,
    .product-dropdown li a{
        padding-left:25px;
        font-size:14px;
    }

    .sub-dropdown li a{
        padding-left:40px;
    }

    .product-dropdown li a{
        padding-left:60px;
    }

    /* ACTIVE CLASS */

    .main-dropdown.active,
    .sub-dropdown.active,
    .product-dropdown.active{
        display:block;
    }

}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0px;
    clear: both;
    font-weight: normal;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}



/* =========================
COMING SOON
========================= */

.coming-soon-section{
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg,#0f172a,#1e293b);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.coming-soon-section .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.coming-soon-box{
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.08);
    padding: 60px 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.sub-title{
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.main-title{
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.description {
    color: #d1d5db;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}

.coming-counter{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.counter-box{
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.counter-box h2{
    color: #fff;
    font-size: 38px;
    margin-bottom: 5px;
}

.counter-box span{
    color: #cbd5e1;
}

.theme-btn{
    display: inline-block;
    background: #244a68;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.theme-btn:hover{
    background: #0ea5e9;
    color: #fff;
}

/* MOBILE */

@media(max-width:768px){

    .coming-soon-box{
        padding: 40px 20px;
    }

    .main-title{
        font-size: 40px;
    }

    .counter-box{
        width: 90px;
        height: 90px;
    }

    .counter-box h2{
        font-size: 28px;
    }

}


li.image-services img {
    height: 55px;
    object-fit: cover;
}



.elisa-section-custom{
    width:100%;
    padding:40px 0;
    background:#fff;
}

.elisa-wrapper-custom{
    width:90%;
    max-width:1300px;
    margin:auto;
    display:flex;
    align-items:flex-start;
    gap:50px;
}

.elisa-left-custom{
    width:35%;
    border-right:4px solid #d9d9d9;
    padding-right:40px;
}

.elisa-left-custom img{
    width:100%;
    display:block;
}

.elisa-right-custom{
    width:65%;
}

.elisa-right-custom h2{
    font-size:30px;
    color:#143a67;
    font-weight:700;
    margin-bottom:10px;
    font-family:Arial, sans-serif;
}

.elisa-right-custom p{
    font-size:16px;
    line-height:1.9;
    color:#333;
    margin-bottom:15px;
    text-align:justify;
}

/* Mobile */
@media(max-width:768px){

    .elisa-wrapper-custom{
        flex-direction:column;
    }

    .elisa-left-custom{
        width:100%;
        border-right:none;
        border-bottom:4px solid #d9d9d9;
        padding-right:0;
        padding-bottom:25px;
    }

    .elisa-right-custom{
        width:100%;
    }

    .elisa-right-custom h2{
        font-size:36px;
    }
}



.cbt-elisa-wrapper{
    width:100%;
    padding:0 0 40px;
    background:#ffffff;
}

.cbt-elisa-grid {
    width: 90%;
    max-width: 1350px;
    margin: auto;
    display: flex;
    gap: 50px;
}
.cbt-enquiry-panel{
    width:34%;
}

.cbt-product-panel{
    width:66%;
}

.cbt-title{
    font-size:22px;
    font-weight:700;
    color:#123a67;
    margin-bottom:25px;
}

.cbt-field{
    width:100%;
    height:48px;
    border:1px solid #d9d9d9;
    padding:0 15px;
    margin-bottom:14px;
    outline:none;
}

.cbt-message{
    width:100%;
    height:100px;
    border:1px solid #d9d9d9;
    padding:15px;
    resize:none;
    margin-bottom:18px;
    outline:none;
}

.cbt-captcha{
    width:270px;
    height:78px;
    border:1px solid #dcdcdc;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fafafa;
}

.cbt-submit-btn{
    width:100%;
    /*height:50px;*/
    border:none;
    background:#2d5884;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}

.cbt-submit-btn:hover{
 background:#2d5884;
}

.cbt-category-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:25px;
}

.cbt-tag{
    display:inline-block;
    padding:8px 12px;
    border:1px solid #7e7e7e;
    color:#555;
    text-decoration:none;
    font-size:15px;
}

.cbt-tag:hover{
    background:#2d5884;
    color:#fff;
}

.cbt-product-text p{
    font-size:16px;
    line-height:1.8;
    color:#333;
    margin-bottom:20px;
}

.cbt-product-table{
    width:100%;
    border-collapse:collapse;
}

.cbt-product-table th{
    background:#79af43;
    padding:10px;
    text-align:left;
    border:1px solid #cfcfcf;
}

.cbt-product-table td{
    padding:10px;
    border:1px solid #cfcfcf;
    font-size:14px;
}

@media(max-width:992px){

    .cbt-elisa-grid{
        flex-direction:column;
    }

    .cbt-enquiry-panel,
    .cbt-product-panel{
        width:100%;
    }
}