
.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border: 2px solid black;
    border-radius: 5px;
    background-color: black;
    color: white;
}

.owl-prev, .owl-next {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        display: block !important;
    }
.owl-next { right: -70px; }
.owl-prev { left: -70px; }

@media(max-width: 768px) {
    .main-slider {
        height: 500px;
    }
}

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

.section-title {
    font-family: 'Montserrat', sans-serif;
}

.section-caption {
    font-family: 'Roboto', sans-serif;
}

#products h4 {
    font-weight: 700;
}

.product-text {
    height: 100%;
    font-size: 16px;
}

#slide-right, #slide-left {
width: 100%;
}

#slide-right {
    animation: 2s slide-right;
    animation-delay: 2s;
}
@keyframes slide-right {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0%;
    }
}

#slide-left {
    animation: 2s slide-left;
    animation-delay: 2s;
}
@keyframes slide-left {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0%;
    }
}

#button {
    color: white;
    background-color: #EB6A4A;
    /* margin-top: -40px; */
    float: right;
}
@media (max-width: 330px) {
    #button {
        color: white;
        background-color: #EB6A4A;
        margin-top: 60px;
        float: right;
    }
  }
#button:hover {
    background-color: #132F48;
    color: white;
    font-weight: 900 !important;
    border: #b9b8b8 solid 1px;
    /* transform: translateY(-1px); */
    box-shadow: 0px 5px 10px 0px rgb(12, 12, 12);
}
/* #button:active {
    background-color: #132F48;
    transform: translateY(4px);
} */
#flip-card-inner:hover {
    position: relative;
    transition: transform 0.6s;
    height: 375px;
    /* transform: translateY(-3px); */
    box-shadow: 0px 5px 10px 0px rgb(12, 12, 12);
}
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300|Oswald);
body, html {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}
body {
  background: #555555;
  background-image: -webkit-radial-gradient(cover, #f1f1f1, #cbcbcb);
  background-image: -moz-radial-gradient(cover, #f1f1f1, #cbcbcb);
  background-image: -o-radial-gradient(cover, #f1f1f1, #cbcbcb);
  background-image: radial-gradient(cover, #f1f1f1, #cbcbcb);
}
h1 {
  font-family:'Roboto Condensed', cursive;
  text-align:center;
  line-height:100px;
  font-size:28px;
  font-weight:normal;
  position:absolute;
  top:50%;
  left:50%;
  margin:-50px 0 0 -300px;
  width:600px;
  color:#939393;
}
h1 .counter {
  font-size:50px;
  width:80px;
  height:50px;
  font-family:'Oswald', sans-serif;
  display:inline-block;
  padding:0 30px 0 10px;
  perspective: 200px;
  position:relative;
  top:-7px;
}
h1 .counter > span {
  display:block;
  position:absolute;
  overflow:hidden;
  padding:0 25px;
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#f2f2f2));
  background:-webkit-linear-gradient(#FFF 0%, #f2f2f2 100%);
  background:-moz-linear-gradient(#FFF 0%, #f2f2f2 100%);
  background:-o-linear-gradient(#FFF 0%, #f2f2f2 100%);
  background:linear-gradient(#FFF 0%, #f2f2f2 100%);
  height:45px;
  width:50px;
  text-align:center;
  backface-visibility:hidden;
  transform-style: preserve-3d; 
}
h1 .counter > span span {
  color:#99df1c;
}
h1 .counter > span.decor.top {
  box-shadow: 0 24px 43px -3px rgba(0, 0, 0, 0.45);
}
h1 .counter > span.decor.bottom {
  box-shadow: 0 2px 0px -1px #d8d8d8, 0 4px 0px -2px #c7c7c7, 0 6px 0px -3px #d8d8d8, 0 8px 0px -4px #c6c6c6, 0 10px 0px -5px #d6d6d6, 0 12px 0px -6px #c9c9c9, 0 14px 0px -7px #d8d8d8, 0 14px 23px -9px rgba(0, 0, 0, 0.8);
}
h1 .counter > span.top {
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
  border-radius:3px 3px 0 0;
}
h1 .counter > span.top span {
  position:relative;
  bottom:5px;
}
h1 .counter > span.bottom {
  top:46px;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
  border-radius:0 0 3px 3px;
}
h1 .counter > span.bottom span {
  position:relative;
  top:-51px;
}
h1 .counter > span.from.bottom {
  z-index:1;
  transform-origin: 0% 0%;
  animation: from-flip 1s;
}
h1 .counter > span.to.top {
  z-index:1;
  transform-origin: 100% 100%;
  animation: to-flip 1s;
}
@keyframes from-flip {
  0% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes to-flip {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-180deg);
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.counter .shadow {
  display:block;
  width:120px; height:45px;
  left:-25px; top:-100px !important;
  overflow:hidden;
  z-index:0;
  opacity:0;
}
.counter .top .shadow {
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}
.counter .bottom .shadow {
  background: linear-gradient(rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
}
.counter .from.top .shadow { animation: fade-out 1s; }
.counter .to.bottom .shadow { animation: fade-in 1s; }
.hide .shadow { animation:none !important; }
@media screen and (-webkit-min-device-pixel-ratio:0) {  
  h1 .counter > span span {
    color:rgba(0, 0, 0, 0);
    background: linear-gradient(#99df1c 0%, #6dbe0a 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke:0.03em #85c614;
  }
} 
#flip-card-inner {
    height: 355px;
    border: black solid 1px;
    box-shadow: 0px 2px 5px 0px black;
    background-color: white;
}
@media screen and (max-width: 767px) {
    #about-cards {
        margin-left: -85px !important;
    }
}
@media screen and (max-width: 565px) {
    #about-cards {
        margin-left: -55px !important;
    }
}
@media screen and (max-width: 372px) {
    #about-cards {
        margin-left: -40px !important;
    }
}

@media screen and (max-width: 1739px) {
    #number-up-text {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1739px) {
    #number-up-15 {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 1739px) {
    #number-up-7 {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 1739px) {
    #number-up-17 {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 1739px) {
    #number-up-200 {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 1110px) {
    #number-up-text {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1110px) {
    #number-up-15 {
        font-size: 22px !important;
    }
}
@media screen and (max-width: 1110px) {
    #number-up-7 {
        font-size: 22px !important;
    }
}
@media screen and (max-width: 1110px) {
    #number-up-17 {
        font-size: 22px !important;
    }
}
@media screen and (max-width: 1110px) {
    #number-up-200 {
        font-size: 22px !important;
    }
}
@media screen and (max-width: 773px) {
    #number-up-text {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 773px) {
    #number-up-15 {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 773px) {
    #number-up-7 {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 773px) {
    #number-up-17 {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 773px) {
    #number-up-200 {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 575px) {
    #number-up-text {
        font-size: 8px !important;
    }
}
@media screen and (max-width: 575px) {
    #number-up-15 {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 575px) {
    #number-up-7 {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 575px) {
    #number-up-17 {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 575px) {
    #number-up-200 {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 320px) {
    #number-up-text {
        font-size: 6px !important;
    }
}
@media screen and (max-width: 320px) {
    #number-up-15 {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 320px) {
    #number-up-7 {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 320px) {
    #number-up-17 {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 575px) {
    #number-up-200 {
        font-size: 10px !important;
    }
}
#numbers-up {
    position: absolute; 
    display: flex;
    flex-direction: row !important;
    z-index:500; 
    width: auto !important;
    overflow: scroll !important;
}
#counter-map {
    position: absolute;
    z-index: 500;
}
@media screen and (max-width: 700px) {
    #counter-map {
        margin-top: -40px !important;
    }
}
@media screen and (max-width: 331px) {
    #counter-map {
        margin-top: -120px !important;
    }
}
#number-up-7 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#number-up-15 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#number-up-17 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#number-up-200 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#flip-card-about {
    border: #132F48 solid 1px;
    box-shadow: 0px 2px 5px 0px #132F48;
}
#flip-card-about-map {
    border: #132F48 solid 1px;
    box-shadow: 0px 2px 5px 0px #132F48;
}
#flip-card-about:hover {
    position: relative;
    transition: transform 0.6s;
    /* transform: translateY(-3px); */
    box-shadow: 0px 5px 10px 0px rgb(12, 12, 12);
}

