body {
  margin:0;
  font-family: 'Roboto','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@font-face {
  font-family: "Roboto-Thin";
  src: url(../webfonts/roboto/Roboto-Thin.ttf);
}

.nodelay {
  animation-delay: 0s !important;
}
.delay1s {
  animation-delay: .5s !important;
}
.preloadercontent img {
  width:160px;
  margin:25vh auto;
  margin-bottom:2rem;
  z-index:1;
  filter:invert(1.5);
  animation-delay:2.5s;
}

div.preloader {
  width:100%;
  max-width:100%;
  height:100%;
  max-height:100vh;
  display:flex;
  padding:0;
  position: relative;
  justify-content: center;
  align-items: center;
  background: #131F28;
  background-image:url(../img/bg.jpg);
  overflow:hidden;
  -moz-animation: hideBanner 5s forwards;
  -webkit-animation: hideBanner 5s forwards;
  animation: hideBanner 5s forwards;
}

div.preloadercontent {
  background-color:transparent;
  -moz-animation: expandwidth 5s forwards;
  -webkit-animation: expandwidth 5s forwards;
  animation: expandwidth 5s forwards;
  width:100%;
  height:auto;
  overflow:hidden;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  font-family: Georgia, 'Times New Roman', Times, serif;
  z-index:1;
}

div.preloadercontent .row .preloaderTitle {
  animation-delay:2.5s; 
  background-image: linear-gradient(270deg,#fff, #ffc315);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size:22px;
  margin:0 auto;
  width:100%; 
  text-align: center;
}

.showPanel {
  top:50px !important;
}

  @-webkit-keyframes expandwidth {
    0% {
      width: 0px;
      height:0px;
      border:none;
    }
    15% {
      width: 0px;
      height:0px;
      border:none;
    }
    30% {
        width: 0px;
        height:calc(100vh - 14rem);
        border:1px solid #ddd;
    }
    45% {
        width: calc(100vw - 4rem);
        height:calc(100vh - 14rem);
        border:1px solid #ddd;
    }
    100% {
      width: calc(100vw - 4rem);
      height:calc(100vh - 14rem);
      border:1px solid #ddd;
    }
  }
  
  @-moz-keyframes expandwidth {
    0% {
      width: 0px;
      height:0px;
      border:none;
    }
    20% {
      width: 0px;
      height:0px;
      border:none;
    }
    35% {
        width: 0px;
        height:calc(100vh - 14rem);
        border:1px solid #ddd;
    }
    45% {
        width: calc(100vw - 4rem);
        height:calc(100vh - 14rem);
        border:1px solid #ddd;
    }
    100% {
      width: calc(100vw - 4rem);
      height:calc(100vh - 14rem);
      border:1px solid #ddd;
    }
  }
  
  @keyframes expandwidth {
    0% {
        width: 0px;
        height:0px;
        border:none;
    }
    20% {
      width: 0px;
      height:0px;
      border:none;
    }
    35% {
        width: 0px;
        height:calc(100vh - 14rem);
        border:1px solid #ddd;
    }
    45% {
        width: calc(100vw - 4rem);
        height:calc(100vh - 14rem);
        border:1px solid #ddd;
    }
    100% {
        width: calc(100vw - 4rem);
        height:calc(100vh - 14rem);
        border:1px solid #ddd;
    }
  }

  @-webkit-keyframes hideBanner {
    0% {
      height:100%;
    }
    80% {
      height:100%;
    }
    100% {
      height:0%;
    }
  }
  
  @-moz-keyframes hideBanner {
    0% {
      height:100%;
    }
    80% {
      height:100%;
    }
    100% {
      height:0%;
    }
  }
  
  @keyframes hideBanner {
    0% {
      height:100%;
    }
    80% {
      height:100%;
    }
    100% {
      height:0%;
    }
  }

  #header
  {
    height:50px;
  } 
  .headerRow {
    display: block;
    text-align: center;
    animation-delay: 4.5s;
    background-color:#131F28 !important;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  }

  .headerRow .topmenu {
    position: absolute;
    top: .9rem;
    right: 7.25rem;
  }

  .headerRow .searchBtn {
    right: 11.5rem;
  }

  .headerRow .topmenu img {
    filter:invert(1);
    width:25px;
    transition:all .2s ease-in-out;
  }

  .headerRow .topmenu:hover img {
    filter: invert(84%) sepia(96%) saturate(410%) hue-rotate(319deg) brightness(101%) contrast(101%);
  }


  #header-nav-wrap {
    margin-right:1.5rem;
    padding-bottom:3px;
    height:100vh;
    left:-102vw;
    transition: all .2s ease-in-out;
  }
  .displayMobileMenu {
    left:0 !important;
    display:flex !important;
  }

  #header-nav-wrap .active {
    background-color:#001525;
  }

  #header-nav-wrap .header-main-nav li:last-child a {
    border-right:none;
  }

  #header-nav-wrap .header-main-nav li .dropdown-menu {
    /*background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);*/
    background-color:#131F28;
  }
  #header-nav-wrap .header-main-nav li .dropdown-menu a,
  #header-nav-wrap .header-main-nav li .dropdown-menu a:visited,
  #header-nav-wrap .header-main-nav li .dropdown-menu a:focus {
    font-size: 1.25rem;
    width: 100%;
    height:30px;
    padding:0 1rem !important;
  }

  #header-nav-wrap .header-main-nav li .dropdown-menu a:hover {
    background-color:transparent;
  }

  #header-nav-wrap .header-main-nav li a, #header-nav-wrap .header-main-nav li a:visited {
    height:12px;
    display: inline-flex;
    align-items: center;
  }

  #header-nav-wrap .header-main-nav li a i {
    margin-left:.75rem;
  }

  .dropdown-submenu a {
    border:none !important;
  }

  .dropdown-submenu a i {
    width: 100%;
    text-align: right;
  }

  .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 105%;
    top:-6px;
    margin:0;
    position:absolute;
  }

  .carousel-caption {
    bottom:8rem !important;
    left:0 !important;
    height:auto;
    width:100%;
  }

  .header-logo {
    height:50px;
    align-items: center;
    display:flex;
    z-index:0;
  }

  #metroCarousel .carousel-caption .container h1,   #metroCarousel .carousel-caption .container ul {
    text-align: center;
    font-family: Roboto-Thin;
  }
  #metroCarousel .carousel-caption .container ul {
    margin: 0 auto;
    margin-top:1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #metroCarousel .carousel-caption .container ul li  {
    min-width:100px;
  }

  .top {
    display:none;
  }

  @media only screen and (min-width: 912px) {
    .item .content ul li { 
      font-size:14px !important;
    }
    .headerRow .topmenu {
      top: 1rem !important;
      right: 2.25rem !important;
    }
  
    .headerRow .searchBtn {
      right: 6.5rem !important;
    }
    .header-scroll {
      margin-top:-5.5rem !important;
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    }
    #header-nav-wrap {
      height:auto !important;
      left:0 !important;
    }
    #header-nav-wrap .active {
      background-color:transparent !important;
    }
    .headerRow nav ul {
      padding:0.5rem !important;
      width:auto !important;
    }
    .headerRow nav ul li {
      margin: 0 40px 0 0 !important;
      text-align: center !important;
      padding:0 !important;
      padding-left:2px !important;
      border:none !important;
    }
    .headerRow nav ul li a {
      font-size: 13px !important;
    }
    .top {
      display:block;
    }
    .showPanel {
      top:90px !important;
    }
    #header {
      height:60px !important;
    }
    .headerRow nav ul {
      display: flex !important;
    }
    .header-logo {
      display:none !important;
    }
    .headerRow h1 {
      display: inline-flex;
      margin: 0;
      font-size: 16px;
      letter-spacing: .15em;
      color: #ddd;
      font-family: 'Roboto-Thin';
      font-weight: 600;
    }
    .headerRow a {
      text-decoration: none;
    }
    .headerRow .row:nth-child(3) {
      background-color: rgb(32 44 54); /*rgb(0 16 29);*/
      display:flex;
    }
  }
  .headerRow h1 a {
    text-decoration: none;
    color:#fff;
  }
  .headerRow nav {
    position: relative;
    padding-bottom: 12px;
  }

  .headerRow nav ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: block;
    justify-content: center;
    width:100%;
  }

  .headerRow nav ul li {
    margin: 0;
    transition: all 0.4s ease;
    padding:2rem;
    text-align: left;
    border-top:1px solid #555;
  }
      
  .headerRow nav ul li:hover a, .headerRow nav ul li.active a {
    color: #ffc315;
  }

  .headerRow nav ul li:last-child {
    margin-right: 0
  }
  .headerRow nav ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: block;
    letter-spacing: .15em;
    font-size: 16px;
  }
  .headerRow nav ul li a i {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .headerRow nav ul li a i.fa-search {
    margin-right:.5rem;
    -moz-transition: all 0.02s ease-in-out;
    -webkit-transition: all 0.02s ease-in-out;
    transition: all 0.02s ease-in-out;
  }
  
  #search {
    position: absolute;
    top: 100px;
    right: 1rem;
    z-index: 3;
    width: auto;
  }

 .badge {
    border-radius: 60px !important;
    position: absolute;
    bottom: 210px;
    display: flex;
    right: calc(50% - 115px);
    width: 230px;
    align-items: center;
    z-index: 2;
    /*background-color: rgba(0,0,0,.85);*/
    border: none;
    color: #fff;
    padding: 1rem;
    padding-right: 2rem;
    border-radius: 50px;
    font-family: Roboto-Thin;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .1em;
    box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.95);
    cursor: pointer;
    transition:all .2s ease-in-out;

  }
  
  .badge i {
    animation-delay: 8s;
    padding: 1rem;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 1.25rem;
    /* padding-right: 0.25rem; */
    transition: all.2s ease-in-out;
    color: #131F28 !important;
    font-size: 20px;
    box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  }

  .badge:hover {
    opacity: 1;
    transform:translateY(-2px) !important;
    color:#ffd96c;
  }

  .badge:hover i {
    background-color:#ffd96c;
  }
