@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,600,700,900&display=swap");

@import url('animate.css');
@import url('bootstrap.css');
@import url('swiper-bundle.min.css');


/* Root
-------------------------------------------------------------- */
:root {
    /* color */
    --primary-color: #fff;
    --primary-color2: #272B2E;
    /* --primary-color3: #B14233;
    --primary-color3-sub: #7a2d22; */
    --primary-color3: #2C74B3;
    --primary-color3-sub: #205295;
    --primary-color4: #777777;
    --primary-color5: rgba(255, 255, 255, 0.3);
    --primary-color6: #23262912;
    --primary-color7: #FFFFFFB2;
    --primary-color8: #C29765;
    --primary-color9: #165153;
    /* --rgba-color-mark: rgba(177, 66, 51, 0.0705882353); */
    --rgba-color-mark: rgba(51, 53, 177, 0.137);
    /* --primary-shadow: 0px 0px 23px -2px rgba(177, 66, 51, 0.65); */
    --primary-shadow: 0px 0px 23px -2px rgba(44, 116, 179, 0.75);
}

.c-pointer {
    cursor: pointer;
}

/* Modal Show Image */
/* The Modal (background) */
.modalShowImg {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    padding: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modalContentImg {
    display: block;
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

html.modal-open,
body.modal-open {
    overflow: hidden !important;
}

.modalShowImg {
    overflow-y: auto;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modalContentImg {
        width: 100%;
        padding: 0 15px;
    }

    .close {
        top: 15px;
        right: 20px;
    }
}

/* Custom Loading Start*/
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* opacity: 0.7; */
    background-color: #fff;
    z-index: 999;
}

#loading-image {
    z-index: 1000;
}

.attorney-scroll {
    position: absolute;
    top: -18%;
    right: 10%;
}

.img-res {
    background-size: cover;
    object-fit: cover;
    width: 500px;
    height: 670px;
}

.img-res-attorney {
    background-size: cover;
    object-fit: cover;
    width: 500px;
    height: 670px;
}

/* Utilities */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.center,
.text-center {
    text-align: center;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-one {
    justify-content: space-between;
    display: flex;
}

.flex-two {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.flex-three {
    display: flex;
    align-items: center;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.text-t {
    text-transform: none;
}

.text-u {
    text-transform: uppercase;
}

.text-color-1 {
    color: #fff;
}

.text-color-2 {
    color: #130518;
}

.text-color-3 {
    color: var(--primary-color3) !important;
}

.text-color-4 {
    color: #777777 !important;
}

.text-color-5 {
    color: #F6F6F6 !important;
}

.text-color-6 {
    color: var(--primary-color2) !important;
}

.text-color-7 {
    color: #B6B3BF;
}

.text-color-8 {
    color: #C29765 !important;
}

.text-color-9 {
    color: #165153;
}

.fw-4 {
    font-weight: 400;
}

.fw-6 {
    font-weight: 600;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.pt-5 {
    padding-top: 6rem;
}

/* Close */


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: var(--primary-color);
    line-height: 1;
    padding-right: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote,
q {
    quotes: none;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    font-family: "Cormorant", sans-serif;
    color: var(--primary-color2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.text-p,
p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-family: "Open Sans", sans-serif;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

/* Elements
-------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    padding-right: 0 !important;
}

*,
*: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;
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 24px;
    line-height: 29px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/* Link Style
-------------------------------------------------------------- */
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;
}

a:hover,
a:focus {
    color: var(--primary-color3);
    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;
}

#wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.wrapper-style {
    background: #FAF8FF;
}

/* Header */

.header {
    position: relative;
    z-index: 100;
    height: 106px;
    width: 100%;
}

.header #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%);
}

/* Header Fixed
-------------------------------------------------------------- */
.header.is-fixed {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    background: var(--primary-color);
    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;
}

.header.is-fixed #main-nav>ul>li>a {
    color: var(--primary-color2);
}

.header.is-fixed #main-nav>ul>.current-menu-item>a {
    color: var(--primary-color3);
}

.header.is-fixed.is-small {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#site-logo {
    height: 105px;
}

#site-logo-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-logo {
    display: flex;
    align-items: center;
}

.main-logo i {
    color: var(--primary-color3);
    font-size: 38px;
    margin-right: 15px;
    font-weight: bold;
}

.main-logo span {
    font-weight: bold;
    font-size: 15px;
}

