@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url("style.css") screen;
html,
body {
    height: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    paddding: 0.5em;
    font-size: 71px;
    color: #DDCCEE;
}

h3 {
    font-style: normal;
    font-weight: 300;
    /* font-size: 32px; */
    line-height: 1.35;
    font-family: 'Hind Siliguri', sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    /* color: #333333; */
    paddding: 0.5em;
    font-size: 71px;
    /* color: #DDCCEE; */
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    float: left!important;
}

.row {
    background: rgba(255, 255, 255, 0.66);
    padding: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 14px 28px !important;
}

.btn-lg:hover,
.btn-group-lg>.btn:hover {
    background-color: #2ed3ae;
    border-color: #2ed3ae;
}

.btn-default {
    color: #fff !important;
    background-color: #2ed3ae;
    background-image: linear-gradient(to right, #23d7b2 50%, #ba5ffd 100%);
    box-shadow: 3px 2px 13px 0px #999;
    min-width: 150px;
    min-height: 60px;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-width: 0;
    border-style: solid;
    box-shadow: none;
    transition: .3s;
    text-transform: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    text-decoration: none;
}

.btn-default:before {
    background-color: #2ed3ae;
    background-image: linear-gradient(to right, #23d7b2 50%, #ba5ffd 100%);
    content: '';
    display: inline-block;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    width: 200%;
    height: 200%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
    z-index: -1;
}



.lead {
    color: #DDCCEE;
    font-weight: 600;
}




















/* Custom container */

.container-full {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url('../images/bgdefault.png');
    background-size: cover;
    overflow: hidden;
    transition: background .5s ease;
}

.container-full a {
    color: #efefef;
    text-decoration: none;
}