@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700&display=swap');

/* ==========================================================================
 Font:  Use for Content
========================================================================== */

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'),
        url('../fonts/Helvetica-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Oblique.woff2') format('woff2'),
        url('../fonts/Helvetica-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
article, aside, details, video, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
html, body {
    overflow-x: hidden !important;
    
}
body {
    margin: 0;
    background: #fff;
    height: 100%;
    font-family: 'Helvetica';
    font-weight: 400;
    color: #19191E;
}
ul li {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
select::-ms-expand {
    display: none;
} 
p {
    padding: 0;
    margin: 0;
}
b{
    font-weight:500;
}
a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}
ul, ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
select, input, button, a {
    outline: none;
}
button:focus {
    border: 0;
    outline: none;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-family: 'Helvetica';
}
p{
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'Helvetica';
}
.adspace {
    padding: 100px 0;
}
.container {
    max-width: 1170px;
}
.heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 10px;
}
.heading h5 {
    font-size: 18px;
    line-height: 36px;
    color: #fbd267;
    font-weight: bold;
    font-family: 'Helvetica';
    text-transform: uppercase;
}
/******************************* 
 * Header
 */
.no-padding {
    padding-right: 0;
}
.menu-sec ul  {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-sec ul li {
    list-style: none;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
}
.menu-sec ul li a {
    font-size: 18px;
    color: #000000;
     font-family: 'Helvetica';
    position: relative;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
     -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu-sec ul li a:hover {
    color: #fbd267;
}
.header .book-cont {
    height: 85px;
    align-items: center;
    display: flex;
    padding: 20px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #fbd267;
}
section.sliderwrap a.book-cont.non-binding {
    background: #fbd267 !important;
    color: #000 !important;
}
.header .book-cont:before, .abcindy-sec .book-cont:before, .book-cont:before {
   content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7c43e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header .book-cont:hover, 
.header .book-cont:focus, 
.header .book-cont:active,
.abcindy-sec .book-cont:hover, 
.abcindy-sec .book-cont:focus, 
.abcindy-sec .book-cont:active,
.book-cont:active,
.book-cont:focus,
.book-cont:hover {
    color: #000;
}
.header .book-cont:hover:before, 
.header .book-cont:focus:before, 
.header .book-cont:active:before,
.abcindy-sec .book-cont:hover:before, 
.abcindy-sec .book-cont:focus:before, 
.abcindy-sec .book-cont:active:before,
.book-cont:hover:before, 
.book-cont:focus:before, 
.book-cont:active:before  {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.abcindy-sec .book-cont, .book-cont {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #fbd267;
    position: relative;
}
.logo_sec .book-cont:hover {
    color: #000;
}
.logo_sec .book-cont:before {
    background: #fff;
}
.book-cont {
    background-color: #fbd267;
    color: #fff;
    padding: 20px 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
     font-family: 'Helvetica';
}
.book-cont:hover {
    background-color: #fbd267;
    color: #fff;
}
.burger {
    height: 60px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    padding: 0;
    display: flex;
    align-items: center;
    display: none;
}
.burger span {
    color: #5b504c;
    margin: 0 auto;
    position: relative;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
}
.burger .lines {
    width: 30px;
    height: 20px;
    position: relative;
    display: inline-block;
}
.burger .lines div:first-of-type {
    top: 1px;
}
.burger .lines div {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #72695a;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: top .2s cubic-bezier(.3,1.4,.7,1) .2s,width .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1) .2s,-webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
    transition: top .2s cubic-bezier(.3,1.4,.7,1) .2s,width .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1) .2s,-webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
    -o-transition: transform .2s cubic-bezier(.25,.46,.45,.94),top .2s cubic-bezier(.3,1.4,.7,1) .2s,width .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1) .2s;
    transition: transform .2s cubic-bezier(.25,.46,.45,.94),top .2s cubic-bezier(.3,1.4,.7,1) .2s,width .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1) .2s;
    transition: transform .2s cubic-bezier(.25,.46,.45,.94),top .2s cubic-bezier(.3,1.4,.7,1) .2s,width .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1) .2s,-webkit-transform .2s cubic-bezier(.25,.46,.45,.94);
}
.burger .lines div:last-of-type {
   top: auto;
    bottom: 1px;
}
.burger.open .lines div:first-of-type {
    transform: rotate(-50deg) translateY(5px);
    background: #fff;
}
.burger.open .lines div:nth-of-type(2) {
   transform: rotate( 45deg) translateY(-6px);
    background: #fff;
}
.burger.open .lines div:last-of-type {
   transform: rotate(45deg) translateY(-4px);
    background: #fff;
    opacity: 0;
}
.burger.open span {
   color: #fff;
    top: -5px;
}
/******************************* 
 * Banner Section
 */

