/*--

TEMPLATE NAME: Panther Coming Soon HTML Template
TEMPLATE URI: - http://froid.works/themeforest/panther-html/
DESCRIPTION: Panther Coming Soon HTML Template
VERSION: 1.0
AUTHOR: Ajay Kumar Choudhary
AUTHOR URL: http://codecanyon.net/user/ajay138/
DESIGN BY: Rakesh Kumar

[TABLE OF CONTENTS]

1.0 GENERAL RESET
	1.1 BODY FONT-SIZE ACCORDING TO DEVICE WIDTH
	1.2 GENERAL BOOTSTRAP RESET
2.0 BUTTON
3.0 PAGE SCROLL
4.0 MATERIAL DESIGN BOOTSTRAP ELEMENTS
    4.1 COLORS
	4.2 FORMS
5.0 STATIC PAGE CSS
6.0 VIDEO PAGE CSS
7.0 ABOUT SECTION CSS
8.0 CONTACT SECTION CSS
9.0 RESET

--*/
/*-----------------------------------
BEGIN GENERAL RESET
-------------------------------------*/
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 105%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  html {
    font-size: 110%;
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
  html {
    font-size: 140%;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2047px) {
  html {
    font-size: 150%;
  }
}

@media only screen and (min-width: 2048px) and (max-width: 2559px) {
  html {
    font-size: 165%;
  }
}

@media only screen and (min-width: 2560px) and (max-width: 2880px) {
  html {
    font-size: 175%;
  }
}

@media (min-width: 2800px) {
  html {
    font-size: 175%;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background-color: #22283f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
}

::-moz-selection {
  background: #f4ca22;
  color: #ffffff;
}

::selection {
  background: #f4ca22;
  color: #ffffff;
}

:focus {
  outline: none;
}

.input-edit::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}

.input-edit:-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}

.input-edit::-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}

.input-edit:-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}

ul {
  padding: 0;
  margin: 0;
}

button:focus {
  outline: 0;
}

/*-----------------------------------
END GENERAL RESET
-------------------------------------*/
/*-----------------------------------
BEGIN BUTTON STYLING
-------------------------------------*/
.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  padding: 0 2.5em;
  position: relative;
  background: 0 0;
  border: none;
  outline: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .276em;
  color: #f4ca22;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(244, 202, 34, 0.5);
  -webkit-transition: .15s;
  transition: .15s;
  height: 40px;
  height: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  width: 100%;
}

@media (min-width: 544px) {
  .button {
    width: auto;
  }
}

