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

.container{
    width: 1263px;
}

.topsec{
    background-image: url(../img/top-background.gif);
   width: 100%;
}



header{
    width: 100%;
    height: 80px;
    display: flex;
    padding: 8px 16px;
    align-items: center;   
    
}



.navleft{
    display: flex;
    align-items: center;
    width: 40%;
}

.navleft li{
    list-style: none;
    display: inline;
}

.navleft a{
    color: #f0f0f0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
    font-size: small;
    text-decoration: none;
    padding-bottom: 13px;
    margin-right: 10px;

}

.navleft-button{
    background-color: #ca7358;
    padding: 6px 21px;
    border: none;
    border-radius: 30px;
    font-size: small;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;   
    text-decoration: none;
}

.navleft-button img{
    width: 14.3px;
    height: 20px;
}

.headermid{
    width: 54%;
    text-align: center;
    color: #f0f0f0;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navright{
    width: 40%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.nav-right-login{
    text-align: center;
    margin-right: 13px;
}

.nav-right-submit{
   background-color: #f0f0f0;
   padding: 11px 45px;
   border-radius: 30px;
   margin-right: 5px;
}

.nav-right-submit a{
    font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    font-weight: bolder;
    text-decoration: none;
    font-size: small;
}

.nav-right-login a{
    font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    color: #f0f0f0;
    font-weight: bolder;
    text-decoration: none;
    font-size: small;
}


.open-window-button{
    width: 877px;
    height: 88px;
    margin: auto;
   
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
}

.open-window-button button{
    background-color: transparent;
    height: 70px;
    width: 550px;
    border-color: white;
    border-style: solid;
    border-width: 1.5px;
    border-radius: 40px;
    color: white;
    font-size: 22px;
    font-family: serif;
}

.topsce-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
    padding-bottom: 12px;
}

.topsec-bottom-p1{
    color: white;
    font-size: 8px;
    padding-left: 20px;
}

.topsec-bottom-p1 span{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;  
    font-size: 11px;
    font-weight: lighter;
    font-style: italic;
}
.topsec-bottom-p2{
    color: white;
    font-size: 10px;
    padding-right: 10px;
}

.midsec-1{
    width: 100%;
    background-color: #1b4653;
}

.midsec-1{
    display: flex;
    padding-bottom: 40px;
}

.midsec-1-img1{
    padding:  40px 0px 0px 130px; 

}

.midsec-1-img1 img{
    width: 690px;
    height: 405px;
    
}

.midsec-1-para1{
    font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    color: white;
    padding: 70px 0px 0px 30px;
    font-size: 12px;
}

.midsec-1-para2{
    color: white;
    padding: 10px 0px 0px 30px;
}

.midsec-1-para3{
    color: #d89770;
    width: 239px;
    font-weight: 500;
    font-size: 21px;
    padding: 80px 0px 0px 30px;
}

.midsec-1-para4{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    align-items: center;
    text-align: center;
    padding: 0px 30px 0px 0px;
}

.midsec-1-para4 a{
    background-color: #ca7358;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 150px;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.midsec-2{
    background-color: #ca7358;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 35px;
}

.midsec-2 img{
    width: 100%;
    height: 98%;
    margin-bottom: 5px;
    border-style: groove;
    border-width: 3px;
}

.midsec-2 a{
    background-color: #1b4653;
    padding: 5px 35px;
    text-decoration: none;
    color: white;
    border-radius: 25px;
}

.midsec-3{
    background-color: #1b4653 ;
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 20px;
    
}

.midsec-3 img{
    max-width: 16%;
    padding-top: 30px;
}

.midsec-3 a{
    background-color: #ca7358;
    color: white;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 35px;
    border-radius: 25px;
}
 .midsec-3 p{
    padding-bottom: 13px;
}

.midsec-4{
    background-image: url(../img/midsec-4-BG.png);
    background-size: cover;
    height: 690px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: normal;
}

.midsec-4-bigtext{
    font-size: 50px;
    font-weight: bolder;
    padding-top: 267px;
}

.midsec-4-a{
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 35px;
    border-radius: 25px;
    margin-top: 65px;
}

.midsec-4 p{
    padding-bottom: 12px;

}

.bottomsec{
    background-color: #1b4653;
    height: 436px;
    color: white;
    display: flex;
}

.bottomsec iframe{
    margin: 45px 0px 0px 120px;
}

.bottomsec-right{
    padding-left: 30px;
}

.bottomsec-line-1{
    padding: 65px 0px 0px 0px;
}

.bottomsec-line-2{
    padding-top: 8px;
}

.bottomsec-para{
    color: #d89770;
    font-size: 21px;
    font-weight: 600;
    padding-top: 90px;

}
footer{    
    background-color: #1b4653;
    height: 125px;
      
}

.footersec-1{
    display: flex;
    justify-content: center; 
    padding-top: 65px;
}

footer img{
    height: 30px;
    padding-left: 40px;
}

