* {
    margin: 0;
    padding: 0;


}

body {
    background-image: linear-gradient(315deg, #d9e5eb 0%, #ecf9fd 74%);
    overflow-x: hidden;
    width: 100%;
    font-family: 'Roboto';

}

body span {
    font-family: 'Roboto';


}

p {
    /* font-size: 100%; */
    font-size: 16px;
    line-height: 25px;
    text-align: -webkit-match-parent;
    color: rgb(24, 22, 22);
    text-indent: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {

    font-family: 'Roboto';
}

.navbar {
    margin-bottom: 0px;
}

/* .unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

.dropdown-toggle a {
    background-color: white;
}

.dropdown-menu {
    min-width: 50px;
    border-radius: 10px;
    float: right;
    transition: all .3s ease-in-out;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover {
    color: black;
    background-color: transparent;
}

.dropdown-menu>li>a {
    background-color: #2c83d2;
    color: white;
    /* width: 150px; */
    padding: 10px 27px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #8f8b8b;
}

.carousel-inner .item {
    height: 70vh;
}

.navbar {
    background-color: #2c83d2;
    border-color: transparent;
    min-height: 50px;
}


.navbar .navbar-brand {
    color: rgb(221, 215, 215);
    max-height: 60px;
}

.nav.navbar-nav.navbar-right {
    margin: 2px;
}

.navbar .navbar-toggle {
    margin-right: 6rem;
}

@media(max-width:576px) and (max-width:992px) {
    .navbar .navbar-toggle {
        margin-right: 4rem;
    }
}

/* .navbar-brand{
max-height: 40px;
} */
.navbar-brand img {
    max-height: 46px;
    margin-top: -9px;
}

/* @media(max-width:767px){
.navbar-brand img{
   max-height: 40px;
}

} */
.navbar-nav {
    color: rgb(194, 209, 246);

}

.navbar-nav .nav-item .nav-link {
    color: white !important;
    text-transform: uppercase;
    font-size: 15px;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
    color: rgb(43, 41, 41) !important;
}

.navbar .navbar-nav .open .dropdown-menu>li>a:hover {
    color: black;
}

.nav.navbar-nav.navbar-right {
    margin: 2px;
}

.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
    background-color: #29366e;
}

.navbar .navbar-toggle {
    border-color: white;
}

.dropdown-menu {
    padding: 0;

}

#navbar {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out
}

/* ============ desktop view ============ */
@media all and (min-width: 767px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        overflow-y: hidden;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70vh;
}

.carousel-caption {
    padding-bottom: 20px;
    font-family: poppins;
}

.carousel-caption h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold
}

.carousel-caption h2 span {
    color: #bdd5e6;
}

.carousel-caption a {
    background: rgb(8, 167, 195);
    padding: 15px 25px;
    display: inline-block;

    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;

    text-decoration: none;
}

.carousel-control.right {
    background-image: none
}

.carousel-control.left {
    background-image: none
}

@media(max-width:768px) and (max-width:992px) {
    .carousel-control.right {
        margin-right: 4rem;
    }

    .carousel-control.left {
        margin-left: 4rem
    }
}

@media(max-width:768px) and (max-width:992px) {
    .carousel-caption h2 {
        margin-top: 10rem;
    }
}

.carousel-indicators .active {
    background-color: #2f6386;
    border-color: #29366e
}

.navbar-toggle {
    background-color: #2c83d2;
    border: 1px solid rgb(255, 255, 255);
    padding: 10px;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        padding-top: 100px;
    }

    .carousel-caption h2 {
        font-size: 50px;
        /* padding-top: 10rem; */
    }
}

@media (max-width:767px) {
    .navbar .navbar-nav .open .dropdown-menu>li>a {
        color: white;

    }

    .carousel-caption h2 {
        margin-top: 10rem;
    }
}

@media only screen and (max-width: 767px) {
    .navbar .navbar-brand {
        font-size: 25px;
        padding: 20px 15px
    }

    .navbar-collapse {
        background: #2c83d2;
        color: rgb(255, 255, 255);
    }

    .carousel-caption {
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .carousel-caption h2 {
        font-size: 25px
    }

    .carousel-caption h3 {
        font-size: 18px
    }

    .carousel-caption a {
        padding: 10px 25px
    }
}

@media (max-width: 992px) {

    /* #hero {
height: 100vh;
} */
    #hero .carousel-container {
        top: 8px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    /* #hero {
        height: 120vh;
    } */
}

#header {
    position: fixed;
    /* transition: top 0.2s ease-in-out; */
    width: 100%;
    z-index: 99999;
    -webkit-transition: margin-top 0.6s;
    -moz-transition: margin-top 0.6s;
    transition: margin-top 0.6s;
}

.nav-down {
    margin-top: 0px;
    -webkit-transition: margin-top 0.6s;
    -moz-transition: margin-top 0.6s;
    transition: margin-top 0.6s;
}

.nav-up {
    /* top: -200px; */
    /* transition: top 0.2s ease-in-out; */
    margin-top: -300px;
    -webkit-transition: margin-top 0.6s;
    -moz-transition: margin-top 0.6s;
    transition: margin-top 0.6s;
}

@media (min-width:768px) {
    #header {
        position: fixed;
        /* transition: top 0.2s ease-in-out; */
        width: 100%;
        z-index: 99999;
        -webkit-transition: margin-top 0.6s;
        -moz-transition: margin-top 0.6s;
        transition: margin-top 0.6s;
    }

    .nav-down {
        margin-top: 0px;
        -webkit-transition: margin-top 0.6s;
        -moz-transition: margin-top 0.6s;
        transition: margin-top 0.6s;
    }

    .nav-up {
        /* top: -200px; */
        /* transition: top 0.2s ease-in-out; */
        margin-top: -300px;
        -webkit-transition: margin-top 0.6s;
        -moz-transition: margin-top 0.6s;
        transition: margin-top 0.6s;
    }
}


@media only screen and(max-width:767px) {
    .navbar-collapse in {
        width: 100px;
    }
}

input.button {
    /* font-size: 1.5rem; */
    background: #2c83d2;
    color: white;
    border: 2px solid #ffffff;
    margin: 5px;
    border-radius: 4px;
    padding: 4px 20px;
}

div.social-input-containers input.error {
    border: 2px dashed red;
    background: #fee;
}

#checkmark {
    width: 50px;
}

.contactform-messages {
    display: none;
}

.active {
    display: block;
}

.contactform-messages_1 {
    display: none;


    margin-left: 70px;

    border-radius: 4px;




}

.jumbotron {
    margin-bottom: 0;
}

.active_1 {
    display: block;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #204f7e;
    border-radius: 10px;
    background-color: #204f7e;
    /* background:  linear-gradient(0deg, #2c83d2 0%, #7a8de2 100%); */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 80px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b5bcc3;
}