*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html{
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
    font-family: "Calibri Light", Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    /* padding-bottom:120px; */
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
select{
    background: #fff;
}
input,select{
    /* outline-color: #1EBED7; */
    padding: 5px;
}
input:focus,select:focus{
    outline:1px solid #1EBED7;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* 



nav bar 



*/
.navbar{
    position: fixed;
    display: flex;
    width: 100%;
    height: 72px;
    background: #1EBED7;
    box-shadow: 1px 5px 5px -1px rgba(0,0,0,0.16);
-webkit-box-shadow: 1px 5px 5px -1px rgba(0,0,0,0.16);
    z-index: 1;
}
.nav{
    flex: 6;
    /* margin-left: 6rem; */
    margin-left: 12.5%;
}
.nav ul{
    padding: 0;
    margin: 0;
}
.nav ul li{
    display: inline-block;
}
.nav ul li a{
    font-size:18px;
    color:#2D3E51;
    font-weight: bold;
    position: relative;
    display: block;
    padding:0px 30px;
    line-height: 70px;
    text-transform: uppercase;
    transition: all .5s ease;
}
.nav ul li a:hover{
    background-color: #2D3E51;
    color:#fff;
}
.nav ul li a.active{
    background-color: #2D3E51;
    color:#fff;
}
.logo{
    align-self: center;
    flex: 1;
    margin-right: 12.5%;
}
.logo img{
    box-sizing: border-box;
}


.checkbtn{
	color: #000000;
    font-size: 40px;
    float:left;
    line-height: 72px;
    cursor: pointer;
    display: none;
    
}
#check{
	display: none;
}



/* 


Nav bar media queries



*/



@media(max-width:1366px){
    .nav{
        margin-left:6rem;
    }
    .logo{
        flex: 2;
        margin-right: 0;
    }
}

@media(max-width:1200px){
    .nav ul li a{
        font-size: 18px;
        padding: 0px 15px;
    }
    .logo{
        padding-right: 40px;
    }
}
@media(max-width:991px){
    .nav ul li a{
        /* transition: 0s; */
        font-size: 16px;
        padding: 0px 14px;
    }
    .logo{
        padding-right: 30px;
    }
}
@media(max-width:900px){

    .logo img{
        width: 180px;
        height: 45px;
    }
    .nav ul li a{
        /* transition: 0s; */
        font-size: 14px;
        padding: 0px 12px;
    }
    .logo{
        padding-right: 30px;
    }
}

@media(max-width:827px){
    .logo img{
        width: 180px;
        height: 45px;
    }
    .nav ul li a{
        /* transition: 0s; */
        font-size: 13px;
        padding: 0px 11px;
    }
    .logo{
        padding-right: 30px;
    }
}


@media(max-width:768px){
    .logo img{
        width: 180px;
        height: 45px;
    }
    .nav ul li a{
        /* transition: 0s; */
        font-size: 13px;
        padding: 0px 10px;
    }
    .logo{
        padding-right: 30px;
    }
}




@media(max-width:750px){
    .nav ul{
        border: 1px solid #FFFFFF;
        position: fixed;
        top: 72px;
        left: -100%;
        background-color:#081C32;
        width: 60%;
        height: 100vh;
        transition: all .5s;
        /* display: none; */
    }
    .nav ul li{
        display: block;
    }
    .nav ul li a{
        height: 70px;
        /* transition: 0s; */
        font-size: 17px;
        color: #fff;
        text-align: center;
        padding-left: auto;
    }
    .nav ul li a:hover{
        height: 70px;
        background:#081C32;
        color:#fff;
    }
    .nav ul li a.active{
        height: 70px;
        background:#2D3E51;
        color:#fff;
    }

    .logo{
        flex:12;
        transition:.5s;
        z-index: 1;
    }

    .logo img{
        width: 180px;
        height: 45px;
    }

    .checkbtn{
        width: 30px;
        height: 30px;
        display: block;
        position: fixed;
        left:20px;
        z-index: 1;
    }

    #check:checked ~ ul{
        left:0%;
    }
}