.button:after, .button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button .helper, .button:after {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.button .helper, .button:after {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.button:before {
  border: 2px solid #f4ca22;
}

.button:after {
  content: attr(data-title);
  z-index: 1;
  color: #ffffff;
}

.button .helper {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjVlM2EiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMmE2OCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffb626), to(#f4ca22));
  background-image: linear-gradient(to right, #ffb626 0, #f4ca22 100%);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.button:active .helper, .button:active:after, .button:hover .helper, .button:hover:after {
  opacity: 1;
}

@media (min-width: 544px) {
  .button {
    height: 50px;
    height: 3.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}

/*-----------------------------------
BEGIN BUTTON STYLING
-------------------------------------*/
/* --------------------------------
BEGIN PAGE SCROLL PLUGIN
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}

.cd-section:first-of-type > div::before {
  /* alert -> all scrolling effects are not visible on small devices */
  content: '';
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
}

.cd-section:nth-of-type(2) > div {
  background-color: #728f9e;
}

.cd-section:nth-of-type(3) > div {
  background-color: #678696;
}

@media only screen and (min-width: 1050px) {
  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    perspective-origin: center 0;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section:first-of-type > div::before {
    display: none;
  }
}

@media only screen and (min-width: 1050px) {
  .cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.cd-vertical-nav {
  /* lateral navigation */
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.cd-vertical-nav li {
  list-style-type: none;
}

.cd-vertical-nav a {
  display: block;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/arrow-icon-01.svg) no-repeat center center;
  position: relative;
  background-size: contain;
}

.cd-vertical-nav a:before {
  content: "";
  top: 0;
  left: 0;
  border: 2px solid #f4ca22;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  -webkit-animation: jumper 1.8s 0.33333s ease-out infinite;
}

.cd-vertical-nav a:after {
  content: "";
  top: 0;
  left: 0;
  border: 2px solid #f4ca22;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  -webkit-animation: jumper 1.8s 0.66666s ease-out infinite;
}

.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1050px) {
  .cd-vertical-nav {
    display: block;
  }
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}

/* --------------------------------
END PAGE SCROLL PLUGIN
-------------------------------- */
/*------------------------------------
 BEGIN MATERIAL DESIGN FOR BOOTSTRAP 4
 ------------------------------------*/
.danger-color {
  background-color: #ff4444;
}

.danger-color-dark {
  background-color: #CC0000;
}

.warning-color {
  background-color: #ffbb33;
}

.warning-color-dark {
  background-color: #FF8800;
}

.success-color {
  background-color: #00C851;
}

.success-color-dark {
  background-color: #007E33;
}

.info-color {
  background-color: #33b5e5;
}

.info-color-dark {
  background-color: #0099CC;
}

.default-color {
  background-color: #2BBBAD;
}

.default-color-dark {
  background-color: #00695c;
}

.primary-color {
  background-color: #4285F4;
}

.primary-color-dark {
  background-color: #0d47a1;
}

.secondary-color {
  background-color: #aa66cc;
}

.secondary-color-dark {
  background-color: #9933CC;
}

.mdb-color {
  background-color: #45526E;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search-md],
textarea.md-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  height: 1.6rem;
  width: 100%;
  font-size: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input[type=text]:disabled, input[type=text]:disabled, input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search-md]:disabled,
input[type=search-md]:disabled,
input[type=search-md][readonly="readonly"],
textarea.md-textarea:disabled,
textarea.md-textarea:disabled,
textarea.md-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.46);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.46);
  background-color: transparent;
}

input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search-md]:disabled + label,
input[type=search-md][readonly="readonly"] + label,
textarea.md-textarea:disabled + label,
textarea.md-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.46);
  background-color: transparent;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #4285F4;
  -webkit-box-shadow: 0 1px 0 0 #4285F4;
          box-shadow: 0 1px 0 0 #4285F4;
}

input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search-md]:focus:not([readonly]) + label,
textarea.md-textarea:focus:not([readonly]) + label {
  color: #4285F4;
}

input[type=text].valid, input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search-md].valid,
input[type=search-md]:focus.valid,
textarea.md-textarea.valid,
textarea.md-textarea:focus.valid {
  border-bottom: 1px solid #00C851;
  -webkit-box-shadow: 0 1px 0 0 #00C851;
          box-shadow: 0 1px 0 0 #00C851;
}

input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search-md].valid + label:after,
input[type=search-md]:focus.valid + label:after,
textarea.md-textarea.valid + label:after,
textarea.md-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #00C851;
  opacity: 1;
}

input[type=text].invalid, input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search-md].invalid,
input[type=search-md]:focus.invalid,
textarea.md-textarea.invalid,
textarea.md-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  -webkit-box-shadow: 0 1px 0 0 #F44336;
          box-shadow: 0 1px 0 0 #F44336;
}

input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search-md].invalid + label:after,
input[type=search-md]:focus.invalid + label:after,
textarea.md-textarea.invalid + label:after,
textarea.md-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}

input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search-md] + label:after,
textarea.md-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out;
}

label {
  font-size: 0.6rem;
  color: black;
}

.form-control {
  padding: 0;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
}

.md-form {
  position: relative;
  margin-bottom: 1.5rem;
}

.md-form .btn {
  margin-bottom: 1.5rem;
}

