/*----------------------------------------------
*
* [Main Stylesheet]
*
* Theme    : NEXGEN
* Version  : 1.0.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------
*
* [Font Import]
*
* Poppins : https://fonts.google.com
* Montserrat : https://fonts.google.com
*
----------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;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;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: var(--primary-bg-color);
    font-family: var(--p-font);
    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;
}

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;
}
 .lang-mob {
    	border: 2px solid var(--primary-color);
    	padding: 7px;
    	text-align: left;
    	color: white !important;
    	background: var(--primary-color);
    }
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: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-color);
    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: var(--h2-size);
    font-weight: var(--h1-weight);
    line-height: 1.2;
    font-family: var(--h1-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.odd h1,
.odd .slide-content .title {
    color: var(--white-color);
}

h1 em,
.slide-content .title em {
    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.5;
}

h1 .pre-title {
    position: relative;
    bottom: 10px;
    font-family: var(--p-font);
    font-size: 1rem;
    font-weight: 600;
}

.pre-title {
    width: fit-content;
    margin: auto;
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secondary-color);
}

h2 {
    margin: 1.5rem 0;
    font-size: var(--h2-size);
    font-weight: var(--h2-weight);
    line-height: 1.2;
    font-family: var(--h2-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h2 .featured {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    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: var(--primary-color);
    opacity: 0.15;
}

.odd h2 .featured:before {
    background-color: var(--secondary-color);
}

h2 .featured span {
    position: relative;
}

.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: var(--h2-font);
    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);
}
h5 i {
    position: relative;
    display: block;
    vertical-align: baseline;
    font-size: 1.5rem;
    color: var(--primary-color) !important;
    margin-bottom: 1rem;
    text-align: center;
}

#about-3 h5{
    text-align: center;
}

#about-3 .item-bg {
   background: var(--primary-bg-color-3);
   padding: 0.5rem;
   border-radius: 5px; 
   width: 100%
}

.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: var(--h2-font);
    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: var(--h2-font);
    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;
}


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="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);
}

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);
}

td {
    padding: 10px 0;
}

/* #endregion General */

/*----------------------------------------------
3. Section
----------------------------------------------*/

/* #region Section */

section {
    position: relative;
    width: 100%;
    padding: 130px 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); }

.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(../../../assets/textures/bullets.html);
    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;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}


/* #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;
}

.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;
}

.highlights .items .item .icon {
    color: var(--primary-color);
}

.team .items .item {
    margin-bottom: 50px;
}

.team .items h4 {
    margin: 0 0 10px;
}

.team .items p {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
}

.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: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    background-color: var(--primary-color);
    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: var(--p-font);
    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:not(.no-hover):hover {
    transform: none;
} */

.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);
}



.contacts h4 {
    margin-top: 0;
}

.contacts a:not(.btn) {
    padding: 5px 0;
    font-size: 1rem;
    font-weight: 400;
    color: var(--primary-color);
}

.contacts li {
    margin: 6.1px 0;
}

.contacts i {
    width: 45px;
    height: 45px;
    background: var(--primary-bg-color-3);
    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;
}


/* #endregion Helper Class */

/*----------------------------------------------
5. Header
----------------------------------------------*/

/* #region Header */

header {
    position: relative;
    z-index: 5;
}

.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: relative;
    z-index: 5;
    height: 50px;
    padding: 0;
    background-color: var(--nav-top-bg-color);
}

.navbar.sub {
    top: 50px;
}

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;
   
}

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;
 
}

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;
 
}

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;

}

header .navbar-expand {
    position: fixed;
    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 5px;
}

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;
  
    opacity: 0.15;
}

header .navbar-expand .navbar-brand .featured .first {
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
    color: var(--secondary-color);
    font-size:1.6rem !important;
}

 .last {

    font-size:1.6rem !important;
}

.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.85rem;
    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: 1rem;
    font-weight: 500;
}

.navbar-expand .navbar-nav .nav-link:not(.btn) {
    padding-right: 1rem;
    padding-left: 1rem;
    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: var(--secondary-color);
}

.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 1.25rem;
    font-size: 0.85rem;
    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;
}

.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 .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 .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 .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;
}

.slider-h-auto.no-slider .inner {
    top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.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: 50vh;
}

.slider-h-50.slider-h-auto {
    min-height: 50vh;
}

.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;
    padding: 0 15px;
}

.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;
    top: calc(50% - 50px);
    right: 40px;
    left: initial;
    width: fit-content;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 35px;
    margin: 7.5px 0!important;
    display: block;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    opacity: 0.5;
    outline: none;

}

.swiper-pagination-bullet:hover {
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    opacity: 1;
}

.swiper-pagination-bullet-active:hover {
    background-color: var(--primary-color);
}

.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 */

.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;
}

.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);
}


.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;
}


.btn {
    width: fit-content;
    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;
}


/* #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: rgba(0, 0, 0, 0.075);
    border: none;
    border-radius: 4px;
    line-height: 1.2;
    color: var(--primary-t-color);
}

.form-control.less-opacity {
    background-color: rgba(0, 0, 0, 0.75);
}

.odd .form-control {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--secondary-t-color);
}

.odd .form-control.less-opacity {
    background-color: rgba(255, 255, 255, 0.5);
    color: var(--primary-t-color);
}

select.form-control {
    color: #6c757d;
}

.odd select.form-control {
    color: #6c757d;
}

.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: var(--primary-t-color);
    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: var(--secondary-t-color);
    border: none;
    box-shadow: none;
}

.odd .form-control.less-opacity:focus {
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--primary-t-color);
}

.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 */