.main-footer-logo {
    display: flex !important;
    align-items: center;
    margin-bottom: 23px;
}

.main-footer-logo i {
    color: var(--primary-color3);
    font-size: 38px;
    margin-right: 15px;
    font-weight: bold;
}

.main-footer-logo span {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.main-logo img,
.main-logo h2 {
    float: left;
}

/* Mobile Menu Button */
.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-color: var(--primary-color2);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile-button::before,
.mobile-button::after {
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button::before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button::after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

#main-nav ul {
    margin: 0px;
}

#main-nav ul li {
    position: relative;
    list-style: none;
}

#main-nav>ul>li {
    float: left;
    padding: 52px 30px 51px 13px;
}

#main-nav>ul>li>a {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    color: var(--primary-color2);
    padding-right: 12.5px;
}

#main-nav>ul>li>a:hover {
    color: var(--primary-color3);
}

#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: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Sub Menu */
#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: 18px;
    color: #14141F;
    padding: 20px;
    font-weight: 700;
}

#main-nav .right-sub-menu {
    left: auto;
    right: 0;
}

#main-nav>ul>.current-menu-item>a {
    color: var(--primary-color3);
}

#main-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#main-nav .sub-menu li.current-item a,
#main-nav .sub-menu li a:hover {
    color: var(--primary-color3);
}

#main-nav>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: var(--primary-color3);
    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;
}

/* 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: var(--primary-color3);
}

#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);
}

#main-nav-mobi .current-item>a,
#main-nav-mobi ul>li>a:hover {
    color: var(--primary-color3);
}

#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: var(--primary-color3);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
    background: var(--primary-color3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#main-nav-mobi .menu-item-has-children .arrow.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -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);
}

/* Header Close */

/* Section Banner
-------------------------------------------------------------- */

.sec-banner-page.inner {
    padding: 171px 0 188px;
    position: relative;
    background: url(./../../assets/images/banner.jpg) center center no-repeat;
    background-size: cover;
}

.overlay {
    background: linear-gradient(72.76deg, rgba(35, 38, 41, 0.9) 35.67%, rgba(39, 43, 46, 0) 66.03%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-title-heading .heading {
    line-height: 87px;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.banner-title-heading h3 {
    color: var(--primary-color7);
    font-weight: normal !important;
}

/* Section Banner Close */

/* Heading Section */

.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-color: var(--primary-color3);
    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.home .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;
}

/* Heading Section Close */

/* Section About
-------------------------------------------------------------- */

.sec-about {
    position: relative;
    padding-bottom: 120px;
}

.sec-about .mark-a {
    position: absolute;
    top: -10.8%;
    right: 9%;
    font-size: 200px;
    font-weight: 700;
    color: var(--rgba-color-mark);
}

.sec-about .image-wrapper .image-left {
    transform: translate(0px, 0px);
    transition: transform 300ms ease;
    transform-origin: top;
}

.sec-about .image-wrapper .image-right {
    transform: translate(10px, 0px);
    transition: transform 300ms ease;
}

.sec-about .image-wrapper:hover .image-right,
.sec-about .image-wrapper:hover .image-left {
    transform: translate(5px, 0);
}

.sec-about .about-box {
    padding: 52px 0px 0 68px;
}

.sec-about .about-box h2 {
    line-height: 58px;
    margin-bottom: 14px;
}

.sec-about .about-box h4.ab-subtitle {
    margin-left: 2px;
    padding-bottom: 27px;
    margin-bottom: 25px;
    color: var(--primary-color3);
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid rgba(35, 38, 41, 0.0705882353);
}

.sec-about .about-box p {
    padding-right: 15px;
    margin-bottom: 40px;
}

.sec-about .about-box .img-author {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    margin-right: -29px;
    padding: 0;
}

.sec-about .about-box .img-author::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(0, 0);
    transition: transform 1000ms ease;
    border-radius: 50%;
}

.sec-about .about-box .img-author:hover {
    z-index: 9;
}

.sec-about .about-box .img-author:hover::before {
    transform: scale(1, 1);
    transform-origin: center;
}

.sec-about .about-box .img-signature {
    margin-left: 20px;
}

.sec-about.page {
    padding-top: 180px;
    padding-bottom: 220px;
}

.sec-about.page .mark-a {
    color: var(--rgba-color-mark);
    top: 80px;
}

/* Section About Close */

/* Section Attorneys
-------------------------------------------------------------- */

.sec-attorney {
    position: relative;
}

.sec-attorney .mark-a {
    position: absolute;
    top: -13%;
    right: 10%;
    font-size: 200px;
    font-weight: 700;
    color: var(--rgba-color-mark);
}

.sec-attorney .image-wrapper .image-left {
    transform: translate(0px, 0px);
    transition: transform 300ms ease;
    transform-origin: top;
}

.sec-attorney .image-wrapper .image-right {
    transform: translate(10px, 0px);
    transition: transform 300ms ease;
}

.sec-attorney .image-wrapper:hover .image-right,
.sec-attorney .image-wrapper:hover .image-left {
    transform: translate(5px, 0);
}

.sec-attorney .attorney-box {
    padding: 40px 0px 0 0px;
}

.sec-attorney .attorney-box .atr-title-left {
    padding-left: 0 !important;
    padding-right: 68px !important;
}

.sec-attorney .attorney-box h2 {
    line-height: 58px;
    margin-bottom: 14px;
}

.sec-attorney .attorney-box h4 {
    margin-left: 2px;
    padding-bottom: 27px;
    margin-bottom: 25px;
    color: var(--primary-color3);
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid rgba(35, 38, 41, 0.0705882353);
}

.sec-attorney .attorney-box .atr-scroll-right {
    overflow: overlay;
    height: 500px;
    background-color: #fff;
    position: relative;
}

.sec-attorney .attorney-box .atr-scroll-left {
    overflow: overlay;
    height: 500px;
    background-color: #fff;
    position: relative;
}

.sec-attorney .attorney-box p {
    padding-right: 15px;
    margin-bottom: 40px;
}

.sec-attorney .attorney-box .img-author {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    margin-right: -29px;
    padding: 0;
}

.sec-attorney .attorney-box .img-author::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(0, 0);
    transition: transform 1000ms ease;
    border-radius: 50%;
}

