body, html{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: #161616;
    font-size:16px;
}
@media(max-width: 500px) {
    #signup{
        height:100vh;
    }
}
img{
    max-width: 100%;
}
@font-face {
    font-family: 'Averia Serif Libre';
    src: url('../fonts/AveriaSerifLibre-Bold.woff2') format('woff2'),
        url('../fonts/AveriaSerifLibre-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averia Serif Libre';
    src: url('../fonts/AveriaSerifLibre-LightItalic.woff2') format('woff2'),
        url('../fonts/AveriaSerifLibre-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Averia Serif Libre';
    src: url('../fonts/AveriaSerifLibre-Light.woff2') format('woff2'),
        url('../fonts/AveriaSerifLibre-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averia Serif Libre';
    src: url('../fonts/AveriaSerifLibre-Italic.woff2') format('woff2'),
        url('../fonts/AveriaSerifLibre-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Averia Serif Libre';
    src: url('../fonts/AveriaSerifLibre-BoldItalic.woff2') format('woff2'),
        url('../fonts/AveriaSerifLibre-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Averia Serif Libre';
    src: url('../fonts/AveriaSerifLibre-Regular.woff2') format('woff2'),
        url('../fonts/AveriaSerifLibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.errMsg {
    margin-top: 10px;
    padding: 8px 10px;
    color: #b60202;
    background: #fff3bc; 
    border-radius: 8px;
}
.form-links a{
    color: #fff;
}
.form-links a:hover{
    padding: 10px !important;
    border-radius: 7px;
    text-decoration: underline;
}
button {
    color: #fff;
    background: #0081cc;
    border: 0;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}
button:hover {
    color: #fff;
    background: #044870;
}
button a{
    color: #fff;
    text-decoration: none;
}
#hero{
    background-image:  url('../images/herobg.jpg');
    max-width: 100%;
    overflow:hidden;
    font-family: 'Averia Serif Libre';
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    padding: 25px;
}
#hero_inner{
    background: url('../images/hero_inner_bg.png');
    max-width:95%;
    padding: 2%;
    border-radius: 25px;
    text-align: center;
}
#hero h1{
    color: #161616;
    font-weight:bold;
    font-size: 3em;
}
#hero h1.toptitle{
    color: #f9d400;
    text-shadow: 2px 2px 8px #232323;
    font-weight:bold;
    font-size: 2em;
}
#hero h2{
    color:#4393c1;
    text-shadow: 3px 3px 8px #0c0c0c;
    font-size: 3em;
}
#hero h3{
    color:#4393c1;
    text-shadow: 3px 3px 8px #0c0c0c;
    font-size: 2em;
}


.video-area {

    position: relative;
    z-index: 1;
    height: 270px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    background: url(../images/take-toure-bg.jpg) center/cover no-repeat;

}
/*******************************************/

.content_sect{    
    padding-left: 7%;
    padding-right: 7%;  
    padding-bottom: 25px;  
}
.content_sect p{
    line-height: 1.5em;
}
.content_sect h1{
    color: #00234a;
    margin-bottom: 1.75rem;
    margin-top: 1.75rem;
    /* padding-left: 25px;
    padding-right: 25px; */
    text-align: center;
}
.page_container {
    padding: 25px 8%;
    font-size: 14px;
    max-width:88%;
}

/*****************************************/
main{    
    margin-top:45px;
    padding-left: 5%;
    padding-right: 5%;  
    padding-bottom: 50px;  
}
main p{
    line-height: 1.5em;
}
main h1{
    color: #00234a;
    /* font-weight: 400; */
    margin-bottom: 1.75rem;
    margin-top: 1.75rem;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}
/** SIGN UP FORM PAGE **/
#signup{
    margin: 0;
    padding: 8% 12%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('../images/herobg.jpg');
}
#signup h1{
    color: #0081cc;
}
.wrap_div{
    background: #161616;
    opacity: .93;
    color:#fff;
    width: 75%;
    flex:1;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 35px;
}
.wrap_div input{
    width: 255px;
    height: 25px;
    line-height: 1.4em;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 3px;
}


