@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/*==================================================
  Global CSS Reset start here
  ==================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

html {
    scroll-behavior: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    outline: none !important;
    text-decoration: none !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    outline: none !important;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #000;
}

img,
object,
iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 400;
}

body {
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

p {
    margin-bottom: 20px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
}

section {
    overflow: hidden;
}

a:hover {
    color: #c4932c;
}

img,
a {
    display: block;
}
@font-face {
    font-family: 'effrabold';
    src: url('../font/effra-bold-webfont.eot');
    src: url('../font/effra-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/effra-bold-webfont.woff2') format('woff2'),
         url('../font/effra-bold-webfont.woff') format('woff'),
         url('../font/effra-bold-webfont.ttf') format('truetype'),
         url('../font/effra-bold-webfont.svg#effrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*==================================================
  Global CSS Reset end here
  ==================================================*/
.container {
    max-width: 1140px;
}
.header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    transition: all 0.32s ease-out;
    padding:15px 0;background: #fff;
}
.header .row {
    align-items: center;
}
.header h5 {display: flex;align-items: center;justify-content: flex-end;font-family: 'Poppins', sans-serif; font-size: 16px;
text-transform: uppercase; letter-spacing: 1px; font-weight: 600; color: #1A193C;}
.header h5 span{ display: block; margin-left: 20px;}
.header h5 span img { border: 1px solid #ededed;}
.main_bg{ width: 100%; display:flow-root;    background: url(../images/spain-bg.jpg) no-repeat center top fixed;
    background-size: cover;    height: 100vh;    display: flex;flex-direction: column;
    align-items: center; justify-content: center;}   
    .main_bg_content {
        background: rgba(0, 0, 0, 0.7);
        width: 800px;
        max-width: 100%; text-align: center;
        padding: 15px; margin-top:90px;
    }
    .main_bg_content h1{ margin-bottom:8px; color: #fff;font-size: 24px;    line-height: 1;}
    .main_bg_content p{ color: #fff; margin-bottom: 15px;}
    .main_bg_content li{ margin: 0 2px; position: relative;}
.main_bg_content li a{ display: block;    background-color: #c4932c; display: inline-block;
    color: #FFF; border: 2px solid #c4932c;    padding: 6px 35px; text-align: center;}
    .main_bg_content ul {display: flex; flex-wrap: nowrap;justify-content: center; padding-bottom: 10px;}
    .main_bg_content li a:hover{ background-color: initial;}
.mHoverPanel{    position: absolute;
    top: -220px;
    left: -100px;
    width: 580px; min-height: 200PX;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 15px 10PX;
    box-sizing: border-box;
    display: none;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    border: solid 5px #828181;
    z-index: 1000;
    font-weight: normal;}
    .main_bg_content li:hover .mHoverPanel{ display: block;}
    .mHoverPanel h4{ font-size: 16px; text-align: left; color: #000; padding-bottom:15px; font-weight: 700;}
    .mHoverPanel p{ font-size: 14px; text-align: left; color: #000; margin-bottom: 10px;}
    .mHoverPanel:after {
        position: absolute;
        left: 30%;
        bottom: -40px;
        border: solid 20px;
        border-color: #828181 transparent transparent transparent;
        content: "";
    }
    .sHoverPanel{ left: auto;right: -100px;top: -240px;}
    .sHoverPanel:after { left: auto; right: 30%;}


@media only screen and (max-width: 767px) {
    .header h5{ text-align: center; padding-top: 20px;    flex-direction: column;}
    .header h5 span{     margin-left: 0;margin-top: 10px;}
    .header .col-md-3 a{ display: table; margin: 0 auto;}
    .main_bg_content ul{flex-direction: column;}
    .main_bg_content li{ margin-bottom: 4px;}
    .main_bg{ height: 100%;}
    .header{ position: relative;}
    .mHoverPanel{ max-width: 100%;    top: -320px;
        left: 0;}
        .sHoverPanel{right: 0;
            top: -390px;}
}
