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

 01. Google fonts
 02. Basics style
 03. Helper style 
 04. Selection style 
 05. Owl-Theme custom style
 06. Section style
 07. Navbar style
 08. Header style
 09. Slider style
 10. Slider Left Panel style
 11. Page Banner Header style
 12. Content Lines style
 13. Video Background
 14. About style 
 15. Team style
 16. Team Details style
 17. Careers style
 18. Services style
 22. Projects style
 27. Project Page style 
 28. Clients style
 29. Gallery style
 30. Promo Video and Testimonials style
 31. Blog 
 35. Post style
 36.  style
 37. Buttons style
 38. Footer style
 39. Corner style
 40. Preloader style
 41. toTop Button style
 42. Accordion Box (for Faqs) style
 43. Pricing plan style
 44. Error Page - 404 style
 47. Comming soon style
 48. Overlay Effect Bg image style - [NEW]
 49. Responsive (Media Query)
 
----------------------------------------------------------------------------------- */


/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald:wght@200;300;400;500;600;700&display=swap');


/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #afaeae;
    overflow-x: hidden !important;
    background: #000000;
}
p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #afaeae;
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #323232;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #E6A250;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Oswald', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #afaeae;
    background-image: none;
    border-bottom: 1px solid #323232;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #E6A250;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #E6A250;
    border: 1px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #323232;
    color: #fff;
    border: 1px solid transparent;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #ececec;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

/* submit and alert success  */
input[type="submit"] {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #E6A250;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}
.alert-success {
    background: transparent;
    color: #afaeae;
    border: 1px solid #E6A250;
    border-radius: 0px;
}

/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #323232;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #afaeae;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width:100%;
    position:relative;
    z-index:3;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #fff;
}
blockquote p {
    margin-bottom: 0;
}
blockquote p a {
    color:inherit;
}
blockquote cite {
    display:inline-block;
    font-size: 16px;
    position:relative;
    padding-left: 60px;
    border-color:inherit;
    line-height:1;
    margin-top: 22px;
    font-style:normal;
    color: #E6A250;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid; 
    border-color:inherit;
    color: #E6A250;
}


/* Placeholder */
::-webkit-input-placeholder {
    color: #afaeae;
    font-size: 15px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #afaeae;
}

::-moz-placeholder {
    color: #afaeae;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #afaeae;
}


.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}


.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}
.count {
    font-family: 'Oswald', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.js .animate-box {
    opacity: 0;
}

.map {	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}

:root { scroll-behavior: auto; }

/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #afaeae;
    background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
    color: #afaeae;
    background: rgba(0, 0, 0, 0.1);
}
::selection {
    color: #afaeae;
    background: rgba(0, 0, 0, 0.1);
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #E6A250;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


/* ======= Section style ======= */
.section-padding {
    padding: 2% 0;
}

.section-padding h6 {
    color: #E6A250;
    font-size: 20px;
    margin-bottom: 20px;
}
.section-title {
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 10px;
    word-spacing: 5px;
    margin-bottom: 30px;
}

.section-cookie {
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1.5px;
    word-spacing: 2.5px;
    margin-bottom: 30px;
}

.section-title span {
    color: #E6A250;
}

.section-cookie-span {
    color: #E6A250;
    line-height: 1px;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    position: relative;
}

.section-cookie-h4 {
    color: #ffffff;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 350;
    position: relative;
}

#contact-title {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 10px;
    word-spacing: 5px;
    margin-bottom: 30px;
}

#contact-title span {
    color: #E6A250;
}

.section-title2 {
    font-size: 35px;
    font-weight: 300;
    color: #E6A250;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ======= Navbar style ======= */
.navbar-toggler {
    border: none;
    background: transparent;
}

.navbar-toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 24px;
}

.navbar-toggler-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-toggler .bar1 {
    transform-origin: top left;
}

.navbar-toggler .bar3 {
    transform-origin: bottom left;
}

.navbar-toggler.collapsed .bar1 {
    transform: rotate(45deg);
}

.navbar-toggler.collapsed .bar2 {
    opacity: 0;
}

.navbar-toggler.collapsed .bar3 {
    transform: rotate(-45deg);
}

.navbar-toggler {
    outline: none; 
    box-shadow: none; 
    border: none; 
  }
  
  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none; 
    box-shadow: none; 
    border: none; 
  }  

/* Navbar general styles */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 5%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #01674E;
}
.navbar .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    margin: 1px;
    transition: all 0.4s;
    padding-right: 12px;
    padding-left: 12px;
    font-family: 'Oswald', sans-serif;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #01674E;
}
.navbar .navbar-nav .nav-link:hover {
    color: #01674E;
}
.navbar .navbar-nav .active {
    color: #01674E;
}
.navbar .navbar-nav .active i {
    color: #01674E;
}
.nav-scroll {
    background: #E6A250;
    padding: 0 5% 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    transition: transform 0.5s;
    transform: translateY(100px);
    border: none;
    border-bottom: 1px solid #323232;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #ffffff;
}
.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}
.nav-scroll .navbar-nav .active {
    color: #01674E !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}

.logo-scroll{
    display: none;
}

.nav-scroll .logo-img {
    display: none;
    width: 75px;
}

.nav-scroll .logo-scroll {
    display: block;
    width: 75px;
}
.nav-scroll .logo {
    width: 75px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    color: #E6A250;
    letter-spacing: 5px;
    display: none;
}
.nav-scroll .logo-wrapper .logo span {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #575757;
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: 3px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-left: 5px;
    display: none !important;
}


.nav-scroll .logo-wrapper h2 {
    display: block;
}

.nav-scroll .logo-wrapper {
    padding: 15px 5% 15px 30px;
    background: #000000;
}

.logo-wrapper {
    float: left;
    background: #E6A250;
}
.logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #E6A250;
    letter-spacing: 9px;
    margin-bottom: 0;
}
.logo-wrapper .logo h2 a i {
    color: #777;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #777;
    font-weight: 800;
    letter-spacing: 4px;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
}

.logo-img {
    width: 100px;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.nav-scroll .dropdown .nav-link i {
    color: rgba(255, 255, 255, 0.5);
}

.dropdown .nav-link.nav-color i {
    color: rgba(0, 0, 0, 0.5);
}
.navbar .dropdown-menu .dropdown-item {
    padding: 6px 0;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: relative;
    transition: all 0.4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #E6A250;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(255,255,255, 0.02);
}
.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}

.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}


/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}
/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 3%;
    left: 12%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-], .project-page .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #E6A250;
    color: #E6A250;
}