.banner-cont {
    max-width: 978px;
}
.banner-cont h1 {
    color: #fff;
    font-size: 65px;
    text-align: left;
    line-height: 75px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.banner-cont p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Helvetica';
}
.last-call {
    flex-wrap: wrap;
    margin-top: 12px;
}
.last-call aside {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: bold;
    font-family: 'Helvetica';
    color: #fff;
    padding: 15px 0;
}
.last-call aside p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.last-call aside p span {
    font-size: 22px;
    font-weight: bold;
    display: block;
}
.pgp-sec aside {
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: 400;
    font-family: 'Helvetica';
    color: #fff;
    padding: 15px 0;
}
.pgp-sec aside p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    font-family: 'Helvetica';
    font-weight: 400;
    max-width: 450px;
}
.banner-cont .viw-proprt{
    margin-top: 25px;
}
/*.banner-cont .viw-proprt .book-cont {
    display: inline-block;
    padding: 17px 35px;
    margin-right: 23px;
    background: transparent;
    border: 1px solid #fbd267;
    color: #fbd267;
    font-size: 16px;
}*/
.banner-cont .viw-proprt .book-cont {
    display: inline-block;
    padding: 17px 35px;
    margin-right: 23px;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    background-color: #fbd267;
}
.banner-cont .viw-proprt .book-cont.view-prop {
    background-color: #ffffff;
}
.banner-cont .viw-proprt .book-cont:hover {
    color: #000;
}
/******************************* 
 * View Floor Plans Section
 */

.setup.yellow {
    background-color: #fbd267;
}
.setup {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.setup img:hover {
   -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.setup img {
   -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.setup a {
    font-size: 26px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
    text-align: center;
    font-family: 'Oswald', sans-serif;
     -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.setup.yellow a:hover {
    color: #fff;
}
.setup.black a {
    color: #fff;
}
.setup.black {
    background: #121718;
}
.setup.black a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.setup.black a:hover {
    color: #fbd267;
}
.setup:hover h5 {
    opacity: 1;
    visibility: visible;
}
.margi-tp {
    margin-top: 30px;
}

/******************************* 
 * What Makes Portugal So Special? Section
 */
.abcindy-sec {
    background-color: #fbf7f2;
    text-align: center;
}
.abcindy-sec p {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 36px;
}
.abcindy-sec .heading {
    text-align: center;
}
.abcindy-sec .heading p {
    max-width: 770px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'Helvetica';
    text-align: center;
}
.real-sestae {
    flex-wrap: wrap;
    padding: 30px 0;
}
.real-sestae span {
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 25px;
    padding-right: 20px;
}
.real-sestae span img {
    margin-right: 40px;
}
.real-sestae span p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'Helvetica';
    border-bottom: 2px solid #f0ebe4;
    padding-bottom: 15px;
    text-align: left;
    min-height: 73px;
}
.real-sestae span:nth-child(2n) {
    padding-left: 20px;
    padding-right: 0;
}
.abcindy-sec .book-cont {
    padding: 17px 20px;
    min-width: 250px;
    margin-top: 20px;
}   
/******************************* 
 * It’s Much Easier and Simpler Section
 */
.total-sec {
    background: #fff;
}
.app-process {
    padding-bottom: 30px;
}
.app-process h5 {
    padding-bottom: 20px;
}
.slider-cum {
   padding-bottom: 50px;
    margin-bottom: 50px;
}
.assme-sec {
    position: relative;
    margin: 20px;
}
.assme-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0,0,0, 0.5);
}
.assme-sec img {
    object-fit: cover;
    display: flex;
    width: 100%;
}
.hw-day {
    z-index: 1;
    background: #fbd267;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 33px;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    font-family: 'Helvetica';
    text-transform: uppercase;
}
.intial-assment {
    padding: 20px;
    position: absolute;
    bottom: 0;
}
.intial-assment h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 20px;
}
.intial-assment p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Helvetica';
}
.slider-cum button {
    position: absolute;
    bottom: 0;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}
