/* ---------------------------------------------------------------------- */
/*  Basic Elements & Classes
/* ---------------------------------------------------------------------- */
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

html {
  font-size: 100%;
}

body {
  color: #8e8e93;
  direction: ltr;
  overflow-x: hidden;
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 0;
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}
body.Disclaimer{overflow-y: scroll;}
span.c {font-size:25px;}
::-moz-selection {
  background: #5F8295;
  text-shadow: none;
  color: #000;
}

::selection {
  background: #5F8295;
  text-shadow: none;
  color: #ffffff;
}
button:focus {outline:0;}
a, a:focus, a:hover, a:active {
  outline: 0 !important;
  text-decoration: none !important;
  cursor: pointer;
}

button {
  outline: 0 !important;
}

a {
  color: #007AFF;
}
a:hover, a:focus, a:active {
  color: #004999;
}

h1, h2 {
  font-family: "Raleway", sans-serif;
}

h3, h4, h5 {
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
  margin-top: 0;
  color: #5b5b60;
}
p{font-family: Helvetica, Arial, sans-serif; line-height: 1.5;}
.text-bold h1, h1.text-bold, h1 .text-bold, .text-bold h2, h2.text-bold, h2 .text-bold, .text-bold h3, h3.text-bold, h3 .text-bold, .text-bold h4, h4.text-bold, h4 .text-bold, .text-bold h5, h5.text-bold, h5 .text-bold {
  font-weight: 600;
}
header#main-header div.inner-col {
    height: 80px;
    border-bottom: 1px solid rgba(49, 78, 95, 0.0745098);
}
header#main-header div.inner-col {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-width: initial;
    border-style: none;
    border-color: initial;
}
header#main-header {
    box-shadow: rgba(0, 20, 51, 0.027451) 0px 1px 0px;
        background: rgba(255, 255, 255, 0);
}
header#main-header {
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    font-size: 1.2em;
        margin-bottom: 40px;
}

header#main-header h1 {
    width: 63px;
    height: 27px;
    text-indent: 100%;
    position: absolute;
    z-index: 10;
    top: 10px;
    overflow: hidden;
    margin: 0px 0px 0px -1px;
}
header#main-header h1 a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
 
}
header#main-header nav {
    position: relative;
}
header#main-header ul {
    margin: 0px;
    padding: 16px 0px 0px;
}
header#main-header ul.pages {
    margin-left: 73px;
}
header#main-header li {
    list-style-type: none;
    display: inline;
    padding: 0px;
    margin: 0px;
}
header#main-header ul.external {
    position: absolute;
    right: 0px;
    top: 10px;
}
header#main-header a, header#main-header li.more > span {
    color: rgb(111, 127, 143);    font-size: 13px;
}
header#main-header li a {
    padding: 10px 8px;
}
header#main-header li.button a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 0px 12px;
    border-radius: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 222, 227);
}
header#main-header li.button a:hover {color:#29abe1;
}
.logo2 img{margin: 10px 0 0;}
    .mainFont{font-size: 60px;}
.main{         margin: 3% auto 5%;
    text-align: center;
   }
div#formDiv{ overflow-y: auto;
    height: 450px;}
mainContainerWrap{
    margin: 10% auto;
}

/* Track */
div#formDiv::-webkit-scrollbar-track,body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
 
/* Handle */
div#formDiv::-webkit-scrollbar, body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

div#formDiv::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb
{
	background-color: #000000;
}in div{}
.main ul, .main ol {width:100%}
.main ul li, .main ol li{text-align:left; font-size:15px;line-height:1.5}
.main h2.dr{font-size:1.5em;    text-align: justify;}
/* the loader */

.load {
     margin: 150px auto;
    width: 250px;
    height: 250px;
  /** height is required as absolute value **/
  background-color: #e42626;
  border-radius: 100%;
  position:relative;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}

.load h1{
     position: absolute;
    top: 83px;
    left: 24%;
    color: white;
    text-shadow: -1px -1px #333;
    width: 100%;
        cursor: pointer;
}


.load:before {
  display: inline-block;
  margin: auto;
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-color: #170a0a;
}
.load:after {
    display: inline-block;
    margin: auto;
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: #333333;
}
.load:after {
  z-index: -100;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

.load:before {
  z-index: -200;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}
/* outer ripple */


@keyframes pulse{
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}

@-moz-keyframes pulse{
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}

@-webkit-keyframes pulse{
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}


@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
/* inner ripple */

@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}


.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: url(../images/skrim-gray-95.png);
    padding: 30px 142px 30px 60px;
    font-size: 1.2em;
    color: #fff;
}
.hide{=display: none;}
.form-group ul{
    font-size: large;
    text-align: justify;
}
.form-group ul li, .form-group ol li{
        margin: 5px auto;
}
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="password"],
textarea,
select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
   
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 30px;
}
select 
{width: auto !important;min-width:40%;}
.form-control {
    display: block;
    width: 50%; margin: 0 auto;}
.appricanaButton {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 185px;
    height: 50px;
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid rgb(78,78,78);
    outline: none !important;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 35px;
  color: rgb(220, 66, 60);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: rgba(0,0,0,0);
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.appricanaButton:hover {
  color: rgba(255,255,255,1);
  background: rgb(218, 81, 76);
}

.appricanaButton:active {
  border: 2px solid rgba(33,224,163,1);
  background: rgb(218, 81, 76);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.form-div ul li, .form-group ol li, h2 ol li, h2 ul li{font-family:"Helvetica";}

input#Appealantname,#category, #city, .appricanaInput {
   
    background: none;
    color: #303;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    font-style: italic;
    box-shadow: none;
}
.appricanaInput{display: inline-block !important;}
input#Appealantname, .appricanaInput{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Playfair Display';
    font-style: italic;
  padding: 20px 10px;
}
.credit{font-size:5px;}