/*===================================================================================
01. GENERAL STYLES
=====================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.container-fluid {
    padding: 2%;
}
/*-----------------------
Typography
-----------------------*/

p.lead {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #a2a2a2;
}

.text-gray {
    color: #5A6978;
}

.text-dark-gray {
    color: #47525E;
}

.text-light-gray {
    color: #8190A5;
}

li {
    list-style: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

.heading-thin {
    font-weight: 400 !important;
}

.heading-medium {
    font-weight: 700 !important;
}

.heading-thick {
    font-weight: 900 !important;
}

.heading-light {
    color: #ffffff !important;
}

.heading-black {
    color: #000000 !important;
}

a,
a:hover,
a:active,
a:focus {
    transition: all 0.3s ease;
}
/*-----------------------
Background and Adjustments
-----------------------*/

.bg-yellow{
    background: #FFCC00;
}
.bg-gray {
    background: #47525E;
}
.bg-dark {
    background: #343F4B;
}
/*-----------------------
Margin And Padding
-----------------------*/

.no-padding {
    padding: 0px !important;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.p-60 {
    padding: 60px;
}

.p-70 {
    padding: 70px;
}

.p-80 {
    padding: 80px;
}

.p-90 {
    padding: 90px;
}

.p-100 {
    padding: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb-10 {
    padding: 10px 0px
}

.ptb-20 {
    padding: 20px 0px
}

.ptb-30 {
    padding: 30px 0px
}

.ptb-40 {
    padding: 40px 0px
}

.ptb-50 {
    padding: 50px 0px
}

.ptb-60 {
    padding: 50px 0px
}

.ptb-70 {
    padding: 70px 0px
}

.ptb-80 {
    padding: 80px 0px
}

.ptb-90 {
    padding: 80px 0px
}

.ptb-100 {
    padding: 100px 0px
}

.no-margin {
    margin: 0px !important;
}

.m-10 {
    margin: 10px;
}

.m-20 {
    margin: 20px;
}

.m-30 {
    margin: 30px;
}

.m-40 {
    margin: 40px;
}

.m-50 {
    margin: 50px;
}

.m-60 {
    margin: 60px;
}

.m-70 {
    margin: 70px;
}

.m-80 {
    margin: 80px;
}

.m-90 {
    margin: 90px;
}

.m-100 {
    margin: 100px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

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

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

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

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

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

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

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

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

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

.mb-900 {
    margin-bottom: 90px;
}

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

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-900 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-900 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.lh-small {
    line-height: 18px;
}

.lh-medium {
    line-height: 28px;
}

.lh-high {
    line-height: 30px;
}

/*-----------------------
Borders
-----------------------*/

.no-border {
    border: none !important;
}

.bs1 {
    border: 1px solid;
}

.bbs1 {
    border-bottom: 1px solid;
}

.bts1 {
    border-top: 1px solid;
}

.bls1 {
    border-left: 1px solid;
}

.brs1 {
    border-right: 1px solid;
}

.bd1 {
    border: 1px dotted;
}

.bbd1 {
    border-bottom: 1px dotted;
}

.btd1 {
    border-top: 1px dotted;
}

.bld1 {
    border-left: 1px dotted;
}

.brd1 {
    border-right: 1px dotted;
}

.bh1 {
    border: 1px dashed;
}

.bbh1 {
    border-bottom: 1px dashed;
}

.bth1 {
    border-top: 1px dashed;
}

.blh1 {
    border-left: 1px dashed;
}

.brh1 {
    border-right: 1px dashed;
}

.bc-dark {
    border-color: #333333;
}

.bc-light {
    border-color: #dddddd;
}

/*-----------------------
List Styling
------------------------*/
.disc-list > li {
  list-style: disc;
}

ul.technologies__list {
  text-align: left;
  padding: 0;
  display: block;
}

ul.technologies__list:after {
  background-color: white;
}

li.subfeature__item {
  margin-left: 0px;
  list-style-type: lower-latin;
  color: #343F4B;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

li.subfeature__item ~ h5 {
  color: #343F4B;
  font-family: Lato;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

ol.feature__list {
  padding: 0;
}

li.feature__item {
  list-style-type: decimal;
  counter-increment: lis;
  color: #343F4B;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  margin-left: 18px;
  margin-bottom: 4px;
}

li.feature__item ~ h5 {
  color: #343F4B;
  font-family: Lato;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

li.feature__item:before {
  padding:0;
}

ol.circle__list {
  list-style-type: decimal-leading-zero;
  padding: 1% 15%;
}

li.circle__number__item {
  margin-bottom: 30px;
  color: #343F4B;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

li.circle__number__item {
  list-style-type: none;
  counter-increment: step-counter;
}

li.circle__number__item .title{
  color: #343F4B;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

li.circle__number__item .author, .grant, .publish{
  color: #343F4B;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

li.circle__number__item .info {
  color: #343F4B;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

li.circle__number__item:before {
  background-color: #FFC82C;
  color: #47525E;
  font-size: 14px;
  font-weight: 900;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-left: -60px;
  margin-top: -10px;
  display: inline-block;
  position: absolute;
  content: counter(step-counter);
  padding-top: 10px;
  text-align: center;
}

/*-----------------------
Overflow
-----------------------*/

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

/*-----------------------
Page Loader
-----------------------*/

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: #ffffff;
}
#page-loader .spinner {
    top: 48%;
    left: 47%;
    width: 40px;
    height: 40px;
    position: absolute;
}

#page-loader .cube1, #page-loader .cube2 {
    background-color: #1098fb;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

#page-loader .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
    25% { 
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    } 50% { 
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    } 50.1% { 
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    } 75% { 
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    } 100% { 
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
/*-----------------------
Buttons
-----------------------*/
.btn {
  border-radius: 5px;
  font-weight: 900;
}

.btn1 {
  width: 192px;
  height: 50px;
}

.btn2 {
  width: 148.61px;
  height: 36px;
}

.btn3 {
  width: 108px;
  height: 35px;
}

.btn1_resp {
  max-width: 192px;
  height: 50px;
  width: 70%;
}

.btn-suscribe{
    background: #1098fb;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px !important;
}
.btn-suscribe:hover,
.btn-suscribe:active,
.btn-suscribe:focus{
    color: #ffffff;
}
.btn-readmore{
    background: #ffffff;
    color: #1098fb;
    border: 1px solid #1098fb;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px !important;
    font-size: 12px;
}
.btn-readmore:hover,
.btn-readmore:active,
.btn-theme-primary:focus{
    background: #1098fb;
    color: #ffffff;
}
.btn-theme-primary{
    background: #1098fb;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    min-height: 45px;
    padding: 10px 20px;
}
.btn-theme-primary:hover,
.btn-theme-primary:active,
.btn-theme-primary:focus{
    background: #00b6e6;
    color: #ffffff;
}
.btn-theme-primary-border{
    background: transparent;
    color: #1098fb;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    min-height: 45px;
    padding: 10px 20px;
    border:1px solid #1098fb;
}
.btn-theme-primary-border:hover,
.btn-theme-primary-border:active,
.btn-theme-primary-border:focus{
    background: #00b6e6;
    color: #ffffff;
}
.btn-theme-white{
    background: #ffffff;
    color: #1098fb;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    min-height: 45px;
    padding: 10px 20px;
}
.btn-theme-white:hover,
.btn-theme-white:active,
.btn-theme-white:focus{
    background: #ffffff;
    color: #00b6e6;
}
.btn-theme-white-border{
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    min-height: 45px;
    padding: 10px 20px;
    border:1px solid #ffffff;
}
.btn-theme-white-border:hover,
.btn-theme-white-border:active,
.btn-theme-white-border:focus{
    background: #ffffff;
    color: #00b6e6;
}
.btn-rounded{
    border-radius: 30px !important;
}

.btn-android{
    width: 130px;
    height: 40px;
    display: inline-block;
    background: url('../images/google-play.png') no-repeat;
}
.btn-ios{
    width: 130px;
    height: 40px;
    display: inline-block;
    background: url('../images/app-store.png') no-repeat;
}

/*===================================================================================
02. NAVIGATION STYLES
=====================================================================================*/
/*-----------------
Header section
-----------------*/
.navbar {
  padding: 2% 3%;
  position: absolute;
  width: 100%;
}

.nav-item {
  margin: auto 10px;
  text-align: center;
}

.nav-link {
  color: white;
}

.nav-link h5 {
  margin: auto;
}

.nav-item > h5 {
  margin: 0;
  line-spacing: 62px;
  font-weight: 400;
  width: 90px;
}

.nav-item:hover {
  color: black;
}

button.navbar-toggle {
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}

.header-logo {
  width: 349.29px;
  height: auto;
}

nav .icon-bar {
  background-color: white;
  display: block;
  border-radius: 1px;
  width: 20px;
  height: 3px;
  margin: 5px 0;
}

.dropdown-menu {
  background-color: #343F4B;
  border: none;
}

.dropdown-item {
  color: white;
}

/*-----------------
Footer Section
------------------*/
footer.bg-yellow {
  color: #5A6978;
}

footer li > a {
  text-decoration: none;
  color: inherit;
  font-weight: 900;
  line-height: 28px;
}

footer h5 {
  font-weight: 900;
  line-height: 28px;
  display: inline;
}

footer.bg-yellow h5:hover {
  color: #e6e8ed;
}

footer.bg-dark h5:hover {
  color: #dbdbdb;
}

footer .container-fluid {
  padding: 5% 10%;
}

li > a:hover {
  text-decoration: none;
  color: white;
}

#contact__icons > ul > li{
  padding-right: 20px;
  font-size: 18px;
  font-weight: 900;
}

#contact__icons > ul > li:hover {
  color: white;
}

.contact-icon {
  width: 19px;
  heigth: 19px;
}

/*===================================================================================
03. OTHER SECTIONS STYLES
=====================================================================================*/
.jumbotron-full-bottom {
  height: 78vh;
  background: top url("../images/splelive_bg.jpeg");
  background-size: cover;
  background-position: 50% 100%;
  border-radius: 0px;
  display: flex;
  align-items: flex-end;
  color: white;
  padding: 3%;
}

.jumbotron-half-bottom {
  height: 50vh;
  background: top url("../images/splelive_bg.jpeg");
  background-size: cover;
  background-position: 50% 100%;
  border-radius: 0px;
  display: flex;
  align-items: flex-end;
  color: white;
  padding: 3%;
}

.jumbotron-full-top {
  height: 78vh;
  background: top url("../images/splelive_bg.jpeg");
  background-size: cover;
  background-position: 50% 0%;
  width: 100%;
  border-radius: 0px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: white;
  padding: 3%;
  top: 0;
}

.jumbotron-half-top {
  height: 50vh;
  background: top url("../images/splelive_bg.jpeg");
  background-size: cover;
  background-position: 50% 0%;
  width: 100%;
  border-radius: 0px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: white;
  padding: 2%;
  top: 0;
}

.jumbotron > .container-fluid > h1 {
  font-weight: 700;
  line-height: 62px;
}

.jumbotron > .container-fluid > p {
  font-weight: 400;
  line-height: 28px;
}

/*-------------------
Main Page section
-------------------*/

/*  Benefits section  */
#benefits {
  color: #47525E;
  background-color: #FFFFFF;
}

.benefits-icon {
  width: 80px;
  heigth: 80px;
}

.s-80 {
  height: 80px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

#benefits h3 {
  color: #47525E;
  font-weight: 900;
}

#benefits h5 {
  line-height: 30px;
  color: #040404;
}

#benefits button {
  color: #5A6978;
  padding: 0 0;
}

/*  Work Profile Section  */
#work_profile {
  background-color: #F0F2F6;
  padding: 3% 3% 5%;
}

#work_profile .logo {
  width: 308.36px;
  height: auto;
  margin-bottom: 14px;
}

#work_profile h5 {
  color: #8190A5;
}

.iframe_resp__container {
  padding-bottom: 35%;
  position:relative;
  display:block;
  width: 52vw;
  display: flex;
}

.iframe_resp {
  position: absolute;
  top: 0;
}

/*  Try Product Section  */
#try .logo {
  width: 308.36px;
  height: auto;
  margin-top: -20px;
}

#try h5 {
  color: #8190A5;
  font-weight: 400;
  line-height: 30px;
}