.md-form label {
  font-family: "Open Sans", sans-serif;
  color: #9c9c9c;
  position: absolute;
  top: 0.8rem;
  left: 0;
  font-size: 0.8rem;
  cursor: text;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.md-form label.active {
  font-size: 0.6rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}

.md-form .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.md-form .prefix.active {
  color: #4285F4;
}

.md-form .prefix ~ input,
.md-form .prefix ~ textarea {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.md-form .prefix ~ textarea {
  padding-top: .8rem;
}

.md-form .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  .md-form .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  .md-form .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

.md-form .input-group {
  border: 1px solid #eee;
}

.md-form .input-group .form-control {
  margin: 0;
}

.md-form .input-group ::-webkit-input-placeholder {
  padding-left: 7px;
  padding-top: 2px;
}

.md-form .input-group :-moz-placeholder {
  /* Firefox 18- */
  padding-left: 7px;
  padding-top: 2px;
}

.md-form .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  padding-left: 7px;
  padding-top: 2px;
}

.md-form .input-group :-ms-input-placeholder {
  padding-left: 7px;
  padding-top: 2px;
}

.form-inline fieldset {
  margin-right: 1.5rem;
}

textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.md-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

.input-dark-bg ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.input-dark-bg :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-weight: 300;
}

.input-dark-bg ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-weight: 300;
}

.input-dark-bg :-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.input-dark-bg input[type=text] {
  border-bottom: 1px solid #fff;
}

.input-dark-bg .form-control {
  color: #fff;
}

.input-light-bg ::-webkit-input-placeholder {
  color: #1C2331;
  font-weight: 300;
}

.input-light-bg :-moz-placeholder {
  /* Firefox 18- */
  color: #1C2331;
  font-weight: 300;
}

.input-light-bg ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1C2331;
  font-weight: 300;
}

.input-light-bg :-ms-input-placeholder {
  color: #1C2331;
  font-weight: 300;
}

.input-light-bg input[type=text] {
  border-bottom: 1px solid #1C2331;
}

.input-light-bg .form-control {
  color: #1C2331;
}

.form-inline .form-group {
  margin-right: 2rem;
}

i.btn-primary {
  background: #4285F4;
}

i.btn-default {
  background: #2BBBAD;
}

i.btn-success {
  background: #00C851;
}

i.btn-info {
  background: #33b5e5;
}

i.btn-warning {
  background: #FF8800;
}

i.btn-danger {
  background: #CC0000;
}

/*------------------------------------
END MATERIAL DESIGN FOR BOOTSTRAP 4
 ------------------------------------*/
@media (min-width: 1050px) {
  .cd-section {
    height: 100vh;
  }
}

.cd-section #artwork {
  position: absolute;
  left: 0;
  width: 19.25rem;
  height: 100vh;
  display: none;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .cd-section #artwork {
    display: block;
  }
}

.cd-section #artwork .panther-scale {
  -webkit-transform: scale(11.328) translate(0, 0);
          transform: scale(11.328) translate(0, 0);
}

@media (min-width: 1050px) {
  .cd-section #artwork .panther-scale {
    -webkit-transform: scale(12) translate(0, 0);
            transform: scale(12) translate(0, 0);
  }
}

@media (min-width: 1800px) {
  .cd-section #artwork .panther-scale {
    -webkit-transform: scale(19) translate(0, 0);
            transform: scale(19) translate(0, 0);
  }
}

@media (min-width: 2400px) {
  .cd-section #artwork .panther-scale {
    -webkit-transform: scale(23) translate(0, 0);
            transform: scale(23) translate(0, 0);
  }
}

@media (min-width: 2800px) {
  .cd-section #artwork .panther-scale {
    -webkit-transform: scale(27) translate(0, 0);
            transform: scale(27) translate(0, 0);
  }
}