/*----------------------------------------------
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 */


/*----------------------------------------------
11. Footer
----------------------------------------------*/

/* #region Footer */

footer {
    position: relative;
    background-color: var(--footer-bg-color);
}

footer.odd {
    background-color: #111111;
}



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: 1452px) {
    .indnt-mjr {margin-left: 0 !important;}
}
@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;
    }
    .lang-mob {
    	border: 2px solid var(--primary-color);
    	padding: 7px;
    	text-align: left;
    	color: white !important;
    	background: var(--primary-color);
    }

    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 */
    .about-faq .sticky {
        margin-top : 4rem !important;
    }
    body h1,
    body .slide-content .title {
        font-size: 3.5rem;
    }

    body h2 {
        font-size: 2rem;
    }

    /* #endregion General */

    /* #region Slider */

    body .slider-h-100 {
        height: calc(100vh - 50px);
    }

    body .slider-h-100.alt {
        height: calc(85vh - 50px);
    }

    body .slider-h-100.slider-h-auto.alt {
        height: 120vh;
    }

    /* #endregion Slider */

    /* #region Section */

    body aside {
        margin-top: 60px;
    }

    body .team .quote {
        height: auto;
        display: none;
    }    
    

    .contacts ul li a{
        font-size: 0.9rem !important;
    }

    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;
    }

    /* #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: 1.8rem !important;
    }

    .pr-5 {
        padding-right: 0px !important;
    }

    .text-justify{
        text-align: left !important;
    }

    .testimonials ul li {
        font-size: 14px;
    }
    

    /* #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.85rem;
    }

    /* #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;
    }

    /* #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%;
    }

    /* #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;
    }
    
    /* #endregion Modal */
}

@media(max-width: 374px) {

    /* #region General */

    body h1,
    body .slide-content .title {
        font-size: 2.5rem;
    }
    
    /* #endregion General */
}

/* #endregion All Media Queries */

.anchor-link {
    color: white !important;
    -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;
}

.anchor-link:hover {
    color: var(--secondary-color) !important;
}

.anchor-menu {
    padding-left: 0.2rem !important;
    padding-right: 0;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    border: none;
    color: #21333e !important;
    -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;
}

.anchor-menu:hover {
    color: var(--secondary-color) !important;
}

#map2{height: 100%;}

.indnt {margin-left: 2.29rem;}
.indnt-mjr {margin-left: 3.55rem;}

.head_logo{
    height: 4rem;
    margin-right: 1rem;
}

  .testimonials .card {
    transform-style: preserve-3d;
  transition: transform 0.7s;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: transform 0.7s;
  -o-transform-style: preserve-3d;
  -o-transition: transform 0.7s;
  -moz-transform-style: preserve-3d;
  -moz-transition: transform 0.7s;
    cursor: pointer;
    padding: 35px 25px;
    /* background-color: rgba(166, 175, 189, 0.3); */
    height: 20rem !important;
    align-items: center;
    box-shadow:   rgba(150, 150,150, 0.5) 0 0 5px;
  }

  .testimonials .card:hover {   
    box-shadow: rgba(51, 51, 51, 0.5) 0 0 5px;
  }
  
  .front, .back {
    position: absolute;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    padding: 2rem 2rem;
    margin-top:-35px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  
  .front {
      background-color: #187bcd;
      color: #f8f8f8;
     
  }

  .front h4 {
    color: #f8f8f8;;
  }
  .back {
    background-color: rgba(255, 255 , 255,1);
    -webkit-transform: rotateY(180deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: rotateY(180deg); /* IE 9 */
    transform: rotateY(180deg); /* IE 10, Fx 16+, Op 12.1+ */
  }

  .back:hover {
    background-color: rgba(166, 175, 189, 0.8);
  }
  .front:hover {
    background-color: #156aaf;
  }

  .back p {
      font-size: 14px;
  }

  .mt-2l{
    margin-top: 3.5rem;
}
  .mt-3l{
      margin-top: 2.7rem;
  }

  .mt-4l{
    margin-top: 1.9rem;
}
.mt-5l{
    margin-top: 1.1rem;
}

.mt-5p{
    margin-top: 2.8rem !important;
    margin-bottom: 1rem;
}

.mt-4p{
    margin-top: 3.4rem !important;
    margin-bottom: 1rem;
}

.mt-8p{
    margin-top: 0.8rem !important;
    margin-bottom: 1rem;
}

.mt-9p{
    margin-top: 0rem !important;
    margin-bottom: 1rem;
}

.t-small{
    font-size: 11px !important;
}

.logo_contact{
    margin-top: -15px;
    display:inline;
    height: 60px;
}
.logo_title{
    display:inline;
}
.logo_span {
    color: #2a9df4;
}

.item-h:hover{
    background-color: rgba(166, 175, 189, 0.5) !important;
}

.p-f-20{
    font-size: 20px !important;
}


#faq-section-2{
    background: #f2f2f2;
}

#accordion .btn {
    text-align: left;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: var(--primary-color);
}

#accordion .btn:hover {
    color: #1462a1
}

#accordion .card-header, #accordion .card {
    background-color: #fff;
    border: none;
}

#accordion .card-header .btn i {
    margin-top: 12px;
}

.card{
    background-color: transparent;
    border: none;
    border-radius: 10px;
   
}

.flipped{
    -webkit-transform: rotateY(180deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: rotateY(180deg); /* IE 9 */
    transform: rotateY(180deg); /* IE 10, Fx 16+, Op 12.1+ */

}

#about .smooth-anchor {
    font-size: 20px;
}