.sec-attorney .attorney-box .img-author:hover {
    z-index: 9;
}

.sec-attorney .attorney-box .img-author:hover::before {
    transform: scale(1, 1);
    transform-origin: center;
}

.sec-attorney .attorney-box .img-signature {
    margin-left: 20px;
}

/* .sec-attorney.page {
    padding-top: 180px;
    padding-bottom: 100px;
} */

.sec-attorney.page .mark-a {
    color: var(--rgba-color-mark);
}

/* Section Attorneys Close */

/* Section Practice
-------------------------------------------------------------- */

.sec-practice {
    padding-top: 150px;
}

/* .sec-practice.page {
    padding-bottom: 120px;
} */

.practice-item {
    text-align: center;
    margin-bottom: 30px;
    padding: 45px 15px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.practice-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: var(--primary-shadow) !important;
    -webkit-box-shadow: var(--primary-shadow) !important;
    -moz-box-shadow: var(--primary-shadow) !important;
}

.practice-item:hover .practice-icon:before {
    background-color: var(--primary-color3);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.practice-item:hover .practice-icon:after {
    background-color: var(--primary-color3-sub);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.practice-item:hover .practice-icon i {
    color: #ffffff;
}

.practice-item .practice-icon {
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

.practice-item .practice-icon:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    left: 0;
    top: -5px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: var(--primary-color3);
}

.practice-item .practice-icon:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    left: 0;
    top: -15px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -2;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: var(--primary-color3-sub);
}

.practice-item .practice-icon i {
    color: #fff;
    margin-bottom: 32px;
    display: block;
    font-size: 38px;
    position: relative;
    /* top: -10px; */
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.practice-item h3 {
    margin-bottom: 25px;
    color: #272B2E;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 28px;
}

.practice-item p {
    color: #777777;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.practice-item a {
    display: inline-block;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
}

.practice-item a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #ffffff;
}

.practice-item a:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background-color: #ffffff;
}

/* Section Practice Close */

/* Section Activities
-------------------------------------------------------------- */
.sec-activity {
    padding: 118px 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;
    position: relative;
}

.portfolio-area .text-center {
    margin-top: 20px;
}

.portfolio-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.portfolio-item img {
    background-size: cover;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 365px;
}

.portfolio-item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.977081)), color-stop(56%, rgba(182, 157, 116, 0.28607)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.977081) 0%, rgba(182, 157, 116, 0.28607) 56%);
}

.portfolio-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.portfolio-item:hover h3 a {
    color: var(--primary-color3);
}