.cd-section .section-homepage {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .cd-section .section-homepage {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1050px) {
  .cd-section .section-homepage {
    height: 100vh;
  }
}

.cd-section .section-homepage .logo {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-left: -3.125rem;
  margin-top: 16px;
  margin-top: 1rem;
  z-index: 99;
}

.cd-section .section-homepage .logo img {
  width: 100px;
  width: 6.25rem;
  height: 119px;
  height: 7.4375rem;
}

@media (min-width: 1050px) {
  .cd-section .section-homepage .logo {
    left: 30%;
    margin-left: 0;
  }
}

.cd-section .section-homepage .page-heading {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  color: #f4ca22;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 160px;
  margin-top: 10rem;
}

@media (min-width: 544px) {
  .cd-section .section-homepage .page-heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .cd-section .section-homepage .page-heading {
    font-size: 44px;
    font-size: 2.75rem;
    margin-top: 14vh;
  }
}

@media (min-width: 992px) {
  .cd-section .section-homepage .page-heading {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 1050px) {
  .cd-section .section-homepage .page-heading {
    font-size: 64px;
    font-size: 4rem;
    margin-top: 14vh;
  }
}

.cd-section .section-homepage .countdown-container {
  text-align: center;
  line-height: 1.33;
  margin-top: 6vh;
}

.cd-section .section-homepage .countdown-container #countdown {
  text-align: center;
  display: inline-block;
}

.cd-section .section-homepage .countdown-container #countdown > div {
  font-family: "Orbitron", sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  width: 70px;
  width: 4.375rem;
  float: left;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 544px) {
  .cd-section .section-homepage .countdown-container #countdown > div {
    font-size: 35px;
    font-size: 2.1875rem;
    width: 100px;
    width: 6.25rem;
  }
}

@media (min-width: 768px) {
  .cd-section .section-homepage .countdown-container #countdown > div {
    font-size: 40px;
    font-size: 2.5rem;
    width: 100px;
    width: 6.25rem;
  }
}

@media (min-width: 1050px) {
  .cd-section .section-homepage .countdown-container #countdown > div {
    font-size: 50px;
    font-size: 3.125rem;
    width: 130px;
    width: 8.125rem;
  }
}

.cd-section .section-homepage .countdown-container #countdown > div > .date-cap {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  text-shadow: 2px 0px 3px rgba(14, 14, 11, 0.07);
  font-weight: 400;
}

.cd-section .section-homepage .countdown-container #countdown > div:nth-child(odd) {
  color: #f4ca22;
}

.cd-section .section-homepage .countdown-container #countdown > div:nth-child(odd) > .date-cap {
  color: #f4ca22;
}

.cd-section .section-homepage .countdown-container #countdown > div:last-child {
  margin-right: 0;
}

.cd-section .section-homepage .page-subheading {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 544px) {
  .cd-section .section-homepage .page-subheading {
    width: 70%;
  }
}

.cd-section .section-homepage .page-subheading .page-subheading-2 {
  font-weight: 300;
  line-height: 0;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 22px;
  margin-top: 1.375rem;
  text-shadow: -1px 2px 8px #000;
}

