/*
*,
*:before,
*:after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
*/

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol {
    margin: 0px;
    padding: 0px;
}
a{
  text-decoration: none;
}
body,
input,
textarea {

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 300;
}

.visible-xs, visible-ipad {
    display: none;
}

.vissible-xs {
    display: none;
}

.hidden-xs {
    display: block;
}
.visible-ipad {
    display: none;
}
.bx-wrapper img.visible-xs {
    display: none;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table > .vertical-align {
    display: table-cell;
    height: 100%;
    width: 100%;
}

.display-table > .vertical-align.middle {
    vertical-align: middle;
}

.display-table > .vertical-align.bottom {
    vertical-align: bottom;
}

.mobile-menu {
    display: none;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0px auto;
    box-sizing: border-box;
}

.clearfix {
    clear: both;
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}

*:focus {
    outline: 0;
}

::placeholder {
    color: #000000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000000;
}

::-ms-input-placeholder {
    color: #000000;
}

.visible-sm {
    display: none;
}
.links .link  {
  float: left;
}
.links .link + .link {
    margin-left: 30px
}

.link a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    background: #7250A0;
    padding: 10px 20px;
    box-sizing: border-box;
    /* border-radius: 8px; */
    /* font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    background: #FF6C13;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 8px;*/
}

.link a + a {
    margin-left: 20px;
    margin-top: 20px;
}


.link a:hover {
    background: #C656A0;
    color: #fff;
    text-decoration: none;
}

.heading {
  text-align: center;
}
.heading h1 {
  font-weight: 400;
  font-size: 24px;
  color: #7250A0;
  letter-spacing: 2px;
  text-align: center;
  line-height: 32px;
  text-transform: uppercase;
}
.text p {
  font-weight: 300;
  font-size: 17px;
  color: #C656A0;
  letter-spacing: 0.6px;
  line-height: 25px;
}


.sub-heading {

}





@media(max-width:767px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    .bx-wrapper img.hidden-xs {
        display: none;
    }
    .bx-wrapper img.visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .container {
        width: auto;
        padding: 0px 15px;
    }
    .hidden-sm {
        display: none;
    }
    .visible-md {
        display: none;
    }
    .visible-sm {
        display: block;
    }
    /* .heading h1 {
      font-size: 28px;
      letter-spacing: 1px;
      line-height: 40px;
    } */
    /* .sub-heading {
        font-size: 14px;
        line-height: 22px;
    } */
    /* .text {
        font-size: 15px;
        line-height: 25px;
    } */
    .link a {
        font-size: 15px;
        /* line-height: 22px; */
        letter-spacing: 1px;
        padding: 15px 30px;
    }
    .link a + a {
        margin-left: 0;
        margin-top: 20px;
    }
    .error-msg {
        font-size: 14px;
    }
    .text p {
        font-weight: 400;
        font-size: 15px;
        line-height: 23px;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .hidden-ipad {
       display: none;
    }
    .visible-ipad {
        display: block;
    }
    /* .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    } */

}

@media (min-width: 1440px) and (max-width: 2520px) {

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .logo  a img {
      border-style: none;
    }
}
