/*----------------------------------------------
*
* [Main Stylesheet]
*
* Theme    : Leverage - Creative Agency, Corporate and Portfolio. Multipurpose Theme.
* Version  : 1.1.0
* Author   : Codings
* Support  : adm.codings@gmail.com
* 
----------------------------------------------*/

/*----------------------------------------------
*
* [Font Import]
*
* Poppins : https://fonts.google.com
* Gilroy  : https://gist.github.com/mfd/09b70eb47474836f25a21660282ce0fd
*
----------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700'); */
@import url('https://cdn.rawgit.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css');


@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*----------------------------------------------

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

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;
	scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: var(--primary-font);
    color: var(--primary-p-color);
    background-color: var(--primary-bg-color);
}

body.odd {
    background-color: var(--secondary-bg-color);
}

body .odd {
    color: var(--secondary-p-color);
}

ol, ul {
    padding-left: 20px;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

pre, code {
    display: block;
    margin: 1rem 0;
    color: var(--primary-color);
}

blockquote, q {
    display: block;
    margin: 1rem 0;
    quotes: none;
    quotes: none;
    font-style: italic;
    padding: 1rem 1.5rem;
    border-left: 5px solid var(--primary-bg-color-3);
}

.home-sep1{
     background-size: cover;
   background: url('https://bcwebdesignlondon.co.uk/wp-content/uploads/2021/02/sep1.png') center center no-repeat;
	width:100%;
	height: auto;
    min-height: 100px;
	
}

.home-sep-img1{
	
    width: 100%;
    margin-top:0;
    top: 0;
	bottom: 0;
	padding: 0;
	vertical-align:bottom !important;
 

}

.home-sep-img2{
	
    width: 100%;
    margin-top:0;
    top: 0;
	bottom: 0;
	padding: 0;
	vertical-align:top !important;
 

}
/*
#services .row .item .card{
	background-color: #E6E6E6 !important;
}
*/
.text-primary {
    color: var(--primary-color) !important;
}

.blog-content iframe, .project-content iframe {
	width: 100%;
	min-height: 350px;
}

.call-button {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 9999999999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 20px;
    bottom: 20px;
    color: #ffffff !important;
    text-align: center;
}
.call-button a {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	background: none !important;
}
.call-button i {
    line-height: 60px;
    transform: rotateY(180deg);
}

.odd blockquote, q {
    border-left: 5px solid var(--secondary-bg-color-3);
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

blockquote p, q p {
    margin: 0;
}

a {
    transition: all 0.5s;
}

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;
}
.p-30 {
    padding: 30px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.m-t-80 {
    margin-top: 80px;
}
/* #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: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /*color: var(--primary-color);*/
    text-decoration: none;
	background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

a:not([href]), a:not([href]):hover, a:not([href]) i, a:not([href]) i:hover {
    /*color: var(--primary-b-color);*/
	background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

p {
    margin: 1.5rem 0;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 400;
    line-height: 1.5;
	color: #000;
}

p a {
    font-size: inherit !important;
}

.bg-black {
    background-color: var(--black-color) !important;
}

.bg-white {
    background-color: var(--white-color) !important;
}

/*h1 {
    margin-bottom: 1.5rem;
    font-size: var(--h1-size);
    font-weight: var(--h1-weight);
    line-height: 1.2;
    font-family: var(--h1-font);
    color: var(--primary-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}*/
h1, .h1 {
	margin: 1.5rem 0;
    font-size: var(--h1-size);
    font-weight: var(--h1-weight) !important;
    line-height: 1.2;
    font-family: var(--h1-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h2 {
    margin: 1.5rem 0;
    /*font-size: var(--h2-size) !important;*/
	font-size:1.875rem;
    font-weight: var(--h2-weight) !important;
    line-height: 1.2;
    font-family: var(--h1-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*h2.featured:before, .h2.featured:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 15px;
    width: 50px;
    height: 5px;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
}

h2.featured.alt:before, .h2.featured.alt:before {
    left: auto;
}
.bg-white h2.featured:before, .bg-white .h2.featured:before {
	background: #000000;	
}
.bg-black h2.featured:before, .bg-black .h2.featured:before {
	background: #ffffff;
}*/
.odd h2, .odd .h2 {
    color: var(--white-color);
}

h3 {
    margin: 1.5rem 0;
    /*font-size: 2rem;*/
	font-size:1.375rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--h1-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h4 {
    margin: 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--h1-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.odd h4 {
    color: var(--secondary-t-color);
}

#services h4 {
    color: var(--primary-t-color) !important;
}

h5 {
    margin: 1.5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--h1-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h6 {
    margin: 1.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--h1-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

b, strong {
    font-weight: 700;
}

li {
    margin: 0.5rem 0;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 400;
    line-height: 1.5;
	color: #000;
}

img {
    max-width: 100%;	
    vertical-align: middle;
    height: auto;
}

.single .container .row .col-sm-6 img{
	width: 100% !important;
}
.single .steps.img-number-width .steps img {
    width: inherit !important; max-width: 100px;
}

.single .container .row .col-sm-6 img.img-number-width {
    width: inherit !important; max-width: 150px;
}

.single .container .row .col-sm-6 p img{
	width: 100% !important;
}

::placeholder {
    color: var(--primary-t-color);
    opacity: 0.5;
}

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 {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input, textarea, select {
    width: 100%;
    height: 43.48px;
    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], input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    margin: 0 5px 10px 10px;
}
input[type=checkbox]:first-of-type, input[type=radio]:first-of-type, .wpcf7-form input[type=checkbox], .wpcf7-form input[type=radio] {
    margin-left: 0px;
}
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: var(--primary-t-color);
}

select:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color);
}

select option {
    color: #2f323a;
}

hr {
    margin: 35px 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;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 img {
	border-radius: 50%;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
	border-top: 25px solid #000;
	border-bottom: 25px solid #000;
	height: 350px;
	padding: 0px;
	display: flex;
	display: -ms-flexbox;
}
.parallax-section, .parallax-section p {
    color: var(--white-color);
}
.parallax-section .title {
    font-size: 48px;
    line-height: normal;
    width: 60%;
    margin: 0 auto;
	-ms-flex-item-align: center;
    align-self: center;
}
.team .card {
	background: #ffffff;
	margin-bottom: 15px;
	height: 100%;
}
.team .card:hover {
	background-color: var(--black-color) !important;
}

.sidebar {}
.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar ul li {
	padding-left: 0 !important;
	border-bottom: 1px solid var(--primary-color);
    padding-bottom: 0.5rem;
}
.sidebar ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.sidebar ul li:before {
	content: none !important;
}
.sidebar .widget {
	background-color: var(--white-color);
	margin-bottom: 20px;
}
.sidebar h4.widget-title {
	margin-top: 0px;
}
.sidebar .widget a {
	color: var(--primary-color);
}
.sidebar .tagcloud a {
	padding: 5px 10px;
    border: 1px solid var(--primary-color);
    font-size: 16px !important;
    margin-right: 5px;
}
.sidebar .tagcloud a:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}

.social-sharing {}
.social-sharing a {
	color: inherit;
    margin-right: 15px;
    font-size: 18px !important;
	-webkit-text-fill-color: unset !important;
}
.social-sharing a:hover, .social-sharing a:hover i {
	color: var(--primary-color);
}
.social-sharing a .facebook {
	color: #4e64b5;
}
.social-sharing a .twitter {
	color: #00aced;
}
.social-sharing a .pinterest {
	color:#ff5757;
}
.social-sharing a .tumblr {
	color:#456988;
}
.social-sharing a .linkedin {
	color:#0288d1;
}
.social-sharing a .reddit {
	color:#ff4500;
}
.social-sharing a i {
	color: inherit;
	transition: all 0.5s;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.steps {
    text-align: center;
    margin-bottom: 40px;
}
.steps > img {
	width: 125px;
}
.steps .count {
    font-size: 4em;
    font-weight: bold;
    color: var(--white-color);
    width: 100px;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
}

.pricing-table {
    transition: all 0.5s;
    padding: 30px 0px !important;
    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);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
}
.pricing-table:hover {
    transform: translateY(-7.5px);
}
.pricing-table.first .price {
	background: #1e73be;
}
.pricing-table.second .price {
	background: #81d742;
}
.pricing-table.third .price {
	background: #dd9933;
}
.pricing-table h4 {
    padding: 0 30px;
}
.pricing-table .price {
    margin: 0px;
    padding: 30px;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    border: none;
    border-radius: 0px;
    color: var(--primary-color);
}
.pricing-table .price span {
    display: block;
    font-size: 50%;
}
.pricing-table ul {
    padding: 30px;
    margin: 0;
    list-style: none;
}
.pricing-table ul li {
    padding: 10px 0;
    margin: 0px;
    text-align: center;
    border-bottom: 1px solid var(--primary-l-color);
}
.pricing-table ul li .title {
    font-weight: bold;
}
.pricing-table ul li .data {
    color: red;
}
.pricing-table ul li .data.default {
    color: var(--black-color);
}
.pricing-table .text {
    padding: 0 30px 30px;
}
.accordion .item {
    margin-bottom: 30px;
}
.accordion .item .header {
    cursor: pointer;
    font-size: 1.5em;
    line-height: normal;
    margin-bottom: 20px;
}
.accordion .item .header i {
    margin-right: 20px;
    background: inherit;
    transition: all 0.5s;
}
.accordion .item .content.collapsed {
    visibility: hidden;
}

/* #endregion General */

/*----------------------------------------------
3. Section
----------------------------------------------*/

/* #region Section */

section {
    width: 100%;
    padding: 130px 0;
}

section:nth-child(1):not(.footer):not(.copyright),
section:nth-child(2):not(.footer):not(.copyright),
section:nth-child(3):not(.footer):not(.copyright) {
    background-color: var(--hero-bg-color);
}

section:nth-child(4) {
    background-color: var(--section-2-bg-color);
}

section:nth-child(5) {
    background-color: var(--section-3-bg-color);
}

section:nth-child(6) {
    background-color: var(--section-4-bg-color);
}

section:nth-child(7) {
    background-color: var(--section-5-bg-color);
}

section:nth-child(8) {
    background-color: var(--section-6-bg-color);
}

section:nth-child(9) {
    background-color: var(--section-7-bg-color);
}

section:nth-child(10) {
    background-color: var(--section-8-bg-color);
}

section:nth-child(11) {
    background-color: var(--section-9-bg-color);
}

section:nth-child(12) {
    background-color: var(--section-10-bg-color);
}

section:nth-child(13) {
    background-color: var(--section-11-bg-color);
}

section:nth-child(14) {
    background-color: var(--section-12-bg-color);
}

section:nth-child(15) {
    background-color: var(--section-13-bg-color);
}

section:nth-child(16) {
    background-color: var(--section-14-bg-color);
}

section:nth-child(17) {
    background-color: var(--section-15-bg-color);
}

section.bg-image-1 {
    position: relative;
    background-image: var(--bg-image-1);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
section.bg-image-2 {
    position: relative;
    background-image: var(--bg-image-2);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

section.featured {
    position: relative;
}

/*section.featured:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    left: calc(50% - 2.5px);
    width: 5px;
    height: 100px;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
}*/

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.odd.featured.all:before {
    border-bottom: 1px dashed var(--secondary-l-color);
}

main {
    padding: 0;
}

aside {
    padding: 0;
}

.container {
    padding: 0;
    max-width: 1280px; /*1170px*/
}

.container.header {
    max-width: 1250px; /*1140px*/
}

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

/* #endregion Section */

/*----------------------------------------------
4. Helper Class
----------------------------------------------*/

/* #region Helper Class */

.intro {
    margin-bottom: 50px;
    position: relative;
}

.intro h1:first-child, .intro h2:first-child, .intro h3:first-child {
    margin-top: 0;
}

.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:not(:nth-last-child(-n+3)) {
    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-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
}
@media (min-width: 576px) {
	.blog-grid.masonry .card-columns {
		column-count: 1;
	}
}
@media (min-width: 768px) {
	.blog-grid.masonry .card-columns {
		column-count: 2;
	}
}

.post-holder {
    list-style: none;
    width: 100%;
    border-left: 5px solid var(--primary-bg-color-3);
    background-color: var(--primary-bg-color-2);
    padding: 30px;
    margin-top: 35px;
}

.sidebar .item {
    margin-bottom: 35px;
}

.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: 25px;
}

.sidebar li:not(.nav-item):not(.list-group-item):before {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background-color: var(--primary-bg-color-3);
}

.sidebar li:hover:before {
    background-color: var(--primary-color);
}

.sidebar ul li a:not(.btn):hover {
    color: var(--primary-color);
}

.sidebar .title {    
    width: 100%;
    margin-top: 0;
    padding: 15px 20px;
    border-left: 5px solid var(--primary-bg-color-3);
    background-color: var(--primary-bg-color-2);
    list-style: none;
}

.sidebar ul li.recentcomments {
    padding: 15px 25px;
    border: 2px solid var(--primary-bg-color-3);
    border-radius: 4px;
}

.sidebar ul li.recentcomments:before {
    content: none;
}

.list-group .list-group-item .icon {
    color: var(--primary-color);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlights .items .item {
    margin-bottom: 35px;
}

.highlights .items .item:last-child {
    margin-bottom: 0;
}

.highlights .items .item .icon {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.offers .items .item:not(:nth-last-child(-n+3)) {
    margin-bottom: 30px;
}

.offers .items .item .icon {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.offers.secondary .items .item h4 {
    margin-top: 0;
}

.plans .items .item .icon {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plans .items .item .btn {
    margin-top: 25px;
}

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

.price {
    margin-bottom: 25px;
    font-size: 42px;
    font-weight: 600;
    border: 1px solid var(--primary-l-color);
    border-radius: 100px;
    color: var(--primary-color);
}

.odd .price {
    border-color: var(--secondary-l-color);
}

.price i {
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
}

.invert,
.odd.logos img {
    filter: brightness(0) invert(1);
}

.showcase.masonry .card {
    background-color: var(--white-color);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.showcase.portfolio .card .image-over:before {
    background-color: transparent;
}

.showcase .items .item .card.no-image .image-over:before {
    background-color: var(--white-color);
}

.showcase.portfolio .card .card-caption {
    opacity: 1;
}

.showcase.portfolio .card:hover .card-caption {
    opacity: 1;
}

.showcase .card {
    height: auto;
    background-color: transparent;
}

.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: rgba(0, 0, 0, 0.5);*/
}

.showcase .card .image-over img {
    position: relative;
    z-index: -1;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.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: #f5f5f5;
	-webkit-text-fill-color: #f5f5f5;
}

.showcase .no-image .card-caption *, .showcase .no-image .card-caption *:not(.btn) {
    color: #2f323a;
}

.showcase .card-footer {
    border-color: rgba(255, 255, 255, 0.25);
}

.showcase .no-image .card-footer {
    border-color: rgba(0, 0, 0, 0.15);
}

.showcase .card:hover .image-over img {
    transform: none;
}
#portfolio .showcase .card .image-over img { width: 100%;}

.showcase .card:hover .image-over:before {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    opacity: 0.25;
}

.showcase .card:hover .image-over img {
    filter: blur(3px);
}

.blog-post .card .image-over img {
	width: fit-content;
    height: 400px;
}

.subscription .items .item {
    padding: 0 10px;
}

.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;
    filter: blur(5px);
    text-align: center;
    transform: scale(0);
    border-radius: 5px;
    background-color: var(--card-bg-color);
    transition-timing-function: ease;
    -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-duration: 0.4s;
}

.form .message .icon {
    margin: auto;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form .message h3 {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form .message.active {
    transform: scale(1);
    filter: blur(0);
}

/* #endregion Helper Class */

/*----------------------------------------------
5. Header
----------------------------------------------*/

/* #region Header */

.top-area {
    font-size: 14px;
    /* border-bottom: 1px solid rgb(81, 84, 108); */
}
.top-area .contact, .top-area .social {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-area .contact li, .top-area .social li {
    display: inline-block;
    font-size: 13px;
    color: #99a9b5;
    padding: 0px 8px;
}
.top-area .contact li:first-child, .top-area .social li:first-child {
    padding-left: 0px;
}
.top-area .contact li:last-child, .top-area .social li:last-child {
    padding-right: 0px;
}
.top-area .contact li i {
    margin-right: 10px;
}
.top-area .social {
    border-left: 1px solid rgb(81, 84, 108);
}

header {
    position: relative;
    z-index: 5;
}

header .navbar-expand {
    position: fixed;
    z-index: 2;
    width: 100%;
    padding: 20px 25px;
    transition: all 0.5s;
}

header .navbar-expand.relative {
    position: relative;
}
/*
header .navbar-sticky {
    top: 0;
    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-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}*/
header .navbar-sticky {
    top: 0;
    background-color: rgba(0,0,0,0.77);
    -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-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

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-size: 1.5rem;
    font-weight: 600;
    line-height: 0;
    color: var(--nav-item-color);
}

header .navbar-expand .navbar-brand i {
    font-style: initial;
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--primary-color);
}

header .navbar-expand .navbar-brand img {
    max-height: 85px;
	transition: all 0.5s;
}

header .navbar-expand.navbar-sticky .navbar-brand img {
    max-height: 50px;
}

.navbar-expand .navbar-nav .nav-item {
    margin: 0;
}
.navbar-expand .navbar-nav .nav-item:last-child a {
    padding-right: 0px;
}

.navbar-expand .navbar-nav .nav-item a:not(.btn) {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-expand .navbar-nav .nav-link:not(.btn) {
    padding-right: 1rem;
    padding-left: 1rem;
    color: var(--nav-item-color);
}

.navbar-expand .navbar-nav .nav-link.active:not(.btn):not(.title) {
    color: var(--primary-color);
}

.navbar-expand .navbar-nav .nav-link:not(.btn):not(.title):hover, .navbar-expand .navbar-nav .nav-link:not(.btn):not(.title).active {
    color: var(--white-color);
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75em 1.5rem;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    color: var(--primary-color);
    border-top: 1px solid #494c64;
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link.title {
    font-weight: 600;
    color: var(--primary-t-color);
    opacity: 0.8;
}

.navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title):hover {
    color: var(--secondary-t-color);
    background-color: #222222;
}

.navbar-nav i.icon-arrow-down {
    position: relative;
    top: 1.5px;
    margin: 0 0 0 0.3rem;
    font-size: 12px;
    font-weight: 600;
}

.navbar-nav i.icon-arrow-right {
    position: relative;
    left: 5px;
    top: 0;
    margin: 0 0 0 0.3rem;
    font-size: 10px;
    font-weight: 600;
}

.navbar-expand .icons i {
    font-weight: 400;
}

.dropdown .dropdown-menu {
    background-color: var(--primary-bg-color);
    width: 280px;
    min-width: 120px;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 0px;
    border: none;
    border-radius: 2px;
    -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-bottom: 1px solid #494c64;
    border-left: 1px solid #494c64;
    border-right: 1px solid #494c64;
	transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: transform all 0.5s;
    -moz-transition: transform all 0.5s;
    -webkit-transition: transform all 0.5s;
}

@media(max-width: 767px) {
	.dropdown .dropdown-menu {
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}	
}
.dropdown:last-child .dropdown-menu {
    right: 0px;
    left: auto;
}
.dropdown:hover > .dropdown-menu {
	visibility: unset;
    opacity: 1;
    margin: 0;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity, transform;
}
.odd .dropdown .dropdown-menu {
    background-color: var(--secondary-bg-color);
}

.dropdown-menu .dropdown-menu {
    position: absolute;
    top: -8px;
    left: 100%;
}

.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: 0px;
    margin: 0 0 10px;
    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: 600;
    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;
    color: var(--primary-p-color);
    display: flex;
    justify-content: space-between;
    width: calc(100% - 12px);
    vertical-align: top;
    padding: 0;
    margin: 5px;
    border-radius: 4px;
    text-align: left;
}

.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: 600;
    border: none;
    color: var(--primary-t-color);
}

.odd .menu .nav-link:first-child {
    margin-bottom: 0;
    font-weight: 600;
    border: none;
    color: var(--secondary-t-color);
}

.menu .dropdown-menu .dropdown > .nav-link:first-child {
    font-size: 1rem;
    font-weight: 600;
}

.menu .navbar-nav i.icon-arrow-down {
    font-size: 18px;
}

/* #endregion Header */

/*----------------------------------------------
6. Slider
----------------------------------------------*/

/* #region Slider */

.slider-h-auto {
    width: 100%;
    height: 100%;
    min-height: 75vh;
    display: flex;
    align-items: center;
}

.slider-h-auto .swiper-wrapper,
.slider-h-auto .swiper-slide {
    min-height: 75vh;
}

.slider-h-auto.no-slider .inner {
    top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.slider-h-100 {
    width: 100%;
    height: 100vh;
}

.slider-h-85 {
    width: 100%;
    height: 85vh;
}

.slider-h-75 {
    width: 100%;
    min-height: 40vh;
	padding: 100px 0 30px;
}

.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: 50vh;
}

.slider-h-25 {
    width: 100%;
    height: 25vh;
}

.slider-h-auto {
    width: 100%;
    height: auto;
}

.slider-mid {
    overflow: inherit;
    padding: 0 15px;
}

.full-slider {
    cursor: w-resize;
}

.full-slider .inner,
.no-slider .inner {
    top: 1rem;
    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: 2rem 0;
}

.full-slider .inner .left,
.no-slider .inner .left {
    width: 60%;
    padding: 2rem 0;
}

.full-slider.featured .inner .left:before,
.no-slider.featured .inner .left:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    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: 0;
    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 .inner .left.off:before,
.full-slider .inner .left.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 {
    opacity: 1;
}

.full-slider .inner .right,
.no-slider .inner .right {
    width: 50%;
}

.full-slider .inner .right img,
.no-slider .inner .right img {
    max-height: 395px;
    display: block;
    margin-left: auto;
}

.full-slider .inner .right .hero-image,
.no-slider .inner .right .hero-image {
    position: absolute;
    right: 10%;
    top: 65px;
    width: auto;
    height: 85%;
    transform: scale(1.4);
    transition-timing-function: ease-in;
    transition: 0.2s;
}

.full-slider .inner .right .hero-image:hover,
.no-slider .inner .right .hero-image:hover {
    transform: scale(1.5);
}

.full-slider .slide-content .center .description,
.no-slider .slide-content .center .description {
    max-width: 900px;
    font-size: 1.5rem;
}

.full-slider .slide-content .left .description,
.no-slider .slide-content .left .description {
    max-width: 500px;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 30px;
    position: relative;
}

.full-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    top: initial;
    bottom: 3.2rem !important;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 0;
    background-color: var(--primary-p-color);
    border: none;
    opacity: 0.25;
}

.swiper-pagination-bullet:hover {
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    opacity: 1;
}

.swiper-pagination-bullet-active:hover {
    background-color: var(--primary-color);
}

.pagination {
    width: fit-content;
    margin: 35px 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-bg-color);
    border-color: var(--primary-color);
    color: var(--primary-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 */

.icon  {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 44px;
    display: block;
    margin: auto;
}

.icon.smaller {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

.icon.bigger {
    width: 7rem;
    height: 7rem;
    margin: 0;
    font-size: 6.5rem;
    line-height: 7rem;
    font-weight: bold;
}

.icon.circle {
    border-radius: 100px;
    font-size: 28px;
}

.card-columns {
    margin: 0 15px;
    column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.card {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 30px;
    border: none;
    border-radius: 2px;
    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);
    /*transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.5s;
    transition-property: opacity, transform;*/
	transition: all 0.5s;
}

.card.no-hover {
    background-color: transparent;
    box-shadow: none;
}

.odd:not(.custom)  {
    background-color: var(--dark-grey-color);
}
#footer, #copyright {
    background: #000;
}
#footer p.text-uppercase {
    color: var(--secondary-p-color);
}
#footer {
    padding: 55px 0 80px;
}

.card:not(.no-hover):not(:hover) {
    background-color: #E6E6E6;
}


.card p {
    margin-top: 0;
}

.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 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) {
    color: var(--primary-p-color);
}

.card-footer i {
    margin: 0 5px 2.5px;
}

.card.simple {
    box-shadow: none;
    background: none;
    padding: 0 2rem;
}

.card.simple:hover {
    background: none;
}

.card:not(.no-hover):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%);
	background-color:  var(--primary-color);*/
	background-color:  transparent;
    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%);*/
	background-color: var(--primary-color);
}

.masonry .card:not(.no-hover):hover {
    /*transform: translateY(0);*/
}

.items .item:first-child .card.featured:hover:before, .items .item:last-child .card.featured:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.card:not(.no-hover):hover:before,
.card:not(.no-hover):hover:after {
    opacity: 0;
}

.card:hover .image-person img {
    transform: scale(1.1);
}

.card:not(.no-hover):hover h3,
.card:not(.no-hover):hover h4,
.card:not(.no-hover):hover p {
    color: #f5f5f5;
}

.card:not(.no-hover):hover span,
.card.stycky:not(.no-hover) span {
    color: #f5f5f5;
    -webkit-text-fill-color: #f5f5f5;
}

.card:not(.no-hover):hover a,
.card.sticky:not(.no-hover) a {
    color: #f5f5f5;
    -webkit-text-fill-color: #f5f5f5;
}

.card:not(.no-hover):hover a.primary-button,
.card.sticky:not(.no-hover) a.primary-button {
	border: 1px solid #494c64;
    background: var(--black-color);
    color: var(--primary-color);
	-webkit-text-fill-color: var(--primary-color);
}

.card:not(.no-hover):hover i,
.card.sticky:not(.no-hover) i {
    color: #f5f5f5;
    -webkit-text-fill-color: #f5f5f5;
}

.card:not(.no-hover):hover .icon,
.card.sticky:not(.no-hover) .icon {
    background-color: transparent;
    color: #f5f5f5;
    -webkit-text-fill-color: #f5f5f5;
}

.card:hover .card-footer,
.card.sticky .card-footer {
    color: #f5f5f5;
    border-color: rgba(255, 255, 255, 0.25);
}

.card:hover .btn-icon {
    color: #f5f5f5;
}

.card:hover .share-list i {
    color: #f5f5f5;
}

.card.featured:before {
    position: absolute;
    z-index: -1;
    content: '';
    width: calc(50% + 10px);
    height: calc(50% + 10px);
    border: none;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
}

.items .item:not(:first-child):not(:last-child) .card.featured:before {
    display: none;
}

.items .item:first-child .card.featured:before {
    top: -10px;
    right: 0;
    bottom: 0;
    left: -10px;
}

.items .item:last-child .card.featured:before {
    right: -10px;
    bottom: -10px;
}

.card.featured:after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    background-color: inherit;
}

.odd:not(.custom) .card.featured:after {
    background-color: inherit;
}

.card.featured:hover:after {
    background-color: none;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
}

.badge {
    font-weight: 500;
}

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

.badge.tag.active {
    color: var(--primary-color);
    border-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(--primary-color);
}

.breadcrumb-item.active:hover {
    color: var(--primary-color);
}

.share-list {
    margin: 0.5rem 0 0 0;
    display: -webkit-inline-box;
}

.share-list .nav-link i {
    margin: 0 0.5rem;
    font-size: 18px;
    transition: all 0.5s;
    /*background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.share-list .nav-link i.facebook {
    color: #4e64b5;
    -webkit-text-fill-color: none;
}
.share-list .nav-link i.twitter {
    color: #00aced;
    -webkit-text-fill-color: none;
}
.share-list .nav-link i.instagram {
    color: #9a8f62;
    -webkit-text-fill-color: none;
}
.share-list .nav-link i.pinterest {
    color: #ff5757;
    -webkit-text-fill-color: none;
}
.share-list .nav-link i.youtube {
    color: #c82929;
    -webkit-text-fill-color: none;
}
.share-list .nav-link i.deviantart {
    color: #00d13b;
    -webkit-text-fill-color: none !important;
}
.share-list .nav-link:hover i {
    color: var(--primary-color);
}

.share-list li:first-child i {
    margin-left: 0;
}

.image-over {
    overflow: hidden;
    border-radius: 2px;
}

.image-person img {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
}

.person {
    width: 100%;
    max-width: 200px;
    border-radius: 100%;
    margin: 0 auto 1rem;
	background: #fff;
    padding: 6px;
    border: 2px solid #dce1e4;
}

.square-image {
    max-width: 900px;
    margin: auto;
}

.square-image .icon {
    position: absolute;
    z-index: 1;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.3s;
    transition-property: opacity, transform;
}

.square-image img {
    opacity: 0.75;
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.3s;
    transition-property: opacity, transform;
}

.square-image:hover img {
    opacity: 0.5;
    filter: none;
}

.square-image:hover .icon {
    transform: scale(1.2);
}

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

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

.mask:not(.hero-image) {
    opacity: 0.25;
}

.full-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-image {
    position: absolute;
    right: 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: 300px;
	max-width: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .5rem 1.25rem;
    border-radius: 2px;
    transition: all 0.5s;
}

.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-full {
    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: relative;
    bottom: -5px;
    font-size: 24px;
    cursor: pointer;
    color: var(--primary-p-color);
}

.btn-dark {
    background-color: #394050;
    color: #99a9b5;
}
.btn-dark:hover {
    background-color: var(--primary-color);
    color: var(--primary-b-color);
}

/* #endregion Feature */

/*----------------------------------------------
8. Form and Field
----------------------------------------------*/

/* #region Form and Field */
.wpcf7 {
	/*background-image: url('/wp-content/themes/bcweb/assets/images/logo-repeat.png');*/
	background-repeat: repeat;
	background-size: contain;
}
.footer .wpcf7 {
	background: none;
}
.form-group {
	margin-bottom: 2rem;
}
.footer .wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
}
.form-control {
    width: 100%;
    height: 43.48px;
    background: no-repeat;
    box-shadow: none;
    padding: 0.7rem 1rem;
    border-color: var(--primary-color);
    border-width: 1px;
    border-radius: 2px;
}

.odd .form-control {
    border-color: var(--secondary-l-color);
    color: var(--secondary-t-color);
}

.form-control:disabled, .form-control[readonly] {
    background-color: inherit;
    opacity: 0.75;
    cursor: no-drop;
}

.form-control:focus {
    background: no-repeat;
    color: inherit;
    outline: none;
    border-color: var(--primary-color);
    box-shadow: none;
}

.form-control.valid {
    border-color: var(--valid-color);
}

.form-control.invalid {
    border-color: var(--invalid-color);
}

.input-group {
    margin: 10px 0;
}

.input-group .icon-arrow-down {
    position: absolute;
    top: calc(50% - 8px);
    right: 18px;
    color: var(--primary-t-color);
}

button:disabled {
    cursor: no-drop;
}

/* #endregion Form and Field */

/*----------------------------------------------
8.1 Multi-Step Form
----------------------------------------------*/

/* #region Multi-Step Form */

.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 textarea {
    width: 100%;
    min-height: 170px;
}

.progressbar {
    margin-bottom: 50px;
    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: 500;
    text-align: center;
    width: 33.3333%;
    float: left;
    position: relative;
    color: var(--primary-t-color);
}

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

/* #endregion List */

/*----------------------------------------------
10. Gallery
----------------------------------------------*/

/* #region Gallery */

.gallery {
    overflow: hidden;
}

.content .gallery {
    margin: 35px 0 0 0;
}

.gallery .item:not(:last-child) {
    margin-bottom: 30px;
}

.gallery img {
    border-radius: 0px;
    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;
}
.gallery.masonry {
    display: flex;
    flex-flow: row wrap;
}
.gallery.masonry .item {
    margin: 0;
}
.gallery.masonry .item img {
    flex: auto;
    height: 298px;
    margin: 5px;
}
/* #endregion Gallery */


.project-info {
	margin-bottom: 15px;	
	text-align: center;
	background: var(--black-color);
    color: var(--primary-b-color);
}
.project-info h5 {
	margin: 0 0 10px 0;
	font-weight: 600;
	font-size:18px;
	border-top: 1px solid #565656;
	padding-top: 15px;
	margin-top: 15px;
}
.project-info p {
	font-size: 14px;
	margin: 0;	
	word-break: break-all;
}
.project-info h5:nth-of-type(1) {
	color: #ff0000;	
	border: none;
	padding-top: 0;
	margin-top: 0;
}
.project-info h5:nth-of-type(2) {
	color: #ff9900;	
}
.project-info h5:nth-of-type(3) {
	color: #ffff00;	
}
.project-info h5:nth-of-type(4) {
	color: #00ff00;	
}
.project-info h5:nth-of-type(5) {
	color: #3366ff;	
}
.project-content {
	position: relative;
}
.project-content p:first-child {
	margin-top: 0px;	
}
.prev-post a, .next-post a {
	padding: 5px 15px;
    position: fixed;
	font-size: 22px !important;
    top: 50%;
	line-height: 0 !important;
	z-index: 10;
    transform: translateY(-50%);
}
.prev-post a i, .next-post a i {
	vertical-align: middle;
}
.prev-post a {
	left:0;
}
.next-post a {
	right:0;
}

.author {
	margin-top: 20px;
}
.author .author-avatar .avatar {
	border-radius: 50%;
}
.author .author-info .name {
	margin-top: 0px;
	text-transform: uppercase;
}
.author .author-info .name span {
	font-weight: 400;
	font-family: var(--primary-font);
}


/*----------------------------------------------
11. Footer
----------------------------------------------*/

/* #region Footer */

footer {
    background-color: var(--footer-bg-color);
    color: var(--secondary-p-color);
}

footer.odd {
    background-color: #111111;
}

footer .brand .logo {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 0.8;
    background-image: -webkit-linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    background-image: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer .title {
    color: var(--primary-color);
}

footer .brand a:hover {
    text-decoration: none;
}

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;
	-webkit-text-fill-color: unset;
}

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(--footer-bg-color);
    border-top: 1px solid #313646;
    padding: 40px 0;
}

footer .copyright p {
    font-size: 13px;
    line-height: 1.8;
}
footer .copyright a {
    font-size: 13px !important;
    line-height: 1.8 !important;
}
footer .footer-nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
footer .footer-nav li {
    display: inline-block;
    margin: 0px;
    border-right: 1px solid #666;
    padding: 0px 10px;
}
footer .footer-nav li:last-child {
    border-right: none;
}
footer .footer-nav li a {
	padding: 0;
    color: var(--primary-p-color) !important;
}
footer .footer-nav li a:hover {
    color: var(--primary-color) !important;
}

/* #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(--footer-bg-color);
}

.odd .modal-content {
    background-color: var(--footer-bg-color);
}

.modal-content.full {
    height: 100%;
}

.modal-header {
    align-items: center;
    padding: 25px;
    border: none;
    font-weight: 600;
    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-body {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
}

/* #endregion Modal */

/*----------------------------------------------
13. Miscellaneous
----------------------------------------------*/
.formWrapper span.wpcf7-list-item{
	display: block;
}
.footer form textarea{
	height: 113px;
}
/* #region Miscellaneous */
.logo-carousel .swiper-wrapper {
	-webkit-transition-timing-function:linear!important;
	transition-timing-function:linear!important; 
}
.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 a {
	-webkit-text-fill-color: var(--primary-color) !important;
}
.scroll-to-top:hover {
    opacity: 1;
}

.scroll-to-top i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    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);
}

/* New Css Add Here */

#services .row.intro .row.intro .col-12 { padding: 0;}
#video { padding: 0;}
#portfolio.background-white-removed .card { background: #fff; -webkit-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent;
}
#mission .intro p {
    color: var(--secondary-p-color);
}
.case-study-description-cont { padding-top: 30px;}
.case-study-title-sec h1 br { display: none;}
#blog.padding-issue-sec { background: #fff; padding-top: 0;}
#blog.padding-issue-sec img, #blog.padding-issue-sec iframe { margin: auto; display: table;}
.case-study-img-center { text-align: center;}
#portfolio { padding-top: 0;}