@media(max-width:360px){
    .nav ul li a{
        align-self: center;
        height: 60px;
        line-height: 60px;
        /* transition: 0s; */
        font-size: 17px;
        color: #fff;
        text-align: center;
        padding-left: auto;
    }
    .nav ul li a:hover{
        height: 60px;
        line-height: 60px;
        background:#081C32;
        color:#fff;
    }
    .nav ul li a.active{
        height: 60px;
        line-height: 60px;
        background:#2D3E51;
        color:#fff;
    }
}
@media(max-width:320px){
    .nav ul li a{
        align-self: center;
        height: 50px;
        line-height: 50px;
        /* transition: 0s; */
        font-size: 17px;
        color: #fff;
        text-align: center;
        padding-left: auto;
    }
    .nav ul li a:hover{
        height: 50px;
        line-height: 50px;
        background:#081C32;
        color:#fff;
    }
    .nav ul li a.active{
        height: 50px;
        line-height: 50px;
        background:#2D3E51;
        color:#fff;
    }
}

/* 


landscape media query


*/


@media(max-width:823px) and (orientation:landscape){
    .nav ul{
        text-align: center;
        position: absolute;
        top: 72px;
        left: -100%;
        background-color:#081C32;
        width: 100%;
        height:72px;
        transition: all .5s;
    }
    .nav ul li{
        display: inline-block;
    }
    .nav ul li a{
        /* transition: 0s; */
        font-size: 17px;
        color: #fff;
        text-align: center;
        padding-left: auto;
    }
    .nav ul li a:hover{
        background:#081C32;
        color:#fff;
    }
    .nav ul li a.active{
        background:#2D3E51;
        color:#fff;
    }
    footer{
        display: flex;
        justify-content: space-around;
        padding: 20px 0px;
        align-items: none;
    }
    footer .footer-left, .copyright{
        margin-bottom: 0px;
    }

    .logo{
        flex:2;
        transition:.5s;
        z-index: 1;
    }

    .logo img{
        width: 180px;
        height: 45px;
    }

    .checkbtn{
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        left:20px;
        z-index: 1;
    }

    #check:checked ~ ul{
        left:0%;
    }
}




/* 


footer


*/

footer{
    height: auto;
    z-index: 1;
    /* position: absolute;
    bottom: 0; right: 0; left: 0; */
    display: flex;
    justify-content: space-around;
    background-color: #081C32;
    padding: 40px 90px;
    align-items: center;
}

footer .footer-left a{
    font-size:18px;
    color:#fff;
}

.footer-left a:hover{
    color:#1EBED7;
}
footer .copyright{
    font-size:18px;
    color:#6b7177;
}

footer .footer-social{
    display: flex;
}

footer .footer-social a{
    margin-left: 1rem;
}


footer .fb-icon{
    width: 35px;
    height: 35px;
    background-image: url(../images/social/fb_white.png);
    background-repeat: no-repeat;
}
footer .in-icon{
    width: 35px;
    height: 35px;
    background-image: url(../images/social/in_white.png);
    background-repeat: no-repeat;
}footer .tw-icon{
    width: 35px;
    height: 35px;
    background-image: url(../images/social/tw_white.png);
    background-repeat: no-repeat;
}

.fb-icon:hover{
    width: 35px;
    height: 35px;
    background-image: url(../images/social/fb_blue.png);
    background-repeat: no-repeat;
}

footer .in-icon:hover{
    width: 35px;
    height: 35px;
    background-image: url(../images/social/in_blue.png);
    background-repeat: no-repeat;
}footer .tw-icon:hover{
    width: 35px;
    height: 35px;
    background-image: url(../images/social/tw_blue.png);
    background-repeat: no-repeat;
}

.seal-centered {
    margin: 0.5rem;
    display: flex;
    justify-content: center;
}

/* 


footer media queries


*/


@media(max-width:768px){
    footer{
        padding: 40px 20px;
    }
}
@media(max-width:600px){
    footer{
        padding: 35px 0px;
        flex-direction: column;
    }
    footer .footer-left{
        margin-bottom: 5px;
    }
    footer .copyright{
        margin-bottom: 8px;
    }
}
@media(max-width:320px){
    footer{
        padding: 35px 0px;
        flex-direction: column;
    }
    footer .footer-left a{
        font-size: 16px;
        margin-bottom: 5px;
    }
    footer .copyright{
        font-size: 16px;
        margin-bottom: 8px;
    }
}