.animate-charcter
{
	background: linear-gradient(-45deg, #0e5e9b, #093b60, #131F28, #222);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/*
  .partner {
    top:185px;
  }

  .partner i {
    background-color: #1a5c8d;
  }

  .investor {
    top:300px;
  }

  .investor i {
    background-color: #cd0000;
  }
*/

  .object {
    animation: MoveLeftRightSmall 2s linear infinite;
  }

@keyframes MoveLeftRightSmall {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}

#calculator .btn {
  display:inline-flex;
  justify-content: center;
  font-size:14px;
  align-items: center;
  padding:1.5rem !important;
}

#calculator .btn i {
  position: absolute;
  transition:all .2s ease-in-out;
  left: .75rem;
  background-color: #fff;
  color: #131F28 !important;
  border-radius: 50%;
  padding-right: 1.5px;
  width: 42px;
  font-size: 24px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-5deg);
}

.btn-secondary:hover i {
  background-color:#ffd96c !important;
  color:#131F28 !important;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.owl-carousel.owl-drag .owl-item ul {
  list-style:none;
  color:#111;
  justify-content:center;
  font-size:14px;
  font-family:Roboto-Thin;
  font-weight:600;
  letter-spacing: .1em;
}

.owl-carousel.owl-drag .owl-item ul li i {
  vertical-align: middle;
  font-size:13px;
}

.owl-carousel.owl-drag .owl-item ul li {
  margin:.5rem;
}

#launch-carousel .owl-item ul li i {
  color:#ffd96c;
}

.owl-carousel.owl-drag .owl-item p {
  color: #000;
  letter-spacing: .04em;
  max-height: 280px;
  padding: 1rem 0.5rem !important;
  border-top: 1px solid #ddd;
  margin-top: 1rem !important;
  font-size: 16px;
  --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 60%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    text-align: justify;
}

.owl-carousel.owl-drag .owl-item .content a span.learn {
  color: #0b1924;
  text-transform: uppercase;
  width:100%;
  text-align: center;
  transition:all .2s ease-in-out;
  position: absolute;
  bottom: 1.75rem;
  font-size:14px;
  font-weight: 600;
}

.owl-carousel.owl-drag .owl-item a:hover span.learn {
  text-decoration: underline;
}

#launch-carousel .owl-dots .owl-dot.active {
  background-color:#ffd96c !important;
}

#launch-carousel .owl-item {
  height:0px;
}

#launch-carousel .item {
  padding:1.5rem;
}

#launch-carousel .active {
  height:100%;
}

.aboutContent {
  width:1400px;
  max-width:96vw;
  margin:0 auto;
  margin-bottom:3.5rem;
  text-align: center;
}

.aboutContent h1 {
  font-size:2rem;
  font-family:Roboto-Thin;
  font-weight:600;
  letter-spacing: .1em;
  color:#000;
}

.aboutContent p {
  margin:2rem 1rem !important;
  font-family:Roboto-Thin;
  font-weight:600;
  letter-spacing: .1em;
  color:#000;
}

.aboutContent .col-md-6 p {
  margin:2rem 0 !important;
}