header .navbar-expand { background: #000; border-top: 1px solid rgb(81, 84, 108);}
header .navbar.navbar-expand.navbar-sticky{ background-color: rgb(0, 0, 0);}

.about-img-cont-sec .img-wrp {position: relative;overflow: hidden;}
.about-img-cont-sec .img-wrp img{transition: all 0.5s ease;}
.about-img-cont-sec .img-wrp:hover img {transform: scale(1.1);}

.full-width-second-col { display: flex; flex-wrap: wrap; padding: 29px 0 0;}
.about-sec-img-cont-uper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 0 30px 0 30px;
	bottom: 0;
	margin-top: 40px;
	margin-bottom: 30px;
}
/* .about-img-cont-sec .img-wrp::before {
	content: "";
	background: #00000029;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 0;
} */

.about-img-cont-sec .img-wrp:hover .about-sec-img-cont-uper {
	margin-top: 20px;
}
.full-width-second-col .right-col-img-cont { width: calc(50% - 15px); margin-left: 15px; position: relative;}
.full-width-second-col .left-col-img-cont { width: calc(50% - 15px); margin-right: 15px; position: relative;}
.full-width-imgsec-col { padding-top: 30px;}
.right-full-width-col { padding-bottom: 30px; position: relative;}
.right-full-second-width-col { position: relative;}
.right-full-width-col img { /*height: 569px;*/ object-fit: cover;}
.right-full-second-width-col img { height: 281.4px; object-fit: cover;}



