/**
 * Created by Ashish Shrestha
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-ExtraBold.woff2") format("woff2"), url("../fonts/ProximaNova-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-900 {
  font-weight: 900;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}
@media all and (max-width: 979px) {
  .text-18 {
    font-size: 14px;
  }
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

.text-30 {
  font-size: 30px;
}

.text-32 {
  font-size: 32px;
}

.text-34 {
  font-size: 34px;
}

.text-36 {
  font-size: 36px;
}
@media all and (max-width: 1199px) {
  .text-36 {
    font-size: 28px;
  }
}

.text-38 {
  font-size: 38px;
}

.text-40 {
  font-size: 40px;
}
@media all and (max-width: 1199px) {
  .text-40 {
    font-size: 30px;
  }
}
@media all and (max-width: 979px) {
  .text-40 {
    font-size: 22px;
  }
}

.text-60 {
  font-size: 60px;
}
@media all and (max-width: 1499px) {
  .text-60 {
    font-size: 50px;
  }
}
@media all and (max-width: 1199px) {
  .text-60 {
    font-size: 40px;
  }
}
@media all and (max-width: 979px) {
  .text-60 {
    font-size: 30px;
  }
}

.text-72 {
  font-size: 72px;
}
@media all and (max-width: 1499px) {
  .text-72 {
    font-size: 60px;
  }
}
@media all and (max-width: 1199px) {
  .text-72 {
    font-size: 50px;
  }
}
@media all and (max-width: 979px) {
  .text-72 {
    font-size: 40px;
  }
}

.text-52 {
  font-size: 52px;
}
@media all and (max-width: 1499px) {
  .text-52 {
    font-size: 42px;
  }
}
@media all and (max-width: 1199px) {
  .text-52 {
    font-size: 35px;
  }
}
@media all and (max-width: 979px) {
  .text-52 {
    font-size: 25px;
  }
}

.color-8585 {
  color: #858585;
}

.color-bababa {
  color: #BABABA;
}

.color-cdcd {
  color: #cdcdcd;
}

.bg-111 {
  background-color: #111111;
}

.color-999 {
  color: #999999;
}

.bg-1010 {
  background: #101010;
}

.text-blue {
  color: #1b9fe0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Proxima Nova Rg";
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: inherit;
  background-color: #111111;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 1499px) {
  body {
    font-size: 14px;
  }
}

a:link, a:visited {
  text-decoration: none;
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

p {
  margin-bottom: 18px;
  line-height: 24px;
}
p:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 1199px) {
  p {
    line-height: 18px;
  }
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover, a:focus {
  text-decoration: none;
  color: #1b9fe0;
  transition: all 0.4s ease;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

.slick-slider .slick-slide {
  outline: none;
}

.custom-container {
  padding: 30px 258px;
  max-width: 1920px;
  margin: auto;
}
@media all and (max-width: 1599px) {
  .custom-container {
    padding: 22px 130px;
  }
}
@media all and (max-width: 1499px) {
  .custom-container {
    padding: 22px 90px;
  }
}
@media all and (max-width: 1199px) {
  .custom-container {
    padding: 30px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.width-30 {
  width: 30%;
}
@media all and (max-width: 767px) {
  .width-30 {
    width: 100%;
  }
}

.width-50 {
  width: 50%;
}
@media all and (max-width: 767px) {
  .width-50 {
    width: 100%;
  }
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.h-full-vh {
  height: 100vh;
}

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

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-start {
  align-items: start;
}

.items-end {
  align-items: end;
}

.items-baseline {
  align-items: baseline;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.background-image-item {
  height: 100%;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.background-image-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-16deg, #060606 0%, rgba(19, 19, 19, 0) 100%);
  z-index: -1;
}

.mw-800 {
  max-width: 800px;
}

.text-uppercase {
  text-transform: uppercase;
}

.blue-text-gradient {
  background: -webkit-linear-gradient(-79deg, rgb(27, 163, 224) 0%, rgb(27, 68, 224) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mb-40 {
  margin-bottom: 40px;
}

.pa-40 {
  padding: 40px;
}
@media all and (max-width: 979px) {
  .pa-40 {
    padding: 20px;
  }
}

.pl-5 {
  padding-left: 5px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-100 {
  padding-left: 100px;
}
@media all and (max-width: 1399px) {
  .pl-100 {
    padding-left: 50px;
  }
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

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

.pb-10-imp {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  .pb-20 {
    padding-bottom: 10px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media all and (max-width: 979px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}
@media all and (max-width: 767px) {
  .pb-50 {
    padding-bottom: 30px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media all and (max-width: 979px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media all and (max-width: 979px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

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

.pt-40 {
  padding-top: 40px;
}
@media all and (max-width: 979px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
  border: 0;
  background: -webkit-linear-gradient(-79deg, rgb(27, 163, 224) 0%, rgb(27, 68, 224) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-tabs .nav-link {
  border: 0;
  outline: none;
}

.common-btn a,
.common-btn button, .common-btn input, .nav-btn a,
.nav-btn button, .nav-btn input {
  background: linear-gradient(-71deg, rgb(27, 163, 224) 0%, rgb(27, 68, 224) 100%);
  min-width: 170px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 0;
  height: 46px;
  border: 0 !important;
  border-radius: 0 !important;
}
@media all and (max-width: 1499px) {
  .common-btn a,
  .common-btn button, .common-btn input, .nav-btn a,
  .nav-btn button, .nav-btn input {
    min-width: 140px;
    height: 40px;
  }
}
@media all and (max-width: 979px) {
  .common-btn a,
  .common-btn button, .common-btn input, .nav-btn a,
  .nav-btn button, .nav-btn input {
    min-width: 120px;
  }
}
.common-btn a:after,
.common-btn button:after, .common-btn input:after, .nav-btn a:after,
.nav-btn button:after, .nav-btn input:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(-71deg, rgba(27, 163, 224, 0.67) 0%, rgba(27, 68, 224, 0.82) 100%);
  color: #fff;
  transition: all 0.6s ease;
  z-index: -1;
}
.common-btn a:hover,
.common-btn button:hover, .common-btn input:hover, .nav-btn a:hover,
.nav-btn button:hover, .nav-btn input:hover {
  color: #fff;
}
.common-btn a:hover:after,
.common-btn button:hover:after, .common-btn input:hover:after, .nav-btn a:hover:after,
.nav-btn button:hover:after, .nav-btn input:hover:after {
  width: 100%;
  transition: all 0.6s ease;
}
.common-btn a.big-btn,
.common-btn button.big-btn, .common-btn input.big-btn, .nav-btn a.big-btn,
.nav-btn button.big-btn, .nav-btn input.big-btn {
  height: 63px;
}
.common-btn.grey-btn a, .common-btn.grey-btn button, .nav-btn.grey-btn a, .nav-btn.grey-btn button {
  background: #212121;
}
.common-btn.grey-btn a:after, .common-btn.grey-btn button:after, .nav-btn.grey-btn a:after, .nav-btn.grey-btn button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #212121;
  color: #fff;
  transition: all 0.6s ease;
  z-index: -1;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-1200 {
  max-width: 1200px;
}

.border-b-0 {
  border-bottom: 0;
}

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

.bg-position-bottom {
  background-position: bottom;
}

.cursor-pointer {
  cursor: pointer;
}

.mobile-view-only {
  display: none;
}
@media all and (max-width: 800px) {
  .mobile-view-only {
    display: block;
  }
}

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

.title-image img {
  width: 330px;
}
@media all and (max-width: 1499px) {
  .title-image img {
    width: 255px;
  }
}
@media all and (max-width: 767px) {
  .title-image img {
    width: 170px;
  }
}

.margin-left-auto {
  margin-left: auto;
}

.flex-1 {
  flex: 1;
}

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
}

.fade-in.animate {
  animation: fadeInUp 0.8s ease forwards;
}

.fade-in.delay-1 {
  animation-delay: 0.2s;
}

.fade-in.delay-2 {
  animation-delay: 0.6s;
}

.fade-in.delay-3 {
  animation-delay: 1s;
}/*# sourceMappingURL=global.css.map */