.aboutContent div.col-md-6 div {
  padding:2rem;
  background:linear-gradient(100deg, rgb(222, 222, 222) 0%, rgba(255,255,255,1) 100%);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
  -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  min-height:420px;
}

.aboutContent div.col-md-6:last-child div {
  background:none;
  background-color:#131F28;
  /*background:linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);*/
  color:#ddd;
  height:100%;
}

.aboutContent div.col-md-6 div h1 {
  padding-bottom:1rem;
  border-bottom: 1px solid #999;
  margin-bottom: 1rem;
}

.aboutContent div.col-md-6:last-child div h1 {
  color:#fff;
}

.aboutContent div.col-md-6 img {
  max-width:200px;
  position:absolute;
  right:25px;
  bottom:25px;
  /*animation: MoveUpDownSmall 4s linear infinite;*/
}

.aboutContent div.col-md-6:last-child img {
  filter:invert(.9);
  right: 5px;
  bottom:20px;
}

.aboutContent iframe {
  padding:0 !important;
  margin-top:1rem;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.aboutContent .row {
  margin:1rem;
}

.aboutContent .col-md-4 {
  margin-top:2rem;
  padding:1rem;
  display:flex;
  align-items: center;
  border:1px solid #999;
}

.aboutContent .col-md-4 i {
  font-size:30px;
  vertical-align: middle;
}

.aboutContent div.col-md-6 {
  padding:1rem 0;
}

.aboutContent div.col-md-4 a {
  text-decoration: none;
  color:#000;
  font-size:15px;
}

.aboutContent div.col-md-4 a:hover {
  color:#ffd96c;
}

.aboutContent div.col-md-4 span {
  color:#333;
  font-size:14px;
}

.aboutContent div.col-md-4 table {
  margin:0;
  display:flex;
  align-items: center;
}
.aboutContent div.col-md-4 table td {
  padding:0 1rem;
}

.copyright {
  padding: 1rem 0 !important;
  padding-bottom:1.5rem !important;
  text-align: center;
  color: #ddd;
  border-top: 1px solid #aaa;
}

.copyright p {
  margin:0;
}
.copyright p:last-child {
  font-size:12px;
  color:#999;
}
/*xxx*/

#launch ul  {
  list-style: none;
  position:relative;
}

#launch .row {
  /*width:1400px;*/
  max-width:100vw;
  margin:0 auto;
  position: relative;
}

#launch .row .col-md-6:first-child {
  margin:2rem 0;
}

#launch .row .col-md-6:last-child {
  color:#ddd;
  padding:2rem 3rem;
  z-index:1;
}

#launch .animate-charcter {
  background:linear-gradient(-45deg, #093b60, #131F28, #222);
}

#launch .row .col-md-6:last-child div {
  position: absolute;
  top: 0;
  left: calc(100vw + 10px);
  transition: all.2s ease-in-out;
  padding: 3rem 2rem;
  width:700px;
  max-width:calc(100vw - 10px);
  background:#072439;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.35);
}

#launch .row .col-md-6:last-child div ul li i {
  color:#ffd96c;
  margin-right:1rem;  
}

#launch .row .col-md-6:last-child div.active {
  position: absolute;
  left: 10px;
}

#launch .close-link {
  width:16px;
  right: 1rem;
  top: 0.5rem;
  cursor: pointer;
  filter: invert(1);
}

#launch .row .col-md-6:first-child ul li {
  margin:2rem 1rem;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

#launch ul li div {
  display: inline-flex;
  width: 60px;
  justify-content: center;
  vertical-align: sub;
  align-items: center;
  height: 60px;
  padding: 1.25rem 0.75rem;
  background: #efefef;
  border-radius: 50%;
  transition: all.2s ease-in-out;
  text-align: center;
  box-shadow: 0 0 10px 1px rgb(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35)
}

#launch ul li h2 {
  display: inline-block;
  color: #fff;
  font-family: Roboto-Thin;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  margin-left: 1rem;
  line-height: 1.5;
  transition: all.2s ease-in-out;
}

#launch ul li h2 a {
  color: #ffd96c;
  text-decoration: none;
  font-size:13px;
  letter-spacing: .075em;;
}

#launch ul li h2 a i {
  color:#777;
  margin-left: .75rem;
  vertical-align: middle;
}

#launch ul li:hover div, #launch ul li.active div {
  background:linear-gradient(45deg,#292929, #ffc315);
}

#launch ul li:hover div img, #launch ul li.active div img {
  filter:invert(.9);
}

#launch ul li:hover h2, #launch ul li.active h2  {
  color:#ffd96c;
}

#launch ul li:hover h2 a,#launch ul li.active h2 a {
  text-decoration: underline;
  color:#fff;
}
#l4 div {
  padding:1.4rem .9rem !important;
}
#l5 div {
  padding:1.5rem 1rem !important;
}
#about{
  position:relative;
  z-index:-1;
}

#calculator {
  padding:0;
  position: relative;
  margin-top:-.25rem;
  margin-bottom:1rem;
}

#calculator .title {
  z-index:1;
}

#calculator:before {
content: ' ';
display: block;
position: absolute;
top:0;
left:0;
height:100%;
width:100%;
overflow: hidden;
background-image:url(../img/calculator.jpg);
background-position: top center;
background-size:cover;
--mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 0) 90%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
-webkit-mask: var(--mask);
mask: var(--mask);
}

#calculator .row {
z-index: 1;
position: relative;
height:550px;
color: #000;
width:1400px;
margin:0 auto;
max-width:100%;
overflow: hidden;
}

#calculator .row h1 {
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  letter-spacing: .15em;
  line-height: 1.5;
  font-size: 20px;
}

#calculator .overlay {
  opacity:.1;
  --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 40%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

#calculator .row .container {
  animation-delay:2s;
  width: 90vw;
  padding: 3rem 2rem;
  padding-top:2rem;
  height:500px;
  max-width: 90vw;
  position: absolute;
  top:0;
  right:5%;
  text-align: center;
}

#calculator .row .container p{
  margin: 2rem 1rem !important;
  font-family: Roboto-Thin;
  font-weight: 600;
  letter-spacing: .1em;
  color: #000;
}

#calculator .row .container:before {
  content: ' ';
  display: block;
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color: #fff;
  --mask: linear-gradient(to bottom, rgba(0,0,0, 0) 0, rgba(0,0,0, 1) 30%, rgba(0,0,0, 1) 50%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  z-index: -1;
}

#calculator .row .container .btn {
  font-size:17px;
  margin: 0.75rem 0;
  position:relative;
  width:250px;
  border-radius: 60px;
  letter-spacing: .05em;
  box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 0 25px 1px rgba(255, 255, 255, 0.95);
}