#flip-card-damages:hover {
    position: relative;
    transition: transform 0.6s;
    height: 350px;
    /* transform: translateY(-3px); */
    box-shadow: 0px 5px 10px 0px rgb(12, 12, 12);
}
@media screen and (max-width: 1399px) {
    #flip-card-damages {
        border: black solid 1px;
        box-shadow: 0px 2px 5px 0px black;
        min-height: 450px;
        margin: 10px;
        padding-right: 15px;
        background-color: white;
    }
}
@media screen and (max-width: 425px) {
    #flip-card-damages {
        border: black solid 1px;
        box-shadow: 0px 2px 5px 0px black;
        min-height: 400px;
        margin: 10px;
        padding-right: 15px;
        background-color: white;
    }
}
@media screen and (max-width: 377px) {
    #flip-card-damages {
        border: black solid 1px;
        box-shadow: 0px 2px 5px 0px black;
        min-height: 500px;
        margin: 10px;
        padding-right: 15px;
        background-color: white;
    }
}
@media screen and (max-width: 307px) {
    #flip-card-damages {
        border: black solid 1px;
        box-shadow: 0px 2px 5px 0px black;
        min-height: 570px;
        margin: 10px;
        padding-right: 15px;
        background-color: white;
    }
}
@media screen and (max-width: 296px) {
    #flip-card-damages {
        border: black solid 1px;
        box-shadow: 0px 2px 5px 0px black;
        min-height: 740px;
        margin: 10px;
        padding-right: 15px;
        background-color: white;
    }
}
@media screen and (max-width: 261px) {
    #flip-card-damages {
        border: black solid 1px;
        box-shadow: 0px 2px 5px 0px black;
        min-height: 780px;
        margin: 10px;
        padding-right: 15px;
        background-color: white;
    }
}
#overlay {
    background: rgba(19, 47, 72, 0.5);
    overflow: hidden;
    height: 100%;
    z-index: 2;
}
#flip-card-damages {
    border: black solid 1px;
    box-shadow: 0px 2px 5px 0px black;
    height: 350px;
    margin: 10px;
    padding-right: 15px;
    background-color: white;
}
#flip-card-actuary {
    border: black solid 1px;
    box-shadow: 0px 2px 5px 0px black;
    margin: 10px;
    padding-right: 15px;
    background-color: white;
}
@media (max-width: 330px) {
    #flip-card-actuary {
        border: black solid 1px;
        box-shadow: 0px 2px 5px 0px black;
        background-color: white;
        height: 300px;
    }
  }