/* ======= Slider left panel style ======= */
.left-panel {
    background: #000000;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}


.social-left {
    display: block;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 24px;
    background: #000000;
    z-index: 10;
}

.social-left:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 70px;
    top: -70px;
    background: #afaeae;
}

.social-left li {
    display: block;
    margin: 0;
    padding: 3px 0;
}
.social-left li a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #afaeae;
    color: #afaeae;
    border-radius: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.social-left li a:hover {
    color: #E6A250;
    border: 1px solid #E6A250;
}


/* ======= Page Banner Header style ======= */
.banner-header {
    height: 30vh;
    z-index: -2;
}
.banner-header h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-header h6 a:hover {
    color: #fff;
}
.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h5 {
    color: #E6A250;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.banner-header h1 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #E6A250;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.banner-header p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #afaeae;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-header p a {
    color: #E6A250;
}

.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, .8) 100%, rgba(39, 39, 39, 0.5) 100%);
    background: linear-gradient(to top, rgba(39, 39, 39, 1) 0%, rgba(39, 39, 39, 0.8) 100%, rgba(39, 39, 39, 0.5) 100%);
    object-fit: cover;
}


/* =======  Video Background  ======= */
.navbar-hidden {
    display: none !important;
  }
  
  .video-fullscreen-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
  }
  .video-fullscreen-video {
    width: 100%;
    height: auto;
  }
  .video-fullscreen-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size:24px;
    width: 30px;
    cursor: pointer;
    z-index: 10000;
  }
  

/* ======= About style ======= */

.about .about-img img:hover {
    transform: scale(0.95);
}
.about .about-img {
    position: relative;
}
.about .about-img .img {
    width: 100%;
    padding: 4% 2% 4% 4%;
    position: relative;
}
.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #323232;
}
.about .about-img .img img {
    position: relative;
    z-index: 2;
    background: #E6A250;
}
.about-img-2 {
    position: relative
}

.about-img .about-img-2 {
    width: 50% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 1% 1%;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #E6A250;
}

/* ======= Careers style ======= */
.position {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    padding: 2% 2%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
    background-color: transparent;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.position-link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%
}
.position-title {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    color: #FFF;
}
.position-title span {
    font-family: 'Didact Gothic', sans-serif;
    color: #afaeae;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}
.position-location {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    color: #FFF;
}
.position-location span {
    font-family: 'Didact Gothic', sans-serif;
    color: #afaeae;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}
.position-time {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #afaeae;
}
.position-time span {
    font-family: 'Didact Gothic', sans-serif;
    color: #E6A250;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}
.position-icon {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
.position-icon i {
    display: inline-block
}
/* hover */
.position:hover {
    background-color: #E6A250;
}
.position:hover .position-title,
.position:hover .position-title span,
.position:hover .position-location,
.position:hover .position-location span,
.position:hover .position-time,
.position:hover .position-time span,
.position:hover .position-icon {
    color: #fff;
}

/* ======= Services style ======= */
.services .item {
    padding: 10px 0;
    margin-bottom: 0px;
    position: relative;
}

.services .item:hover {
    background: #000000;
}

.services .item h5 {
    font-size: 100%;
    width: 100%;
    font-weight: 300;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    overflow-wrap: normal;
}
.services .item p {
    margin-bottom: 0;
}
.services .item img {
    width: 60px;
    margin-bottom: 20px;
}

.ti-arrow-down {
    color: #E6A250;
}

.drop-button{
    background: #000000;
    width:100%;
    display:flex;
}

.drop-button:hover{
    background: #000000;
}

.drop-button h5{
    display: flex;
    align-items: flex-start;
}

#drop-arrow1, #drop-arrow2, #drop-arrow3, #drop-arrow4,
#drop-arrow5, #drop-arrow6, #drop-arrow7, #drop-arrow8,
#drop-arrow9, #drop-arrow10, #drop-arrow11, #drop-arrow12{
    margin-left: 10px;
    transition: transform 0.3s ease;
}

#drop-arrow1.rotate, #drop-arrow2.rotate, #drop-arrow3.rotate,
#drop-arrow4.rotate, #drop-arrow5.rotate, #drop-arrow6.rotate,
#drop-arrow7.rotate, #drop-arrow8.rotate, #drop-arrow9.rotate,
#drop-arrow10.rotate, #drop-arrow11.rotate, #drop-arrow12.rotate{
    transform: rotate(225deg);
}

/* line animation */
.services .item .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
.services .item .line:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    background-color:#E6A250;
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.services .item:hover .line:after {
    width: 100%;
    background-color: #E6A250;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.catch-line{
    color:#fdfdfd;
    text-align: center;
    align-self: center;
}

.amenities-link{
    color:#E6A250
}

.amenities-link:hover{
    color:#fff
}

.icon-container{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: fit-content;
    align-items: flex-start;
}

.description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.description.show {
    max-height: 500px; /* Adjust this based on expected content length */
}


/* Mortgage Calculator Section */
.mortgage-calculator {
    background: #01674E;
    padding: 0 7%;
    border-radius: 8px;
    position: relative;
    display: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.6s ease-in-out;
    margin: auto;
}

.mortgage-calculator.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.mortgage-calculator.hide {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.6s ease-in-out;
}

/* Buttons */
#toggle-calculator,
#close-calculator-btn,
#calculate-btn {
    background-color: #01674E;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid transparent; /* Set transparent border to maintain consistent size */
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box; /* Ensure padding doesn't alter the button's dimensions */
}

#calculate-btn {
    background-color: #E6A250;
}

/* Hover Effects for Buttons */
#toggle-calculator:hover,
#close-calculator-btn:hover,
#calculate-btn:hover {
    background-color: #fff;
    color: #1a1a1a;
    border-color: #E6A250; /* Apply border color without altering size */
}

#toggle-calculator:focus,
#close-calculator-btn:focus,
#calculate-btn:focus {
    outline: none;
}