#calculator .row .container .btn .bounce {
  animation-delay:5s;
}

#calculator .row .container .animate-charcter {
  color:#fff !important;
  padding-left:3rem !important;
}

#calculator .row .container .animate-charcter:hover {
  opacity: 1;
  transform:translateY(-2px) !important;
  color:#ffd96c !important;
}

#calculator .row .container .animate-charcter:hover i {
  background-color:#ffd96c;
}

#calculator .row .container .btn-extra {
  padding: calc(1.25rem - 1px) !important;
  width:248px !important;
  height:53px;
}


#calculator .row .container .btn-extra:hover {
  transform:translateY(-2px) !important;
}


#calculator .title h1 {
  background-clip: text;
  width: 230px;
  -webkit-background-clip: text;
  font-size: 2.75rem;
  text-align: center;
}

@media only screen and (min-width: 390px) { 
  #launch ul li div {
    width: 65px;
    height: 65px;
  }
  #launch ul li h2 {
    font-size: 15px;
  }
  #news .content .detail p span:first-child {
    padding-right:1rem;
  }
  #news .content .detail p span:last-child {
    padding-left:1rem;
  }
}

@media only screen and (min-width: 768px) { 
  .headerRow .topmenu {
    top: .75rem;
  }
  .preloadercontent img {
    width:180px;
  }
  .owl-carousel.owl-drag .owl-item ul, .owl-carousel.owl-drag .owl-item ul li i {
    font-size:14px;
  }
  #launch .row .col-md-6:first-child ul li {
    text-align: right;
    padding-right: 120px;
  }
  #launch ul li h2 {
    display: inline-block;
    padding-top:6px;
    font-size: 18px;
    line-height: 1.7;
  }
  #launch ul li h2 a {
    font-size:14px;
  }
  #launch ul li div {
    position:absolute;
    right:2rem;
    width: 70px;
    height: 70px;
  }
  
  #launch {
    padding: 4rem 0 !important;
  }
  #launch .row .col-md-6:first-child {
    border-right:1px solid #71674a;
  }
  
  #about {
    padding: 6rem 0 !important;
  }
  #launch:after {
    opacity:.2 !important;
    background-size:50% !important;
  }
  .badge {
    bottom: 230px !important;
  }
  .aboutContent .col-md-4 {
    border-right:none !important;
  }
  .aboutContent .col-md-4:last-child {
    border-right:1px solid #999 !important;
  }
  .aboutContent div.col-md-6 {
    padding:1rem !important;
  }
  div.preloadercontent .row .preloaderTitle {
    font-size:34px !important;
  }
  #launch-carousel .btn-secondary {
    width:auto !important;
  }

  .owl-nav {
    width: 100% !important;
  }
    .owl-carousel .owl-nav .owl-next i,
    .owl-carousel .owl-nav .owl-prev i {
    border-radius: 10%;
  }
    
  .owl-carousel.owl-drag .owl-item p {
    max-height: 220px;
  }

  #calculator .row .container {
    width: 25vw;
    min-width:450px;
    padding: 3rem 2rem;
    padding-top:3rem;
    right:3%;
  }

  #calculator .overlay {
    opacity:.2;
  }

  #calculator .row .container p {
    text-align: left;
  }
}

#home {
  animation-delay:4.25s;
}

#metroCarousel .carousel-indicators {
  bottom:3rem;
  margin:0 auto;
}
#metroCarousel .carousel-indicators button,#testiCarousel .carousel-indicators button  {
  width: 14px;
  height: 14px;
  border-radius:50%;
}
.title h1 {
  font-size: 2.75rem;
  width: 360px;
  margin: 0 auto;
  text-align: center;
  padding:.5rem 0;
  margin-bottom:2rem;
  font-family:Roboto-Thin;
  font-weight:600;
  letter-spacing: .1em;
  /*color:#000;*/
  text-transform: uppercase;
  background-image: linear-gradient(90deg,#093b60, #c89500);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.title h1:before {
  content: ' ';
  display: block;
  position: absolute;
  left: calc(50% - 50px);
  top: 4.5rem;
  width: 100px;
  height: 1px;
  background: linear-gradient(280deg, rgb(239 239 239 ) 0%, #797575 100%);
  background-repeat: no-repeat;
}
#launch h1, .sidebar h1 {
  background-image: linear-gradient(270deg,#fff, #ffc315);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 24px;
  text-align: center;
  width:100%;
}

#launch h1:first-child:before, .sidebar h1:before {
  background: linear-gradient(90deg, rgb(239 239 239 ) 0%, #131F28 100%);
}

.sidebar form {
  padding:1rem 2rem;
}

.sidebar form input, .sidebar form select, .sidebar form textarea, .sidebar form input:focus, .sidebar form select:focus, .sidebar form textarea:focus {
  background-color:#0b1924;
  border-radius:0;
  border-color:#555 !important;
  color:#fff !important;
}

.sidebar .btn {
  width:100%;
  margin-bottom:3rem;
  border:none;
  box-shadow: 0 0 10px 1px rgb(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
}

.sidebar .btn:hover {
  background-color:#ffc315 !important;
  color:#131F28 !important;
}

#contactUsSideBar ul {
  display: flex;
  list-style: none;
}

#contactUsSideBar ul li {
  margin: 0 auto;
  text-align: center;
}

#contactUsSideBar ul li a {
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 1rem 0;
  box-shadow: 0 0 10px 1px rgb(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
}

#contactUsSideBar ul li a i {
  font-size: 24px;
  transition: all .1s ease-in-out;
}

#contactUsSideBar ul li a i.fa-whatsapp {
  font-size:28px;
}

#contactUsSideBar ul li a:hover {
  border-color:#ffc315;
  background-color:#ffc315;
}

#contactUsSideBar ul li a:hover i, .sidebar .btn-primary:hover i {
  color:#131F28 !important;
}

.sidebar form input::-webkit-input-placeholder, .sidebar form textarea::-webkit-input-placeholder {
  color: #999;
}

.sidebar form input:-moz-placeholder, .sidebar form textarea:-moz-placeholder {
  color: #999;
  /* Firefox 18- */
}

.sidebar form input::-moz-placeholder, .sidebar form textarea::-moz-placeholder {
  color: #999;
  /* Firefox 19+ */
}

.sidebar form input:-ms-input-placeholder, .sidebar form textarea:-ms-input-placeholder {
  color: #999;
}

