@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 8px;
  height: 0px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border: 2px solid #4a4a4a;
}

button:focus {
  background-color: transparent;
}

button {
  cursor: pointer;
}

.noscroll {
  overflow: hidden;
}

* {
  outline: 0;
}

.heroSection {
  background-color: #003677;
}

.inline-block {
  display: inline-block;
}

.zeroMargin {
  margin: 0 !important;
}

.owl-carousel .owl-nav.disabled {
  display: block;
}

.nopadding {
  padding: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.dark-btn {
  background-color: #353535;
  text-transform: capitalize;
}

.dark-btn:hover {
  background-color: #353535;
}

.blue-btn {
  background-color: #003677;
  text-transform: capitalize;
}

.blue-btn:hover,
.blue-btn:focus {
  background-color: #004dab;
}

.exportImages img {
  max-width: 100% !important;
}

.padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.input-field select {
  border-top: 0;
  padding: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #9e9e9e;
  color: #9e9e9e;
  outline: 0;
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999999999;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader-wrapper h4 {
  color: #008752;
  text-align: center;
  width: 100%;
  padding-top: 50px;
  font-size: 12px;
  -webkit-animation: type 3s infinite;
  animation: type 3s infinite;
}

.container2 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-filter: url("#goo");
  filter: url("#goo");
  -webkit-animation: rotate-move 2s ease-in-out infinite;
  animation: rotate-move 2s ease-in-out infinite;
}

.dot {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.dot-3 {
  background-color: #f7941e;
  -webkit-animation: dot-3-move 2s ease infinite, index 6s ease infinite;
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
  background-color: #008752;
  -webkit-animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
  background-color: #ffd400;
  -webkit-animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@-webkit-keyframes dot-3-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: translateY(-18px) scale(0.45);
    transform: translateY(-18px) scale(0.45);
  }

  60% {
    -webkit-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45);
  }

  80% {
    -webkit-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45);
  }

  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@keyframes dot-3-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: translateY(-18px) scale(0.45);
    transform: translateY(-18px) scale(0.45);
  }

  60% {
    -webkit-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45);
  }

  80% {
    -webkit-transform: translateY(-90px) scale(0.45);
    transform: translateY(-90px) scale(0.45);
  }

  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@-webkit-keyframes dot-2-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: translate(-16px, 12px) scale(0.45);
    transform: translate(-16px, 12px) scale(0.45);
  }

  60% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45);
  }

  80% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45);
  }

  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@keyframes dot-2-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: translate(-16px, 12px) scale(0.45);
    transform: translate(-16px, 12px) scale(0.45);
  }

  60% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45);
  }

  80% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
    transform: translate(-80px, 60px) scale(0.45);
  }

  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@-webkit-keyframes dot-1-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: translate(16px, 12px) scale(0.45);
    transform: translate(16px, 12px) scale(0.45);
  }

  60% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45);
  }

  80% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45);
  }

  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@keyframes dot-1-move {
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: translate(16px, 12px) scale(0.45);
    transform: translate(16px, 12px) scale(0.45);
  }

  60% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45);
  }

  80% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
    transform: translate(80px, 60px) scale(0.45);
  }

  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

#loader {
  /* Uncomment this to make it run! */
  /*
     animation: loader 5s linear infinite; 
  */
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