/* Arrow Styling */
.arrow-container {
    position: absolute;
    top: 55px;
    right: 10%;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.arrow-container.show {
    opacity: 1;
    transform: translateY(0);
}

.arrow-up {
    width: 30px;
    height: 30px;
    display: block;
    border: 2px solid #E6A250;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.arrow-up:hover {
    border-color: #fff;
    transform: rotate(-135deg) scale(1.1);
}

.arrow-down {
    width: 12px;
    height: 12px;
    display: block;
    border: 2px solid #E6A250;
    border-width: 0 2px 2px 0;
    transform: rotate(-315deg);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.arrow-down:hover {
    border-color: #fff;
}

/* Dropdown Styling */
#bank-selection {
    padding: 10px;
    font-size: 16px;
    background-color: #E6A250;
    color: #fff;
    border: 1px solid #E6A250;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.bank{
    width: 10%;
}


/* ======= Projects style ======= */
.projects .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.projects .item:hover .con {
    bottom: 0;
}
.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.projects .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.projects .item .con h6,
.projects .item .con h6 a {
    position: relative;
    color: #E6A250;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.projects .item .con h5,
.projects .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.projects .item .con p {
    color: #fff;
    font-size: 20px;
}
.projects .item .con i {
    color: #fff;
    font-size: 20px;
}
.projects .item .con i:hover {
    color: #E6A250;
}
.projects .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #afaeae;
    padding: 11px 30px;
}
.projects .item .con .butn-light:hover {
    border-color: #E6A250;
}
/* line animation */
.projects .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}
.projects .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

/* prev/next project */
.projects-prev-next {
  padding: 40px 0;
  border: none;
  border-top: 1px solid #323232;
  position: relative;
}
@media (max-width: 600px) {
  .projects-prev-next {
    text-align: center;
  }
    
  .projects-prev-next-left {
        margin-bottom: 10px;
    }
}

.projects-prev-next a {
    display: inline-block;
    font-size: 16px;
    color: #afaeae;
    line-height: 1em;
}
.projects-prev-next a i {
  font-size: 20px;
}

.projects-prev-next a:hover {
    color: #E6A250;
}
.projects-prev-next .projects-prev-next-left a i {
  margin-right: 5px;
  font-size: 12px;
}
.projects-prev-next .projects-prev-next-right a i {
 font-size: 12px;
  margin-left: 0;
  margin-left: 5px;
}

/* ======= Project Page style ======= */
.project-page h6 {
    margin-bottom: 0px;
    position: relative;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    color: #afaeae;
}
.project-bar {
    padding: 30px 45px 30px 45px;
    background-color: #323232;
    margin-top: -55px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.project-bar h5  {
    color: #E6A250;
    font-size: 16px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
@media (max-width: 600px) {
    .project-bar {
     margin-top: 0px; 
    }
}
/* page list */
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.page-list li+li {
    margin-top: 10px;
}
.page-list-icon {
    display: flex;
    align-items: center;
}
.page-list-icon span {
    font-size: 13px;
    color: #E6A250;
    background-color: transparent;
    border: 1px solid #323232;
    border-radius: 50%;
    padding: 9px;
}
.page-list-text {
    margin-left: 15px;
}
.page-list-text p {
    font-size: 16px;
    margin: 0;
}



/* ======= Clients style ======= */
.clients {
    background-color: #E6A250;
}
.clients .owl-carousel {
    margin: 20px 0;
}
.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}
.clients .clients-logo:hover {
    opacity: 1;
}
.clients img {
    -webkit-filter: none;
    filter: none;
}
.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-top: 20px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 14px;
}
.gallery-box .gallery-detail i {
    color: #E6A250;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #E6A250;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0,0,0, 0.4);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Promo Video and Testimonials style ======= */
/* testimonials style */
.testimonials-box {
    position: relative;
    background: #E6A250;
    padding: 60px 45px;
    margin-bottom: -90px;
}
.testimonials-box .head-box h6 {
    font-weight: 400;
    color: #afaeae;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.testimonials-box .head-box h4 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 5px;
    border-bottom: 1px solid #373737;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.testimonials-box .head-box h4 span {
    color: #fff;
}

.google-map {
    height: 100px;
    padding-bottom: 15%;
    position: relative;
}

.map-title{
font-size: 40px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
color: #fff;
text-transform: uppercase;
position: relative;
letter-spacing: 10px;
word-spacing: 5px;
}

.google-map iframe {
    margin-top: 50px;
    height: 90%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
/* play button */
.vid-area h5 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-left: 5px;
}
.play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(197, 164, 126, 0.5);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
    padding-left: 5px;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #E6A250;
}
.play-button.color .circle-fill circle {
    fill: #E6A250;
}

/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}

.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 7px 6px 7px 8px;
    line-height: 0;
}

.video-gallery-polygon:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #E6A250;
}


/* pagination */
.bauen-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.bauen-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.bauen-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #afaeae;
    font-weight: 300;
    border: 1px solid #323232;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    border-radius: 100%;
}
.bauen-pagination-wrap li a i {
    font-size: 11px;
}
.bauen-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid #E6A250;
    color: #E6A250;
}
.bauen-pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #E6A250;
    color: #E6A250;
}


/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}
hr.border-1 {
    border-top: 1px solid #323232;
}
hr.border-2 {
    border-top: 1px solid #424242;
}
/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 3px;
}
.link-btn i {
    margin-left: 3px;
    font-size: 12px;
    color: #E6A250;
}
.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #E6A250;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.link-btn:hover::before {
    width: 100%
}

/* ======= Contact style ======= */
#bauen-contactMap {
    width: 100%;
    height: 550px;
}


/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #E6A250;
    color: #fff;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #323232;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span {
    color: #fff;
}
/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}
.butn-light a {
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 1% 1%;
    margin: 0;
    position: relative;
    font-size: 1.6em;
    letter-spacing: 3px;
    border: 2.5px solid #fff;
}
.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    position: relative;
    z-index: 2;
}
.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span {
    color: #050505;
}


/* ======= Footer style ======= */
.main-footer {
    padding: 2% 0 0;
    border-top: 1px solid #E6A250;
    position: initial;
}
.main-footer.dark {
    background: #030303;
    color: #fff;
}
.main-footer .abot p {
    color: #afaeae;
}
.main-footer .abot .social-icon {
    text-align: center;
    margin-bottom: 20px;
}
.main-footer .abot .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #afaeae;
    color: #afaeae;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-footer .abot .social-icon a:hover {
    border: 1px solid #E6A250;
    background: transparent;
    color: #E6A250;
}
.main-footer .fothead h6 {
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    color: #E6A250;
    font-size: 17px;
    text-align: center;
}
.main-footer .fotcont .fothead h6 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
}
.main-footer .fotcont .fothead h6:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border: none;
}
.main-footer .fotcont p {
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}
/* sub footer */
.main-footer .sub-footer {
    padding: 30px 0 10px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}
.main-footer .sub-footer p {
    font-size: 14px;
    color: #afaeae;
    margin-top: 7px;
}
.main-footer .sub-footer p a:hover {
    color: #E6A250;
}
.main-footer .sub-footer p.right {
    text-align: right;
}