#flip-card-actuary:hover {
    position: relative;
    transition: transform 0.6s;
    /* transform: translateY(-3px); */
    box-shadow: 0px 5px 10px 0px rgb(12, 12, 12);
}
#damages-border {
    margin: 0 auto;
    display: flex;
	align-items: center;
	justify-content: center;
    box-shadow: 0px 17px 10px -17px #b9b8b8;
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    .product-text {
        height: 260px;
    }
}

@media (min-width: 1400px) {
    .product-text {
        height: 190px;
    }
}

.client-carousel {
    filter: grayscale(100%);
    transition: 0.5s;
}

.client-carousel:hover {
    filter: grayscale(0%);
}

.contact-card a, .contact-card a:hover {
    color: black;
    text-decoration-color: black;
}

.contact-form .form-control {
    border-radius: 0px;
}

.contact-form button {
    padding: 10px 40px;
}

.ventures-nav {
    padding-left: 30px;
}

.ventures-nav .nav-item{
    padding: 15px 15px 15px 0px;
}

.ventures-nav .nav-link {
    text-decoration: none;
}

.ventures-link, .ventures-link:hover {
    text-decoration: none;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.ventures-item {
    display: flex;
    flex-direction: column;
}

.ventures-tag {
    font-size: 13px;
}

@media (min-width: 992px) {
    .ventures-item {
        display: flex;
        flex-direction: row;
    }
}

.overlay-company-text h4 {
    font-weight: 700;
    font-size: 23px;
}

.ventures-nav b{
    color: #132F48;
}

.modal {
    background-color: rgba(0, 0, 0, 0.6);
}

.actuarial-title {
    height: 80px;
}

@media(min-width: 992px) {
    .actuarial-title {
        height: 140px;
    }
}

@media(max-width: 450px){
    .actuarial-title {
        height: 145px;
    }
}

/* @media (max-width: 500px) {
    .actuarial-title {
        height: 100px;
    }
}

@media (max-width: 400px) {
    .actuarial-title {
        height: 130px;
    }
} */

#divisions {
    scroll-margin-top: 30px;
}