/* WRITE YOUR CUSTOM CSS CODE. THIS WILL NOT BE DELETED ON UPDATE. */
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }

}
@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }

}
@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }

}


@media (min-width: 1440px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }

}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }

}

@media (min-width: 1344px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }

}





a {
    color: #00224f;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

b, strong {
    font-weight: 600;
}

html {
    font-size: 15px;
}

body {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #444;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}

.btn {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    padding: 1rem 2rem;
    box-shadow: none !important;
}

.top-bar {
    position: absolute;
    background: #1a3177;
    color: #fff;
    padding: 1rem;
    z-index: 5000;
    width: 100%;
}

.top-bar a, 
.top-bar i {
    color: #fff;
}

.col-top-bar {
    padding-left: 1rem;
    padding-right: 1rem;
}

.col-top-bar i {
    margin-right: 0.5rem;
}

header {
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 5000;
}

.logo {
    max-height: 100px;
}

#main-navbar .main-nav-item {
    margin-right: 1em;
}


footer {
    color: #fff;
    padding-top: 50px;
    background: #1d3452;
    font-size: 14px;
}

footer a {
    color: #fff;
}
footer a:hover {
    color: #ccc;
}

.footer-top {
    padding-bottom: 50px;
}

.footer-bottom {
    background: #333;
    padding-top: 30px;
    padding-bottom: 50px;
}

.footer-logo {
    max-width: 200px;
}

.footer-gdpr li {
    display: inline-block;
    margin-right: 1em;
}

.code-footer-despre p {
    max-width: 300px;
    text-align: justify;
}

footer .module-social li {
    display: inline-block;
    margin-right: 1em;
}

footer .module-social a {
    display: block;
    padding: 10px;
    line-height: 1;
    background: rgba(255,255,255,0.5);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
}

footer .module-social i {
    font-size: 17px;
}

.page-header {
    padding-top: 124px;
}

form[action="/insurance/rcaoffers"] input[type="text"],
form[action="/insurance/rcaoffers"] input[type="number"],
form[action="/insurance/rcaoffers"] select,
.image-column input[type="text"],
.image-column input[type="number"],
.image-column select,
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-header-slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-header-slide-background:before{
    position: absolute;
    background: url('/uploads/site/pattern-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    content: '';
    height: 100%;
    width: 50%;
    right: 0;
    bottom: 0;
    pointer-events: none;
}


.page-header-slider {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.page-header-slider figure {
    height: 100%;
    width: 100%;
    margin: 0;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.page-header-slide-inner {
    position: relative;
}

.page-header-slider .container {
    position: relative;
    z-index: 2;
}

.page-header-slide-align {
    display: flex;
    align-items: center;
    min-height: 45vh;
}

.page-header-slide-content {
    background: #1d3452;
    color: #fff;
    padding: 30px;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.page-header-slide-content .btn {
    background-color: #fff;
    border-color: #fff;
    color: #444;

}
.page-header-slide-content .btn:hover {
    color: #192f77;
    border-color: #fff;
}


.fickle-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.fickle-card .fickle-image {
    margin: 0;
    position: relative;
    background: #0099C3;
    overflow: hidden;
}

.fickle-card .fickle-image img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    transition: all 500ms ease;
}

.fickle-card:hover .fickle-image img {
    opacity: 0.5;
    transform: scale(1.1);
}


.fickle-card .fickle-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 500ms ease;
    background: linear-gradient( 0deg, rgba(255,255,255,1) 0%, rgba(255, 255, 255, 0.0) 80% );
    z-index: 1;
    pointer-events: none;
}

.fickle-card .fickle-text-content {
    padding: 30px 30px 5px 40px;
    color: #888;
}

.fickle-card .fickle-icon {
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 32px;
    padding-left: 63px;
}

.fickle-card .fickle-icon:before {
    position: absolute;
    content: '';
    height: 80px;
    width: 45px;
    top: -7px;
    left: 40px;
    clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%, 0% 0%);
    opacity: 0.1;
    transition: all 500ms ease;
    background: #0099C3;
}

.fickle-card:hover .fickle-icon:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.2;
}

.fickle-card .fickle-icon i {
    font-size: 65px;
    color: #0099C3;
}

.fickle-card:before {
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 99px;
    height: 170px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
    background: url('/uploads/site/pattern-6.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    content: '';
}

.fickle-card:hover:before {
    right: 0px;
    opacity: 1;
}

.fickle-card .fickle-additional-html-code {
    padding-left: 40px;
    padding-bottom: 30px;
}

.btn-anim {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #00224f !important;
    text-align: center;
    padding: 11px 26px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 1;
}

.btn-anim:hover {
    color: #fff !important;
    box-shadow: 0 20px 30px rgb(211, 220, 232, 0.8);
}

.btn-anim:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    z-index: -1;
    transition: all 500ms ease;
    background: #0099C3;
}

.btn-anim:hover::before {
    width: 100%;
}

.btn-anim:after {
    position: absolute;
    content: '';
    height: 32px;
    width: 26px;
    top: 9px;
    right: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 60% 0%);
    opacity: 0.2;
    z-index: -1;
}