/* ======= Corner Style ======= */
.hero-corner {
    top: 50px;
    right: 50px;
    z-index: 21;
    border-top: 1px solid;
    border-right: 1px solid;
}
.hero-corner2 {
    top: 50px;
    left: 50px;
    border-top: 1px solid;
    border-left: 1px solid;
}
.hero-corner3 {
    bottom: 50px;
    right: 50px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.hero-corner4 {
    bottom: 50px;
    left: 50px;
    border-bottom: 1px solid;
    border-left: 1px solid;
}
.hero-corner,
.hero-corner2,
.hero-corner3,
.hero-corner4 {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 21;
    border-color: rgba(255, 255, 255, 0.2);
}


/* ======= Preloader Style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000000;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;

}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.progress-wrap::after {
    color: #E6A250;
}
.progress-wrap svg.progress-circle path {
    stroke: #E6A250;
}



/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
  position: relative;
    padding: 0;
}
.accordion-box .block {
  position: relative;
  background: #323232;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 16px;
}
.accordion-box .block.active-block {
  background-color: #323232;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: #afaeae;
    transition: all 500ms ease;
    font-family: 'Oswald', sans-serif;
}
.accordion-box .block .acc-btn .count {
  color: #E6A250;
  padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
  position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #E6A250;
    line-height: 30px;
    content: "\e61a";
    font-family: "Themify";
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  background-color: #323232;
    color: #E6A250;
}
.accordion-box .block .acc-btn.active:before {
  color: "Themify";
  content: "\e622";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
  position: relative;
    padding: 0px 40px 30px;
    background-color: #323232;
    color: #afaeae;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0px;
  display: block;
}


/* ======= Pricing plan style ======= */
.pricing-card {
    background-color: #323232;
    padding: 60px 40px 40px 40px;
    border-radius: 0;
    margin-bottom: 30px;
    height: 590px;
}
.pricing-card-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pricing-card-list {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.pricing-card-list li {
  position: relative;
    font-size: 16px;
    padding-left: 30px;
}
.pricing-card-list li+li {
  margin-top: 5px;
}
.pricing-card-list li i {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(50%);
    font-size: 15px;
    color: #E6A250;
}
.pricing-card-list li i.unavailable {
  color: #afaeae;
}
.pricing-card:hover {
  opacity: 1;
}
.pricing-card:hover i {
  color: #E6A250;
}
.pricing-card-name {
    line-height: 1;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #E6A250;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-weight: 300;
}
.pricing-card-amount {
  margin: 0;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
/* butn */
.butn-pricing {
    position: relative;
    line-height: 1.2em;
}
.butn-pricing a {
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #E6A250;
    color: #fff;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
}
.butn-pricing a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #E6A250;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-pricing a span {
    position: relative;
    z-index: 2;
}
.butn-pricing a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-pricing a:hover span {
    color: #fff;
}



/* ======= Error Page 404 style ======= */
.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}
.error-form form {
  position: relative;
}
.error-form .form-group {
  position: relative;
  margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
  position: relative;
  line-height: 30px;
  padding: 40px 60px 20px 30px;
  height: 70px;
  display: block;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 16px;
  background: #323232;
  color: #afaeae;
  border-radius: 7px;
  border: 1px solid #323232;
  transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: #323232;
}
.error-form .form-group input::-webkit-input-placeholder {
  color: #323232;
}
.error-form .form-group .theme-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: #afaeae;
}
.error-form .form-group .theme-btn span {
  vertical-align: middle;
    outline: none;
}

.contact-info{
    display:flex;
    justify-content: space-between;
}

.button-container{
    display: flex;
    justify-content: space-between;
}

.contact-button {
    align-self: left;
    padding: 10px 20px;
    margin-bottom: 2.5%;
    background-color: #01674E;
    color: white;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    transition: background-color white 0.3s ease, transform 0.5s ease-in-out;
}

.contact-button:hover{
    background-color: white;
    color: #333; 
}

.booking-button {
    align-self: right;
    background-color: #01674E;
    color: white;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    transition: background-color white 0.3s ease, transform 0.5s ease-in-out;
}

.booking-button:hover{
    background-color: white;
    color: #333; 
}

#message-button{
    background-color: #01674E;
    border-radius: 10px;
}

#message-button:hover{
    background-color: white;
    color: #333; 
}

#contact-button, #message-button, #calculate-btn {
    transition: background-color 0.3s ease;
}

#contact-button.clicked, #message-button.clicked, #calculate-btn.clicked {
    background-color: white;
    color: #333; /* Ensure text remains visible on white background */
}

#booking-button, #message-button, #calculate-btn {
    transition: background-color 0.3s ease;
}

#booking-button.clicked, #message-button.clicked, #calculate-btn.clicked {
    background-color: white;
    color: #333; /* Ensure text remains visible on white background */
}

/* Form Styling */
.contact-form-container {
    margin-top: 40px;
    display: none; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    opacity: 0; /* Transition effect for smooth appearance */
}