.about-sec-img-cont-uper h5 {
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 20px;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 3px #3e3e3e;
}
.about-sec-img-cont-uper h3 { margin: 0 0 0; font-weight: 700; font-family: 'Raleway', sans-serif;text-shadow: 1px 1px 3px #3e3e3e;color: #fff;}
.full-width-second-col .about-sec-img-cont-uper h5, 
.full-width-second-col .about-sec-img-cont-uper h3 {color: #fff;}

.about-new-section a.about-sec-img-cont-uper { background-image: inherit !important; background-clip: inherit !important; -webkit-text-fill-color: inherit !important;}

.right-full-third { position: relative; margin: 30px 0 0;}
.about-img-cont-sec .right-full-third .img-wrp { background: #000; border-top: 1px solid rgb(81, 84, 108);}
.about-new-section.bg-white.btm-gallery-sec { padding-bottom: 0;}
.single .container .image-size-sec .col-sm-6 img { width: inherit !important;}
.acf-field.acf-field-text.acf-field-5eebca1008d38.is-required, .acf-field.acf-field-wysiwyg.acf-field-5eebca2e08d39.is-required, .acf-field.acf-field-repeater.acf-field-5eebca3d08d3a.is-required, .acf-field.acf-field-text.acf-field-5eebcabd4574a.is-required, .acf-field.acf-field-wysiwyg.acf-field-5eebcacf4574b.is-required {
    display: none;
}


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


#blog.showcase .card .image-over {
    height: 400px;
}


@media(max-width: 1279px) {
.about-new-section .container { max-width: 1180px;}
.right-full-second-width-col img { height: 258.617px; object-fit: cover;}
.right-full-width-col img { height: 524px; object-fit: cover;}

}

@media(max-width: 1199px) {

    /* #region Header */

    body header .navbar-expand .navbar-nav.toggle {
        display: flex;
    }

    body header .navbar-expand .navbar-nav.contacts,
    body header .navbar-expand .navbar-nav.items ,
    body header .navbar-expand .navbar-nav.icons .social {
        display: none;
    }
    .top-area {
        display: none;
    }
    /* #endregion Header */

    /* #region Slider */

    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 {
        content: none;
    }

    body .full-slider .inner .right img,
    body .no-slider .inner .right img {
        max-height: 300px;
    }

    body .full-slider .inner button {
        margin: auto;
    }

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

    body .full-slider .inner, body .no-slider .inner {
        padding: 0 20px;
    }

    /* #endregion Slider */

    /* #region Section */

    body .container {
        padding: 0 10px;
        max-width: 100%;
    }

    body .container .card.featured:before {
        content: none;
    }

    body .container.full-grid {
        padding: 0;
        max-width: calc(100% - 20px);
        margin: 0 10px;
    }

    /* #endregion Section */

    /* #region Feature */   

    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 */
	
	
	
	
.about-new-section .container { max-width: 992px;}
.about-sec-img-cont-uper h3 { font-size: 26px;}	
.right-full-width-col img { height: 432px;}
.right-full-second-width-col img { height: 211.217px; object-fit: cover;}	
	
}

@media(max-width: 991px) {

    /* #region General */

    body h1 {
        font-size: 4rem;
    }

    body h2 {
        font-size: 2.5rem;
    }

    /* #endregion General */

    /* #region Slider */

    body .slider-h-100 {
        height: calc(100vh - 50px);
    }

    body .slider-h-100.alt {
        height: calc(85vh - 50px);
    }

    body .full-slider .inner .right,
    body .no-slider .inner .right {
        display: none;
    }

    /* #endregion Slider */

    /* #region Section */

    body aside {
        margin-top: 60px;
    }

    /* #endregion Section */

    /* #region Feature */

    body .card-columns {
        column-count: 2;
    }

    /* #endregion Feature */
	
.about-new-section .container { max-width: 100%;}
.about-new-section .left-img-col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 30px;}
.right-full-width-col img { height: auto; object-fit: cover;}

.about-new-section .right-img-col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; display: flex; justify-content: center; flex-wrap: wrap;}	
.about-new-section .right-img-col .right-full-width-col {width: calc(50% - 15px); margin: 0 10px 0 0;}
.about-new-section .right-img-col .right-full-second-width-col { width: calc(50% - 15px); margin: 0 0 0 10px;}
.about-new-section .right-img-col .right-full-second-width-col img { height: 238px; width: 100%;}
.right-full-width-col img { height: 238px; object-fit: cover; width: 100%;}
.about-new-section .right-full-third { width: 100%; margin-top: 0;}
.about-new-section .right-full-third .img-wrp { max-width: 600px; margin: auto; text-align: center;}
	
	
}