.portfolio-item .portfolio-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
}

.portfolio-item .portfolio-inner span {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    padding-bottom: 7px;
    position: relative;
}

.portfolio-item .portfolio-inner span:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color3);
}

.portfolio-item .portfolio-inner h3 {
    margin-bottom: 0;
    line-height: 1.4;
}

.portfolio-item .portfolio-inner h3 a {
    display: block;
    color: #ffffff;
    font-weight: bold !important;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

/* .portfolio-item .portfolio-inner h3 a:hover {
    color: var(--primary-color3);
} */

.portfolio-item .portfolio-inner p {
    margin-bottom: 0;
    color: #fff;
}

/* Section Testimonials
-------------------------------------------------------------- */
.testi-section {
    padding: 150px 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;
    position: relative;
}

.sec-testimonials {
    padding-top: 98px;
    padding: 150px 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;
    position: relative;
}

.sec-testimonials .testimonial-post {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .09) !important;
    background-color: white;
    border-radius: .7rem;
    padding: 50px 20px 50px 20px !important;
    border: 1px solid rgba(35, 38, 41, 0.0705882353) !important;
}

.sec-testimonials .testimonial-post h1 {
    font-weight: 400;
    font-size: 236px;
    color: var(--rgba-color-mark);
    margin-bottom: 8px;
}

.sec-testimonials .testimonial-post .texts {
    font-size: 32px;
    line-height: 52px;
    color: var(--primary-color4);
    padding: 0 100px;
    margin-bottom: 33px;
}

.sec-testimonials .testimonial-post .reviews {
    justify-content: center;
    margin-bottom: 12px;
}

.sec-testimonials .testimonial-post .reviews .star {
    margin-right: 30px;
    margin-left: 3px;
}

.sec-testimonials .testimonial-post .reviews .star i {
    font-size: 11px;
    margin-right: -0.5px;
    color: #FCC65D;
}

.sec-testimonials .testimonial-post h3 {
    font-family: "Lora";
}

.sec-testimonials.home {
    padding-top: 118px;
    padding-bottom: 114px;
}

.sec-testimonials.home .testimonial-post {
    padding: 1px 25px;
    border-bottom: unset;
}

.sec-testimonials.home .testimonial-post .box-img {
    position: relative;
    display: table;
    border: 5px solid #F6F6F6;
    border-radius: 50%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* .sec-testimonials.home .testimonial-post .box-img .mark-img {
    top: 38%;
    right: -8px;
} */

.sec-testimonials.home .testimonial-post .box-img .mark-img {
    top: 38%;
    right: -15px;
}

.sec-testimonials.home .testimonial-post .box-img .mark-img i {
    font-size: 25px;
    color: var(--primary-color3);
}

.sec-testimonials.home .testimonial-post .box-img img {
    border-radius: 50%;
    -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;
}

.sec-testimonials.home .testimonial-post .content .text-testi {
    line-height: 42px;
    font-size: 24px;
    margin-bottom: 35px;
}

.sec-testimonials.home .img-user:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    -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;
}

.sec-testimonials.home.page-h3 {
    padding-top: 0;
}

.sec-testimonials.home.page-testi {
    padding-bottom: 118px;
}

.sec-testimonials.home.page-testi .testimonial-post {
    margin-bottom: 23px;
}

.sec-testimonials.page {
    background: var(--rgba-color-mark);
    padding-top: 82px;
    padding-bottom: 115px;
}

.sec-testimonials.page .testimonial-post {
    padding-bottom: 0;
    border-bottom: unset;
}

/* Section Testimonials Close */

/* Section Clients */
.flat-brand {
    padding: 0px 0 120px;
}

.flat-brand .brand-slider {
    border-top: 1px solid rgba(22, 34, 47, 0.0705882353);
    padding-top: 60px;
}


.slogan-logo {
    height: auto;
    width: auto;
    text-align: center;
}

.slogan-logo .with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.slogan-logo .with-text i {
    font-size: 30px;
    text-align: center;
}

.slogan-logo .with-text span {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* Section Clients Close */

/* Footer
-------------------------------------------------------------- */

footer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1c1d1e;
    opacity: .99;
    z-index: -1;
}

footer .footer-item {
    margin-bottom: 30px;
}

footer .footer-item .footer-logo a {
    display: block;
}

footer .footer-item .footer-logo a img {
    margin-bottom: 35px;
    width: 100px;
}

