html, body {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: white;
    line-height: 20px;
    background: #F5F5F5;
    letter-spacing: 1px;
    font-weight: 100;
}
.description{
  position:relative;
  display:table;
  height:250px;
}
.header{
  color:rgb(238, 101, 87);
  text-align:center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.overlay{
  position:relative;
  width:100%;
  height:100%;
  vertical-align:middle;
  display:table-cell;
  background-color:#2d2d2d;
}
.description-p{
  text-align:center;
  color:white;
  font-size:18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-weight:2;
  padding: 0 10%;
}

.small-title {
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

input[type="submit"], input[type="button"] {
    border: none;
}

input, textarea, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
}

ul, li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.link {
    cursor: pointer;
}
#submit{
  color:white;
}
.mask {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.circle {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    border-radius: 200px;
}

/* theme style started */

.theme-bg {
    background: rgb(238,101,87);
}
.theme-bg-grey{
  background-color:#f5f5f5;
}
.theme-bg-white{
    background-color: white;
    padding: 20px;
}
.theme-bg-elephant-grey
{
    background-color: #d1d1d1;
}
.theme-bg-light-grey
{
  background-color: #f4f4f4;
}
.theme-text {
    color: rgb(238, 101, 87);
    text-align: center;
}

.theme-border {
    border: 1px solid rgb(238, 101, 87);
}

.theme-border-b {
  border-bottom: 1px solid rgba(238, 101, 87, 0.4);``
}

.theme-border-top-bold {
    border-top: 4px solid rgb(238, 101, 87);;
}

.theme-down-arrow {
    border-top: 10px solid rgb(238, 101, 87);;
}

.theme-input-border {
    border: 1px solid #000000;
}

.theme-border-transparent {
    border: 1px solid transparent;
}

.who-card:hover .theme-border-transparent {
    border: 1px solid rgb(238, 101, 87);
}

/* Theme style ended here */

/* header styles */

header.main-header {
    position: fixed;
    background-color: #2d2d2d;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 1px silver;
    -moz-box-shadow: 0px 1px 1px silver;
    -ms-box-shadow: 0px 1px 1px silver;
    box-shadow: 0px 1px 1px silver;
}

header .logo-container > img {
    width: 210px;
}

header .links-mask, header .toggle-menu {
    display: none;
}

header .links {
    padding-top: 24px;
}

header .links li {
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
}

/* header ended */

.text-container {
    /*background: #F5F5F5;*/
    padding: 20px;
}

.max-container {
    max-width: 1024px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.main-section {
    padding-top: 70px;
}

.video-container {
    margin: 0% 10%;
}

.video-container video {
    width: 100%;
    margin: auto;
    vertical-align: top;
}

.map-container > div {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    color: black;
}
.map-container .map {
    margin-right: 1%;
    text-align: center;
    position: relative;
    width:40%;
    margin-left:9%;
}
/* map positioning styles */
.map-container .map > div.duplicate {
    position: absolute;
    border-radius: 300px;
}

.map-container .map > div.green-1 {
    left: 26.3%;
    top: 15.7%;
    width: 9.6%;
    height: 9.9%;
}

.map-container .map > div.green-2 {
    right: 14.3%;
    top: 25.1%;
    width: 9.6%;
    height: 9.9%;
}

.map-container .map > div.red-1 {
    right: 52.5%;
    top: 31%;
    width: 8.9%;
    height: 9.1%;
}

.map-container .map > div.purple-1 {
    right: 60.8%;
    top: 23.4%;
    width: 6.5%;
    height: 6.8%;
}

.map-container .map > div.purple-2 {
    right: 42.45%;
    top: 39.96%;
    width: 6.5%;
    height: 6.5%;
}

.map-container .map > div.blue-1 {
    left: 29%;
    top: 36.4%;
    width: 5.7%;
    height: 5.8%;
}

.map-container .map > div.blue-2 {
    left: 42.26%;
    top: 44.29%;
    width: 5.7%;
    height: 5.8%;
}

.map-container .map > div.blue-3 {
    right: 14.25%;
    top: 21.5%;
    width: 5.7%;
    height: 5.8%;
}

.map-container .map > div.yellow-1 {
    left: 17.1%;
    top: 27.8%;
    width: 11.9%;
    height: 12.2%;
}

.map-container .map > div.yellow-2 {
    left: 42.8%;
    top: 46.3%;
    width: 5.8%;
    height: 5.8%;
}
.map-container .map > div.yellow-3 {
    left: 27.0%;
    top: 66.1%;
    width: 5.8%;
    height: 6.0%;
}
.map-container .map > div.duplicate span {
    display: block;
    background-color: rgba(223, 48, 48, 0.7);
    color: white;
    border: none;
    position: relative;
    min-width: 100px;
    padding: 5px;
    top: -28px;
    visibility: hidden;
}

.map-container .map > div.duplicate:hover span {
    visibility: visible;
}

.map-container .map > div.duplicate span:after {
    content: " ";
    border-top: 10px solid rgba(223, 48, 48, 0.7);
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 5px;
    bottom: -20px;
}

/* map positioning styles ended here*/

.map-container > div img {
    width: 100%;
}

.map-container > div h1 {
    font-size: 30px;
}



.map1-container > div {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    color: black;
    font-size:18px;
}
.map1-container .map {
    margin-right: 1%;
    text-align: center;
}

.map1-container > div img {
    width: 100%;
}

.map1-container > div h1 {
    font-size: 30px;
}
/* dev style */

.devs ul li {
    width: 50%;
}

.dev {
    color: black;
    margin: 10px;
    padding: 10px;
    -web-box-shadow: 1px 1px 2px silver;
    -moz-box-shadow: 1px 1px 2px silver;
    -ms-box-shadow: 1px 1px 2px silver;
    box-shadow: 1px 1px 2px silver;

    border-top-width: 3px;
    background: white;

    font-style: italic;
    text-align: center;
}

.dev .dev-icon {
    max-width: 196px;
    margin: auto;
}

.dev .dev-icon img {
    width: 100%;
    vertical-align: top;
}

.dev p.dev-name {
    color: #f12615;
}

/* dev style ended */

/* about us */
.about-us h1 {
    text-align: center;
}
/* about us ended */

/* download */
.devs h2{
    text-align: center;
}
.download-container h2 {
    text-align: center;
}

.download-container .dropdown-menu {
    max-width: 360px;
    margin: auto;
    position: relative;
}

.download-container .dropdown-menu select {
    padding: 10px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0px;

}

.download-container .dropdown-menu span {
    position: absolute;
    right: 10px;
    top: 16px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.download-container .download-links {
    margin-top: 25px;
}

.download-container .download-links ul li {
    text-align: center;
    width: 46%;
    margin: 2%;
}

.download-container .download-links ul li:last-child {
    clear: both;
    float: none;
    margin: auto;
}

.download-container .download-links ul li a {
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
}
.download-container{
  background-color:#ffffff;
  padding:10px;
}
/* download ended */


/*  who card styles */
.who-card {
    width: 33.33333333%;
    text-align: center;
    color: black;
}
.who-card .wrapper {
    padding: 20px;
}
.who-card .icon-container {
    display: block;
    width: 89px;
    height: 89px;
    margin: auto;
    /*cursor: pointer;*/
}
.who-card .icon-container .icon {
    margin: 10px;
    display: block;
    text-align: center;
    padding: 26px;
    width: auto;

}
/*  who card styles ended */


/* form */
.form-container h1 {
    font-size: 30px;
    text-align: center;
}
form {
    max-width: 700px;
    margin: auto;
}

form input, form textarea, input {
    width: 100%;
    outline: none;
    font-size: 18px;
    color: black;
    padding: 10px;
    background: white;
}

form input:invalid, form textarea:invalid {
    border: 1px solid orangered;
}

form .form-row {
    margin-bottom: 20px;
}

form .form-row:last-child {
    max-width: 300px;
    margin-bottom: 0px;
    margin: auto;
}

/* form ended */


/*  footer  */
footer.main-footer {
    padding: 10px;
}
footer.main-footer .footer-container {
    max-width: 1000px;
    margin: auto;
}
footer.main-footer .footer-container > div {
    width: 50%;
}
footer.main-footer .footer-container > div > div {
    padding: 10px;
}
footer.main-footer .footer-container p, footer.main-footer .footer-container ul.place-icons li span:last-child {
    font-size: 13px;
}
footer.main-footer .footer-container ul li {
    padding: 10px;
    font-size: 30px;
}
footer.main-footer .footer-container ul.place-icons li {
    padding: 0px;
    display: block;
    
}
footer.main-footer .footer-container ul.social-icons li
{
color:black;
text-decoration:none;
}
footer.main-footer .footer-container ul.social-icons li:first-child {
    padding-left: 0px;
   
}
footer.main-footer .footer-container ul.place-icons li span {
    display: inline-block;
    vertical-align: middle;
}
footer.main-footer .footer-container ul.place-icons li span.icon {
    width: 30px;
    padding: 10px;
    font-size: 30px;
    text-align: left;
}