.sidebar form textarea::-webkit-input-placeholder, .sidebar form textarea:-moz-placeholder, .sidebar form textarea::-moz-placeholder, .sidebar form textarea:-ms-input-placeholder {
  line-height:2;
}
.left {
  text-align:left;
}

#metroCarousel{
  animation-duration: 1s;
}
#header {
  background:transparent;
  border:none;
  animation-delay: 4.75s;
}

input:-webkit-autofill{
  -webkit-text-fill-color: #fff !important;
}

#header-nav-wrap .header-main-nav li a, #header-nav-wrap .header-main-nav li a:visited {
  color:#fff;
}
.carousel-indicators{
  animation-delay: 1.5s;
  bottom:-2rem;
}
#metroCarousel .carousel-caption span {
  animation-duration: 0.7s;
  animation-delay: 1.5s;
  display:block;
}
#metroCarousel .carousel-caption h1 {
  font-size: calc(5.5vw);
  letter-spacing:0.1em !important;
  color: #093b60;
  text-shadow: 0 0 black;
  padding:0 1rem;
  font-weight:600;
  height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: Roboto-Thin;
}
#metroCarousel .carousel-item p { 
  font-family:'Giove',sans-serif; 
  text-transform: uppercase;
  font-size: calc(2vw) !important;
  color: #fff !important;
}
#metroCarousel .carousel-item p i { 
  margin-right:1rem;
  color:#ffd96c;
  vertical-align: middle;
}
#metroCarousel .carousel-caption ol {
  list-style:georgian;
  font-size: 14px;
  margin:0;
}
#metroCarousel .carousel-caption span {
  font-size: 14px;
}
#metroCarousel .carousel-caption ul li i {
  color:#ffd96c;
  margin: 1rem;
}

#panel {
  top:-100%;
  position: fixed;
  transition: all .3s ease-in-out !important;
  width: 100%;
  z-index: 1102;
  padding:2rem 1rem;
  background-color:rgba(19, 31, 40, .98);
  color:#fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#panel .row {
  width:1400px;
  max-width: 100vw;
  margin:0 auto;
}

#panel .row .col-md-6 {
  width: 50%;
}

#panel .row .col-md-6 ul {
  list-style:none;
}

#panel .row .col-md-6:first-child {
  border-right:1px solid #333;
  padding-left:0;
}

#panel .row .col-md-6:first-child ul {
  text-align: right;
}

#panel .row .col-md-6 ul li {
  margin:1.5rem 0;
}

#panel .row .col-md-6:first-child ul li {
  padding-right:1rem;
}

#panel .row .col-md-6:last-child ul li {
  padding-left:1rem;
}

#panel .row .col-md-6:last-child div{
  display:none;
}

#panel .row .col-md-6 ul li a {
  text-decoration: none;
  font-size:15px;
  color:#fff;
  font-family: Roboto-Thin;
  letter-spacing: .1em;
}

#panel .row .col-md-6 ul li a div.flag {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  vertical-align: middle;
  border:none;
  justify-content: center;
  margin-left: 1rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#panel .row .col-md-6 ul li a div.flag img {
  height: 26px;
  width: auto;
}

#panel .row .col-md-6 ul li a div.au {
  align-items: flex-start;
  justify-content: flex-start;
}

#panel .row .col-md-6 ul li a:hover {
  color:#ffc315;
}

#panel .row .col-md-6 ul li a:hover i {
  color:#ffc315;
}

#panel .row .col-md-6 ul li a.active {
  background-image: linear-gradient(180deg,#fff, #ffc315);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight:600;
}

#panel .row .col-md-6 ul li a i {
  font-size:16px;
  color:#ddd;
  vertical-align: baseline;
  margin-right:1rem;
  transition: all .2s ease-in-out;
}

@media only screen and (min-width: 768px) {
  #metroCarousel .carousel-caption h1 {
      font-size: 30px;
  }
  #metroCarousel .carousel-item p{ 
      font-size: 16px !important;
  }

  #metroCarousel .carousel-caption ul, #metroCarousel .carousel-caption span {
      font-size: 16px;
  }
  .title {
      font-size: 2.5rem !important;
      font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      font-weight: 400;
  }
  #launch .row .col-md-6:last-child {
    padding-right:0;
    color:#fff;
  }
  #launch .row .col-md-6:last-child div {
    /*background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding:3rem;
    width:50%;*/
    top:6%;
    height: 88%;
    overflow: auto;
    width:48%;
    transition: all .4s ease-in-out;
    opacity:.8;
    background: #081723;
  }

  #launch .row .col-md-6:last-child div.active {
    left: 52%;
  }
  #calculator {
    z-index:2;
  }
  #launch .close-link {
    display: none;
  }
  #launch-carousel .owl-dots {
      margin-top: 0 !important;
  }
  #launch-carousel .owl-nav {
      opacity: 0 !important;
  }
  #launch-carousel:hover .owl-nav {
      opacity: 0.5 !important;
      transition: opacity 200ms ease-out;
  }
  #launch-carousel .owl-nav:hover {
      opacity: 1 !important;
      transition: opacity 200ms ease-out;
  }
  .carousel-control-prev, .carousel-control-next {
      display:flex !important;
  }  
  .item span.pricing {
      top:5% !important;
      right:5% !important;
  } 
  .owl-item {
      padding:1.5rem 2rem !important;
  }
  #news .col-md-8 a {
      width:auto !important;
      margin:1rem !important;
      margin-top:1.5rem !important;
  }

  #panel .row .col-md-6 ul li {
    margin:1.5rem 1.5rem;
  }

  #panel .row .col-md-6:first-child ul li {
    padding-right:1.5rem;
  }

  #panel .row .col-md-6:last-child ul li {
    padding-left:1.5rem;
  }
  
  #panel .row .col-md-6 ul li a {
    font-size:20px;
  }

  #panel .row .col-md-6 ul li a div.flag {
    height: 30px;
    width: 30px;
    margin-left: 2rem;
  }

  #panel .row .col-md-6 ul li a div.flag img {
    height: 30px;
    width: auto;
  }
  
  #panel .row .col-md-6 ul li a i {
    font-size:20px;
  }

  #panel .row .col-md-6 ul li a i {
    margin-right:2rem;
  }

  .work-wrap .text-left, .work-wrap .img {
    padding:2rem 3rem !important;
    padding-right:0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  #latest-carousel, #condo-carousel, #news .row, #launch-carousel {
      width:80vw;
      margin:1rem auto;
  }
}
.carousel-item a {
  height: 100%;
  width:auto;
}

.carousel-item img {
  max-height: 100%;
}
.title {
  width:100%;
  display: block;
  position: relative;
  animation-duration: 0.7s;
  animation-delay: 2s;
}