.contact-form-container[style*="display: block"] {
    opacity: 1; /* Visible state */
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-darkgray]:before {
  background: #E6A250;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #afaeae;
}
[data-overlay-dark] p {
  color: #afaeae;
}
[data-overlay-darkgray] p {
  color: #afaeae;
}
[data-overlay-light] p {
  color: #afaeae;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}



/* ======= Laptops and Desktops ======= */
@media (min-width: 1200px) {

    .section-title {
        text-align: center;
    }

    .section-padding2 {
        padding: 10% 7.5% 90px 7.5%;
        position: relative;
    }

    #contact-title {
        text-align: center;
    }

    .navbar {
        top: 3.5%;
    }

    .navbar-toggler-icon {
        background-image: none;
    }
    .navbar .navbar-toggler-icon,
    .navbar .icon-bar {
        color: #E6A250;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 1.3em;
        font-weight: 400;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #fff;
        margin: 1px;
        transition: all 0.4s;
        padding-right: 12px;
        padding-left: 12px;
        font-family: 'Oswald', sans-serif;
    }
    .navbar .navbar-nav .nav-link.nav-color {
        color: #01674E;
    }
    .navbar .navbar-nav .nav-link:hover {
        color: #01674E;
    }
    .navbar .navbar-nav .active {
        color: #01674E !important;
    }
    .navbar .navbar-nav .active i {
        color: #01674E;
    }
    .nav-scroll {
        background: #E6A250;
        padding: 0 5% 0 0;
        position: fixed;
        top: -100px;
        left: 0;
        width: 100%;
        transition: transform 0.5s;
        transform: translateY(100px);
        border: none;
        border-bottom: 1px solid #323232;
    }
    .nav-scroll .navbar-toggler-icon,
    .nav-scroll .icon-bar {
        color: #01674E;
    }
    .nav-scroll .navbar-nav .nav-link {
        color: #fff;
    }
    .nav-scroll .navbar-nav .active {
        color: #01674E !important;
    }
    .nav-scroll .navbar-nav .logo {
        padding: 15px 0;
        color: #fff;
    }
    
    .logo-scroll{
        display: none;
    }
    
    .nav-scroll .logo-img {
        display: none;
        width: 75px;
    }
    
    .nav-scroll .logo-scroll {
        display: block;
        width: 150px;
    }
    .nav-scroll .logo {
        width: 150px;
    }
    .nav-scroll .logo-img {
        margin-bottom: 0px;
    }
    .nav-scroll .logo-wrapper .logo h2 {
        font-family: 'Oswald', sans-serif;
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 0px;
        width: 100%;
        position: relative;
        color: #E6A250;
        letter-spacing: 5px;
        display: none;
    }
    .nav-scroll .logo-wrapper .logo span {
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        color: #575757;
        font-weight: 400;
        letter-spacing: 3px;
        margin-top: 3px;
        line-height: 1.2em;
        text-transform: uppercase;
        margin-left: 5px;
        display: none !important;
    }
    
    
    .nav-scroll .logo-wrapper h2 {
        display: block;
    }
    
    .nav-scroll .logo-wrapper {
        padding: 0.5% 2.5% 0.5% 1%;
        background: #E6A250;
    }
    
    .logo-wrapper {
        float: left;
        background: #000000;
        padding-left: 0.5%;
        width: 7.5%;
    }
    .logo-wrapper .logo h2 {
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
        font-weight: 400;
        display: block;
        width: 100%;
        position: relative;
        color: #E6A250;
        letter-spacing: 9px;
        margin-bottom: 0;
    }
    .logo-wrapper .logo h2 a i {
        color: #777;
        font-size: 20px;
        vertical-align: super;
    }
    .logo-wrapper .logo span {
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 12px;
        color: #777;
        font-weight: 800;
        letter-spacing: 4px;
        display: block;
        margin-top: 5px;
        text-transform: uppercase;
    }
    
    .logo {
        padding: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .logo-img {
        width: 100%;
        height: 100%;
    }
    
    .dropdown .nav-link i {
        padding-left: 0px;
        font-size: 8px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .nav-scroll .dropdown .nav-link i {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .dropdown .nav-link.nav-color i {
        color: rgba(0, 0, 0, 0.5);
    }
    .navbar .dropdown-menu .dropdown-item {
        padding: 6px 0;
        font-family: 'Didact Gothic', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        position: relative;
        transition: all 0.4s;
        background-color: transparent;
    }
    .navbar .dropdown-menu .dropdown-item span {
        display: block;
        cursor: pointer;
    }
    .navbar .dropdown-menu .dropdown-item i {
        padding: 13px 0 0 5px;
        font-size: 8px;
        float: right;
    }
    .navbar .dropdown-menu .dropdown:hover > .dropdown-item,
    .navbar .dropdown-menu .dropdown-item.active,
    .navbar .dropdown-menu .dropdown-item:hover {
        color: #E6A250;
    }
    .navbar .dropdown-toggle::after {
        display: none;
    }
    .navbar .dropdown-menu li {
        border-bottom: 1px solid rgba(255,255,255, 0.02);
    }
    .navbar .dropdown-menu li:last-child {
        border-bottom: none;
    }
    .navbar .dropdown-menu .dropdown-menu.pull-left {
        top: 0;
        left: auto;
        right: 100%;
    }
    
    /* ======= Header style ======= */
    .header {
        min-height: 100vh;
        overflow: hidden;
    }
    .header .caption .o-hidden {
        display: inline-block;
    }
    
    .header .social a {
        color: #eee;
        font-size: 20px;
        margin: 10px 15px;
    }
    .container {
        max-width: 95% !important;
    }

    .left-panel {
        width: 7.5%;
    }

    .caption-container{
        margin-top:20%;
        margin-right:7.5%;
    }

    .capital{
        font-size: 200%;
    }

    .caption-line1{
        font-size: 1.5rem;
    }

    .caption-line2{
        font-size: 1.25rem;
    }


    .header .caption h1 {
        position: relative;
        margin-bottom: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 48px;
        text-transform: uppercase;
        line-height: 1.35em;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        color: #fff;
        font-weight: 400;
        letter-spacing: 15px;
    }
    .header .caption p {
        line-height: 1.75em;
        margin-bottom: 0;
        color: #fff;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        margin-right: 15px;
    }
    .header .caption p span {
        letter-spacing: 5px;
        text-transform: uppercase;
        margin: 0 5px;
        padding-right: 14px;
        position: relative;
    }
    .header .caption p span:last-child {
        padding: 0;
    }
    .header .caption p span:last-child:after {
        display: none;
    }
    .header .caption p span:after {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #E6A250;
        position: absolute;
        top: 10px;
        right: 0;
        opacity: .5;
    }
    .header .caption .butn-light {
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        margin-right: 15px;
    }

    .butn-light a {
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        background: transparent;
        color: #fff;
        padding: 1% 1%;
        margin: 0;
        position: relative;
        font-size: 1.6em;
        letter-spacing: 3px;
        border: 2.5px solid #fff;
    }

    .banner-header {
        position: relative;
        height: 0vh;
        margin-top: 70px;
        z-index: 1;
    }

    .about-container{
        padding: 4% 7.5% 0 7.5%;
    }

    .about-img .about-img-2 {
        width: 30% !important;
        position: absolute;
        bottom: 0px;
        right: 10%;
        z-index: 3;
        padding: 1% 1%;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        letter-spacing: 5px;
        font-size: 1.4em;
        line-height: 1.5em;
        text-align: center;
    }

    .about-valeria{
        display: flex;
        flex-direction: row;
    }

    .gallery-container{
        padding: 0 7.5%;
    }

    .downloads-container{
        padding: 0 15%;
    }
    #close-calculator-btn,
    #calculate-btn { 
        width: 25%;
        height: 100%;
        padding: 1% 2%;
    }

    #toggle-calculator{
        padding: 0.5% 1%;
    }

    .mortgage-calculator {
        padding: 50px 25px;
    }
    .mortgage-calculator h2 {
        font-size: 36px;
    }

    .calculator-window{
        margin: auto;
    }

    .loan-details{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #loan-period #interest-rate{
        width:150%;
    }

    .interest-data{
        width: 45%;
    }

    .payment-result{
        max-height: 4.5em;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding:1% 0;
        margin-top: 4%;
    }

    .arrow-container {
        top: 12%;
        right: 7.5%;
    }

    .arrow-up {
        width: 20px;
        height: 20px;
    }

     .services-container{
        background-color: #000000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width:100%;
        padding:4% 15% 0 15%;
        margin: auto;
    }

    .services .row {
        display: flex;
        justify-content: space-between;
    }

    .contact-container{
        display: flex;
        flex-direction: column;
        padding: 0 15%; 
    }

    .leads-collection{
        width: 50%;
        display: flex;
        flex-direction: column;

    }

    .catch-phrase{
        width: 50%;
    }

    .button-container{
        margin-left: 30%;
        display: flex;
        justify-content: space-between;
    }

    .contact-button {
        align-self: center;
        padding: 10px 20px;
        margin: 0%;
    }

    .booking-button {
        position: relative;
        align-self: right !important;
        padding: 2% 4%;
    }

    /* Contact Section Animations */
    #contact-title {
        transition: transform 0.8s ease, opacity 0.8s ease;
    }
    #contact-title.moved {
        transform: translateX(-34%);
        opacity: 1;
    }

    #contact-button {
        transition: transform 0.8s ease, opacity 0.8s ease;
    }
    #contact-button.moved {
        transform: translateX(-100%);
        opacity: 1;
    }

    #contact-form {
        transition: transform 0.8s ease, opacity 0.8s ease;
        transform: translateX(-100%);
        opacity: 0;
        display: none;
    }
    #contact-form.visible {
        transform: translateX(0);
        opacity: 1;
        display: block;
    }

    .hidden-form {
        transform: translateX(-100%);
        opacity: 0;
        display: none;
    }


    .form-group .message-button{
        display: flex;
        justify-self: center;
        margin-bottom: 2.5%;
    }

    .action-call{
        display: flex;
        justify-content: space-between;
    }

    .main-footer .sub-footer p.right {
        text-align: right;
    }

    .abot{
        margin: auto;
    }

    .footer-terms{
        display:flex;
        justify-content: space-between;
        padding:0% 10%;
    }

    .footer-contacts{
        padding: 0 15%;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 601px) and (max-width: 850px){

    .navbar .navbar-nav .nav-link {
        font-size: 120%;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #fff;
        margin-left: 7.5%;
        transition: all 0.4s;
        font-family: 'Oswald', sans-serif;
    }
}