.slider-cum button:before {
    height: 32px;
    width: 32px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    z-index: 2;
    cursor: pointer;
}
.slider-cum button.slick-prev.slick-arrow {
    left: 0%;
    z-index: 1;
}
.slider-cum button.slick-next.slick-arrow {
    right: 0;
    z-index: 1;
}
.slider-cum button.slick-prev.slick-arrow:before {
    background: url("images/left.png") no-repeat;
    background-position: 100%;
    content: "\f100";
    font-family: "FontAwesome 5 Brands";
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slider-cum button.slick-next.slick-arrow:before {
    background: url("images/right.png") no-repeat;
    background-position: 100%;
     left: 0;
    right: 0;
    margin: 0 auto;
}
.slider-cum .slick-dots {
       text-align: center;
    width: auto;
    position: absolute;
    margin: 0 50px;
    bottom: 12px;
    display: flex;
    left: 0;
    right: 0;
}
.slider-cum .slick-dots li {
       height: 4px;
    width: 100%;
    background-color: #ececec;
    display: inline-block;
    flex: 1;



}
.slider-cum .slick-dots li button {
    font-size: 0;
    background: 0;
    border: none;
    height: auto;
    padding: 0;
    transition: all 0.3s ease;
    
}
.slider-cum .slick-dots li.slick-active {
    background-color: #000000;
    opacity: 1;
    opacity: 1;
    height: 8px;
    margin-top: -2px;
    
}

.redy p {
    max-width: 870px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-style: italic;
    font-family: 'Helvetica';
}
/*.slick-slideshow__slide.slick-slide.slick-cloned.prevdiv {
    opacity: 0;
}
.slick-slideshow__slide.slick-slide.prevdiv {
    opacity: 0;
}/*

/*----We Offer a 360----*/
.content_wrapper_block{
    position: relative;
    z-index: 1;
}
.content_wrapper_block .col-lg-6 {
    padding: 0;
}
.content_wrapper_block .col-lg-6.right-degr {
    background-color: #fbf7f2;
    padding: 100px;
}
.parallax-bg.for-c {
    
    background-size: cover;
    z-index: 1;
}
.block-img {
    width: 100%;
    height: 100%;
    z-index: 9;
}
.block-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.parallax-bg.for-c {
    z-index: 1;
}
.bg-blckcol {
    position: relative;
    background: #121718;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.bg-blckcol:before {
    position: absolute;
    content: '';
    bottom: 0;
}
/*.parallax-bg.for-c:after {
    content: '';
    background: url(../images/t-point.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
}*/
.thr-degr h2 {
    padding-bottom: 20px;
}
.thr-degr p {
    line-height: 32px;
    padding-bottom: 15px;
}
.thr-degr ul li {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'Helvetica';
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;
}
.thr-degr ul li:before {
    position: absolute;
    content: '';
    left: 0;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #000;
    top: 9px;
}

/******************************* 
 * testinomal Section css
 */
.testnomal-sec {
   
}

.see-other p{
    max-width: 630px;
    margin: 0 auto;
}
.beyond h5 {
    max-width: 921px;
    font-size: 24px;
    line-height: 46px;
    color: #000000;
    font-style: italic;
    font-family: 'Helvetica';
    text-align: center;
}
.beyond h6 {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
    font-family: 'Helvetica';
    text-align: center;
    margin-top: 30px;
}
.beyond aside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1000px;
    margin: 50px auto 0;
}
.beyond .coln {
    align-self: flex-start;
}
.beyond .coln2 {
    align-self: flex-end;
}
.testo-slider {
    padding-bottom: 50px;
}
.testo-slider .slick-list.draggable {
    margin-bottom: 50px;
}
.testo-slider button {
    position: absolute;
    bottom: 0;
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid #fbd267;
    border-radius: 50%;
}
.testo-slider button:before {
    height: 16px;
    width: 9px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    z-index: 2;
    cursor: pointer;
}
.testo-slider button.slick-prev.slick-arrow {
    left: 45%;
    z-index: 1;
}
.testo-slider button.slick-next.slick-arrow {
    right: 45%;
    z-index: 1;
}
.testo-slider button.slick-prev.slick-arrow:before {
    background: url("images/arrow-left.png") no-repeat;
    background-position: 100%;
    content: "\f100";
    font-family: "FontAwesome 5 Brands";
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testo-slider button.slick-next.slick-arrow:before {
    background: url("images/arrow-right.png") no-repeat;
    background-position: 100%;
     left: 0;
    right: 0;
    margin: 0 auto;
}
.testo-slider .slick-dots {
        margin-top: 35px;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
}
.testo-slider .slick-dots li {
    height: 9px;
    width: 9px;
    background-color: #3A3A3A;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #fff;
}
.testo-slider .slick-dots li button {
    font-size: 0;
    background: 0;
    border: none;
    height: auto;
    padding: 0;
    
}
.testo-slider .slick-dots li.slick-active {
    background-color: #fbd267;
    opacity: 1;
    border: 1px solid #fbd267;
}
.testo-slider button:hover{
    background: #fbd267;
}
/******************************* 
 * Want to see what css
 */
.logo_sec {
    background: #fbd267;
    padding: 30px 0;
}
.logo_sec h4 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.logo_sec .book-cont {
    max-width: 270px;
    width: 100%;
    text-align: center;
    background: #000000;
    color: #fff;
}
/******************************* 
 * footer Section css
 */
.foter_sec {
    background: #121718;
    color: #fff;
    padding: 100px 0;
}
.foter_content {
    padding: 0px 20px;
}
.foter_content p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.foter_title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}
.foter_title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 42px;
    background: #fbd267;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease, background-color 0.5s ease;
}
.foter_title:hover:after {
    width: 50%;
}
.social{
    padding-top: 25px;
}
.social ul li{
   display: inline-block;
    margin-right: 20px;
}
.foter_content ul li {
    padding-bottom: 10px;  
}
.foter_content ul li a, .foter_content p {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.foter_content ul li a:hover, .icons a:hover, .copyright ul li a:hover {
    color: #fbd267;
}
.icons {
   margin-top: 7px;
}
.icons a {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
.copyright {
    background: #0f1314;
    color: #fff;
    padding: 15px 0;
}
.copyright p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.copyright ul li {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
.copyright ul li a {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #fff;
}

@media only screen and (max-width: 1600px) {
    

}
@media only screen and (max-width: 1300px) {
.menu-sec ul li {
    padding: 0 15px;
}
.menu-sec ul li a {
    font-size: 16px;
    text-align: center;
}
.header .book-cont {
    height: auto;
    font-size: 16px;
    text-align: center;
}
.content_wrapper_block .col-lg-6.right-degr {
    padding: 70px;
}
}
@media only screen and (max-width: 1200px) {
    .container {
    max-width: 100%;
}

}
@media only screen and (max-width: 1100px) {
.logo {
    max-width: 200px;
}
.menu-sec ul li {
    padding: 0 10px;
}
.banner-cont h1 {
    font-size: 55px;
    line-height: 70px;
}
.content_wrapper_block .col-lg-6.right-degr {
    padding: 50px;
}
}
@media only screen and (max-width: 992px) {
    .burger {
        display: flex !important;
    }
    .burger.open {
        position: fixed;
        right: 0;
    }

    .menu-sec {
        display: none;
        position: fixed;
        padding: 0 75px;
        transform: translateX(100%);
        overflow-y: auto;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: scroll;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: transform .8s cubic-bezier(.45,.24,.13,.89);
        -o-transition: transform .8s cubic-bezier(.45,.24,.13,.89);
        transition: transform .8s cubic-bezier(.45,.24,.13,.89);
        overflow: hidden;
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        background: #000;
    }
    .menu-sec ul {
        margin: 0;
        list-style: none;
        padding-top: 90px;
    }
    .menu-sec ul li {
        list-style: none;
        margin: 0 0 20px;
        line-height: normal;
        font-weight: 600;
        display: block;
        padding: 0;
    }
    .menu-sec ul li a {
        color: #fff;
        position: relative;
    }
    .menu-sec.open {
        transform: translateX(0);
        display: block;
        z-index: 8;
    }
    .last-call aside p span {
        font-size: 20px;
    }
    .redy a.book-cont {
        margin-left: 20px;
        min-width: 180px;
        text-align: center;
    }
    .beyond h5 {
        font-size: 22px;
        line-height: 40px;
    }
    .testo-slider button.slick-prev.slick-arrow {
        left: 25%;
    }
    .testo-slider button.slick-next.slick-arrow {
        right: 25%;
    }
}
@media only screen and (max-width: 767px) {
    .modal-dialog.modal-lg.modal-dialog-centered {
        display: block;
    }
    .cross_btn button {
        position: absolute;
        right: -25px;
        top: -25px;
        opacity: 1 !important;
        z-index: 999;
    }
    .md_scroll {
        padding: 5%;
        overflow-y: scroll;
    }
    .md_slider button.slick-prev.slick-arrow {
        left:0!important;
    }
    .md_slider button.slick-next.slick-arrow {
        left: 12%;
    }
    .md_slider button.slick-next.slick-arrow:before {
            margin: 0 auto !important;
        }
    .header {
        padding: 10px 0;
    }
    .header .book-cont {
        display: none;
    }
    .last-call, .pgp-sec {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .last-call aside, .pgp-sec aside {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sliderwrap {
        height: 100% !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .banner-cont .viw-proprt a.book-cont.non-binding {
        background: #f7c43e;
        color: #000;
    }
    .banner-cont h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner-cont p {
        font-size: 22px;
    }
    .pgp-sec aside p {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }
    .last-call aside p span {
        font-size: 20px;
        display: inline-block;
        color: #fff;
    }
    .last-call aside p {
        color: #fbd267;
    }
    .banner-cont .viw-proprt {
        margin-top: 15px;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .banner-cont .viw-proprt .book-cont {
        padding: 15px 35px;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .banner-cont .viw-proprt .book-cont.view-prop {
        order: 2;
    }
    .heading h2 {
        font-size: 40px;
    }
    .real-sestae {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .real-sestae span {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }
    .real-sestae span:nth-child(2n) {
        padding-left: 0;
        padding-right: 0;
    }
    .redy {
        flex-direction: column;
    }
    .redy p {
        max-width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
    .content_wrapper_block .col-lg-6.right-degr {
        padding: 50px 15px;
    }
    .first {
        order: 1;
    }
    .secnd {
        order: 2;
    }
    .logo_sec h4 {
        font-size: 30px;
        text-align: center;
        padding-bottom: 20px;
    }
    .adspace {
        padding: 50px 0;
    }
    /*.setup {
        display: block;
        
    }*/
    .copy-cont {
        flex-direction: column;
    }
    .foter_sec {
        padding: 60px 0;
    }
    .foter_content {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 550px) {
    .banner-cont h1 {
    font-size: 40px;
    line-height: 50px;
}
.setup.yellow, .setup.black {
    padding: 25px;
}
.heading h2 {
    font-size: 35px;
}
.hw-day {
    padding: 12px;
    font-size: 16px;
    line-height: 21px;
}
}
@media only screen and (max-width: 480px) {

}


/***************************************/
.md_slider button {
        position: absolute;
        top: 50%;
        font-size: 0;
        padding: 0;
        background-color: transparent;
        width: 28px;
        height: 28px;
        border: none;
        border-radius: 50%;
    }
    .md_slider button:before {
        height: 28px;
        width: 28px;
        content: "";
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        z-index: 2;
        cursor: pointer;
    }
    .md_slider button.slick-prev.slick-arrow {
        left: -4%;
        z-index: 1;
    }
    .md_slider button.slick-next.slick-arrow {
        right: -4%;
        z-index: 1;
    }
    .md_slider button.slick-prev.slick-arrow:before {
        background: url("https://portugal-goldenvisa.eu/wp-content/uploads/2021/08/54544.png") no-repeat;
        background-position: 100%;
        content: "\f100";
        font-family: "FontAwesome 5 Brands";
        left: 0;
        right: 0;
        margin: 0!important;
    }
    .md_slider button.slick-next.slick-arrow:before {
        background: url("https://portugal-goldenvisa.eu/wp-content/uploads/2021/08/454554.png") no-repeat;
        background-position: 100%;
         left: 0;
        right: 0;
        margin: 0 auto !important;
    }
    
    
.cross_btn{
    position:relative;
}
.cross_btn button {
    position: absolute;
    right: -25px;
    top: -25px;
    opacity: 1 !important;
}
.m_cn h3{
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
}
.li_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #ebebeb;
}
.li_bx:last-child{
    border:none;
    
}
.m_li h4 {
    font-size: 18px;
    color: #b2b2b2;
    font-weight: 700;
    text-transform: uppercase;
}
.m_area p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.map_bx {
    text-align: center;
}
.ab_2 a{
    height:100%;
    width:100%;
}
#myModal .modal-body {
    padding: 0%;
}
@media only screen and (max-width: 600px) {
    .map_bx img{
        max-height:200px;
    }
    .m_li h4 {
        font-size: 14px;
    }
    .m_area p {
        font-size: 14px;
    }
    .cross_btn button {
        right: 0;
        top: 0;
    }
    .m_cn h3 {
        margin-bottom: 40px;
    }
    .md_slider button {
        top: 6.5%;
            
        }
}



.ap_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow:0 0 42px rgba(206,206,206,0.52);
    background-color: #ffffff;
    padding: 15px;
margin-bottom: 30px;
position: relative;

}
.ap_icon_bx {
   width: 135px;
    height: 135px;
    background-color: #fbf7f2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.ap_num {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #363635;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
}
.ap_num p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Oswald";
}
.ap_days {
    width: 90px;
    height: 30px;
    background-color: #fbd267;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.ap_days p{
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
}
.ap_cn h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
    text-transform:uppercase;
    margin-bottom: 15px;
}
.ap_cn p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.ap_in_bx {
    margin-left: 15px;
}
.md_scroll {
    padding: 5%;
}

.left-side{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    outline: none;
    background-image: url(https://portugal-goldenvisa.eu/wp-content/uploads/2021/10/le_img.png);
    position: relative;
    height: 100%;
    padding:0 30px;
}
.top_title_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    outline: none;
    background-image: url(https://portugal-goldenvisa.eu/wp-content/uploads/2021/10/Rectangle-10-1.png);
    position: relative;
    height: 148px;
}
.how_can_popup .modal-body{
    padding:0;
}
.top_title_img h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    max-width: 300px;
    text-transform: uppercase;
    margin: 0 auto;
    height: 100%;
    padding: 25px 0;
    font-family: "Oswald";
}
.cn_content {
    text-align: center;
}
.cn_content h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
    text-transform: uppercase;
    max-width: 250px;
    margin: 0 auto;
    padding: 30px 0;
}
.cn_content a {
    background-color: #fbd267;
    border: none;
    color: #010101;;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
}
.contact_bx {
    padding: 30px 0;
    text-align: center;
}
.contact_bx h3 {
    font-size: 22px;
    line-height: 37px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
    text-align: center;
}
.contact_bx p a {
    font-size: 22px;
    line-height: 37px;
    color: #000000;
    font-weight: bold;
    font-family: "Helvetica";
    text-align: center;
}
.right-side {
    padding: 15px 30px 0px 0px;
}
.right-side h2 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    font-family: "Oswald";
    padding: 25px 0;
}
.right-side .form-field input {
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    color: #000000;
    padding: 20px;
}
.right-side .form-field textarea {
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    margin-bottom: 15px;
    width: 100%;
    color: #000000;
    padding: 20px;
    max-height: 120px;
}
.right-side .wpcf7-form-control.has-spinner.wpcf7-submit {
    height: auto;
    line-height: initial;
    background-color: #fbd267;
    border: none;
    color: #010101;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.how_can_popup_cross_btn {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-response-output {
    margin: 0px !important;
    background: #000;
    border: none !IMPORTANT;
    color: #fff;
}
.wpcf7-not-valid-tip {
	display: none;
}

@media only screen and (max-width: 991px) {
    .right-side {
        padding: 0 30px 0px 30px;
    }
    .cn_content h3 {
        max-width: 100%;
        padding: 15px 0;
    }
    .right-side h2 {
        padding: 15px 0;
    }
    .right-side .form-field input {
        height: 40px;
        font-size: 16px;
        padding: 10px;
    }
    /*.cn_content h3 {
        font-size: 18px;
    }*/
    .left-side {
        padding: 10px 30px;
    }
}

/** About section css **/
.about_1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	height:700px;
}
.about_project_slider button.slick-prev.slick-arrow:before {
    background: url(https://portugal-goldenvisa.eu/wp-content/uploads/2021/10/709586_2.png) no-repeat;
    background-position: 100%;
}
.about_project_slider button.slick-next.slick-arrow:before {
    background: url(https://portugal-goldenvisa.eu/wp-content/uploads/2021/10/709586.png) no-repeat;
    background-position: 100%;
}
.about_project_slider button.slick-prev.slick-arrow {
    left: 2%;
    z-index: 9;
}
.about_project_slider button.slick-next.slick-arrow {
    right: 2%;
    z-index: 9;
}
.about_project_slider .slick-slide {
    padding: 0;
}
.about_project_slider button {
    position: absolute;
	font-size: 0;
	top: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	margin: 0;
	bottom: 0;
}
.about_project_slider button:before {
    height: 39px;
	width: 16px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}
.about_project {
	position:relative;
}
.about_content {
    max-width: 870px;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
}
.about_content .head_sec {
    margin-bottom: 20px;
}
.about_project .head_sec h2 {
    font-size: 45px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Oswald";
    text-align: center;
	text-transform:uppercase;
}
.gold_visa_cn {
    background-color: #ffffff;
    padding: 50px;
}
.gold_visa_cn h5 {
	font-size: 24px;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 700;
	font-family: "Oswald";
	text-align:center;
	display: block;
	padding-bottom: 10px;
}
.gold_visa_cn p {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	font-family: "Helvetica";
	text-align: center;
}
@media screen and (max-width: 991px) {
	.about_project .head_sec h2 {
		font-size: 30px;
	}
	.gold_visa_cn {
		padding: 5%;
	}
	.about_content {
		max-width: 870px;
		position: absolute;
		top: 5%;
		left: 10%;
		right: 10%;
		margin: auto;
	}
	.appr_logo {
        position: relative !important;
        top: 0 !important;
	}
}
@media screen and (max-width: 600px) {
	.about_project .head_sec h2 {
		font-size: 30px;
	}
	.gold_visa_cn {
		padding: 5%;
	}
	.about_content {
		max-width: 870px;
		position: absolute;
		top: 5%;
		left: 10%;
		right: 10%;
		margin: auto;
	}
	.about_1 {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		height: 900px;
	}
}
.appr_logo {
    position: absolute;
    top: 3%;
    display: inline-block;
    right: 3%;
}
.appr_logo img {
    max-width: 150px;
}
.intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}
input.wpcf7-form-control.wpcf7-intl-tel.wpcf7-intl_tel.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}
