/*----------------------------------------------
*
* [Main Stylesheet]
*
* Theme    : NEXGEN
* Version  : 1.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------
*
* [Font Import]
*
* Poppins : https://fonts.google.com
* Montserrat : https://fonts.google.com
*
----------------------------------------------*/



/*----------------------------------------------

[ALL CONTENTS]

1. Reset
2. General 
3. Section 
4. Helper Class
5. Header
6. Slider
7. Feature
8. Form and Field
9. List
10. Gallery
11. Footer
12. Modal
13. Miscellaneous
14. Keyframe
15. All Media Queries

----------------------------------------------*/

/*----------------------------------------------
1. Reset
HTML5 display-role reset for older browsers
----------------------------------------------*/

/* #region Reset */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: var(--primary-bg-color);
     font-family: Oswald, sans-serif;
    color: var(--primary-p-color);
}

body.odd {
    background-color: var(--secondary-bg-color);
}

body .odd {
    color: var(--secondary-p-color);
}

ol, ul {
    padding-left: 20px;
    text-align: left;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}
a{
    cursor: pointer !important;
}

pre {
    display: block;
    margin: 1rem 0;
    color: var(--primary-color);
}

code {
    display: inline;
    margin: 1rem 0;
    color: var(--primary-color);
}

blockquote, q {
    display: block;
    margin: 2rem 0;
    quotes: none;
    quotes: none;
    font-style: italic;
    padding: 1rem 1.5rem;
    border-left: 5px solid var(--primary-bg-color-3);
}

.text-center blockquote:not(.text-left),
.text-center q:not(.text-left) {
    border-top: 5px solid var(--primary-bg-color-3);
    border-bottom: 5px solid var(--primary-bg-color-3);
    border-left: none;
}

.text-right blockquote,
.text-right q {
    border-right: 5px solid var(--primary-bg-color-3);
    border-left: none;
}

.odd blockquote, q {
    border-color: var(--primary-color);
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

blockquote p, q p {
    margin: 0;
}

.blockquote-footer {
    margin-top: 10px;
    font-size: 14px;
}

figure {
    margin-bottom: 1.5rem;
}

figcaption {
    margin-bottom: 1.5rem;
    font-style: italic;
    padding: 1rem 1.5rem;
    border-left: 5px solid var(--primary-bg-color-3);
}

.odd figcaption {
    border-left: 5px solid var(--secondary-bg-color-3);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #endregion Reset */

/*----------------------------------------------
2. General
----------------------------------------------*/

/* #region General */

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:not(.btn), a:link:not(.btn), a:visited:not(.btn), a:hover:not(.btn), a:active:not(.btn) {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #f9f9f9;
    text-decoration: none;
}

a:not([href]),
a:not([href]):hover,
a:not([href]) i,
a:not([href]) i:hover {
    color: var(--primary-b-color);
}

p {
    margin: 1.5rem 0;
    font-size: var(--p-size);
    font-weight: var(--p-weight);
    line-height: 1.5;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
.slide-content .title {
    margin-bottom: 1.5rem;
    font-size: 44px;
    font-weight: var(--h1-weight);
    line-height: 1.2;
     font-family: Oswald, sans-serif;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1,
.slide-content .title a{
    margin-bottom: 1.5rem;
    font-size: 44px;
    font-weight: var(--h1-weight);
    line-height: 1.2;
     font-family: Oswald, sans-serif;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    cursor: pointer;
}

.odd h1,
.odd .slide-content .title {
    color: var(--white-color);
}

.odd h1,
.odd .slide-content .title a{
    color: var(--white-color);
}
h1 em,
.slide-content .title em {
    font-weight: 300;
    display: block;
    font-size: var(--h2-size);
}
h1 em,
.slide-content .title em a{
    font-weight: 300;
    display: block;
    font-size: var(--h2-size);
}

h1 .featured {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: var(--primary-color);
}

.odd h1 .featured {
    color: var(--white-color);
}

h1 .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: var(--primary-color);
    opacity: 0.15;
}

h1 .featured span {
    position: relative;
}

h1 .featured.bottom {
    padding: 0;
}

h1 .featured.bottom:before {
    top: 50%;
    left: 3px;
    width: 100%;
    height: 42%;
    opacity: 0.15;
}

.odd h1 .featured.bottom:before {
    opacity: 0.5;
}

h1 .pre-title {
    position: relative;
    bottom: 10px;
    font-family: Oswald, sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.pre-title {
    width: fit-content;
    margin: auto;
    display: block;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e2c953;
    margin-top: 0px;
}

h2 {
     /* margin: 4.5rem 0;  */
    font-size: var(--h2-size);
    font-weight: var(--h2-weight);
    line-height: 1.2;
   font-family: Oswald, sans-serif;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h2 .featured {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    color: var(--primary-color);
}

.odd h2 .featured {
    color: var(--white-color);
}

h2 .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.035);
    opacity: 0.15;
}

.odd h2 .featured:before {
    background-color: var(--secondary-color);
}

h2 .featured span {
    position: relative;
}

h2 .featured.bottom {
    padding: 0;
}

h2 .featured.bottom:before {
    top: 50%;
    left: 3px;
    width: 100%;
    height: 42%;
    opacity: 0.15;
}

.odd h2 .featured.bottom:before {
    opacity: 0.5;
}

.title-icon {
    margin: 1.5rem 0;
}

.title-icon h2 .featured span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-icon h2 .featured span .icon {
    margin-right: 10px;
}

.odd h2 {
    color: var(--white-color);
}

h3 {
    margin: 1.5rem 0;
    font-size: 2rem;
    font-weight: var(--h2-weight);
    line-height: 1.2;
    font-family: Oswald, sans-serif;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.odd h3 {
    color: var(--white-color);
}

h4 {
    margin: 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h4 i {
    position: relative;
    display: inline-flex;
    vertical-align: baseline;
    font-size: 1.5rem;
    color: var(--primary-color);
}

.odd h4 {
    color: var(--secondary-t-color);
}

.odd h4 i {
    position: relative;
    color: var(--secondary-color);
}

h5 {
    margin: 1.5rem 0;
    font-size: 1.2rem;
    font-weight: var(--h2-weight);
    line-height: 1.2;
    font-family: Oswald, sans-serif;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.odd h5 {
    color: var(--white-color);
}

h6 {
    margin: 1.5rem 0;
    font-size: 1rem;
    font-weight: var(--h2-weight);
    line-height: 1.2;
     font-family: Oswald, sans-serif;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.odd h6 {
    color: var(--white-color);
}

b, strong {
    font-weight: 700;
}

li {
    margin: 0.5rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: separate;
    border-spacing: 10px;
}

table td {
    padding: 10px 0;
}

table th {
    padding: 10px 0;
}

dt {
    margin: 15px 0;
}

address {
    margin-bottom: 1rem;
}

form {
    width: 100%;
}

form label {
    width: 100%;
}

input, select {
    width: 100%;
    height: 44px;
    background: no-repeat;
    box-shadow: none;
    padding: 0.7rem 1rem;
    border-color: var(--primary-l-color);
    border-width: 1px;
    border-radius: 2px;
}

textarea {
    width: 100%;
    height: auto;
    background: no-repeat;
    box-shadow: none;
    padding: 0.7rem 1rem;
    border-color: var(--primary-l-color);
    border-width: 1px;
    border-radius: 2px;
}

input:focus, textarea:focus, select:focus {
    background: no-repeat;
    color: inherit;
    outline: none;
    border-color: inherit;
    box-shadow: none;
}

input {
    border-color: var(--primary-l-color);
    color: var(--primary-t-color);
}

input:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color);
}

input[type="radio"] {
    height: initial;
}

input[type="submit"] {
    border: 1px solid;
    padding: 2.5px 10px;
    display: block;
    width: fit-content;
    max-width: 200px;
    text-align: center;
    color: var(--primary-color);
}

input[type="submit"]:hover {
    background-color: var(--primary-color);
    color: var(--primary-b-color);
    border-color: var(--primary-color);
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

textarea {
    height: 100px;
    resize: none;
    border-color: var(--primary-l-color);
    color: var(--primary-t-color);
}

textarea:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    line-height: 1.2;
    border-color: var(--primary-l-color);
    color: #6c757d;
}

select:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color);
}

select option {
    color: #2f323a;
}
select option:hover
{
    background-color: red;
}

hr {
    margin: 15px 0;
    border-top: 1px dashed var(--primary-l-color);
}

.odd hr {
    margin: 35px 15px;
    border-top: 1px dashed var(--secondary-l-color);
}

table {
    width: 100%;
}

tr:not(:last-child) {
    border-bottom: 1px solid;
    border-color: var(--primary-l-color);
}

.odd tr:not(:last-child) {
    border-bottom: 1px solid;
    border-color: var(--secondary-l-color);
}

td {
    padding: 10px 0;
}

/* #endregion General */

/*----------------------------------------------
3. Section
----------------------------------------------*/

/* #region Section */

section {
    position: relative;
    width: 100%;
    padding: 9px 0 0 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

section.hero       { background-color: var(--hero-bg-color); }
section.section-1  { background-color: var(--section-1-bg-color);  background-image: var(--section-1-bg-image); }
section.section-2  { background-color: var(--section-2-bg-color);  background-image: var(--section-2-bg-image); }
section.section-3  { background-color: var(--section-3-bg-color);  background-image: var(--section-3-bg-image); }
section.section-4  { background-color: var(--section-4-bg-color);  background-image: var(--section-4-bg-image); }
section.section-5  { background-color: var(--section-5-bg-color);  background-image: var(--section-5-bg-image); }
section.section-6  { background-color: var(--section-6-bg-color);  background-image: var(--section-6-bg-image); }
section.section-7  { background-color: var(--section-7-bg-color);  background-image: var(--section-7-bg-image); }
section.section-8  { background-color: var(--section-8-bg-color);  background-image: var(--section-8-bg-image); }
section.section-9  { background-color: var(--section-9-bg-color);  background-image: var(--section-9-bg-image); }
section.section-10 { background-color: var(--section-10-bg-color); background-image: var(--section-10-bg-image); }
section.section-11 { background-color: var(--section-11-bg-color); background-image: var(--section-11-bg-image); }
section.section-12 { background-color: var(--section-12-bg-color); background-image: var(--section-12-bg-image); }
section.section-13 { background-color: var(--section-13-bg-color); background-image: var(--section-13-bg-image); }
section.section-14 { background-color: var(--section-14-bg-color); background-image: var(--section-14-bg-image); }
section.section-15 { background-color: var(--section-15-bg-color); background-image: var(--section-15-bg-image); }

.footer {
    background-image: var(--footer-bg-image);
}

section.featured {
    position: relative;
}
/* 
section.featured:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(100% - 30px);
    left: calc(50% - 70px);
    width: 150px;
    height: 60px;
    background-image: url(../textures/bullets.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.25;
} */

section.featured.right:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    width: 50%;
    border-bottom: 1px dashed var(--primary-l-color);
}

section.odd.featured.right:before {
    border-bottom: 1px dashed var(--secondary-l-color);
}

section.featured.left:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 50%;
    border-bottom: 1px dashed var(--primary-l-color);
}

section.odd.featured.left:before {
    border-bottom: 1px dashed var(--secondary-l-color);
}

section.featured.all:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed var(--primary-l-color);
}

section.featured.right .odd:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(100% - 1px);
    right: 0;
    width: 50%;
    border-bottom: 1px dashed var(--secondary-l-color);
}

section.featured.left .odd:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(100% - 1px);
    left: 0;
    width: 50%;
    border-bottom: 1px dashed var(--secondary-l-color);
}

section.featured.all .odd:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    border-bottom: 1px dashed var(--secondary-l-color);
}

section.odd.featured.all:before {
    border-bottom: 1px dashed var(--secondary-l-color);
}

main {
    padding: 0;
}

aside {
    padding: 0;
}

.container {
    max-width: 1170px;
    padding: 0;
}

.container.header {
    max-width: 1140px;
}

.container.header.full {
    max-width: 100%;
}

.container.header.full-grid {
    max-width: 100%;
    margin: 0 5px;
}

.container.header.smaller {
    max-width: 940px;
}

.container.disabled {
    width: auto;
    max-width: 100%;
}

.container.disabled .content-inner {
    padding: 0;
}

.container.full {
    max-width: 100%;
}

.container.full-grid {
    padding: 0;
    max-width: calc(100% - 30px);
    margin: 0 15px;
}