#latest, #launch {
  position: relative;
  margin:0;
  padding:4.5rem 0;
  padding-bottom:3rem;
  overflow-y: visible;
  overflow-x: clip;
  background-color:#efefef;
}
#launch {
  padding-bottom:5rem 0 !important;
  z-index:2;
}

#launch:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(19,31,40);
  background: linear-gradient(144deg, rgb(11 28 41) 50%, rgb(23 73 96) 100%);
 box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#launch:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background-color:transparent;
  background-image:url(../img/bg6.png);
  opacity:.4;
  background-size:contain;
  background-position: bottom;
  background-repeat: repeat-x;
  /*box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);*/
}

#launch .title {
  z-index:1;
}
#condo:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('img/bg2.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-position-y:bottom; 
  background-size: cover;
}
#latest div.row, #condo div.row, #news div.row, #launch div.row, #rate div.row    {
  position: relative;
}
.opacity {
  opacity: 1 !important;
  transition: opacity 200ms ease-out;
}
.columns .item img {
  box-shadow: 0 0 5x 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease;
  border-radius:10%;
  /*padding: 5px; */
  background: rgb(255,255,255);
}

@media (min-width: 1025px) {
  .owl-nav {
      opacity: 0;
  }
  .owl-nav:hover {
      opacity: 1;
      transition: opacity 200ms ease-out;
  }
}

.item {
  position:relative;
  margin: 0;
  padding:0;
  border-radius:10%;
  cursor: pointer;
}


#latest .item:hover {
 transform: translateY(-2px);
}

#latest .item:hover img {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.item .content {
  padding:1rem 0;
}

.item a {
  text-decoration: none;
}

.item h1, .item h4 {
  font-size: 2rem;
  color: #000;
  font-family: Roboto-Thin;
  letter-spacing: .1em;
  font-weight: 600;
  margin:0;
  padding:0 .25rem;
  text-align: center;
  line-height:1.5;
}
.item span.pricing {
  position:absolute;
  top:2%;
  right:2%;
  background: rgba(0,0,0,0.5);
  color:#fff;
}
.item p {
  color: #fff;
}
.owl-nav {
  position: absolute;
  width: 101%;
  bottom: 75%; /* 53*/
}
.owl-item {
  padding:1.5rem;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: -2px;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  font-size: 10rem;
  bottom: 0;
  opacity: 0.5;
  transition: opacity 200ms ease-out;
  line-height: 0;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-next i,
.owl-carousel .owl-nav .owl-prev i {
  font-size: 1.8rem;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgb(0 9 41) 0%, #1a2034 100%);
  color: #fff;
}

#launch-carousel .owl-nav .owl-next i,
#launch-carousel .owl-nav .owl-prev i {
  font-size: 1.8rem;
  padding: 1.5rem;
  background: linear-gradient(120deg, #664d03 0%, #ffc315 100%);
  color: #fff;
}
.owl-carousel .owl-nav .owl-next i {
  padding-left: 2rem;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.owl-carousel .owl-nav .owl-prev i {
  padding-right: 2rem;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
#officeAll, #condoAll {
  background:#333;
  height:60px;
  text-align:right;
}
#officeAll button, #condoAll button {
  height:100%;
  margin:0;
  width:100%;
  font-size:16px;
}
#officeAll button:hover, #condoAll button:hover {
  color:#ffd96c;
}

#launch .col-md-4 {
  padding: 2.5rem;
  min-width: 350px;
  margin: 0 auto;
}
#launch img, #news img {
  max-width: 100%;
  max-height: 100%;
}

#launch .item p {
  padding:0 !important;
}
#launch-carousel .owl-item {
  padding:0;
}

#launch-carousel {
  padding-bottom:4rem;
  margin:1rem auto;
}

#launch-carousel .work-wrap .img {
  background-size:cover;
  cursor:pointer;
  border-radius: 20px;
  --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 40%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.display-3{
  font-size: 7rem;
  color: #fff;
  vertical-align: middle;
  margin-top:4rem;
}

#rate h5 {
  color: #fff;
}

#rate a {
  color:#fff !important;
}

#rate a:hover {
  color:#222 !important;
}
.work-wrap .text-left {
  background-color:transparent;
}
.work-wrap .text-left, .work-wrap .img {
  width: 50%;
  padding:0;
  padding-top:2rem;
}
.item .content p {
  padding:.25rem 1rem !important;
}
  @media (max-width: 767.98px) {
      .work-wrap .text-left, .work-wrap .img {
      width: 100%; } }

  .work-wrap .img {
      min-height: 300px; 
  }

  .work-wrap .text-left h2 {
      font-size: 26px;
      font-family:Roboto-Thin;
      font-weight:600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #ffd96c;
  }

  .order-md-last {
      box-shadow: -10px 0 10px 1px rgb(0 0 0 / 35%);
      -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%);
      -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  }

  #launch-carousel .h5 span {
      font-weight: 700;
      margin-left:.25rem;
  }

  #launch-carousel .btn-secondary {
      margin-top:1rem;
  }

  #launch-carousel .owl-nav, #launch-carousel:hover .owl-nav {
      opacity: 0;
  }

  #launch-carousel .owl-dots {
      text-align: center;
      margin-top: 1rem;
  }
  #launch-carousel .owl-dots .owl-dot {
      width: 15px;
      height: 15px;
      margin: 5px;
      border-radius: 50%;
      background: #fff;
      position: relative;
      border: none 
  
  }
  #launch-carousel .owl-dots .owl-dot:hover, #launch-carousel .owl-dots .owl-dot:focus {
      background: #222;
      outline: none !important; 
  }
  #launch-carousel .owl-dots .owl-dot.active {
      background: #222;
      border: none 
  }
  #launch-carousel .item p {
      margin: 1.5rem 0 !important;
  }
  #launch-carousel .item span {
      position:relative;
      background:none;
      color:#333;
      top:0 !important;
      right:0 !important;
  }

  .carousel-control-prev, .carousel-control-next {
      z-index:3;
      display:none;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
      width:4rem;
      height:4rem;
      bottom:3rem;
      position:absolute;
      filter: invert(1);
  }
  .close-link {
      right:.75rem;
      top:-0.75rem;
  }
  button.close-link {
    background-color:transparent;
    padding:0;
    border:none;
  }
  .close-link i {
      font-size:2rem;
      transition: all 0.3s;
  }
  .close-link:hover i {
      color:#222 !important;
  }

  #accordionSidebar {
      margin-top:4rem;
  }

.item .content span.info {
  margin:0 !important;
  padding:0 1rem;
}