@media(max-width: 767px) {

    /* #region General */

    body h1 {
        font-size: 2rem;
    }

    body h2.featured:before {
        content: none;
    }
    
    /* #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:not(.image-left) .items .item:last-child {
        margin-bottom: 50px;
    }

    body .offers .items .item:not(:nth-last-child(-n+3)) {
        margin-bottom: 0;
    }

    body .offers .items .item:not(:nth-last-child(-n+1)) {
        margin-bottom: 30px;
    }

    body .blog-grid:not(.masonry) .items .item:not(:nth-last-child(-n+3)) {
        margin-bottom: 0;
    }

    body .blog-grid:not(.masonry) .items .item:not(:nth-last-child(-n+1)) {
        margin-bottom: 30px;
    }

    body .plans .items .item:nth-child(1),
    body .plans .items .item:nth-child(2) {
        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 .description, 
    body .no-slider .slide-content .inner .description {
        font-size: 1.2rem;
    }

    body .full-slider .slide-content .inner .left, 
    body .no-slider .slide-content .inner .left {
        width: 100%;
    }

    body .full-slider .slide-content .inner .left .description, 
    body .no-slider .slide-content .inner .left .description {
        display: none;
    }

    body .full-slider .slide-content .inner .left a.btn-primary-color:after,
    body .no-slider .slide-content .inner .left button.btn-primary-color:after {
        content: none;
    }

    body .full-slider .hero-image,
    body .no-slider .hero-image {
        right: initial;
    }

    body .full-slider .hero-image.alt,
    body .no-slider .hero-image.alt {
        top: 22%;
    }

    body .full-slider .inner .right .hero-image,
    body .no-slider .inner .right .hero-image {
        right: initial;
        width: auto;
        height: 82vh;
    }
	
	.parallax-section .title {
		font-size: 28px;
	}
	.btn.primary-button, .btn.primary-button.alt {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.breadcrumb a, .breadcrumb .breadcrumb-item {
		font-size: 14px !important;
		margin: 0 !important;
	}

    /* #endregion Slider */

    /* #region Section */

    body section {
        padding: 90px 0;
    }

    body section.bg-image-1,
    body section.bg-image-2 {
        background-image: none;
    }

    body section.featured:after {
        height: 60px;
        bottom: -30px;
    }

    /* #endregion Section */

    /* #region List */

    body .list-group-item img {
        margin-right: 90px;
    }

    /* #endregion List */

    /* #region Features */

    body .icon.bigger {
        width: 5rem;
        height: 5rem;
        margin: 0;
        font-size: 4.5rem;
        line-height: 5rem;
        font-weight: bold;
    }

    body .step-prev, body .step-next, body .send {
        width: calc(50% - 12px);
    }

    /* #endregion Features */

    /* #region Multi-Step Form */

    body .form .message {
        width: calc(100% - 30px);
    }

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

    /* #endregion Footer */
	
.about-new-section .right-img-col .right-full-second-width-col { width: calc(50% - 10px); margin: 0 0 0 10px;}	
.about-new-section .right-img-col .right-full-width-col {width: calc(50% - 10px); margin: 0 10px 0 0;}	
	
.about-sec-img-cont-uper h5{ margin: 0 0 10px;}
.right-full-second-width-col img {height: auto;}	
.about-sec-img-cont-uper { padding: 10px;}
	.about-sec-img-cont-uper {
	margin-top: 0;
}
.about-sec-img-cont-uper h3{ font-size: 22px;}	
.full-width-second-col{ padding: 20px 0 0;}
.full-width-second-col .right-col-img-cont{ width: calc(50% - 10px); margin-left: 10px;}	
.full-width-second-col .left-col-img-cont { width: calc(50% - 10px); margin-right: 10px;}
.full-width-imgsec-col { padding-top: 20px;}	
.about-new-section .left-img-col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 20px;}	
	
	
.about-new-section .right-img-col .right-full-second-width-col img { height: 180px; width: 100%;}
.right-full-width-col img { height: 180px; object-fit: cover; width: 100%;}	
#blog.showcase .card .image-over { height: 350px;}
#blog.showcase .card-body{ padding: 15px 10px;}
#blog.showcase .col-sm-4 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.about-new-section.bg-white.padding-remove { padding-top: 20px;}	
.row.intro.about-title-cont.margin-remove-btm { margin-bottom: 0;}
	
	
}