@media (min-width: 768px) {
  .cd-section .section-homepage .page-subheading .page-subheading-2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1050px) {
  .cd-section .section-homepage .page-subheading .page-subheading-2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.cd-section .section-homepage .page-subheading .page-subheading-2 .heading-reset {
  color: #f4ca22;
}

.cd-section .section-homepage .input-container {
  width: 90%;
  margin: 2rem auto;
}

@media (min-width: 1050px) {
  .cd-section .section-homepage .input-container {
    width: 70%;
  }
}

.cd-section .section-homepage .input-container .form-group {
  width: 100%;
  margin: 2rem auto 0.500rem;
}

@media (min-width: 544px) {
  .cd-section .section-homepage .input-container .form-group {
    margin: 0;
    width: 46%;
  }
}

.cd-section .section-homepage .input-container .input-edit {
  display: block;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: unset;
  border-radius: 0;
  height: 50px;
  height: 3.125rem;
  padding: 0 1.5em;
  line-height: 50px;
  line-height: 3.125rem;
  margin-top: -2px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@media (min-width: 544px) {
  .cd-section .section-homepage .input-container .input-edit {
    height: 50px;
    height: 3.125rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

.cd-section .section-homepage .input-container .input-edit[type=text]:focus:not([readonly]), .cd-section .section-homepage .input-container .input-edit[type=password]:focus:not([readonly]), .cd-section .section-homepage .input-container .input-edit[type=email]:focus:not([readonly]), .cd-section .section-homepage .input-container .input-edit[type=tel]:focus:not([readonly]), .cd-section .section-homepage .input-container .input-edit[type=number]:focus:not([readonly]) {
  border-bottom: 2px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cd-section .section-homepage .input-container .btn-submit {
  float: left;
  margin-left: 1rem;
  color: #f4ca22;
  border: 3px solid #f4ca22;
  border-radius: 0;
  font-weight: 500;
  font-size: 1.2rem;
  height: 44px;
  height: 2.75rem;
}

@media (min-width: 1050px) {
  .cd-section .section-homepage .copyright {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 175px;
    padding-left: 10.9375rem;
  }
}

ul.social-dropdown {
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: 30px;
  top: 1.875rem;
  z-index: 3;
}

@media (min-width: 1050px) {
  ul.social-dropdown {
    right: 40px;
    right: 2.5rem;
    top: 40px;
    top: 2.5rem;
  }
}

ul.social-dropdown > li {
  list-style-type: none;
}

ul.social-dropdown > li button {
  background: transparent;
  border: 1px solid #f4ca22;
  border-radius: 3px;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}

ul.social-dropdown > li ul.social-submenu {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

ul.social-dropdown > li ul.social-submenu > li {
  display: none;
  list-style-type: none;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
}

ul.social-dropdown > li ul.social-submenu > li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

ul.social-dropdown > li ul.social-submenu > li a {
  text-align: center;
  background: transparent;
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #f4ca22;
  color: #fff;
  display: block;
}

ul.social-dropdown > li:hover > ul.social-submenu {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

ul.social-dropdown > li:hover > ul.social-submenu li {
  display: block;
  opacity: 0;
}

ul.social-dropdown > li:hover > ul.social-submenu li:nth-child(1) {
  -webkit-animation-name: social;
          animation-name: social;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: -150ms;
          animation-delay: -150ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

ul.social-dropdown > li:hover > ul.social-submenu li:nth-child(2) {
  -webkit-animation-name: social;
          animation-name: social;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

ul.social-dropdown > li:hover > ul.social-submenu li:nth-child(3) {
  -webkit-animation-name: social;
          animation-name: social;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

ul.social-dropdown > li:hover > ul.social-submenu li:nth-child(4) {
  -webkit-animation-name: social;
          animation-name: social;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

ul.social-dropdown > li:hover > ul.social-submenu li:nth-child(5) {
  -webkit-animation-name: social;
          animation-name: social;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

ul.social-dropdown > li:hover > ul.social-submenu li:nth-child(6) {
  -webkit-animation-name: social;
          animation-name: social;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes social {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg) translateY(30px);
            transform: rotateY(-90deg) translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateY(0px);
            transform: rotateY(0deg) translateY(0px);
  }
}

@keyframes social {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg) translateY(30px);
            transform: rotateY(-90deg) translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateY(0px);
            transform: rotateY(0deg) translateY(0px);
  }
}

#error_subscribe {
  margin-top: 16px;
  margin-top: 1rem;
}

.fullscreen-bg {
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  -webkit-perspective: 700px;
  perspective: 700px;
}

@media (min-width: 1050px) {
  .fullscreen-bg {
    height: 100%;
  }
}

.fullscreen-bg .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fullscreen-bg .video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 1050px) {
  .cd-section {
    height: 100vh;
  }
}

.cd-section .section-about {
  text-align: center;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1050px) {
  .cd-section .section-about {
    height: 100vh;
  }
}

.cd-section .section-about .content {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  width: 90%;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 1px;
}

@media (min-width: 1050px) {
  .cd-section .section-about .content {
    width: 80%;
    text-align: center;
  }
}

.cd-section .section-about .team-heading {
  color: #f4ca22;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  letter-spacing: 2px;
}

@media (min-width: 1050px) {
  .cd-section .section-about .team-heading {
    font-size: 42px;
    font-size: 2.625rem;
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.cd-section .section-about .slider-container {
  width: 70%;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 1050px) {
  .cd-section .section-about .slider-container {
    margin: 4rem auto;
  }
}

.cd-section .section-about .slider-container.team-container .owl-carousel .owl-item img.emp-reset {
  width: 40%;
  margin: 2rem auto;
}

.cd-section .section-about .slider-container.team-container .box-designation {
  position: relative;
  border: 0.0625rem solid #ffffff;
  border-bottom: unset;
  padding: 1.2rem 1rem;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #fff), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #fff 80%, rgba(255, 255, 255, 0) 0%);
  background-position: -50% 100%;
  background-size: 72% 0.0625rem;
  background-repeat: repeat-x;
}

.cd-section .section-about .slider-container.team-container .box-designation:before {
  content: "";
  background-image: url(../images/arrow-down.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  left: 50%;
  margin-left: -7.95%;
  bottom: -20px;
  bottom: -1.25rem;
  height: 17.5%;
  width: 17.5%;
}

.cd-section .section-about .slider-container.team-container .box-designation .designation {
  font-family: "Open Sans", sans-serif;
  font-size: .800rem;
  font-weight: 100;
}

.cd-section .section-about .slider-container.team-container .box-designation .name {
  color: #f4ca22;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

.cd-section .section-about .slider-container.team-container .box-designation .hr-line {
  border-top: 1px solid #ffffff;
  margin: 1.2rem 0 1.2rem 0;
}

.cd-section .section-about .slider-container.service-container .services {
  background-image: url(../images/services-box-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3rem 0;
  background-size: contain;
}

.cd-section .section-about .slider-container.service-container .services img {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  margin: 0 auto;
}

.cd-section .section-about .slider-container.service-container .services .service-name {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

@media (min-width: 1050px) {
  .cd-section {
    height: 100vh;
  }
}

.cd-section .section-contact {
  text-align: center;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1050px) {
  .cd-section .section-contact {
    height: 100vh;
  }
}

.cd-section .section-contact .container-set {
  overflow: hidden;
  width: 95%;
  margin-top: 48px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1050px) {
  .cd-section .section-contact .container-set {
    width: 80%;
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.cd-section .section-contact .container-set .icon-container {
  margin: 0 auto;
  border: 2px solid #ffffff;
  width: 3.3rem;
  height: 3rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}

.cd-section .section-contact .container-set .icon-container .icon-style {
  color: #f4ca22;
  font-size: 1.3rem;
}

.cd-section .section-contact .container-set .contact-info {
  font-family: "Open Sans", sans-serif;
   margin-top: 15px;
   margin-top: 0.9375rem;
   margin-bottom: 28px;
   margin-bottom: 1.75rem;
  line-height: 1.2;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #f4ca22;
}

@media (min-width: 1050px) {
  .cd-section .section-contact .container-set .contact-info {
     margin-top: 15px;
     margin-top: 0.9375rem;
     margin-bottom: 0px;
     margin-bottom: 0rem;
  }
}

.cd-section .section-contact .container-set .contact-info a {
  font-weight: 500;
  color: #f4ca22;
  text-decoration: none;
}

.cd-section .section-contact .contact-form {
  width: 90%;
  overflow: hidden;
  padding-top: 32px;
  padding-top: 2rem;
  margin-left: auto;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  margin-right: auto;
}

@media (min-width: 1050px) {
  .cd-section .section-contact .contact-form {
    width: 70%;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
}

.cd-section .section-contact .form-control:focus {
  background-color: unset;
  border-color: #f4ca22;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cd-section .section-contact input[type=text], .cd-section .section-contact input[type=email] {
  color: #ffffff;
}

.cd-section .section-contact input[type=text]:focus:not([readonly]) + label, .cd-section .section-contact input[type=email]:focus:not([readonly]) + label {
  color: #f4ca22;
  font-size: 14px;
  font-size: 0.875rem;
}

.cd-section .section-contact textarea.md-textarea {
  color: #ffffff;
}

.cd-section .section-contact textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #f4ca22;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.cd-section .section-contact textarea.md-textarea:focus:not([readonly]) + label {
  color: #f4ca22;
  font-size: 14px;
  font-size: 0.875rem;
}

.cd-section .section-contact .md-form label {
  color: #ffffff;
  font-weight: 100;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  width: 100%;
  text-align: left;
}

.cd-section .section-contact .md-form label.active {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-section .section-contact .copyright {
  display: block;
}

#map {
  height: 250px;
  height: 15.625rem;
  width: 90%;
  margin: 3rem auto 1rem;
  background-color: rgba(232, 232, 232, 0.85098);
}

@media (min-width: 1050px) {
  #map {
    margin: 2rem auto;
    width: 60%;
  }
}

.infoBox img {
  visibility: hidden;
}

.infoBox:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.infoBox:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f4ca22;
  border-width: 15px;
  border-width: 0.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
}

#error_subscribe p, #error_contact p {
  font-width: 15px;
  font-width: 0.9375rem;
  color: #ffffff;
  text-transform: uppercase;
}

.cd-section .section-homepage .input-container .input-edit.subscriber-error {
  background: rgba(212, 49, 49, 0.55);
}

.cd-section .section-homepage .input-container .input-edit.subscriber-success {
  background: rgba(0, 155, 212, 0.55);
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  width: 1.25rem;
  height: 4px;
  height: 0.25rem;
  background-color: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #f4ca22;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #f4ca22;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  margin-top: 0.625rem;
}

#services .owl-dots {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.copyright {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  padding: 30px 0;
  padding: 1.875rem 0;
  display: none;
  font-size: 15px;
  font-size: 0.9375rem;
}

.icon {
  display: block;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  background-size: cover;
  background-position: center center;
}

.icon.share {
  background-image: url("../images/icon/share.svg");
}

.icon.arrow-right {
  background-image: url("../images/icon/arrow-right.svg");
  display: inline-table;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

@media (min-width: 544px) {
  .icon.arrow-right {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
}

.icon.home {
  background-image: url("../images/icon/home.svg");
  margin: 8px 12px;
  margin: 0.5rem 0.75rem;
}

.icon.phone {
  background-image: url("../images/icon/phone.svg");
  margin: 8px 12px;
  margin: 0.5rem 0.75rem;
}

.icon.mail {
  background-image: url("../images/icon/mail.svg");
  margin: 8px 12px;
  margin: 0.5rem 0.75rem;
}

.page-heading {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #f4ca22;
  font-weight: 500;
  margin-top: 12vh;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

@media (min-width: 1050px) {
  .page-heading {
    font-size: 48px;
    font-size: 3rem;
  }
}

.page-heading .page-heading2 {
  color: #ffffff;
}

.page-heading .line-icon {
  font-size: 2rem;
  color: white;
  position: relative;
  top: -4px;
  top: -0.25rem;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.panther-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/preloader.gif) center no-repeat #fff;
}

.backstretch:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 19, 20, 0.6);
  background-repeat: repeat;
  z-index: 1;
}

@media (min-width: 1050px) {
  .inside-scroll {
    padding: 10px 10px;
    padding: 0.625rem 0.625rem;
    margin: 40px 100px;
    margin: 2.5rem 6.25rem;
    border: 2px solid #ffffff;
    height: calc(100vh - 5rem);
  }
}

/*# sourceMappingURL=main.css.map*/