footer .footer-item .footer-logo p {
    margin-bottom: 30px;
}

footer .footer-item .footer-logo ul {
    margin: 0;
    padding: 0;
}

footer .footer-item .footer-logo ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 18px;
}

footer .footer-item .footer-logo ul li:last-child {
    margin-right: 0;
}

footer .footer-item .footer-logo ul li a {
    font-size: 20px;
    color: #fff;
}

footer .footer-item .footer-logo ul li a:hover {
    color: var(--primary-color3);
}

footer .footer-item .footer-service h3 {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    border-bottom: 2px solid var(--primary-color3);
}

footer .footer-item .footer-service ul {
    margin: 0;
    padding: 0;
}

footer .footer-item .footer-service ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
}

footer .footer-item .footer-service ul li:last-child {
    margin-bottom: 0;
}

footer .footer-item .footer-service ul li a {
    color: #ffffff;
    display: block;
}

footer .footer-item .footer-service ul li a:hover {
    letter-spacing: 1px;
    color: var(--primary-color3);
}

footer .footer-item .footer-service ul li a i {
    display: inline-block;
}

footer .footer-item .footer-find h3 {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    font-size: 25px;
    display: inline-block;
    border-bottom: 2px solid var(--primary-color3);
}

footer .footer-item .footer-find ul {
    margin: 0;
    padding: 0;
}

footer .footer-item .footer-find ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
}

footer .footer-item .footer-find ul li i {
    font-size: 23px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    color: var(--primary-color3);
}

footer .footer-item .footer-find ul li:last-child {
    margin-bottom: 0;
}

footer .footer-item .footer-find ul li a {
    display: inline-block;
    color: #ffffffb2;
    font-family: sans-serif;
    font-size: 15px;
}

footer .footer-item .footer-find ul li a:hover {
    color: var(--primary-color3);
}

footer .copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 70px;
    border-top: 1px solid #565655;
    position: relative;
}

footer .copyright-area .copyright-item span {
    display: inline-block;
}

footer .copyright-area .copyright-item p {
    margin-bottom: 0;
}

footer .copyright-area .copyright-item a {
    color: #ffffff;
    display: inline-block;
}

footer .copyright-area .copyright-item a:hover {
    color: var(--primary-color3);
}

footer .copyright-area .copyright-right {
    text-align: right;
}

a.footer-location {
    font-family: "Cormorant", sans-serif !important;
    font-size: 20px !important;
    color: #ffffffb2;
}

.footer-item>.footer-find>ul>li>p {
    font-size: 16px;
}

/* Footer Close */


/* RESPONSIVE 
------------------------------------*/
@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {

    /* About */
    .sec-about .image-wrapper .image-left {
        width: 30.5%;
    }

    .sec-about .image-wrapper .image-right {
        width: 70%;
    }

    .sec-about.page .image-wrapper .image-left {
        width: 100%;
    }

    /* Attorney */
    .sec-attorney .image-wrapper .image-left {
        width: 30.5%;
    }

    .sec-attorney .image-wrapper .image-right {
        transform: translate(0px, 0px);
    }

    .sec-attorney.page .image-wrapper .image-left {
        width: 100%;
    }

    .sec-attorney.page .image-wrapper .image-right {
        width: 100%;
    }

    /* Testimonials */
    .sec-testimonials .testimonial-post h1 {
        font-size: 172px;
    }
}

