/*!
* Start Bootstrap - Coming Soon v5.0.9 (https://startbootstrap.com/theme/coming-soon)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-coming-soon/blob/master/LICENSE)
*/

html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 35rem;
  position: relative;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight: 400;
  line-height:1.5rem;
  overflow:hidden;
  font-size:16px;
}

#dove-filter{
    width: 90%;
    font-size: 17px!important;
    height: 42px!important;
	margin: 10px 10px 10px 20px;
}

p {
  margin-top:1.3rem;
  margin-bttom:1.3rem;
}

h1,
h2,
h3,
h4 {
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform:uppercase;
}

h5,
h6 {
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight: 400;
  text-transform:uppercase;
}

.mobile-only {
  display:none;
}

.fas {
  margin-right:10px;
  transition: 0.3s;
}

p.white.uppercase:not(.collapsed) i.fa-angle-right {
  transform: rotate(90deg);

}

.loghi-c {
  max-width:90%;
  margin:auto;
}

.img-60 {
  max-height:45px;
}

@media (pointer: coarse) and (hover: none) {
  body {
    background: #fff;
  }
  body video {
    display: none;
  }
}

.cont-35, .col-sm-35-1, .col-sm-35-2 {
  width:35%;
}

.cont-65, .col-sm-65 {
  width:65%;
}

.cont-30, .col-sm-30 {
  width:30%;
}

.top-nav {
  position:absolute;
  top:0;
  left:0;
  z-index:900;
  width:35%;
}

.abs {
  position:absolute;
  top:0;
  left:0;
  height:100%;
}

li {
margin:8px;
}

.helper {
  display: inline-block;
  height: 70%;
  vertical-align: middle;
}

.p-title{
  font-weight:700;
  font-size:1.1rem;
  text-transform:capitalize;
}

.bg-white {
  background-color:#fff;
}

.bg-indigo {
  background-color:#4d65af;
}

.bg-teal {
  background-color:#2da5b1;
}

textarea:focus, input:focus{
    outline: none;
}

.bg-indigo::-webkit-scrollbar {
  background-color:#4d65af;
  width: 1em;
}

.bg-teal::-webkit-scrollbar {
  background-color:#4d65af;
  width: 1em;
}

body::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.white  {
  color:#fff;
}

.indigo {
  color:#4d65af;
}
.teal {
  color:#2da5b1;
}

.cyan {
  color: #9ED8DE;
}

.section-head {
  height:10%;
}

.main {
  top:0;
  left:0;
  height:100%;
  width:100%;
  overflow:hidden;
}

.specialtd {
	width:100%!important;
	display:block!important;
	padding:0!important;
}

.carousel-inner {
  position:absolute;
  height:100%;
}

.carousel-item {
  height: 100%;
}