#try ul {
  text-align: left;
}

#try ul > li:before {
  background-image: url(../images/checklist.png);
  background-size: cover;
  width: 15px;
  height: 15px;
  content: '';
  position: absolute;
  margin-top: 8px;
  margin-left: -20px;
  background-position: center;

}

#try input {
  background-color: #FFFFFF;
  border: 5px solid #FFCC00;
  border-radius: 5px;
  height: 50px;
  max-width: 350px;
}

#try select {
  background-color: #FFFFFF;
  border: 5px solid #FFCC00;
  border-radius: 5px;
  height: 50px;
  max-width: 350px;
}

.box_wrapper {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.box_item {
  border: 1px solid #8492A6;
  border-radius: 5px;
  padding: 3%;
}

.box_item h4 {
  color: #47525E;
}

/*-----------------------
Research Section
-----------------------*/

#feature {
  background-color: white;
  padding: 5%;
}

#feature h5 {
  font-weight: 400;
  line-height: 28px;
  color: #8190A5;
}

#feature button > h5 {
  color: #47525E;
}

#technology {
  background-color: #FFCC00;
  padding: 3%;
}

#technology h5 {
  font-weight: 400;
  line-height: 28px;
}

#delta_modeling {
  background-color: white;
  padding: 3% 10%;
}