.container.smaller {
    max-width: 970px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.vh-100 {
    height: 100vh;
}

.vh-75 {
    height: 75vh;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

.overflow-holder {
    overflow: hidden;
    margin-top: -25px;
    margin-bottom: -25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* #endregion Section */

/*----------------------------------------------
4. Helper Class
----------------------------------------------*/

/* #region Helper Class */

.intro {
    margin-bottom: 50px;
}

.intro h1:first-child, .intro h2:first-child, .intro h3:first-child {
    margin-top: 0;
}

.intro .text-max-800 {
    margin-right: auto;
    margin-left: auto;
}

.blog-listing .items {
    margin-bottom: 30px;
}

.blog-listing .items .item {
    margin-bottom: 30px;
}

.blog-grid:not(.masonry) .items {
    margin-bottom: 30px;
}

.blog-grid:not(.masonry) .items .item {
    margin-bottom: 30px;
}

.blog-grid:not(.masonry) .items .item.sticky .card:before {
    top: -10px;
    right: 0;
    bottom: 0;
    left: -10px;position: absolute;
    z-index: -1;
    content: '';
    width: calc(50% + 10px);
    height: calc(50% + 10px);
    border: none;
    background-color: var(--primary-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
}

.post-meta {
    margin: 35px 0 0;
}

.post-meta span {
    margin-right: 10px;
    display: inline-block;
    font-size: 1rem;
    color: var(--primary-color);
}

.post-meta i {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    background: var(--primary-bg-color-3);
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: var(--primary-color);
}

.post-holder {
    list-style: none;
    width: 100%;
    border-left: 5px solid var(--primary-bg-color-3);
    background-color: var(--primary-bg-color-2);
    padding: 25px;
    margin-top: 35px;
}

.posted-on a:not(.btn) {
    font-weight: 700;
}

.sidebar .item {
    margin-bottom: 50px;
}

.sidebar ol,
.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ol ol, .sidebar ul ul {
    padding: 15px;
}

.sidebar ul.children {
    padding: 0;
}

.sidebar .sub-menu {
    padding: 0;
}

.sidebar ul li:not(.nav-item):not(.list-group-item) {
    position: relative;
    padding-left: 0;
}

.sidebar ul ul li:not(.nav-item):not(.list-group-item) {
    padding-left: 20px;
}

.sidebar li:hover:before {
    background-color: var(--primary-color);
}

.sidebar ul li a:not(.btn) {
    color: inherit;
    overflow-wrap: break-word;
}

.sidebar ul li a:not(.btn):hover {
    color: var(--primary-color);
}

.sidebar .title {    
    width: 100%;
    margin-top: 0;
    list-style: none;
}

.list-group .list-group-item .icon {
    color: var(--primary-color);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlights.image-right .image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.highlights.image-left .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.highlights .items .item {
    margin-bottom: 35px;
}

.highlights .items .item:last-child {
    margin-bottom: 0;
}

.highlights p {
    /* white-space: pre-wrap; */
    padding-bottom: 15px;
}

.highlights .items .item .icon {
    color: var(--primary-color);
}

.offers .items .item {
    margin-bottom: 30px;
}

.offers .items .item .icon {
    margin: 0;
    color: var(--primary-color);
}

.offers .items .item .icon.featured {
    width: 65px;
    height: 65px;
    background: var(--primary-bg-color-3);
    border-radius: 100px;
    text-align: center;
    line-height: 65px;
    font-size: 32px;
}

.offers.secondary .items .item h4 {
    margin-top: 0;
}

.offers .card:hover .btn-icon {
    opacity: 1;
}

.images .image-over {
    margin-bottom: -1px;
    border-radius: 10px 10px 0 0;
}

.images .items .item .content {
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.images .items .item .content p {
    margin: 1.5rem 0;
}

.team .items .item {
    margin-bottom: 20px;
}

.team .items h4 {
   margin: 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
   
    line-height: 1.2;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.counter-img {
    position: absolute;
    z-index: 99;
    right: -200px;
    top: -65px;

}

.team .items p {
    margin: 10px 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.team .share-list .nav-item {
    margin: 0;
}

.team .items .share-list .nav-link {
    padding: 0;
}

.team .items .share-list .nav-link:hover i {
    opacity: 1;
}

.team .quote {
    width: 100%;
    height: auto;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background-color: #fff;
    border-radius: 4px;
    color: var(--primary-bg-color-2);
}

.team .quote h4 {
    margin-top: 0;
    color: var(--white-color);
}

.team .quote p {
    opacity: 0.85;
}

.team .quote h5 {
    margin-bottom: 0;
     font-family: Oswald, sans-serif;
    font-size: 1rem;
    color: var(--white-color);
    opacity: 0.85;
}

.team .quote .quote-left {
    position: absolute;
    top: 35px;
    left: 50px;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.25);
}

.team .quote .quote-right {
    position: absolute;
    bottom: 35px;
    right: 50px;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.25);
}

.team .quote .list-group-item {
    border-color: var(--secondary-l-color);
}

.team .quote .list-group .list-group-item .icon {
    color: var(--white-color);
}

.testimonials .card {
    padding: 35px 25px;
    background-color: var(--white-color);
}

.testimonials .card:not(.no-hover):hover {
    transform: none;
}

.odd.testimonials .card:not(.no-hover):hover p,
.odd.testimonials .card:not(.no-hover):hover i {
    color: inherit;
}

.testimonials .card .logo {
    width: auto;
    max-width: 100%;
    height: 25px;
    margin-right: auto;
    margin-bottom: 1.5rem;
    display: block;
}

.testimonials .card .quote-right {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.2);
}

.odd.testimonials .card .quote-right {
    color: rgba(255, 255, 255, 0.2);
}

.partners img {
    width: auto;
    max-width: 100%;
    height: 25px;
    opacity: 0.5;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.partners img:hover {
    opacity: 1;
}

.odd.partners img {
    filter: brightness(0) invert(1);
}

.projects .btn-icon {
    color: var(--white-color);
    opacity: 0;
}

.projects .card:hover .btn-icon {
    opacity: 1;
}

.process .items {
    position: relative;
    cursor: crosshair;
}

.process .items:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 21px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--primary-bg-color-3);
}

.process .step {
    position: relative;
    width: 45px;
    height: 45px;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 45px;
    color: var(--primary-color);
}

.process .step:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #daeced;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.process .step span {
    position: relative;
}

.process .items .item:hover .step span {
    color: var(--white-color);
}
.process .items .item:hover .step:before {
    background-color: var(--primary-color);
}

.counter.skills .items .item {
    padding: 35px 0 10px;
}

.counter .radial {
    position: relative;
    width: 110px;
    display: inline-block;
    text-align: center;
}

.counter .radial.left {
    width: auto;
    text-align: left;
}

.counter .radial canvas {
    height: 70px;
    vertical-align: middle;
    visibility: hidden;
}

.counter.skills .radial canvas {
    height: auto;
    visibility: visible;
}

.counter .radial span {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 2rem;
    font-weight: 700;
}

.counter.preloader .radial span {
    font-size: 2.5rem;
    color: var(--white-color);
}

.counter.funfacts .radial span {
    font-size: 2.5rem;
    color: #e2c953;
}
.plus-icon {
    color: #e2c953;
    font-size: 22px;
    position: absolute;
    top: 33px;
    right: -5px;
}

.counter .radial span i {
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
}

.plans .items .item {
    margin-bottom: 30px;
}

.plans .items .item .card:hover .btn-icon {
    opacity: 1;
}

.plans .items .item .icon {
    color: var(--primary-color);
}

.plans .items .item .btn {
    margin-top: 25px;
}

.plans .items .item .list-group-item {
    padding: 10px 0;
    border: none;
}

.plans .items .item .card:hover {
    transform: translateY(-7.5px);
}

.plans .items .item .card:hover .btn {
    background: none;
    border: 1px solid var(--secondary-l-color);
}

.plans .items .item .card:hover .btn:after, .plans .items .item .card:hover .btn:before {
    content: none;
}

.plans .items .item .card:hover * {
    border-color: var(--secondary-l-color);
}

.plans .items .item h4 {
    margin: 1rem 0;
}

.plans .items .item .most-popular {
    padding: 60px 45px;
}

.plans .items .item .badge {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 7.5px 15px 7.5px 10px;
    border-radius: 0 100px 100px 0px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: var(--white-color);
    background: var(--secondary-color);
}

.plans .icon-min {
    font-size: 1rem;
    color: var(--primary-color);
}

.choose-plan {
    position: absolute;
    top: 25px;
    right: 25px;
}

.choose-plan .btn-icon {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.price {
    margin-bottom: 1rem;
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color);
}

.price i {
    margin: 0 5px 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.price .plan {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}

.invert {
    filter: brightness(0) invert(1);
}

.grayscale {
    filter: grayscale(1);
}

.showcase.masonry .card {
    background-color: var(--white-color);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.showcase .items .item .card.no-image .image-over:before {
    background-color: var(--white-color);
}

.showcase.filter-section .card:hover .card-caption {
    opacity: 1;
}

.showcase .card {
    overflow: hidden;
    min-height: 337px;
    background-color: transparent;
}

.showcase .card:not(.no-hover):hover {
    transform: none;
}

.showcase .card .image-over {
    overflow: hidden;
}

/*.showcase .card .image-over:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: var(--dark-grey-color);*/
/*    border-radius: 10px;*/
/*    opacity: 0.5;*/
/*    -webkit-transition: all .2s ease-out 0s;*/
/*    -o-transition: all .2s ease-out 0s;*/
/*    -moz-transition: all .2s ease-out 0s;*/
/*    transition: all .2s ease-out 0s;*/
/*}*/

.showcase .card .image-over img {
    position: relative;
    /*z-index: -1;*/
    height: auto;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.showcase .card .card-body {
    padding: 50px 25px;
    transform: translateY(100px);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.showcase .card:hover .card-body {
    transform: translateY(0);
}

.showcase .card:hover .card-footer {
    transform: translateY(0);
    opacity: 1;
}

.showcase .card .card-body h4 {
    margin-bottom: 50px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.showcase .card:hover .card-body h4 {
    margin-bottom: 1.5rem;
}

.showcase .card .card-body p {
    margin: 1.5rem 0 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.showcase .card:hover .card-body p {
    opacity: 1;
}

.showcase .card .card-footer .btn-icon {
    margin: 0;
}

.showcase .card .card-footer .btn-icon {
    margin: 0;
    color: var(--white-color);
    opacity: 1;
}

.showcase .card-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.showcase .no-image .card-caption {
    position: relative;
}

.showcase .card-caption *, .showcase .card-caption *:not(.btn) {
    color: var(--primary-bg-color);
}

.showcase .no-image .card-caption *, .showcase .no-image .card-caption *:not(.btn) {
    color: var(--primary-t-color);
}

.showcase.odd .no-image .card-caption *, .showcase.odd .no-image .card-caption *:not(.btn) {
    color: var(--secondary-t-color);
}

.showcase .no-image .card-caption .card-body p {
    color: var(--primary-p-color);
}

.showcase.odd .no-image .card-caption .card-body p {
    color: var(--secondary-p-color);
}

.showcase .card-footer {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    padding: 50px 25px;
    border: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    transform: translateY(-100px);
}

.showcase .card-footer a:not(.btn) {
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
}

.showcase .no-image .card-footer {
    border-color: rgba(0, 0, 0, 0.15);
}

.showcase .card:hover .image-over:before {
    opacity: 1;
}

.showcase .card:hover .image-over .mask-radius-full {
    opacity: 0;
}

.showcase .card:hover .image-over img {
    transform: scale(1.1);
    filter: blur(2px);
}

.showcase .card:hover .image-over .play-video-full {
    transform: translateY(-15%);
}

.filter-section .btn-group {
    margin: 0 0 35px;
    /*display: block;*/
}

.filter-section .btn-group .btn {
    display: inline-flex;
    align-items: center;
    margin: 0 10px;
    padding: 6px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.odd.filter-section .btn-group .btn {
    color: var(--secondary-p-color);
}

.filter-section .btn-group .btn.focus {
    outline: none;
    box-shadow: none;
}

.filter-section .btn-group .btn:hover {
    color: var(--primary-t-color);
}

.odd.filter-section .btn-group .btn:hover {
    color: var(--white-color);
}

.filter-section .btn-group .btn.active {
    color: var(--primary-t-color);
}

.filter-section .btn-group .btn.active span{
    color: #fff;
    z-index: 999;
}

.odd.filter-section .btn-group .btn.active {
    color: var(--white-color);
}

.filter-section .btn-group .btn.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color:  var(--secondary-color);
    opacity: 1;
}

.filter-section .btn-group .btn i {
    margin: 0 10px 0;
}

.subscribe .items .item {
    padding: 0 10px;
}

.contacts h4 {
    margin-top: 0;
}

.contacts a:not(.btn) {
    padding: 5px 0;
    font-size: 1.2rem;
    font-weight: 400;
    /*display: flex;*/
    color: var(--primary-p-color);
    /*align-items: center;*/
}

.contacts li {
    margin: 6.1px 0;
}

.contacts i {
    width: 45px;
    height: 45px;
    background: var(--primary-bg-color-3);
    color:var(--primary-color) !important;
    border-radius: 100px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}

.form .message {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    height: 100%;
    padding: 35px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(0);
    border-radius: 5px;
    background-color: var(--card-bg-color);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.form .message .icon {
    margin: auto;
    color: var(--primary-color);
}

.form .message h3 {
    color: var(--primary-color);
}

.form .message .done {
    display: none;
}

.form .message.active {
    transform: scale(1);
}

.form-group-margin {
    margin: 0 -7.5px;
}

.widget-services .list-group .list-group-item .icon {
    width: 100px;
    height: 100px;
    margin-right: 25px;
    border-radius: 10px;
    background-color: var(--primary-bg-color-3);
}

.widget-services .list-group-item .h-img {
    width: auto;
    margin-right: 25px;
    padding: 7.5px;
}

.widget-author .items .item {
    margin-bottom: 0;
}

.widget-author .card {
    background-color: var(--primary-bg-color-3);
}

.widget-author .card:hover {
    transform: initial;
}

.widget-author .person {
    width: 128px;
    height: 128px;
    border-radius: 100%;
}

/* #endregion Helper Class */

/*----------------------------------------------
5. Header
----------------------------------------------*/

/* #region Header */

header {
    position: relative;
    z-index: 9999;
}

.navbar-holder {
    position: relative;
    z-index: -100;
    min-height: auto;
    pointer-events: none;
    background-color: var(--nav-holder-bg-color);
}

.navbar {    
    -webkit-transition: all .15s ease-out 0s!important;
    -o-transition: all .15s ease-out 0s!important;
    -moz-transition: all .15s ease-out 0s!important;
    transition: all .15s ease-out 0s!important;
}

.navbar.top {
    position: absolute;
    z-index: 2;
    right: 0;
    height: 100%;
    width: 90px;
    padding: 0;
    background-color: #000;
}

.navbar.sub {
    top: 0px;
}

header .navbar-sticky {
    -webkit-transition: all .15s ease-out 0s!important;
    -o-transition: all .15s ease-out 0s!important;
    -moz-transition: all .15s ease-out 0s!important;
    transition: all .15s ease-out 0s!important;
    /* ! important is necessary to avoid conflict with the AOS animate. */
}

header .navbar-sticky.sub.hidden {
    -webkit-transform: translate3d(0, -101%, 0)!important;
    -ms-transform: translate3d(0,-101%, 0)!important;
    -moz-transform: translate3d(0, -101%, 0)!important;
    transform: translate3d(0, -101%, 0)!important;
    /* ! important is necessary to avoid conflict with the AOS animate. */
}

header .navbar-sticky.sub.visible {
    -webkit-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
    /* ! important is necessary to avoid conflict with the AOS animate. */
}

header .navbar-sticky.sub {
    top: 0;
    padding: 10px 25px;
    background-color: var(--header-bg-color);
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    -webkit-transform: translate3d(0, -101%, 0)!important;
    -ms-transform: translate3d(0,-101%, 0)!important;
    -moz-transform: translate3d(0, -101%, 0)!important;
    transform: translate3d(0, -101%, 0)!important;
    /* ! important is necessary to avoid conflict with the AOS animate. */
}

header .navbar-expand {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    /* padding: 20px 25px; */
}

header .navbar-expand.relative {
    position: relative;
}

header .navbar-expand .navbar-nav {
    display: inline-block;
}

header .navbar-expand .navbar-nav.toggle {
    display: none;
}

header .navbar-expand .navbar-nav.toggle i {
    font-size: 20px;
}

header .navbar-expand .navbar-brand {
    padding: 0;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    color: var(--secondary-p-color);
}

header .navbar-expand .navbar-brand.light {
    color: var(--nav-item-color);
}

header .navbar-expand .navbar-brand i {
    color: var(--primary-color);
}

header .navbar-expand .navbar-brand img {
    height: var(--nav-brand-height);
}

header .navbar-expand .navbar-brand .brand {
    letter-spacing: 5px;
}

header .navbar-expand .navbar-brand .featured {
    position: relative;
    display: inline-block;
    padding: 13px 2px 14px 30px;
}

header .navbar-expand .navbar-brand .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 7.5px);
    height: 100%;
    border-radius: 100px 0 0 100px;
    background-color: var(--secondary-color);
    opacity: 0.15;
}

header .navbar-expand .navbar-brand .featured .first {
    position: relative;
    margin-right: -10px;
    color: var(--secondary-color);
}

.navbar-expand .navbar-nav .nav-item {
    margin: 0;
    display: inline-flex;
}

.navbar-expand .navbar-nav ul .nav-item {
    display: block;
}

.navbar-expand.top .navbar-nav .nav-item a:not(.btn) {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--secondary-p-color);
}

.navbar-expand.top .navbar-nav .nav-item a:not(.btn):hover {
    color: var(--secondary-color);
}

.navbar-expand .navbar-nav .nav-item a:not(.btn) {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.navbar-expand .navbar-nav .nav-link:not(.btn) {
    padding-right: 2rem;
    padding-left: 2rem;
    color: var(--nav-item-color);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.navbar-expand .navbar-nav.items .nav-link:not(.btn):not(.title):hover,
.navbar-expand .navbar-nav.icons .nav-link:not(.btn):not(.title):hover {
    color: var(--secondary-color);
}

.navbar-expand .navbar-nav.items .nav-link.active:not(.btn):not(.title) {
    color: #bcbfcc;
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn) {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 1rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--primary-t-color);
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn) span {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 100px;
    background-color: var(--primary-bg-color-3);
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    color: var(--primary-color);
}

.odd .navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn) {
    color: var(--secondary-t-color);
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link.title {
    font-weight: 700;
    color: var(--primary-t-color);
    opacity: 0.8;
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title):before,
.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title):after {
    content: none;
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title).active,
.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title):hover {
    /* background-color: var(--primary-bg-color-3); */
    color: var(--primary-color);
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title):hover span {
    background-color: var(--primary-bg-color);
}

.navbar-nav i.icon-arrow-down {
    position: relative;
    top: 1.5px;
    margin: 0 0 0 0.3rem;
    font-size: 12px;
    font-weight: 700;
}

.navbar-nav i.icon-arrow-right {
    position: relative;
    left: 5px;
    top: 0;
    margin: 0 0 0 0.3rem;
    font-size: 10px;
    font-weight: 700;
}

.navbar-expand .icons i {
    font-weight: 400;
}

.dropdown .dropdown-menu {
    background-color: #707174;
    width: max-content;
    min-width: 120px;
    display: block;
    visibility: hidden;
    opacity: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5%;
}

.odd .dropdown .dropdown-menu {
    background-color: var(--secondary-bg-color-2);
}

.dropdown:hover > .dropdown-menu {
    visibility: unset;
    opacity: 1;
    margin: 0;
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity, transform;
    border-radius: 5%;
}

.dropdown-menu .dropdown-menu {
    position: absolute;
    top: -8px;
    left: 100%;
    border-radius: 0;
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
    box-shadow: none;
    outline: none;
}

.menu .items {
    margin-left: -5px;
    width: calc(100% + 10px);
}

.menu .navbar-nav {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
}

.menu .nav-item {
    margin: 0;
}

.menu .dropdown .dropdown-menu {
    display: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
    background: none;
    box-shadow: none;
    border: none;
    text-align: center;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
    list-style: none;
    color: var(--secondary-p-color);
}

.menu .dropdown .dropdown-menu.show {
    display: block;
}

.menu .dropdown-menu .dropdown-menu {
    position: relative;
    top: initial;
    left: initial;
}

.menu .dropdown .dropdown-menu .left,
.menu .dropdown .dropdown-menu .right {
    width: 50%;
}

.menu .nav-link:not(.btn) {
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid var(--primary-l-color);
    color: var(--primary-p-color);
    display: inline-block;
    width: calc(100% - 12px);
    vertical-align: top;
    padding: 10px 5px;
    margin: 0 5px;
    border-radius: 4px;
}

.odd .menu .nav-link:not(.btn) {
    border: 1px solid var(--secondary-l-color);
    color: var(--secondary-p-color);
}

.menu .nav-link:not(.btn):hover,
.odd .menu .nav-link:not(.btn):hover {
    color: var(--primary-color);
}

.menu .dropdown .dropdown-menu .nav-link.title {
    font-weight: 700;
    color: var(--primary-t-color);
    border: none;
    opacity: 0.8;
}

.odd .menu .dropdown .dropdown-menu .nav-link.title {
    color: var(--secondary-t-color);
}

.menu .dropdown .dropdown-menu .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 400;
    background: none;
    color: var(--primary-p-color);
    display: flex;
    justify-content: space-between;
    width: calc(100% - 12px);
    vertical-align: top;
    padding: 0;
    margin: 0 5px 10px;
    border-radius: 4px;
    text-align: left;
}

.menu .dropdown .dropdown-menu .nav-item .nav-link span {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100px;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.odd .menu .dropdown .dropdown-menu .nav-item .nav-link {
    color: var(--secondary-p-color);
}

.menu .dropdown .dropdown-menu .nav-link:hover,
.odd .menu .dropdown .dropdown-menu .nav-link:hover {
    color: var(--primary-color);
}

.menu .dropdown:first-child {
    margin-top: 0;
}

.menu .nav-link:first-child {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    border: none;
    color: var(--primary-t-color);
}

.odd .menu .nav-link:first-child {
    margin-bottom: 0;
    font-weight: 700;
    border: none;
    color: var(--secondary-t-color);
}

.menu .dropdown-menu .dropdown > .nav-link:first-child {
    font-size: 1rem;
    font-weight: 700;
}

.menu .navbar-nav i.icon-arrow-down {
    font-size: 18px;
}

/* #endregion Header */

/*----------------------------------------------
6. Slider
----------------------------------------------*/

/* #region Slider */



.slider-h-auto {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.slider-h-auto .swiper-wrapper,
.slider-h-auto .swiper-slide {
    min-height: 75vh;
    font-family:'oswald';
}

.slider-h-auto.no-slider .inner {
    top: 0;
    padding-top: 100px;
    padding-bottom: 30px;
}

.slider-h-100 {
    width: 100%;
    height: calc(100vh - 50px);
}

.slider-h-100.slider-h-auto {
    min-height: calc(100vh - 50px);
}

.slider-h-85 {
    width: 100%;
    height: 85vh;
}

.slider-h-75 {
    width: 100%;
    height: 75vh;
}

.slider-h-75.slider-h-auto {
    min-height: 75vh;
}

.slider-h-70 {
    width: 100%;
    height: 70vh;
}

.slider-h-65 {
    width: 100%;
    height: 65vh;
}

.slider-h-60 {
    width: 100%;
    height: 60vh;
}

.slider-h-50 {
    width: 100%;
    /* height: 100vh; */
}

.slider-h-50.slider-h-auto {
    /* min-height: 100vh; */
}

.slider-h-25 {
    width: 100%;
    height: 25vh;
}

.slider-h-25.slider-h-auto {
    min-height: 25vh;
}

.hero .parallax-y-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.hero .parallax-x-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.hero.slider-parallax {
    position: fixed;
    top: 0;
    min-height: auto;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.slider-parallax-holder {
    position: relative;
    z-index: -100;
    min-height: 100vh;
    pointer-events: none;
}

.mid-slider {
    overflow: hidden;
    overflow-y: visible;
    padding: 0 15px;
    /* height: 310px; */
}

.mid-slider-simple {
    padding: 0 15px;
}

.mid-slider-simple .card:not(.no-hover):hover {
    transform: initial;
}

.full-slider {
    cursor: w-resize;
}

.full-slider .inner,
.no-slider .inner {
    top: 0;
    max-width: 1140px;
    padding: 0;
    margin: auto;
}

.no-slider.slider-h-75 .inner {
    top: 10px;
}

.full-slider .inner .center,
.no-slider .inner .center {    
    width: 100%;
    padding: 3rem 0;
}

.full-slider .inner .left,
.no-slider .inner .left {
    width: 60%;
    padding: 3rem 0;
}

.full-slider .inner .right,
.no-slider .inner .right {
    width: 45%;
    padding: 3rem 0;
}

.full-slider.featured .inner .left:before,
.no-slider.featured .inner .left:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 5%;
    width: 45%;
    height: 95%;
    border-top: 4px solid;
    border-right: 4px solid;
    transform: rotate(-15deg);
    border-image: -webkit-linear-gradient(to right, transparent 55%, var(--primary-color) 55%, var(--primary-color) 100%) 30;
    border-image: linear-gradient(to right, transparent 55%, var(--primary-color) 55%, var(--primary-color) 100%) 30;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
    opacity: 0;
}

.full-slider.featured .inner .left:after,
.no-slider.featured .inner .left:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 0;
    bottom: 0;
    left: 5%;
    width: 45%;
    height: 95%;
    border-left: 4px solid;
    border-bottom: 4px solid;
    transform: rotate(-15deg);
    border-image: -webkit-linear-gradient(to bottom, transparent 83%, var(--primary-color) 83%, var(--primary-color) 100%) 30;
    border-image: linear-gradient(to bottom, transparent 83%, var(--primary-color) 83%, var(--primary-color) 100%) 30;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
    opacity: 0;
}

.full-slider.featured .inner .right:before,
.no-slider.featured .inner .right:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 5%;
    bottom: 0;
    right: 5%;
    width: 45%;
    height: 95%;
    border-top: 4px solid;
    border-right: 4px solid;
    transform: rotate(-15deg);
    border-image: -webkit-linear-gradient(to right, transparent 55%, var(--primary-color) 55%, var(--primary-color) 100%) 30;
    border-image: linear-gradient(to right, transparent 55%, var(--primary-color) 55%, var(--primary-color) 100%) 30;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
    opacity: 0;
}

.full-slider.featured .inner .right:after,
.no-slider.featured .inner .right:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 5%;
    bottom: 0;
    width: 45%;
    height: 95%;
    border-left: 4px solid;
    border-bottom: 4px solid;
    transform: rotate(-15deg);
    border-image: -webkit-linear-gradient(to bottom, transparent 83%, var(--primary-color) 83%, var(--primary-color) 100%) 30;
    border-image: linear-gradient(to bottom, transparent 83%, var(--primary-color) 83%, var(--primary-color) 100%) 30;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
    opacity: 0;
}

.full-slider .inner .left.off:before,
.full-slider .inner .left.off:after,
.full-slider .inner .right.off:before,
.full-slider .inner .right.off:after {
    content: none;
}

.full-slider .inner .left.init:before,
.full-slider .inner .left.init:after,
.no-slider .inner .left.init:before,
.no-slider .inner .left.init:after,
.full-slider .inner .right.init:before,
.full-slider .inner .right.init:after,
.no-slider .inner .right.init:before,
.no-slider .inner .right.init:after {
    opacity: 1;
}

.full-slider.featured .inner .left .title,
.no-slider.featured .inner .left .title,
.full-slider.featured .inner .right .title,
.no-slider.featured .inner .right .title {
    max-width: 85%;
}

.full-slider .slide-content .center .description,
.no-slider .slide-content .center .description {
    max-width: 800px;
    font-size: 1.2rem;
}

.full-slider .slide-content .center .description.smaller,
.no-slider .slide-content .center .description.smaller {
    max-width: 500px;
}

.full-slider .slide-content .left .description,
.no-slider .slide-content .left .description,
.full-slider .slide-content .right .description,
.no-slider .slide-content .right .description {
    max-width: 550px;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.full-slider.featured .inner .right .description {
    right: 15%;
    position: relative;
}

.full-slider .slide-content .description.bigger,
.no-slider .slide-content .description.bigger {
    max-width: 100%;
    color: var(--primary-t-color);
    font-size: 1.5rem;
    font-weight: 400;
}

.odd .full-slider .slide-content .description.bigger,
.odd .no-slider .slide-content .description.bigger {
    color: var(--secondary-p-color)
}

.full-slider .swiper-button-next {
    right: 1.5rem;
}

.full-slider .swiper-button-prev {
    left: 1.5rem;
}

.full-slider .swiper-button-next:focus,
.full-slider .swiper-button-prev:focus {
    outline: none;
}

.full-slider .swiper-button-next,
.full-slider .swiper-button-prev {
    top: calc(50% + 60px);
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-image: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    opacity: 0.25;
    padding: 2rem 1.5rem;
    transition-timing-function: ease-in;
    transition: 0.2s;
}

.full-slider .swiper-button-next:hover,
.full-slider .swiper-button-prev:hover {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-image: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
}

.full-slider .swiper-button-next:after,
.full-slider .swiper-button-prev:after {
    font-size: 3rem;
}

.mid-slider {
    cursor: w-resize;
}

.min-slider {
    cursor: w-resize;
}

.slide-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slide-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.swiper-slide .aos-animate {
    display: none;
}

.swiper-slide.swiper-slide-active .aos-animate {
    display: block;
}

.swiper-slide .fit-image.aos-init {
    opacity: 1;
}

.swiper-slide .fit-image.aos-animate {
    visibility: hidden;
    display: block;
}

.swiper-slide.swiper-slide-active .fit-image.aos-animate {
    visibility: visible;
    display: block;
    transform: translateZ(0) scale(1.2);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 3s;
    transition-property: opacity, transform;
}

.full-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    /* bottom: 0; */
    left: 50%;
    transform: translate(-50%,-50%);
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 97%;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 7.5px 10px!important;
    display: block;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #e2c953;
    opacity: 0.5;
    outline: none;
    /* ! important is necessary to avoid conflict with the Swipper Slider. */
}

.swiper-pagination-bullet:hover {
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #e2c953;
    opacity: 1;
}

.swiper-pagination-bullet-active:hover {
    background-color: #e2c953;
}

.pagination {
    width: fit-content;
    margin: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-item:focus {
    outline: none;
    box-shadow: none;
}

.pagination .page-item .page-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
    background-color: var(--primary-bg-color);
    border-radius: 2px;
    border: 1px solid;
    border-color: var(--primary-bg-color-2);
    color: var(--primary-t-color);
}

.odd .pagination .page-item .page-link {
    background-color: var(--secondary-bg-color);
    border-color: var(--secondary-bg-color-2);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.odd .pagination .page-item.active .page-link {
    background-color: var(--secondary-bg-color);
}

.pagination .page-item .page-link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--primary-bg-color);
}

.odd .pagination .page-item .page-link:hover {
    color: var(--secondary-bg-color);
}

.pagination .page-item .page-link:focus {
    outline: none;
    box-shadow: none;
}

/* #endregion Slider */

/*----------------------------------------------
7. Feature
----------------------------------------------*/

/* #region Feature */

.preloader {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-grey-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
}

.preloader.ready {
    z-index: -100;
    opacity: 0;
}

.icon  {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 44px;
    display: block;
    margin: auto;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.icon.smaller {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

.icon.bigger {
    width: 5rem;
    height: 5rem;
    margin: 0;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: bold;
}

.icon.circle {
    border-radius: 100px;
    font-size: 28px;
}

.bricklayer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bricklayer-column-sizer {
	width: 33.3333%;
	display: none;
}

.columns-1 .bricklayer-column-sizer {
	width: 100%;
}

.columns-2 .bricklayer-column-sizer {
	width: 50%;
}

.columns-3 .bricklayer-column-sizer {
	width: 33.3333%;
}

.columns-4 .bricklayer-column-sizer {
	width: 25%;
}

.columns-5 .bricklayer-column-sizer {
	width: 20%;
}

.columns-6 .bricklayer-column-sizer {
	width: 16.6666%;
}

.bricklayer-column {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
    margin: 0 15px;
}

.bricklayer .item {
    margin: 0 0 30px 0;
}

.card-columns {
    margin: 0 15px;
    column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.card {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 45px;
    border-radius: 10px;
    border: none;
    background-color: var(--card-bg-color);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.card.no-hover {
    background-color: transparent;
    box-shadow: none;
}

.odd:not(.custom) .card:not(.no-hover) {
    background-color: rgba(255, 255, 255, 0.035);
}

.card p {
    margin: 0 0 10px;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.card-img-top {
    border-radius: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 35px 30px;
}
.card-body_index {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 35px 0px;
}
.card-body h3, .card-body h4, .card-body h5, .card-body h6 {
    margin-top: 0;
}

.card-footer {
    border-radius: 0;
    background: none;
    padding: 30px 0;
    margin: 0 30px;
    border-top: 1px solid var(--primary-l-color);
}

.card-footer a {
    margin: 0 10px;
}

.card-footer a:not(.btn) {
    line-height: 1.2;
    text-align: left;
    color: var(--primary-p-color);
}

.card-footer i {
    margin: 0 10px 2.5px 0;
}

.card.simple {
    box-shadow: none;
    background: none;
    padding: 0 2rem;
}

.card.simple:hover {
    background: none;
}

.card:not(.no-hover):hover {
    transform: translateY(-7.5px);
}

.sticky.card:not(.no-hover) {
    background: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
}

.masonry .card:not(.no-hover):hover {
    transform: translateY(0);
}

.card:not(.no-hover):hover:before,
.card:not(.no-hover):hover:after {
    opacity: 0;
}

.card:hover .image-person img {
    transform: scale(1.1);
}

.odd .card:not(.no-hover):hover h3,
.odd .card:not(.no-hover):hover h4,
.odd .card:not(.no-hover):hover p {
    color: var(--primary-bg-color);
}

.odd .card:not(.no-hover):hover span,
.odd .card.stycky:not(.no-hover) span {
    color: var(--primary-bg-color);
}

.odd .card:not(.no-hover):hover a,
.odd .card.sticky:not(.no-hover) a {
    color: var(--primary-bg-color);
}

.odd .card:not(.no-hover):hover i,
.odd .card.sticky:not(.no-hover) i {
    color: var(--primary-bg-color);
}

.odd .card:not(.no-hover):hover .icon,
.card.sticky:not(.no-hover) .icon {
    background-color: transparent;
    color: var(--primary-bg-color);
}

.odd.features .card:not(.no-hover):hover .icon {
    background-color: var(--primary-color);
}

.odd .card:hover .card-footer,
.odd .card.sticky .card-footer {
    color: var(--primary-bg-color);
    border-color: rgba(255, 255, 255, 0.25);
}

.odd .card:hover .btn-icon {
    opacity: 1;
    color: var(--primary-bg-color);
}

.odd .card:hover .share-list i {
    color: var(--primary-bg-color);
}

.showcase .card .card-body .badges {
    transform: translateY(100px);
}

.showcase .card:hover .card-body .badges {
    transform: translateY(0);
}

.card .badges a:first-child .badge {
    margin-bottom: 15px;
}

.card .badges .badge {
    width: 100%;
    margin: 0;
}

.badges {
    display: inline-block;
}

.badges .badge {
    margin: 0 10px 12.5px 0;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.badges .badge a:not(.btn) {
    line-height: 1;
}

.badges .badge:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
}

.badges .badge a:not(.btn):hover {
    color: var(--white-color);
}

.badge {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
    background-color: var(--primary-bg-color-3);
}

.badge.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: var(--primary-bg-color-3);
}

.badge.tag {
    margin: 0.3rem;
    padding: 0.5rem 1rem;
    border-radius: 2px;
    font-size: 1rem;
    font-weight: 400;
    color: var(--primary-p-color);
    border: 1px solid var(--primary-l-color);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.badge.tag:hover,
.badge.tag.active {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.breadcrumb {
    margin: 0;
    background: none;
    justify-content: center;
    color: inherit;
}

.breadcrumb-item {
    font-size: 1rem;
    font-weight: 400;
}

.breadcrumb-item a:not(.btn) {
    color: inherit;
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    font-weight: 400;
}

.breadcrumb-item.active {
    color: var(--secondary-color);
}

.breadcrumb-item.active:hover {
    color: var(--secondary-color);
}

.share-list {
    margin: 0.5rem 0 0 0;
    display: -webkit-inline-box;
}

.sidebar .share-list {
    margin: 0;
}

.share-list .nav-link i {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    background: var(--primary-bg-color-3);
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: var(--primary-color);
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.share-list .nav-link i:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.share-list li:first-child i {
    margin-left: 0;
}

.share-list .nav-item {
    margin: 0;
}

.share-list .nav-link {
    padding: 0;
}

.image-over {
    overflow: hidden;
    border-radius: 0px;
}

.image-person img {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
}

.person {
    width: 100%;
    border-radius: 5px;
}

.square-image {
    max-width: 900px;
    margin: auto;
    border-radius: 4px;
    background: var(--primary-color);
}

.square-image .icon {
    position: absolute;
    z-index: 1;
    color: var(--white-color);
    opacity: 0.75;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.3s;
    transition-property: opacity, transform;
}

.square-image .icon.clone {
    margin: -17.5px -10px 0;
    color: var(--secondary-color);
    opacity: 0.75;
}

.square-image img {
    opacity: 0.85;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.3s;
    transition-property: opacity, transform;
}

.square-image:hover img {
    opacity: 0.75;
    filter: none;
}

.square-image:hover .icon {
    transform: scale(1.1);
    opacity: 1;
}

.mask-radius {
    content: '';
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 0;
    width: 58%;
    height: 58%;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-image: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    border-radius: 100% 0 0 0;
    opacity: 0.25;
}

.mask-radius-full {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-image: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    opacity: 0.5;
}

.play-video {
    position: absolute;
    z-index: 2;
    right: 15%;
    bottom: 15%;
    padding: 1.75rem 1.5rem 1.75rem 2rem;
    border-radius: 100%;
    font-size: 3rem;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-image: linear-gradient(45deg, var(--secondary-color) 0%, var(--primary-color) 55%);
    background-size: 200% auto;
    color: var(--primary-b-color);
}

.play-video-full {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 4rem;
    color: var(--primary-b-color);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.full-image[data-mask="90"] {
    opacity: 0.1;
}

.full-image[data-mask="80"] {
    opacity: 0.2;
}

.full-image[data-mask="70"] {
    opacity: 0.3;
}

.full-image[data-mask="60"] {
    opacity: 0.4;
}

.full-image[data-mask="50"] {
    opacity: 0.5;
}

.full-image[data-mask="40"] {
    opacity: 0.6;
}

.full-image[data-mask="30"] {
    opacity: 0.7;
}

.full-image[data-mask="20"] {
    opacity: 0.8;
}

.full-image[data-mask="10"] {
    opacity: 0.9;
}

.full-image[data-mask="0"] {
    opacity: 1;
}

.full-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.full-image.to-bottom {
    object-position: bottom;
}

.hero-image {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: auto;
    height: 85%;
}

.hero-image-left {
    position: absolute;
    left: 10%;
    bottom: 0;
    width: auto;
    height: 85%;
}

.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fit-image.w-85 {
    width: 85%;
}

.fit-image.top {
    object-position: top;
}

.fit-image.bottom {
    object-position: bottom;
}

.btn {
    width: fit-content;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .5rem 1.25rem;
    border-width: 0;
    border-radius: 2px;
}

.btn.smaller, .btn.smaller:active, .btn.smaller:focus {
    width: fit-content;
    box-sizing: content-box; 
    margin: 0 5px;
    padding: 7.5px 12.5px;
    display: inline-block;
}

.btn.w-100 {
    max-width: 100%;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.btn:hover, .btn:focus {
    outline: none;
    box-shadow: none;
}

.btn i {
    margin-right: 0.5rem;
}

.btn i.left {
    margin-right: 0;
    margin-left: 0.5rem;
}

.btn-icon {
    position: absolute;
    top: 43px;
    right: 45px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    color: var(--primary-color);
    opacity: 0.5;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.card:hover .btn-icon.pulse:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
}

/* #endregion Feature */

/*----------------------------------------------
8. Form and Field
----------------------------------------------*/

/* #region Form and Field */

.grecaptcha-badge {
    visibility: hidden;
    z-index: -100;
}

.form-control {
    width: 100%;
    height: 50px;
    background: no-repeat;
    box-shadow: none;
    padding: 1rem;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    line-height: 1.2;
    color: black;
}

.form-control.less-opacity {
    /* background-color: rgba(0, 0, 0, 0.75); */
}

.odd .form-control {
    /* background-color: rgba(255, 255, 255, 0.05); */
    color: black;
}

.odd .form-control.less-opacity {
    /* background-color: rgba(255, 255, 255, 0.5); */
    color: black;
}

select.form-control {
    color: black;
}

.odd select.form-control {
    color: black;
}

.form-control:disabled, .form-control[readonly] {
    background-color: inherit;
    opacity: 0.75;
    cursor: no-drop;
}

.form-control:focus {
    /* background-color: rgba(0, 0, 0, 0.1); */
    outline: none;
    color: black;
    border: none;
    box-shadow: none;
}

.form-control.less-opacity:focus {
    /* background-color: rgba(0, 0, 0, 0.9); */
}

.odd .form-control:focus {
    /* background-color: rgba(255, 255, 255, 0.075); */
    outline: none;
    color: black;
    border: none;
    box-shadow: none;
}

.odd .form-control.less-opacity:focus {
    /* background-color: rgba(255, 255, 255, 0.9); */
    color: black;
}

.form-control.valid {
    background-color: rgba(0, 122, 77, 0.25);
}

.form-control.less-opacity.valid {
    background-color: rgba(0, 122, 77, 0.5);
    color: var(--white-color);
}

.form-control.invalid {
    background-color: rgba(227, 79, 79, 0.25);
}

.form-control.less-opacity.invalid {
    background-color: rgba(227, 79, 79, 0.5);
    color: var(--white-color);
}

textarea.form-control {
    width: 100%;
    min-height: 152px;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-radius: 2px;
}

.input-group {
    margin: 10px 0;
}

.input-group .icon-arrow-down {
    position: absolute;
    top: calc(50% - 8px);
    right: 8px;
    color: var(--primary-t-color);
}

.odd .input-group .icon-arrow-down {
    color: var(--secondary-l-color);
}

button:disabled {
    cursor: no-drop;
}

.form-alert {
    margin: 1rem 0;
    display: block;
    color: var(--invalid-color);
}

.form-alert.valid {
    color: var(--valid-color);
}

.form-alert.invalid {
    color: var(--invalid-color);
}

/* #endregion Form and Field */

/*----------------------------------------------
8.1 Multi-Step Form
----------------------------------------------*/

/* #region Multi-Step Form */

.multi-step-form {
    min-height: 575px;
}

.multi-step-form fieldset {
    width: 100%;
    position: relative;
}

.multi-step-form fieldset:not(:first-of-type) {
    display: none;
}

.multi-step-form input {
    width: 100%;
}

.multi-step-form .mask-radius {
    width: calc(58% + 15px);
    right: 0;
}

.multi-step-form .step-images {
    min-height: 575px;
}

.multi-step-form .content-images .step-image .fit-image {
    min-height: 575px;
}

.progressbar {
    margin-bottom: 25px;
    padding: 0;
    overflow: hidden;
    counter-reset: step;
}

.progressbar:after {
    content: '';
    width: 100%;
    height: 6px;
    background-color: var(--primary-bg-color-3);
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 0;
}

.odd .progressbar:after {
    background-color: var(--secondary-bg-color-3);
}

.progressbar.complete:after {
    background: linear-gradient(to right, var(--primary-color) 20%, var(--secondary-color) 40%, var(--secondary-color) 60%, var(--primary-color) 80%);
    background-size: 200% auto;
}

.progressbar li.active:before, .progressbar li.active:after {
    background: linear-gradient(to right, var(--primary-color) 20%, var(--secondary-color) 40%, var(--secondary-color) 60%, var(--primary-color) 80%);
    background-size: 200% auto;
    -webkit-animation: effect 1s linear infinite;
    animation: effect 1s linear infinite;
    color: var(--primary-bg-color);
}

.odd .progressbar li.active:before, .progressbar li.active:after {
    color: var(--secondary-bg-color);
}

.progressbar li {
    list-style-type: none;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    width: 33.3333%;
    float: left;
    position: relative;
    color: var(--primary-t-color);
}

form[data-steps="1"] .progressbar {
    display: none;
}

form[data-steps="1"] .progressbar li {
    width: 100%;
}

form[data-steps="2"] .progressbar li {
    width: 50%;
}

form[data-steps="3"] .progressbar li {
    width: 33.3333%;
}

.odd .progressbar li {
    color: var(--secondary-t-color);
}

.progressbar li:before {
    position: relative;
    z-index: 2;
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: var(--primary-t-color);
    background-color: var(--primary-bg-color-3);
    border-radius: 100px;
    margin: 0 auto 10px auto;
}

.odd .progressbar li:before {
    color: var(--secondary-t-color);
    background-color: var(--secondary-bg-color-3);
}

.progressbar li:after {
    content: '';
    width: 100%;
    height: 6px;
    background-color: var(--primary-bg-color-3);
    position: absolute;
    left: -50%;
    top: 17px;
    z-index: 1;
}

.odd .progressbar li:after {
    background-color: var(--secondary-bg-color-3);
}

/* #endregion Multi-Step Form */

/*----------------------------------------------
9. List
----------------------------------------------*/

/* #region List */

.list-group-item {
    margin: 0;
    background: none;
    font-size: 1rem;
    padding-right: 0;
    padding-left: 0;
    border-color: var(--primary-l-color);
}

.odd .list-group-item {
    border-color: var(--secondary-l-color);
}

.list-group-item a:hover {
    color: var(--primary-color);
}

.list-group-item img {
    width: 65px;
    height: 65px;
    display: block;
    margin-right: 50px;
    border-radius: 4px;
    background-color: var(--primary-bg-color-3);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.odd .list-group-item img {
    background-color: var(--secondary-bg-color-3);
}

.list-group-item a:not(.btn) {
    color: inherit;
}

.list-group-item .icon {
    font-size: 34px;
    text-align: left;
}

.list-group-item:last-child .list-group-content {
    padding-bottom: 0;
}

.list-group-content {
    padding: 10px 0;
}

.list-group-content h4 {
    margin: 0 0 5px;
}

.list-group-content p {
    margin: 0;
}

/* #endregion List */

/*----------------------------------------------
10. Gallery
----------------------------------------------*/

/* #region Gallery */

.gallery {
    position: relative;
    overflow: hidden;
}

.content .gallery {
    margin: 35px 0 0 0;
}

.gallery .item:not(:last-child) {
    margin-bottom: 30px;
}

.gallery img {
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.gallery .fit-image {
    width: 100%;
    height: 100%;
}

.gallery img:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.gallery a:hover img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.gallery.featured {
    transform: scale(1);
}

.gallery.featured a:first-child:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -15px;
    width: 90%;
    height: 90%;
    border: 4px solid;
    border-color: var(--primary-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

.gallery.featured a:last-child:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: -15px;
    bottom: 0;
    width: 90%;
    height: 90%;
    border: 4px solid;
    border-color: var(--primary-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

/* #endregion Gallery */

/*----------------------------------------------
11. Footer
----------------------------------------------*/

/* #region Footer */

footer {
    position: relative;
    background-color: var(--footer-bg-color);
    font-family:'oswald';
}

footer.odd {
    background-color: #111111;
}

footer .card h4 {
    margin-top: 0;
}

footer .card i {
    margin-right: 10px;
}

footer .items .card a:not(.btn) {
    margin: 0 0 0.5rem;
    display: block;
    color: var(--primary-p-color);
}

footer .odd .items .card a:not(.btn):last-child {
    margin-bottom: 5px;
}

footer .odd .items .card a:not(.btn) {
    color: var(--secondary-p-color);
}

footer .items .card:not(.no-hover):hover a:not(.btn):hover {
    color: var(--secondary-color);
}

footer .items .card a:not(.btn):hover i {
    color: var(--secondary-color);
}

footer a.navbar-brand:not(.btn) {
    padding: 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--nav-item-color);
}

footer .navbar-brand i {
    color: var(--primary-color);
}

footer .navbar-brand img {
    /*height: var(--nav-brand-height);*/
}

footer .navbar-brand .brand {
    letter-spacing: 5px;
    color: var(--secondary-p-color);
}

footer .navbar-brand .featured {
    position: relative;
    display: inline-block;
    padding: 13px 2px 14px 30px;
}

footer .navbar-brand .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 7.5px);
    height: 100%;
    border-radius: 100px 0 0 100px;
    background-color: var(--secondary-color);
    opacity: 0.15;
}

footer .navbar-brand .featured .first {
    position: relative;
    margin-right: -10px;
    color: var(--secondary-color);
}

footer .brand .logo {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 0.8;
    color: var(--primary-color);
}

footer .brand .logo img {
    width: auto;
    height: var(--footer-brand-height);
}

footer .brand a:hover {
    text-decoration: none;
}

footer .title {
    margin-top: 0;
}

footer .contacts {
    position: relative;
    top: 2.5rem;
    left: 2.5rem;
}

footer .contacts .nav-item {
    position: relative;
    z-index: 1;
}

footer .contacts:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -40px;
    right: 40px;
    width: 100%;
    height: 165%;
    border-top: 4px solid;
    border-right: 4px solid;
    border-color: var(--primary-t-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

footer .contacts:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -40px;
    right: 40px;
    width: 100%;
    height: 165%;
    border-left: 4px solid;
    border-bottom: 4px solid;
    border-color: var(--primary-t-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

footer .contacts:hover:before,
footer .contacts:hover:after {
    border-color: var(--primary-color);
}

footer .contacts li {
    margin: 0;
    font-size: 1.2rem;
}

footer .nav-item {
    margin: 0;
}

footer .nav-item .nav-link {
    font-weight: 400;
    line-height: 1.4;
    color: inherit;
}

footer.odd .nav-item .nav-link {
    color: var(--secondary-p-color);
}

footer .nav-item .nav-link:hover {
    color: var(--primary-color);
    outline: none;
}

footer .copyright {
    background-color: var(--primary-l-color);
}

footer .copyright p {
    font-size: 14px;
    line-height: 1.8;
}

/* #endregion Footer */

/*----------------------------------------------
12. Modal
----------------------------------------------*/

/* #region Modal */

.modal-open {
    overflow-y: hidden;
    overflow-x: hidden;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: start;
    -webkit-box-align: start;
    height: 100%;
}

.modal-content {
    border: none;
    border-radius: 0;
    overflow-x: hidden;
    background-color: var(--primary-bg-color);
}

.odd .modal-content {
    background-color: var(--secondary-bg-color-2);
}

.modal-content.full {
    height: 100%;
}

.modal-header {
    align-items: center;
    padding: 25px;
    border: none;
    font-weight: 700;
    color: var(--primary-t-color);
    border-radius: 0;
}

.odd .modal-header {
    color: var(--secondary-t-color);
}

.modal-header .modal-title {
    line-height: 0;
}

.modal-header .icon-close {
    font-size: 24px;
    cursor: pointer;
}

.modal-header .icon-close:hover {
    color: var(--primary-color);
}

.modal-header.absolute {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.modal-header.absolute .icon-close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    background-color: rgba(5, 130, 131, 0.65);
    color: var(--white-color);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.modal-header.absolute .icon-close:hover {
    background-color: var(--primary-color);
}

.modal-body {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 25px 75px;
}

.modal-body iframe {
    width: 100%;
    height: 100%;
}

/* #endregion Modal */

/*----------------------------------------------
13. Miscellaneous
----------------------------------------------*/

/* #region Miscellaneous */

.spinner-grow {
    color: var(--primary-color);
}

.scroll-to-top {
    display: none;
    position: fixed;
    z-index: 5;
    right: 25px;
    bottom: 25px;
    opacity: 0.75;
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity, transform;
}

.scroll-to-top:hover {
    opacity: 1;
}

.scroll-to-top i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
    background-color: var(--primary-bg-color-2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.odd.scroll-to-top i {
    background-color: var(--secondary-bg-color-2);
}

.scroll-to-top i:hover,
.scroll-to-top i:focus {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* #endregion Miscellaneous */

/*----------------------------------------------
14. Keyframe
----------------------------------------------*/

/* #region Keyframe */

@-webkit-keyframes effect {
    to {
        background-position: -200% center;
    }
}

@keyframes effect {
    to {
        background-position: -200% center;
    }
}

/* #endregion Keyframe */

/*----------------------------------------------
15. All Media Queries
----------------------------------------------*/

/* #region All Media Queries */

@media(max-width: 1199px) {

    /* #region Header */

    body header .navbar-expand .navbar-nav.toggle {
        display: flex;
    }

    body header .navbar-expand .navbar-nav.toggle a:not(.btn) {
        padding-right: 0;
    }

    body header .navbar-expand .navbar-nav.contacts,
    body header .navbar-expand .navbar-nav.items,
    body header .navbar-expand .navbar-nav.icons .social,
    body header .navbar-expand .navbar-nav.action {
        display: none;
    }

    body header .navbar.top {
        display: none;
    }

    body header .navbar.sub {
        top: 0;
    }

    /* #endregion Header */

    /* #region Slider */   

    body .full-slider .inner, body .no-slider .inner {
        padding: 0 25px;
    }

    body .full-slider .inner .right, .no-slider .inner .right {
        width: 65%;
    }

    body .full-slider.featured .inner .left:before,
    body .full-slider.featured .inner .left:after,
    body .no-slider.featured .inner .left:before,
    body .no-slider.featured .inner .left:after,
    body .full-slider.featured .inner .right:before,
    body .full-slider.featured .inner .right:after,
    body .no-slider.featured .inner .right:before,
    body .no-slider.featured .inner .right:after {
        content: none;
    }   

    body .full-slider.featured .inner .left .title,
    body .no-slider.featured .inner .left .title,
    body .full-slider.featured .inner .right .title,
    body .no-slider.featured .inner .right .title {
        max-width: 100%;
    }

    .full-slider.featured .inner .right .description {
        right: initial;
        position: inherit;
    }

    body .full-slider .inner button {
        margin: auto;
    }

    body .full-slider.swiper-container-horizontal > .swiper-pagination-bullets {
        right: 25px;
    }

    body .full-slider .swiper-button-next {
        right: 0;
        padding: 1.5rem 1rem;
    }

    body .full-slider .swiper-button-prev {
        left: 0;
        padding: 1.5rem 1rem;
    }

    body .full-slider .swiper-button-next:after,
    body .full-slider .swiper-button-prev:after {
        font-size: 2rem;
    }

    /* #endregion Slider */

    /* #region Section */

    body .container {
        padding: 0 10px;
        max-width: 100%;
    }

    body .container.header.full-grid {
        margin: 0;
    }

    body .container.full-grid {
        padding: 0;
        max-width: calc(100% - 20px);
        margin: 0 10px;
    }

    /* #endregion Section */

    /* #region Feature */

    body .bricklayer-column-sizer {
		width: 33.3333%;
    }

    body .columns-1 .bricklayer-column-sizer {
        width: 100%;
    }
    
    body .columns-2 .bricklayer-column-sizer,
    body .columns-3 .bricklayer-column-sizer,
    body .columns-4 .bricklayer-column-sizer,
    body .columns-5 .bricklayer-column-sizer,
    body .columns-6 .bricklayer-column-sizer {
        width: 33.3333%;
    }

    body .card-columns {
        column-count: 3;
    }    
    
    body .card-footer {
        margin: 0;
    }

    body .play-video {
        right: 40px;
        bottom: 30px;
        font-size: 2.5rem;
    }

    /* #endregion Feature */

    /* #region Gallery */

    body .gallery.featured a:first-child:before,
    body .gallery.featured a:last-child:before {
        content: none;
    }

    /* #endregion Gallery */
}

@media(max-width: 991px) {

    /* #region General */

    body h1,
    body .slide-content .title {
        font-size: 3.5rem;
    }

    body h2 {
        font-size: 2rem;
    }

    /* #endregion General */

    /* #region Slider */

    body .slider-h-100 {
        height: auto;
    }

    body .slider-h-100.alt {
        height: auto;
    }

    body .slider-h-100.slider-h-auto.alt {
        height: auto;
    }

    /* #endregion Slider */

    /* #region Section */

    body aside {
        margin-top: 60px;
    }

    body .team .quote {
        height: auto;
    }    

    body .subscribe .items .item {
        padding: 0;
    }

    body .contact form {
        width: 100%;
        margin-bottom: 35px;
    }

    body .process .items:before {
        content: none;
    }

    body .footer {
        text-align: center;
    }

    body .footer .navbar-nav {
        text-align: center;
    }

    body .footer .btn {
        margin: 10px auto 50px;
    }

    body footer .card i {
        display: none;
    }

    /* #endregion Section */

    /* #region Feature */

    body .bricklayer-column-sizer {
		width: 50%;
    }

    body .columns-1 .bricklayer-column-sizer {
        width: 100%;
    }
    
    body .columns-2 .bricklayer-column-sizer,
    body .columns-3 .bricklayer-column-sizer,
    body .columns-4 .bricklayer-column-sizer,
    body .columns-5 .bricklayer-column-sizer,
    body .columns-6 .bricklayer-column-sizer {
        width: 50%;
    }

    body .card-columns {
        column-count: 2;
    }

    /* #endregion Feature */
}

@media(max-width: 767px) {

    /* #region General */

    body h1,
    body .slide-content .title {
        font-size: 3rem;
    }
    
    /* #endregion General */

    /* #region Helper Class */
    
    body .intro .btn {
        margin-top: 30px;
    }

    body .highlights:not(.image-right):not(.image-center) .intro {
        margin-top: 50px;
    }

    body .highlights .items .item:last-child {
        margin-bottom: 35px;
    }

    body .highlights:not(.image-left) .items:last-child .item:last-child {
        margin-bottom: 70px;
    }

    body .offers .items .item {
        margin-bottom: 0;
    }

    body .offers .items .item {
        margin-bottom: 30px;
    }

    body .blog-grid:not(.masonry) .items .item {
        margin-bottom: 0;
    }

    body .blog-grid:not(.masonry) .items .item {
        margin-bottom: 30px;
    }

    /* #endregion Helper Class

    /* #region Header */

    body header .navbar-expand .navbar-nav.action .btn {
        padding: 5px 10px;
        font-size: 0;
    }

    body header .navbar-expand .navbar-nav.action .btn i {
        font-size: initial;
        margin: 0;
    }

    body .navbar-brand {
        margin: 0;
    }

    /* #endregion Header */

    /* #region Slider */    

    body .full-slider .slide-content .inner .left, 
    body .no-slider .slide-content .inner .left,
    body .full-slider .slide-content .inner .right, 
    body .no-slider .slide-content .inner .right,
    body .full-slider .slide-content .inner .center, 
    body .no-slider .slide-content .inner .center {
        width: 90%;
    }  

    body .no-slider .slide-content .inner .right.alt {
        width: 100%;
    }

    body .full-slider .slide-content .inner .left a.btn-primary-color:after,
    body .no-slider .slide-content .inner .left button.btn-primary-color:after,
    body .full-slider .slide-content .inner .right a.btn-primary-color:after,
    body .no-slider .slide-content .inner .right button.btn-primary-color:after {
        content: none;
    }

    body .full-slider .hero-image,
    body .no-slider .hero-image {
        right: -15%;
    }

    body .full-slider .hero-image-left,
    body .no-slider .hero-image-left {
        left: initial;
    }

    body .full-slider .hero-image.alt,
    body .no-slider .hero-image.alt {
        top: 22%;
    }

    body .full-slider .hero-image-left.alt,
    body .no-slider .hero-image-left.alt {
        top: 22%;
    }

    body .full-slider .slide-content .inner .description, 
    body .no-slider .slide-content .inner .description {
        max-width: 100%;
        font-size: 1rem;
    }

    body .slide-content .buttons .btn {
        min-width: 180px;
        font-size: 0.9rem;
    }

    /* #endregion Slider */

    /* #region Section */

    body section {
        padding: 90px 0;
    }

    body section.bg-image-1,
    body section.bg-image-2 {
        background-image: none;
    }

    body .highlights.image-right .image {
        position: relative;
    }

    body .highlights.image-right .image img {
        width: calc(100% - 30px);
        height: auto;
        margin: 0 15px;
    }

    body footer .navbar-nav {
        margin-bottom: 35px;
    }

    /* #endregion Section */

    /* #region List */

    body .list-group-item img {
        margin-right: 90px;
    }

    /* #endregion List */

    /* #region Features */

    body .filter-section .btn-group .btn {
        font-size: 1rem;
        width: 100%;
    }
    .filter-section .btn-group
    {
        display: grid;
    }
    .filter-section .btn-group .btn
    {
       margin: unset;
    }

    /* #endregion Features */

    /* #region Multi-Step Form */

    body .form .message {
        width: calc(100% - 30px);
    }

    body .step-prev, body .step-next, body .send {
        width: calc(50% - 12px);
    }

    /* #endregion Multi-Step Form */

    /* #region Footer */

    body footer .contacts {
        left: 0;
    }

    body footer .contacts {
        margin-bottom: 30px;
    }

    body footer .contacts:after {
        left: 0;
        width: 100%;
    }

    body footer .contacts:before {
        left: 0;
        width: 100%;
    }
   .btn_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar.top
{
    display: none;
}

    /* #endregion Footer */
}

@media (max-width: 576px) {

    /* #region Feature */

    body .bricklayer-column-sizer {
		width: 100%;
    }

    body .columns-1 .bricklayer-column-sizer,
    body .columns-2 .bricklayer-column-sizer,
    body .columns-3 .bricklayer-column-sizer,
    body .columns-4 .bricklayer-column-sizer,
    body .columns-5 .bricklayer-column-sizer,
    body .columns-6 .bricklayer-column-sizer {
        width: 100%;
    }

    body .card-columns {
        column-count: 1;
    }
    
    /* #endregion Feature */

    /* #region Modal */
    
    body .modal-body {
        align-items: start;
    }
    .btn_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar.top
{
    display: none;
}
    
    /* #endregion Modal */
}

@media(max-width: 374px) {

    /* #region General */

    body h1,
    body .slide-content .title {
        font-size: 2.5rem;
    }
    
    /* #endregion General */
}

/* #endregion All Media Queries */

/* We Dezine */
#header {
    background-color: #000;
}
.margin-auto {
    margin: auto;
}
.logo  {
    width: 150px;
}
.rotate-180 {
    -ms-transform: rotate(90deg); /* IE 9 */
  transform: rotate(90deg);
}
.mt50 {
    margin-top: 50px;
}
.mt125{
    margin-top: 125px;
}
.p5 {
    padding: 5px !important;
}
.text-left {
    text-align: left;
}
.why-card img{
    width: 66px;
    height: 66px;
}
.why-card h4{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
        color: #e2c954;
}
.why-card p{
    text-align: center;
}
.bg-black {
    background-color: #000 !important;
}
.rght-contact{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mb25 {
    margin-bottom: 25px;
}
.video-card {
    background: #2f323a;
    padding: 20px;
}
.video-card p{
    color: #fff;
    text-align: left;
}
    .video-card div span{
    color: #fff;
}
.video-card div i{
    color: #fff;
}
.work-card {
    background: #ffffff;
    padding: 20px;
    position: absolute;
    bottom: -43px;
    left: -50px;
    width: 325px;
    z-index:1;
}
.work-card p{
    color: rgb(0, 0, 0);
    text-align: left;
}
    .work-card div span{
    color: rgb(0, 0, 0);
}
.work-card div i{
    color: rgb(0, 0, 0);
}

.why-right-img img{
    display: inline-block;
    /* max-width: 225px; */
    margin-bottom: 5px;
    width: 100%;
}
.visiblity-none {
    visibility: hidden;
}
.project-filter{
    background: #111117;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.pre-title-process {
    width: fit-content;
    display: block;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: #e2c953;
    margin-top: 4px;
}
.process-content {
    padding: 20px;
}
    .process-content h3 {
    color: #000;
    font-size: 22px;
}
.process-content p {
    color: #000;
}
.process-content a {
 color: var(--secondary-color);
 font-weight: bold;
}
.read-more {
    color: var(--secondary-color);
}
.bg-grey {
    background-color: #2c2e36 !important;
}
.section-border {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.btn-theme {
    border: 1px solid #e2c953;
    background-color: #e2c953;
    color: #fff;
    font-size: 22px;
}
.btn-theme:hover {
    border: 1px solid #e2c953;
    background-color: #000;
    color: #fff;
    font-size: 22px;

}
.margin-auto{
    margin: auto;
}
.call-btn {
    margin-top: 10px;
}
.call-btn i {
    /* background-color: #fff; */
    padding: 5px;
    margin-left: 5px;
    color: #fff;
}
.sec-pdd {
    padding: 45px 0;
}
.experience{
    background-color: #2c2f35;
}
.experience p {
    white-space: unset;
    color: #fff;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.client-card{
    background-color: #707070 !important;
    border: 1px solid #707070;
    border-radius: 0;
   padding: 11px 0px 11px 0px !important;
}
.client-card .image-overs img{
    width: 120px;
}
.client-card .image-overs{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.client-heading {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #383838;
    padding-bottom: 10px;
}
.img-border{
    position: absolute;
    left: 34px;
    width: 130px !important;
    height: 133px;
}
.client-card p{
    color: #fff;
    padding: 20px 20px 20px 20px;
}
.theme-dark-bg {
    background-color: #080d10 !important;
}
.hide {
    display:none !important;
}
.project-card {
    border: 1px solid #707070;
    border-radius: 0;
    background: transparent;
}
.project-card h3{
    font-size: 28px;
    font-weight: normal;
}
.mb50 {
    margin-bottom: 50px;
}
.pb50 {
    margin-bottom: 50px;
}
.project-title-img{
    position: absolute;
    left: -32px;
    top: 10px;
    width: 352px;
    height: 200px;
}
.pb85 {
    padding-bottom: 85px;
}
.about-img {
    position: relative;
    top: -105px;
    left: -180px;
}
.h-365{
    height: 365px;
}
.h-335 {
    height: 435px;
}
.pd50{
    padding: 50px;
}
.pt0 {
    padding-top: 0px !important;
}
.pb145{
padding-bottom: 145px;
}
.pt130 {
    padding-top: 130px;
}
.section-space {
    padding: 130px 0 !important;
}
.theme-text {
    color:#dc9e2d;
}
.about-rec{
    position: absolute;
    width: 300px;
    left: -155px;
    z-index: 1;
    max-height: 614px;
}
.section-about {
    padding: 0px 110px 0px 110px !important;
}
.policy-card {
    background-color: #ccc;
    padding: 20px;
    text-align: left;
}
.policy-card h3{
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}
.policy-card h3{
    font-size: 14px;
    color: #4c4c4c;
}
.policy-card span{
    font-size: 12px;
    color: #4c4c4c;
}
.policy-border{
    position: absolute;
    top: 0;
    padding: 130px 25px;
}
.mt100 {
    margin-top: 100px;
}
.bg-theme {
    background: #d9bf6f;
}
.t-head .row div {
    padding: 10px;
}
.t-cont .row div{
    border: 1px solid #fff;
}
.policy-img {

}
.pos-relative{
    position: relative;
}
.term-head {
    font-size: 16px;
}
.theme-list{
    list-style: circle;
    color: #fff;
}


.ssidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .ssidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .ssidenav a:hover {
    color: #f1f1f1;
  }
  
  .ssidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

          
.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
  }
  
  .video-main {
    position: relative;
    display: inline-block;
  }
  
  .videos {
   
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #e2c953;
    z-index: 1;
  }
  
  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  
  .fa-play:before {
    content: "\f04b";
    color: #fff;
  }
  
  .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
     -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
  }
          
  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .mt16 {
    margin-top: 16px;
  }
  .m0 {
      margin:0px !important;
  }
  
   .abt-pdd{
      padding:0 0 0 110px;
  }
  .desk-hide {
      display:none;
  }
  

  @media screen and (max-height: 450px) {
    .ssidenav {padding-top: 15px;}
    .ssidenav a {font-size: 18px;}
  }
  .mob-nav{
    display: none !important; 
}

  @media only screen and (max-width: 600px) {
      .mpt20 {
          padding-top:69px;
      }
        .about-section-space {
    padding: 0px 30px 20px 30px !important;
    }
  
      .min-350 {
          min-height:auto !important;
      }
      .desk-hide {
      display:block;
  }
       .abt-pdd{
      padding:unset;
  }
      .m-bg-black {
          background-color: #000 !important;
      }
    .about-img {
        position: inherit;
    }
    .h-335 {
        height: auto;
    }
        .mob-nav{
            display: flex !important;
            justify-content: space-between;
            align-items: center;
            padding: 0 30px;
          }
    }
    .client-slider{
    min-height: 500px;
    }
    .blog-slider {
        min-height: 540px;
    }
    .project-slider {
    min-height: 385px;

    }
    .modal {
        background-color: rgba(0,0,0,0.4);
      }
      .modal-header {
        border-bottom: 1px solid #505050;
        padding: 12px 16px 6px 16px;
        
      }
      .modal-header .modal-title {
        color: #ccc;
       
        margin: 0;
      }
      .modal-header .close {
        font-size: 32px;
        opacity: 1.0;
        color: #ccc;
        text-shadow: none;
        outline: none;
      }
      .modal-content {  
        border-radius:0;
        border: 0;
        background-color: #323232;
      }
      /* .img-responsive { width: 100%; } */
      button.btn-play {
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        margin-left: -15px;
        border: 0;
        border-radius: 0;
        outline: 0 !important;
        width: 100%;
        background-color: transparent;
        color: rgba(245, 245, 245, 0.8);       
      }
    
      .thum-play:before{
        color: #e2c953 !important;
        font-size: 32px !important;
      }
      .centered {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
      }
      
      .pointer {
          cursor:pointer;
      }
      
      .pos-fixed {
          position:fixed !important;
          z-index:999 !important;
      }
      .theme-text {
          color: #e2c953 !important;
      }
      .light-grey-bg {
          background :#ccc !important;
      }
      .text-black {
          color:#000;
      }
      .about-section-space {
          padding: 130px 100px ;
      }
      .font42 {
          font-size: 42px;
      }
      .font22 {
          font-size: 22px;
      }
      .about-rectangle {
            position: absolute;
            z-index: 2;
            width: 350px;
            left: -200px;
            top: 78%;
      }
      .min-300 {
          min-height:300px;
      }
      .min-350 {
          min-height:350px;
      }
      .abt-ani {
        position: absolute;
        top: -500px;
        left: 0;
      }

      /* Portfolio Css */

      .port-pb {
          padding-bottom: 100px;
      }
      .portfolio-slider-img {
        width: 400px;
        position: absolute;
        left: 45px;
        top: 10px;
        height: auto;
      }
      .slider-content {
          margin: 150px 0px 0px 100px;
      }
      .slider-content p{
        font-size: 22px !important;
        color: #fff;
        text-transform: capitalize;
      }
      .portfolio-filter {
        margin: 0 0 35px 0 !important;
        width: 100%;
        border-radius: 0;
      }
      .filter-main-content {
        text-align: left;
        padding: 0 20px;
        border: 7px solid #e2c953;
        position: relative;
      }
      .filter-main-content h2{
        color: #2b2f37;
    }
    .filter-main-content p{
        color: #fff;
        font-size: 16px;
    }
    .portfolio-btn {
       background: transparent;
    border: transparent;
    color: #e2c953;
    position: absolute;
    right: -13px;
    background: #000;
    padding: 10px;
    font-size: 26px;
    bottom: -10%;
    }
    .portfolio-btn_1
    {
         background: transparent;
    border: transparent;
    color: #e2c953;
    position: absolute;
    right: 0;
    background: #000;
    padding: 10px;
    font-size: 26px;
    bottom: 11%;
    }
    .portfolio-btn_2
    {
         background: transparent;
    border: transparent;
    color: #e2c953;
    position: absolute;
    right: 0;
    background: #000;
    padding: 10px;
    font-size: 26px;
    bottom: 24%;
    }
      .portfolio-btn_3
    {
         background: transparent;
    border: transparent;
    color: #e2c953;
    position: absolute;
    right: 0;
    background: #000;
    padding: 10px;
    font-size: 26px;
    bottom: 12%;
    }
       .portfolio-btn_4
    {
         background: transparent;
    border: transparent;
    color: #e2c953;
    position: absolute;
    right: 0;
    background: #000;
    padding: 10px;
    font-size: 26px;
    bottom: 12%;
    }
      .portfolio-btn_5
    {
         background: transparent;
    border: transparent;
    color: #e2c953;
    position: absolute;
    right: 0;
    background: #000;
    padding: 10px;
    font-size: 26px;
    bottom: 6%;
    }
    /*============Project Page=============*/
    
    .section-3-banner
{
    background-image: url(../images/video-capture-7406.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    overflow: hidden;
    height: 600px;
}
.about_us_video
{
    background-image: url(../images/about_us_video_img.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    overflow: hidden;
    height: 600px;
}
.ind-house-section-3-banner
{
    background-image: url(../images/projects/ind_house/indepenet_house5.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    overflow: hidden;
    height: 600px;
}
.img_size
{
    width: 100%;
}
.pre-title-process1 {
    /* width: fit-content; */
    display: block;
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin-top: 4px;
}
.img_size_height
{
    /* height: 597px; */
    width: 100%;
}
.section2_img1
{
    width: 100%;
}
.section2_img2
{
    width: 100%;
}
.section2_img3
{
    width: 100%;
    position: relative;
    bottom: 44%;
}
.section2_img4
{
    width: 100%;
}

.content {
    position: relative !important;
    /* width: 90%;
    max-width: 400px; */
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  
  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }
    
    /* Image Hover */
    
    .img-hover {
        -webkit-transition: border 2s ease-in;
  -moz-transition: border 2s ease-in;
  -o-transition: border 2s ease-in;
  transition: border 2s ease-in;

    }
    .img-hover:hover {
        border:10px solid #e2c953;
    }
    
   .img-hover:hover .parent-img::before {
    content: "";
    background: #00000087;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
    
    .pb100 {
    padding-bottom: 100px;
}


        /* .gallery {
            padding: 40px;
        } */

        .gallery img {
            width: 100%;
            border-radius: 0;
            position: relative;
        }
    









         /* #myVideo {
           
            min-width: 100%;
            min-height: 100%;
          }
          
       
          .content {
            position: fixed;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            color: #f1f1f1;
            width: 100%;
            padding: 20px;
          }
          
          
          #myBtn {
            width: 200px;
            font-size: 18px;
            padding: 10px;
            border: none;
            background: #000;
            color: #fff;
            cursor: pointer;
          }
          
          #myBtn:hover {
            background: #ddd;
            color: black;
          }  */





          /* .container1 {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
           
       }
        .circle {
            display: block;
            position: absolute;
            top: -4px;
            left: -4px;
            width: 120px;
            height: 120px;
            stroke-dasharray: 1000px;
            stroke-dashoffset: 0;
            transform-origin: 50% 50%;
            transition: all 0.8s linear 0.2s, opacity 0s linear 0s;
       }
        .button-play {
            display: block;
            position: relative;
            border: 8px solid white;
            box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.3), inset 0 3px 4px -2px rgba(0, 0, 0, 0.25);
            position: relative;
            width: 112px;
            height: 112px;
            background: grey;
            background-image: linear-gradient(120deg, rgba(166, 166, 166, 0.3) 50%, grey 51%);
            border-radius: 50%;
            transition: all 0.2s cubic-bezier(0.68, -0.55, 0.465, 1.55) 0.2s, border-width 0.4s cubic-bezier(0.68, -0.55, 0.465, 1.55);
       }
        .button-play:before {
            display: block;
            position: absolute;
            content: "";
            bottom: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border: 30px solid transparent;
            border-width: 25px 0px 25px 40px;
            border-radius: 0;
            border-left-color: white;
            transform: translate(-13px, 50%);
       }
        .button-play:hover, .button-play.active {
            border: 4px solid white;
       }
        .button-play:hover .circle, .button-play.active .circle {
            stroke-dasharray: -1000px;
            stroke-dashoffset: -500px;
            opacity: 0;
            transition: all 2s linear 0.3s, opacity 0.1s linear 2s;
       }
        .button-play:hover:before, .button-play.active:before {
            animation: playJump 0.5s linear infinite;
       }
        @keyframes playJump {
            0% {
                transform: translate(-13px, 60%) scale(1.1, 0.7);
           }
            10% {
                transform: translate(-13px, 30%) scale(0.9, 1.2);
           }
            20% {
                transform: translate(-13px, 15%);
           }
            40% {
                transform: translate(-13px, 10%);
           }
            50% {
                transform: translate(-13px, 10%);
           }
            55% {
                transform: translate(-13px, 18%);
           }
            60% {
                transform: translate(-13px, 20%);
           }
            65% {
                transform: translate(-13px, 25%);
           }
            70% {
                transform: translate(-13px, 30%);
           }
            90% {
                transform: translate(-13px, 60%) scale(1.2, 0.7);
           }
            100% {
                transform: translate(-13px, 60%) scale(1.4, 0.7);
           }
       } */








       /* Just a parent container for the videos */
.videos-1 {
    margin: 20px auto;
    max-width: 700px;
    background-color: #080d10;
  }
  /* Individual video container */
  .video-wrap {
    position: relative;
    max-width: 700px;
    width: 100%;
    margin-bottom: 10px;
  }
  .video-wrap .placeholder {
    max-width: 700px;
    width: 100%;
  }
  .video-wrap .play-btn {
    position: absolute;
    max-width: 700px;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1; /* needed if using Bootstrap */
    text-align: center;
    color: #eaeaea;
    background-color: rgba(255,255,255,.4);
    border-radius: 50px;
    transition: color, background-color .2s ease;
  }
  .video-wrap .play-btn:hover,
  .video-wrap .play-btn:focus {
    color: #000;
    background-color: rgba(255,255,255,.8);
    cursor: pointer;
  }
  .play-btn::after {
    /*
    Font Awesome recommends these styles
    https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
    */
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*
    Define the font family, weight, and icon
    */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    content: "\f04b";
    /* positioning tweaks */
    padding-top: 20px;
    padding-left: 10px;
  }


       .yl-clr{
        color: #e2c953 !important;
       }
       .wt-clr{
        color:#ffffff !important;
       }
       .modal-content{
        padding:2%;
        border: 3px solid #d4b430;
        border-radius: 15px;
       }
       
.nav-link .active
{
    color: #bcbfcc !important;
}

.text_heading
{
    margin: 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.card {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 18px;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.035);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    
    color: white;
}
.shame_border
{
    border: 3px solid;
}
.wrapper .search-input
{
    position: relative;
    /* background: #ffff; */
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0);
}

.search-input input
{
    width: 100%;
    height: 55px;
    outline: none;
    border: 1px solid #dbbb45;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    font-size: 19px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    
}

.search-input .icon
{
    height: 55px;
    width: 55px;
    line-height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    text-align: center;
    font-size: 20px;
    color: black;
    cursor: pointer;
}
.search-input .autocomp-box
{
    /* padding: 10px 8px; */
    max-height: 280px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
}
.search-input.active .autocomp-box
{
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}
.search-input.active .autocomp-box li
{
    display: block;
    color: #000;
}

.autocomp-box
{
    position: absolute;
    /* height: 80px; */
    width: 310px;
    z-index: 999999999999999999999999;
    background-color: #ffff;
    top: 69px;
}
.autocomp-box li
{
    list-style: none;
    padding: 8px 12px;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    display: none;

}
.autocomp-box li:hover
{
    background: #efefef;
}

.package{
    list-style-type: none;
  }
  

  
  .parent{
    height: 300px;
    display: flex;
    border:2px solid yellow;
  }
  
  .child{
    background-color: red;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    color: white;
  }
  
  .icon-color
  {
    color:#d7b338;
  
  }
  .float{
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 54px;
    right: 37px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.float i
{
       font-size: 42px;
    /* margin-bottom: 10px !important; */
    position: relative;
    bottom: 9%;
}
.my-float{
	margin-top:16px;
   
}
.image-overs img{
    border-radius:10px !important;
    height: auto;
    width: 100%;
    cursor: pointer;
}
.image-overs1 img{
    border-radius:10px !important;
    height: auto;
    width: 100%;
    cursor: pointer;
}
.bg_radius
{
    background: #7c7b7b;
    border-radius: 6%;
}
.img-fluid
{
    margin: 0px -34px 6px 0px;
}
.text_size
{
    font-size: 30px;
    padding: 10px;
}
.pricing ul li 
{
    font-size: 19px;
}
.star-rating {
 
    display:flex;
    flex-direction: row-reverse;
    font-size:1.5em;
    justify-content:space-around;
    padding:0 .2em;
    text-align:center;
    width:5em;
  }
  
  .star-rating input {
    display:none;
    color:#fc0;
  }
  
  .star-rating label {
      color:#fc0;
    cursor:pointer;
  }
  
  /* .star-rating :checked ~ label {
    color:#f90;
  } */
  
  /* .star-rating label:hover,
  .star-rating label:hover ~ label {
    color:#fc0;
  } */
  .radial i
  {
    font-size: 32px;
  }
  /* .dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
} */

.dropdown {
  position: relative;
  display: inline-block;
}
.img_bg_video
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 310px;
    z-index: 9999;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #56585a;
    min-width: 179px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    top: 82%;
}

.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.social_profile {
    margin-top: 20px;
}
.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social_profile ul li {
    float: right;
}
.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
}
.card_height_fix
{
    height: 279px;
}
.play { 
    background: red;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 2em; /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
  }
  
  .play:hover {
    background: darkorange;
  }
  
  .play::before { 
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }
  
  .play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
  }
  .card_video
  {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 18px;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.035);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: white;
    overflow: hidden;
  }

  .founder_img {
    /* background: #fafafa;
    width: max-content; */
    margin: auto;
   /* padding: 10px 10px 10px 10px; */
    border-top: 8px solid #d7b338;
    border-left: 8px solid #d7b338;
    position: relative;
    font-style: italic;
  }
  .founder_img::before {
      position: absolute;
      content: "";
      right: 0;
      top: 0;
      inset: 0;
      height: 70%;
      border-right: 8px solid #d7b338;
    }
  
    .founder_img::after {
      position: absolute;
      content: "";
      top: 50%;
      right: 0;
      width: 20px;
      transform: translateY(-50%);
      border: 0px solid orangered;
    }
  
  
  .founder_img_border {
    width: 70%;
    height: 7px;
    background: #d7b338;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
  }
    .founder_img_border::before {
      position: absolute;
      content: "";
      right: 0;
      bottom: 2px;
      width: 2px;
      /* height: 15px; */
      background: orangered;
    }
    .about
    {
        font-size: 55px !important;
    }
    .padding_unset
    {
        padding: 2px !important;
    }
    .position_align_stars
    {
        position: absolute;
         top: 24%;
         left: 59%;
    }
/* gallery slider */
#news-slider{
    margin-top: 80px;
}
.post-slide{
    /* background: #fff; */
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 20px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    /*border-radius: 10px;*/
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #67686b;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    /* box-shadow: 3px 14px 25px -10px #92b4d0; */
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #67686b;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    /* box-shadow: -3px 14px 25px -10px #92b4d0; */
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #daba44;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.company_value_height
{
    height: 580px;
}
.drop_down_portofolio
{
    width: 100%;
    padding: 20px 40px 20px 100px;
}
.title_color
{
    color: #d4b430 !important;
}
.justify_content
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* left: 27%; */
    width: 100% !important;
}
.font_size
{
    font-size: 34px !important;
}
.btn_read
{
    width: fit-content;
    width: 100%;
    /* max-width: 300px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem 1.25rem;
    border-width: 0;
    border-radius: 2px;
}
.call-btn_read i {
    /* background-color: #fff; */
    padding: 5px;
    margin-left: 23px;
    color: #fff;
}
/* .image-overs a img {
    border-radius: 10px !important;
    height: auto;
    width: 100%;
    cursor: pointer;
} */
.btn_padding
{
    padding: 13px !important;
}
.no_padding
{
    padding-left: 1px !important;
    padding-right: 1px !important;

}
.footer_height
{
    height: 309px;
}
.f-32{
    font-size:32px !important;
}
.hide
{
    display: none;
}
.arrow_icon
{
    background: #e2c953;
    /* border-radius: 50%; */
    padding: 20px 8px 20px 8px;
    position: fixed;
    top: 50%;
    right: 0px;
}
.popup-box-show
{
    border: 2px solid #dbbb45;
    height: 450px;
    width: 33%;
    z-index: 1;
    position: fixed;
    right: 0;
    top: 20%;
    display: block;
}
.popup-box-hide
{
    display: none;
}
.popup-box
{
    display: none;
}
.popup_icon
{
    z-index: 2;
}
.hide{
    display: none;
}
.popup_icon1
{
    background: #dbbb45;
    /* border-radius: 50%; */
    padding: 20px 8px 20px 8px;
    position: absolute;
    top: 40%;
    left: 0px;
}
.bg-from
{
    width: 100%;
    height: 50px;
    background: no-repeat;
    box-shadow: none;
    padding: 1rem;
    background-color: #5d5d5f !important;
    border: none;
    border-radius: 4px;
    line-height: 1.2;
    color: black;
    color: white !important;
}
#bg-from
{
    width: 100%;
    height: 50px;
    background: no-repeat;
    box-shadow: none;
    padding: 1rem;
    background-color: #5d5d5f !important;
    border: none;
    border-radius: 4px;
    line-height: 1.2;
    color: black;
    color: white !important;
}
.justi_comp
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testi_img
{
    width: 120px;
    border-radius: 10px !important;
    height: auto;
   
    cursor: pointer;
}
.heading_h2
{
    padding-top: 45px;
}
.margin_why_dezine
{
    margin-top: 50px;
}
.btn_footer
{
    display: flex;
   
}
.p2
{
    padding: 2px;
}
.protofolio_clr
{
    background-color: #e2c953;
    color: #fff;
}
.gl_img
{
    height: 80vh !important;
    border-radius: 12px !important;
    /* margin-bottom: 65px; */
    padding-bottom: 3px;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
}
.ethos_btn
{
    cursor: pointer;
}
.ethos_h3
{
    margin: 0.5rem 0;
}
.ethos_p
{
    margin: unset !important; 
    font-size: 13px !important;
    font-weight: 300 !important;
    color: #fff !important;
    text-align: justify;
    /*letter-spacing: 1px;*/
    padding: 10px 10px 10px 10px !important;
}
.ethos_btn
{
    font-size: 12px !important;
    font-weight: unset !important;
    color: #e2c953 !important;
}
.testi_zindex
{
    z-index: -1 !important;
}
.video-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}
video {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  
         .card1 {
 
  overflow: hidden;
  border-radius: 0.8em;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
 
}

.card1:is(:hover, :focus) {
  transform: translateY(-5px);
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.1);
}

.card1:focus-visible {
  outline: 2px dashed;
  outline-offset: 0.4em;
}

.card1__img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 16 / 9;
}

/* image overlay */
.card1__img-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: var(--transition);
}

.card1__tags {
  --_pad: 10px;
  position: absolute;
  inset: var(--_pad) var(--_pad) auto var(--_pad);

  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0.25em;

  opacity: 0;
  transition: var(--transition);
}

.card1__tag {
  display: inline-block;
  padding: 0.1em 0.5em;

  font-size: 14px;
  text-transform: uppercase;

  background-color: rgba(0, 0, 0, 0.6);
  color: var(--clr-neutral-100);
  border-radius: 5px;
  z-index: 2;
}

.card1__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px
}

.card1__body {
    padding: 1em 1.5em;
    border: 1px solid white;
    border-radius: 4px;
}

.card1__title {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--clr-neutral-800);
}

.card1__date {
  font-size: 0.875rem;
  color: var(--clr-neutral-500);
}

.card1__cta {
  position: relative;
  width: fit-content;
  margin-top: auto;
  color: var(--clr-primary);
}

/* underline */
.card1__cta::before {
  content: "";
  position: absolute;
  inset: 100% 0 0 0;
  height: 2px;

  background-color: currentColor;
  transition: var(--transition);
  transform-origin: right;
}

/* right arrow */
.card1__cta::after {
  content: " →";
  display: inline-block;
  margin-left: 5px;
  transition: var(--transition);
}

/* image overlay */
.card1:is(:hover, :focus) .card1__img-container::before {
  opacity: 1;
}

/* remove underline */
.card1:is(:hover, :focus) .card1__cta::before {
  transform: scale(0);
}

/* move arrow */
.card1:is(:hover, :focus) .card1__cta::after {
  transform: translateX(6px);
}

/* show tag */
.card1:is(:hover, :focus) .card1__tags {
  opacity: 1;
}
.mb-10{
    
    margin-bottom: 10px !important;
}
.w-70
{
    width: 70%;
}
.font_family
{
    font-family: 'Oswald';
}
.mrg-center{
    margin:0px auto !important;
}
.h-80v{
    height:80vh !important;
}




.modal
{
    z-index: 999999 !important;
}
 .modal_gallery {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999 !important;
  padding-top: 100px; /* 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) */
.modal-content_img {
  margin: auto;
  display: block;
  width: 85%;
  max-width: 700px;
  padding: 2%;
  border: 3px solid #d4b430;
  border-radius: 15px;
  background-color: rgb(55 55 55 / 90%);
  
}




@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content_img {
    width: 100%;
  }
}

    


    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    


/* Manoj Mobile CSS startv */


@media only screen and (max-width: 600px) {
    
    .ssidenav a{
        color:#ffff !important;
        font-size:15px !important;
    }
    .ssidenav .active{
        color: #e2c953 !important;
    }
    
    .ssidenav .active{
        color: #e2c953 !important;
    }
    
    .sub-menu .active{
        color: #e2c953 !important;
    }
    
    
    .sub-menu{
        background-color:#000 !important;
    }
    .mobile-superdata-1{
        list-style: none !important;
    }
    .mobile-superdata-2{
        list-style: none !important;
    }
    .project-title-img{
        left:-2px !important;
    }
    .mb-w-100{
        width:100% !important;
    }
    .swiper-slide{
        margin-bottom:45px !important;
    }
    .carousel>li{
        height:auto !important;
    }
    #Blogs .overflow-holder{
        margin-top:10% !important;
    }
    .carousel-wrap{
        height:570px !important;
    }
    .mt-15{
        margin-top:15% !important;
    }
    .ssidenav{
        z-index:9999 !important;
    }
    .popup-box-show{
        width:100% !important;
    }
    .main_video iframe{
        width:100% !important;
    }
    .container_gallery .slide{
        height:40vh !important;
    }
    .container_gallery .slide img{
        height:40vh !important;
    }
}

.add-select{
    color:#e2c953 !important;
}
.select-data{
    padding:0px 15px !important;
    background-color:#454545 !important;
    color: #fff;
    
}
.name-select{
    padding:0px 15px !important;
    background-color:#454545 !important;
    color: #fff;
    
}

.select-main-div select option{
    color:#fff;
}



    
.btn_gallery
    {
        position: absolute;
        width: 100%;
         /*background-color: blue; */
        z-index: 99999;
        height: 100%;
        right: 0;
        top: 0;
    
    }
    .btn-child-gallery{
        /*background-color: beige;*/
        padding: 40%;
       
    }


    .animation_btn {

        color: #fff;
        text-decoration: none;
        /* text-transform: uppercase; */
        transition: 0.5s;

        overflow: hidden;


    }

    /* .animation_btn:hover{
    background: #dbbb45;
    color: #050801;
    box-shadow: 0 0 5px #dbbb45,
                0 0 25px #dbbb45,
                0 0 50px #dbbb45,
                0 0 200px #dbbb45;
     -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
} */
    .animation_btn:nth-child(1) {
        filter: hue-rotate(270deg);
    }

    .animation_btn:nth-child(2) {
        filter: hue-rotate(110deg);
    }

    .animation_btn span {
        position: absolute;
        display: block;
    }

    .animation_btn span:nth-child(1) {
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, transparent, #dbbb45);
        animation: animate1 1s linear infinite;
    }

    @keyframes animate1 {
        0% {
            left: -100%;
        }

        50%,
        100% {
            left: 100%;
        }
    }

    .animation_btn span:nth-child(2) {
        top: -100%;
        right: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(180deg, transparent, #dbbb45);
        animation: animate2 1s linear infinite;
        animation-delay: 0.25s;
    }

    @keyframes animate2 {
        0% {
            top: -100%;
        }

        50%,
        100% {
            top: 100%;
        }
    }

    .animation_btn span:nth-child(3) {
        bottom: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(270deg, transparent, #dbbb45);
        animation: animate3 1s linear infinite;
        animation-delay: 0.50s;
    }

    @keyframes animate3 {
        0% {
            right: -100%;
        }

        50%,
        100% {
            right: 100%;
        }
    }


    .animation_btn span:nth-child(4) {
        bottom: -100%;
        left: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(360deg, transparent, #dbbb45);
        animation: animate4 1s linear infinite;
        animation-delay: 0.75s;
    }

    @keyframes animate4 {
        0% {
            bottom: -100%;
        }

        50%,
        100% {
            bottom: 100%;
        }
    }
    
    .p-unset{
        padding: unset !important;
    }
  
  .project_btn 
  {
    background: transparent;
     border: transparent; 
    color: #e2c953;
    position: absolute;
    /* right: -13px; */
    background: #000;
    padding: 10px;
    font-size: 26px;
     bottom: -10%;
  }
  .new-video-style{
      width:50px !important;
      height:50px !important;
  }
  .new-centered{
      z-index:1;
  }
  .new-centered i{
      margin-top: 6px !important;
      font-size:38px !important;
  }
  .new-waves{
        width: 200px !important;
        height: 200px !important;
        top: -66px !important;
        left: -66px !important;
  }
  .name-details-team h4{
      font-size:18px !important;
      color: #e2c953 !important;
  }
  .name-details-team p{
      margin-top:-23px !important;
  }
    