article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  color: #d2d2d2;
  font-family: 'Montserrat', sans-serif;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #91c4dd !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ccc !important;
}

/**** Main CSS ****/
* {
  margin: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.7em;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  font-weight: 500;
  background: #1c1a1c;
}
body.bg-030303{
  background: #030303;
}
body #loader-img{
  height: 100vh;
}
p {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 15px;
  color: #d2d2d2;
}
a {
  outline: none;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #d2d2d2;
}
a:hover,
a:active,
a:focus {
  color: #d2d2d2;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
a:hover,
a:focus,
a:active {
  outline: none !important;
}
a,
img,
button,
i {
  transition: all 0.3s ease 0s;
}

.g-drive-download-btn{background: #0f0f0f; padding: 8px 0 8px 10px;}
.g-drive-download-btn .icn{margin-left: 10px; padding: 8px 10px; background: #000000;}

i {
  font-style: italic;
}

b,
strong,
cite {
  font-weight: 900;
}
small {
  font-size: 9px;
  line-height: 12px;
  margin-bottom: 0px;
}

h1 {
  font-size: 42px;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-weight: 500;
}

h2 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: capitalize;
}

h3 {
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

h4 {
  font-size: 28px;
  margin-bottom: 15px;
}

h5 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.no-padding-margin {
  padding: 0;
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.dash {
  margin-bottom: 50px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="file"],
textarea,
select {
  background: transparent;
  font-size: 14px;
  color: #fff;
  width: 100%;
  padding: 12px 0 8px;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  transition: all 0.3s ease;
}
input[type="date"],
input[type="file"]{
  height: 48px;
}
input[type="date"]::-webkit-calendar-picker-indicator{
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background-image: url('../images/calender-icon.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
  color: #fff;
}
textarea {
  resize: none;
  height: 150px;
  border-radius: 0;
}
input:focus,
textarea:focus {
  border-color: #fff;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
.field-group {
  margin-bottom: 35px;
  position: relative;
}
.field-group>label{
  position: absolute;
  top: 5px;
  left: 0;
  color: #fff;
  transition: .3s;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
  background-color: transparent;
}
.field-group.project-start-date > label{
  margin: 0;
  top: 12px;
  left: auto;
  right: 30px;
}
.field-group>label.field-active{
  transform: translateY(-25px);
  font-size: 16px;
  color: #fff;
}
input[type=reset],
input[type=submit] {
  font-size: 22px;
  color: #fff;
  background: transparent;
  border: 0;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  outline: 0;
}
input[type=reset]:hover,
input[type=submit]:hover {
  color:#fff;
}
select {
  color: #fff;
  height: 48px;
}
select#lang{
  width: auto;
  height: auto;
  border-bottom: none;
  padding: 0;
}
select option {
  color: #6e6e6e;
}
.btn{
  font-size: 22px;
  color: #fff;
  background: transparent;
  border: 0;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  outline: 0;
}
.btn:hover{
  color:#fff;
}
.btn:focus{
  outline: 0 !important;
  box-shadow: none !important;
}
.custom-btn{
  color: #000;
}
.custom-btn:hover{
  color: #d2d2d2;
}
.input-checkbox{
  display: none;
}
.label-checkbox{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-weight: 500;
}
.label-checkbox::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 8px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #000;
  left: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input-checkbox:checked + .label-checkbox::before {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.custom-checkbox-2{
  padding:5px 5px 5px 10px;
  background-color:#1c1a1c;
}
.custom-checkbox-2 .label-checkbox{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 500;
}
.custom-checkbox-2 .label-checkbox::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  color: #1c1a1c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #1c1a1c;
  border: 1px solid #d2d2d2;
  left: 0;
  top: 0;
  transform: none;
  border-radius: 5px;
  font-weight: 300;
}
.custom-checkbox-2 .input-checkbox:checked + .label-checkbox::before {
  background-color: #1c1a1c;
  border: 1px solid #d2d2d2;
  color: #3ab05f;
}