body {
    background-color: #f5f5f5;
}
.header {
    background: #fff;
    padding: 2em;
}
.secondblock {
    background: #000;
    /* fallback for old browsers */

    background: -webkit-linear-gradient(to right, #000, #333);
    /* Chrome 10-25, Safari 5.1-6 */

    background: linear-gradient(to right, #000, #333);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.secondblock h1 {
    font-size: 0.9em;
    padding: 0.5em;
    color: white;
    font-weight: 100;
    margin-bottom: 0;
    font-family: 'helvetica neue', Helvetica, Arial;
    letter-spacing: 1px;
}
.bgimg-1 {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimg-1 {
    background-image: url(../img/arenaimage.png);
    height: 17em;
}
.overlay {
    width: 100vw;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    background: #2b718e;
    background: -webkit-linear-gradient(to left, #3795d8, #0056ab);
    background: linear-gradient(to left, #3795d8, #0056ab);;
}
.header img {
      max-width: 23em;
}
.caption {
    position: absolute;
    left: 0;
    top: 43%;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 0 2em;
}
.caption span.cta {
    color: #fff;
    padding: 18px;
    font-size: 25px;
    text-shadow: 1px 1px 1px #3e3e3e;
    letter-spacing: 0.8px;
}
footer {
    background: black;
    min-height: 10em;
}
.formspace {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.formspace {
    height: auto;
}
.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* form */

.formc {
    background: rgba(255, 255, 255, 0.97);
    height: auto;
    padding: 3em;
    max-width: 56em;
    margin: 0 auto;
    padding-top: 0.1em;
}
.formbody {
    background: rgba(255, 255, 255, 0.96);
    height: 40em;
}
.form-group {
    margin-bottom: 1rem;
    max-width: 30em;
    margin: 0 auto;
}
input {
    outline: none;
    width: 100%;
    height: 2.4em;
    border: 1px solid #c3c1c1;
    padding: 0 1em;
}
input.form-control {
    margin-bottom: 2em;
    border-radius: 0;
}
input:focus {
    border: 2px solid #10344c;
    transition: 0.2s;
}
input[type="submit"] {
    cursor: pointer;
    height: 3em;
    background: #10344c;
    color: white;
    font-size: 1.4em;
    box-shadow: 1px 7px 5px 0px rgba(156, 154, 154, 0.45);
    transition: 0.2s;
}
input[type="submit"]:hover {
    box-shadow: none;
    transition: 0.5s;
}
.enquire {
    max-width: 56em;
    color: white;
    padding: 1em 4em;
    background: #10344c;
    margin-top: -2em;
}
.policyboxes {
    margin-top: 1em;
}
.footercon {
    max-width: 56em;
    padding: 5em 0;
}
.footercon a {
    color: #27aae1;
    transition: 0.4s;
}
.footercon a:hover {
    text-decoration: none;
    color: white;
    transition: 0.4s;
}
.footercon p {
    color: #c1c1c1;
    font-size: 0.78em;
}
.footercon h4 {
    color: #fff;
    font-size: 1em;
}
.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: none;
    border: 0.15em solid #165975;
    transition: 0.2s;
}
.infos {
    background: #dedede;
    height: auto;
}
.infos ul {
    display: inline-flex;
    list-style-type: none;
}
.infos ul li {
    margin-right: 1em;
    padding: 0.7em;
}
.infos li {
    padding: 0.7em;
}
.infos li a {
    color: #777777;
}
.enquire h1 {
    text-align: center;
    font-size: 2em;
}
.upevents h2 {
    color: #10344c;
    font-weight: 300;
    font-size: 1.4rem;
}
.send1 {
    padding: 1em 5em;
    background: black;
    color: white;
    margin-top: 2em;
}
form {
    margin: 0 7em;
}
span a {
    color: #728490;
    cursor: pointer;
    font-size: 0.9em;
}
.upevents {
  max-width: 56em;
  padding: 4em 0 2em 0;
  min-height: 10em;
}
.requred {
    font-size: 0.6em;
    position: absolute;
}
label {
    display: block;
    margin-top: 2.2rem;
    font-size: 1.1rem;
    color: #262262;
    margin-bottom: .2rem;
}
textarea {
    width: 100%;
    height: 5rem;
    outline: none;
    padding: 0.3em 0.5em;
    border: 1px solid #c3c1c1;
}
input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #cecdcd;
    font-weight: 100;
    font-size: 0.9em;
    letter-spacing: 1px
}
input::-moz-placeholder {
    /* Firefox 19+ */

    color: #cecdcd;
    font-weight: 100;
    font-size: 0.9em;
    letter-spacing: 1px
}
input:-ms-input-placeholder {
    /* IE 10+ */

    color: #cecdcd;
    font-weight: 100;
    font-size: 0.9em;
    letter-spacing: 1px
}
input:-moz-placeholder {
    /* Firefox 18- */

    color: #cecdcd;
    font-weight: 100;
    font-size: 0.9em;
    letter-spacing: 1px
}
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #cecdcd;
    font-weight: 100;
    font-size: 0.9em;
    letter-spacing: 1px
}
textarea::-moz-placeholder {
    /* Firefox 19+ */

    color: #cecdcd;
    font-weight: 100;
    font-size: 0.9em;
    letter-spacing: 1px
}
textarea:-ms-input-placeholder {
    /* IE 10+ */

    color: #cecdcd;
    font-weight: 100;
    font-size: 0.9em;
    letter-spacing: 1px
}
textarea:-moz-placeholder {
    /* Firefox 18- */

    color: #cecdcd;
    font-weight: 100;
    font-size: 0.9em;
    letter-spacing: 1px
}
textarea:focus {
    border: 2px solid #10344c;
    transition: 0.2s;
}
img.card-img-top {
    width: 100%;
}
h4.card-title {
    font-size: 1.3rem;
}
p.card-text {
    color: #8e8d8d;
}
a.btn.btn-primary {
    border-radius: 0;
    padding: 0.5em 2em;
    background-color: #27aae1;
    border: none;
    box-shadow: 0 0px 13px rgba(0, 0, 0, 0.04), 0 5px 10px rgba(0, 0, 0, 0.15) !important;
    transition: 0.4s !important;
    font-weight: 100;
}
a.btn.btn-primary:hover {
  box-shadow: none !important;
  transition: 0.4s !important;
}
.lastrow .container {
    max-width: 56em;
    padding: 1em 0em;
}
.lastrow img {
    max-width: 10em;
}
.lastrow {
  background: white;
}
.policyboxes p {
    font-size: 0.8rem;
    color: #7d7d7d;
}
.footercon a {
    color: #27aae1;
    border: 1px solid;
    padding: 0.5em 2em;
    position: relative;
}

.linksu a {
    color: #27aae1;
    border: 1px solid;
    padding: 0.5em 2em;
    position: relative;

}
.linksu a:hover {
    text-decoration: none;
    color: black;
    transition: 0.4s;
}
.card-block a.btn.btn-primary {
    margin-top: 1em;
}
.p1 {
  padding-bottom: 1em;
}
.p2 {
  padding-bottom: 5em;
}
.p3 {
  padding-bottom: 2em;
}
.lastrow p {
    display: inline;
    margin-left: 2em;
    color: #7b7b7b;
    font-size: 0.8rem;
    float: right;
    padding: 0.4em;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://image.flaticon.com/icons/png/128/118/118738.png);
    padding: 10px;
    background-color: white;
    width: 20em;
    background-position: 18em;
    background-size: 1em;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    outline: none;
}
@media (max-width: 590px) {
    .header img {
        max-width: 13em;
    }
    .secondblock h1 {
    font-size: 0.8em;
    letter-spacing: 1px;
    }
    .bgimg-1 {
      height: 14em;
    }
    form {
        margin: 0;
    }
    .footercon {
        padding: 1em;
    }
    .footercon h4 {
        margin-top: 3em;
    }
    .footercon p {
    padding-bottom: 0.3em;
    }
       .lastrow img {
        text-align: center !important;
        display: block;
        margin: 0 auto;
        padding: 1em;
    }
    .lastrow p {
        text-align: center !important;
        display: block !important;
        margin: 5em;
        padding: 1em;
    }
     .card {
        margin-bottom: 2em;
    }
    .caption {
        margin-top: -3.7em;
        padding: 0;
        letter-spacing: 0.2px !important;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(https://image.flaticon.com/icons/png/128/118/118738.png);
        padding: 10px;
        background-color: white;
        width: 20em;
        background-position: 15em;
        background-size: 1em;
        background-repeat: no-repeat;
        border-radius: 0;
        border: 1px solid #d9d9d9;
        outline: none;
        width: 17em !important;
    }
    .upevents {
        padding: 1em
    }
}


img.card-img-top:hover {
    opacity: 0.8;
}
