@font-face {
    font-family: 'nlicons';
    src:url('../fonts/nlicons/nlicons.eot');
    src:url('../fonts/nlicons/nlicons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/nlicons/nlicons.woff') format('woff'),
    url('../fonts/nlicons/nlicons.ttf') format('truetype'),
    url('../fonts/nlicons/nlicons.svg#nlicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
.navbar-default{
    background: #FFF;
}
html{
    overflow: scroll!important;
    overflow-x: hidden !important;
}

.words{
    font-size: 24px;
}
.words:focus input[type="text"]{
    border-bottom:1px dashed rgb(0, 124, 144);
}
form input[type="text"]{
    line-height: 32px;  
    outline: none;
    padding: 6px 12px;
    color:#0097a8;
    outline: none;
    box-shadow: none;
}
form input[type="number"]{
    color: #0097a8;
    outline: none;
    box-shadow: none;
}
form input[type="email"]{
    outline: none;
    box-shadow: none;
    color: #0097a8;
}
form input[type="number"]::-webkit-inner-spin-button,
form input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin: 0;
}
.navbar-default .navbar-brand .dark{
    display: inline-block;
}
.navbar-default .navbar-brand .light{
    display: none
}
body{
    height: auto !important;
    overflow: hidden;
    /* background: url('../images/BDI-Home-Background.png') no-repeat center; */
    /* background: url('../images/download.jpeg') no-repeat center; */
    background: #FFF;
    background-size: cover;
    min-height: 400px;
    overflow: auto;
}
.vh-100
{
    height:100vh;
}
.quot_sec{
    position: relative;
    width: 850px;
    margin: auto;
    /* background: url('../images/download.jpeg') no-repeat center;   */
    background-size: cover;
    padding: 50px;
    /* border-radius: 15px; */
    /*    border: solid 3px #e2e2e2;*/
    /*    background: #e2e2e2;*/
}
/*
.quot_sec:after{
    content: " ";
    border: solid 3px #e2e2e2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 40px;
    top: 40px;
    z-index: -1

}
*/
form{
    margin: 0;
    width: 100%;
    color: #242629;
    overflow: visible;
}
#contact-form select{
    border:none;  
    border-bottom: 1px dashed rgb(0, 124, 144);
}
label{
    font-size: 16px;
    line-height: 22px;
}
.form-control{
    border-radius: 0px;
    border: none;
    height: 40px;
}
textarea.form-control{
    resize: none;
    min-height: 200px;
}
a{
    text-decoration: none !important;
}
.typo-quote{
    font-size: 26px;
    line-height: 60px;
    text-align: center;
}
.typo-quote>span{
    display: inline-block;
}
button{
    outline: none !important
}
/* **************************************************************************** */
/* general style for the form */
.nl-form {
    width: 100%;
    margin: 0.3em auto 0 auto;
    font-size: 4em;
    line-height: 1.5;
}

.nl-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nl-form .nl-submit {
    line-height: 3;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background: #003d90;
    border: solid 1px #003d90;
    color: #fff;
    padding: 0 1em 0 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-left: 75px;
    transition: all ease-out 0.3s 0s;
}
.nl-dd ul li.nl-dd-checked:before, .nl-submit:before, .nl-field-go:before {
    font-family: 'nlicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.nl-submit:before {
    content: "\e001";
    color: #fff;
    float: left;
    padding: 0 10px;
    background: #21569e;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-out 0.3s 0s;
}
.nl-form .nl-submit:hover{
    background: none;
    color: #21569e;
}
.nl-form .nl-submit:hover:before{
    padding-right: 0;
    padding-left: 15px;
}

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
    background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover:before {
    background: #58a199;
}
.nl-field-go:before {
    content: "\e001";
    font-size: 75%;
    color: #fff;
    width: 100%;
    line-height: 60px;
    display: block;
}
.animalIcon {
    position: relative;
}

@media screen and (max-width: 1400px) {
    .nl-dd ul li{padding: 1px 15px;cursor: pointer;white-space: nowrap;line-height: 30px;font-size: 16px;}
}
@media screen and (max-width: 991px) {
    .quot_sec{width: 100%;padding: 25px;}
    .typo-quote{font-size: 16px;line-height: 36px;}
    .nl-form .nl-submit{font-size: 12px;}
    .quot_sec{background: none;border:none;}
    .quot_sec:after{display: none}
    .nl-field-go:before{line-height: 36px;}
}