.fickle-card .fa-plane {
    transform: rotate(45deg);
}

.builder-section {
    background-size: cover;
    background-position: center;
}

.text-de-ce-noi {
    position: relative;
    background: #f5f7fa;
    padding: 26px 30px 110px 130px;
}

.text-de-ce-noi li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #00224f;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 17px;
}

.text-de-ce-noi li:before {
    position: absolute;
    left: 0px;
    top: 4px;
    content: "\f14a";
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #0099C3;
    font-weight: 700;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.builder-section > .container-fluid {
    padding: 0;
}

.row-pattern {
    margin: 45px 0;
}

.row-pattern .module-code {
    position: relative;
    text-align: center;
}

.row-pattern .module-code:after {
    display: block;
    background: url('/uploads/site/pattern-4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 95px;
    height: 95px;
}

.row-pattern-right .module-code:after {
    margin-left: auto;
}






#image_block_1 .image-box{
  position: relative;
  display: block;
  padding: 0px 150px 160px 0px;
}

#image_block_1 .image-box img{
  width: 100%;
  border-radius: 10px;
}

#image_block_1 .image-box .image-1{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

#image_block_1 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#image_block_1 .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  box-shadow: 0 15px 50px #d3dce8;
}

#image_block_1 .image-box .clients-box{
  position: absolute;
  left: 50px;
  bottom: 40px;
  background: #fff;
  max-width: 245px;
  width: 100%;
  border-radius: 7px;
  padding: 19px 20px 15px 85px;
  box-shadow: 0 15px 50px #d3dce8;
}

#image_block_1 .image-box .clients-box .clients-thumb{
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

#image_block_1 .image-box .clients-box .clients-thumb img{
  width: 100%;
  border-radius: 5px;
}

#image_block_1 .image-box .clients-box h3{
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}

#image_block_1 .image-box .clients-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #727272;
  font-weight: 500;
}

#image_block_1 .image-box .pattern-box .pattern-1{
  position: absolute;
  left: -45px;
  top: 50px;
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
}

#image_block_1 .image-box .pattern-box .pattern-2{
  position: absolute;
  right: -28px;
  bottom: 215px;
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
}





#te_sunam_noi {
    max-width: 400px;
    margin: auto;
    height: calc(2em + 0.75rem + 2px);
    color: #fff;
    text-align: center;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 30px;
    box-shadow: none !important;
}

.builder-section.cta-help {
    background: #1d3452;
    color: #fff;
}
.builder-section.cta-help a,
.builder-section.cta-help .btn {
    color: #fff !important;
}
.builder-section.cta-help .form-control {
    background: transparent;
}

.post-grid-title {
    font-size: 17px;
}


.section-play-video .row {
    height: calc(100vh - 125px);
}


.btn-play-video {
    background: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: relative;
    display: inline-block;
    font-size: 35px;
    width: 100px;
    height: 100px;
    line-height: 94px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 14px;
    color:#9ad4e6;
    transition: 0.2s;
}

.btn-play-video:hover {
    color: #fff;
}

.btn-play-video:before,
.btn-play-video:after {
      width: 100px;
  height: 100px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.btn-play-video:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



button.scroll-to-top {

    width: 60px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    font-size: 20px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: .5s ease;
    background: #0099C3;
    border: 0;
    outline: 0;
    box-shadow: none;
    opacity: 0;
    transform: translateY(50px);
    pointer-events: none;
    visibility: hidden;
}

.scrolled-top-more button.scroll-to-top {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.body-overlay {
    z-index: 5500;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(24, 80, 96, 0.93);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s ease;
}

.overlay-active .body-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.btn-close-overlay {
    display: inline-block;
    position: fixed;
    z-index: 5599;
    top: 15px;
    right: 15px;
    color: #ccc;
    font-size: 34px;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
}

.overlay-active .btn-close-overlay {
    opacity: 1;
    visibility: visible;
}

.btn-close-overlay:hover {
    color: #fff;
}


.video-for-popup {
    position: fixed;
    z-index: 5510;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: scale(0);
    transition: 1s ease;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-for-popup iframe {
    width: auto;
    height: auto;
    margin: auto;
    min-width: 80%;
    min-height: 60%;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 7px 15px rgba(0,0,0,0.25);
}

.video-popup-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: scale(1);
}