.item .content ul {
  margin:0 !important;
  padding:0.25rem 0;
  padding-top:.5rem;
  display:flex;
  color:#555;
  font-size:13px;
}

.item .content ul li {
  display:flex;
  height:16px;
  align-items: center;
  font-size:13px;
}

.item .content ul li i {
  font-size:12px;
  padding-bottom:0.15rem;
  vertical-align: middle;
  margin-right:1.5rem;
  color:#093b60;
}
.item .content ul li:first-child{
  color:#dba400;
  text-shadow:0px 0px #cf9b00;
}
.item .content ul li:nth-child(2) {
  list-style: none;
  padding-left:1rem;
  padding-right:1rem;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}
.item .content p {
  margin:0 !important;
  padding-bottom:0;
}
.item .content p i {
  margin-right:1rem;
  font-size:2rem;
  padding-bottom:5px;
  color: #131F28;;
  vertical-align: middle;
}
.item .share {
  margin:0;
  padding:2rem;
  font-size:12px;
  text-transform: uppercase;
}
.item .share span {
  font-size:12px;
}

.item .overlay {
  border-radius: 10%;
  opacity:0;
  transition: all .1s ease-in-out;
  z-index:0;
}

.item .overlay div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
}

.item .overlay div ul {
  color:#fff !important;
  letter-spacing: .05em;
  padding-bottom:4rem;
}

.item .overlay div ul li {
  padding:.25rem;
  margin-bottom:.25rem;
}

.item .overlay div ul li i.fa-whatsapp {
  vertical-align: baseline;
}

.item .overlay div ul li a, .item .overlay div a {
  position:relative;
  right:0;
  bottom:0;
}

.item .overlay div ul li a i {
  margin-right:1rem !important;
}

.item .overlay div ul li a:hover {
  color:#ffc315;
}

.item .overlay div ul li:first-child {
  border-bottom:1px solid #ddd;
  padding:.4rem;
  font-size:18px !important;
  color:#ffc315;
  text-align: center;
  margin-bottom:1rem;
  font-weight: 600;
}

.item .overlay div.share{
  position: relative;
  bottom:0;
  left:0;
  right:0;
}

.item .overlay div.share a {
  width:40px;
  height:40px;
  margin:1rem;
  border:1px solid #fff;
  border-radius:50%;
  padding:2rem;
  display:flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}

.item .overlay div.share a i {
  font-size:22px;
  color:#fff;
  transition: .2s all ease-in;
}

.item .overlay div.share a:hover {
  background-color: #ffc315;
  border-color:#ffc315;
  opacity: 1;
}

.item .overlay div.share a:hover i {
  color:#000;
}

.item .thumbnail .country, .navigate .country {
  position: absolute;
  padding:0;
  bottom:2rem;
  right:1.75rem;
  border-radius:50%;
  width:40px;
  height:40px;
  overflow: hidden;
  border:3px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:1;
}

.navigate .country {
  position: relative;
  right:0;
  bottom:0;
  border:none;
  border: 2px solid #fff;
  margin:0 .5rem;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  transition: all .1s ease-in-out;
  background-color: #093b60;
}

.navigate .country:hover, .navigate .active {
  border: 2px solid #093b60;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}


.item .thumbnail .left, .navigate .left {
  justify-content: flex-start;
  align-items: flex-start;
}


.item .thumbnail .country img, .navigate .country img {
  padding:0;
  height:40px;
  width:auto;
}

.item .share ul li a i {
  margin: 0.5rem;
  font-size: 2rem;
  vertical-align: middle;
  padding-bottom: 0.5rem;
  color: #131F28;
  transition: all 0.2s ease-in-out;
}

.tagDiv {
  margin:0;
  padding:1rem .5rem;
  padding-bottom:0;
}
.tagDiv .time {
  color:#aaa;
  letter-spacing: 0.01rem;
  float:right;
  margin-top:.5rem;
}

.tagDiv .time i {
  margin-right: .25rem;
}
.tooltip {
      position: relative;
      display: inline-block;
      opacity:1;
  }
  .tooltip .tooltiptext {
      visibility: hidden;
      width: 300px;
      background-color: #131F28;
      border:1px solid #131F28;
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      text-align: center;
      border-radius: 2px;
      padding: 10px 5px;
      color:#fff;
      position: absolute;
      z-index: 2;
      bottom: 0%;
      left: 0%;
  }

  
  .tooltip .tooltiptext-right {
      left: -45px;
  }

  .tooltip:hover .tooltiptext {
      visibility: visible;
      bottom: 100%;
  }

  .tooltip ul {
      display:inline-flex;
      list-style: none;
      transition: none;
      margin-bottom:0;
  }

  .tooltip ul li, .tooltip ul li button {
      transition: none;
  }

  .tooltip .tooltiptext span.to {
      font-size:13px !important;;
      padding:1rem;
      border-bottom:1px solid #ddd;
      width:100%;
      display:flex;
      justify-content: center;
  }

  
  .tooltip .tooltiptext span.agent {
      font-size:13px !important;
      padding:1rem;
      margin-top:1rem;
      width:100%;
      display:flex;
      justify-content: center;
  }
  .tooltip .tooltiptext .copy span{
      font-size:13px !important;
  }

  .tooltip .tooltiptext ul {
      margin-top:1rem;
  }

  .tooltip .tooltiptext span button, .right button  {
      background:transparent;
      border:none;
      padding:0 1rem;
      color:#fff;
  }
  .right {
      float:right;
  }
  .right span  {
      color:#222 !important;
  }
  .right button  {
      color:#222;
      text-decoration: underline;
      font-size:1.25rem;
      padding-right:0;
  }
  .tooltip .tooltiptext span button i {
      font-size:2rem;
      margin:0 .75rem;
      vertical-align: middle;
  }
  
  .tooltip .tooltiptext span button:hover,.tooltip .tooltiptext span button:hover i, .right button:hover {
      color:#ffd96c;
      transition: all 0.3s;
  }

  a.share-button-all, a.share-button-all:visited {
      background-color: transparent;
      border:1px solid #131F28;
      padding:1.25rem;
      font-size: 13px;
      color: #131F28;  
      border-radius:2px;
      transition:0.3s all;
      margin:1rem 0;
      margin-bottom:0;
      width:100%;
      text-align:center;
      display:block;
  }
  a.share-button-all:hover {
      background-color: #131F28;
      border:1px solid #131F28;
      color: #fff;  
  }
  .share-button {
      background-color: rgba(255,255,255, .9);
      color:#fff;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      overflow:hidden;
      width: 36px;
      height:36px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      border-radius:50%;
      margin:.25rem;
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  }
  .share-button i {
      color: #131F28;
  }
  .share-button-hover {
      max-width: 600px;
      background-color: #131F28;
      border:1px solid #131F28;
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  }
  .share-button-hover .contents  {
      color:#fff !important;
      padding-right:2rem;
  }
  .share-button-hover span  {
      display:block;
  }
  .share-button-hover span.to  {
      padding:.5rem 0;
      margin-bottom:.25rem;
      border-bottom:1px solid #aaa;
      text-align:center;
  }
  .share-button-hover .icon {
      visibility:hidden;
      width:0px;
      margin-right:0;
  }

  .share-button-hover i {
      color: #fff;
  }

  .share-button .contents ul li:hover button i {
      color:#ffd96c;
      transition: all 0.3s;
  }
  .share-button .contents ul li button i {
      padding:0 .75rem;
  }

  .share-button .icon {
      font-family: "Font Awesome 5 Free";
      font-size: 16px;
      padding: 0 9px;
      padding-top:1px;
      display: flex;
      align-items: center;
  }

  .share-button .contents {
      color:#867B69 !important;
      white-space: nowrap;
      margin-right:0 !important;
  }

  .share-button .contents ul.contact-list li.last i {
      padding-right:2rem;
      border-right:1px solid #ddd;
  }
  .share-button .contents ul.contact-list li button.copy {
      padding:0 1rem;
      color:#fff;
      font-size:1.25rem;
      letter-spacing: 0.1rem;
  }
  .item div.share{
    margin: 0;
    padding:0;
    position: absolute;
    bottom: 15px;
    left: 1.75rem;
    z-index:1;
  }

  .item div.share ul, .item div.share ul li {
      display:inline-block;
      margin-bottom:0;
  }

  .item div.share span {
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
  }
  .item div.share span button {
      background:transparent;
      border:none;
      padding:0;
      margin:0;
      height:34px;
      display:inline-flex;
      align-items: center;
  }

  .item div.share ul li a:hover i {
      color: #ffd96c;
      transform:scale(1.25);
  }
  .close-link {
      right:-4rem;
      top:-1.5rem;
  }
  .close-link i {
      font-size:2rem;
      transition: all 0.3s;
  }
  .close-link:hover i {
      color:#222;
  }

  #navigation, #navigation2 {
      background:#efefef;
      position:relative;
      top:0;
  }
  .navigate .col-md-4 a{
      padding:1rem;
  }
  body {
      background-color: #efefef;
  }
  #float-tools {
      animation-delay: 6s;
  }

  .all,  .all:visited {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #111;
    line-height: 2;
    position: relative;
  }

  .all:hover {
    color: #131F28;
  }

  
