@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Text:400,400i,500,500i,700,700i');

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


body {
  margin: 0;
  overflow-x: hidden;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}


a {
  background-color: transparent;
}

img {
  border-style: none;
}


button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}


button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}


button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}



textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}


[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #606060;
  font-family: "Red Hat Text", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1a1b1e;
  font-family: "Red Hat Display", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}


@media only screen and (max-width: 1024px) {
  body {
    line-height: 1.5;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

/* Tablet Small */
@media only screen and (max-width: 768px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600 !important;
    text-align: center;
  }
  p{
    text-align: center;
  }
  .pt-20-mob{
padding-bottom: 0px !important;
  }


  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
    line-height: 1.15384615;
  }

  h3 {
    font-size: 22px;
    line-height: 1.13636364;
  }

  h4,
  h5,
  h6 {
    line-height: 1.11111111;
  }
}

p {
  margin: 0 0 20px;
}

p:last-child {
  margin-bottom: 0;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}



.overflow {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.padding-top-40 {
  padding-top: 40px;
}

section {
  position: relative;
  z-index: 0;
}

.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.octf-btn {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  font-size: 16px;
  padding: 16px 28px 16px 28px;
  line-height: 1;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  background: #EE3A3A !important;
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  box-sizing: border-box;
  color: #fff !important;
  position: relative;
  font-family: "Red Hat Display", sans-serif;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
  -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
  -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
}

.octf-btn:visited {
  color: #fff;
}

.octf-btn:hover,
.octf-btn:focus {
  color: #fff;
}

.octf-btn:hover,
.octf-btn:focus {
  box-shadow: none;
}


.octf-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  background-color: rgba(255, 255, 255, 0.8);
}

.octf-btn:hover:before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.octf-btn-icon {
  text-align: left;
  padding: 5px 5px 5px 28px;
}

.octf-btn-icon i {
  background: #fff;
  color: #EE3A3A;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-left: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.octf-btn-primary {
  background: #EE3A3A;
}

.octf-btn-primary.octf-btn {
  box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
  -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
  -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
}

.octf-btn-primary.octf-btn-icon {
  box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
}

.octf-btn-primary:hover,
.octf-btn-primary:focus {
  box-shadow: none;
}

.octf-btn-secondary {
  background: #EE3A3A;
}

.octf-btn-secondary.octf-btn {
  box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
  -webkit-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
  -moz-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
}

.octf-btn-secondary.octf-btn-icon {
  box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
}

.octf-btn-secondary i {
  color: #00c3ff;
}