@media (max-width: 576px) {

    /* #region Feature */

    body .card-columns {
        column-count: 1;
    }
    
    /* #endregion Feature */

    /* #region Modal */
    
    body .modal-body {
        align-items: start;
    }
    
    /* #endregion Modal */
	
#blog.showcase .col-sm-4 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}	
	
	
	
}

@media (max-width: 539px) {
.full-width-second-col .left-col-img-cont { width: 100%; margin: 0 0 20px;}	
.full-width-second-col .right-col-img-cont { width: 100%; margin: 0;}	
.about-new-section .right-img-col { flex-wrap: wrap;}	
.about-new-section .right-img-col .right-full-width-col { order: 1; margin: 0 0 0; width: 100%; padding: 0 0 20px;}
.about-new-section .right-img-col .right-full-second-width-col { width: 100%; margin: 0; order: 2;}

.about-new-section .right-img-col .right-full-second-width-col { width:100%; margin: 0;}	
.about-new-section .right-img-col .right-full-width-col { width: 100%; margin: 0 0 10px;}	
.about-new-section .right-img-col .right-full-second-width-col img { height: auto; width: 100%;}
.right-full-width-col img { height: auto; object-fit: cover; width: 100%;}	
.about-new-section .right-full-third { order: 3; width: 100%; text-align: left; margin-top: 30px;}
.about-new-section .right-full-third .img-wrp{ text-align: left;}

}



@media(max-width: 374px) {

    /* #region General */

    body h1 {
        font-size: 3rem;
    }
    
    /* #endregion General */
}

/* #endregion All Media Queries */