* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


/*========================
Navbar
=====================*/

.nav-colored {
    background: rgb(230, 228, 228);
    color: #000 !important;
}

.nav-colored .nav-link {
    color: #000 !important;
    font-weight: 900;
}

header .navbar-brand {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
}

.nav-colored .navbar-brand {
    color: #339bfe !important;
}

.nav-transparent {
    background-color: #fff;
}

.navlinks-color {
    /* color: #000 !important; */
}

#header {
    -moz-box-shadow: 0 0 3px #fff;
    -webkit-box-shadow: 0 0 3px #fff;
    box-shadow: 0 0 3px #fff;
    background-color: #fff;
    
}

header .navbar-nav .nav-item .nav-link {
    text-decoration: none;
    font-size: 15px;
    color: #000;
    margin-left: 30px;
    font-weight: 900;
}

.nav-link::after {
    padding-bottom: 10px;
    transition: all ease-in-out 0.2s;
    border-bottom: 2px solid #339bfe;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}

.nav-link:hover:after {
    transition: all ease-in-out 0.2s;
    border-bottom: 2px solid #339bfe;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
}

header .navbar-nav .nav-item .contacts {
    background-color: transparent;
    border: 2px solid #3398fe;
    color: #000;
    border-radius: 10px;
}

.nav-link.contacts::after {
    border-bottom: none !important;
}

.nav-link.contacts:hover:after {
    border-bottom: none !important;
}

header .navbar-nav .nav-item .contacts {
    background-color: transparent;
    color: #000;
    padding: 5px 30px;
    padding-bottom: 2px !important;
  
}

header nav button i {
    font-size: 30px;
}

.banner {
    /* background-image: url("../images/Pic@2x.png"); */
    /* background-color: rgb(238, 238, 238); */
    /* opacity: 0.; */
    height: 500px;
    background-image: url(../images/e.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    /* opacity: 0.1; */
}

.banner h1 {
    padding-top: 10rem;
    text-align: center;
    font-weight: 900;
    font-size: 3rem;
    color: #fff;
    opacity: 1;
}
.banner h3 {
    
    font-size:2rem;
    color: #fff;
   
}

.banner .row {
    padding-bottom: 8rem;
}

.banner .row .col-sm-6 h1 {
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.banner .row .col-sm-6 h3 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    color: rgb(167, 161, 161);
}

.data h1 {
    font-weight: 600;
    margin-top: 10px;
}

.data h1,
.polls h1 {
    font-weight: 600;
    margin-top: 10px;
}

.polls {
    background-color: rgb(248, 244, 244);
}

.data .col-sm-6,
.polls .col-sm-6 {
    font-size: 22px;
}

.polls .col-sm-6 p button,
.data .col-sm-6 p button {
    background-color: blue !important;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
}

.short-code {
    height: 400px;
    /* background-color: blue; */
    width: 100%;
}

.contacts h2 {
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.contacts h1 {
    font-weight: 600;
}

.contacts {
    background-color: blue;
    color: #fff;
}