.slide {
  height:100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.row {
  margin:0;
}

.content-section {
  height:90%;
  position:relative;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
}

.table-content {
  position:relative;
  padding:0.8rem 2rem 0.8rem 2rem;
}

.content-section .active {
  height:100%;
  margin-top: -100%;
  position:relative;
  padding-top:4rem;
  padding-left:2rem;
  padding-right:2rem;
}

.sliding {
  position:absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.translate-1 {
  -ms-transform: translateY(500%)!important; /* IE 9 */
  transform: translateY(500%)!important; /* Standard syntax */
}

.white-ico {
  width:45px;
  margin-top:15px;
  margin-left:15px;
  margin-right:0;
  margin-bottom:15px;
}

.menu {
  margin-left: -20px;
  z-index:100;
}

.form-control {
  display: inline-block;
  /* width: 100%;*/
}

ul.menu li {
  line-height:5rem;
  display:inline;
  font-size: 1.1rem;
  font-weight: 600;
  margin-right:22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

a:hover {
  text-decoration: none!important;
}

.underline {
  text-decoration: none;
  position: relative;
}

.underline:after {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0%;
  background: inherit;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.white.underline:after {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -4px;
  margin: 0 auto;
  left: 10px;
  right: 0;
  width: 0%;
  background: #fff;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.underline.teal:after {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0%;
  background: #2da5b1;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.underline.indigo:after {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0%;
  background: #4d65af;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.underline.active.teal:after {
  position: absolute;
  content: '';
  text-align:left;
  height: 2px;
  bottom: -4px;
  margin: 0 auto;
  left: -70%;
  right: 0;
  width: 30%;
  background: #2da5b1;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.h-slider{
  display:inline;
}

.underline.active.indigo:after {
  position: absolute;
  content: '';
  text-align:left;
  height: 2px;
  bottom: -4px;
  margin: 0 auto;
  left: -70%;
  right: 0;
  width: 30%;
  background: #4d65af;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

/* optional hover classes used with anmiation */
.underline:hover:after {
  width: 80%;
  left: -20%;
}

.divider {
  width:55px;
  border-bottom: 2px solid #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left:15px;
  padding-right:15px;
}

.spacer {
  padding:10px;
}

.uppercase {
  text-transform:uppercase;
}

.capitalize {
  text-transform:capitalize;
}

.gone {
  display:none;
}

.h-100 {
  height: 100%!important;
  width: 100%!important;
  object-fit: cover;
  height: auto;
}

table {
  border-collapse: collapse;
  width:100%!important;
}

td, th {
  border: 0;
  text-align: left;
  padding: 8px;

}

tr {
  width:100%!important;
}

tr:nth-child(even) {
  background-color: #f5f5f5;
}

.teal-button {
  background: #2da5b1;
  text-transform:uppercase;
  border:0;
  color: #fff;
  padding:  3px 12px 3px 12px;
  border-radius: 4px;
  margin:2rem;
}

.logos {
  background:#fff;
  border: 2px solid #fff;
  margin:4px;
  border-radius:12px;
  max-width:90px;
}
.pleft60 {
padding-left:60px;
}

.nopadding {
  padding:0!important;
}

#scrollable {
  height: calc(100% - 1px);
  width: 99%;
  overflow-y: auto;
  padding: 10px 10px 10px 20px;

}

.margin10 {
  margin-top:5px!important;
  margin-bottom:5px!important;
}

.orange {
  color:#e58e38;
}

.bg-orange {
  background:#e58e38;
}

.login {
  position:absolute;
  top:0;
  left:0;
  width:35%;
  height: 60px;
  z-index:100;
  float:right;
}
input[type="email"],input[type="password"],input[type="text"] {
  border:0;
  border-radius:4px;
  height:30px;
  font-size:12px;
  margin:3px;
  padding-left:8px;
}

input[type="submit"] {
  border:0;
  border-radius:4px;
  height:30px;
  font-size:12px;
  margin:3px;
  background:#a26228;
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
}

.offset {
  transform:translate(0,-100%);
  opacity:0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.reverse-offset {
  transform:translate(0,100%);
  opacity:0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.open {
  /*display:block;*/
  transform:translate(0,0);
  opacity: 1.0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contact-section {
  position:absolute;
  bottom:0;
  width:35%;
  height:300px;
}

.col-sm-65 {
  width:65%;
}

.partner-img {
  margin:auto;width:95%;
}

.loghi-c-container {
  height:30%;
  postion:relative;
}

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

  body, p {
    font-size: 0.95rem;
    line-height: 1.2rem;
  }

  .content-section h1 {
    font-size: 2.2rem;
  }

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


  p {
    font-size: 0.85rem;
    line-height: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom:0.5rem;
  }

  .col-sm-65 {
    position:absolute;
    top:30%;
    width:100%;
  }

  .mobile-hidden {
    display:none;
  }

  .mobile-only {
    display:block;
  }

  .white-bg-open {
    background: #fff!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

.spacing{
  height:90px;
}

  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
  position:fixed;
  top: 0;
  width: 100%;
  z-index:999;
  }

  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky-submenu {
  position:fixed;
  top: 90px;
  width: 100%;
  z-index:100;
  }

  .h4, h4 {
    font-size: 1.0rem;
  }

  .content-section {
    height: 100%;
    width:100%;
    position: absolute;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    scroll-snap-align: center;

  }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    max-width:100%!important;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    float:left;
  }

  .content-section h1 {
    font-size: 2.0rem;
  }

  html, body {
    overflow-y:visible;
    overflow-x:hidden;
    width:100%;
  }

  .main {
    display:block;
    overflow:hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
  }

  .loghi-c {
    max-width:100%;
    margin:auto;
  }

  .img-60 {
    max-height:40px;
  }

  .scroll-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
  }

  .cont-35 {
    /*position:absolute;
    display:block;*/
    width:100%;
    height:100%;
  }

  .cont-30 {
    /*position:absolute;
    display:block;*/
    width:100%;
    height:60%;
  }

  .col-sm-35-1 {
    position:absolute;
    top:0;
    display:block;
    width:100%;
    height:100%;
    scroll-snap-align: center;
  }

  .col-sm-35-2 {
    position:absolute;
    top:100%;
    display:block;
    width:100%;
    height:100%;
    scroll-snap-align: center;
  }

  .col-sm-65 {
    display:block;
    width:100%;
    height:100%;
  }

  .stick-hidden {
   background:url("../img/transparent-bg.png");
  }

  .sticky-bg {
  background:url("../img/sticky-bg.png");
  opacity:1.0;
  background-repeat: no-repeat;
  background-size: cover;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
  }

  .white-bg {
  background:#fff;
  }


  .extra-p {
    padding-top:70px;
  }

  .col-sm-30 {
    position:absolute;
    top:200%;
    display:block;
    height:100%;
    width:100%;
    scroll-snap-align: center;
  }

  .col-sm-30 .section-head {
  /*  height:20%;*/
  }

  .menu {
    margin-left: -25px;
  }

  .carousel-item {
    height: 100%;
    object-fit: cover!important;
  }

  ul.menu li {
    line-height: 5rem;
    display: inline;
    font-size: 1.0rem;
    font-weight: 600;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-head {
    display:block;
    height:75px;
  }

  .top-nav {
    width:60%;
  }

  .translate-1 {
    transform: translateX(500%)!important;
  }

  .social-icons {
    position: absolute;
    margin-bottom: 2rem;
    width: 100%;
    z-index: 2;
  }

  .social-icons ul {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }

  .social-icons ul > li {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block;
  }

  .social-icons ul > li > a {
    display: block;
    color: white;
    background-color: rgba(0, 46, 102, 0.8);
    border-radius: 100%;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
  }

  input[type="email"],input[type="password"], input[type="text"] {
    border:2px solid #e58e38;
    border-radius:4px;
    height:30px;
    font-size:12px;
    margin:3px;
    padding-left:8px;
    color: #e58e38;
  }

  .mobile-menu-main-button {
    margin:8px;
    padding:8px;
    text-align:center;
    height:45px;
    line-height:29px;
  }

  .contact-section {
    position:absolute;
    bottom:0;
    width:100%;
    height:300px;
  }

  .partner-img {
    margin:auto;
    width:95%;
    max-width:500px;
  }

  .contact-section {
    width:100%;
  }

}

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

  .section-head {
    display: block;
    height: 60px;
}

.loghi-c-container {
    /* height: 30%; */
    position: absolute!important;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    display: block;
    padding: 0;
    height:auto;
}


ul.menu li {
    line-height: 4rem;
    display: inline;
    font-size: 0.8rem;
    font-weight: 600;
    margin-right: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.partner-img {
  max-width:420px;
}

}