/* Demo themes */
.color-2 { background: #bbc7c8; color: #fff; }
.color-2 a { color: #566473; }
.color-2 a:hover, .color-2 a:focus { color: #34495e; }
.color-3 { background: #00b6ad; color: #fff; }
.color-3 a { color: #04706b; }
.color-3 a:hover, .color-3 a:focus { color: #03514d; }
.color-4 { background: #3b3f45; color: #f9f9f9; }
.color-4 a { color: #eb7e7f; }
.color-4 a:hover, .color-4 a:focus { color: #c56667; }
.color-5 { background: #f06d54; color: #fff; }
.color-5 a { color: #a35749; }
.color-5 a:hover, .color-5 a:focus { color: #6d3126; }
.color-6 { background: #f9f9f9; border-color: #f9f9f9; color: #62706c; }
.color-6::before, .color-6::after { background: #f9f9f9; }
.color-6 a { color: #1ecd97; }
.color-6 a:hover, .color-6 a:focus { color: #1ab585; }
.color-7 { background: #fffed8; color: #6bccb4; }
.color-7 a { color: #eb7e7f; }
.color-7 a:hover, .color-6 a:focus { color: #c36263; }
.color-8 { background: #415c71; color: #fefef8; }
.color-8 a { color: #7ad7ee; }
.color-8 a:hover, .color-8 a:focus { color: #539eb1; }



label.select-label {
    display: block;
    text-transform: uppercase;
    padding: 1em 0 1.5em;
    font-size: 75%;
    letter-spacing: 1px;
    font-weight: 700;
    width: 300px;
    text-align: left;
    margin: 0 auto;
    color: #c0c6c4;
}

.color-4 label.select-label {
    color: #282b30;
    font-size: 1em;
}

/* Header */
.codrops-header {
    margin: 0 auto;
    padding: 2em;
    text-align: center;
}

.codrops-header h1 span {
    display: block;
    font-size: 30%;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 700;
    font-size: 3.5em;
    line-height: 1.3;
}

/* To Navigation Style */
.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
    letter-spacing: 1px;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
    padding-top: 1em;
    font-size: 0.9em;
}

.codrops-demos a {
    display: inline-block;
    margin: 0.5em;
    padding: 0.7em 1.1em;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.codrops-demos a.current-demo {
    color: inherit;
}

/* Related demos */
.related {
    padding-top: 20em;
}

.related p {
    font-size: 1.6em;
}

.related > a {
    border: 3px solid;
    border-color: initial;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
}

.wrap {
    padding: 1em 0;
}

@media screen and (max-width: 30em) {

    body::before,
    body::after {
        display: none !important;
    }

    body {
        border: none !important;
        padding: 0 !important;
    }

    .codrops-header h1 {
        font-size: 2em;
    }

    .codrops-icon span {
        display: none;
    }

}






/* Default custom select styles */
div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 1;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select:focus {
    outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 45px;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
    content: '\25BE';
    right: 1em;
}

.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 1em;
}

.cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
    z-index: 200;
}

/* Options */
.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-select ul span {
    padding: 1em;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
    cursor: default;
}












div.cs-skin-elastic {
    background: transparent;
    font-size: 26px;
    font-family: OpenSans-Regular;
    /* font-weight: 700; */
    color: #003d90;
}
div.cs-skin-elastic.selected{
    color: #0097a8;
}

@media screen and (max-width: 30em) {
    div.cs-skin-elastic { font-size: 1em; }
}

.cs-skin-elastic > span {
    background: none;
    z-index: 100;
    border-bottom: dashed 1px;
}
/* .cs-skin-elastic.selected > span{
   border-color: #0097a8;

} */
.cs-skin-elastic > span::after {
    font-family: 'icomoon';
    content: '\e005';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
}

.cs-skin-elastic .cs-options {
    overflow: visible;
    background: transparent;
    opacity: 1;
    visibility: visible;
    padding-bottom: 1.25em;
    pointer-events: none;
    min-width: 250px;
    /* width: 250px; */
}

.cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
    border: none;
    padding-bottom: 0;
}

.cs-skin-elastic .cs-options > ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    background: #003d90;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.6s ease-out;
    animation: expand 0.6s ease-out;
    background: #003d90;
}

.cs-skin-elastic .cs-options ul li {
    opacity: 0;
    width: 100%;
    -webkit-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
    transition: opacity 0.15s, transform 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
}

body .notifyjs-bootstrap-error{
    font-size: 15px;
    font-family: OpenSans-light;
    text-shadow: none;
    margin-top: 20px;
    padding: 10px 25px;
    letter-spacing: 1px;
    color: #FFF;
    background: #333;
    border: solid 1px #333;
    border-radius: 0;
}
body .notifyjs-bootstrap-error>span{
    padding-right: 30px;
}
body .notifyjs-bootstrap-error>span:after,
body .notifyjs-bootstrap-error>span:before{
    content: " ";
    height: 1px;
    width: 24px;
    background: #FFF;
    position: absolute;
    right: -10px;
    top: 10px;
    transform: rotate(45deg);
}
body .notifyjs-bootstrap-error>span:after{
    transform: rotate(-45deg);

}
/* Optional delays (problematic in IE 11/Win) */
/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
} 

/* with more items, more delays declarations are needed */


.cs-skin-elastic .cs-options span {
    padding: 10px 10px 10px 20px;
    line-height: 26px;
    font-size: 22px;
    background: #003d90;
    color: #FFF;
    transition: all ease-out 0.3s 0s;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
    padding-left: 25px;
}

.cs-skin-elastic .cs-options .cs-selected span::after {
    content: '';
}

.cs-skin-elastic .cs-options li.flag-france span {
    background-image: url(../img/france.svg);
}

.cs-skin-elastic .cs-options li.flag-brazil span {
    background-image: url(../img/brazil.svg);
}

.cs-skin-elastic .cs-options li.flag-safrica span {
    background-image: url(../img/south-africa.svg);
}

.cs-skin-elastic .cs-options li.flag-argentina span {
    background-image: url(../img/argentina.svg);
}

@-webkit-keyframes expand { 
    0% { -webkit-transform: scale3d(1,0,1); }
    25% { -webkit-transform: scale3d(1,1.2,1); }
    50% { -webkit-transform: scale3d(1,0.85,1); }
    75% { -webkit-transform: scale3d(1,1.05,1) }
    100% { -webkit-transform: scale3d(1,1,1); }
}

@keyframes expand { 
    0% { -webkit-transform: scale3d(1,0,1); transform: scale3d(1,0,1); }
    25% { -webkit-transform: scale3d(1,1.2,1); transform: scale3d(1,1.2,1); }
    50% { -webkit-transform: scale3d(1,0.85,1); transform: scale3d(1,0.85,1); }
    75% { -webkit-transform: scale3d(1,1.05,1); transform: scale3d(1,1.05,1); }
    100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}


@-webkit-keyframes bounce { 
    0% { -webkit-transform: translate3d(0,-25px,0); opacity:0; }
    25% { -webkit-transform: translate3d(0,10px,0); }
    50% { -webkit-transform: translate3d(0,-6px,0); }
    75% { -webkit-transform: translate3d(0,2px,0); }
    100% { -webkit-transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes bounce { 
    0% { -webkit-transform: translate3d(0,-25px,0); transform: translate3d(0,-25px,0); opacity:0; }
    25% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
    50% { -webkit-transform: translate3d(0,-6px,0); transform: translate3d(0,-6px,0); }
    75% { -webkit-transform: translate3d(0,2px,0); transform: translate3d(0,2px,0); }
    100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; }
}

input{
    display: inline-block;
    width: 100px;
    background: transparent;
    display:inline-block;
    font-size:26px;
    min-width:200px;
    border:none;
    border-bottom: 1px dashed #003d90;
    margin-bottom: 15px;
    color: #b14943;
    text-align:center;
}
input::-webkit-input-placeholder {
    color: #003d90;
}
input::-moz-placeholder {
    color: #003d90;
}
input:-ms-input-placeholder {
    color: #003d90;
}
input:-moz-placeholder { 
    color: #003d90;
}

input:focus::-webkit-input-placeholder {
    color: #ececec;
}
input:focus::-moz-placeholder {
    color: #ececec;
}
input:focus:-ms-input-placeholder {
    color: #ececec;
}
input:focus:-moz-placeholder { 
    color: #ececec;
}