.wrap_div label::after, label::before{
    content: "\a";
    white-space: pre;
}
.wrap_div a:hover{
    background: #0081cc;
    padding: 40px 20px 5px 20px;
    border-radius: 7px;
}
/****** SECTIONS ****/
/** sect 1 **/
.sect1{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url('../images/sect1_bg.png') #0081CC;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;    
}
.sect1 div{
    padding: 15px;
}
.sect1 h1{
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    padding: 0 25px;
    letter-spacing: 1px;
}

.sect1 button{
    background: #000;    
    border: 0;
    padding: 20px;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
}

.sect1 button:hover{
    background: #212121;
}

.sect1 a{    
    color: #fff !important;
    text-decoration: none !important;
}

/** sect 2 **/
.sect2{
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    background: #F7F1EA;
    padding: 25px;
}
.sect2 h1{
    font-size: 1em;
    padding: 5px;
    text-align: center;
    color: #0d6fa8;
}
.sect2 h3{
    font-size:12px;
}
.sect2_div {
    border: 2px solid #0081CC;
    padding: 25px 15px;
    margin: 5px 7px;
}
.sect2_div_nest{
    display:flex;
}
.sect2_lft{
    flex:1;
    text-align: left;
}
.sect2_rgt{
    text-align: right;
}
.sect2_total{
    background: #cfedfe;
    padding: 5px
}
/** sect 3 **/
.sect3 {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    background: url('../images/sect3_bg.jpg') #00234a;
    padding: 50px 5%;
    color: #fff;
}
.sect3 h1{
    font-family: 'Times New Roman', Times, serif;
}
.sect3 ul {
    list-style-image: url('../images/checkmark_white_20px.png');
  }
/*** sect 4 **/
.sect4{
    display:flex;
    color: #3A3C48;
    justify-content: center;
    align-items: start;
    padding: 50px 5%;
    flex-wrap: wrap;
}
.sect4 ul{
    color: #494c58;
}
ul.sect4_ul_nest{
    margin-left: 15px;
    color: #485893;
}
.sect4 div{
    padding: 1px 12px;
    flex: 1;
}
.sect4 h1{
    font-size: 1em;
    text-align:center;
    margin-bottom: 8px;
}
.sect4 img{
    width: 100px;
    height: 100px;
}
.sect_view{
    background: #ededed;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
}
@media(max-width: 700px) {
    .sect2, .sect3, .sect4{
        flex-direction: column;
    } 
    .sect3 div, .sect4 div{
        margin: 15px;
    }  
} 
/*** FOOTER **/
.footer_wrap{
    width: 100%;
} 
.footer_wrap hr{
    border: .01px #0081cc solid; 
}
footer{
    background-color: #161616;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 15px;
}
footer a{
    text-decoration: none;
    color: #0081cc;
}
footer a:hover{
    text-decoration: underline;
}
.footer_widgets{
    background-color: #161616;
    color: #fff;
    font-size: 12px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding: 15px 10%;
}
.footer_widgets div{
    padding: 0 5px;
}
.footer_widgets a{
    color: #fff;
    text-decoration: none;
}
.footer_widgets a:hover{
    text-decoration: underline;
}
.footer_widgets ul{
    list-style-type: none;
}
.footer_widgets li{
    line-height: 1.4em;
}
.footer_widgets h1{
    color: #0081cc;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.mb-3{
    margin-top: 5px;
    padding: 10px;
    margin-bottom: 3px;
    border-radius: 7px;
    background: #f9f8a7;
    color: red;
}
.hide_content{
    visibility: hidden;
}
.edit_link{        
    top: 60px;
    right: 15px;
    position: fixed;
    background: #fff;
}
.edit_link_ctrd{        
    top: 145px;
    right: 50%;
    position: fixed;
    background: #fff;
}
.edit_link_ctrd2{        
    top: 50px;
    right: 42%;
    position: fixed;
    background: #fff;
    padding: 5px 20px;
    border-radius: 7px;
}
input.title{width:400px}