@charset "UTF-8";

@import "../spinners.css";

*{outline:0!important}

/*@-webkit-keyframes stretchdelay {*/
    /*0%, 40%, 100% { -webkit-transform: scaleY(0.4) }*/
    /*20% { -webkit-transform: scaleY(1.0) }*/
/*}*/

/*@keyframes stretchdelay {*/
    /*0%, 40%, 100% {*/
        /*transform: scaleY(0.4);*/
        /*-webkit-transform: scaleY(0.4);*/
    /*}  20% {*/
           /*transform: scaleY(1.0);*/
           /*-webkit-transform: scaleY(1.0);*/
       /*}*/
/*}*/

.p-t-15{
    padding-top: 15px;
}
.p-t-5{
    padding-top: 5px;
}
.p-t-7{
    padding-top: 7px;
}
.m-b-0{
    margin-bottom: 0;
}
.m-t-30{
    margin-top: 30px;
}
.m-0{
    margin: 0;
}

/*Preloader*/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}
.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

html{
    height:100%;
}

body{
    background:#0896c1;
    overflow:hidden;
    height:100%;
}

.color{
    background:#aae7f7;
    height:500px;
}

/* Waves */

.waves{
    width:100%;
    background:#5f93a8;
    margin-top:300px;
    position:absolute;
    top:300px;
}

.stage{
    position:absolute;
    width:100%;
    height:104px;
}

.stage-clouds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 900px;
    height: 100%;
    overflow: hidden;
}

.wave1 {
    background: transparent repeat-x;
    bottom:0;
    z-index:10;
    height:150px!important;
}
.wave2 {
    background: transparent repeat-x;
    bottom:80px;
    z-index:9;
}

.wave3 {
    background: transparent repeat-x;
    bottom:110px;
    z-index:8;
}
.wave4 {
    background: transparent repeat-x;
    bottom:150px;
    z-index:7;
}

.wave5 {
    background: transparent repeat-x;
    bottom:180px;
    z-index:6;
}

/* Whale & Text */

.whale{
    font-family: 'Ubuntu', sans-serif;
    /*text-align:center;*/
    color:#0c5a8a;
}

.whale .whaleimg{
    text-align:center;
}

.whale h2{
    font-size:55px;
    text-transform:uppercase;
    font-weight:bold;
    margin-top:30px;
}

.whale h4{
    font-size:18px;
    font-weight: 100;
}

.whaleimg{
    position:absolute;
    left:0;
    right:0;
    top:62px;
    margin-left:auto;
    margin-right:auto;
    z-index:8;
}

.whale img{
    width:400px;
    margin:0px auto;
    -webkit-animation-name: swinging;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

}

@-webkit-keyframes swinging{
    from {-webkit-transform:rotate(-10deg);}
    50% {-webkit-transform:rotate(10deg);}
    to {-webkit-transform:rotate(-10deg);    }
}

/* Search Bar */

.navbar-form{
    border:none;
    box-shadow:none;
}

.whale .input-group{
    width: 300px;
    margin:0px auto;
}

.whale .form-control{
    width: 260px!important;
    border: none;
}

.whale .btn, .whale .btn-default{
    border: none;
    line-height: 22px;
    padding: 6px 13px;
    background: #d13b49;
    color: #fff;
    margin-left: 0px!important;
}

.whale .btn:hover{
    background: #ea606e;

}

textarea:focus, input[type="text"]:focus,.form-control:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(239, 106, 138, 0.8);
    -webkit-border-color: rgba(239, 106, 138, 0.8);
    box-shadow:none;
    outline: 0 none;
}

/* Social icons & Footer */

.footer{
    position:absolute;
    z-index:11;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top:520px;
}

.social-icons{
    color:#fff;
    font-size:36px;
    text-align:center;
    margin-top:10px;
}

.social-icons a{
    color:#afc9d3;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-icons a:hover{
    color:#fff;
}

.copyrights {
    font-family: 'Ubuntu', sans-serif;
    /*text-align:center;*/
    color:#fff;
}

.copyrights img{
    height: 50px;
    width: auto;
}

.copyrights a{
    color:#fff;
}

.copyrights a:visited{
    color:#fff;
}

.copyrights a:focus,
.copyrights a:hover{
    color:#66d0e2;
    text-decoration: none;
}

.whale a{
    color:#0c5a8a;
}

.whale a:visited{
    color:#0c5a8a;
}

.whale a:focus,
.whale a:hover{
    color:#68a8bb;
    text-decoration: none;
}

.border-left-sm{
    border-left: 1px solid #0c5a8a;
}

.footer .border-left-sm{
    border-left: 1px solid #fff;
}

.whale-text-left{
    text-align: left;
}

.whale-text-right{
    text-align: right;
}

@media screen and (max-width: 576px) {

    .whale img{
        width:330px;
        margin:0px auto;
    }

    .whaleimg{
        top: 68px;
    }

    .whale-text-left, .whale-text-right{
        text-align: center;
    }

    .whale-text-left .whale{
        padding: 0;
    }

    .border-left-sm{
        border-left: none;
    }

    .hidden-phone{
        display: none;
    }

}

/*modal*/
.logo-freepik {
    height: 50px;
    width: auto;
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.modal-header {
    display: block
}

.modal-header .modal-title {
    margin-top: 0
}

.none-border .modal-footer {
    border-top: none
}

.modal-body, .modal-footer {
    padding: 16px 20px;
}

.authors-list {
    list-style: none;
    padding-left: 0;
}

.authors-list>li {
    margin-bottom: 10px;
}

.modal-backdrop.in {
    opacity: .5
}

.modal, .modal-header h4{
    font-family: Poppins, sans-serif;
    color: #686868;
    font-weight: 300
}

.modal-header h4{
    font-size: 18px;
}

.modal a{
    text-decoration: none;
}
/*end modal*/