#delta_modeling h5 {
  color: #8190A5;
  font-weight: 400;
  line-height: 30px;
}

#abs {
  background-color: white;
  padding: 3% 10%;
}

#abs h5 {
  color: #8190A5;
  font-weight: 400;
  line-height: 30px;
}

#technologies__menu {
  background-color: #FFCC00;
}

#technologies__content {
  padding: 5% 3%;
}

#technologies__content h5 {
  color: #343F4B;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

button.technologies__item {
  width: 100%;
  text-align: left;
  padding: 16px;
  color: #47525E;
  font-size: 16px;
  font-weight: 400;
  border: 0.5px solid #FFFFFF;
  border-left: none;
  background-color: #FFCC00;
}

a.active > button.technologies__item {
  background-color: #ffe785;
}

buttom.technologies__item:first-child, button.technologies__item:hover {
  background-color: #ffe785;
  cursor: pointer;
}

.content_image__container {
  display: flex;
  justify-content: center;
}

.research_contact {
  background-image: url(../images/contact_bg.png);
  background-size: cover;
  padding: 8% 10%;
}

#subscribe input {
  max-width: 70%;
  margin: 10px auto;
  background-color: #FFFFFF;
  border: 1px solid #8492A6;
  border-radius: 5px;
  height: 47.77px;
}

.map__container .row {
  width: 100%;
  display: flex;
  align-items: center;
}

.map__container #address {
  right: 0;
}

.mapouter, .gmap_canvas {
  width: 100%;
}

/*===================================
04. MODAL STYLING
===================================*/

.modal-content {
  border-radius: 1rem;
}

/*===================================
05. RESPONSIVE STYLES
===================================*/

@media(max-width:1240px) {

.navbar-active {
    background-color: #343F4B;
    z-index: 9999;
}

.nav-item {
    text-align: left;
}

.overlay {
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: -1;
}

}

@media(max-width:960px) {

h1 {
    font-size: 44px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}
}

@media(max-width:768px) {

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}
}

@media(max-width:480px) {

h1 {
    font-size: 38px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}
}

@media(max-width:320px) {

h1 {
    font-size: 44px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}
}
/* Small Devices, Tablets */