.octf-btn-secondary.octf-btn-white {
  color: #00c3ff;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}

.octf-btn-third:hover,
.octf-btn-third:focus {
  box-shadow: none;
}

.octf-btn-no-icon i,
.awesome-icon span i {
  display: none;
}

.btn-readmore a {
  font-family: "Red Hat Display", sans-serif;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .banner .banner-stitle {
    color: #fff;
    padding: 0px 0px !important;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 48px !important;
    font-family: "Red Hat Display", sans-serif;
  }
  .big-padding-top {
    padding: 100px 0px !important;
  }


  .octf-btn:before {
    display: none;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #7e7e7e;
  border: 1px solid #e6e6e6;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  padding: 9px 20px;
  box-sizing: border-box;
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #7e7e7e;
}

select {
  border: 1px solid #e6e6e6;
}

textarea {
  width: 100%;
  padding: 15px 20px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  color: #7e7e7e;
}

::-moz-placeholder {
  color: #7e7e7e;
}

:-ms-input-placeholder {
  color: #7e7e7e;
}

:-moz-placeholder {
  color: #7e7e7e;
}

a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #EE3A3A;
  text-decoration: none;
}

a:visited {
  color: #F68A23;
}

a:hover,
a:focus,
a:active {
  color: #F68A23;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.header-topbar {
  padding: 12px 0px;
  border-bottom: 1px solid #e5e5e5;
  color: #a5b7d2;
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
}

.header-topbar a {
  color: #a5b7d2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-topbar a:hover {
  color: #fe4c1c;
}

.topbar_menu {
  float: left;
  margin-right: 30px;
}

.topbar_menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.topbar_menu ul li {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  padding: 0px 31px;
  float: left;
}

.topbar_menu ul li:first-child {
  padding-left: 0px;
}

.topbar_menu ul li a {
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  line-height: 11.9px;
  font-weight: 500;
}

.social-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.social-list li {
  display: inline-block;
  margin: 0px 10px;
}

.social-list li:first-child {
  margin-left: 0px;
}

.social-list li a {
  display: inline-block;
  padding: 0px 3px;
}

.social-list li a i {
  font-size: 14px;
}

.topbar-info {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: right;
}

.topbar-info li {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  padding: 0px 31px;
  float: left;
}

.topbar-info li:last-child {
  border-right: none;
  padding-right: 0px;
}

.topbar-info li i {
  display: inline-block;
  font-size: 16px;
  color: #00c3ff;
  margin-right: 5px;
  line-height: 1;
}

.topbar_languages {
  float: right;
  border-left: 1px solid #e5e5e5;
  margin-left: 30px;
  padding-left: 20px;
}

.topbar_languages select {
  background: transparent;
  border: 0px solid #F0F3FB;
  border-radius: 0px;
  padding: 0px 20px 0px 10px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a5b7d2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.topbar_languages select:focus {
  outline: none;
}

.topbar_languages select::-ms-expand {
  display: none;
}

.topbar_languages select option {
  color: #a2b7d2;
}

.topbar_languages>div {
  position: relative;
}

.topbar_languages>div:after {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: #a5b7d2;
  font-weight: 500;
  pointer-events: none;
}

/* Topbar Header Overlay */
.header-overlay .header-topbar {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: none;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.header-overlay .header-topbar a {
  color: #fff;
}

.header-overlay .header-topbar a:hover {
  color: #fe4c1c;
}

.header-overlay .header-topbar .topbar_menu ul li {
  border-right: 0px solid #e5e5e5;
  padding: 0px 20px;
}

.header-overlay .header-topbar .topbar_menu ul li:first-child {
  padding-left: 0px;
}

.header-overlay .header-topbar .topbar_menu ul li:last-child {
  padding-right: 10px;
}

.header-overlay .header-topbar .topbar-info li {
  border-right: none;
  padding: 0px 20px;
}

.header-overlay .header-topbar .topbar-info li:last-child {
  padding-right: 0;
}

.header-overlay .header-topbar .topbar_languages {
  border: none;
  padding-left: 8px;
  margin: 0px;
}

.header-overlay .header-topbar .topbar_languages>div:after {
  color: rgba(255, 255, 255, 0.5);
}

.header-overlay .header-topbar .topbar_languages select {
  color: #fff;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}

#site-logo {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#site-logo img {
  width: 150px !important;
}

#site-logo img.logo-static {
  display: block;
}

#site-logo img.logo-scroll {
  display: none;
}

.header-overlay #site-logo img.logo-static {
  display: none;
}

.header-overlay #site-logo img.logo-scroll {
  display: block;
}

.header-overlay .is-stuck #site-logo img.logo-static {
  display: block;
}

.header-overlay .is-stuck #site-logo img.logo-scroll {
  display: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  background: #fff;
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  position: relative;
  z-index: 10;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}

/* .site-header.header-overlay {
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
  box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
} */
.site-header.header-style-1 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.site-header .octf-main-header.is-stuck {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}

.octf-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.octf-mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.octf-mainbar-row>[class^=octf-col] {
  display: flex;
  align-items: stretch;
  position: static;
}