/* ======= Tablets ======= */
@media screen and (min-width: 601px) and (max-width: 1200px) {

    .section-title {
        text-align: center;
        letter-spacing: 5px;
        word-spacing: 5px;
    }

    #contact-title {
        text-align: center;
    }

    .navbar {
        background: #E6A250;
    }
    
    .nav-scroll .logo-img {
        width: 60px;
    }

    .nav-scroll .logo-scroll {
        display: block;
        width: 100%;  
    }

    .nav-scroll .logo {
        width: 135px;
        height: 100%;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 112.5%;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #fff;
        transition: all 0.4s;
        font-family: 'Oswald', sans-serif;
    }
    .navbar .navbar-nav .nav-link.nav-color {
        color: #01674E;
    }
    .navbar .navbar-nav .nav-link:hover {
        color: #01674E;
    }
    .navbar .navbar-nav .active {
        color: #01674E !important;
    }
    .navbar .navbar-nav .active i {
        color: #01674E;
    }
    .nav-scroll {
        background: #E6A250;
        padding: 0 2% 0 0;
        position: fixed;
        top: -100px;
        left: 0;
        width: 100%;
        transition: transform 0.5s;
        transform: translateY(100px);
        border: none;
        border-bottom: 1px solid #323232;
    }

    .nav-scroll .logo-wrapper .logo span {
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        color: #575757;
        font-weight: 400;
        letter-spacing: 3px;
        line-height: 1.2em;
        text-transform: uppercase;
        display: none !important;
    }
    
    
    .nav-scroll .logo-wrapper h2 {
        display: block;
    }
    
    .nav-scroll .logo-wrapper {
        height: 65px;
        padding: 1% 2% 1% 2%;
        background: #E6A250;
    }
    
    .logo-wrapper {
        background: #E6A250;
        padding: 1% 0 1% 2%;
    }
    .logo-wrapper .logo span {
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 12px;
        color: #777;
        font-weight: 800;
        letter-spacing: 4px;
        display: block;
        text-transform: uppercase;
    }
    .logo {
        width: 60px;
        text-align: center;
        height: 60px;
    }
    .logo-img {
        width:  60px;
        display: block;
        height: 60px;
    }

    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px;
        padding: 8px 15px !important;
    }
    
    .navbar .dropdown-menu .dropdown-item {
        font-family: 'Oswald', sans-serif;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 0;
        margin: 0px;
    }
    .navbar .dropdown-menu .dropdown-menu.pull-left {
        right: auto;
        left: 0;
    }
    
    .owl-nav {
        display: none;
    }
    
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .left-panel {
        display: none;
    }

    .caption-container{
        margin-top: 80%;
        margin-right:5%;
    }

    .capital{
        font-size: 200%;
    }

    .caption-line1{
        font-size: 1.5rem;
    }

    .caption-line2{
        font-size: 1.25rem;
    }

    .section-padding2 {
        padding: 50px 7.5% 90px 7.5%;
        position: relative;
    }

    .banner-header {
        position: relative;
        height: 0vh;
        margin-top: 70px;
        z-index: 1;
    }
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: #E6A250;
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    
    .banner-header p {
        font-size: 20px;
        color: #afaeae;
    }

    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .hero-corner,
    .hero-corner2,
    .hero-corner3,
    .hero-corner4 {
        display: none;
    }
    .header .caption h1 {
        position: relative;
        margin-bottom: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 48px;
        text-transform: uppercase;
        line-height: 1.35em;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        color: #fff;
        font-weight: 400;
        letter-spacing: 15px;
    }
    .header .caption p {
        line-height: 1.75em;
        margin-bottom: 0;
        color: #fff;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        margin-right: 15px;
    }
    .header .caption p span {
        letter-spacing: 5px;
        text-transform: uppercase;
        margin: 0 5px;
        padding-right: 14px;
        position: relative;
    }
    .header .caption p span:last-child {
        padding: 0;
    }
    .header .caption p span:last-child:after {
        display: none;
    }
    .header .caption p span:after {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #E6A250;
        position: absolute;
        top: 10px;
        right: 0;
        opacity: .5;
    }
    .header .caption .butn-light {
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        margin-right: 15px;
    }

    .butn-light a {
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        background: transparent;
        color: #fff;
        padding: 2% 4%;
        margin: 0;
        position: relative;
        font-size: 1.6em;
        letter-spacing: 3px;
        border: 2.5px solid #fff;
    }

    .about-img .about-img-2 {
        width: 50% !important;
        padding: 1% 1%;
    }

    .portfolio .filtering span {
        margin-bottom: 10px;
    }

    .about-container{
        padding: 4% 15%;
    }

    .about-valeria{
        display: flex;
        flex-direction: column;
    }

    .icon-container{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-height: fit-content;
        align-items: flex-start;
    }

    .gallery-container{
        padding: 0 15%;
    }

    .downloads-container{
        padding: 0 15%;
    }

    .services-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width:100%;
        padding:12% 15% 0 15%;
        margin: auto;
    }

    .services .row {
        display: flex;
        justify-content: space-between;
    }

    .services .col-md-4 {
        width: 50%; 
        margin-bottom: 20px; 
    }

    .drop-button{
        background: #000000;
        width:100%;
        display:flex;
    }

    .calculator-window{
        width: 90%;
        margin: auto;
    }

    .mortgage-calculator {
        padding: 5% 7.5%;
    }
    .mortgage-calculator h2 {
        font-size: 32px;
    }

    #close-calculator-btn,
    #calculate-btn {
        width: 40%;
        height: 100%;
        padding: 2% 4%;
        font-size: 1.2em;
    }

    #toggle-calculator{
        width: 30%;
    }
    
    .loan-details{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #loan-period #interest-rate{
        width:150%;
    }

    .interest-data{
        width: 45%;
    }

    .payment-result{
        max-height: 4.5em;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding:2.5% 0;
        margin-top: 4%;
    }

    .arrow-container {
        top: 12%;
        right: 7.5%;
    }
    
    .arrow-up {
        width: 20px;
        height: 20px;
    }

    .contact-info{
        display:flex;
        justify-content: space-between;
    }

    .contact-container{
        padding: 0 15%;
    }

    .catch-phrase{
        width: 50%;
    }

    .main-contact{
        display:flex;
        padding:0 7.5%;
        justify-content: space-between;
    }

    .button-container{
        margin-left: 20%;
        display: flex;
        justify-content: space-between;
    }

    .contact-button {
        position: relative;
        align-self: center !important;
        padding: 2% 4%;
        margin: 0%;
    }

    .booking-button {
        position: relative;
        align-self: right !important;
        padding: 2% 4%;
    }

    /* Contact Section Animations */
    #contact-title {
        transition: transform 0.8s ease, opacity 0.8s ease;
    }
    #contact-title.moved {
        transform: translateX(-25%);
        opacity: 1;
    }

    #contact-button {
        transition: transform 0.8s ease, opacity 0.8s ease;
    }
    #contact-button.moved {
        transform: translateX(-65%);
        opacity: 1;
    }

    #contact-form {
        transition: transform 0.8s ease, opacity 0.8s ease;
        transform: translateX(-100%);
        opacity: 0;
        display: none;
    }
    #contact-form.visible {
        transform: translateX(0);
        opacity: 1;
        display: block;
    }

    .hidden-form {
        transform: translateX(-100%);
        opacity: 0;
        display: none;
    }

    .leads-collection{
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .form-container{
        width: 100%;
        margin: 2em auto;
    }

    .form-group .message-button{
        display: flex;
        justify-self: center;
        margin-bottom: 2.5%;
    }

    .video-fullscreen-video {
        width: 100%;
    }
    .close-button {
    font-size: 36px;
    width: 40px;
    top: 10px;
    right: 10px;
    }
    .video-fullscreen-inner h1 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
    }
    .video-fullscreen-inner p {
    font-size: 15px;
    margin-right: 10px;
    }

    .footer-contacts{
        display: flex;
        justify-content: space-between;
    }

    .footer-terms{
        display:flex;
        justify-content: space-between;
        padding:0% 10%;
    }

    .text-left {
        text-align: left;
    }

    .abot{
        margin: auto;
    }

    .action-call{
        display: flex;
        justify-content: space-between;
    }

    .main-footer .sub-footer p.right {
        text-align: right;
    }
    .main-footer .abot .social-icon {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }

    .main-footer .sub-footer {
        padding: 1em 0 0.8em 0;
        margin-top: 1em;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        position: relative;
    }

}