#news {
  overflow: hidden;
  margin:0 auto;
  width:1600px;
  max-width:100vw;
  margin-top:3rem;
  max-width:100%;
  padding:1rem;
  margin-bottom:3rem;
}
  
#news .row div.content-button button {
  margin-top:1rem;
  margin-bottom:0;
}

#news .col-md-4 {
  padding:1.5rem;
  min-width:360px;
  max-width:100%;
  margin:0 auto;
}

#news .content {
  overflow:hidden;
  padding-bottom:.25rem;
  background-color:#fff;
  background:linear-gradient(0deg, #efefef 0%, rgba(255,255,255,1) 100%);
}

#news .content a:first-child {
  position:relative;
  display:flex;
  max-height:500px;
}

#news .content .detail {
  padding:1rem;
  padding-bottom:0;
  overflow:hidden;
}

#news .content .detail a {
  height:auto;
  text-decoration: none;
  padding-right:.25rem !important;
  margin-bottom:0 !important;
}

#news .content .detail h1 {
  margin:0 !important;
  font-size:18px !important;
}

#news .content .detail p {
  font-size:14px;
  display:inline-flex;
  color:#555;
  letter-spacing:0.01em;
  align-items: center;
  margin:0;
  height:14px;
  width:100%;
}
#news .content .detail p span {
  color:#000;
  height:14px;
  display: flex;
  align-items: center;
  letter-spacing: normal;
}

#news .content .detail p span:first-child {
  padding-right:.75rem;
  border-right:1px solid #999;
  font-weight: 600;
  color:#072439;
  font-size:13px;
}

#news .content .detail p span:last-child {
  padding-left:.75rem;
  font-size:13px;
}

#news .content a.btn {
  padding:.5rem;
  color:#333;
  font-size:16px;
  display:flex;
  justify-content: flex-end;
  height: auto;
  align-items: center;
}

#news .content a.btn i {
  font-size:12px;
  margin-right:.5rem;
  padding-top: 0.1rem;
}

#news .content a.btn:hover {
  background-color:transparent !important;
  border-color:transparent !important;
  color:#131F28 !important;
  font-weight: 600;
}

#news .content a.btn:hover i {
  background-color:transparent !important;
}

#news .content img {
  margin:0 auto;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

#news .content:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

#news .row div.content a {
  margin:0 !important;
  text-align:right;
  padding:.75rem;
}

#news .btn-secondary {
  background:none !important;
  border:none;
  padding:1.5rem !important;
  color: #131F28 !important;
}

#news .btn-secondary i {
  color: #131F28 !important;
}

#news .btn-secondary:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}


/* quote */
.quote {
  display: inline-block;
  margin: 2rem 1rem;
  overflow: hidden;
  text-align: left;
  padding: .5rem;
  padding-bottom:2rem;
  width:1200px;
  letter-spacing:.05em;
  max-width:90vw;
}
.quote blockquote {
  background-color: #fff;
  border: solid 2px #333;
  display: inline-block;
  margin: 0;
  padding: 2rem;
  position: relative;
  border-radius:10px;
  width:100%;
}
.quote blockquote:before {
  background-color: #fff;
  bottom: -11%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -11%;
  transform: rotate(-15deg) skew(5deg);
}
.quote blockquote cite {
  display: block;
  text-align: right;
  margin-bottom: 1.5rem;
  color: #0B4B87;
  font-size: 2rem;
}

.quote blockquote cite span {
  display: block;
  text-align: right;
  color: #555;
  font-size: 16px;
}

.quote blockquote cite:before {
  content: "- ";
}
.quote blockquote > * {
  position: relative;
  z-index: 1;
}
.quote p {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  font-family: Roboto-Thin;
  color:#000;
  font-weight: 600;
  white-space: pre-wrap;
}

#testimonial {
  padding:5rem 1rem;
  background-color:#fff;
  text-align: center;
}

#testimonial .carousel-item {
  height:auto;
}

#testimonial .carousel-indicators button {
  background-color: #131F28;
}