.octf-mainbar-row .octf-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 1200px) {
  .octf-mainbar-row>[class^=octf-col] {
    flex-flow: row nowrap;
  }

  .octf-mainbar-row>[class^=octf-col].text-left {
    justify-content: flex-start;
  }

  .octf-mainbar-row>[class^=octf-col].text-center {
    justify-content: center;
  }

  .octf-mainbar-row>[class^=octf-col].text-right {
    justify-content: flex-end;
  }
}

.octf-main-header .octf-row>div:empty {
  display: none;
}

.octf-row {
  margin-right: -15px;
  margin-left: -15px;
}

.octf-col:before {
  display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.octf-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

.main-navigation>ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation>ul>li {
  margin: 0px 20px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-navigation>ul>li:after,
.main-navigation>ul>li:before {
  position: absolute;
  height: 5px;
  width: 0%;
  bottom: -3px;
  left: 0;
  background: #00c3ff;
  content: "";
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-navigation>ul>li:before {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  left: auto;
  right: 0;
}

.main-navigation>ul>li:hover:before,
.main-navigation>ul>li.current-menu-item:before,
.main-navigation>ul>li.current-menu-ancestor:before {
  left: 50%;
  width: 50%;
}

.main-navigation>ul>li:hover:after,
.main-navigation>ul>li.current-menu-item:after,
.main-navigation>ul>li.current-menu-ancestor:after {
  left: auto;
  right: 50%;
  width: 50%;
}

.main-navigation ul ul {
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.main-navigation ul>li>a {
  display: inline-block;
  padding: 15px 0px 15px 0px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: #1a1b1e;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.main-navigation ul>li>a:hover {
  color: #00c3ff;
}

.main-navigation ul>li.menu-item-has-children>a {
  padding-right: 17px;
}

.main-navigation>ul>li.menu-item-has-children:last-child>a:after {
  right: 0px;
}

.main-navigation ul li li {
  display: block;
  position: relative;
  padding: 0px 40px;
}

.main-navigation ul li li a {
  font-family: "Red Hat Text", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #1a1b1e;
  text-align: left;
  display: block;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-navigation ul li li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #00c3ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.main-navigation ul li li a:hover:before,
.main-navigation ul ul li.current-menu-item>a:before,
.main-navigation ul ul li.current-menu-ancestor>a:before {
  left: 0px;
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item>a,
.main-navigation ul ul li.current-menu-ancestor>a {
  color: #00c3ff;
  padding-left: 15px;
}

.main-navigation ul>li.menu-item-has-children>a:after {
  position: absolute;
  width: 11px;
  height: 6px;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: rgba(85, 105, 135, 0.5);
  font-weight: 500;
}

.main-navigation ul>li li.menu-item-has-children>a:after {
  position: absolute;
  width: 6px;
  height: 11px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: rgba(85, 105, 135, 0.5);
  font-weight: 500;
}

.main-navigation ul li ul {
  width: 290px;
  white-space: nowrap;
  padding: 25px 0px;
  position: absolute;
  top: calc(100% + 10px);
  left: -40px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-sizing: border-box;
}

.main-navigation ul li ul:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -8px;
  left: 0;
}

.main-navigation ul li ul ul {
  right: 100%;
  top: -25px;
  left: auto;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover>ul {
  visibility: visible;
  opacity: 1;
}

.main-navigation ul>li:hover>ul {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* Header Overlay */
.header-overlay .main-navigation>ul>li>a {
  color: #fff;
}

.header-overlay .main-navigation>ul>li.menu-item-has-children>a:after {
  color: rgba(255, 255, 255, 0.5);
}

.header-overlay .is-stuck .main-navigation>ul>li>a {
  color: #1a1b1e;
}

.header-overlay .is-stuck .main-navigation>ul>li.menu-item-has-children>a:after {
  color: rgba(85, 105, 135, 0.5);
}

/* Header Call To Action */
.octf-btn-cta {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}

.octf-btn-cta .toggle_search {
  cursor: pointer;
}

.octf-btn-cta .h-search-form-field {
  display: none;
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 10px);
  top: expression(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: -o-calc(100% + 10px);
  top: calc(100% + 10px);
  right: -30px;
  width: 330px;
}

.octf-btn-cta .h-search-form-field .h-search-form-inner {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.octf-btn-cta .h-search-form-field.show {
  -webkit-animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.octf-btn-cta .octf-cta-icons i {
  background: #f0f6ff;
  color: #1a1b1e;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.octf-btn-cta .octf-cta-icons i:before,
.octf-btn-cta .octf-cta-icons i:after {
  font-size: 17px;
  color: #1a1b1e;
  font-weight: 700;
}

.octf-btn-cta .octf-cta-icons i.flaticon-delete:before,
.octf-btn-cta .octf-cta-icons i.flaticon-delete:after {
  font-size: 12px;
}

.octf-btn-cta .btn-cta-group {
  margin-left: 30px;
}

.header-style-1.header-overlay .octf-btn-cta .octf-cta-icons i {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-style-1.header-overlay .octf-btn-cta .octf-cta-icons i:before {
  color: #fff;
}

.header-style-1.header-overlay .octf-main-header.is-stuck .octf-btn-cta .octf-cta-icons i {
  background: #f0f6ff;
  color: #1a1b1e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.header-style-1.header-overlay .octf-main-header.is-stuck .octf-btn-cta .octf-cta-icons i:before {
  color: #1a1b1e;
}

.header-style-1.header-overlay .btn-cta-header a {
  color: #EE3A3A;
  background: #fff;
  box-shadow: 8px 8px 20px 0px #ee3a3a43;
  transition: all 0.3s linear;
}

.header-style-1.header-overlay .btn-cta-header a:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
  border: 1px solid;
}

/* Sticky Header */
@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.is-stuck {
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-transition: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.admin-bar .is-stuck,
.admin-bar .header-overlay {
  top: 32px;
}

@media screen and (min-width: 1200px) {
  .is-stuck {
    background-color: #fff;
    webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
  }
}

.is-stuck #site-logo {
  padding: 15px 0px 15px 0px;
}

.header-fullwidth .octf-area-wrap {
  padding-left: 100px;
  padding-right: 100px;
}

/* WooCommerce Header Cart */
.cart-contents {
  position: relative;
  display: inline-block;
}

.cart-contents .count {
  position: absolute;
  top: -10px;
  left: 7px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #00c3ff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* .cd-header sticky */
@media only screen and (min-width: 1170px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
  }

  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -162px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }

  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@media (max-width: 782px) {

  .admin-bar .is-stuck,
  .admin-bar .header-overlay {
    top: 46px;
  }
}

@media (max-width: 600px) {

  .seo-about{
    padding: 40px 0px !important;
  }
  .admin-bar .is-stuck,
  .admin-bar .header-overlay {
    top: 0;
  }
}

.h-cart-btn {
  position: relative;
}

.site-header-cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: -webkit-calc(100% + 10px);
  top: expression(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: -o-calc(100% + 10px);
  top: calc(100% + 10px);
  right: -30px;
  background: #fff;
  width: 330px;
  padding: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.site-header-cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0px;
}

.site-header-cart .widget_shopping_cart_content {
  text-align: left;
}

.cart-btn-hover:hover .site-header-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.cart-btn-hover:hover .site-header-cart:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0px;
}

/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .octf-main-header {
    display: none;
  }

  .header-topbar {
    display: none;
  }

  .site-header {
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile {
    display: block;
    font-family: "Red Hat Display", sans-serif;
    width: 100%;
    background: #fff;
  }

  .header_mobile.is-stuck {
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile .mlogo_wrapper {
    position: relative;
    background: #fff;
    padding: 10px 0px;
  }

  .header_mobile .mlogo_wrapper img {
    height: 60px;
  }

  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }

  #mmenu_toggle {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 20px;
    right: 0px;
    margin-top: -10px;
    top: 50%;
  }

  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #1a1b1e;
    height: 4px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }

  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 4px;
    background: #1a1b1e;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 4px;
    background: #1a1b1e;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle.active button {
    background: none;
  }

  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .header_mobile .mobile_nav {
    display: none;
    background: #fff;
  }

  .header_mobile .mobile_nav .mobile_mainmenu {
    margin: 0;
    padding: 0;
  }

  .header_mobile .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }

  .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
    display: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    color: #1a1b1e;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
  }

  .header_mobile .mobile_nav .mobile_mainmenu>li:last-child>a {
    border: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li li a {
    font-size: 15px;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
  .header_mobile .mobile_nav .mobile_mainmenu ul>li>ul>li.current-menu-ancestor>a {
    color: #fe4c1c;
  }

  .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow {
    color: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }

  .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i {
    color: #9397a7;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }

  .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i:before,
  .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i:after {
    font-size: 11px;
    font-weight: 300;
  }

  .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header_mobile .mobile_nav .mobile_mainmenu>li>a:hover,
  .header_mobile .mobile_nav .mobile_mainmenu>li.current-menu-item>a,
  .header_mobile .mobile_nav .mobile_mainmenu>li.current-menu-ancestor>a {
    color: #fe4c1c;
  }
}

@media only screen and (max-width: 767px) {
  .header_mobile .mlogo_wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  width: 100%;
  height: 300px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  background: center center no-repeat;
  background-size: cover;
  text-align: center;
}

.page-header .breadcrumbs {
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: capitalize;
}

.page-header .breadcrumbs li {
  display: inline-block;
}

.page-header .breadcrumbs li:before {
  content: "";
  font-family: "Flaticon";
  font-size: 11px;
  color: #a5b7d2;
  margin: 0 8px;
}

.page-header .breadcrumbs li:first-child:before {
  display: none;
}

.page-header .breadcrumbs li a {
  color: #a5b7d2;
}

.page-header .breadcrumbs li a:hover {
  color: #fe4c1c;
}

.page-title {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}


.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


.border-left .box-style2,
.border-right .box-style2 {
  position: relative;
}

.border-left .box-style2:before {
  position: absolute;
  height: 70%;
  width: 1px;
  left: 0;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
}

.border-right .box-style2:after {
  position: absolute;
  height: 70%;
  width: 1px;
  right: 0;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
}

.footer-menu {
  margin-top: 65px;
}

.footer-menu ul {
  padding-left: 0;
  margin: 0;
}

.site-footer .footer-menu ul li {
  margin-bottom: 12px;
}

.copyright {
  color: #acebff;
  font-family: "Red Hat Text", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1;
}

.footer-social {
  margin-top: 47px;
  font-size: 0;
  padding-bottom: 8.5px;
}

.footer-social-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  font-size: 13px;
  padding: .5em;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}

.footer-social-icon:last-child {
  margin-right: 0;
}

.footer-social-icon.twitter {
  color: #4ccef9;
}

.footer-social-icon.facebook {
  color: #25e;
}

.footer-social-icon.linkedin {
  color: #3292ff;
}

.footer-social-icon.instagram {
  color: #ff970f;
}

.footer-social-icon i,
.footer-social-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.footer-social-icon:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 1;
}

.main-footer {
  padding: 130px 0 110px;
}

.site-footer-2 .footer-widget p {
  color: #fff;
  font-family: "Red Hat Text", Sans-serif;
  line-height: 30px;
}

.site-footer-2 .footer-social {
  margin-top: 0;
}

.site-footer-2 .footer-widget h5 {
  color: #fff;
  font-family: "Red Hat Display", Sans-serif;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
}

.site-footer-2 .footer-contact-2 ul,
.site-footer-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer-2 .footer-contact-2 ul li {
  line-height: 30px;
  margin-bottom: 12px;
  font-family: "Red Hat Display", sans-serif;
}

.site-footer-2 .footer-contact-2 ul li strong {
  font-weight: 700;
  color: #9ee8ff;
}

.site-footer-2 .ft-menu-list li {
  padding-bottom: calc(6px/2);
  margin-bottom: 12px;
  font-weight: 400;
}

.site-footer-2 .ft-menu-list a {
  font-family: "Red Hat Text", sans-serif;
  color: #9ee8ff;
}

.site-footer-2 .ft-menu-list a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.site-footer-2 .footer-bottom .copyright-2 {
  color: #acebff;
  font-size: 15px;
  font-family: "Red Hat Text", sans-serif;
}

@media only screen and (max-width: 768px) {

  .border-right .box-style2:after,
  .border-right .box-style2:before {
    display: none;
  }
}

.service-box {
  overflow: hidden;
  position: relative;
  padding: 35px 35px 26px;
  background: #fff;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-box * {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.service-box .number-box {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
  -webkit-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
  -moz-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
}

.service-box .content-box {
  padding-left: 75px;
}

.service-box .content-box h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.service-box .content-box p:last-child {
  margin-bottom: 0;
}

.service-box .big-number {
  position: absolute;
  right: 35px;
  bottom: -13px;
  font-size: 88px;
  font-weight: 900;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1;
  color: rgba(165, 183, 210, 0.2);
  z-index: -1;
}

.service-box .overlay {
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 0;
}

.service-box:hover {
  background: none;
}

.service-box:hover .overlay {
  opacity: 1;
}

.service-box:hover .number-box {
  background: #fff;
  color: #00c3ff;
}

.service-box:hover .content-box {
  color: #fff;
}

.service-box:hover .content-box h5 {
  color: #fff;
}

.service-box:hover .big-number {
  color: rgba(255, 255, 255, 0.2);
}

.service-box-s2 {
  overflow: hidden;
  position: relative;
  padding: 30px 30px 28px;
  background: #fff;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-box-s2 .number-box {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #00c3ff;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(0, 195, 255, 0.15);
}

.service-box-s2 .content-box {
  padding-left: 70px;
}

.service-box-s2 .content-box h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.service-box-s2 .content-box p:last-child {
  margin-bottom: 0;
}

.service-box-s2:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.active .service-box .overlay {
  opacity: 1;
}

.active .service-box .number-box {
  background: #fff;
  color: #00c3ff;
}

.active .service-box .content-box {
  color: #fff;
}

.active .service-box .content-box h5 {
  color: #fff;
}

.active .service-box .big-number {
  color: rgba(255, 255, 255, 0.2);
}

.active .service-box-s2 {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media (max-width: 600px) {
  .service-box .number-box {
    float: none;
    margin-bottom: 30px;
  }

  .service-box .content-box {
    padding-left: 0;
  }
}

.icon-box {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.icon-box.s1 .icon-main,
.icon-box.s4 .icon-main {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 61px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
  -webkit-box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
  -moz-box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
}

.icon-box.s1 .icon-main i,
.icon-box.s1 .icon-main span:before,
.icon-box.s4 .icon-main i,
.icon-box.s4 .icon-main span:before {
  font-size: 25px;
}

.icon-box.s1 .icon-main span,
.icon-box.s4 .icon-main span {
  display: block;
}

.icon-box.s1 .icon-main img,
.icon-box.s4 .icon-main img {
  max-width: 25px;
  margin-top: -5px;
}

.icon-box.s1:hover .icon-main,
.icon-box.s4:hover .icon-main {
  color: #00c3ff;
  background: #fff;
  box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
  -moz-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
}

.icon-box.s1 .content-box,
.icon-box.s4 .content-box {
  padding-left: 85px;
}

.icon-box .content-box h5 {
  margin-bottom: 17px;
  font-weight: bold;
}

.icon-box .content-box h5 a {
  color: #1a1b1e;
}

.icon-box .content-box h5 a:hover {
  color: #fe4c1c;
}

.icon-box .content-box p:last-child {
  margin-bottom: 0;
}

.icon-box.s2 {
  padding: 47px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.icon-box.s2 .icon-main {
  color: #0160e7;
  margin-bottom: 30px;
  line-height: 1;
  text-shadow: 8px 8px 30px rgba(42, 67, 113, 0.3);
  -moz-text-shadow: 8px 8px 30px rgba(42, 67, 113, 0.3);
}

.icon-box.s2 .icon-main i,
.icon-box.s2 .icon-main span:before {
  font-size: 40px;
  line-height: 1;
}

.icon-box.s2 .icon-main img {
  max-width: 40px;
  margin-top: -5px;
}

.icon-box.s2:before,
.icon-box.s2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.icon-box.s2:before {
  top: 0;
  left: 0;
}

.icon-box.s2:after {
  bottom: 0;
  right: 0;
}

.icon-box.s2:hover {
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.icon-box.s2:hover:before,
.icon-box.s2:hover:after {
  opacity: 1;
}

.icon-box.s2 .content-box h5 {
  margin-bottom: 14px;
  font-size: 22px;
}

.icon-box.s3 {
  padding: 40px 27px 35px;
  position: relative;
  height: 330px !important;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 8px 8px 10px 0px #f6892332;
  /* -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15); */
}

.icon-box.s3 .icon-main {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-bottom: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #EE3A3A;
  /* background-image: linear-gradient(80deg, #EE3A3A 0%, #F68A23 100%); */

  box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
  -moz-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
}

.icon-box.s3 .icon-main i,
.icon-box.s3 .icon-main span:before {
  font-size: 30px;
}

.icon-box.s3 .icon-main img {
  max-width: 30px;
  margin-top: -5px;
}

.icon-box.s3 .bg-s3 {
  position: absolute;
  content: "";
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #EE3A3A;
  /* background-image: linear-gradient(80deg, #EE3A3A 0%, #F68A23 100%); */
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.icon-box.s3 .content-box h5 {
  margin-bottom: 12px;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.icon-box.s3 .content-box p {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.icon-box.s3 .action-box {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.icon-box.s3 .bg-before,
.icon-box.s3 .bg-after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.icon-box.s3 .bg-before {
  top: 0;
  left: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

.icon-box.s3 .bg-after {
  bottom: 0;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
}

.icon-box.s3:hover .bg-before,
.icon-box.s3:hover .bg-after {
  display: none;
}

.icon-box.s3:hover .bg-s3,
.icon-box.s3:hover .action-box {
  opacity: 1;
  visibility: visible;
}

.icon-box.s3:hover .action-box {
  bottom: -26px;
}

.icon-box.s3:hover h5,
.icon-box.s3:hover p {
  color: #fff;
}

.icon-box.s3:hover h5 a,
.icon-box.s3:hover p a {
  color: #fff;
}

.icon-box.s3:hover h5 a:hover,
.icon-box.s3:hover p a:hover {
  color: #F68A23;
}

.icon-box.s3:hover .icon-main {
  background: #fff;
  color: #172A41;
}

.icon-box.s4 .icon-main {
  float: right;
}

.icon-box.s4 .content-box {
  text-align: right;
  padding-left: 0;
  padding-right: 85px;
}

.active .icon-box.s1 .icon-main {
  color: #EE3A3A;
  background: #fff;
  box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
  -moz-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
}

.active .icon-box.s2 {
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.active .icon-box.s2:before,
.active .icon-box.s2:after {
  visibility: visible;
  opacity: 1;
}

.active .icon-box.s3:before {
  opacity: 1;
}

.active .icon-box.s3 h5,
.active .icon-box.s3 p {
  color: #fff;
}

.active .icon-box.s3 .icon-main {
  background: #fff;
  color: #EE3A3A;
}

.icon-box-grid .icon-box .icon-main img {
  max-width: 40px;
  margin-top: -5px;
}

.icon-box-grid .icon-box .content-box h5 {
  margin-bottom: 14px;
  font-size: 22px;
  color: #fff;
}

.icon-box-grid .icon-box .content-box h5 a {
  color: #fff;
}

.icon-box-grid .icon-box .content-box h5 a:hover {
  color: #fe4c1c;
}

.icon-box-grid .icon-box:hover {
  color: #606060;
  background: #fff;
}

.icon-box-grid .icon-box:hover h5 {
  color: #1a1b1e;
}

.icon-box-grid .icon-box:hover h5 a {
  color: #1a1b1e;
}

.icon-box-grid .icon-box:hover .icon-main {
  color: #0160e7;
}


.bg-shape:before,
.bg-shape:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-repeat: no-repeat;
}

.bg-shape:before {
  top: 0;
  left: 0;
}

.bg-shape:after {
  bottom: 0;
  left: 0;
}

.hover-up .elementor-social-icon:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 1;
}

.wpcf7 input.wpcf7-text,
.form-contact .wpcf7-form input {
  width: 100%;
}

.wpcf7 textarea {
  height: 120px;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


.w650 .wpcf7 div.wpcf7-response-output {
  max-width: 650px;
  margin: 20px auto;
}

span.wpcf7-list-item {
  display: block;
  margin: 0;
  width: 33.3333333%;
  float: left;
}

.one-line-form {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 7px;
  background: #fff;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
}

.one-line-form>* {
  float: left;
}

.one-line-form>span {
  width: 40%;
}

.one-line-form>span.your-email {
  width: 60%;
  padding-right: 162px;
  position: relative;
}

.one-line-form>span.your-email:before {
  content: "";
  width: 1px;
  height: 60%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 20%;
}

.one-line-form input {
  border: none;
}

.one-line-form button {
  position: absolute;
  top: 5px;
  right: 5px;
  box-shadow: none !important;
}

.one-line-form.cs-form {
  max-width: 515px;
}

.one-line-form.cs-form>span.your-email {
  width: 100%;
}

.one-line-form.cs-form>span.your-email:before {
  display: none;
}

.one-line-form.cs-form+div {
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
}

/* Index 1 */
.ot-heading h6 span {
  color: #EE3A3A;
}
.about-sectio-two {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url('../images/area-bg.PNG');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.welcome-heading {
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
  color: #333333
}
.list-group-item {
  background-color: transparent !important;
  color: #fff !important;
}
.country-list li {
  color: #000;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.height-150 {
  min-height: 150px;
}

.banner {
  position: relative;
}

.big-padding-top {
  padding: 200px 0px;
}

.bg-banner-gradient {
  background: linear-gradient(0deg, #000000,#172a415e), url('../images/header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  z-index: -1;
}

.seo-about .shape-bottom {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shape-top,
.shape-top-2 {
  top: -1px;
}

.shape-bottom {
  bottom: -1px;
}

.shape-bottom.s2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shape-bottom.s2 svg {
  width: calc(120% + 1.3px);
  height: 136px;
}

.shape svg {
  display: block;
  width: -webkit-calc(100% + 1.3px);
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(145% + 1.3px);
  height: 230px;
}

.banner .shape-bottom svg {
  display: block;
  width: -webkit-calc(100% + 1.3px);
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(300% + 1.3px);
  height: 1200px;
}

.shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.banner .shape-fill {
  fill: #f0f6ff;
}

.banner .banner-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  /* line-height: 72px; */
  letter-spacing: 1px;
  font-family: "Red Hat Display", sans-serif;
}

.banner .banner-stitle {
  color: #fff;
  font-size: 56px;
  padding: 0px 120px;
  font-weight: 800;
  line-height: 70px;
  font-family: "Red Hat Display", sans-serif;
}

.banner-col {
  width: 800px;
}

.about-home {
  padding-bottom: 360px;
}

.about-home-img {
  position: relative;
  margin-top: -360px;
}

img {
  margin: 0 auto;
  vertical-align: middle;
}

.p-b420 {
  padding-bottom: 420px;
}

.bg-overlay {
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}



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