/* ======= Mobile phones ======= */
@media screen and (max-width: 600px) {

    .section-padding2 {
        padding: 20% 5% 90px 5%;
        position: relative;
    }
    .section-title {
        text-align: center;
        font-size: 1.8rem;
        letter-spacing: 5px;
        word-spacing: 5px;
        margin-bottom: 20px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 1.1em;
        font-weight: 400;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #fff;
        margin-left: 10%;
        transition: all 0.4s;
        padding-right: 12px;
        padding-left: 30px;
        font-family: 'Oswald', sans-serif;
    }
    .navbar .navbar-nav .nav-link.nav-color {
        color: #01674E;
    }
    .navbar .navbar-nav .nav-link:hover {
        color: #01674E;
    }
    .navbar .navbar-nav .active {
        color: #01674E !important;
    }
    .navbar .navbar-nav .active i {
        color: #01674E;
    }
    .nav-scroll {
        background: #E6A250;
        padding: 0 5% 0 0;
        position: fixed;
        top: -100px;
        left: 0;
        width: 100%;
        transition: transform 0.5s;
        transform: translateY(100px);
        border: none;
        border-bottom: 1px solid #323232;
    }
    .nav-scroll .navbar-toggler-icon,
    .nav-scroll .icon-bar {
        color: #01674E;
    }
    .nav-scroll .navbar-nav .nav-link {
        color: #fff;
    }
    .nav-scroll .navbar-nav .active {
        color: #01674E !important;
    }

    .navbar {
        background: #E6A250;
    }
    
    .nav-scroll .logo-img {
        width: 50px;
    }

    .nav-scroll .logo-scroll {
        display: block;
        width: 100%;  
    }

    .nav-scroll .logo {
        width: 100px;
        height: 90%;
    }

    .nav-scroll .logo-wrapper .logo span {
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        color: #575757;
        font-weight: 400;
        letter-spacing: 3px;
        line-height: 1.2em;
        text-transform: uppercase;
        display: none !important;
    }
    
    
    .nav-scroll .logo-wrapper h2 {
        display: block;
    }
    
    .nav-scroll .logo-wrapper {
        height: 50px;
        padding: 1.5% 5% 1% 2%;
        background: #E6A250;
    }
    
    .logo-wrapper {
        background: #E6A250;
        padding: 2% 0 2% 2.5%;
    }
    .logo-wrapper .logo span {
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 12px;
        color: #777;
        font-weight: 800;
        letter-spacing: 4px;
        display: block;
        text-transform: uppercase;
    }
    .logo {
        width: 50px;
        height: 50px;
        text-align: center;
    }
    .logo-img {
        width:  50px;
        display: block;
        height: 50px;
    }

    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px;
        padding: 8px 15px !important;
    }
    .navbar .dropdown-menu {
        width: 100%;
        padding: 0;
        background-color: #E6A250;
        border-radius: 0;
        border: none;
        position: relative;
        left: 0;
        box-shadow: none;
    }
    .navbar .dropdown-menu .dropdown-item {
        font-family: 'Oswald', sans-serif;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 0;
        margin: 0px;
    }
    .navbar .dropdown-menu .dropdown-menu.pull-left {
        right: auto;
        left: 0;
    }

    .caption-container{
        margin-top:80%;
        margin-right: 7%;
    }

    .capital{
        font-size: 200%;
    }

    .caption-line1{
        font-size: 1.1rem;
    }

    .caption-line2{
        font-size: 0.9rem;
    }

    .hero-corner,
    .hero-corner2,
    .hero-corner3,
    .hero-corner4 {
        display: none;
    }

    .banner-header {
        position: relative;
        height: 0vh;
        margin-top: 60px;
        z-index: 1;
    }

    .header .caption h1 {
        position: relative;
        margin-bottom: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 160%;
        text-transform: uppercase;
        line-height: 1.35em;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        color: #fff;
        font-weight: 400;
        letter-spacing: 0.1em;
    }
    .header .caption p {
        line-height: 1.75em;
        margin-bottom: 0;
        color: #fff;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }
    .header .caption p span {
        letter-spacing: 5px;
        text-transform: uppercase;
        margin: 0 5px;
        padding-right: 14px;
        position: relative;
    }
    .header .caption p span:last-child {
        padding: 0;
    }
    .header .caption p span:last-child:after {
        display: none;
    }
    .header .caption p span:after {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #E6A250;
        position: absolute;
        top: 10px;
        right: 0;
        opacity: .5;
    }
    .header .caption .butn-light {
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        margin-right: 15px;
    }
    
    .owl-nav {
        display: none;
    }
    
    .left-panel {
        display: none;
    }

    .butn-light a {
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        background: transparent;
        color: #fff;
        padding: 2% 4%;
        margin: 0;
        position: relative;
        font-size: 1.2em;
        letter-spacing: 3px;
        border: 2.5px solid #fff;
    }

    .about-img .about-img-2 {
        padding: 1% 2%;
    }
    
    .about-buro {
        background: #E6A250;
    }

    .about-container{
        padding: 4% 7.5%;
    }

    .about-valeria{
        display: flex;
        flex-direction: column;
    }

    .gallery-container{
        padding: 0 7.5%;
    }

    .downloads-container{
        padding: 0 7.5%;
    }

     .services-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width:100%;
        padding:10% 7.5%;
        margin: auto;
    }

    .services .item{
        width: 95%;
        margin: auto;
    }

    .position {
        flex-direction: column;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .position-title {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .position-location {
        margin-top: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .position-time {
        margin-top: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .position-icon {
        display: none
    }

    .mortgage-calculator {
        padding: 7.5% 7.5%;
    }
    .mortgage-calculator h2 {
        font-size: 32px;
    }
    
    #close-calculator-btn,
    #calculate-btn {
        font-size: 1.2em;
        width: 40%;
        height: 100%;
        padding: 2% 4%;
    }

    #toggle-calculator{
        width: 50%;
    }

    .loan-details{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #loan-period #interest-rate{
        width:150%;
    }

    .interest-data{
        width: 45%;
    }

    .payment-result{
        max-height: 4.5em;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 2.5% 0;
    }

    .arrow-container {
        top: 12.5%;
        right: 7.5%;
    }
    
    .arrow-up {
        width: 20px;
        height: 20px;
    }

    .contact-container{
        padding: 0 7.5%;
    }

    .button-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .contact-button {
        align-self: center;
        padding: 2% 6%;
        margin-bottom: 5%;
    }

    .booking-button {
        padding: 2% 6%;
        margin-bottom: 5%;
        align-self: right;
    }

    .leads-collection{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .form-container{
        width: 90%;
        margin: auto;
    }

    .form-group .message-button{
        display: flex;
        justify-self: center;
        margin-bottom: 2.5%;
    }

    .section-head h4 {
        font-size: 30px;
    }

    .main-footer {
        padding: 5% 0 0;
        border-top: 1px solid #E6A250;
        position: initial;
    }

    .footer {
        padding: 60px 0;
    }
    
    .text-left {
        text-align: center;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }

    .footer-terms{
        display:flex;
        justify-content: space-between;
        padding:0% 10%;
    }

    .main-footer .sub-footer {
        padding: 1.5em 0 0.8em 0;
        margin-top: 1em;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        position: relative;
    }

    .main-footer .sub-footer p a:hover {
        color: #E6A250;
    }
    .main-footer .sub-footer p.right {
        text-align: right;
    }
}
/*---------------------------------------
  COUNTDOWN              
-----------------------------------------*/
.countdown-section {
    position: relative;
  }
  
  .countdown-section-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  .countdown {
    text-align: center;
    padding-left: 0;
  }
  
  .countdown-item {
    list-style: none;
    flex: 0 0 13%;
    margin: 15px;
  }
  
  .countdown-text {
    background: var(--section-bg-color);
    border-radius: 6px;
    color: var(--secondary-color);
    font-size: var(--p-font-size);
    position: relative;
    padding: 4px 8px;
  }
  
  .countdown-text::before {
    content: "";
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 5px solid var(--section-bg-color);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
  }





  .cookie-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  .cookie-content {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }
  
  .cookie-buttons {
    margin-top: 15px;
  }
  
  .cookie-buttons button {
    margin: 5px;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
  }
  
  #acceptCookies {
    background: #28a745;
    color: #fff;
  }
  
  #rejectCookies {
    background: #dc3545;
    color: #fff;
  }
  
  #saveSettings {
    background: #007bff;
    color: #fff;
  }
  