/*start grid*/
.container {
  width: 1170px;
  margin: auto;
  padding: 0 15px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width:768px) {
  .container {
    width: 720px;
  }
}
@media (min-width:992px) {
  .container {
    width: 960px;
  }
}
@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width:767px) {
  .container {
    width: 100%;
  }
}

.full-container {
  width: 100%;
  padding: 0 100px;
  margin: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width:768px) {
  .full-container {
    padding: 0 50px;
  }
}
@media (min-width:992px) {
  .full-container {
    padding: 0 50px;
  }
}
@media (min-width:1200px) {
  .full-container {
    padding: 0 50px;
  }
}
@media (max-width:767px) {
  .full-container {
    padding: 0 20px;
  }
}

.big-container {
  width: 100%;
  padding: 0 50px;
  margin: auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width:768px) {
  .big-container {
    padding: 0 50px;
  }
}
@media (min-width:992px) {
  .big-container {
    padding: 0 50px;
  }
}
@media (min-width:1200px) {
  .big-container {
    padding: 0 50px;
  }
}
@media (max-width:767px) {
  .big-container {
    padding: 0 20px;
  }
}

/*end grid*/
.row-content {
  padding-right: 50px;
}
@media (max-width:767px) {
  .row-content {
    padding-right: 0px;
  }
}

@media (max-width:767px) {
  .x-s-p {
    padding-right: 20px !important;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*body::-webkit-scrollbar { 
    display: none; 
}*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.en-text {
  font-family: arial;
  text-align: left;
}

.trans {
  transition: all 0.4s ease-in-out;
}

.x-shadow {
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
}

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

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

.gray {
  color: #999999;
}

.sf {
  font-size: 12px;
}

.none {
  display: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.clearfix {
  clear: both;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.row-display {
  display: table-row;
}

.cell {
  display: table-cell;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.bottom {
  vertical-align: bottom;
}

.container {
  height: 100%;
}

.mc {
  color: #163d8b;
}

a.mc {
  color: #163d8b;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: 900;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.visible-items {
  overflow: visible;
}
.visible-items .container,
.visible-items .full-container,
.visible-items .row,
.visible-items .uk-slider {
  overflow: visible;
}

.row {
  overflow: hidden;
}

p {
  line-height: 1.4;
  margin: 20px 0;
}

.auto {
  margin: auto;
  width: fit-content;
  overflow: hidden;
  float: none;
}

.logo img {
  max-width: initial;
  width: 250px;
  height: auto;
}

.list-items a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.visible-item {
  overflow: visible;
}

@media (min-width:768px) {
  .xs-only {
    display: none;
  }
}
@media (min-width:992px) {
  .xs-only {
    display: none;
  }
}
@media (min-width:1200px) {
  .xs-only {
    display: none !important;
  }
}
@media (max-width:767px) {
  .xs-only {
    display: initial;
  }
}

@media (min-width:768px) {
  .md-only {
    display: none;
  }
}
@media (min-width:992px) {
  .md-only {
    display: initial;
  }
}
@media (min-width:1200px) {
  .md-only {
    display: initial;
  }
}
@media (max-width:767px) {
  .md-only {
    display: none;
  }
}

@media (min-width:768px) {
  .pc-only {
    display: initial;
  }
}
@media (min-width:992px) {
  .pc-only {
    display: initial;
  }
}
@media (min-width:1200px) {
  .pc-only {
    display: initial;
  }
}
@media (max-width:767px) {
  .pc-only {
    display: none;
  }
}

.black {
  color: #000000;
}

.x-padding {
  padding: 100px 0;
}

.x-padding-top {
  padding-top: 100px;
}

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

.x-padding-small {
  padding: 20px;
}

.x-padding-medium {
  padding: 50px;
}

.x-margin-bottom {
  margin-bottom: 100px;
}

.x-margin-top {
  margin-top: 100px;
}

.x-margin-left-small {
  margin-left: 20px;
}

.x-margin-left-medium {
  margin-left: 50px;
}

.f-13 {
  font-size: 13px;
}

.fill {
  width: 100%;
}

.fade-enter-active, .fade-leave-active {
  transition-property: opacity;
  transition-duration: 0.25s;
}

.fade-enter-active {
  transition-delay: 0.25s;
}

.fade-enter, .fade-leave-active {
  opacity: 0;
}

wave {
  height: 50px !important;
}

canvas {
  max-width: initial !important;
}

i.active {
  color: #163d8b !important;
}

.br-0 {
  border-radius: 0 !important;
}

.fill-w {
  width: 100%;
}

.fill {
  height: 100%;
  width: 100%;
}

.x-center {
  display: flex;
  align-items: center;
}

.social-nav a {
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
  font-size: 12px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

.x-icon-label {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  color: #000000;
  font-weight: 400;
  border-bottom: 2px solid #000000;
}
.x-icon-label i {
  margin-top: -3px;
}
.x-icon-label:Hover {
  color: #000000;
}

nav.main-navbar {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  height: 150px;
  z-index: 2;
  top: 0;
  left: 0;
}
nav.main-navbar .left, nav.main-navbar .right {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (max-width:767px) {
  nav.main-navbar {
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
    position: relative;
    margin-bottom: 130px;
  }
}
nav.main-navbar .logo img {
  width: 250px;
}

section.main {
  height: 100vh;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
section.main .main_content {
  z-index: 1;
  position: relative;
}
section.main .banner-shape img {
  width: 100%;
}
section.main .main-heading span.line {
  width: 400px;
  letter-spacing: 4px;
  font-size: 18px;
  display: block;
  position: relative;
  color: #000000;
  text-transform: capitalize;
}
section.main .main-heading span.line:after {
  content: "";
  background-color: #000000;
  position: absolute;
  width: 200px;
  height: 2px;
  right: 0;
  top: 12px;
}
section.main .main-heading h1 {
  font-weight: 900;
  font-size: 90px;
  text-transform: capitalize;
  line-height: 100px;
  margin-top: 10px;
}
section.main .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

@media (max-width:767px) {
  .none-float-xs {
    float: none;
  }
}

footer.main-footer {
  position: fixed;
  width: 100%;
  z-index: 2;
  height: 80px;
  left: 0;
  bottom: 0;
}
@media (max-width:767px) {
  footer.main-footer {
    position: relative;
    margin-top: 130px;
    height: 120px;
  }
  footer.main-footer .x-padding-small {
    padding: 10px;
  }
}
footer.main-footer .left, footer.main-footer .right {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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