@-webkit-keyframes loader {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

#box {
  width: 50px;
  height: 50px;
  background: #da2127;
  -webkit-animation: animate .5s linear infinite;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

#shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
  animation: shadow .5s linear infinite;
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

@font-face {
  font-family: 'gothamLight';
  src: url("../fonts/gotham/gothamLight.eot");
  src: url("../fonts/gotham/gothamLight.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gothamLight.woff") format("woff"), url("../fonts/gotham/gothamLight.ttf") format("truetype"), url("../fonts/gotham/gothamLight.svg#gothamLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamMedium';
  src: url("../fonts/gotham/GothamMedium.eot");
  src: url("../fonts/gotham/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/GothamMedium.woff") format("woff"), url("../fonts/gotham/GothamMedium.ttf") format("truetype"), url("../fonts/gotham/GothamMedium.svg#GothamMedium") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Th';
  src: url("../fonts/helvatica/HelveticaNeueLTStd-Th.eot");
  src: url("../fonts/helvatica/HelveticaNeueLTStd-Th.eot?#iefix") format("embedded-opentype"), url("../fonts/helvatica/HelveticaNeueLTStd-Th.woff") format("woff"), url("../fonts/helvatica/HelveticaNeueLTStd-Th.ttf") format("truetype"), url("../fonts/helvatica/HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Lt") format("svg");
  font-weight: bold;
  font-style: normal;
}

body {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

body,
html {
  font-family: 'GothamMedium', sans-serif;
  background-color: #f2f4f5;
}

h1 {
  font-size: 32px;
  text-transform: uppercase;
}

h2 {
  font-size: 26px;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon1/icomoon.eot?39yycs");
  src: url("../fonts/icomoon1/icomoon.eot?39yycs#iefix") format("embedded-opentype"), url("../fonts/icomoon1/icomoon.ttf?39yycs") format("truetype"), url("../fonts/icomoon1/icomoon.woff?39yycs") format("woff"), url("../fonts/icomoon1/icomoon.svg?39yycs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
.header {
  /*height: 100vh;
  overflow: hidden;*/
}

@media screen and (max-width: 600px) {
  .header {
    height: auto !important;
  }
}

.top-header {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #b1b1b1;
}

@media screen and (max-width: 800px) {
  .top-header .main-contact {
    display: none;
  }
}

.top-header p {
  float: left;
  margin-right: 15px;
  color: #fff;
  margin-top: 0;
}

.top-header div {
  margin-top: 8px;
}

.top-header div i {
  color: #fff;
  margin-right: 10px;
}

.top-header div a {
  float: right;
}

.top-header .right {
  width: 50%;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .subHeader {
  background-color: #003677;
  height: 40px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .subHeader .container {
  padding-top: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .subHeader p {
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  header .subHeader p {
    width: 100%;
  }
}

header .subHeader a {
  color: #ffffff;
}

header .subHeader .socialIcons {
  margin-top: -2px;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  header .subHeader .socialIcons {
    display: none;
  }
}

header .subHeader .socialIcons li {
  display: inline-block;
  margin-right: 12px;
}

header .subHeader .socialIcons li img {
  max-width: 24px;
}

header .subHeader .langLink {
  padding: 9px 18px;
  font-family: 'GE SS Two Light';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  header .subHeader .langLink {
    position: absolute;
    top: 60px;
    right: 20px;
    color: #003677;
    font-size: 18px;
  }
}

header .subHeader .langLink:hover {
  background: rgba(0, 0, 0, 0.15);
}

header .mainHeader {
  height: 90px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.76);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .mainHeader .logoContainer {
  padding: 4px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  header .mainHeader .logoContainer {
    float: none !important;
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }
}

header .mainHeader .logoContainer img {
  max-height: 78px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 600px) {
  header .mainHeader .logoContainer img {
    max-height: 66px;
    margin-top: 8px;
  }
}

header .mainHeader .mainMenu {
  padding: 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  header .mainHeader .mainMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    margin: 0;
    background: rgba(0, 54, 119, 0.84);
    padding: 60px 100px;
  }
}

header .mainHeader .mainMenu a:hover {
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  header .mainHeader .mainMenu a:hover {
    color: #003677 !important;
  }
}

header .mainHeader .mainMenu a:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: transform 0.3s cubic-bezier(0.11, 0.7, 0, 1), -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
}

header .mainHeader .mainMenu a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #003677;
  content: "";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  header .mainHeader .mainMenu a:after {
    background-color: #ffffff;
    color: #003677;
  }
}

header .mainHeader .mainMenu a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.4s cubic-bezier(0.11, 0.7, 0, 1);
  transition: color 0.4s cubic-bezier(0.11, 0.7, 0, 1);
  color: #003677;
  position: relative;
  z-index: 1;
  margin-left: -5px;
}

header .mainHeader .mainMenu a li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding: 8px 16px;
}

header .mainHeader .mainMenu a li:after {
  content: " ";
  width: 1px;
  height: 16px;
  background: rgba(79, 79, 79, 0.44);
  position: absolute;
  top: 13px;
  margin-left: 14px;
}

header .mainHeader .mainMenu a:last-child li:after {
  content: none;
}

header .sticky {
  background: #ffffff;
  height: 60px;
  margin-top: 0;
}

header .sticky .subHeader {
  opacity: 0;
}

header .sticky .logoContainer {
  padding: 4px 0;
}

header .sticky .logoContainer img {
  max-height: 48px;
  margin-top: 0;
}

header .sticky .mainMenu {
  margin: 0;
}

header .sticky .menuContainer {
  top: -10px;
}

header .zeroHeight {
  top: -100%;
}

header .zeroHeight .langLink {
  margin-top: 4px;
}

header .menuOpened {
  top: 0 !important;
  text-align: center;
}

header .menuOpened a {
  display: block !important;
  color: #ffffff !important;
  margin-bottom: 12px;
}

header .menuOpened a li {
  font-size: 20px !important;
}

header .menuOpened a li::after {
  display: none;
}

header .menuClosed {
  top: -100% !important;
}

header .menuContainer {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 80px;
  height: 80px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 42px;
  bottom: 0;
  left: 8px;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  cursor: pointer;
  z-index: 20;
}

@media screen and (min-width: 1024px) {
  header .menuContainer {
    display: none;
  }
}

header .stick {
  width: 80px;
  height: 8px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #003677;
  display: inline-block;
}

header .stick:last-child {
  margin-bottom: 0px;
}

header .stick-1.open {
  -webkit-animation: stick-1-open .6s ease-out forwards;
  animation: stick-1-open .6s ease-out forwards;
}

header .stick-2.open {
  -webkit-animation: stick-2-open .6s linear forwards;
  animation: stick-2-open .6s linear forwards;
}

header .stick-3.open {
  -webkit-animation: stick-3-open .6s linear forwards;
  animation: stick-3-open .6s linear forwards;
}

@-webkit-keyframes stick-1-open {
  0% {
    width: 80px;
  }

  40% {
    background-color: #ff1456;
    width: 8px;
    -webkit-transform: translate(40px, 0px);
    transform: translate(40px, 0px);
  }

  75%,
  80% {
    width: 8px;
    -webkit-transform: translate(40px, -50px);
    transform: translate(40px, -50px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  100% {
    background-color: #ff1456;
    width: 8px;
    -webkit-transform: translate(35px, 46px);
    transform: translate(35px, 46px);
  }
}

@keyframes stick-1-open {
  0% {
    width: 80px;
  }

  40% {
    background-color: #ff1456;
    width: 8px;
    -webkit-transform: translate(40px, 0px);
    transform: translate(40px, 0px);
  }

  75%,
  80% {
    width: 8px;
    -webkit-transform: translate(40px, -50px);
    transform: translate(40px, -50px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  100% {
    background-color: #ff1456;
    width: 8px;
    -webkit-transform: translate(35px, 46px);
    transform: translate(35px, 46px);
  }
}

@-webkit-keyframes stick-2-open {
  80% {
    background-color: #2DFDB9;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    background-color: #ff1456;
    -webkit-transform: translate(8px, 0px) rotate(40deg);
    transform: translate(8px, 0px) rotate(40deg);
  }
}

@keyframes stick-2-open {
  80% {
    background-color: #2DFDB9;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    background-color: #ff1456;
    -webkit-transform: translate(8px, 0px) rotate(40deg);
    transform: translate(8px, 0px) rotate(40deg);
  }
}

@-webkit-keyframes stick-3-open {
  80% {
    background-color: #2DFDB9;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    background-color: #ff1456;
    -webkit-transform: translate(8px, -23px) rotate(-40deg);
    transform: translate(8px, -23px) rotate(-40deg);
  }
}

@keyframes stick-3-open {
  80% {
    background-color: #2DFDB9;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    background-color: #ff1456;
    -webkit-transform: translate(8px, -23px) rotate(-40deg);
    transform: translate(8px, -23px) rotate(-40deg);
  }
}

header .stick-1.close {
  width: 8px;
  -webkit-transform: translate(27px, 26px);
  transform: translate(27px, 26px);
  -webkit-animation: stick-1-close .6s ease-out forwards;
  animation: stick-1-close .6s ease-out forwards;
}

header .stick-2.close {
  -webkit-transform: translate(0px, 0px) rotate(40deg);
  transform: translate(0px, 0px) rotate(40deg);
  -webkit-animation: stick-2-close .6s ease-out forwards;
  animation: stick-2-close .6s ease-out forwards;
}

header .stick-3.close {
  -webkit-transform: translate(0px, -23px) rotate(-40deg);
  transform: translate(0px, -23px) rotate(-40deg);
  -webkit-animation: stick-3-close .6s ease-out forwards;
  animation: stick-3-close .6s ease-out forwards;
}

@-webkit-keyframes stick-1-close {

  0%,
  70% {
    width: 0px;
  }

  100% {
    width: 80px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes stick-1-close {

  0%,
  70% {
    width: 0px;
  }

  100% {
    width: 80px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes stick-2-close {
  0% {
    background-color: #ff1456;
    width: 80px;
  }

  20% {
    background-color: #ff1456;
    width: 8px;
    -webkit-transform: translate(0, 0px) rotate(40deg);
    transform: translate(0, 0px) rotate(40deg);
  }

  40% {
    background-color: #2DFDB9;
    width: 0px;
  }

  65% {
    -webkit-transform: translate(0, -70px);
    transform: translate(0, -70px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  80% {
    width: 0px;
  }

  100% {
    width: 80px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes stick-2-close {
  0% {
    background-color: #ff1456;
    width: 80px;
  }

  20% {
    background-color: #ff1456;
    width: 8px;
    -webkit-transform: translate(0, 0px) rotate(40deg);
    transform: translate(0, 0px) rotate(40deg);
  }

  40% {
    background-color: #2DFDB9;
    width: 0px;
  }

  65% {
    -webkit-transform: translate(0, -70px);
    transform: translate(0, -70px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  80% {
    width: 0px;
  }

  100% {
    width: 80px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes stick-3-close {
  0% {
    background-color: #ff1456;
    width: 80px;
  }

  20% {
    background-color: #ff1456;
    width: 8px;
    -webkit-transform: translate(0, -23px) rotate(-40deg);
    transform: translate(0, -23px) rotate(-40deg);
  }

  40% {
    background-color: #2DFDB9;
  }

  65% {
    -webkit-transform: translate(0, -93px);
    transform: translate(0, -93px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  90% {
    width: 8px;
  }

  100% {
    width: 80px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes stick-3-close {
  0% {
    background-color: #ff1456;
    width: 80px;
  }

  20% {
    background-color: #ff1456;
    width: 8px;
    -webkit-transform: translate(0, -23px) rotate(-40deg);
    transform: translate(0, -23px) rotate(-40deg);
  }

  40% {
    background-color: #2DFDB9;
  }

  65% {
    -webkit-transform: translate(0, -93px);
    transform: translate(0, -93px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }

  90% {
    width: 8px;
  }

  100% {
    width: 80px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

.logo img {
  /*filter: brightness(0) invert(1);*/
  width: 100%;
  margin-top: -16px;
}

.nav-wrap .row {
  margin-bottom: 0px;
}

.bottom-header {
  /*-webkit-transition: background 1s; 
  transition: background 1s;*/
  margin-top: 30px;
}

footer {
  text-align: left;
}

footer i {
  background-color: #fff;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}

footer i:before {
  color: #171717;
}

footer .footer-logo {
  margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  footer .footer-logo {
    margin-bottom: 15px;
  }
}

footer .social {
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  footer .social {
    float: none !important;
  }
}

footer p {
  color: #fff;
  font-family: "gothamlight";
  margin-bottom: 0;
  font-size: 13px;
  margin-top: 3px;
}

footer h5 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  footer h5 {
    margin: 30px 0 10px 0;
  }
}

footer .footer-overlay {
  height: 100%;
  background: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  footer .footer-overlay {
    text-align: center;
    padding: 35px 10px 0 10px;
  }
}

footer .footer-data {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

footer .footer-data span {
  float: left;
  font-size: 20px;
  color: #da2127;
  margin-right: 12px;
}

footer .footer-data p {
  color: #fff;
  font-weight: lighter;
  margin-top: 0;
  margin-bottom: 0;
  display: contents;
  width: 85%;
  float: left;
  text-align: left;
}

@media screen and (max-width: 992px) {
  footer {
    text-align: center;
  }
}

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

footer .mainMenu a:hover {
  color: #003677;
}

footer .mainMenu a:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
  transition: transform 0.3s cubic-bezier(0.11, 0.7, 0, 1), -webkit-transform 0.3s cubic-bezier(0.11, 0.7, 0, 1);
}

footer .mainMenu a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #ffffff;
  content: "";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: -1;
}

footer .mainMenu a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.4s cubic-bezier(0.11, 0.7, 0, 1);
  transition: color 0.4s cubic-bezier(0.11, 0.7, 0, 1);
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-left: -5px;
}

footer .mainMenu a li {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 100;
}

footer .logo {
  max-width: 130px;
}

@media screen and (max-width: 992px) {
  footer .logo {
    margin-top: 20px;
  }
}

footer .footerText {
  display: inline-block;
  width: 76%;
  color: #fff;
  padding: 0 26px;
  font-weight: 100;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  footer .footerText {
    padding: 0;
    width: 100%;
    font-size: 18px;
  }
}

footer .socialIcons {
  margin-top: 45px;
}

footer .socialIcons li {
  display: inline-block;
  margin-right: 16px;
  background-color: #171717;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 35px;
  height: 35px;
  line-height: 28px;
  cursor: pointer;
}

footer .socialIcons li:before {
  display: none;
}

footer .socialIcons li img {
  max-width: 30px;
}

footer .socialIcons li a {
  color: #fff;
}

footer .socialIcons>li:nth-child(1):hover {
  background: #031ca7;
}

footer .socialIcons>li:nth-child(2):hover {
  background: #03a9f4;
}

footer .socialIcons>li:nth-child(3):hover {
  background: #ca0e00;
}

.newsletter-form {
  position: relative;
  margin-top: 25px;
}

@media screen and (max-width: 992px) {
  .newsletter-form {
    margin: 0;
  }
}

.newsletter-form .subscribe {
  position: absolute;
  top: 9px;
  right: 0;
  background-color: transparent;
  border: 0;
  padding: 7px;
  padding-left: 10px;
  padding-right: 11px;
}

.newsletter-form .subscribe i {
  color: #fff;
  background-color: transparent;
}

.newsletter-form .subscribe i:before {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .newsletter-form .subscribe i:before {
    position: absolute;
    right: 60px;
    top: 10px;
  }
}

.newsletter-form .subscribe-input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 1px solid #212121 !important;
  padding: 7px !important;
  padding-top: 0 !important;
  padding-bottom: 5px !important;
  width: 99% !important;
  color: #fff !important;
}

@media screen and (max-width: 992px) {
  .newsletter-form .subscribe-input {
    width: 70% !important;
    font-size: 12px !important;
  }
}

.bottom-footer {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  display: inline-block;
  padding-top: 14px;
  border-top: 1px solid #212121;
}

@media screen and (max-width: 992px) {
  .bottom-footer {
    padding-bottom: 14px;
  }
}

#loadingCont {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #003677;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#loadingCont img {
  margin: auto;
}

.main-btn {
  background-color: #f7941e;
  border-radius: 24px;
  font-weight: lighter;
  padding-left: 7%;
  padding-right: 7%;
  font-size: 19px;
  -webkit-box-shadow: 0px 2px 15px -3px #f7941e;
  box-shadow: 0px 2px 15px -3px #f7941e;
  min-height: 45px;
}

.main-btn:hover {
  background-color: #f7941e;
}

.industry-btn {
  position: absolute;
  top: 80%;
  left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: auto;
  padding: 24px;
  line-height: 0px;
  text-transform: uppercase;
  font-weight: bold;
}

.main-btn-center {
  background-color: #f7941e !important;
  border-radius: 24px;
  font-weight: bold;
  font-size: 19px;
  -webkit-box-shadow: 0px 2px 15px -3px #f7941e;
  box-shadow: 0px 2px 15px -3px #f7941e;
  padding: 25px;
  line-height: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
}

.apply {
  font-weight: lighter;
}

.menu .socialmenu {
  text-align: center;
  margin-top: 40px;
}

.menu .socialmenu li {
  display: inline-block;
  margin-right: 16px;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 35px;
  line-height: 22px;
  text-align: center;
  float: none;
}

.menu .socialmenu li:before {
  display: none;
}

.menu .socialmenu li img {
  max-width: 30px;
}

.menu .socialmenu li a {
  color: #012115;
  text-align: center;
  display: contents;
}

.menu .socialmenu li a i {
  height: 20px;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.outer-menu .menu.active {
  pointer-events: auto;
  visibility: visible;
}

.outer-menu .menu.active>div {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
}

.outer-menu .menu.active>div>div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.hamburger {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 70px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
  z-index: 999;
}

.hamburger>img,
.hamburger>svg {
  max-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hamburger>img:nth-child(1),
.hamburger>svg:nth-child(1) {
  max-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hamburger>img:nth-child(2),
.hamburger>svg:nth-child(2) {
  position: absolute;
  top: 27px;
  -webkit-transform: translateY(7px) translateY(-50%) rotate(0deg);
  transform: translateY(7px) translateY(-50%) rotate(0deg);
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hamburger:hover>img,
.hamburger:hover>svg {
  -webkit-transform: scale(0.52);
  transform: scale(0.52);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hamburger.active {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hamburger.active>img:nth-child(1),
.hamburger.active>svg:nth-child(1) {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hamburger.active>img:nth-child(2),
.hamburger.active>svg:nth-child(2) {
  position: absolute;
  top: 20px;
  max-width: 25px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.outer-menu .menu>div {
  width: 200vw;
  height: 225vw;
  color: #FEFEFE;
  background: #000c07;
  background-image: url(../img/menu-bg.jpg);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.outer-menu .menu>div div {
  width: 200vw;
  height: 140vh;
  background-color: rgba(0, 37, 22, 0.7);
  padding-top: 40vh;
}

.outer-menu .menu>div>div>ul>li>a:hover {
  color: #f7941e;
}

.outer-menu .menu>div>div>ul>li>a:hover:after {
  width: 100%;
}

.outer-menu .menu>div>div>ul>li>a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.menu li {
  margin-bottom: 20px;
}

.menu li:before {
  display: none;
}

.menu li a {
  display: inline-block;
  padding-bottom: 10px;
}

.menu li a:hover {
  color: #f7941e;
}

.header-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
  font-family: gothamlight;
  font-size: 22px;
  margin-right: -40px;
}

.header-btn .btn-text {
  position: relative;
  display: block;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.header-btn .btn-text span {
  position: relative;
  display: block;
  padding: 0.159em 2.29em;
  line-height: 1.5;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  font-size: 19px;
}

.header-btn .btn-text span:before {
  content: '';
  position: absolute;
  height: 0;
  width: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
}

.header-btn .btn-text span:after {
  content: '';
  position: absolute;
  height: 0;
  width: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  right: 0;
  top: 0;
  -webkit-transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-btn .btn-text span:hover:before {
  left: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-btn .btn-text span:hover:after {
  right: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-btn .btn-text:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-btn .btn-text:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #fff;
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-btn .btn-text:hover:after {
  width: 100%;
  -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-btn .btn-text:hover:before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.4em;
  height: 1px;
  width: 2em;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header-btn:hover:before {
  display: none;
}

.header-btn:hover {
  -webkit-transform: translateX(-1.2em);
  transform: translateX(-1.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}

.more {
  color: #707070;
  padding: 9px;
  border: 0;
  padding-right: 0px;
  background-color: transparent;
  position: relative;
  padding-left: 33px;
  margin-left: 10px;
  font-family: "gothamlight";
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 15px;
  float: right;
}

.more:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.4em;
  height: 1px;
  width: 2em;
  background-color: #707070;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.main-more {
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #212121;
  padding: 17px;
}

.main-more a {
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(1.2em);
  transform: translateX(1.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}

.main-more a:hover {
  -webkit-transform: translateX(-1.2em);
  transform: translateX(-1.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}

.main-more a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4.4em;
  height: 1px;
  width: 3em;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.main-more a:hover:before {
  display: none;
}

.main-btn2 {
  position: relative;
  color: #707070;
  display: inline-block;
  -webkit-transform: translateX(1.2em);
  transform: translateX(1.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
  margin-left: 30px;
  font-family: "gothamlight";
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 13px;
}

.main-btn2:hover {
  -webkit-transform: translateX(-1.2em);
  transform: translateX(-1.2em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}

.main-btn2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -3.4em;
  height: 1px;
  width: 2.5em;
  background-color: #707070;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.main-btn2:hover:before {
  display: none;
}

.more-right {
  float: right;
  margin-right: 5px;
}

@media screen and (max-width: 1023px) {
  .more-right {
    margin-right: 29px;
  }
}

.send-btn {
  background-color: #353535;
  padding: 18px 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0;
  color: #fff;
  font-family: GothamLight;
  font-size: 16px;
  position: relative;
}

.send-btn:before {
  content: url(../img/button.png);
  position: absolute;
  left: 10px;
  z-index: 999999;
  top: 20%;
}

.backgroundImg {
  height: 250px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.backgroundImg.bigImg {
  height: 280px;
  background-position: top;
}

.backgroundImg img {
  opacity: 0 !important;
}

.news-content h5 {
  min-height: 80px;
  display: block;
  float: left;
  width: 100%;
  line-height: 1.5;
  height: 82px;
  overflow: hidden;
}

.portfolioImg {
  min-height: 55vh;
}

.directors .members .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-nav ul {
  background-color: #2c2c2c;
  position: absolute;
  left: 100%;
  top: 0;
  display: inline-block !important;
  width: 170px;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
  -webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
}

.sub-nav li:hover ul {
  opacity: 1;
  visibility: visible;
}

.logo-news {
  height: 120px;
  overflow: hidden;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.logo-news img {
  max-width: 100%;
  width: initial;
  max-height: 100px;
}

@media screen and (max-width: 1023px) {
  .backgroundImg img {
    display: block;
    opacity: 1 !important;
  }

  .backgroundImg {
    background-image: initial !important;
    height: initial;
  }

  .news-content h5 {
    min-height: initial;
  }

  .portfolioImg {
    min-height: initial;
  }

  .navigation {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .navigation {
    margin: 0 auto;
    display: table !important;
  }

  .directors .row>div:first-child {
    width: 100%;
    padding: 0 33.33%;
  }
}

* {
  outline: 0;
}

input {
  outline: 0;
}

.portfolio {
  padding-bottom: 0;
  margin-top: 55px;
}

.no-row {
  padding-bottom: 0;
}

.owl-item {
  -webkit-box-shadow: 1px 0px 16px #dedede;
  box-shadow: 1px 0px 16px #dedede;
  border-bottom: 1px solid #bfbfbf;
  margin-right: 8px !important;
  margin-left: 11px;
}

.owl-stage-outer {
  margin-right: -17px;
  margin-left: 3px;
}

@media screen and (max-width: 1023px) {
  .owl-stage-outer {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1023px) {
  .no-animation {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
  }
}

.white-title {
  text-align: center;
  padding-top: 25px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
}

.white-title:after {
  content: '';
  position: relative;
  width: 120px;
  height: 3px;
  background: #da2127;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}

.main-title {
  margin-bottom: 50px;
  text-align: center;
  padding-top: 25px;
  font-size: 28px;
  font-family: "gothamlight";
  text-transform: uppercase;
  margin-top: 0;
  color: #212121;
}

@media screen and (max-width: 1023px) {
  .main-title {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.main-title:after {
  content: '';
  position: relative;
  width: 90px;
  height: 1px;
  background: #212121;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}

.sub-title {
  text-align: center;
  font-size: 18px;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
  color: #212121;
}

.about-list li {
  float: left;
  width: 33%;
  font-size: 13px;
  margin-bottom: 11px;
}

.about-list li:before {
  content: "\f105";
  margin-right: 6px;
  font-family: "FontAwesome";
}

@media screen and (max-width: 1024px) {
  .about-list li {
    width: 50%;
  }
}

.bg-img {
  text-align: right;
  min-height: 257px;
  width: 69%;
  float: right;
  position: relative;
  line-height: 0;
}

.bg-img:after {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.bg-img2 {
  position: absolute;
  top: 15%;
}

.bg-img2:after {
  display: none;
}

.projects-item {
  width: 50%;
  float: left;
  position: relative;
  line-height: 0;
}

@media screen and (max-width: 1023px) {
  .projects-item {
    width: 100%;
  }
}

.projects-item img {
  width: 100%;
}

.projects-item .item-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  text-align: center;
  padding-top: 25%;
}

.projects-item .item-overlay h4 {
  font-family: gothamlight;
  color: #fff;
  letter-spacing: 8px;
  font-size: 24px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.about {
  color: #212121;
  padding-bottom: 95px;
}

.about .about-img img {
  width: 100%;
  height: 100%;
  min-height: 257px;
}

.about .about-data h4 {
  font-weight: bold;
  font-size: 23px;
}

.owl-carousel2 .news-content {
  opacity: 0;
}

.owl-carousel2 .active .news-content {
  opacity: 1;
  padding-left: 9px;
  padding-bottom: 10px;
  padding-right: 9px;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .owl-carousel2 .active .news-content {
    padding-left: 14px;
  }
}

.news-section {
  background-color: #f2f4f5;
}

.news-section .news-content p {
  height: 95px;
  overflow: hidden;
  float: left;
  width: 100%;
}

.logo-news img {
  width: auto !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.logo-news img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.image-news {
  position: relative;
}

.owl-carousel3 .owl-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.news-content h4 {
  font-weight: bold;
}

.news-content button {
  color: #707070;
  padding: 9px;
  border: 0;
  padding-right: 20px;
  background-color: transparent;
  position: relative;
  padding-left: 33px;
  margin-left: 10px;
  font-family: "gothamlight";
  text-transform: uppercase;
  font-size: 13px;
}

.news-content button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.4em;
  height: 1px;
  width: 2em;
  background-color: #707070;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.news-content .date {
  bottom: 0;
  color: #707070;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  font-family: "gothamlight";
  float: right;
}

.news-content h5 {
  text-align: left;
  padding-top: 25px;
  font-size: 18px;
  font-family: "gothamlight";
  text-transform: uppercase;
  margin-top: 0;
  color: #707070;
}

.news-content p {
  color: #707070;
  font-size: 13px;
  min-height: 92px;
  line-height: 23px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  /* border-radius: 30px; */
  border: 1px solid #da2127;
  background-color: transparent;
}

/* start parallax content */
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -10;
}

.parallax__container .parallax {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.parallax__container .parallax__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.barallax-content {
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container__big {
  height: 420px;
}

@media screen and (max-width: 800px) {
  .container__big {
    height: 920px;
  }
}

/* ways of implementing parallax bg by class/id */
.bg1 {
  background-image: url("../img/barallax-1.jpg");
}

/* webkit clip fix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .parallax__container {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  }
}

/* end parallax content */
.wrapper {
  float: left;
  text-align: center;
  margin: 5%;
}

.wrapper .circle {
  width: 150px;
  height: 150px;
  background-color: #3ca9b7;
  color: #135159;
  font-weight: 700;
  font-size: 70px;
  border-radius: 75px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-counter {
  color: #fff;
}

.main-counter i {
  display: block;
  min-height: 80px;
}

.demo {
  margin-top: 10%;
}

.headerInner {
  max-height: 497px;
  overflow: hidden;
  line-height: 0;
  position: relative;
}

.headerInner img {
  width: 100%;
}

.headerInner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.headerInner .overlay:hover {
  background: rgba(0, 0, 0, 0);
}

.headerInner .overlay .content {
  text-align: center;
  margin: auto;
}

.headerInner .overlay .content h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 34px;
  letter-spacing: 17px;
  font-family: GothamLight;
  color: #fff;
  font-weight: 100;
}

@media screen and (max-width: 1024px) {
  .headerInner .overlay .content h1 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 17px;
  }
}

.headerInner:hover .overlay {
  background: rgba(0, 0, 0, 0);
}

.about {
  padding: 60px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .about {
    margin: 30px 0 50px 0px;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .about .widthContainer {
    max-width: 350px;
  }
}

.about h1 {
  margin-top: 0px;
  padding-top: 80px;
  text-align: center;
  color: #4d4c4c;
  font-size: 30px;
  text-transform: uppercase;
  font-family: GothamLight;
}

.about hr {
  width: 80px;
  height: 1px;
  color: #8a8585;
  margin-bottom: 70px;
  margin-top: 30px;
}

.about p {
  font-size: 13px;
  line-height: 23px;
  color: #4d4c4c;
  font-family: GothamMedium;
  margin-bottom: 15px;
  font-weight: 100;
}

@media screen and (max-width: 1024px) {
  .about p {
    text-align: center;
    margin-top: 0;
  }
}

.about li {
  float: left;
  color: #535353;
  min-width: 33%;
  font-family: GothamMedium;
  font-size: 13px;
  line-height: 25px;
}

.about li i {
  padding-right: 10px;
  color: #535353;
}

.about .imagesmember .img1 {
  text-align: right;
  width: 100%;
  float: right;
  position: relative;
  line-height: 0;
}

.about .imagesVideos {
  text-align: right;
  position: relative;
  min-height: 290px;
}

.about .imagesVideos .img1 {
  text-align: right;
  width: 69%;
  float: right;
  position: relative;
  line-height: 0;
}

@media screen and (max-width: 1024px) {
  .about .imagesVideos .img1 {
    text-align: right;
    width: 69%;
    float: right;
    position: relative;
    line-height: 0;
    right: 30px;
    top: 0;
  }
}

.about .about-vid {
  position: absolute;
  text-align: right;
  width: 69%;
  float: right;
  line-height: 0;
  z-index: 999;
  overflow: hidden;
  max-height: 250px;
  top: 30px;
  right: 80px;
}

@media screen and (max-width: 1024px) {
  .about .about-vid {
    position: absolute;
    text-align: right;
    width: 65%;
    float: right;
    line-height: 0;
    z-index: 999;
    overflow: hidden;
    max-height: 300px;
    top: 40px;
    right: 85px;
  }
}

.about .about-vid img {
  width: 100%;
}

.about .overlay {
  position: absolute;
  height: 100%;
  z-index: 9;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .about .overlay {
    position: absolute;
    height: 300px;
    z-index: 9;
    width: 100%;
    top: 0px;
    left: 0;
  }
}

.about .overlay a {
  margin: auto;
}

.about .overlay i {
  color: #cfcfcf;
  font-size: 70px;
}

@media screen and (max-width: 1024px) {
  .about .overlay i {
    position: absolute;
    z-index: 39;
    font-size: 70px;
    right: 90px;
    top: 120px;
    color: rgba(0, 0, 0, 0.6);
  }
}

.about .image1 {
  position: absolute;
  z-index: 1;
  top: 33px;
  right: 56px;
  width: 70%;
}

.about .image2 {
  position: absolute;
  width: 70%;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .directors .widthContainer {
    max-width: 350px;
  }
}

.directors .row {
  margin-bottom: 10%;
  padding: 0;
}

.directors h1 {
  margin-top: 0px;
  padding-top: 30px;
  text-align: center;
  color: #535353;
  font-size: 30px;
  text-transform: uppercase;
  font-family: GothamLight;
  font-weight: 100;
}

.directors hr {
  width: 80px;
  background-color: #8a8585;
  margin-bottom: 30px;
  height: 1px;
  border: 0;
  margin-top: 30px;
}

.directors p {
  color: #4d4c4c;
  font-size: 20px;
  text-align: center;
  font-family: GothamLight;
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .directors p {
    padding-bottom: 30px;
  }
}

.directors .members {
  padding: 0;
  position: relative;
  color: #fff;
  text-align: center;
  float: left;
  text-transform: uppercase;
  line-height: 0;
  max-height: 55vh;
  overflow: hidden;
}

.directors .members .hs-wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.directors .members img {
  width: 100%;
  max-height: 70vh;
}

@media screen and (max-width: 1024px) {
  .directors .members img {
    width: 100%;
    max-height: 75%;
  }
}

.directors .members .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  line-height: 40px;
}

.directors .members .overlay:hover {
  background: rgba(0, 0, 0, 0.8);
}

.directors .members .overlay h3 {
  font-size: 22px;
  letter-spacing: 6px;
  font-family: GothamLight;
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .directors .members .overlay h3 {
    letter-spacing: 8px;
    margin-bottom: 0;
  }
}

.directors .members .overlay hr {
  width: 80px;
  background-color: #fff;
  margin-bottom: 40px;
  height: 1px;
  border: 0;
}

.directors .members .overlay h4 {
  color: #fff;
  font-family: GothamLight;
  text-transform: none;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .mission .widthContainer {
    max-width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .mission .row {
    margin-bottom: 0;
  }
}

.mission h1 {
  margin-top: 0px;
  padding-top: 50px;
  text-align: center;
  color: #535353;
  font-size: 30px;
  text-transform: uppercase;
  font-family: GothamLight;
}

@media screen and (max-width: 1024px) {
  .mission h1 {
    padding-top: 40px;
  }
}

.mission hr {
  width: 80px;
  background-color: #8a8585;
  margin-bottom: 30px;
  margin-top: 30px;
  height: 1px;
  border: 0;
}

.mission p {
  color: #4d4c4c;
  font-size: 20px;
  text-align: center;
  font-family: GothamLight;
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .mission p {
    padding-bottom: 30px;
  }
}

.member-title {
  margin-top: 4px;
  font-size: 20px;
}

.s-title {
  font-size: 15px;
}

.member-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
}

.member-list li:before {
  content: "\f105";
  margin-right: 6px;
  font-family: "FontAwesome";
}

.s-content {
  overflow: hidden;
  width: 100%;
  margin-top: 25px;
  font-size: 13px;
  padding: 0 .75rem;
}

.s-content p {
  font-size: 13px;
}

.merit ul li {
  margin-bottom: 10px;
}

.merit-content hr {
  margin-bottom: 0;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #ed1b2e;
  left: 50%;
  top: 0;
  position: absolute;
}

#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

#timeline .timeline-item .timeline-icon {
  background: #ed1b2e;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  border-radius: 50%;
}

#timeline .timeline-item .timeline-icon img {
  height: 25px;
  width: 25px;
  margin: 12px;
}

#timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}

#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
}

#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #ed1b2e;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  border-radius: 3px 3px 0 0;
}

#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ed1b2e;
}

#timeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
}

#timeline .timeline-item:nth-child(even) .timeline-content:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ed1b2e;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }

  #timeline:before {
    left: 0;
  }

  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }

  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ed1b2e;
  }

  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}

.headerInnerCarrers {
  background-image: url(../images/carrersBG.jpg);
  background-size: cover;
  width: 100%;
  height: 75vh;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.headerInnerCarrers .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  height: 75vh;
}

.headerInnerCarrers .content {
  position: relative;
}

.headerInnerCarrers .content h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 52px;
  letter-spacing: 17px;
  padding-bottom: 80px;
  font-family: GothamLight;
}

@media screen and (max-width: 1024px) {
  .headerInnerCarrers .content h1 {
    padding-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .jobs .widthContainer {
    max-width: 350px;
  }
}

.jobs .row {
  margin-bottom: 0;
}

.jobs h1 {
  margin-top: 0px;
  padding-top: 60px;
  text-align: center;
  color: #535353;
  font-size: 30px;
  text-transform: uppercase;
  font-family: GothamLight;
}

@media screen and (max-width: 1024px) {
  .jobs h1 {
    padding-top: 30px;
  }
}

.jobs hr {
  width: 80px;
  background-color: #8a8585;
  margin-bottom: 30px;
  height: 1px;
  border: 0;
  margin-top: 30px;
}

.jobs p {
  color: #4d4d4d;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .jobs p {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .vacancies .widthContainer {
    max-width: 350px;
  }
}

.vacancies .collapsible {
  border: 0;
  margin-bottom: 49px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vacancies .collapsible .active .collapsible-header {
  border: 0;
}

.vacancies .collapsible .active .icon-arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.vacancies .collapsible-header {
  padding: 20px 5px;
  font-family: GothamLight;
  color: #171717;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .vacancies .collapsible-header {
    padding: 20px 0px;
  }
}

.vacancies .icon-arrow {
  margin-right: 10px;
  margin-top: 2px;
  font-size: 22px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.vacancies .icon-arrow:before {
  content: "\e900";
}

.vacancies .collapsible-body {
  padding: 0px 0px;
  margin-bottom: 30px;
  border-bottom: none;
}

.vacancies .collapsible-body p {
  font-family: GothamLight;
  color: #353535;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 600;
}

.vacancies .collapsible-body h2 {
  font-family: GothamMedium;
  color: #353535;
  font-size: 14px;
  margin-bottom: 20px;
}

.vacancies .collapsible-body ul li {
  font-family: GothamLight;
  font-weight: 600;
  color: #353535;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.vacancies .collapsible-body ul li::before {
  width: 60px;
  height: 1px;
  position: relative;
  margin-right: 5px;
  content: "\f10c";
  font-family: 'FontAwesome';
  color: #707070;
}

.vacancies .collapsible-body a {
  background-color: #353535;
  padding: 18px 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0;
  color: #fff;
  font-family: GothamLight;
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .vacancies .collapsible-body a {
    margin: 10px 0 0 10px;
  }
}

.vacancies .collapsible-body a:before {
  content: url(../img/button.png);
  position: absolute;
  left: 10px;
  z-index: 999999;
  top: 20%;
}

@media screen and (max-width: 1024px) {
  .news .row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .news .widthContainer {
    max-width: 350px;
  }
}

.news h1 {
  margin-top: 0px;
  padding-top: 60px;
  text-align: center;
  color: #535353;
  font-size: 30px;
  text-transform: uppercase;
  font-family: GothamLight;
}

@media screen and (max-width: 1024px) {
  .news h1 {
    padding: 30px 0 0 0;
  }
}

.news hr {
  width: 80px;
  background-color: #8a8585;
  margin-bottom: 30px;
  height: 1px;
  border: 0;
  margin-top: 30px;
}

.news p {
  color: #4d4c4c;
  font-size: 20px;
  text-align: center;
  font-family: GothamLight;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .news p {
    padding: 0;
    margin-bottom: 50px;
  }
}

.news .news-item {
  margin-bottom: 40px;
  text-align: center;
  padding-right: 20px;
  padding-left: 0;
}

@media screen and (max-width: 1024px) {
  .news .news-item {
    padding-right: 0px;
  }
}

.news .news-item:nth-child(2n+0) {
  padding-left: 20px;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .news .news-item:nth-child(2n+0) {
    padding-left: 0px;
  }
}

.news .news-item h2 {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*   min-height: 90px;*/
  padding: 15px 0;
  margin: 0;
  width: 96%;
  overflow: hidden;
  text-align: center;
  font-family: GothamLight;
  font-size: 21px;
  line-height: 30px;
  color: #353535;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin: auto;
}

.news .news-item a {
  color: #212121;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .news .news-item a {
    margin-left: 0px;
  }
}

.news .newsImages {
  text-align: center;
  position: relative;
  padding-left: 0;
  line-height: 0;
  min-height: 340px;
}

.news .newsImages:nth-child(2n+0) {
  padding-left: 20px;
  padding-right: 0;
}

.news .newsImages img {
  width: 100%;
  width: 100%;
  min-height: 340px;
  max-height: 340px;
}

.news .newsImages .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.news .newsImages .overlay h2 {
  position: absolute;
  bottom: 0px;
  background: #fff;
  padding: 15px 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-family: GothamLight;
  font-size: 20px;
  line-height: 30px;
  color: #393939;
  padding-bottom: 30px;
}

.news .newsImages .overlay a {
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  font-family: GothamMedium;
  top: 415px;
}

.news .newsImages .overlay a::before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  background-color: #000000;
  left: -40px;
  top: 9px;
}

@media screen and (max-width: 1024px) {
  .videos .widthContainer {
    max-width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .videos .row {
    margin-bottom: 0;
  }
}

.videos h1 {
  margin-top: 0px;
  padding-top: 60px;
  text-align: center;
  color: #535353;
  font-size: 30px;
  text-transform: uppercase;
  font-family: GothamLight;
}

@media screen and (max-width: 1024px) {
  .videos h1 {
    padding: 0;
    margin-top: 30px;
  }
}

.videos hr {
  width: 80px;
  background-color: #8a8585;
  margin-bottom: 30px;
  height: 1px;
  border: 0;
  margin-top: 30px;
}

.videos p {
  color: #4d4c4c;
  font-size: 20px;
  text-align: center;
  font-family: GothamLight;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .videos p {
    padding: 0;
    margin-bottom: 50px;
  }
}

.videos .news-item {
  margin-bottom: 40px;
  text-align: center;
  padding-right: 20px;
  padding-left: 0;
}

@media screen and (max-width: 1024px) {
  .videos .news-item {
    padding-right: 0px;
  }
}

.videos .news-item:nth-child(2n+0) {
  padding-left: 20px;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .videos .news-item:nth-child(2n+0) {
    padding-left: 0px;
  }
}

.videos .news-item h2 {
  padding: 15px 0;
  margin: 0;
  width: 96%;
  overflow: hidden;
  text-align: center;
  font-family: GothamLight;
  font-size: 21px;
  line-height: 30px;
  color: #353535;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin: auto;
}

.videos .news-item a {
  color: #212121;
  font-size: 15px;
  font-weight: 600;
}

.videos .newsImages {
  text-align: center;
  position: relative;
  padding-left: 0;
  line-height: 0;
}

.videos .newsImages:nth-child(2n+0) {
  padding-left: 20px;
  padding-right: 0;
}

.videos .newsImages img {
  width: 100%;
}

.videos .newsImages .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.videos .newsImages .overlay a {
  margin: auto;
  font-size: 80px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .portfolio .widthContainer {
    max-width: 350px;
  }
}

.portfolio .row {
  margin-bottom: 0;
  padding: 0;
}

.portfolio h1 {
  margin-top: 0px;
  text-align: center;
  color: #535353;
  font-size: 30px;
  text-transform: uppercase;
  font-family: GothamLight;
}

@media screen and (max-width: 1024px) {
  .portfolio h1 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0;
  }
}

.portfolio hr {
  width: 80px;
  background-color: #8a8585;
  margin-bottom: 30px;
  height: 1px;
  border: 0;
  margin-top: 30px;
}

.portfolio p {
  color: #4d4c4c;
  font-size: 20px;
  text-align: center;
  font-family: GothamLight;
  padding-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .portfolio p {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }
}

.portfolio .row {
  margin: 0;
}

.portfolio .projects {
  width: 50%;
  position: relative;
  color: #fff;
  text-align: center;
  float: left;
  text-transform: uppercase;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.portfolio .projects img {
  width: 100%;
  max-height: 65vh;
  min-height: 65vh;
}

@media screen and (max-width: 1024px) {
  .portfolio .projects img {
    min-height: auto;
  }
}

.portfolio .projects .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  padding-top: 30%;
  color: #fff;
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  .portfolio .projects .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
    overflow: hidden;
  }
}

.portfolio .projects .overlay h3 {
  font-size: 20px;
  letter-spacing: 15px;
  font-family: GothamLight;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .portfolio .projects .overlay h3 {
    margin-top: 70px;
  }
}

.headerInnerTravel {
  background-image: url(../images/aboutBG.jpg);
  background-size: cover;
  width: 100%;
  height: 75vh;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.headerInnerTravel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  height: 75vh;
}

.headerInnerTravel .content {
  position: relative;
}

.headerInnerTravel .content h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 52px;
  letter-spacing: 17px;
  padding-bottom: 80px;
  font-family: GothamLight;
}

@media screen and (max-width: 1024px) {
  .headerInnerTravel .content h1 {
    padding-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .travelTourism .widthContainer {
    max-width: 350px;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .travelTourism .row {
    margin-bottom: 0;
  }
}

.travelTourism h1 {
  margin-top: 0px;
  padding-top: 60px;
  text-align: center;
  color: #535353;
  font-size: 30px;
  text-transform: uppercase;
  font-family: GothamLight;
}

@media screen and (max-width: 1024px) {
  .travelTourism h1 {
    margin-top: 30px;
    padding: 0;
  }
}

.travelTourism hr {
  width: 80px;
  background-color: #8a8585;
  margin-bottom: 30px;
  height: 1px;
  border: 0;
  margin-top: 30px;
}

.travelTourism p {
  font-size: 15px;
  line-height: 23px;
  color: #4d4c4c;
  font-family: GothamMedium;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .travelTourism p {
    margin-bottom: 50px;
  }
}

.companiesInner {
  padding-bottom: 50px;
}

.companiesInner h1 {
  margin-top: 0px;
  text-align: center;
  color: #535353;
  font-size: 30px;
  text-transform: uppercase;
  font-family: GothamLight;
}

.companiesInner hr {
  width: 80px;
  background-color: #8a8585;
  margin-bottom: 30px;
  height: 1px;
  border: 0;
  margin-top: 30px;
}

.companiesInner .TravelCompanies img {
  max-height: 80px;
  width: initial !important;
}

.headerInnerNews {
  background-image: url(../images/newsBG.jpg);
  background-size: cover;
  width: 100%;
  height: 75vh;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.headerInnerNews .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  height: 75vh;
}

.headerInnerNews .content {
  position: relative;
}

.headerInnerNews .content h1 {
  margin: 0;
  font-size: 52px;
  letter-spacing: 17px;
  padding-bottom: 80px;
  font-family: GothamLight;
  text-transform: uppercase;
}

.contactUs {
  padding-left: 10px;
  padding-right: 10px;
}

.contactUs .address {
  padding-left: 0;
}

.contactUs h2 {
  font-size: 15px;
  color: #000000;
  font-family: GothamMedium;
  margin-bottom: 15px;
  margin-top: 0px;
}

.contactUs p {
  font-size: 12px;
  color: #000000;
  font-family: GothamLight;
  margin-bottom: 30px;
}

.contactUs #map {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  overflow: hidden;
}

.contactUs section {
  display: none;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}

.contactUs input {
  /* display: none;*/
}

.contactUs label {
  font-family: GothamLight;
  font-size: 17px;
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 15px 15px 0px;
  text-align: center;
  color: #545454;
}

.contactUs label:hover {
  color: #000000;
  cursor: pointer;
}

.contactUs input:checked+label {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.contactUs #tab1:checked~#content1,
.contactUs #tab2:checked~#content2,
.contactUs #tab3:checked~#content3,
.contactUs #tab4:checked~#content4,
.contactUs #tab5:checked~#content5,
.contactUs #tab6:checked~#content6,
.contactUs #tab7:checked~#content7,
.contactUs #tab8:checked~#content8,
.contactUs #tab9:checked~#content9,
.contactUs #tab10:checked~#content10,
.contactUs #tab11:checked~#content11,
.contactUs #tab12:checked~#content12,
.contactUs #tab13:checked~#content13,
.contactUs #tab14:checked~#content14,
.contactUs #tab15:checked~#content15,
.contactUs #tab16:checked~#content16,
.contactUs #tab17:checked~#content17,
.contactUs #tab18:checked~#content18,
.contactUs #tab19:checked~#content19,
.contactUs #tab20:checked~#content20,
.contactUs #tab21:checked~#content21,
.contactUs #tab22:checked~#content22,
.contactUs #tab23:checked~#content24,
.contactUs #tab25:checked~#content25,
.contactUs #tab26:checked~#content26,
.contactUs #tab27:checked~#content27,
.contactUs #tab28:checked~#content28,
.contactUs #tab29:checked~#content29,
.contactUs #tab30:checked~#content30,
.contactUs #tab31:checked~#content31,
.contactUs #tab32:checked~#content32,
.contactUs #tab33:checked~#content33,
.contactUs #tab34:checked~#content34,
.contactUs #tab35:checked~#content35,
.contactUs #tab36:checked~#content36,
.contactUs #tab37:checked~#content37,
.contactUs #tab38:checked~#content38,
.contactUs #tab39:checked~#content39,
.contactUs #tab40:checked~#content40 {
  display: block;
}

.keepTouch h2 {
  font-size: 25px;
  color: #010101;
  font-family: GothamLight;
  margin-bottom: 30px;
}

.keepTouch a {
  float: right;
  background-color: #353535;
  padding: 15px 60px;
  color: #fff;
  font-family: GothamLight;
  font-size: 15px;
}

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