/* 

    Geo-Quest Main Style Sheet
    6 February 2020
    (jack.lee@ipsos.com)

 */

 /************************************************
 * Main Body                               
 ************************************************/

 html, body {
    height: 100%;
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none; 
            user-select: none; 
}

/****************************************
 * FONT FAMILY                          *
 ****************************************/

 @font-face {
    font-family: 'RobotoRegular';
    src: url('font/Roboto-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('font/Roboto-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

p {
    margin: 0 0 0;
    font-size: 18px;
    font-family: "RobotoRegular";
    color: #7d7d7d;
    padding: 10px;
}

ul,ol,dl{
    font-size: 18px;
    font-family: "RobotoRegular";
    color: #7d7d7d;
  }

ul.dashed {
list-style-type: none;
}
ul.dashed > li {
text-indent: -5px;
}
ul.dashed > li:before {
content: "- ";
text-indent: -5px;
}

li B {
    font-size: 20px;
}

B {
    margin: 0 0 0;
    font-size: 20px;
    font-family: "RobotoBold";
}



/****************************************
 * Boostrap Style                         *
 ****************************************/

.btn-primary{
    font-weight: bold;
    color: #4c87ea;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

 /************************************************
 * Bootstrap Main Container                              
 ************************************************/
.container-fluid {
    margin: 0 auto;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid{
    padding-right: 0px; 
    padding-left: 0px;
}  


 /************************************************
 * Header Section                             
 ************************************************/

.Header_Section{
    width: 100%;
    /* height: 100%; */
   
}

.Header_Section_Wrapper{
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80px;
    margin: 20px;
    border-radius: 5px;
    background-color: #5ac5ff;
}

.Header_HomeButton_Wrapper
{
    position: absolute;
    display: flex;
    align-items: center;
    top: 20px;
    padding: 5px;
    padding-left: 30px;
    cursor: pointer;
}

.Header_HomeButton_Wrapper p
{
    color: #fcfcfc;
    font-family: "RobotoBold";
}

.Header_Language_Wrapper
{
    position: absolute;
    display: flex;
    align-items: center;
    top: 25px;
    right: 30px;
    padding: 5px;
    padding-left: 30px;
    cursor: pointer;
}

@media only screen and (max-device-width: 480px) {
    select {
        padding: 5px;
        background: white;
        border: 1px solid #ccc;
        border-radius: 5px;
        color: #7d7d7d;
        -webkit-appearance: none;
    }
    }

/************************************************
 * Content Section                             
 ************************************************/

.Content_Section{
    width: 100%;
    /* height: 100%; */
}

.Content_Section_Wrapper{
    /* width: 100%; */
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
}

.ContentImg{
    padding: 5px;
}

.MainRow{
    display: flex;
}

/************************************************
 * Footer Section                             
 ************************************************/

.Footer_Section{
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 100px;
   
}

.Footer_Section_Wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    height: 80px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    background-color: #eaeaea;
}

.AppDownload_Link{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 10px;
    /* padding: 5px; */
}

.Copyright_Link{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0;
    font-size: 15px;
    font-family: "RobotoRegular";
    color: #7d7d7d;
}

.IosIcon{
    cursor: pointer;
    padding-right: 10px;
}

.AndroidIcon{
    cursor: pointer;
    padding-right: 10px;
}

.Footer_Left_Section{
    width: 50%;
    height: 100%;
    /* background-color: indianred; */
}

.Footer_Right_Section{
    width: 50%;
    height: 100%;
    /* background-color: lawngreen; */
}

.linkText{
    font-size: 13px;
}

.ContactUs_Link{
    /* width: 100%; */
    width: 300px;
    height: 33%;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    cursor: pointer;
}

.ContactUs_Link p {
    color: #4c87ea;
    padding-left: 10px;
    font-family: "RobotoRegular";
 }

.Privacy_Link{
    /* width: 100%; */
    width: 600px;
    height: 33%;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    cursor: pointer;
}

.Privacy_Link p {
    color: #4c87ea;
    padding-left: 10px;
    font-family: "RobotoRegular";
 }

 .AppsTerm_Link{
    /* width: 100%; */
    width: 300px;
    height: 33%;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    cursor: pointer;
}

.AppsTerm_Link p {
    color: #4c87ea;
    padding-left: 10px;
    font-family: "RobotoRegular";
 }


 /************************************************
 * Privacy Section                             
 ************************************************/

.Privacy_Title{
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
}

 /************************************************
 * Contact Section                             
 ************************************************/

 .Contact_Title{
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
}

.Usename_Wrapper{
    width: 50%;
    padding: 10px;
    border: 1px solid #a0a0a0;
}

.Usename_Wrapper p {
    font-size: 12px;
    font-style: italic;
    font-family: "RobotoBold";
    color: #7d7d7d;
    padding: 0px;
}

.Message_Wrapper p {
    font-size: 12px;
    font-style: italic;
    font-family: "RobotoBold";
    color: #7d7d7d;
    padding: 0px;
}

.Email_Wrapper p {
    font-size: 12px;
    font-style: italic;
    font-family: "RobotoBold";
    color: #7d7d7d;
    padding: 0px;
}

#username,
#email,
#message{
    color: #23af5a;
    width: 100%;
    border: 0px;
}

.Email_Wrapper{
    width: 50%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #a0a0a0;
}

.Message_Wrapper{
    width: 50%;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #a0a0a0;
}

#ContactButton{
    /* padding: 10px; */
}

#ErrorMessage_Wrapper{
    color: red;
}

#MessageSend_Wrapper{
    color: greenyellow;
}

.Recaptcha_Wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
}


/************************************************
 * Carousel Section                             
 ************************************************/

.sliderContent{
    width: 200px;
    height: 200px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-indicators 
{
    /* background-color: antiquewhite; */
    bottom: -30px;
}

.carousel-indicators .active {
    background-color: rgb(82, 82, 81);
}

.carousel-indicators li
{
    background-color: rgb(185, 185, 185);
}

.carousel-control
{
    width: 20px;
}

.glyphicon{
    color: gray;
}

.carousel-inner {
    border: 1px solid #a0a0a0;
}

.right-control-arrow
{
    right: 0;
    left: auto;
}


/* 
.carousel {
    margin: 2.5rem;
  }
  .carousel-inner {
    height: auto;
  }
  
  .carousel-control-prev {
    margin-left: -100px;
  }
  
  .carousel-control-next {
    margin-right: -100px;
  } */