@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&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: 'roboto', sans-serif;
}

p {
    margin-bottom: 20px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3{
    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: 10px;}
.header h5 span img { width: 50px;}
.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: 780px;
        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 4px; position: relative;}
.main_bg_content li a{ display: block;    background-color: #c4932c; display: inline-block;
    color: #FFF; border: 2px solid #c4932c;    padding: 8px 30px; text-align: center; font-size: 14px}
    .main_bg_content ul {display: flex; flex-wrap: nowrap;justify-content: center;}
    .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%;}
    .header .col-md-9{    display: flex; justify-content: flex-end;align-items: center;}
    .header h5{margin-right:30px;}
    .header .dropdown .dropdown-item{ display: flex;border-bottom: 1px solid #e3e3e3;align-items: center;}
    .header .dropdown .dropdown-item span{ margin-right:10px;}
    .header .dropdown li:last-child .dropdown-item{ border-bottom: 0;}
   


@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;}
}
.btn-close{
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 9;
    background: #9d0000;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.7;
}
.btn-close:hover{
    opacity: 0.9;
    color: #fff;
}
.blue{
    color: #c4932c;
}





.main-header{
    background: #FFF9F5;
  }
  .main-header .text h6{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }
  .main-text{
    text-align: end;
  }
  .main-text h4{
    font-size: 28px;
    font-weight: 500;
  }
  .main-text a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #808080;
  }
  .main-text a:hover{
    color:#C60B1E;
  }
  .main-text a.active{
    color:#C60B1E;
  }
  .hero_section{
    background-image:url(../images/bgimage.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    min-height: calc(100vh - 112px);
  }
  .hero_section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/Section.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .hero_section h3{
    color:#C60B1E;
    font-weight: 500;
  }
  .theme_fontcolor{
    color:#C60B1E;
  }
  .hero_section .main-wrapper{
    background: rgba(255,255,255,0.7);
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0,0,0,0.16);
    border-radius: 10px;
  }
  
  footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 7px 0px;
    background: rgba(0,0,0,0.8);
    color: #FFF;
    text-align: center;
    z-index: 9;
    font-size: 12px;
  }

.countries_box1 .go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #ac0505;
    border-radius: 0 4px 0 32px;
    }

    .countries_box1 .go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
    }

    .countries_box1 .card1 {
        display: block;
        position: relative;
        background-color: #c4932c;
        border-radius: 4px;
        padding: 28px 20px;
        margin-bottom: 20px;
        text-decoration: none;
        z-index: 0;
        overflow: hidden;
        box-shadow: 0 .1875rem .5rem 0 rgba(34,48,62,.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .countries_box1 .col-md-3:nth-child(5) .card1,
    .countries_box1 .col-md-3:nth-child(6) .card1{
        margin-bottom: 0;
    }
    @media screen and (max-width: 900px) {
      .countries_box1 .col-md-3:nth-child(5) .card1{
        margin-bottom: 20px;
      }
    }
    .countries_box1 .card1 p{
        font-size: 20px;
        text-align: center;
        color: #fff;
        margin: 0;
    }
    .countries_box1 .card1::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #ac0505;
        height: 32px;
        width: 32px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-out;
    }
    .countries_box1 .card1:hover:before {
        transform: scale(21);
    }
    .countries_box1 .card1:hover p {
        transition: all 0.3s ease-out;
        color: rgba(255, 255, 255, 0.8);
    }
    .countries_box1 .card1:hover h3 {
        transition: all 0.3s ease-out;
        color: #ffffff;
    }
    
    .countries_box1 .row{
        justify-content: center;
    }
@media screen and (min-width: 1200px) {
    .hero_section h1 {
        font-size: 27px;
    }
}