@media only screen and (max-width: 991px) {

    .mobile-button {
        display: block !important;
    }

    .overlay {
        background: linear-gradient(72.76deg, rgba(35, 38, 41, 0.9) 35.67%, rgba(39, 43, 46, 0) 100.03%);
    }

    .header.is-fixed .box-menu {
        margin-bottom: 0;
    }

    .header.is-fixed #main-nav-mobi {
        top: unset;
    }

    /* About */
    .sec-about {
        padding-bottom: 90px;
    }

    .sec-about .about-box {
        padding: 0;
    }

    .sec-about .about-box h4 {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .sec-about .about-box p {
        padding: 0;
        margin-bottom: 30px;
    }

    .sec-about .image-wrapper .image-left {
        width: 30%;
    }

    .sec-about .image-wrapper .image-right {
        width: 69%;
    }

    .col-mobi,
    .sec-about .mark-a {
        display: none;
    }

    /* Attorney */
    .sec-attorney {
        padding-bottom: 90px;
    }

    .sec-attorney .attorney-box {
        padding: 0;
    }

    .sec-attorney .attorney-box h4 {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .sec-attorney .attorney-box p {
        padding: 0;
        margin-bottom: 30px;
    }

    .sec-attorney .image-wrapper .image-left {
        width: 30%;
    }

    .sec-attorney .image-wrapper .image-right {
        transform: translate(0px, 0px);
    }

    .col-mobi,
    .sec-attorney .mark-a {
        display: none;
    }

    /* Testimonials */
    .sec-testimonials.home,
    .flat-about.home2,
    #footer,
    .testi-section,
    .tf-section {
        padding: 100px 0;
    }

    .sec-testimonials {
        padding-top: 85px;
    }

    .sec-testimonials .testimonial-post .texts {
        padding: 0;
    }

    .sec-testimonials .testimonial-post h1 {
        font-size: 130px;
    }

    .sec-testimonials.page,
    .flat-best-attorneys.home {
        padding-bottom: 100px;
    }

    .sec-testimonials.home.page-testi {
        padding-bottom: 60px;
    }

    .sec-testimonials.home.page-testi .testimonial-post {
        margin-bottom: 40px;
    }

    .sec-testimonials.home.page-testi .testimonial-post .content .text-testi {
        margin-bottom: 30px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*-- Portfolio --*/
    .portfolio-area .text-center {
        margin-top: 15px;
    }

    .portfolio-item .portfolio-inner span {
        margin-bottom: 16px;
    }

    .portfolio-item .portfolio-inner h3 a {
        /* font-size: 18px; */
        margin-bottom: 4px;
    }

    .portfolio-item .portfolio-inner p {
        font-size: 13px;
    }

    /*-- End Portfolio --*/
}

@media only screen and (max-width: 767px) {

    /* Banner */
    .sec-banner-page.inner {
        padding: 151px 0 160px;
    }

    .banner-title-heading .heading {
        font-size: 45px;
        line-height: 55px;
    }

    .banner-title-heading h3 {
        font-size: 19px;
    }

    /* About */
    .sec-about {
        padding-bottom: 70px;
    }

    .sec-about .image-wrapper {
        margin-bottom: 60px;
    }

    .sec-about .image-wrapper .image-left {
        width: 29.7%;
    }

    .sec-about .image-wrapper .image-right {
        width: 68.1%;
    }

    /* Attorney */
    .sec-attorney {
        padding-bottom: 70px;
        margin-bottom: 0 !important;
    }

    .sec-attorney-right-row {
        flex-direction: column-reverse;
    }

    .sec-attorney .image-wrapper {
        margin-bottom: 20px;
    }

    .sec-attorney .image-wrapper .image-left {
        width: 29.7%;
    }

    .sec-attorney .image-wrapper .image-right {
        transform: translate(0px, 0px);
        margin-top: 40px;
    }

    .attorney-scroll {
        position: absolute;
        top: -10%;
        right: 10%;
    }

    /* Testimonial */
    .sec-testimonials {
        padding-top: 75px;
    }

    .sec-testimonials .testimonial-post h1 {
        font-size: 58px;
    }

    .sec-testimonials.page {
        padding: 75px 0 80px;
    }

    .sec-testimonials.home {
        padding: 150px 0px;
    }

    .sec-testimonials.home.page-testi {
        padding-bottom: 40px;
    }

    .sec-testimonials.home.page-testi .testimonial-post {
        margin-bottom: 45px;
    }

    .sec-testimonials.home.page-testi .testimonial-post .content .text-testi {
        margin-bottom: 24px;
    }

    .sec-testimonials.home .testimonial-post .box-img .mark-img i {
        font-size: 23px;
    }
}

@media (max-width: 767px) and (min-width: 378px) {

    /*-- Portfolio --*/
    .portfolio-area .text-center {
        margin-top: 0;
    }

    .portfolio-item .portfolio-inner {
        padding: 15px;
    }

    .portfolio-item .portfolio-inner span {
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

    .portfolio-item .portfolio-inner h3 a {
        /* font-size: 22px; */
        margin-bottom: 4px;
    }

    /*-- End Portfolio --*/
}

@media only screen and (max-width: 430px) {}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 330px) {}

@media only screen and (max-width: 310px) {
    .sec-testimonials .testimonial-post h1 {
        font-size: 50px;
    }
}

/* RESPONSIVE CLOSE */